/*****************************************************************************
CSS only for index.html
*****************************************************************************/

/* CommonAdd Style
*****************************************************************************/
/* mod_header
-----------------------------------------*/
.mod_header_in p{
  margin: 20px 0 0 0;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka,sans-serif !important;
  font-size: 16px;
  line-height: 1.3;
}
/* mod_section
-----------------------------------------*/
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_section{
    margin: 0 10px 0 10px;
  }
  .mod_section .ex_title02{
    margin-top: 20px;
  }
}

/* Style
*****************************************************************************/
/* mod_tvcm
-----------------------------------------*/
.mod_tvcm {
	margin: 41px 0;
}
.mod_tvcm h3 {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.3;
}
.mod_tvcm_inner{
  margin: 0 auto;
  width: 964px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.mod_tvcm {
		margin: 24px 0;
	}
	.mod_tvcm h3 {
		margin: 0 0 10px;
		font-size: 18px;
	}
	.mod_tvcm_inner{
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.mod_tvcm_inner iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* mod_add
-----------------------------------------*/
.mod_add{
  margin: 0 auto;
  width: 700px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_add{
    width:auto;
    margin-bottom: 20px;
  }
}
.mod_add_length{
  display: inline-block;
  text-align: center;
  margin: 0 20px 0 20px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
  .mod_add_length{
    margin: 0 40px 20px 40px;
  }
  .mod_add_length:last-child{
    margin-bottom: 0px;
  }
}
/*mod_movie_detail
-----------------------------------------*/
.mod_movie_detail h2{
 text-align: center;
 font-size: 26px;
 margin-bottom: 70px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_movie_detail h2{
 font-size: 17px;
 margin-bottom: 20px;
}
.mod_movie_detail h2 span{
 font-size: 4vw;
 line-height: 1.8;
}
}
.mod_movie_detail .mod_movie_detail_contents{
 width: 675px;
 margin: 0 auto 20px auto;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_movie_detail .mod_movie_detail_contents{
 width: 98%;
 margin: 0 auto 20px auto;
}
}
.mod_movie_detail_logo{
 float: left;
 margin-top: 100px;
 margin-right: 65px;
 text-align: center;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_movie_detail_logo{
 margin-top: 18vw;
 width: 70%;
 margin-right: 8%;
}
}
.mod_movie_detail_logo img{
 display: block;
 margin-bottom: 35px;
}
.mod_movie_detail_logo .price{
 font-size: 26px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
#sectionContents .mod_movie_detail_logo .price{
 font-size: 4.5vw;
}
}
.mod_movie_detail_logo{
 float: left;
}
.mod_movie_detail_img{
 float: left;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_movie_detail_img{
 margin-top: 0;
 width: 20%;
}
}
.btn_contact{
 width: 547px;
 margin: 0 auto 40px auto;
 padding-left:20px;
 box-sizing: border-box;
 text-align: center;
 font-size: 30px;
 font-weight: 200;
 background: #8ec500;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.btn_contact{
 width: 95%;
 padding-left: 0;
}
}
.btn_contact a{
 display: inline-block;
 color: #fff;
 background: url(../img/img_arrow_white_right.png) no-repeat left center;
 padding: 25px 63px 25px 70px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.btn_contact a{
 padding: 25px 10px 25px 35px;
 font-size: 5vw;
}
}
.btn_link{
 font-size: 16px;
 text-align: center;
}
.btn_link a{
 display: inline-block;
 color: #000;
 margin-top: 0px;
 margin-bottom: 50px;
}
.btn_contact a:hover,
.btn_link a:hover{
 text-decoration: underline;
}
/*mod_note
-----------------------------------------*/
.mod_note{
 width: 700px;
 margin: 0 auto;
 font-size: 90%;
 line-height: 1.4;
 margin-bottom: 100px;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_note{
 width: 100%;
}
#sectionContents .mod_note p{
 font-size: 12.6px;
}
}

/* mod_zoombtn
-----------------------------------------*/
.mod_zoombtn{
  margin: 10px 0 10px 0;
  text-align: center;
}

/*
#sectionContents a:link    {color:#292929; text-decoration:none;}
#sectionContents a:visited {color:#292929; text-decoration:none;}
#sectionContents a:hover   {color:#292929; text-decoration:none;}
#sectionContents a:active  {color:#292929; text-decoration:none;}
*/

#sectionContents .mod_zoombtn p{
  display: inline-block;
  border: solid 1px #cccccc;
  margin: 0;
  /* border-radius */
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}
#sectionContents .mod_zoombtn p a{
  display: block;
  font-size: 15px;
  line-height: 1;
  padding: 0 44px 0 44px;
}
#sectionContents .mod_zoombtn p a span{
  display: inline-block;
  padding: 13px 0 10px 28px;
  background:transparent url('../img/icon_zoom.png') no-repeat left center;
}

