a.btn_camp {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 200px;
    margin: auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 2px solid #c69753;
    background: #c69753;
    color: #fff;
    transition: 0.5s;
}

a.btn_camp:hover {
    color: #c69753;
    background: #fff;
}

/* -------------------------------
2402ヘッダー修正
------------------------------- */

.header-wrap .logo_header.spOnly {
    display: none;

}

.logo_sp-menu {
    pointer-events: none;
}

@media screen and (max-width: 1160px) {
    .header-wrap .logo_header.spOnly {
        display: flex;
        align-items: center;
    }

    .header-wrap .logo_header.spOnly a {
        margin: 0 10px;
    }

    .header-wrap .logo_header.pcOnly {
        display: none;
    }

    .header-wrap .logo_header.spOnly img {
        width: revert-layer;
    }

    .link-top-wrap.pcOnly {
        display: none;
    }
}

.link-top-wrap {
    background: #D8D8CA!important;
    bottom: -45px;
}

.link-top {
    justify-content: center;
    height: 45px;
}

.link-top li a {
    position: relative;
    top: 50%;
    transform: translateY(-52%);
    color: #000;
    border-bottom: solid 1px #000;
}

.fs-c-productPointDisplay{
  display: none;
}
/* @media screen and (min-width: 1161px) { */
    .headerSpace {
        margin: 0 0 80px;
    }
/* 項目選択肢の背景色 */
#fs_ProductDetails .fs-c-productSelection {
  background: rgba(126, 126, 126, 0.09);
  margin-top: 50px;
}

/* ラジオボタンの間隔調整 */
#fs_ProductDetails .fs-c-radio__radioMark {
  margin: 0 10px 0 5px;
}

/* 項目選択肢 フォントサイズ調整 */
#fs_ProductDetails .fs-c-productSelection__name {
  font-size: 16px;
}

/* 項必須マークをテキストに */
#fs_ProductDetails .fs-c-requiredMark::before {
  content: "";
}

#fs_ProductDetails .fs-c-productSelection .fs-c-requiredMark {
  width: auto;
  height: auto;
  overflow: unset;
  color: red; /* 赤字にする */
  font-weight: bold; /* 太字 */
}



/* 選択肢ブロックの下に余白を追加して「再入荷お知らせ」ボタンと分離 */
#fs_ProductDetails .fs-c-productSelection {
  margin-bottom: 32px; /* お好みで調整（24〜40pxが自然） */
}


/* レビューを書くボタン：レビュー枠に合ったナチュラル系デザインに調整 */
.fs-c-productReview__addReview {
  text-align: center;
  margin: 30px 0 0;
}

