@charset "euc-jp";
.prd-opt-src {
  display: none !important;
}
.product-image {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .product-image {
    padding-right: 0px;
  }
}
.product-image-main img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.product-image-thumb ul {
  margin: 0 -5px;
}

.product-image-thumb li {
  float: left;
  margin-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
  cursor: pointer;
}

.thumb {
  max-width: 100%;
  width: auto;
  height: auto;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}

.thumb-active {
  border: 1px solid <{$current_color}>;
}

.product-exp {
  clear: both;
}

.product-exp .ttl-h3 {
  margin-top: 45px;
}

#spec {
  margin-bottom: 30px;
}

.product-spec-block {
  margin-bottom: 30px;
}

.product-spec-block .product_price {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}


.product-spec-block table {
  width: 100%;
}

.product-spec-table {
  margin-bottom: 20px;
}

.product-spec-table th {
  background: #ededed;
  width: 25%;
  padding: 10px;
  border: 1px solid #aaa;
}

.product-spec-table td {
  width: 75%;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #aaa;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  #spec {
    margin-bottom: 20px;
  }

  .product-spec-block {
    margin-bottom: 20px;
  }

  .product-spec-table th {
    width: 30%;
  }

  .product-spec-table td {
    width: 70%;
  }
}

.product-spec-table select {
  width: 90%;
}

.product-order-form input {
  float: left;
  padding: 6px;
  line-height: 1;
  height: auto;
  border-radius: 3px;
  box-sizing: border-box;
}

.product-unit {
  float: left;
  padding: .3em;
}
.product-init {
  display: none;
}
.product-init-num {
  width: 3em;
  text-align: right;
}
.product-option-table td div {
  margin-bottom: .5em;
}
.product-info-lst ul {
  margin-bottom: -10px;
}

.product-info-lst li {
  margin-bottom: 10px;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .product-info-lst li {
    font-size: 14px;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 768px) {
  .product-info-lst li {
    margin-bottom: 5px;
  }
}

.product-info-lst a {
  color: #333;
  text-decoration: none;
}
.product-review {
  margin-bottom: 30px;
}
.product-review a {
  font-weight: bold;
}
.social-share {
  margin-top: 1.5em;
}
.social-share li {
  margin-bottom: .5em;
}
.product-cart-btn {
  margin-top: 1em;
}
.product-member-sale-msg {
  color: #df7676;
}

.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;
}

@media screen and (max-width: 768px) {
  .stock_error {
    margin: 5px 0;
  }
}

#trackback {
  margin-bottom: 40px;
}
.trackback-block {
  clear: both;
}
.trackback-url {
  padding: .5em;
}
.together-block {
  margin-top: 45px;
  clear: both;
}
.wrap_together {
  background: #f3f3f3;
  max-width: 720px;
  margin: 0 auto;
  padding: 45px 30px;
}
.together-block h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.prd-lst-img {
  width: 210px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .wrap_together {
    padding: 25px 15px;
  }
  .together-block h2 {
    font-size: 18px;
  }
}
.text-titles-list__detail-text {
  width: 85%;
}
.product_sales .price-number {
  font-size: 22px;
  line-height: 1;
  padding: 0 5px 0 10px;
}

.product_sales .price-tax {
  font-size: 14px;
}

.product-exp .content-group a {
  text-decoration: underline;
}

.product-exp table {
  width: 50%;
  margin-bottom: 20px;
}

.product-exp tr td:first-child {
  width: 60%;
}

.product-exp tr td:last-child {
  width: 40%;
}

@media screen and (max-width: 1259px) {
  .product-exp table {
    width: 70%;
  }
}

@media screen and (max-width: 980px) {
  .product-exp table {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .product-exp table td {
    padding: 6px !important;
  }
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}

@media screen and (min-width: 960px) {
  .cart_in_modal,
  .cart_in_error_modal {
    align-items: center;
  }
}

.cart_in_modal__bg {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}

.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}

.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}

.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}

.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}

.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}

.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}

@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
  cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}

.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top: #fd7f23;
  animation: spinner 0.5s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.favorite-button  {
  color:  #333;
  background: #ffffff;
  font-weight: bold;
  padding: 10px 0px;
  border: 1px solid #333;
}

.favorite-button:hover {
  color:  #333;
  background: #ffffff;
  border: 1px solid #333;
  opacity: .6;
}

.favorite-button:active,
.favorite-button:focus {
  color:  #333;
  background: #ffffff;
}

.fav-item:focus-visible {
  outline: none;
}

.fav-item {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .fav-item {
    margin-top: 15px;
  }
}

.fa-heart {
    color:  #ddd;
}

.fav-items .fa-heart {
    color: #8e3535;
}

.btn-02 {
  color: #fff;
  *background: #8e3535;
  background: #8e3535;
  font-size: 18px;
  font-weight: bold;
  border: none;
}
.btn-02:hover, .btn-02:focus, .btn-02:active, .btn-02.active {
  background: #8e3535;
  color: #fff;
  opacity: .7;
}

.btn-02:hover, .btn-02.disabled, .btn-02[disabled] {
  background: #8e3535;
  color: #fff;
  opacity: .7;
}