@charset "euc-jp";
.prd-opt-src {
  display: none !important;
}
.product-image {
  padding-right: 0px;
}

.product-image-main img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.product-image-thumb li {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}



.thumb {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #dbdbdb;
}
.thumb-active {
  border: 1px solid #ecd062;
}
.product-exp {
  clear: both;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  line-height: 1.6;
}
.product-spec-block {
  margin-bottom: 3em;
}
  .product-spec-block table {
    width: 100%;
  }
    .product-spec-table {
      margin-bottom: 20px;
      border-top: 1px solid #dbdbdb;
    }
    .product-spec-table th {
      padding-top: 1em;
      padding-right: .5em;
      padding-bottom: 1em;
      border-right: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
    }
    .product-spec-table td {
      overflow: hidden;
      padding-top: 1em;
      padding-bottom: 1em;
      padding-left: 1em;
      border-bottom: 1px solid #dbdbdb;
    }
      .product-spec-table th {
        width: 33.333%;
      }
      .product-spec-table td {
        width: 66.666%;
      }
        .product-spec-table select {
          width: 90%;
        }
        .product-order-form input {
          float: left;
          margin-right: .3em;
          padding: .3em;
        }
        .product-unit {
          float: left;
          padding: .3em;
        }
        .product-init {
          display: none;
        }
          .product-init-num {
            width: 3em;
            text-align: right;
          }
        .product-option-table td div {
          margin-bottom: .5em;
        }
.product-info-lst {
  margin-bottom: 2em;
}
  .product-info-lst li {
    margin: 15px 0;
  }
  .product-info-lst a {
    color: #444;
    text-decoration: none;
  }
  .product-info-lst a:hover {
    text-decoration: underline;
  }
  .product-review {
    margin-bottom: 30px;
  }
  .product-review a {
    font-weight: bold;
  }
.social-share {
  margin-top: 1.5em;
}
  .social-share li {
    margin-bottom: .5em;
  }
.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #df7676;
}



/*修正前*/
/*
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}
*/

/*修正後*/
.stock_error {
  margin: 1.5em 0;
  color: #D63E3E;
  font-weight: bold;
  font-size: 87%;
  line-height: 1;
}





#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
}
.text-titles-list__detail-text {
  width: 85%;
}
/* 追加 */
.price-color {
  color: darkgrey;
}
.price-off {
  color: red;
}
.pankuzucolor {
  color: #999999;
  font-size: 95%;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

h2.ttl-h2-product {
　border-bottom: 1px solid red;
}

.check-block {
  width: 100%; 
}
.product_info_block {
 padding-left: 0px; 
 padding-top: 10px;
}

.product_info_block-sp {

}
.ttl-h2-item_name {
  font-size: 130%;
  font-weight: normal;
}

.slider-nav{
  margin-top: 20px;
}


#wrap {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*height: 100vh;*/
}

#slider {
  width: 100%;
  margin: 0;
}

.slide-item img {
  width: 100%;
}

#thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.thumbnail-item {
  flex: 0 1 20%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 15px;
  box-sizing: border-box;
  position: relative;
}
.thumbnail-item:after {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}




.slide-arrow-product{
  width: 20px;
  height: 20px;
  z-index: 2;
  background-color: rgba(255,255,255,0);

}

.prev-arrow-product{
 transform: scale(-1, 1);
 position:  absolute;
 top: 50%;
 left: -25px;
}

.next-arrow-product{
 position:  absolute;
 top: 50%;
 right: -25px;

}

.prev-arrow-product.slick-disabled {
  visibility: hidden;
}

.next-arrow-product.slick-disabled {
  visibility: hidden;
}


