h2.item_name{
  border-bottom:1px solid rgba(0,0,0,0.17);  
}
div.option1 > span,
div.option2 > span{
  min-width:100px;
  display:inline-block;  
}
.cart_footer{
  clear:both;
  display:table;
  width:100%;
}
.cart_footer .option_price{
  float:left;
  width:430px;
}
.cart_footer .cart_box{
  float:right;
  width:300px;
}
.detail_list_top dt span,
.detail_list_top dd span,
.detail_list_bottom dt span,
.detail_list_bottom dd span{
  display:inline-block;
  width:100px;
}
.gallery2 ul{
  float:left;
  display:table;
  width:100%;
  list-style-type:none;
}
.cart_head  h3{
  font-size:14px;
  color:midnightblue;
  text-align:left;
}
.gallery2 ul li{
  width:15%;
  float:left;
  margin:0 0.8%;
}
.lb-data .lb-close {
    width: 60px !important;
    height: 60px !important;
    background-position: center center;
    background-size: 40px !important;
}
.shop_guide{
  font-size:14px;
}
.shop_guide h3{
  border-bottom:dashed 1px #666;
  margin-bottom:10px;
}
.shop_guide strong{
  color:#F00;
}
.shop_guide p{
  margin-bottom:20px;
}
.shop_guide .pay_box{
  padding:5px;
  border:dashed 1px #666;
  margin-bottom:20px;
}

.shop_guide .mail_btn,
.shop_guide .fax_btn{
  display:inline-block;
  padding:5px;
  border-radius:5px;
  color:#fff;
}

.shop_guide .mail_btn{
  background:#009;
}
.shop_guide .fax_btn{
  background:#600;
}

.shop_guide table{
  width:100%;

border-collapse: collapse; 

}
.shop_guide table caption{
  color:#094188;
  text-align: left;
}
.shop_guide table th,
.shop_guide table td{
  box-shadow:0px 0px 0px 1px #666 inset;
-moz-box-shadow:0px 0px 0px 1px #666 inset;
-webkit-box-shadow:0px 0px 0px 1px #666 inset;
text-align:center;
}
.shop_guide table th{
  background:#D2E9FF;
}


/*--------------*/
.stock_error{
  color:#F00;
}
.product a{
  text-decoration:none;
  color:midnightblue;
}
.product a:hover{
  color:#FF9900;
}
/*--------------*/
.img01{
  float:left;
}
.img01,
.img01 > a,
.img01 a > span
{
  width:600px;
}

.img01 a{
  display:table;
  table-layout:fixed;
}
.img01 span{
  display:table-cell;
  text-align:center;
  vertical-align:middle;
}
.img01 span img{
  max-height:100%;
  max-width:100%;
}
/*--------------*/
/*--------------*/
.img02,
.img02 > a,
.img02 a > span
{
  width:100px;
}

.img02 a{
  display:table;
  table-layout:fixed;
}
.img02 span{
  display:table-cell;
  text-align:center;
  vertical-align:middle;
}
.img02 span img{
  max-height:100%;
  max-width:100%;
}
/*--------------*/
.cart_area_top{
  margin-bottom:20px;
}
.simple_exp {
    margin-top:10px;
    margin-bottom:10px;
    font-size:14px;
}

.cart_box_top .num{
display:table;
margin:10px auto;
}
.cart_box_top .num input,
.cart_box_top .num div,
.cart_box_top .num span{
display:table-cell;
vertical-align:middle;
height:40px;
font-size:24px;
margin:5px;
}
.item_header{
  float:left;
  display:table;
  width:100%;
  border-bottom: 1px solid rgba(0,0,0,0.17);
}

.item_header .gallery{
  width:100%;
}

.item_header .product_name{
  width:100%;
  clear:both;
}

