.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}


.item_main .image,
.item_main .image + *{
  float:left;
}
.item_main .image{
  margin-right:3%;
  width:61%;
  text-align:center;
}
.item_main .image + *{
  width:36%;
}
@media screen and (max-width: 750px){
  .item_main .image,
  .item_main .image + *{
    float:none;
  }
  .item_main .image{
    margin-left:auto;
    margin-right:auto;
    width:520px;
  }
  .item_main .image + *{
    width:100%;
    margin-top:20px;
  }
}
@media screen and (max-width: 590px){
  .item_main .image{
    width:100%;
  }
}


@media screen and (max-width: 470px){
  .item_table table,
  .item_table tbody,
  .item_table tr,
  .item_table tr > *{
    display:block;
    width:100%;
    box-sizing:border-box;
  }
  .item_table table{
    border:none;
  }
  .item_table tr{
    border-top:1px solid #D3D5BF;
    border-right:1px solid #D3D5BF;
  }
}


.item_buy .input-prepend.input-append input{
  padding-top:6px;
  padding-bottom:6px;
}
.item_buy .btn i{
  line-height:26px;
}
.item_buy button{
	background:rgb(253,134,36);
	background:-moz-linear-gradient(top,
		rgba(251,169,96,1) 0%,
		rgba(253,134,36,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom,
		color-stop(0%,rgba(251,169,96,1)),
		color-stop(100%,rgba(253,134,36,1)));
	background:-webkit-linear-gradient(top,
		rgba(251,169,96,1) 0%,
		rgba(253,134,36,1) 100%);
	background:-o-linear-gradient(top,
		rgba(251,169,96,1) 0%,
		rgba(253,134,36,1) 100%);
	background:-ms-linear-gradient(top,
		rgba(251,169,96,1) 0%,
		rgba(253,134,36,1) 100%);
	background:linear-gradient(to bottom,
		rgba(251,169,96,1) 0%,
		rgba(253,134,36,1) 100%);
  border:none;
  color:#fff;
  font-weight:bold;
  padding:13px 25px;
}
.item_buy button:hover{
  color:#fff;
	filter:alpha(opacity=60);
	opacity:0.60;
}


.sub_image{
  font-size:0;
  line-height:0;
  text-align:center;
}
.sub_image li{
  display:inline-block;
  width:32%;
  margin-left:2%;
  vertical-align:top;
}
.sub_image li:nth-of-type(3n + 1){
  margin-left:0;
}
@media screen and (max-width: 590px){
  .sub_image li{
    width:85%;
    display:block;
    margin-right:auto;
    margin-left:auto;
  }
  .sub_image li:nth-of-type(3n + 1){
    margin-left:auto;
  }
  .sub_image li + li{
    margin-top:10px;
  }
}


.item_dtl_link{
  border-top:1px dotted #ddd;
}
.item_dtl_link li{
  border-bottom:1px dotted #ddd;
  padding:10px 0;
}


.snslink{
  font-size:0;
  line-height:0;
  text-align:center;
}
.snslink li{
  display:inline-block;
  padding:5px 3px;
}
.snslink iframe{
  margin:0 3px;
}



.prduct-option{
  font-size:0;
  line-height:0;
  text-align:center;
  margin-top:20px;
}
.prduct-option > *{
  font-size:14px;
  line-height:120%;
}
.opt_select{
  display:inline-block;
  width:49%;
  margin:0 0.5%;
}
.optname{
  font-weight:bold;
  background:#F5F8F1;
  padding:8px 5px;
  border-top:1px solid #D3D5BF;
}


.subimage a{
    display: block;
    aspect-ratio: 1/1;
}
.subimage img{
    object-fit: contain;
    object-position: center top;
    width: 100%;
    height: 100%;
}