@charset "euc-jp";

.product-image {
  padding-bottom: 30px;
}
.product-image-main {
  text-align: center;
}
.product-image-thumb li {
  margin-bottom: 20px;
  padding: 0 10px;
  cursor: pointer;
}
.product-image-thumb img {
  display: block;
  margin: 0 auto;
}

.product-order {
  margin: 30px 0;
}
.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;
  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: 40px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

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

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
  .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .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;
  }
  .social-share a {
    display: inline;
  }
  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
  .product-contact a {
    margin: auto;
  }
}

@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
}

.product-contact a {
  display: block;
  width: 200px;
  text-align: center;
  background: #444;
  color: #fff;
  padding: 8px 0;
  border: none;
}

.product-contact a:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.product-contact-block {
  margin: 24px 0 32px;
  text-align: center;
}

.product-contact-text {
  margin: 0 0 14px;
  line-height: 1.8;
  color: #222;
}

.product-contact-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.product-contact {
  margin: 0;
}

@media (max-width: 768px) {
  .product-contact-block {
    margin: 20px 0 28px;
  }

  .product-contact-text {
    line-height: 1.7;
    text-align: left;
  }

  .product-contact a {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
}

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

/* 区切り線をやや柔らかいチャコールに統一 */
.product-order-exp,
.product-order-spec,
.product-order-spec th,
.product-order-spec td,
.item-detail,
.item-detail th,
.item-detail td,
hr {
  border-color: rgba(0,0,0,0.2) !important;
}

/* PC：数量とADD TO CARTの縦位置を揃える */
@media (min-width: 769px) {
  .product-order-input .col {
    display: inline-block;
    vertical-align: middle;
  }

  .product-order-num input {
    vertical-align: middle;
  }

  .btn-addcart {
    vertical-align: middle;
  }
}

/* ===== SIZE SPEC ===== */

.size-spec {
  margin: 40px 0;
  max-width: 680px;
  font-size: 14px;
  color: #222;
}

.size-spec__head {
  margin-bottom: 6px;
  font-weight: normal;
  letter-spacing: 1px;
}

.size-spec__scroll {
  width: 100%;
  overflow: visible;
}

.size-spec__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 0;
}

.size-spec__table th,
.size-spec__table td {
  padding: 6px 4px;
  font-weight: normal;
  line-height: 1.4;
  border: 1px solid rgba(0,0,0,0.45);
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
}

.size-spec__table th {
  font-size: 14px;
  color: rgba(0,0,0,0.85);
  background: rgba(0,0,0,0.07);
}

.size-spec__table td {
  text-align: center;
}

.size-spec__table th:first-child,
.size-spec__table td:first-child {
  width: 46px;
  text-align: center;
}

.size-spec__note {
  margin-top: 6px;
  line-height: 1.6;
  font-size: 13px;
  color: #000;
}

.size-spec__model {
  margin-top: 3px;
  line-height: 1.6;
  font-size: 13px;
  color: #000;
}

.size-spec__table td:first-child {
  background: rgba(0,0,0,0.05);
  font-weight: 500;
}

/* スマホ */
@media (max-width: 768px) {
  .size-spec {
    max-width: none;
    margin: 30px 0;
    font-size: 12px;
  }

  .size-spec__head {
    margin-bottom: 4px;
    font-size: 13px;
    letter-spacing: 0.5px;
  }

  .size-spec__scroll {
    overflow: visible;
  }

  .size-spec__table {
    min-width: 0;
  }

  .size-spec__table th,
  .size-spec__table td {
    padding: 6px 2px;
    font-size: 13px;
    line-height: 1.35;
  }

  .size-spec__table th:first-child,
  .size-spec__table td:first-child {
    width: 42px;
  }

  .size-spec__note,
  .size-spec__model {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.5;
  }
}
.item-divider {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  margin: 32px 0;
}

/* ===== Contact block ===== */

.product-contact-block {
  margin: 24px 0 32px;
  text-align: center;
}

.product-contact-text {
  margin: 0 0 14px;
  line-height: 1.8;
  color: #222;
}

.product-contact-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.product-contact {
  margin: 0;
  width: 200px;
}

.product-contact a {
  display: block;
  width: 100%;
  text-align: center;
  background: #444;
  color: #fff;
  padding: 12px 0;
  border: none;
  box-sizing: border-box;
}

.product-contact a:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

/* スマホ */
@media (max-width: 768px) {
  .product-contact-block {
    margin: 20px 0 28px;
  }

  .product-contact-text {
    margin: 0 0 12px;
    line-height: 1.8;
    text-align: left;
  }

.product-contact-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.product-contact {
  width: calc(50% - 10px);
  max-width: 140px;
}

  .product-contact a {
    width: 100%;
    padding: 12px 0;
  }
}

.product-contact {
  width: auto;
}

.product-contact a {
  padding: 8px 16px;
}

/* ===== Blog button ===== */

.product-blog-link {
  margin: 20px 0 24px;
  text-align: left;
}

.product-blog-link a {
  display: inline-block;
  padding: 8px 18px;
  background: transparent;
  color: #222;
  border: 1px solid rgba(0,0,0,0.4);
  text-decoration: none;
  font-size: 13px;
}

.product-blog-link a:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}