.security{
  text-align:right;
}
.security a{
  background-image:url(https://img21.shop-pro.jp/PA01352/947/etc/speculer.png);
  background-color:#222B77;
  color:#FFF;
  display:inline-block;
  width:200px;
  height:40px;
  line-height:40px;
  text-align:center;
  text-decoration:none;
  border-radius:8px;
  font-size:18px;
    background-position: 0 -8px;
}
.security a:hover{
  opacity:0.5;
}
.guide{
  font-size:14px;
  clear:both;
  margin-bottom:40px;
}
.guide p span:nth-child(1n+3){
  width:110px;
  display:inline-block;
}
.guide p{
  margin-bottom:20px; 
}
ul.pankuzu {
  float:left;
  list-style-type:none;
  width:100%;
  font-size:12px;
  margin-bottom:20px;
}
ul.pankuzu::after {
  clear:both;
  content:'';
  display:block;
  width:100%;
}
ul.pankuzu li {
  float:left;
  margin-right:10px;
}
ul.pankuzu li:after {
  content:' >';
}
.photo{
  padding-top:10px;
}
ul.pankuzu li:last-child:after {
  content:'';
}
div.item_detail {
  display:table;
  width:100%;
  clear:both;
  position:relative;
  margin-bottom:30px;
  font-size:14px;
  padding-bottom:10px;
  border-bottom: 1px solid rgba(0,0,0,0.17);
}
div.item_detail img{
  max-width:100%;
}
div.item_detail h2 {
  color: #13386f;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 90px;
  margin-left: 190px;
  padding-top: 20px;
  text-align: left;
}
div.item_detail div.explain {
  width:100%;
  float:left;
}
div.item_detail div.explain::after{
  clear:both;
  content:'';
  display:block;
  width:100%; 
}
div.item_detail div.explain ul {
  list-style-type:none;
  font-size:14px;
  float:right;
  width:50%;
  margin-bottom:40px;
}
div.item_detail div.explain ul::after {
  clear:both;
  content:'';
  display:block;
  width:100%;
}
div.item_detail div.explain ul:nth-child(2) li {
  float:left;
  width:24%;
  margin-right:1%;
  text-align:center;
  box-shadow:0px 0px 0px 2px #13386f inset;
  -moz-box-shadow:0px 0px 0px 2px #13386f inset;
  -webkit-box-shadow:0px 0px 0px 2px #13386f inset;
  line-height:1.5em;
  min-height:91px;
  border-radius:5px;
}
div.item_detail div.explain ul:nth-child(2) li:last-child {
  margin-right:0;
}
div.item_detail div.explain ul:nth-child(2) li em {
  display:block;
  min-height:30px;
  font-size:10px;
  vertical-align:middle;
  width:100%;
  clear:both;
}
div.item_detail div.explain ul li em {
  clear:both;
  font-style: normal;  
}
div.item_detail div.explain ul:nth-child(2) li em:first-child {
  min-height:30px;
  background-color:#13386f;
  color:#FFF;
  border-radius:5px 5px 0 0;
}
div.item_detail div.explain ul:nth-child(2) li em span {
  font-size:16px;
}
div.item_detail div.explain ul:nth-child(2) li:nth-child(1n+2) em {
  padding-top:10px;
}
div.item_detail div.explain ul:nth-child(2) li:nth-child(2) em:nth-child(3) {
  padding-top:0;
}
div.item_detail div.explain ul:nth-child(3) li{
  margin-bottom:10px;
  width:100%;
}

div.item_detail div.spec_note{
  clear:both;
}
div.item_detail div.spec_note::after{
  clear:both;
  content:'';
  display:block;
  width:100%; 
}
div.item_detail div.spec_note h3{
  text-align:center;
  background-color:#13386f;
  color:#FFF;
  font-size:14px;
  height:30px;
  line-height:30px;
}
div.item_detail div.spec_note dl{
  float:left;
  width:50%;
    font-size:12px;
background-position: 1px 0;
  background-image:url(https://img21.shop-pro.jp/PA01352/947/etc/spec_bg2.jpg);
  background-repeat:repeat-y;
}
div.item_detail div.spec_note dl dt{
  width:18%;
  padding:1%;
  text-align:center;
  float:left;
}
div.item_detail div.spec_note dl dt{
  clear:both;
  line-height:1.5em;
}
div.item_detail div.spec_note dl dd{
  width:78%;
  padding:1%;
  padding-left: 21%;
  border-bottom:solid 1px #13386f;
}
div.item_detail div.spec_note dl.end{
  clear:both;
  width:100%;
}
div.item_detail div.spec_note div.spec{
    box-shadow:0px 0px 0px 1px #13386f inset;
  -moz-box-shadow:0px 0px 0px 1px #13386f inset;
  -webkit-box-shadow:0px 0px 0px 1px #13386f inset;
  float:left;
  width:100%;
}
div.item_detail div.spec_note dl.end dt{
  width:8%;
}
div.item_detail div.spec_note dl.end dd{
  width:88%;
  padding:1% 1% 1% 11%;
}
div.item_detail div.spec_note dl dd:nth-child(6){
  min-height:55px;
}
div.item_detail div.product_name {
/*  background-image: url("https://img21.shop-pro.jp/PA01352/947/etc/product_head.jpg");*/
background-color:midnightblue;
  color: #fff !important;
}
div.item_detail div.product_name h3{
  margin:0;
  margin-bottom:10px;
  color:#FFF !important;
  padding-top:10px;
}
div.item_detail div.product_name p {
  font-size: 10px;
  line-height: 1.4em;
}
div.item_detail div.photo::after{
  clear:both;
  content:'';
  display:block;
  width:100%; 
}
div.item_detail div.photo ul{
  float:left;
  width:100%;
  list-style-type:none;
}
div.item_detail div.photo ul li{
  float:left;
  width:23%;
  margin-right:1.3%;
  max-height:170px;
}
div.item_detail div.photo ul li:last-child{
  margin-right:0;
}

div.item_detail div.explain div.main_image{
  width:50%;
  float:left;
}
div.item_detail div.explain div.main_image span{
  clear:both;
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  width:350px;
  height:300px;
}
div.item_detail div.explain div.main_image span img{
  max-height:300px;
  max-width:300px;
}
div.cart_area{
   margin-bottom:40px;
   width:100%;
   padding-top:10px;
   border-bottom: 1px solid rgba(0,0,0,0.17);
}
div.cart_area div.cart{
  width:100%;
 ;

}
div.cart_area div.cart form div h3 {
  color: #13386f;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
div.cart_area div.option1 > span,
div.cart_area div.option2 > span{
  display:inline-block;
  min-width:100px;
}
div.option{
  margin-bottom:15px;
  overflow:auto;
}
#option_tbl{
   font-size:10px;
   width:100%;
}
#option_tbl tbody tr.stock_head td.none{





  position:relative;

}
#option_tbl tbody tr.stock_head td.none::before {
 
}
div.cart_area div.cart{
  padding-right:0;
}
table#option_tbl tbody tr.stock_head td{
  
}
table#option_tbl tbody tr.stock_head th:nth-child(1n+2){
  background-color:#6699FF;
  color:#FFF;
  text-align:center;
}
#option_tbl td {
  border-bottom: 1px solid #13386f;
  border-right: 1px solid #13386f;
}
#option_tbl th {
  border-bottom: 1px solid #13386f;
  border-right: 1px solid #13386f;
}
#option_tbl {
  border-collapse: collapse;
  border-left: 1px solid #13386f;
  border-top: 1px solid #13386f;
}
.table_price {
  font-size: 14px;
  line-height: 1.2em;
}
table#option_tbl tbody tr td.cell_2 div{
  text-align:center; 
}
table#option_tbl tbody tr:nth-child(3){
  background-color:#efefef;
}
div.cart form div div.num{
  display:table;
}
div.cart form div div.num > input,
div.cart form div div.num >span,
div.cart form div div.num > div{
  display:table-cell;
  font-size:14px;
  vertical-align:middle;
  height:20px;
}

