@charset "shift_jis";
/* CSS Document */


#wrapper {
background: #000;
}

.ct_box {
max-width: 1600px;
margin: 0 auto;
}

/* .mainimg_box {
background: url(../images/main_bg.jpg) top center no-repeat;
background-size: cover;
padding-top: 20px;
} */
.mainimg_box h1 {
display: block;
margin: 0 auto;
}

.price_box {
background: url(../images/price_txt_bg.jpg) #000 no-repeat;
background-size: cover;
padding: 30px;

}



.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: 1200px;
width: 100%;
margin: 0 auto;
}

.price_box .price01 {
width: 34vw;
max-width: 273px;
margin-right: 20px;
}
.price_box .price02 {
width: 22vw;
max-width: 364px;
margin-right: 20px;
}


.price_box .btn_buy {
width: 180px;
}

.price_box .price_inbox .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;
}
.price_box .price_inbox .btn_mall .btn.btn-light {
display: block;
color: #fff;
background-color: #FF5043;
border-color: #FF5043;
}



#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;
padding: 20px;
}

.promo_movie_box {
width: 48%;
max-width: 900px;
margin: 0 auto;
}
.promo_movie_box img {
margin-bottom: 5px;
}



.ct_inbox .sec01-1 {
position: relative;
}

.ct_inbox .sec01-1 .sec01_btn01 {
position: absolute;
z-index: 10;
width: 52.56%;
top:2vw;
left:1%;
}

.ct_inbox .sec01-1 .sec01_btn02 {
position: absolute;
z-index: 20;
width: 52.12%;
top:2vw;
right:2%;
}



.ct_inbox .sec01-13 {
position: relative;
}

.ct_inbox .sec01-13 .sec01_btn03 {
position: absolute;
z-index: 10;
width: 34.5vw;
top:24vw;
right:8vw;
}


/*-------------------------*/



#contents .bnr_sp_box {
padding: 30px 0;
background: #000;
}
#contents .bnr_sp_box a {
display: block;
width: 90%;
max-width: 774px;
margin: 0 auto;
}


#contents .modal_wrap{
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
}

#contents .modal_inner{
background: #000;
  /* width: 90%;
max-width: 920px; */
max-height: 90vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform:translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
border: solid 3px #fff;
}

