@charset "euc-jp";

.product-image {
  float:right;
}


/* ========================================
      PCのみ
======================================== */

@media screen and (min-width: 1025px) {

/* 商品ページ内テーブル */
.product-exp .spec {
    width: 46%;
    float: left;
    margin: 0 5% 0 0;
    border: 1px solid #ccc;
}  
  
.product-image-main {
    display: contents;
} 
  
.product-image {
  
}

.product-image ul {
    margin: 0;
    width: 100%;
    list-style: none;
}

.product-image ul li {
    margin:0 0 15px 0;
}
 
.product-image ul li img {
    width:100%;
   max-height: 100vh!important;
}
  
.social-share {
    margin: 30px 0!important;
    width: 100%!important;
}
  .social-share li {
 margin-bottom: .5em;
 }
  
}


/* ========================================
      タブレットのみ
======================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {


  .col-lg-7 {
  width:100%!important;
  }
.product-image-thumb li {
   cursor: pointer;
  height:140px!important;
}
.product_info_block {
  width:100%!important;
}

.social-share {
margin: 30px 0!important;
}
  .social-share li {
 margin-bottom: .5em;
 }  
  
.form2 {
    width: 75%;
    margin: 0 auto;
}
  
.form2 select {
    width: 90%;
    margin: 0 10px 10px 0;
}  
  
 .product-image-main {
    display: contents;
}  
  
.product-image {
  
}

.product-image ul {
    margin: 0;
    width: 100%;
    list-style: none;
}

.product-image ul li {
    margin:0 0 15px 0;
}
 
.product-image ul li img {
    width:100%;
   max-height: 100vh!important;
  }  
  
  
}



/* ========================================
      スマホのみ
======================================== */
@media only screen and (max-width: 767px) {

 .header-headline-copy {
  display:none;
  }

  .product-exp {
    clear: both;
    margin: -30px 0 20px 0;
    padding: 0 6px 20px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 20px;
}
  
  .product-exp .spec {
    width: 100%;
    margin:0 0 25px 0;
    border: 1px solid #ccc;
}

   .col-lg-5 {
  width:100%!important;
  }
  
 .col-lg-7 {
  width:99%!important;
  }

 .col-lg-9 {
  width:100%;
} 
  
.product-spec-table {
    margin-bottom: 40px;
}  
  
.product-spec-block {
    margin: 40px 0 0 0;
}
  
.form2 {
    width: 100%;
    margin: 0 auto;
}
  
.form2 select {
    width: 90%;
    margin: 0 10px 10px 0;
}   
  
.social-share {
margin: 30px 0!important;
}
  .social-share li {
 margin-bottom: .5em;
 }
  
 .product-image-main {
    display: contents;
}  
  
.product-image {
  
}

.product-image ul {
    margin: 0;
    width: 100%;
    list-style: none;
}

.product-image ul li {
    margin:0 0 15px 0;
}
 
.product-image ul li img {
    width:100%;
   max-height: 100vh!important;
  }    
  
}




/* ========================================
     共通
======================================== */


.thumbunit  {
    width: 50%!important;
    margin-top: 7px;    
}

.prd-opt-src {
  display: none !important;
}

.product-image {
  padding-right: 40px;
}
.product-image-main img {
    display: block;
    margin: 0px auto;
    height: auto;
    width: 98%;
    padding-left: 0.2%;
   border-radius: 6px;
}
.product-image-thumb li {
  float: left;
  cursor: pointer;
}

.col-lg-9 {
  width:100%;
}

.thumb-active {
  border: 1px solid <{$current_color}>;
}

.btn-block:hover {
  border:1px solid #dc4836!important;
  background-color:#fff!important;
  color:#dc4836!important;
}

.product-exp {
    clear: both;
    margin: 0 0 -20px 0;
    padding: 0 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    line-height: 25px;
}

.product-exp b {
  margin:0 0 5px -5px;
}

.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: 0 auto;
    width: 92%;
}
  .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;
  }

.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;
}
#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
  .trackback-url {
    padding: .5em;
  }
.together-block {
  clear: both;
}
.text-titles-list__detail-text {
  width: 85%;
}

.ttl-h5 {
    margin: 30px 0;
    color: #4d4d4d;
    font-weight: normal;
    font-size: 16px;
    line-height: 3.5;
    letter-spacing: 0.05em;
    border-top: 1px #ddd solid;
    font-family: 'Noto Serif SC', serif;
    text-align: center;
}


/* 商品ページ内テーブル */

.stars {
  color:#eb6001;
}

.product-exp .spec, th, td {
    border-collapse: collapse;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    border-top: 1px solid #ccc;
}

.product-exp .spec th {
    width: 115px;
    padding: 5px 10px;
    font-weight: bold;
    text-align: left;
}

.product-exp .spec td {
    padding: 5px 10px;
 }

  .product-exp .spec tr:nth-child(even) {
  background: #f1f1f1;
 }