@charset "shift_jis";
/* CSS Document */

#contents .pc_none {
display: none;
}

.mainimg_box {
position: relative;
width: 100%;
max-width: 1600px;
margin: 0 auto;
}

.mainimg_box h1 {
position: absolute;
display: block;
}


.price_box {
padding: 20px;
background: #322927;
}

.price_box .price_inbox{

display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;

align-items: center;
max-width: 1200px;
margin:  0 auto;

}
.price_box .price_inbox .price_txt{
max-width: 535px;
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: #FF2A69;
border-color: #FF2A69;
}


.inbox_bg>.btn_mall{
max-width: 180px;
display: block;
margin: 0 auto 30px;
width: 75%;
}


.movie_area {
background: url(../images/size_bg.png) top center repeat-y;
background-size: 100% auto;
padding: 40px 20px;

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: 100%;
max-width: 980px;
margin: 0 auto 20px;
}

#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 .ct_inbox {
max-width: 1400px;
width: 100%;
margin: 0 auto;
}



#contents .feature_box {
padding: 40px 20px 30px;
background: url(../images/feature_each_bg.jpg) center center no-repeat;
background-size: cover;
}


#contents .feature_box .feature_inbox {
padding: 0 50px;
}

#contents .feature_box .feature_ttl {
max-width: 901px;
width: 90%;
margin: 0 auto 30px;
}


#contents .feature_box .feature_inbox .slick-prev {
left: -40px;
}
#contents .feature_box .feature_inbox .slick-prev:before {
display: block;
width: 25px;
height: 27px;
background: url(../images/icon_arrow_prev.png) center center no-repeat;
text-indent: -9999px;
}
#contents .feature_box .feature_inbox .slick-next {
right: -40px;
}
#contents .feature_box .feature_inbox .slick-next:before {
display: block;
width: 25px;
height: 27px;
background: url(../images/icon_arrow_next.png) center center no-repeat;
text-indent: -9999px;
}



#contents .size_box {
padding: 40px 20px;
background: url(../images/size_bg.png) top center repeat-y;
background-size: 100% auto;
}
#contents .size_box img.size_img.w100 {
display: block;
width: 98%;
margin: 0 auto;
max-width: 1356px;
}

#contents .pokemon_logo {
width: 90%;
max-width: 1200px;
margin: 40px auto;
}


#contents .pokemon_logo img {
display: block;
width: 185px;
height: auto;
}