div.cart_button button {
  background-color: #f30;
  border: medium none;
  border-radius: 8px;
  color: #fff;
  height: 40px;
  width: 100%;
  min-width:200px;
  font-size: 17px;
  letter-spacing: 0.2em;
  cursor: pointer;
  max-width:480px;

}
div.cart_box,
dl.detail_list{
  width:50%;
  float:left;
}
div.price_area{
  float:left;
  width:100%;
  margin-bottom:30px !important;
}
div.price_area::after{
  clear:both;
  content:'';
  display:block;
  width:100%; 
}
div.cart_area .other{
  font-size:12px;
}
em.price_no{
  width:200px !important;
  font-style:normal;
  color:#900;
  font-size:20px;
}
.cart_button{
  padding-top:10px;
  width:100%;
  display:table;
  text-align:center;
}
#container .caution{
  color:#F00;
}

.review_title{
  color:#666;
  text-align:left !important;
  margin-bottom:20px;
  padding-bottom:10px;
  clear:both;
  padding-top:10px;
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
  margin-top:10px;
}
.reviewlist_datas {
  clear:both;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  width:150px !important;
  padding-top: 5px;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  clear: both;
  padding-top:15px;
  overflow-y:auto;
  max-height:400px;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
div.review_btn{
  clear:both;
  padding-bottom:20px;
  margin-bottom:30px;
  border-bottom:solid 1px #e2e2e2;
}
div.review_btn a{
  display:block;
  width:50%;
  min-width:180px;
  height:50px;
  line-height:50px;
  margin-left:auto;
  margin-right:auto;
  background-color:#0CF;
  color:#FFFFFF;
  text-decoration:none;
  text-align:center;
  font-size:18px;
    border-radius: 8px;

  
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}
.sim_option table#option_tbl tbody tr .cell_2 label,
.sim_option table#option_tbl tbody tr .cell_2 div{
  display:inline-block !important;
}
.sim_option table#option_tbl tbody tr .cell_2{
  text-align:center;

    padding-bottom: 20px;
    padding-top: 20px;
}
div.sim_option table#option_tbl th.cell_1{
  text-align:center;
}
div.sim_option table#option_tbl td.cell_2 label{
  width:80%;
  height:100%;
}
.sim_option{
  margin-bottom:40px;
}
div#no-top.main div.item_detail div.photo ul li a img{
 max-width:100%;
  max-height:170px;
}
div.photo ul li a{
  float:left;
}
/*--edit-*/
div.together_product{
  clear:both;
}
div.together_product::after{
  clear:both;
  content:'';
  display:block;
  width:100%; 
}

