@charset "shift_jis";
/* CSS Document */


.ct_box {
max-width: 1600px;
margin: 0 auto;

background: url(../images/bg.png) top center repeat-y;
background-size: 100% auto;

}


.mainimg_box h1 {
display: block;
max-width: 1600px;
margin: 0 auto;
}

.price_box {
background: url(../images/price_bg.png) center center;
background-size: cover;
padding: 20px;
}

.price_box .price_inbox{

/* display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;

align-items: center; */

width: 100%;
margin: 0 auto;
}
.price_box .price_inbox .price_txt0{
max-width: 920px;
margin: 0 auto 20px;
}
.price_box .price_inbox .price_txt{
max-width: 792px;
width: 90%;
margin: 0 auto 20px;
}


.ttl_box {
background: #FF8AE1;
margin: 0 auto 30px;
}
.ttl_box .ttl_products {
display: block;
margin: 0 auto;
max-width: 1090px;
width: 100%;
}


.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;
margin: 0 auto;
}
.btn_mall .btn.btn-light {
display: block;
color: #fff;
background-color: #FF8811;
border-color: #FF8811;
}


.movie_area {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.promo_movie_box {
width: 96%;
max-width: 900px;
margin: 0 auto 30px;
}

#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;
}

.ct_inbox {
max-width: 1199px;
margin: 0 auto;
}


.flex_box{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}


.each_box {
position: relative;
margin-bottom: 40px;
padding-bottom: 23px;
}
.each_box .btn_buy {
position: absolute;
width: 246px;
left: 20px;
bottom:73px;
}
.each_box .btn_detail {
position: absolute;
width: 365px;
left: 20px;
bottom:0;
}

.each_box.img01 .btn_buy {
position: absolute;
left: 20px;
bottom:0;
}
.each_box.img01 .btn_detail {
position: absolute;
left: 291px;
bottom:0;
}




.w50 {
width: 48%;
max-width: 574px;
}
.w33 {
width: 32.5%;
max-width: 384px;
}