@charset "shift_jis";
/* CSS Document */



.MB1em {
margin-bottom: 1em!important;
}
.MB00 {
margin-bottom: 0px!important;
}
.MB10 {
margin-bottom: 10px!important;
}
.MB15 {
margin-bottom: 15px!important;
}
.MB20 {
margin-bottom: 20px!important;
}
.MB25 {
margin-bottom: 25px!important;
}
.MB30 {
margin-bottom: 30px!important;
}
.MB35 {
margin-bottom: 35px!important;
}
.MB40 {
margin-bottom: 40px!important;
}
.MB45 {
margin-bottom: 45px!important;
}
.MB50 {
margin-bottom: 50px!important;
}
.MB55 {
margin-bottom: 55px!important;
}
.MB60 {
margin-bottom: 60px!important;
}
.MB65 {
margin-bottom: 55px!important;
}
.MB60 {
margin-bottom: 60px!important;
}
.MB65 {
margin-bottom: 65px!important;
}
.MB70 {
margin-bottom: 70px!important;
}
.MB75 {
margin-bottom: 75px!important;
}
.MB80 {
margin-bottom: 80px!important;
}
.MB85 {
margin-bottom: 85px!important;
}
.MB90 {
margin-bottom: 90px!important;
}
.MB95 {
margin-bottom: 95px!important;
}
.MB100 {
margin-bottom: 100px!important;
}
.MB110 {
margin-bottom: 110px!important;
}
.MB120 {
margin-bottom: 120px!important;
}
.MB130 {
margin-bottom: 130px!important;
}
.MB140 {
margin-bottom: 140px!important;
}
.MB150 {
margin-bottom: 150px!important;
}
.MB160 {
margin-bottom: 160px!important;
}
.MB200 {
margin-bottom: 200px!important;
}


.price_box {
background: #FBC427;
padding: 20px;
}

.price_box .price_inbox {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
max-width: 980px;
width: 100%;
margin: 0 auto;
}
.price_box .price_txt {
max-width: 361px;
width: 80%;
}

.btn_buy {
width: 180px;
}

.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: 2px solid transparent;
padding: .375rem 2rem;
font-size: 18px;
width: 180px;
border-radius: 6px;
}
.btn_mall .btn.btn-light {
display: block;
color: #fff;
background-color: #FF3095;
border-color: #FF3095;
}

.btn_mall_box {
width: 180px;
margin: 0 auto;
}
.btn_mall_box .btn_mall .btn.btn-light {
display: block;
color: #fff;
background-color: #FF3095;
border-color: #FF3095;
}



.movie_area {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}




#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 {
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: 90%;
max-width: 480px;
margin: 0 auto;
}


#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_box .copyright {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;

align-items: center;

padding: 20px 10px;
}

.ct_box .copyright_img {
width: 40%;
max-width: 320px;
}

.ct_box .copyright_txt {
width: 55%;
text-align: left;
font-size: 12px;
color:#000;
}


/*------------------------*/


.ct_box {
width: 100%;
margin: 0 auto;
}

.ct_box>.w480 {
width: 100%;
max-width: 480px;
box-sizing: border-box;
margin: 0 auto;
background:#000 url(../images/ct_bg.jpg) top center repeat-y;
background-size: 100% auto;
padding-bottom: 1px;
}

@media (min-width: 481px){
.ct_box {
background:#000 url(../images/bg.jpg) top center repeat-y;
background-size: 100% auto;
background-attachment: fixed;
}
.ct_box>.w480 {
border-right: 4px #000 solid;
border-left: 4px #000 solid;
}
/* min-width: 481px */}

