@charset "shift_jis";
/* CSS Document */


.ct_box {
/* background: url(../images/ct_bg.png) top center repeat-y;
background-size: 100% auto; */
}


.price_box {
background: #00B1ED;
padding: 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: #fff;
background-color: #E83425;
border-color: #E83425;
}



.ct_box>.btn_mall{
max-width: 180px;
display: block;
margin: 0 auto 30px;
width: 75%;
}

/* 

.ct_inbox {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 40px 0;
} */


.movie_area {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;

margin-bottom: 60px;
}

.promo_movie_box {
width: 100%;
max-width: 980px;
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;
}


#contents .movie_coming {
box-sizing: border-box;
display: block;
width: 75%;
height: auto;
margin: 0 auto;
}




.ct_box .copyright {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;

align-items: center;

margin-bottom: 40px;

padding-top: 40px;
}

.ct_box .copyright_img {
width: 30%;
max-width: 280px;
}

.ct_box .copyright_txt {
width: 40%;
text-align: left;
font-size: 12px;
color:#000;
}



.pikachu_box {
background: url(../images/2310_captain_pikachu_bg.jpg) top center no-repeat;
background-size: cover;

padding: 20px 0 80px;
}

.rayquaza_box {
background: url(../images/2310_black_rayquaza_bg.jpg) top center no-repeat;
background-size: cover;

padding: 60px 0 80px;
}

.ct_box .ct_inbox {
width: 96%;
max-width: 1180px;
margin: 0 auto;
}
.ct_box .ct_inbox .top_logo_box {
width: 50%;
max-width: 369px;
margin-bottom: 20px;
}


.ct_box .product_box {
position: relative;
}


.ct_box .product_box .btn_mall {
position: absolute;
z-index: 10;
bottom:15%;
left:32%;
}



.ct_box .rayquaza_box .product_box .btn_mall {
position: absolute;
z-index: 10;
bottom:10%;
left:32%;
}