div.shop_guide h2,
div.together_product h2 {
  clear: both;
  color: #fff !important;
  padding: 5px;
  background-color:#094188;
  text-align:center !important;
  margin-bottom:20px;
}
div.together_product ul.together_product{
  list-style-type:none;
  width:100%;
  float:left;
}
div.together_product ul.together_product li{
  width:230px;
  margin:10px;
  float:left;
  padding-bottom:10px;
  margin-bottom:40px;
  font-size:12px;
}
div.together_product ul.together_product li dd.model,
div.together_product ul.together_product li dt.name{
  text-align:center;  
}
div.together_product ul.together_product li dd.exp{
  text-align:center;
  color:#900;
}
div.together_product ul.together_product li div.img-layout{
  width:inherit;
  height:230px;
  clear:both;
}
div.together_product ul.together_product li div.img-layout a{
  display:table-cell;
  width:inherit;
  height:inherit;
  vertical-align:middle;
}
div.together_product ul.together_product li div.img-layout a img{
  max-height:100%;
  max-width:100%;
}


ul.photo{
  width:120px;
  float:right;
  list-style-type:none;
  margin-bottom: 20px;
  max-height:600px;
  overflow:auto;
}

ul.photo li{
  width:25%;
  margin-bottom:10px;/*h w*/
  transition: all 1s ease 0s;
}
ul.photo li:nth-child(4n+5){
  clear:both;
}
ul.photo li dt.name{
  text-align:center;
}


ul.photo li dd.exp .price{
  text-align:center;
  display:block;
}

.sim_exp{
  padding-top:10px;
  padding-bottom:10px;
}
.sim_exp img{
  max-width:100%;
}
/*---------------------------------------*/

