@charset "utf-8";
/* CSS Document */
main h2{
	padding-left:1.7em;
}
main h2:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -0.765em;
    width: 1.33em;
    height: 1.53em;
}
main #campaign h2:after{
	background:url(../img/icon_campaign.png) center center/ contain no-repeat;
}
main #pickup h2:after{
	background:url(../img/icon_pickup.png) center center/ contain no-repeat;
}
main #cm h2:after{
	background:url(../img/icon_movie.png) center center/ contain no-repeat;
}
#campaign {
	margin-bottom:4rem;
}
#campaign ul{
	justify-content:flex-start;

}
#campaign ul li {
  width: 23.21%;
  font-size:0px;
  margin-right:2.386%;
  margin-bottom:2.5rem;
  position:relative;
}
#campaign ul li:nth-of-type(4n){
	margin-right:0px;
}
#campaign ul li a{
	display:block;
	overflow:hidden;
  border-radius:0.6rem;
  border:solid 1px #e5e5e5;
  position: relative;
}
#campaign ul li img {
  width: 100%;
}
	#campaign ul li span.icon_link {
	  display: block;
	  position: absolute;
	  right: 5px;
	  bottom: 5px;
	}

	#campaign ul li span.icon_end {
    display: block;
    position: absolute;
    right: -1.5rem;
    top: -2rem;
    background: #666666;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    color: #fff;
    z-index: 10;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    padding-top: 1.7rem;
	}


#campaign .link_enews{
  padding:1rem 0 2rem; 
  text-align:left;
  font-weight: bold;
  font-size: 1.8rem;
}

#campaign .link_enews a{
  
  text-decoration:underline;
 
}

#campaign .link_enews a:hover{
  
  text-decoration:none;
 
}


#campaign .link_end{
display: inline-block;
}

#campaign .link_end a{
  
color: #2f2f2f;
    display: block;
    border: solid 1px #d4d4d4;
    padding: 0.5em 1.5em;
    border-radius: 3em;
    margin: 0 0.3em 0.5em 0;
    transition-duration: 0.3s;
}

#campaign .link_end a:hover{
  color:#EB0100;
  border: solid 1px #EB0100;
  text-decoration:none;
}



#pickup {
	margin-bottom:4rem;
}
#pickup ul{
	justify-content:flex-start;

}
#pickup ul li {
  width: 23.21%;
  font-size:0px;
  margin-right:2.386%;
  margin-bottom:2.5rem;
}
#pickup ul li:nth-of-type(4n){
	margin-right:0px;
}
#pickup ul li a{
	display:block;
	overflow:hidden;
  border-radius:0.6rem;
  border:solid 1px #e5e5e5;
  position: relative;
}
#pickup ul li img {
  width: 100%;
}
	#pickup ul li span.icon_link {
	  display: block;
	  position: absolute;
	  right: 5px;
	  bottom: 5px;
	}
#cm{
	margin-bottom:-2.5rem;
}
#cm ul{
	margin-bottom:5rem;
	justify-content:flex-start;
}
#cm li{
	width:31.49%;
	font-size:1.8rem;
	margin-bottom:2.5rem;
	margin-right:2.765%;
}
#cm li:nth-of-type(3),
#cm li:nth-of-type(6),
#cm li:nth-of-type(9),
#cm li:nth-of-type(12),
#cm li:nth-of-type(15),
#cm li:nth-of-type(18),
#cm li:nth-of-type(21),
#cm li:nth-of-type(24),
#cm li:nth-of-type(27),
#cm li:nth-of-type(30){
	margin-right:0px;
}
#cm li a{
	display:block;
	position:relative;
	transition-duration:0.3s;
	text-align:center;
}
#cm li a span{
	position:relative;
	display:inline-block;
	margin-bottom:1rem;
	font-size:0px;
}
/*#cm li a span:after{
	content:"";
	position:absolute;
	background:url(/top/img/icon_play.png) 0 0 /contain no-repeat;
	top:50%;
	left:50%;
	width:6.6rem;
	height:6.6rem;
	margin:-3.3rem 0 0 -3.3rem;
	transition-duration:0.3s;
}
#cm li a:hover span:after{
	background:url(/top/img/icon_play_hover.png) 0 0 /contain no-repeat;
}*/
#cm li img{
	width:100%;
}


/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){

}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
  #campaign {
    padding: 0rem 0rem;
	margin-bottom:2rem;
  }

  #campaign ul li {
    width: 85%;
		margin:0 auto;
    font-size: 0px;
    margin-bottom: 1.1rem;
  }
  #campaign ul li a {
    border-radius: 0.8rem;
	}
#campaign ul li:nth-of-type(4n) {
    margin-right: auto;
}
  
    #campaign ul li span.icon_link{
    right: 1vw;
    bottom: 1vw;
  }
  
  #campaign ul li span.icon_end {
    top: -2vw;
    font-size:3.7vw;
    width:18vw;
    height:18vw;
}

  #campaign .link_enews{
    width: 85%;
    margin: 0 auto;
  }
  
  #pickup {
    padding: 0rem 0rem;
	margin-bottom:2rem;
  }

  #pickup ul li {
    width: 85%;
		margin:0 auto;
    font-size: 0px;
    margin-bottom: 1rem;
  }
  #pickup ul li:nth-of-type(4n) {
    margin-right: auto;
}
  #pickup ul li a {
    border-radius: 0.8rem;
	}
  
  #pickup ul li span.icon_link{
    right: 1vw;
    bottom: 1vw;
  }
  

#cm {
    padding: 2rem 0 0rem 0;
}
#cm .flex {
	width:100%;
	margin:0 auto;
	margin-bottom:5rem;
}
#cm li {
    width: 85%;
		margin:0 auto;
	margin-bottom:2rem;
}
#cm li:nth-of-type(3), #cm li:nth-of-type(6), #cm li:nth-of-type(9), #cm li:nth-of-type(12), #cm li:nth-of-type(15), #cm li:nth-of-type(18), #cm li:nth-of-type(21), #cm li:nth-of-type(24), #cm li:nth-of-type(27), #cm li:nth-of-type(30) {
    margin-right: auto;
}
#cm li:last-child{
	margin-bottom:0px;
}
#cm li a span:after{
	width:4rem;
	height:4rem;
	margin:-2rem 0 0 -2rem;
}


}