.fs-c-button--addReview--detail {
  display: inline-block;
  color: #7d5b38; /* 落ち着いた茶系でレビュー枠の見出しと統一感 */
  background: none;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  border: 1px solid #d9c8b4; /* 枠の色と同系 */
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.fs-c-button--addReview--detail:hover {
  background-color: #f8f3ee;
  color: #5a3e27;
}


/* .fs-c-productReview {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
} */
.fs-c-productReview {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #faf8f5; /* オレンジとグレーの間っぽい優しい色 */
  border: 1px solid #d9cfc2; /* うすいベージュグレー */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); /* ほんのり立体感 */
  box-sizing: border-box;
}
  /* ===================================================
   ▼▼▼ レビュー表示関連スタイル ここから ▼▼▼
   商品詳細ページ内のレビュー表示を調整
   =================================================== */

.fs-c-productReview {
  border: 2px solid #d9c8b4;
  padding: 32px 24px;
  margin: 40px auto;
  max-width: 800px;
  position: relative;
  background-color: #fffdfb;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.fs-c-productReview::before {
  content: "レビュー";
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}

/* 終わりの線は非表示 */
.fs-c-productReview::after {
  content: none;
}

/* レビュー本文の見た目 */
.fs-c-reviewList__item__body.fs-c-reviewBody {
  border: 1px solid #e0d6cb !important;
  background-color: #fffdfb !important;
  padding: 16px !important;
  margin-top: 12px !important;
  margin-bottom: 16px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  font-size: 16px !important;
  line-height: 1.6 !important;
}

/* レビュー投稿者名の数字を非表示 */
.fs-c-reviewer__name__reviewNumber {
  display: none !important;
}

/* 投稿者名の見た目を強調 */
.fs-c-reviewer__name__nickname {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.2px;
}

/* 投稿日を右上に移動 */
.fs-c-reviewInfo__date {
  /* position: absolute;
  top: 0;
  right: 0; */
  font-size: 14px;
  color: #555;
  margin: 0;
}

/* 親要素に相対位置を指定（投稿日を右上に配置） */
.fs-c-reviewList__item__info {
  position: relative;
  /* padding-right: 100px; */
  padding-right: 30px;
}

/* 星を詰める */
.fs-c-reviewRating {
  margin-top: 4px;
}
.fs-c-reviewStars::before {
  color: #ffcc00 !important; /* 明るい黄色の星に */
}

/* プロフィール（都道府県・年代・性別）の見た目 */
.fs-c-reviewer__profile {
  font-size: 14px;
  color: #444;
}

/* ▼▼▼ 非公開表示を非表示にする ▼▼▼ */
.fs-c-reviewer__profile__status {
  display: none !important;
}

/* ===================================================
   ▲▲▲ レビュー表示関連スタイル ここまで ▲▲▲
   =================================================== */

/* 「再入荷お知らせ」ボタンをカートボタン風に */
.fs-c-button--addToCart--detail.btn-addcart,
.fs-c-button--subscribeToArrivalNotice--detail {
  display: block;
  text-align: center;
  font-weight: bold;
  border: 2px solid #c69753;
  background: #c69753;
  color: #fff;
  transition: 0.5s;
  width: 200px;
  margin: auto;
  padding: 1rem 4rem;
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
}

.fs-c-button--addToCart--detail.btn-addcart:hover,
.fs-c-button--subscribeToArrivalNotice--detail:hover {
  color: #c69753;
  background: #fff;
}

/* 「お気に入り」ボタンを非表示に */
.fs-c-productQuantityAndWishlist__wishlist {
  display: none !important;
}
.block-howto {
  width: 100%;
  margin: 0;
  padding: 0;
}



.block-howto .inner {
  width: 100%;
  padding: 0;
  margin: 0;
}

.block-howto .ttl {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: bold;
}

.block-howto .ttl span:first-child {
  display: block;
  font-size: 24px;
  color: #000;
}

.block-howto .ttl span:last-child {
  display: block;
  font-size: 16px;
  color: #666;
  margin-top: 4px;
}
/* } */
/* <div class="fs-c-productPointDisplay">
  <span class="fs-c-productPointDisplay__label">[</span>
  <span class="fs-c-productPointDisplay__quantity">66</span>
  <span class="fs-c-productPointDisplay__unit">ポイント進呈 ]</span>
</div> */


/* ===================================================
   ▼▼▼ カートページ内「ポイント」表記変更スタイル ここから ▼▼▼
   =================================================== */

/* PC表示：見出し「ポイント」 */
#fs-cartContent-container .fs-c-cartTable__headerCell--point {
  position: relative;
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: inherit;
  font-weight: bold;
}

#fs-cartContent-container .fs-c-cartTable__headerCell--point::before {
  content: "ポイント";
  display: block;
  font-size: 14px; /* 他の項目と同程度のサイズ */
  line-height: 1.2;
  text-align: center;
  color: #000;
  font-family: inherit;
}

#fs-cartContent-container .fs-c-cartTable__headerCell--point::after {
  content: "（税抜価格対象）";
  display: block;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  color: #000;
  font-family: inherit;
  font-weight: normal;
}

/* スマホ表示：ポイントのラベル置き換え */
@media screen and (max-width: 768px) {
  .fs-c-cartTable__dataCell[data-cell-label="ポイント"] {
    position: relative;
    font-family: inherit;
  }

  .fs-c-cartTable__dataCell[data-cell-label="ポイント"]::before {
    content: "ポイント";
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    color: #000;
    margin-bottom: 2px;
    font-family: inherit;
  }

  .fs-c-cartTable__dataCell[data-cell-label="ポイント"]::after {
    content: "（税抜価格対象）";
    display: block;
    font-size: 12px;
    line-height: 1.1;
    color: #000;
    text-align: left;
    font-family: inherit;
  }

  .fs-c-cartTable__dataCell[data-cell-label="ポイント"] > span {
    display: none;
  }
}

/* ===================================================
   ▲▲▲ カートページ内「ポイント」表記変更スタイル ここまで ▲▲▲
   =================================================== */

.fs-c-wishlistProduct__title{
  margin-bottom: 30px;
}
.fs-p-productDescription--short{
  padding: 53px 82px;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .fs-p-productDescription--short{
    padding: 0 20px;
  }
}

