@charset "shift_jis";
/* CSS Document */



.ct_box {
background: url(../images/bg_sp.jpg) top center repeat-y;
background-attachment: none;
background-size: 100% auto;
}



.ct_inbox {
width: 100%;
max-width: 1180px;
margin: 0 auto;
padding: 40px 0;
}

.ct_inbox h1 {
margin: 0 auto 40px;
}

.ct_inbox .sp_w90 {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.ct_inbox .mainimg_box {
margin-bottom: 30px;
}
.ct_inbox .mainimg_box .mainimg_inbox {
width: 96%;
margin-left: auto;
margin-right: auto;
}
.ct_inbox .mainimg_box .btn_shoot {
display: block;
position:inherit;
top:auto;
left:auto;
margin: 0 auto 20px 5%;
width: 80%;
max-width: 416px;
height: auto;
}
.ct_inbox .mainimg_box .price_box {
display: block;
position:inherit;
top:auto;
left:auto;
width: 100%;
padding: 15px;
background: #E92767;
}
.ct_inbox .mainimg_box .price_box>img {
max-width: 539px;
width: 96%!important;
margin: 0 auto;
}


.ct_inbox .main_txt {
max-width: 546px;
width: 90%!important;
height: auto;
margin:0 auto 30px;
}


.ct_inbox .anime {
max-width: 478px;
margin:0 auto 60px;
}


.ct_inbox h2.ttl img {
width: 94%;
height: auto;
max-width: 602px;
}

.ct_inbox .size_img_box {
display: block;
}
.ct_inbox .size_img_box img {
display: block;
width: 90%;
height: auto;
margin: 0 auto;
}
.ct_inbox .size_img_box img:first-of-type {
margin-bottom: 10px;
}

.ct_inbox .slide_box01 {
margin-bottom: 20px;
}
.ct_inbox .slide_flex {
display: block;
}

.ct_inbox .slide_flex>* {
width:100%;
}

.ct_inbox .slide_flex>*:first-of-type {
margin-bottom: 20px;
}

.ct_inbox .photo06_flex {
display: block;
}
.ct_inbox .photo06_flex>* {
width:100%;
}
.ct_inbox .photo06_flex>*:first-of-type {
margin-bottom: 20px;
}

.ct_inbox .btn_buy_flex {
display: block;
}
.ct_inbox .btn_buy_flex>* {
width:100%;
}
.ct_inbox .btn_buy_flex>*:first-of-type {
margin-bottom: 30px;
}

.slick-prev {
 left: 12px;
}
.slick-next {
 right: 12px;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
width: 18px;
height: 32px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100000;
}
.slick-prev:before {
content: '';
display: inline-block;
width: 18px;
height: 32px;
background-image: url(../images/slideicon_left.png);
background-size: contain;
}
.slick-next:before {
content: '';
display: inline-block;
width: 18px;
height: 32px;
background-image: url(../images/slideicon_right.png);
background-size: contain;
}