@charset "shift_jis";
/* CSS Document */



.ct_inbox {
width: 100%;
margin: 0 auto;
background: url(../images/bg_pc.jpg);
}



.w100{
  display: block;
  width: 100%;
  height: auto;
}


.price_box {
border-top: solid 3px #fff;
border-bottom: solid 3px #fff;
background:#FF2D57;
}

.price_box .price_inbox{
width: 90%;
max-width: 1100px;
margin: 0 auto;

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: 271px;
width: 60%;
}

.price_box .price_txt_btn {
display: block;
width: 40%;
max-width: 345px;
}

.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: #fff;
background-color: #F84B2C;
border-color: #F84B2C;
}




#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;
margin: 0 auto;
max-width: 1200px;
width: 96%;
}

.promo_movie_box {
width: 48%;
max-width: 900px;
margin: 0 auto 30px;
}

.promo_movie_box img {
margin-bottom: 5px;
}

.movie_ttl {
font-size: 32px;
line-height: 1.2;
color:#fff;
font-weight: bold;
text-align: center;
padding: 40px 10px 20px;
}


.w1200 {
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0;
background: #000;
}


.pc_none {
display: none;
}
.sp_none {
display: block;
}

.main{
  width: 100%;
  margin: 0 auto;
  border-bottom: solid #fff 5px;
}

.area1{
  background: url(../images/area1_bg.webp) no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 10%;
}

#contents .area1_movie_box {
  position: relative;
  width: 90%;
  padding-top: 56.25%;
  margin: 0 auto;
}
#contents .area1_movie_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  padding-top: 10%;
}

.area1_title{
  width: 59.66666667%;
  margin-top: 100px;
  margin-bottom: 60px;
}

.lineup03_box {
width: 98%;
max-width: 1008px;
margin: 0 auto;

display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.lineup03_each_top{
  width: 98%;
  max-width: 1008px;
  margin: 0 auto;
  position: relative;
}
.lineup03_each_top .btn_mall {
  position: absolute;
  width: 180px;
  left: 20px;
  bottom: 90px;
}
.lineup03_each_top .btn_mall .btn {
  width: 250px;
  font-size: 20px;
}


.lineup03_box .lineup_each {
position: relative;
}

.lineup03_box .lineup_each .btn_mall {
position: absolute;
width: 180px;
left: 20px;
bottom: 60px;
}



.lineup03_box a {
display: block;
width: 494px;
margin-bottom: 20px;
}


.area3{
  background: url(../images/area3_bg.webp) no-repeat;
  background-position: top;
  background-size: cover;
}

.area3_img_box{
  position: relative;
}

.btn6{
  position: absolute;
  width: 39%;
  top: 30%;
  left: 4%;
}

.btn6:hover{
  opacity: 0.7;
}

.area3_btn_box{
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 1%;
}

.area3_btn{
  width: 40%;
}

.area3_btn:hover{
  opacity: 0.7;
}

.copyright_txt{
    width: 75%;
    font-size: 11px;
    color: #fff;
    margin: 0 auto;
    padding: 40px 0 30px 0;
}