div.item_detail div.sim_q_a{
  padding-top:10px;
  padding-bottom:10px;
}
div.item_detail div.sim_q_a h3{
  text-align:center;
  color:#0099FF;
  margin-bottom:30px;
  border:solid 1px #0099FF;
  border-radius:5px;
  padding-top:5px;
  padding-bottom:5px;
}

div.item_detail div.sim_q_a dl dt{
  padding-left:30px;
  position:relative;

}
div.item_detail div.sim_q_a dl dt:before{
  content:'Q';
  color:#903;
  position:absolute;
  top:0;
  left:0;
  
}

div.item_detail div.sim_q_a dl dd{
  margin-bottom:10px;
  padding-left:30px;
  position:relative;

}
div.item_detail div.sim_q_a dl dd:before{
  content:'A';
  color:midnightblue;
    position:absolute;
  top:0;
  left:0;
}

.detail_list > dt {
    padding-right: 10px;
}
.product #no-top h2{
  text-align:left;
  background:#094188;
  color:#FFFFFF;
  padding:5px;
  font-size:16px;
  margin-bottom:20px;
}
.product div.product_name ul.other{
  list-style-type:none;
  font-size:12px;
  width:100%;
  margin-bottom:20px;
  display:table;
}

.product div.product_name ul.other li{
  width:32%;
  float:left;
  text-align:center;
  border-radius:5px;
  margin-right:1%;
  box-shadow:0px 0px 0px 1px #094188 inset;
-moz-box-shadow:0px 0px 0px 1px #094188 inset;
-webkit-box-shadow:0px 0px 0px 1px #094188 inset;
margin-bottom:5px;
}


#plan_pull{
  margin:0;
}

#option_tbl td,
#option_tbl th{
min-width:85px;

}
#option_tbl .table_price{
 font-size:12px;
}
.cart_footer .option{
 min-height:130px;
}
.post_imgs{
  display:block;
  margin:0 auto;
  text-align:center;
}
h2.item_name.h2_img {
    padding-top: 160px;
    background-position: center 50%;
    background-size: cover;
}
h2.h2_img span {
    background-color: rgba(0,0,0,0.4);
    color: #FFF;
    display: block;
    padding: 10px 5px;
    line-height: 1em;
}
.movie span{
  position:relative;
}
.movie span:before {
    content: "\f144";
    display: block;
    width: 100%;
    height: 100%;
    font-size: 35px;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    margin-top:-14px;
    left: 0;
    color: rgba(100,100,100,0.8);
    cursor: pointer;
}
span.price_label {
  color:#900;
  font-size:20px;
}
.item_detail div.explain{
  text-align:center;
  line-height:1.5em;
  font-size:12px;
}

.item_detail div.explain dl{
  display:table;
  border-bottom:dashed 1px #66745f;
  width:100%;
}
.item_detail div.explain dl:first-child{
  border-top:solid 1px #66745f;
}
.item_detail div.explain.price_text dl:first-child{
  border-top:none;
}
.item_detail div.explain.price_text dl:last-child{
  border-bottom:solid 1px #66745f;
}

.item_detail div.explain dl dt{
  display:table-cell;
  background:#e4edf4;
  padding:3px;
  width:80px;
}
.item_detail div.explain dl dd{
  display:table-cell;
    padding:3px;
  text-align: left;
} 

.garasu_caution{
  padding:1%;
  font-size:14px;
}
.garasu_caution > em{
  font-weight:bold;
  font-style:normal;
}
.bin_of_net{
  display:block;
  width:98%;
  height:40px;
  clear:both;
  padding:1%;
}
.bin_of_net > span{
  float: left;
    display: inline-block;
    line-height: 50px;
    margin-right: 20px;
}
.bin_of_net > span img{
  float:right;
}
.bin_of_net > span:first-child{
  font-weight:bold;
}

