@charset "UTF-8";

@media (max-width: 767px) {
  div.ms-site-container > .container .main {
    overflow: hidden;
  }
}

#main_product {
  margin-top: 40px;
  margin-bottom: 80px;
}

/* スライダー */
.card.card-body {
  padding: 0;
}
.card .card-body {
  padding-top: 0;
}
.carousel-item {
  border-radius: 54px;
  overflow: hidden;
}
.ms-carousel .carousel-indicators-tumbs li {
  border-radius: 25px;
  box-shadow: none;
  border: 2px solid #d9d9d9;
}
.ms-carousel .carousel-indicators-tumbs li.active {
  border-color: #000;
  border-width: 4px;
}
@media (min-width: 768px) {
  #main_product > .col-md-7 {
    padding-right: 4rem;
  }
}
@media all and (max-width: 767px) {
  #main_product > .col-md-7 {
    padding-right: calc(1rem + 15px);
    padding-left: calc(1rem + 15px);
  }
  .carousel-item {
    border-radius: 7.04vw;
  }
  .ms-carousel .carousel-indicators-tumbs li {
    border-radius: 3.259vw;
  }
}

/* レイアウト：カート */
.card-body > * {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}
h1.product_name {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 600 !important;
  padding: 0;
  margin-bottom: 0.4em !important;
  display: block;
}
.cartBox {
  border: 0;
  padding: 0;
  width: auto;
  background: transparent;
}
.priceBox .ratingDetailAvgReview,
.priceBox .ratingDetailTotalReview {
  font-size: 14px !important;
}
.priceBox .notoSerif *,
.cartBox .styleTable th {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 900;
}

.styleTable th,
.styleTable td {
  padding-bottom: 17px;
  text-align: left;
  vertical-align: middle;
  font-size: 1.9rem;
  font-weight: 700;
}
.memo.ss-tab__contents-comment {
  color: #000;
  margin: 1.4em 0;
}
.product_code {
  color: #9b8989;
  margin-bottom: 1em;
}
.cartBox .styleTable select {
  width: 100%;
  height: 45px;
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #565656;
  border-radius: 99px;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/images/productpage/ico-arr-down.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 12px center;
  font-family: "Noto Serif JP", serif !important;
  color: #333;
}
#main .pro_cartIn.btnBox a {
  float: inherit;
  width: 100%;
  background-color: #ff6633;
  text-decoration: none;
  box-shadow: none;
}
.sub_comment-flex {
  display: flex !important;
  flex-wrap: wrap;
}
.sub_comment-flex > * {
  width: 100%;
}
.sub_comment-flex .order1 {
  order: 1;
}

/* ↓ レビュー用 ↓ */
.sub_comment-flex .order2 {
  order: 2;
  margin-top: 20px;
}
/*  .starRating span.highlight {
    color: #c8b785;
}
 .ratingBar {
    background: #c8b785;
} */
.btn-size-wrap {
  display: none;
}
/* ↑ レビュー用 ↑ */

.sub_comment-flex .order3 {
  order: 3;
}

.sub_comment-clr_size {
  border-top: 1px solid #eee;
  margin: 30px 0 0;
  padding: 30px 0 0;
}
.sub_comment-clr_sizeTtl {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.sub_comment-clr {
  margin-bottom: 30px;
}
.sub_comment-clr .clm-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.sub_comment-clr li span {
  text-align: center;
  display: block;
  font-weight: 700;
  margin: 0.3em 0;
}
.sub_comment-clr .clm-2 li {
  width: calc((100% / 2) - 7px);
}
.sub_comment-clr .clm-3 li {
  width: calc((100% / 3) - 10px);
}
.sub_comment-clr .clm-4 li {
  width: calc((100% / 4) - 11px);
}

.sub_comment-size {
  border: 1px solid #d1cfc9;
  border-radius: 30px;
  overflow: hidden;
}
.sub_comment-size table {
  width: 100%;
}
.sub_comment-size th {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d1cfc9;
  border-right: 1px solid #d1cfc9;
  padding: 1em 0.7em;
  text-align: center;
  font-family: "Noto Serif JP", serif !important;
}
.sub_comment-size th:last-child {
  border-right: none;
}
.sub_comment-size td {
  border-bottom: 1px solid #d1cfc9;
  border-right: 1px solid #d1cfc9;
  padding: 0.7em 0.3em;
  text-align: center;
  font-family: "Noto Serif JP", serif !important;
}
.sub_comment-size td:first-child {
  background-color: #f7f7f7;
}
.sub_comment-size tr:last-child td {
  border-bottom: none;
}
.sub_comment-size td:last-child {
  border-right: none;
}
.sub_comment-clr_size .note {
  margin-top: 1em;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .memo.ss-tab__contents-comment {
    font-size: 100%;
  }
  .sub_comment-size {
    border-radius: 3.911vw;
  }
}

/* review */
#review-container-wrap {
  background-color: #f6f0e7;
}
#review-container-wrap .ukomiSwipeSlide .swiper-backface-hidden .swiper-slide {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
/* #review-container-wrap .starRating span.highlight,
#review-container-wrap .ukmcustomfont-ukm-blank-star:before {
    color: #c8b785;
} */
#review-container-wrap .reviewSliderWidget .ukomiProductDetailWrap {
  gap: 0;
}
#review-container-wrap .ukomiProductImageWrap {
  display: none;
}
#review-container-wrap .reviewWidget_title {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
}
@media all and (min-width: 768px) {
  #review-container-wrap {
    margin-bottom: 100px;
  }
}

