#product{margin-top:1.25vh;}
.gocart a{display:none;}

.product-image {
  padding-bottom: 0px;
  text-align: center;
}

.product-image img {
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
}

.product-image-main {
  margin-bottom: 0px;
  float: left;
  width: 80%;
}

.product-image-main img {
  border: 1px solid #b2a487;
  width: 910px;
  height: 100%;
  max-height: 910px;
  object-fit: cover;
}

.product-image-thumb{
     float: right;
    width: 20%;
}
.product-image-thumb ul {
    margin: 0;
    overflow-y: scroll;
    max-height:910px;
}

.product-image-thumb li {
      margin: 0px auto 20px;
    padding: 0 5px;
    cursor: pointer;
  /*display: inline-block;*/
      display: block;
}

.product-image-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 185px;
}

.product-information {
  background: #fff;
  padding: 0 2% 2%;
  float: right;
    width: 30%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  margin-bottom: 60px;
 box-shadow: 0 4px 12px rgba(25, 25, 25, 0.8);
}

.product-order {
  margin: 0 auto 30px;
}

.product-option-table table {
  margin: 0 auto;
}

.product-option-table th,
.product-option-table td {
  text-align: center;
}

.product-option-table td input[type="radio"] {
  margin-bottom: 5px;
}

.product-order-price {
  margin: 40px 0;
  color: #999;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}

.product-order-price li {
  margin: 0 10px;
}

.product-order-regular {
  color: #abaaaa;
  text-decoration: line-through;
}

.product-order-discount {
  color: #b81717;
}

.product-order-input {
  text-align: center;
}

.product-unit {
  display: inline-block;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
}

.input-prepend {
  display: inline-block;
  margin: 0;
}

.input-prepend .btn {
  padding: 10px;
}

.product-order-select {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}

input.product-init-num {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}

input.text-titles-list__detail-text {
  width: 70%;
  text-align: left;
}

.btn-addcart {
  line-height: 50px;
  width: 100%;
  border-radius: 6px;
  font-size: 22px;
  background:#b81717;
  border: 2px solid #e02323;
color:#fff;
  font-weight: bold;
}

.btn-addcart .icon-lg-w {
  margin-right: .5em;
}
.btn-addcart:hover, .btn-addcart:active,.btn-addcart:focus{background:#691111;color:#fff;}

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
    margin-bottom: 100px;
    width: 68%;
    float: left;
      line-height: 220%;
      font-size: 115%;
}



.product-order-spec {
  border: 2px solid #ccc;
  background: #fff;
  margin-bottom: 8px;
}

.product-order-spec th {
  width: 30%;
  font-weight: normal;
  border-top: 1px solid #ccc;
  /*padding: 18px 8px;*/
}

.product-order-spec td {
  border-top: 1px solid #ccc;
  width: 70%;
  padding: 10px;
}

.product-info-lst {
  text-align:left;
margin-bottom:30px;
}

.product-info-lst li {
  display: block;
      margin-bottom: 10px;
    font-size: 85%;
}

.product-info-lst .social-share {
  display: block;
}

.social-share a {
  margin: 1em;
}

.input-append {
  margin: 0;
}

#option_tbl {
  width: 100%;
}

.ie_wrapper .product-order-num .btn {
  display: none;
}


.content-wrap{max-width: 100%;margin: 20px auto 60px;}

.item-name{margin-top:2vh;}
.inline　ul{color: #999;list-style:none;}

h1.ttl-h2 img.new_mark_img1{background: #fff; border-radius: 15px;padding: 2px!important;}

/*　サムネイルスクロール　*/
.scrollarea::-webkit-scrollbar {
  width: 7px;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg,#b2a487,#603813);
  border-radius: 3px;
}

.scrollarea::-webkit-scrollbar-track {
  background: rgba(100,100,100, .5);
}

/*　お気に入りはーと*/
.product__fav-item {
  margin-top: 10px;
}
.product__fav-item button {
  padding: 0;
  cursor: pointer;
  transition: .2s;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}
.product__fav-item .fav-items {
  color: #ff7373;
}
.product__fav-item svg {
  width: 20px;
  height: 20px;
  vertical-align: -.35em;
  fill: currentColor;
}

/*　ribon　*/
.ribbon7 {
  color: #FFF;/*フォントカラー*/
  background:rgba(0,0,0,0.5);/*リボンの色*/
  filter: drop-shadow(5px 5px 5px rgba(33,33,33,0.2));
}

h1.ttl-h2 {
    font-size: 220%;
    position: absolute;
      padding-top: 0.8vh;
      padding-right: 1vw;
      padding-bottom: 0.8vh;
      padding-left: 0px;
      z-index: 11;
  	  margin:5px 0 0 -20px;
}

.ribbon7:before {
  position: absolute;
  content: '';
  top: 100%;
  left:0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}
@media (max-width:1200px) {
.product-image-main img{ width: auto;height: auto;}
}

@media (max-width: 768px) {
  
  .gocart{
    position: fixed;
    bottom: 0px;
    z-index: 33;
  	display:block;
  }
  .gocart a{
    background: #b81717;
    border-radius: 6px 6px 0 0;
    padding:2vh 5vw;
    color:#fff;
    font-weight:bold;
    display: block;
    font-size: 1rem;
    font-weight: bold;
  }

  
  .product-image-main {
    margin-bottom: 10px;
    width: 100%;
    float: none;
  }

  .product-option-select .product-option-unit {
    margin-bottom: 1em;
  }
  .content-wrap{margin: 0px auto 60px;}

  .btn-addcart,
  .btn-quick {
    display: block;
    margin-bottom: 20px;
  }

  .btn-addcart {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
  }

  .product-order-spec th {
    width: 40%;
  }

  .product-order-spec td {
    width: 60%;
  }

  .product-info-lst li {
    display: block;
  }

  .product-info-lst　ul{margin:0 0 20px;}

  .social-share a {
    display: inline;
  }
  .product-order-exp{
    width:100%;
    float: none;
    margin-bottom: 20px;
      line-height: 180%;
      font-size: 100%;
	}
  .product-information{width:100%;float: none;padding: 2vh 4vw;}
  
  .product-image-thumb{
  float: none;
    width: 100%;
}
.product-image-thumb ul {
   overflow-y: unset;
}

.product-image-thumb li {
      margin: 0px auto 0px;
    padding: 0 5px;
    cursor: pointer;
      display: table-cell;
}
  
  .product-order { width: 100%;}
  h1.ttl-h2{font-size:110%;position: relative;top: 10px;}
  .item-name{margin-top:0px;}
  
  }
@media (max-width: 767px) {
#product .container{padding:0!important;    width: 90%;}
  
}


.kc-info {padding:12px;border:2px solid #ccc;background:rgba(255, 255, 255, 0.8);margin-top: 30px;}
.kc-info p{font-size:14px;line-height:200%;margin-bottom:0;}
.kc-info p a{text-decoration: underline;}


#att.kc-info h5{margin:0 auto 0px;text-align:center;}
#att.kc-info ul{list-style:none;margin-left:0;}
#att.kc-info ul li{}
#att.kc-info p{font-size:12.5px;line-height:160%;margin: 3px 0;}

p.att-txt{font-size:13px;margin-top:20px;text-align:right;line-height:160%;}

@media (max-width: 480px) {
.kc-info .logo-img{ 
  float: right;
    margin-top: -18px;}
  p.att-txt{font-size:12px;text-align:left;}
}

a.price-member{
  margin-top:10px;
  padding:5px;
  text-align:center;
  color:#fff;
  background:#888;
  border-radius:5px;
  display: block;}
  
 
  