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

.product {
  margin-bottom: 40px;
}

.product_area {
  border-bottom: 1px solid #333;
  padding-bottom: 40px;
}
.product_area_left {
  float: left;
  padding: 0;
}
.product_area_right {
  float: right;
  padding: 0;
}

.product_tabs {
  border-bottom: 1px solid #333;
}
.product_tab {
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
.product_tab.active {
  background-color: #ebe4da;
}
.product_tab a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.product_tab.active a,
.product_tab.active a:hover {
  color: #333;
  text-decoration: none;
}

.product_panel {
  display: none;
}
.product_panel.active {
  display: block;
}
.product_panel_image,
.product_panel_review {
  text-align: center;
}

.product_belong_lists {
  margin: 40px 0 20px;
  font-size: 12px;
}
.product_belong_list {
  padding: 0 2px;
}
.product_belong_list:first-child {
  padding: 0 2px 0 0 ;
}

.product_name {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.product_model {
  margin: 0;
  font-size: 10px;
}

.product_img {
  margin-bottom: 60px;
}
.product_img_main2 img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product_img_thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
.product_img_thumb_img {
  max-width: 100%;
  width: auto;
  height: auto;
  /*border: 1px solid #ccc;*/
}
.thumb_active {
  border: 1px solid #333;
}

.together_product_lists {
  margin-top: 20px;
  font-size: 12px;
}
.together_product_list {
  text-align: center;
}

.product_price_area {
  margin: 20px 0 0;
}
.product_regular_price {
  margin: 0 0 5px;
  /*font-size: 12px;*/
  font-size: 20px;
  
}
.product_price {
  margin: 0;
  font-size: 20px;
}
.product_price_discount {
  color: #cf0400;
}
.product_discount_rate {
    color: #cf0400;
    font-size: 20px;
	line-height:1em;
    margin-bottom: 0px;
}
.product_regular_rate {
    font-size: 18px;
	line-height:1em;
    margin-bottom: 0px;
}
.product_price_establish {
  margin: 0;
  font-size: 10px;
}
.product_stock_str {
  margin: 20px 0 0;
  font-size: 12px;
}

.product_cart_area {
  background-color: #ebe4da;
  margin: 30px 0;
  padding: 10px 20px 20px;
  font-size: 12px;
}
.product_cart_table_box {
  margin-top: 20px;
  background-color: #fff;
  font-size: 12px;
}
.product_cart_table_box label {
  font-size: 12px;
}
.product_cart_select_box {
  margin: 5px 0;
}
.product_cart_select_name {
  padding-top: 10px;
  padding-bottom: 5px;
}
.product_cart_select {
  border: 1px solid #333;
  height: 40px;
}
.product_cart_order {
  margin: 5px 0;
}
.product_cart_init_num {
  width: 20%;
  height: 30px;
  text-align: right;
  float: left;
}
.product_cart_unit {
  float: left;
  padding-top: 12px;
  padding-left: 20px;
}
.product_cart_init {
  display: none;
}

.sizeguide_table_box {
  border-top: 1px solid #ccc;
  padding-top: 40px;
  margin-top: 20px;
}

.sizeguide_table {
  margin: 20px 0;
}

.btn-addcart,
.btn-reviews {
  border: none;
  margin-top: 30px;
  padding: 18px 0;
  background-color: #FF9900;
  font-size: 18px;
  color: #333;
  *background-color: #FF9900;
  letter-spacing: 0.1em;
}
.btn-addcart:hover,
.btn-addcart:focus,
.btn-addcart:active,
.btn-reviews:hover,
.btn-reviews:focus,
.btn-reviews:active {
  background-color: #FF6633;
  color: #333;
  *background-color: #FF6633;
}
.btn-addcart.btn[disabled] {
  background-color: #ffdba4;
}
.btn-addcart i,
.btn-addcart-quick i,
.btn-reviews i,
.btn-fav i  {
  margin-right: 5px;
  vertical-align: -25%;
}

.btn-addcart-quick,
.btn-membersonly {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.btn-addcart-quick {
  border: none;
  background-color: #007fff;
  color: #fff;
  *background-color: #007fff;
}
.btn-addcart-quick:hover,
.btn-addcart-quick:focus,
.btn-addcart-quick:active {
  background-color: #4ca5ff;
  color: #fff;
  *background-color: #4ca5ff;
}
.btn-fav button{
  width: 100%;
  border: none;
  margin-top: 30px;
  padding: 18px 0;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  letter-spacing: 0.1em;
}
.btn-fav button:hover,
.btn-fav button:focus,
.btn-fav button:active {
  background-color: #ddd;
  outline:0;
}
.btn-fav button.fav-items{
  background-color: #ffcccc;
}
.btn-fav button.fav-items:after{
	content:"済み"
}
.btn-soldout {
  border: none;
  margin-top: 20px;
  padding: 18px 12px;
  background-color: #cf0400;
  font-size: 18px;
  color: #fff;
  *background-color: #cf0400;
  letter-spacing: 0.1em;
}
.btn-soldout.disabled,
.btn-soldout[disabled] {
  background-color: #696969;
  color: #fff;
}

.btn_pis_width,
.btn_revies_width {
  width: 300px;
}

.stock_error {
  margin: 0;
  text-align: center;
  color: #cf0400;
}

.product_related_lists {
  margin: 20px 0 0;
  font-size: 12px;
}
.product_related_lists_review {
  margin: 30px 0 0;
}
.product_related_list {
  padding: 2px 0;
}
li.review_float{
	width: 50%;
	float: left;
}
.product_related_lists i {
  vertical-align: -40%;
}

.product_explain,
.product_img_sub,
.product_reviews {
  line-height: 2;
  margin-top: 40px;
}

.product_img_sub li {
  text-align: center;
  padding-bottom: 10px;
}

.product_text_not {
  text-align: center;
}

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
  line-height: 1.2;
}

.icon_star {
  float: left;
  /* 星10個での設定は下記を有効にする */
  /*
  width: 150px;
  */
  /* 星5個での設定は下記を有効にする */
  width: 75px;
  overflow: hidden;
}

.icon_star img {
  max-width: inherit;
}

.review_poster li {
  float: left;
  margin-left: 10px;
}

.review_poster li {
  list-style: none;
}

.reviewlist:first-child {
  border-top: none;
}

.reviewlist {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  text-align: left;
}

.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;
}

.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #fffafa;
  padding: 15px;
}

