/* iframeの比率設定 */
/* 626 セールクーポン表示*/
.ectoolwrapper626 {
  position: relative;
  width: 100%;
  padding: calc(260/ 640 * 100%) 0 0;
}
.ectoolwrapper626 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 627 新作・予約クーポン表示*/
.ectoolwrapper627 {
  position: relative;
  width: 100%;
  padding: calc(260/ 640 * 100%) 0 0;
}
.ectoolwrapper627 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 商品詳細部分の設定 */
#itempage-sp{
width:100%;
padding:10px;
font-size:12px;
box-sizing: border-box;}

video {width: 100%; height: auto;}

/* 予約 */
.yoyakutyui img{
  width:390px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;}
  
/* 商品情報内パンくず */
.cart-pankuzu {
    font-size: 12px;
    padding: 5px 0px;
    color:#61bac7;
    float:left;
}
.cart-pankuzu a{
   color:#61bac7;
}
.brand-pan{font-weight:bold;
}

/* オプションテーブル */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
     margin-top:5px;
     margin-bottom:20px;
}

#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
    padding:0px;
}
#option_tbl td {
     padding:8px 5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

/* オプション表の表記変更 */
.stock_zero{
  font-size:0px;
}

.stock_zero:before{
  content: '×';
  font-size:16px;
  color: #888;
  font-weight: bold;
}

.table_price{display:block;
   font-size:0px !important;
margin-top: -20px;}


/* お気に入り */
.favorite-area{
  display: block;
  float: right;
}

.cart-fav-icon{
color:#ccc;
 font-size:2.5em;
 padding: 5px 10px 0px 0px;
}

/* 商品名 */
#item_name{
margin-bottom:20px;
}
#item_name h1{
  font-size: 12px;
}


/* プライス */
.itemprice-blk{
font-size:17px;
display:inline-block;
 margin-left: 5px;
}

.itemprice-line{
  text-decoration: line-through;
  font-size:13px;
  display:inline-block;
  margin-left: 5px;
}

.itemprice-red{
color:#D50000;
font-size:17px;
display:inline-block;
margin-left: 5px;
}

.itemprice-red-small{
color:#D50000;
font-size:15px;
display:inline-block;
}

/* ポイント */
#point{
	display:block;
    margin:0 auto;
    width: 90%;
    text-align: center;
    font-size:13px;
    margin-top:15px;}

#pt-regular{
	background: #f6f6f6;
	padding:10px;
}

#pt-regular span{color:#f96666;
	font-size:15px;}
.icon-point{
	font-size:1.3em;
	margin-left:5px;}
	
#point-tyuui{
	border:1px solid #f96666;
    color: #f96666;
  font-weight:bold;
	width: 90%;
    margin: 0 auto;
	font-size: 12px;
   padding:15px;
  margin-bottom: 20px;
}
#point-tyuui p{
  color: #f96666;
  font-weight:bold;
text-align:center;
}

/* バッジ */
.badge-hassou-area{
margin-top:20px;
}
.cartitem-badge-area{
  padding-bottom:10px ;
  display: block;
}
.cartitem-badge{
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: .1em;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    padding: 0px 3px 0px 4px;
    color: #fff;
    border-radius: 2px;
}
.souryou{background: #eee;
color:#333;}
/* 発送予定 */
.btn-hassou {
 display:block;
color: #666;
font-size: 12px;
}
.icon_hassou {
color: #666;
font-size: 1em;
margin-right:5px;
}
.red-font{
color: #f96666;
font-size: 12px;
font-weight:bold;
}

.btn-hassou-itibu{
 display:block;
color: #f96666;
font-size: 11px;
}

/* カート周辺 */
.cartform{height:55px;
  margin-top:10px;
}
.suuryou{
  display:inline-block;
  float:left;
  width:25px;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  border:1px solid #ccc;
  margin-top:14px;
  margin-right:10px
}
.suuryoufont{
  font-size:8px;
  margin-bottom: -14px;
  margin-left: 12px;
  color:#666;
}

.cart{
padding: 12px;
font-size: 20px;
width:82%;
box-sizing:border-box;
letter-spacing: 5px;
color:#fff;
font-weight:bold;
background-color:#f96666;
border-radius:6px;
border:none;
display:inline-block;
cursor:pointer;
float:left;
text-decoration:none;
  outline: none;
}
.cart-icon{
color:#fff;
font-size: 23px;
margin-right: 7px;

}
.cart:hover{
transition: 0.3s;
opacity: 0.8;
}


/* クーポン */
#coupon{
  margin-top: 20px;
display:block;
text-align:center;}

#coupon img{width:350px;
 margin-top:10px;}

/* クーポンボタン */
.coupon-button {
display:none;
position: fixed;
bottom: 90px;
right: 0px;
z-index:99999;
}

.coupon-button a {
display: block;
background-color: #fff;
text-align: center;
color: #f96666;
font-weight:bold;
border:1px solid #ddd;
border-radius:10px;
font-size: 10px;
text-decoration: none;
padding: 10px 6px;
opacity: 0.95;
}
.coupon-button span{font-size:20px;
}

