@charset "shift_jis";
/* CSS Document */


#contents,
.mainbox {
	max-width: 639px;
  width:100%;
}


.mainbox{
	background-image: url(../images/bg_loop.gif);
  background-size:100% auto;

}
.main_inbox {
  background:#44AF35;
  padding: 0;
  width:85%;
  margin: 0 auto;
}


#contents .ttl.w100 {
  width:95%;
  max-width:603px;
  margin: 0 auto;
}

#contents .movie_inbox {
  display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  
}
.movie_box {
  height:auto;
}
.movie_box .each_box {
	margin:0 10px 15px;
}

#contents .img02_sp {
  width:100%;
  background:url(../images/img02_spbg.gif) no-repeat center center;
  background-size:cover;
  border-top: solid 3px #39ADDC;
  border-bottom: solid 9px #39ADDC;
  padding:20px 0;
}
#contents .img02_sp img {
  width:95%;
  height:auto;
  max-width:445px;
  margin: 0 auto;
}

#contents .product_sp {
  background:#CD0011;
  padding: 10px 0;
}
#contents .product_sp img {
  display:block;
  max-width:377px;
  width:95%;
  height:auto;
  margin: 0 auto;
}

#contents .feature_link_box {
  padding:15px 0 0;
  display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
#contents .feature_link_box a {
	display:block;
	float:none;
  margin: 0 10px 15px;
}

@media (max-width:479px){
	
}


#contents .btn_feature {
	background:#CC0011;
	padding:18px 0;
  width:85%;
  margin: 0 auto;
}
#contents .btn_feature a {
	display:block;
	width:100%;
	max-width:326px;
	margin: 0 auto;
}

#contents .sp_w85 {
  width:85%;
  margin: 0 auto;
}

.mainbox a.bnr_official {
	display:block;
	float:left;
	margin:10px 0 0px 10px;
}
.mainbox a.bnr_official img {
  max-width:319px;
  width:90%;
  height:auto;
}
.mainbox .copyright {
	float:right;
	margin:10px 10px 10px 0;
}