@media screen and (max-width:1000px){
.img01, .img01 > a, .img01 a > span{
  min-width:600px;
  width:80%;
}
.img01 a{
  width:100%;
}

.movie span:before {
  font-size:24px;
}
div.item_detail{
  width:95%;
  margin:0 auto;
}
    div.together_product ul.together_product li{
      width:29%;
      margin:2%;
    }
    div.together_product ul.together_product li div.img-layout{
      height:30vw;
      width:100%;
    }
  div.cart_button button{
    width:100%;
  }
  div.item_detail div.spec_note div.spec dl.end dt,
  div.item_detail div.spec_note dl dt{
      width:70px !important;
  }
  div.item_detail div.spec_note dl dd{
     width:auto !important;
     padding:0;
     padding-left:80px;
  }
  div.item_detail div.spec_note div.spec dl.end dd{
    width:auto !important;
    padding:0;
    padding-left:80px;
  }
  div.item_detail div.spec_note dl{

  }
  
  div.item_detail div.explain ul{
    max-width:375px;
   }
   div.item_detail div.spec_note dl{
  width:100%;
}
 div.calendar input#datepicker.hasDatepicker{
   display:block;
 }
div.item_detail div.spec_note dl dd{
  line-height:40px;
  min-height:40px;
}
.cart_footer div.price_area{
width:100% !important;
margin:0;
padding:0;


}
}
@media screen and (max-width:800px){


	div.item_detail div.explain div.main_image{
    width:40%;
	}
    div.item_detail div.explain ul{
      width:60%;
    }
}

@media screen and (max-width:750px){
/*---------------------------------------
responsive
-----------------------------------------*/
.bin_of_net > span{
  display:block !important;
  float:none !important;
}
.product div.product_name ul.other li{
  width:48%;
}
.product div.product_name ul.other li:nth-child(2){
  margin-right:0;
}

.cart_box_top .num input{
  max-width:50px;
 }
 
 .img01, .img01 > a, .img01 a > span{
  min-width:inherit;
 }
 
em.price_no,
span.price_label,
.cart_box_top .num input, .cart_box_top .num div, .cart_box_top .num span{
  font-size:16px;
}
h2.item_name.h2_img {
    padding-top: 120px;
}
ul.photo{
 width:100%;
 float:left;
}
ul.photo li div.img-layout > a img{
  max-height:20vw; /*正確に入れる*/
  max-width: 20vw;
}

 ul.photo li div.img-layout > a {
  display: table-cell;
  height:20vw; /*正確に入れる*/

  width: 20vw;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
 }

ul.photo li {
    float: left;
    margin: 0 2%;
   width: 20%;
}
.gallery2 ul li{
width:20vw;
margin:0 1.9%;
}
ul.photo li:nth-child(4n+5){
  clear:both;
}
.item_header .gallery{
float:none;
width:100%;
}

.item_header .product_name,
.cart_footer .cart_box{
width:100%;
float:none;
clear:both;
}
.cart_footer .option_price{
 width:95%;
 margin:0 auto;
 float:none;
 }
/*--------------*/
.img01,
.img01 > a,
.img01 a > span
{
  width:90vw;
}
.img01{
margin:0 auto;
float:none;
}
.img02,
.img02 > a,
.img02 a > span
{
  width:20vw;
  height:20vw;
}
/*--------------*/
div.price_area_top{
  margin:0 2.5%;
  }
div.cart_button button{
  width:100%;
  cursor: pointer;
cursor: hand;
}
div.cart form div div.num > div{
padding:0;
}

.simple_exp{
  margin:2.5%;
}
#plan_pull{
 width:95%;
 margin:0 auto;
}
ul.other{
 width:95%;
 margin:0 auto;
 float:none;

}
div.cart_area{
 float:left;
}
.cart_footer,
.cart_head{
  font-size:14px;
}
.cart_head .option{
width:90vw;
overflow:auto;
margin:0 auto;
}
.cart_footer .option{
overflow:auto;
width:90vw;
margin:0 auto;

}

.cart_head > h3{
width:100%;
}