@media (min-width: 980px) {
  .product_area_left {
    width: 540px;
    float: left;
    padding: 0;
  }
  .product_area_right {
    width: 400px;
    float: right;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .product_explain,
  .product_img_sub,
  .product_reviews {
    padding: 0 1%;
  }
}

@media (max-width: 980px) {
  .contents_detail {
    width: 100%;
    float: none;
    padding: 0;
  }

  .product_area_left,
  .product_area_right {
    padding-right: 1%;
    padding-left: 1%;
  }
}

@media (max-width: 768px) {
  .product_name{
	  font-size:4vw;
  }
  .product_area_right {
    float: none;
    padding: 0;
  }
  .product_img {
    margin-bottom: 30px;
  }

  .product_detail_area,
  .product_social_lists {
    padding: 0 10px;
  }
  .product_tab a {
    font-size: 12px;
  }
  .product_explain,
  .product_img_sub {
    font-size: 12px;
    padding: 0 10px 60px;
  }
  .product_reviews {
    font-size: 12px;
    padding: 0 10px 20px;
  }
  .product_reviews_btn {
    padding-bottom: 60px;
  }
  .together_product_lists {
    padding: 0 10px 30px;
  }

  .btn_pis_width,
  .btn_revies_width {
    width: 100%;
  }
}


 koba 170625 
#item_setsumei,
#item_setsumei a { color:#333333;}
#item_setsumei a:hover { text-decoration:none; color:#ccc; }
#item_setsumei a img { border:none !important; }
#item_setsumei .m5 { margin-bottom:5px !important; }
#item_setsumei .m10 { margin-bottom:10px !important; }
#item_setsumei .m20 { margin-bottom:20px !important; }
#item_setsumei .m30 { margin-bottom:30px !important; }
#item_setsumei .m40 { margin-bottom:40px !important; }
#item_setsumei .m50 { margin-bottom:50px !important; }
#item_setsumei .m60 { margin-bottom:60px !important; }
#item_setsumei .m70 { margin-bottom:70px !important; }
#item_setsumei .w100 { width:100%; display:block;}
#item_setsumei .toitem1 { font-size:16px; margin:20px 0 20px 0; display:block;}
#item_setsumei .catch { font-size:22px; font-weight:bold; margin-bottom:10px;}
#item_setsumei .comment1 { font-size:14px; margin-top:10px;}
#item_setsumei .comment1b { font-size:14px; margin-top:10px; font-weight:bold;}
#item_setsumei .comment2 { font-size:12px; margin-top:10px;}
#item_setsumei .memotitle { font-size:16px; margin-bottom:10px; font-weight:bold; letter-spacing:0.5em;}
#item_setsumei p .point { font-size:14px; font-weight:bold; color:#ff0000;}
#item_setsumei p { font-size:14px; line-height:26px; }
#item_setsumei .pb { font-weight:bold; }
#item_setsumei p.itemlink { font-size:16px; font-weight:bold; margin:40px; text-align:center; display:block;}
#item_setsumei .pcen { text-align:center; display:block;}
#item_setsumei li { margin: 0 0 1em; }
#item_setsumei .lib { font-weight: bold; color:#FF0000; }
#item_setsumei .note{ background-color:#4d261b; font-weight:bold; color:#fff; padding:5px; margin-bottom:20px; letter-spacing: 0.5em;}

#item_delivery,
#item_delivery { background-color:#ff6666; padding:10px; margin:30px 0 30px 0; color:#fff; }
#item_delivery .memotitle { font-size:16px; margin:10px 0 10px 0; font-weight:bold; letter-spacing:0.5em;}
#item_delivery p { font-size:14px; line-height:26px; }

#item_delivery2,
#item_delivery2 { background-color:#ff6666; padding:10px; margin:30px 0 30px 0; color:#fff; }
#item_delivery2 .memotitle { font-size:16px; margin:10px 0 10px 0; font-weight:bold; letter-spacing:0.5em; }
#item_delivery2 p { font-size:14px; line-height:26px; }

 koba 170702 

#itemj,
#itemj { font-size:14px; line-height:26px; margin-left:auto; margin-right:auto; margin-bottom:60px; }
#itemj a { color:#333;}
#itemj a:hover { text-decoration:none; color:#333; }
#itemj a img { border:none !important; }
#itemj .m5 { margin-bottom:5px !important; }
#itemj .m10 { margin-bottom:10px !important; }
#itemj .m20 { margin-bottom:20px !important; }
#itemj .m30 { margin-bottom:30px !important; }
#itemj .m40 { margin-bottom:40px !important; }
#itemj .m50 { margin-bottom:50px !important; }
#itemj .m60 { margin-bottom:60px !important; }
#itemj .m70 { margin-bottom:70px !important; }
#itemj .w640 { width:640px; display:block;}
#itemj .toitem1 { font-size:16px; margin:20px 0 20px 0; display:block; }
#itemj .catch { font-size:22px; font-weight:bold; margin-bottom:10px; line-height:30px !important;  }
#itemj .com1 { margin-top:10px;}
#itemj .com1b { margin-top:10px; font-weight:bold;}
#itemj .com2 { font-size:12px; margin-top:10px;}

#itemj .pcen { margin-left:auto; margin-right:auto; text-align:left; width:100%;}
#itemj p.taio { line-height:30px !important; }
#itemj p.itemlink { font-size:16px; font-weight:bold; line-height:40px; margin-top:30px; display:block;}

#itemj .siyo { margin-left:auto; margin-right:auto; line-height:22px; width:auto; }
#itemj .siyot { font-size:16px; margin-bottom:10px; font-weight:bold; letter-spacing:0.5em;}
#itemj li { margin: 0 0 1em; }
#itemj .lib { font-weight: bold; color:#FF0000; }
#itemj ol { margin: 0 0 1em; margin-left:15px; }
#itemj .olb { font-weight: bold; color:#FF0000; }
#itemj hr { display: block; width: 100%; height: 1px; background-color: #ccc; border: 0; margin:20px 0 20px 0;}

#itemj table.taio { border-collapse: separate; border-spacing: 0; text-align: left; line-height: 1.8; border-top: 1px solid #ccc; border-left: 1px solid #ccc; width:100%; }
#itemj table.taio th { width: 20%; padding: 10px; font-weight: bold; vertical-align: top; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #fff; border-left: 1px solid #fff; background: #eee; }
#itemj table.taio td { width: 80%; padding: 10px; vertical-align: top; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }

#itemj .ryreview { margin-bottom:20px; background-color:#e0fafe; color:#ffffff; padding:12px; text-align:center; font-size: 14px; font-weight:bold; letter-spacing:0.1em; }

#itemj .itemlink { color: #000; text-decoration: none; padding: 1rem; border: 1px solid; text-align: center; display: block; width: 70%; margin: 5% auto; }

/*#itemj .itemlink { margin-bottom:20px; background-color:#eee; padding:12px; text-align:center; font-size: 14px; font-weight:bold; letter-spacing:0.1em; }*/

/*スマホフッターfixボタンの為の設定*/
.foot_fixmenu{
    position: fixed;
    bottom: 0;
	padding: 4%;
    width:92%;
    background: rgba(0, 0, 0, 0.4);
    z-index:10;
}
.foot_fixmenu ul {
    margin: 0;
    display: table;
    width:100%;
}
.foot_fixmenu ul li{
	width:auto;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
	white-space:nowrap;
}
.foot_fixmenu ul li:first-child{
	width:50%;
	padding-right:1em;
	text-align:center;
}
.foot_fixmenu ul li:first-child .inner{
	display:inline-block;
	text-align:left;
}

.foot_fixmenu ul li:nth-child(2) a{
    background: #e94c1a;
    display: inline-block;
    padding: 0.6em 0.8em;
    color:#fff;
	font-size:4.0vw;
}
.foot_fixmenu ul li:nth-child(3){
	width:14%;
	text-align:center;
}
.foot_fixmenu ul li i {
    margin-right: 5px;
    vertical-align: -25%;
}
.foot_fixmenu ul li:nth-child(3) i{
	margin: 0;
}
.foot_fixmenu ul li .price{
	font-size:4.5vw;
	padding:0;
	margin:0;
	color:#fff;
}
.foot_fixmenu ul li .price_teika{
	position: relative;
    display: inline-block;
    margin: 0;
	padding: 0;
	color: #fff;
	text-align: left;
	font-size: 4vw;
}
.foot_fixmenu ul li .price_teika:before {
    content: "";
    height: 2px;
    width: 100%;
    background: #f00;
    position: absolute;
    top: 0.7em;
    left: 0;
}
.foot_fixmenu ul li .fix_fav{
	border:none;
	background:none;
	padding: 0.7em;
}
.foot_fixmenu ul li .fix_fav.fav-items{
	background:#ffcccc;
}
@media (max-width: 768px){
	#wrapper{
		padding-bottom: 4em;
	}
  .foot_fixmenu ul li button:hover,
  .foot_fixmenu ul li button:focus,
  .foot_fixmenu ul li button:active{
    outline: 0;
  }
}
/*END スマホフッターfixボタンの為の設定*/

