/* 20250417追記　％OFF表示（定期のみ） */
.display-off {
  padding-left: 8px;
}

.display-off-inner {
  font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  background-color: #C55959;
  color: #fff;
  border-radius: 15px;
  width: 100px;
  text-align: center;
  line-height: 30px;
  font-size: 1.6rem;
  letter-spacing: .06em;
  font-weight: 600;
  display: inline-block;
}

.display-off-num {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .display-off-inner {
    width: 70px;
    line-height: 25px;
    font-size: 1.3rem;
  }

  .fs-c-subscriptionPriceTable__label {
    width: 135px !important;
  }

  .display-off-num {
    font-size: 1.6rem;
  }
}

/* 20250417追記
元々のレビューパーツ位置にレビュー★と件数のみ表示 */
.fs-l-productLayout__item--2 .fs-c-aggregateRating {
  margin-bottom: 30px;
  margin-top: 15px;
}

.fs-l-productLayout__item--2 .fs-c-productReview__reviewList {
  display: none;
}

.fs-l-productLayout__item--2 .fs-c-productReview__allReviews {
  display: none;
}

.fs-l-productLayout__item--2 .fs-c-productReview__addReview {
  display: none;
}

.fs-l-productLayout__item--2 .fs-c-aggregateRating__rating::before {
  display: none;
}

.productReview-btn {
  display: block;
  margin-right: 10px;
}

.productReview-btn:hover {
  text-decoration: none;
}


/* 20250417追記　カート追従（定期のみ） */

body.is-fix_cart_open {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.fix_cart_area {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 !important;
  z-index: 1;
}

.fix_cart_inner {
  background-color: #fff;
  min-width: 655px;
  padding: 11px 25px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_inner {
    height: auto;
    padding: 10px;
    gap: 10px;
    justify-content: space-between;
    min-width: unset;
    width: 100vw;
  }
}

.fix_cart_title {
  font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: left;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .fix_cart_title {
    font-size: 1.5rem;
    max-width: 150px;
    line-height: 1.2;
  }
}

.fix_cart_price {
  font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2rem;
  text-align: left;
  color: #000;
  letter-spacing: .08em;
}

@media only screen and (max-width: 767px) {
  .fix_cart_price {
    font-size: 1.5rem;
  }
}

.fix_cart_img {
  height: 77px;
  width: 77px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_img {
    display: none;
  }
}

.fix_cart_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fix_cart_button {
  height: 77px;
  width: 133px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #74624C;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  text-align: right;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .fix_cart_button {
    height: 50px;
    width: 100px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-align: right;
    color: #fff;
  }
}

.fix_cart_button:hover {
  text-decoration: none;
}

.fix_cart_button::before {
  content: "";
  display: block;
  background-image: url("https://lalavie.itembox.design/item/img/icon-cart-w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 21px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_button::before {
    width: 18px;
    height: 14px;
    margin-bottom: 3px;
  }
}

.fix_cart_inner.is-review {
  justify-content: center;
}

.fix_cart_button.is-review::before {
  content: none;
}

.fix_cart_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2507;
  display: none;
}

.fix_cart_modal.is-active {
  display: block;
}

.fix_cart_modal_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(116, 98, 76, .73);
  top: 0;
  left: 0;
}

.fix_cart_modal_inner {
  background-color: #F3F2EA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  max-width: 90vw;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_inner {
    width: 90vw;
    max-width: unset;
  }
}

.fix_cart_modal_content {
  position: relative;
  padding: 40px 65px;
  /* overflow-y: scroll; */
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_content {
    padding: 30px 20px;
  }
}

.fix_cart_close_button {
  position: absolute;
  top: -60px;
  right: 0;
  background-image: url(../../item/img/icon-close.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_close_button {
    width: 35px;
    height: 35px;
    top: -45px;
  }
}

.fix_cart_modal_title {
  border: 1px solid #625F4F;
  background-color: #fff;
  font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.6rem;
  text-align: center;
  color: #625f4f;
  padding: 10px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.fix_cart_modal_table_row {
  border-bottom: 1px dotted #625F4F;
  padding: 2.4rem 0;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row {
    padding: 1.5rem 0;
  }
}

.fix_cart_modal_table_row.regular {
  border-top: 1px dotted #625F4F;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row.regular {
    flex-wrap: wrap;
  }
}

.fix_cart_modal_table_row_head {
  font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #625f4f;
  min-width: 170px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_head {
    font-size: 1.7rem;
    min-width: unset;
    width: 100%;
  }
}

.fix_cart_modal_table_row_head_label {
  line-height: 26px;
  height: 26px;
  border-radius: 13px;
  background: #c55959;
  font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  margin-left: 14px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_head_label {
    line-height: 20px;
    height: 20px;
    font-size: 1.2rem;
    margin-left: 10px;
  }
}

.fix_cart_modal_table_row_price {
  width: 145px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_price {
    width: 105px;
  }
}

.fix_cart_modal_table_row_price .fs-c-price__currencyMark {
  font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  color: #625f4f;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_price .fs-c-price__currencyMark {
    font-size: 2rem;
  }
}

.fix_cart_modal_table_row_price .fs-c-price__value {
  font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  color: #625f4f;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_price .fs-c-price__value {
    font-size: 2rem;
  }
}