.cart_footer .cart_box{
margin:0 2.5%;
width:95%;
}
}
@media screen and (max-width:600px){
div.together_product ul.together_product li dl{
  font-size:12px;
}
div.item_detail div.spec_note dl{
  width:100%;
}
div.item_detail h2{
  margin:0;
  padding-top:65px;
}
div.item_detail div.product_name{
  height:45px;
  width:98%;
  padding-left:2%;
  border-radius:0;
}
div.item_detail div.product_name p{
  position:absolute;
  right:0;
  top:5px;
  width:50%;
}
div.item_detail div.explain div.main_image{
  width:100%;
}
div.item_detail div.explain div.main_image span{
  width:100%;
  display:block;
  margin-bottom:20px;
}
div.item_detail div.explain ul{
  width:100%;
}
div.item_detail div.explain ul,
div.item_detail div.explain div.main_image,
div.item_detail div.explain{
  float:none;
}
div.item_detail div.explain ul{
  margin-left:auto;
  margin-right:auto;
}
div.cart_box, dl.detail_list,
div.price_area{
  float:none;
  width:100%;
  font-size:14px;
}

ul.pankuzu{
  font-size:12px;
  margin-bottom:10px;
}
}
.slick-slider {
    margin-bottom: 20px !important;
}
.youtube::after {
	content: "※動画再生時には音楽が再生されます。";
	display: block;
}
/*---------------------------------------*/
@media screen and (max-width:400px){
   .product div.product_name ul.other li{
     width:98%;
   }
}
div.shop_guide span.caution{
 	color: #f00;
}
.youtube {
	margin-bottom: 1em;
	
}
.youtube .modal-open {
cursor: pointer;
	display: inline-block;
  position: relative;
}
.youtube .modal-open::after {
	content: "▼";
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 40px;
	margin-left: -20px;
	margin-top: -10px;
	transform: rotate(30deg);
	color: rgba(0,0,0,0.5);
}
.modal-open:hover::after {
	opacity: 0.5;
}
@media screen and (min-width:600px){
  div.cart_button button {
    padding: 1em 0;
    height:auto !important;
    margin-bottom: 1em;
  }
}
.banner_cap a {
	margin: 0 0 1em;
	display: inline-block;
}
.banner_cap .none {
	display: none;
}
input[readonly] {
	background: #efefef !important;
	color: #999;
}
.naire_input {
	display: flex;
	flex-flow: column;
	width: 80%;
	max-width: 310px;
	margin: 0 auto;
  
}
.naire_input select {
	margin: 0 0 1em;
	padding: 0.8em;
	background: #fff;
	border: solid 1px #aaa;
	border-radius: 5px;
}
.naire_input input {
	padding: 0.8em;
  background: #fff;
	border: solid 1px #aaa;
	border-radius: 5px;
}
[name="temp2"] {margin-bottom: 1em; height:100px;}
.sample_url {	cursor: pointer;}
.sample_url:hover { color:#f90;}
#sample_link {
	position: fixed;
	background: #fff;
	top:-400px;
   left: calc(50% - 150px);
	width: 300px;
	box-shadow: 0 0 0 2px #094188,3px 5px 7px 0px #aaa;
	box-sizing: border-box;
	padding: 1em;
	z-index: 1;
  transition: all 1s;
}
#sample_link.active{
	top: calc(50% - 150px);
} 
#sample_link p {font-size: 12px;line-height: 1.5;margin-bottom: 1em;}
#sample_link .close {cursor: pointer;background: #000;color: #fff;aspect-ratio: 1/1;display: flex;	width: 40px;	height: 40px;	font-size: 1.8em;justify-content: center;align-items: center;position: absolute;top: 0;	right: 0;}
#sample_link a {background: #f30;color: #fff;display: flex;	justify-content: center;align-items: center;line-height: 1.3;padding: 0.5em;box-sizing: border-box;	border-radius: 8px;}
.media-text {display: flex;flex-flow: wrap;  align-items: center;}
/*#no-top.main img {max-width: 50% !important;height: fit-content;}*/
.media-text__content {	padding: 2em;	max-width: calc(50% - 4em) ; align-items: center;}
.block-button__link {display: flex;	background: #cf2e2e;width: 30%;	margin: auto;	color: #fff !important;
	justify-content: center;padding: 1em;	border-radius: 5px;}
#no-top img.width_auto {	max-width: 100% !important;}
.flex_box { display: flex;}
.flex_box > div {    padding: 1em;}