/*金額回りの調整20180205*/
.price_box {
	background: #FFFCD3;
	padding: 10px 10px 10px;
	margin: 30px 0 10px;
	text-align:center;
}
.price_box .product_price_area {
	margin:0;
}
.price_box .product_price{
	font-size:28px;
}
.price_box .product_price_establish {
	font-size:18px;
}
.methodpayment {
	font-size: 12px;
}
@media (max-width: 768px){
	#wrapper{
		padding-bottom: 4em;
	}
}
/*END スマホフッターfixボタンの為の設定*/

/*金額回りの調整20180205*/
.price_box {
	background: #FFFCD3;
	padding: 10px 10px 10px;
	margin: 30px 0 10px;
	text-align:center;
}
.price_box .product_price_area {
	margin:0;
}
.price_box .product_price{
	font-size:28px;
}
.price_box .product_price_establish {
	font-size:18px;
}
.methodpayment {
	font-size: 12px;
}
@media (max-width: 768px){
	.methodpayment {
		padding: 0 20px;
	}
}

/*slider*/
.product_img_main2 .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
  .itemslide{
	  margin:0 0 10px 0;
  }
  .product_img_main .bx-wrapper {
	  margin: 0 auto 0;
  }
  .custom-thumb ul{
	width:100%;
	margin: 0 auto;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex; /* Safari */
	display: -webkit-box-flex; /* Safari */
	display: flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	list-style:none;
  }
  .custom-thumb ul li{
	  width:16.6666667%;
	  margin-top: 10px;
	  text-align:center;
	  cursor: pointer;
  }
  .custom-thumb img{
	  width:94%;
	  border: 1px solid #ccc;
  }
  .custom-thumb li:hover img {
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
@media (max-width: 768px){
	.slick-initialized .slick-slide{
		margin: 0 3px;
	}
	.custom-thumb ul{
		display:block;
		overflow-x: auto;
		white-space: nowrap;
		-ms-scroll-chaining: none;
		overscroll-behavior: contain;
	}
	.custom-thumb ul::-webkit-scrollbar {
		display: none;
	}
	.custom-thumb ul li{
		display:inline-block;
	}
}
/*end slider*/