.fix_cart_modal_table_row_price .fs-c-productPrice__addon__label {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_price .fs-c-productPrice__addon__label {
    font-size: 1.4rem;
  }
}

.fix_cart_modal_table_row_num {
  width: 98px;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_num {
    width: 50px;
    margin-left: 10px;
  }

  .fix_cart_modal_table_row_num_sub {
    margin-left: 0;
    margin-top: 10px;
  }

}

.fix_cart_modal_table_row_num select.fs-c-quantity__select {
  line-height: 55px;
  height: 55px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_num select.fs-c-quantity__select {
    line-height: 45px;
    height: 45px;
    font-size: 2rem;
  }
}

.fix_cart_modal_table_row_btn {
  width: 310px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_btn {
    width: 120px;
    margin-left: 10px;
  }

  .fix_cart_modal_table_row_btn_sub {
    margin-top: 10px;
  }
}

.fix_cart_modal_table_row_btn .fs-c-button--primary {
  background: #74624C;
  height: 55px;
  letter-spacing: .08em;
  font-size: 1.5rem;
  width: 100%;
  background-image: url(../img/icon-cart-arrow.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_btn .fs-c-button--primary {
    height: 45px;
    font-size: 1.2rem;
    min-width: unset;
    background-image: unset;
  }

  .fs-c-button__label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fs-c-button--primary .fs-c-button__label::before {
    width: 21px !important;
    height: 19px !important;
    margin-right: 0 !important;
    margin-bottom: 5px;
  }
}

.fix_cart_modal_table_row_wrap {
  display: flex;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_wrap {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .fix_cart_modal_table_row_wrap_inner {
    width: 100%;
  }
}

.fix_cart_modal_table_row_wrap_inner_item {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_wrap_inner_item {
    width: 100%;
  }
}

.fix_cart_modal_table_row_wrap_inner_item+.fix_cart_modal_table_row_wrap_inner_item {
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_wrap_inner_item+.fix_cart_modal_table_row_wrap_inner_item {
    margin-top: 10px;
  }
}

.fix_cart_modal_table_row_wrap_inner_item_head {
  min-width: 170px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_wrap_inner_item_head {
    min-width: unset;
    width: 50%;
  }
}

.fix_cart_modal_table_row_wrap_inner_item_head .fs-c-subscriptionPriceTable__label {
  background-color: #fff;
  width: 150px;
  line-height: 32px;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
  text-align: center;
  color: #625f4f;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_wrap_inner_item_head .fs-c-subscriptionPriceTable__label {
    width: 100% !important;
    line-height: 27px;
    font-size: 1.6rem;
  }
}

.fix_cart_modal_table_row_wrap_inner_item_price {
  width: 145px;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_wrap_inner_item_price {
    width: 50%;
    padding: 0 10px;
  }
}

.fix_cart_modal_table_row_wrap_inner_item_price .fs-c-price__currencyMark {
  font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  color: #625f4f;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_wrap_inner_item_price .fs-c-price__currencyMark {
    font-size: 2rem;
  }
}

.fix_cart_modal_table_row_wrap_inner_item_price .fs-c-price__value {
  font-family: 'Noto Serif JP', "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  color: #625f4f;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_wrap_inner_item_price .fs-c-price__value {
    font-size: 2rem;
  }
}

.fix_cart_modal_table_row_wrap_inner_item_price .fs-c-productPrice__addon__label {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_wrap_inner_item_price .fs-c-productPrice__addon__label {
    font-size: 1.4rem;
  }
}

.fix_cart_modal_table_row_btn .fs-c-button--addToSubscriptionCart--detail {
  background-color: #3A2D25;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .fix_cart_modal_table_row_btn_sub {
    margin-top: 10px;
    width: 200px;
    font-size: 1.3rem;
  }

  .fix_cart_modal_table_row_btn .fs-c-button--addToSubscriptionCart--detail {
    font-size: 1.2rem;
  }
}

.fix_cart_modal #GoToCart .fs-c-variationRadioList {
  border: none;
}

.fix_cart_modal #GoToCart .fs-c-variationLabel {
  display: none;
}

.fix_cart_modal #GoToCart .fs-c-variationAndActions__stockSignLegend.fs-c-stockSignLegend {
  margin: 0;
}

.fs-l-productLayout__item--2 .fs-c-productQuantityAndAction__quantity.is-hidden {
  visibility: hidden;
}

.fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist__quantity.is-hidden {
  visibility: hidden;
}

/* 矢印 */
span.fs-c-productQuantityAndAction__quantity.fs-c-quantity.fs-system-assistTarget {
  position: relative;
  display: inline-block;
  width: 110px;
  border: 1px solid #74624C;
}

span.fs-c-productQuantityAndAction__quantity.fs-c-quantity.fs-system-assistTarget:before {
  content: "\25B2";
  font-size: 14px;
  position: absolute;
  top: 30%;
  right: 0;
  margin-right: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

span.fs-c-productQuantityAndAction__quantity.fs-c-quantity.fs-system-assistTarget::after {
  content: "\25BC";
  font-size: 14px;
  position: absolute;
  top: 70%;
  right: 0;
  margin-right: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}