/* フリースペース */
.proDetailBox section {
  margin-bottom: 80px !important;
}
.proDetailBox .product-sec__ttl {
  text-align: left;
  font-size: 24px;
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif !important;
}
.proDetailBox .product-feature__list {
  display: flex;
  gap: 20px;
}
.proDetailBox .product-feature__list li {
  width: 33.3333%;
}
.proDetailBox .product-feature__list figure img {
  width: 100%;
  padding: 0;
}
.proDetailBox .product-feature__list p {
  font-size: 18px;
  font-family: "Noto Serif JP", serif !important;
  text-align: left;
  margin-top: 1em;
}
.proDetailBox .product-spec {
  background: #f7f7f7;
  padding: 5%;
}
.proDetailBox .product-spec__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.3em;
  font-family: "Noto Serif JP", serif !important;
}
.proDetailBox .product-spec .text {
  font-size: 16px;
  font-family: "Noto Serif JP", serif !important;
}
.proDetailBox .product-spec .text + .text {
  margin-top: 0.8em;
}
.proDetailBox .product-spec__box + .product-spec__box {
  margin-top: 2em;
}
.proDetailBox .txt-right {
  text-align: right;
}
.proDetailBox .txt-center {
  text-align: center;
}
.ss-detail-tab__body {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  #main_product,
  .proDetailBox section {
    margin-bottom: min(16vw, 80px) !important;
  }
  .proDetailBox .product-sec__ttl {
    font-size: 20px;
  }
  .proDetailBox .product-feature__list p {
    font-size: 14px;
  }
  .proDetailBox .product-spec {
    padding: 50px 5%;
  }
  .proDetailBox .product-spec__ttl {
    font-size: 15px;
  }
  .proDetailBox .product-spec .text {
    font-size: 14px;
  }
  .proDetailBox .product-feature__list {
    gap: min(8vw, 50px);
    flex-wrap: wrap;
  }
  .proDetailBox .product-feature__list li {
    width: 100%;
  }
  .ss-fixed-tel {
    background-color: #f7f7f7 !important;
  }
  .ss-fixed-cart__link {
    background: #ff6633 !important;
  }
  .ss-fixed-cart__icon {
    width: 10vw;
    height: 10vw;
    margin-right: 14px;
    display: inline-block;
    mask: no-repeat center / 70%;
    -webkit-mask: no-repeat center / 70%;
    background: #ffffff;
    mask-image: url(/user_data/images/re26/common/cart.png);
    -webkit-mask-image: url(/user_data/images/re26/common/cart.png);
  }
  .ss-detail-tab__body {
    margin-bottom: 10vw;
  }
}
/* SP時：カートモーダル */
@media all and (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header .modal-title {
    padding: 2rem 2.4rem;
    font-size: clamp(18px, 4cqw, 24px);
  }
  .modal-body .priceBox strong {
    font-size: clamp(16px, 4cqw, 20px);
  }
  .modal-body .priceBox span {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(24px, 6cqw, 36px);
  }
  .modal .modal-dialog .modal-content .modal-body p:last-child {
    font-size: clamp(14px, 3cqw, 16px);
  }
  .modal-body .cartBox {
    margin-top: 0;
  }
  .modal-body .cartBox .styleTable th {
    font-size: clamp(15px, 3cqw, 20px);
  }
  .modal-body .rTxt {
    font-size: clamp(14px, 3cqw, 16px);
  }
  .modal .col-9.btnBox {
    margin: auto;
    padding: 0;
    max-width: 100%;
  }
  .modal .modal-dialog .modal-content .modal-footer {
    margin-bottom: 30px;
  }
  .modal .modal-dialog .modal-content .modal-footer button {
    margin: auto;
  }
}

/* フローティングレビュー位置調整 */
.ukomi-floating-review-button {
  top: auto !important;
  bottom: 3%;
}
