@charset "euc-jp";
.product-image {
  padding-bottom: 30px;
}
.product-image-main {
  text-align: center;
}
.product-image-thumb li {
  margin-bottom: 20px;
  padding: 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;
  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: 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 {
}
.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;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
}

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



#product-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 60px;
}
@media (max-width: 768px) {
  #product-wrap {
    padding: 0 15px;
  }
}

#product-wrap .product-image {
  width: 45%;
  margin: 0;
  padding: 0;
}
#product-wrap .product-text {
  width: 47.5%;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  #product-wrap .product-image,
  #product-wrap .product-text {
    width: 100%;
  }
}

#product-wrap .product-image .product-image-main img {
  width: 100%;
  height: auto;
  max-height: inherit !important;
}

#product-wrap .product-image .product-image-thumb {
  width: 100%;
}
#product-wrap .product-image .product-image-thumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 10px -10px 0 -10px;
  box-sizing: border-box;
}
#product-wrap .product-image .product-image-thumb ul li {
  width: 20%;
  height: auto !important;
  margin-bottom: 0;
  list-style: none;
  box-sizing: border-box;
  border: none;
}
#product-wrap .product-image .product-image-thumb ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit !important;
  border: none !important;
}

#product-wrap .product-text {
  text-align: left;
}
#product-wrap .product-text *,
#product-wrap .product-text * *,
#product-wrap .product-text * * *,
#product-wrap .product-text * * * * {
  box-sizing: border-box;
}
#product-wrap .product-text h2 {
  font-size: 25px;
  color: #000;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  #product-wrap .product-text h2 {
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    text-align: left;
  }
}


#product-wrap .product-text .product-order-spec {
  display: block;
  width: 100%;
  margin: 60px 0 50px;
  border: none;
}
#product-wrap .product-text .product-order-spec tbody,
#product-wrap .product-text .product-order-spec * {
  display: block;
}

#product-wrap .product-text .table-bordered,
#product-wrap .product-text .product-order-spec tr,
#product-wrap .product-text .product-order-spec th,
#product-wrap .product-text .product-order-spec td {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

#product-wrap .product-text #option_tbl {
  display: block;
}
#product-wrap .product-text .product-order-spec tr {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 10px 0;
}
#product-wrap .product-text .product-order-spec tr td select {
  height: auto;
  padding: 10px;
  font-family: Yu Mincho, 'Yu Mincho', serif;
}
#product-wrap .product-text .product-order-spec tr th.cell_1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 15px 15px 50px;
  font-size: 15px;
  text-align: left;
  border: 1px solid #dadada;
  border-right: none;
}
#product-wrap .product-text .product-order-spec tr td.cell_2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  padding: 15px;
  border: 1px solid #dadada;
  border-left: none;
}
#product-wrap .product-text .product-order-spec tr td.cell_2 > div {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: inline-block;
  margin: 0;
  padding: 0;
}
#product-wrap .product-text .product-order-spec tr td.cell_2 label {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#product-wrap .product-text .product-order-spec tr td.cell_2 label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#product-wrap .product-text #option_tbl tr td.cell_2 br {
  display: none;
}

#product-wrap .product-text .product-order-spec th {
  width: auto;
  padding: 12px;
  font-size: 12px;
  white-space: nowrap;
}
#product-wrap .product-text .product-order-spec .product-init-num {
  width: 8em;
  height: auto;
  margin: 0;
  padding: 12px;
  border-radius: 5px;
  border: none;
  background: #fafafa;
}

#product-wrap .product-text .btn-addcart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 15px 12px 12px;
  font-size: 16px;
  font-family: Yu Mincho, 'Yu Mincho', serif;
  border-radius: 0;
  background: #000;
}
#product-wrap .product-text .btn-addcart .icon-cart {
  width: 28px;
  height: 28px;
  margin-top: -.2em;
  margin-right: .5em;
  background-image: url(https://img21.shop-pro.jp/PA01476/537/etc/icon-cart_w.png?cmsp_timestamp=20220118140554);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  #product-wrap .product-text .input-prepend {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}

#product-wrap .product-text .append-button {
  width: 24px;
  height: 24px;
  margin: 0 15px;
  padding: 0;
  border-radius: 3px;
  border: 1px solid #dadada;
  background: none;
}
#product-wrap .product-text .append-button i.icon-minus {
  position: relative;
  width: 100%;
  height: 100%;
}
#product-wrap .product-text .append-button i.icon-minus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 10px;
  height: 1px;
  background: #000;
}
#product-wrap .product-text .append-button i.icon-plus {
  position: relative;
  width: 100%;
  height: 100%;
}
#product-wrap .product-text .append-button i.icon-plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 10px;
  height: 1px;
  background: #000;
}
#product-wrap .product-text .append-button i.icon-plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  width: 10px;
  height: 1px;
  transform: rotate(90deg);
  background: #000;
}


#product-wrap .product-text .product-order-exp {
  font-size: 15px;
  color: #000;
  line-height: 2;
  letter-spacing: .005em;
}

.item-price {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.025em;
}