@charset "euc-jp";
div#product {
  display: block;
}
.product-image {
  padding-bottom: 0;
}
  .product-image-main {
    text-align: center;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .product-image-main img {
    max-height: 620px;
  }
  .product-image-thumb ul {
    text-align: center;
  }
  .product-image-thumb li {
    margin-bottom: 15px;
    padding: 0 8px;
    cursor: pointer;
    display: inline-block;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100px;
    height: 100px;
  }
  .product-image-thumb li.thumb-active img {
    width: 90px;
    height: 90px;
    border: solid 5px;
  }
#prduct-pricetag{
  background-color: #fff;
  color: #333;
  font-family: Lato, sans-serif;
  margin: 20px 0;
  padding: 15px 25px;
}
  #prduct-pricetag h2 {
    letter-spacing: 0.08em;
    font-size: 2.2em;
    line-height: 1.3em;
    text-align: left;
    padding-left: 0;
    margin: 0;
  }
  div#prduct-pricetag li {
    font-size: 0.8em;
    font-style: italic;
    color: #fff;
    letter-spacing: 0.1em;
  }

  .product-order {
    margin: 30px 0;
    background-color: #fff;
  }
    .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-option-select {
      position: relative;
      overflow: hidden;
    }
      .product-option-select .product-option-wrapper {
        position: relative;
        left: 50%;
        float: left;
      }
      .product-option-select .product-option-unit {
        width: 300px;
        position: relative;
        left: -50%;
        float: left;
      }
      .product-option-select .product-option-unit div {
        padding: 0 20px;
      }
      .product-option-select .option-select-name {
        display: block;
        margin: .5em 0;
      }
  .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 {
    margin: 40px 0;
    text-align: center;
  }
  .product-order-input .col {
    display: inline;
    float: none;
  }
  .product-order-num .btn {
    display: none;
    padding: 10px;
  }
  .product-unit {
    display: inline-block !important;
    padding-left: 20px;
    font-size: 24px;
    line-height: 40px;
    *display: inline !important;
    *zoom: 1;
  }
  .product-order-num .input-prepend {
    display: inline;
  }
  .product-order-num input {
    padding: 12px;
    width: 60px;
    text-align: right;
    font-size: 24px;
    line-height: 1;
  }
  
  .btn-addcart {
    line-height: 24px;
  }
    .btn-addcart .icon-lg-w {
      float: left;
      *float: none;
    }
    .btn-addcart span {
      padding-left: 10px;
    }
  
  .stock_error,
  .product-member-sale-msg {
    margin: 20px 0;
    color: #d3473b;
    font-weight: bold;
    font-size: 16px;
  }
  
  .product-order-exp {
    padding: 60px 100px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
    margin-bottom: 45px;
  }
  
  .product-order-spec {
    margin: 30px 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 12px;
  }
    .product-order-spec th {
      width: 30%;
      font-weight: normal;
    }
    .product-order-spec td {
      width: 70%;
    }
    .product-info-lst {
      text-align: center;
    }
      .product-info-lst li {
        display: inline;
        margin: 1em;
      }
      .product-info-lst .social-share {
        display: block;
      }
      .social-share a {
        margin: 1em;
      }
  
  .text-titles,
  .password-field-wrap {
    margin: 40px 0 0;
    text-align: center;
  }
    .text-titles .col,
    .password-field-wrap .col {
      float: none;
    }
  .text-titles-list__name,
  .password-field-list__name {
    text-align: left;
    display: block;
    margin: .5em 0;
  }
  .text-titles-list__detail-text,
  .password_field {
    width: 100%;
    height: 45px;
    padding: 13px;
    box-sizing: border-box;
  }

.btn-03 {
  border: 1px solid #000;
  background-color: #333;
  color: #eee;
}
.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}
.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}
@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
    background-color: #fff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
    overflow: hidden;
  }
  .product-image-thumb li {
  }
  #prduct-pricetag{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0px;
  }
  #prduct-pricetag h2{
    font-size: 1.5em;
    padding: 18px 20px;
  }
  .product-order{
    margin-right: 0;
  }
  .product-order-num, .prduct-option, .product-order-input {
    width: 100%;
  }
  .prduct-option {
    clear: both;
  }
  .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
      text-align: right;
    }
    .btn-addcart span {
      padding-left: 0;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .product-order-exp{
    padding: 30px 15px;
  }
  .product-order-exp h3{
    font-size: 2.5em;
    margin-bottom: 30px;
  }
  .social-share a {
    display: inline;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
}



/* スクリーンサイズが768px以下の場合に適用 */
@media (max-width: 768px) {
  .product-image-thumb li img {
    width: 80px;
    height: 80px;
  }
  .product-image-thumb li.thumb-active img {
    width: 70px;
    height: 70px;
  }
  .together-block h2,
  .share-block h2 {
    text-align: center !important;
  }
}

/* スクリーンサイズが468px以下の場合に適用 */
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0;
  }
  .product-image-thumb li img {
    width: 70px;
    height: 70px;
  }
  .product-image-thumb li.thumb-active img {
    width: 60px;
    height: 60px;
  }
  .product-order {
    width: 100%;
  }
}

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

.together-block h2,
.share-block h2 {
  text-align: left;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  font-size: 1.7em;
  margin: 20px 0px 35px;
}
.together-block h2 span,
.share-block h2 span {
  padding: 9px 0px 5px 0.1em;
  border-bottom: 2px solid rgb(17, 17, 17);
  letter-spacing: 0.1em;
}
.share-block ul li {
  text-align: center;
  padding: 25px 0;
}
.share-block ul li.share-tw {
  background-color: #44a7f2;
}
.share-block ul li.share-fb {
  background-color: #3984f9;
}
.share-block ul li.share-line {
  background-color: #44cd55;
}
.share-block ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
  .share-block ul li:hover {
    background-color: #999;
  }

#free-space{
  margin: 120px 0;
}