/* 問合せ周辺 */
#toiawase-wrap{
height: 39px;
margin: 30px 0px;}

#toiawase{
    font-size: 14px;
    display: inline-block;
    float:left;
    background: #eee;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px;
    text-align:center;
    width:65%;
    box-sizing:border-box;
}
#toiawase a{color:#666;}
#toiawase-link{
  width:31%;
  display: inline-block; 
  float:right;
 }
#toiawase-link a{color: #666;
font-size:10px;}

/* 商品説明 */
#conv_exp{
border-top:1px solid #eee;
border-bottom:1px solid #eee;
padding-top:20px;
padding-bottom:20px;
}

/* サイズについて設定 */
#sizeimg{
  margin-top:20px;
  text-align:center;}
#sizeimg .img40{width:40%;}
#sizeimg .img50{width:50%;}
#sizeimg .img60{width:60%;}
.sizeex{
padding:8px;
color:#666;
font-size:10px;}
.sizeex a {text-align:right;
display: block;}

.size-more{text-align:center;}
.size-more span {
    cursor: pointer;
    box-sizing: border-box;
    display: inline-block;
    background: #f6f6f6;
    border-radius: 20px;
    font: 400 13px 'Poppins', sans-serif;
    letter-spacing: .25em;
    padding: 10px 20px;
    margin-top: 10px;
}
.size-more i {color:#666;}


/* この商品を見た人 */
#fsrecommenddiv3 h2{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: .06em;
    padding-top: 30px;
    margin-bottom: 0px;
}
.section_line {display:none;}
.bx-wrapper .bx-controls-direction a {
    z-index: 99 !important;
}

/* ブランド情報 */
.brand-info{
background:#eee;
border-radius:10px;
width:90%;
margin: 0 auto;
margin-top:40px;
}

.brand{width:100%;
	text-align: center;
	box-sizing:border-box;
}

.brand-logo{width: 100%;
    margin: 0 auto;}

.brand-logo img{
box-sizing: border-box;
width: 45%;}

.brand-img{
    width: 45%;
    padding: 8px;
    box-sizing: border-box;
}

.brand-info a{
    width: 55%;
    display: block;
    float: right;
    right: 30;
    text-align: center;
    font-size: 4vw;
    margin-top: -17vw;
    padding-right: 8px;
    box-sizing: border-box;}

.bra-setsumei{display:none;
}
.brand-event{margin-top:10px;
  text-align:center;
  font-size:10px;
}
.brand-event img{margin-bottom:5px;
}
/* ブランド情報 リンクのみ */
.brand-info2{
background:#eee;
border-radius:10px;
width:90%;
margin: 0 auto;
margin-top:40px;
}
.brand-info2 a{
    display: block;
    font-size:14px;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;}

/* 再入荷ボタン */
.sorm{
margin-top:15px;
padding-bottom: 10px;
text-align: center;}

.fa-envelope-open-text {
font-size: 22px;
}
.hidden_box {
    padding: 0;
}
.sthanks{
    background-color: #C2E4E8;
    color: #202124;
    padding: 15px 0px 15px 0px;
    border: none;
    margin: -20px auto 15px auto;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    border: none;
    width: 60%;
}

/*ボタン装飾*/
.hidden_box label {
    padding-bottom: 11px;
    font-weight: bold;
    border-bottom: solid 2px black;
    cursor: pointer;
    width: 70%;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box #label1 {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

#sainyuka #label1:nth-of-type(n+2){display:none;}

#sainyuka .g_form{
    border-radius: 5px;
    border-color: darkgray;
    padding: 5px 8px;
width: 65%;}
#sainyuka .btbt{
    border-radius: 5px;
    background-color: #61bac7;
    color: white;
    padding: 5px 10px 5px 10px;
    border: none;
}

#sainyuka{
  margin-top: 15px;
}
#option_table_wrapper{width:100%;
background: #f6f6f6;
}
#option_table{
width: 320px;
margin: 0 auto;
clear: both;
}
#option_table ul:last-child {
    text-align: center;
    border-bottom: none;}	
#option_table ul{list-style:  none;float: left; 
    border-bottom: 0.1px dotted #000; 
}	
#option_table .op2_ttl{none;float: left; margin: 10px 15px 5px 10px;width: 100px;}
#option_table .op2-label{none;float: left; margin: 10px 15px 5px 10px;max-width: 140px;}
#option_table .op2-cart{none;float: left; margin: 10px 15px 5px 10px;}
#sainyuka .mail:nth-of-type(n+2){display:none;}
#sainyuka .tuchi{
    display: block;
    text-align: center;
    color: #666;
    font-size: 13px;
    letter-spacing: 3px;
    font-weight: bold;
    margin: auto;
    background: #C2E4E8;
    width: fit-content;
    padding: 8px 15px 8px 15px;
    width: 82%;
    margin-left:53px;
    box-sizing: border-box;
    border-radius: 6px;
    border: none;
}
#sainyuka .tuchi:nth-of-type(n+2){display:none;
}

.op2-flex {
  display: flex; 
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding: 0.5em 0;
}

.btn-addcart {
  width: 100px !important;
  background-color: #f90 !important;
}