.product-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.product-image {
  width: 600px;
  position: relative;
}

/* for desktop */
@media print,
screen and (min-width: 737px) {

  .product-image-wrap {
    width: 600px;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 40px;
  }

}

.product-image img {
  /*
  -webkit-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
  box-shadow: 0 1px 4px rgba(25, 25, 25, 0.2);
*/
}

.product-image-main {
  margin-bottom: 24px;
}

.product-image-main img {
  width: 100%;
}

.product-image-thumb ul {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.product-image-thumb li {
  margin: 0 14px 20px 0;
  cursor: pointer;
  width: 106px;
  display: block;
}

.product-image-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 150px;
  opacity: .5;
}

.product-information {}

.product-order {
  margin: 0 auto 30px;
  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 {
  font-size: 2rem;
  font-family: "Arial", "Þâ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", sans-serif;
  margin: 0 0 30px;
}

.product-order-price li {
  margin: 0 !important;
  padding: 0 !important;
}

.product-order-regular {
  color: #abaaaa;
  text-decoration: line-through;
}

.product-order-discount {
  color: #b81717;
}

.product-order-input {}

.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 {
  width: auto;
  font-size: 1.5rem;
  padding: .5em;
  height: auto;
  border: 1px solid #949494;
}

input.product-init-num {
  padding: .4em;
  width: 60px;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid #949494;
}

input.text-titles-list__detail-text {
  width: 70%;
  text-align: left;
}

.btn-addcart {
  background-color: #222;
  color: #fff;
  font-family: "Þâ¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´¥·¥Ã¥¯", "¥á¥¤¥ê¥ª", sans-serif;
  border: none;
  padding: 0.7em 4.5em;
  transition: 0.3s;
}

.btn-addcart:hover {
  color: #fff;
  background-color: #3c3b3b;
  transition: 0.2s;
}

.btn-addcart .icon-lg-w {
  margin-right: .5em;
}

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-cat {
  font-size: 1.5rem;
  margin-bottom: .6em;
  padding: .1em 0 .1em;
  /*  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;}*/
}

/* .product-cat[data-content="OJIGI STANDARD LINE"] {
  background-image: url(https://img07.shop-pro.jp/PA01462/478/etc/ico_standard.png?cmsp_timestamp=20210111175843);
}*/

.product-ttl {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .03em;
  font-family: 'Maven Pro', Þâ¥´¥·¥Ã¥¯, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "¥Ò¥é¥®¥Î³Ñ¥´ ProN W3", Meiryo, ¥á¥¤¥ê¥ª, sans-serif;
  margin: 0 0 .3em;
}

.product-order-exp {
  margin-bottom: 24px;
}

.product-order-exp h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 .6em;
}

.product-order-exp p {
  font-size: 1.5rem;
  margin-bottom: .9em;
}

.product-option {
  font-size: 1.5rem;
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid #e6e6e6;
}

.product-option a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.product-shipping {
  font-size: 1.5rem;
  padding-top: 26px;
  border-top: 1px solid #e6e6e6;
}

.product-shipping h3 {
  font-size: 1em;
  font-weight: bold;
  color: #656565;
  margin: 0 0 0.4em
}

.product-shipping p {
  margin-bottom: 0;
}

.product-data {
  font-size: 1.5rem;
  margin: 32px 0;
}

.product-data dl {
  background-color: #f1f1f1;
  margin: 0 0 1.3em;
}

.product-data dt {
  padding: .9em;
  cursor: pointer;
  position: relative;
}

.product-data dt::before {
  content: "";
  background: url(https://img07.shop-pro.jp/PA01462/478/etc/arrow_down.png?cmsp_timestamp=20210118164945) right 5% center / auto auto no-repeat;
  width: 13px;
  height: 9px;
  position: absolute;
  right: 3%;
  top: calc(50% - 5px);
  transition: all 0.2s ease-in-out;
}

.product-data dl.opened dt::before {
  margin-top: -5px;
  transform: rotate(180deg);
}

.product-data dd {
  display: none;
  line-height: 1.6;
  margin-left: 0;
  padding: 0 .9em .9em;
}

.product-order-spec {
  font-size: 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1.2em;
}

.product-order-spec th {
  width: 20%;
  font-weight: 500;
  border-top: 1px solid #e6e6e6;
  padding: .85em 0;
}

.product-order-spec td {
  border-top: 1px solid #e6e6e6;
  width: 80%;
  padding: .85em 0;
}

.product-info-lst {
  font-size: 1.6rem;
}

.product-info-lst li {}

.product-info-lst li a {
  color: #000;
  text-decoration: underline;
}

.product-info-lst .social-share {
  display: block;
}

.social-share a {
  margin: 1em;
}

.input-append {
  margin: 0;
}

#option_tbl {
  width: 100%;
}

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


/* =================================================================
		#slider
================================================================= */

.bx-wrapper {
  margin-bottom: 24px !important;
}

.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
}

.product-slide-thumb ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.product-slide-thumb ul li {
  width: 95px;
  margin-right: 10px;
  cursor: pointer;
  opacity: .6;
}

.product-slide-thumb ul li.thumb-active {
  opacity: 1;
}
