@charset "shift_jis";
/* CSS Document */






.price_box {
background: url(../images/photo_bg.png) no-repeat center center;
background-size: 100% 100%;
padding: 30px 20px;
}

.price_box .price_inbox{

display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;

align-items: center;

}
.price_box .price_inbox .price_txt{
max-width: 460px;
width: 80%;
}

.price_box .price_inbox .btn_mall{
max-width: 180px;
display: block;
width: 75%;
}


.btn_mall .btn {
display: inline-block;
font-weight: bold;
line-height: 1.5;
color: #212529;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: .375rem 2rem;
font-size: 18px;
width: 180px;
border-radius: 6px;
}
.btn_mall .btn.btn-light {
display: block;
color: #E83425;
background-color: #fff;
border-color: #fff;
}


.ct_inbox>.btn_mall{
max-width: 180px;
display: block;
margin: 0 auto 30px;
width: 75%;
}

#contents .price_box .photo_box {
max-width: 1200px;
width: 100%;
margin: 20px auto 0;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#contents .price_box .photo_box img{
display: block;
width: 32%;
height: auto;
max-width: 420px;
}

.ct_inbox {
width: 100%;
max-width: 1400px;
margin: 0 auto;
padding: 40px 0;
background: url(../images/bg.png) no-repeat top center;
background-size: cover;
}


.movie_area {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;

width: 100%;
max-width: 1200px;
margin:0 auto 40px;
}


.movie_coming {
width: 60%;
max-width: 640px;
margin: 0 auto;
border: solid 2px #E7261D;
}


.movie_area .promo_movie_box {
width: 48%;
margin-bottom: 20px;
}

#contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.movie_area .promo_movie_box .youtube_ttl {
display: block;
max-width: 655px;
width: 100%;
height: auto;
margin:0 auto 10px;
}


#contents .movie_coming {
box-sizing: border-box;
display: block;
width: 75%;
height: auto;
margin: 0 auto;
}


#contents .feature_box {
width: 98%;
max-width: 1344px;
margin: 0 auto 80px;
}

#contents .feature_box .feature_inbox {
background: url(../images/feature_bg.png) top center repeat-y;
background-size: 100% auto;
}

#contents .feature_box .feature_inbox img {
display: block;
max-width: 1344px;
margin: 0 auto 60px;
}
#contents .feature_box .feature_inbox img:last-child {
margin-bottom: 0;
}


#contents .feature_box .ctgly_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;

width: 90%;
max-width: 1344px;
margin: 0 auto;
padding-top: 20px;
}

#contents .feature_box .ctgly_box>div {
margin-bottom: 50px;
}
#contents .feature_box .ctgly_box .ctgly_m {
width: 48%;
max-width: 580px;
}
#contents .feature_box .ctgly_box .ctgly_s {
width: 32%;
max-width: 356px;
}
#contents .feature_box .ctgly_box .ctgly_l {
width: 64%;
max-width: 741px;
}

#contents .feature_box .ctgly_box>div.ctgly_s.MB00,
#contents .feature_box .ctgly_box>div.ctgly_l.MB00 {
margin-bottom: 0;
}

#contents .power_box{
width: 96%;
max-width: 1150px;
margin:0 auto 60px;
}




.ct_box .copyright {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;

width: 94%;
max-width: 1200px;
margin: 0 auto;

margin-bottom: 40px;
}

.ct_box .copyright_img {
width: 25%;
max-width: 200px;
}

.ct_box .copyright_txt {
width: 40%;
text-align: left;
font-size: 11px;
color:#333;
}