.product-left {
  float: left;
  width: 50%;
}
.product-right {
  float: right;
  width: 48%;
}
.content-wrap::before {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .product-left {
    float: none;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
  .product-right {
    float: none;
    width: 100%;
  }
}
/* 商品名 */
.ttl-h2 {
  padding: 10px 15px;
  background: #45BCB4;
  color: #fff;
  text-align: left;
}
/* 商品画像 */
.product-image-main {
  margin-bottom: 20px;
  border: solid 1px #eee;
  position: relative;
}
.product-image-main::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.mainImage {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: contain;
  padding: 10px;
}
.product-image-thumb ul {
  margin: 0;
}
.product-image-thumb ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.product-image-thumb li {
  width: 22.75%;
  margin: 0 0 3% 3%;
  display: block;
  position: relative;
}
.product-image-thumb li:nth-child(4n-3) {
  margin: 0 0 3% 0;
}
.product-image-thumb li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-image-thumb li img {
    box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  border: 2px solid #ddd;
  transition: 0.15s all;
}
.product-image-thumb li.thumb-active img, .product-image-thumb li img:hover {
  border: 2px solid #45bcb4;
    padding: 3px;
}
/* 商品データ */
.product-information {
  background: #fff;
}
.product-order {
  margin: 0 auto 10px;
  max-width: 900px;
}
.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-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: 0px 0;
  text-align: center;
}
.product-unit {
  display: inline-block;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
}
.input-prepend {
  display: inline-block;
  margin: 0;
}
.input-prepend .btn {
  padding: 10px;
}
.product-order-select {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
input.product-init-num {
  padding: 12px;
  width: 60px;
  text-align: right;
  font-size: 20px;
  line-height: 1;
}
input.text-titles-list__detail-text {
  width: 70%;
  text-align: left;
}
.btn-addcart {
  padding: 15px;
  border: none!important;
  border-radius: 5px;
  line-height: 24px;
  color: #fff;
  background: #6C3226;
  width: 80%;
  transition: 0.5s all;
}
.btn-addcart .icon-lg-w {
  margin-right: .5em;
}
.btn-addcart:hover {
  color: #fff;
  background: #3E1B13;
}
.stock_error, .product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}
.product-order-exp {
  margin-top: 20px;
  padding: 20px 0;
  margin-bottom: 50px;
  border-top: 4px double #45BCB4;
  border-bottom: 4px double #45BCB4;
  font-size: 16px;
}
.product-order-exp h3 {
  padding: 2px 10px;
  border-left: solid 10px #45BCB4;
  font-weight: bold;
}
.product-order-spec {
  margin: 0 0 30px;
  border: 2px solid #ccc;
  background: #fff;
}
.product-order-spec th {
  width: 30%;
  font-weight: normal;
  border-top: 1px solid #ccc;
  padding: 10px 15px;
}
.product-order-spec td {
  border-top: 1px solid #ccc;
  width: 70%;
  padding: 10px;
}
.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;
}
.input-append {
  margin: 0;
}
#option_tbl {
  width: 100%;
}
#spec {
  margin: 5px 0 20px;
  font-size: 18px;
}
dl {
  margin: 0 0 10px;
  padding: 30px 30px 20px;
  background: #E6F6F5;
}
dl dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
dl dd {
  margin: 0 0 5px
}
dl dd span {
  font-weight: bold;
}
@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 18%;
  }
  .product-option-select .product-option-unit {
    margin-bottom: 1em;
  }
  .btn-addcart, .btn-quick {
    display: block;
    margin-bottom: 20px;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
  }
  .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;
  }
  .product-order-exp {
    font-size: 14px;
  }
  #spec {
    margin: 15px 0;
    font-size: 16px;
  }
  dl {
    padding: 20px 20px 10px
  }
  dl dt {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-information {
    padding: 0;
    background: transparent;
  }
  .product-order {
    width: 100%;
  }
}
.ie_wrapper .product-order-num .btn {
  display: none;
}