/* ============================================================
   tsue-top-kissmylife.css
   KISS MY LIFE 杖のラインナップ LP 用スタイル
============================================================ */

/* 【目次】
   1. ベース・リセット
   2. スライダー共通（Slick）
   3. FV（メインビジュアル）
   4. キャッチコピー
   5. 新着商品（New Arrivals）
   6. 選ばれる理由（Reasons）
   7. 共通メディアクエリ（767px以下）
   8. はじめての杖ガイド
   9. 杖の4種類（Cane Types）
  10. モーダル
  11. デザインと強度・素材
  12. 強度の違い・素材の違い・品質と価格
  13. LOOKBOOK
  14. お客様の声・ギフトガイド
  15. ラインナップ（#lineup）
  16. カテゴリナビスライダー（lineup-nav）
  17. 商品スライダー（lineup-slider）
  18. futureshop任意表示パーツ（商品カード・矢印）
  19. ポップアップ（#popup）
============================================================ */

/* ------------------------------------------------------------
   1. ベース・リセット
------------------------------------------------------------ */

/* Chrome DevTools関連の余白修正 */
body[cz-shortcut-listen="true"],
body[cz-shortcut-listen="true"] .no-margin,
body.no-margin {
  margin: 0 !important;
  padding: 0 !important;
}

/* カラーパレット・共通変数 */
:root {
  --fs-main: #f9f5ee;
  --fs-sub: #131e2f;
  --fs-accent: #b99c7a;
  --fs-btn-bg: #ebe2d2;
}

/* リセット */
body,
html {
  margin: 0;
  padding: 0;
}

.fs-lp-wrapper * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* LP共通レイアウト */
.fs-lp-wrapper {
  font-family: sans-serif;
  color: var(--fs-sub);
  line-height: 1.7;
  background-color: var(--fs-main);
  overflow-x: hidden;
}

/* ------------------------------------------------------------
   2. スライダー共通（Slick）
   ※ cane-types / lookbook は除外（別途余白指定）
------------------------------------------------------------ */
.fs-lp-wrapper #fv .slick-list,
.fs-lp-wrapper #new-arrivals .slick-list,
.fs-lp-wrapper #reasons .slick-list,
.fs-lp-wrapper .lineup-section .slick-list {
  padding-left: 0 !important;
}

.fs-lp-wrapper .slick-track {
  margin-left: 0;
}

/* スライダー親要素：右側はみ出しをクリップ */
.fs-lp-wrapper #new-arrivals .container,
.fs-lp-wrapper #lookbook .container,
.fs-lp-wrapper #reasons .container,
.fs-lp-wrapper #cane-types .container {
  overflow: hidden;
}

/* ドットインジケータ用の余白（overflowでクリップされないように） */
.fs-lp-wrapper #lookbook .container {
  padding-bottom: 50px;
}

.fs-lp-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.fs-lp-wrapper section {
  padding: 80px 0;
}

.fs-lp-wrapper .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.fs-lp-wrapper h2,
.fs-lp-wrapper h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
}

/* フォントサイズ */
.fs-lp-wrapper {
  font-size: 16px;
}

.fs-lp-wrapper .small-text {
  font-size: 14px;
}

/* ------------------------------------------------------------
   3. FV（メインビジュアル）
------------------------------------------------------------ */
.fs-lp-wrapper #fv {
  padding: 0;
  overflow: hidden;
}

/* PC/SP 表示切り替え */
.fs-lp-wrapper .pc {
  display: block;
}

.fs-lp-wrapper .sp,
.fs-lp-wrapper .sp-br {
  display: none;
}

.fs-lp-wrapper .fv-slider-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%; /* PCでの高さを少し低く調整 */
  overflow: hidden;
}

.fs-lp-wrapper .fv-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fs-lp-wrapper .slick-track,
.fs-lp-wrapper .slick-list,
.fs-lp-wrapper .slick-slide,
.fs-lp-wrapper .slick-slide > div {
  height: 100%;
}

.fs-lp-wrapper .fv-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.fs-lp-wrapper .fv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom; /* 下端揃え */
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* FV Gradient Overlay */
.fs-lp-wrapper .fv-gradient-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(19, 30, 47, 0.65), rgba(19, 30, 47, 0));
  z-index: 1;
  bottom: 0; /* スライダー画像の下端とピッタリ合わせる */
  pointer-events: none; /* クリックを通過させる */
}

/* FV Logo */
.fs-lp-wrapper .fv-logo {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 180px;
}

.fs-lp-wrapper .fv-logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* FV ドットインジケータ（ベージュ地・ネイビー系ドット） */
.fs-lp-wrapper #fv .fv-dots {
  background-color: var(--fs-main);
  padding: 14px 0 18px;
}

.fs-lp-wrapper #fv .fv-dots .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fs-lp-wrapper #fv .fv-dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.fs-lp-wrapper #fv .fv-dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

/* slick-theme の opacity / 文字ドットを打ち消して背景の丸だけ表示 */
.fs-lp-wrapper #fv .fv-dots .slick-dots li button:before {
  content: "" !important;
  font-family: inherit !important;
  font-size: 0 !important;
  line-height: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(19, 30, 47, 0.4);
  color: transparent !important;
  opacity: 1 !important;
  transition: background-color 0.3s ease;
}

.fs-lp-wrapper #fv .fv-dots .slick-dots li.slick-active button:before {
  background-color: var(--fs-sub);
  opacity: 1 !important;
}

/* ナビゲーションボタンを削除 */

/* ------------------------------------------------------------
   4. キャッチコピー
------------------------------------------------------------ */
.fs-lp-wrapper #catch-copy {
  text-align: center;
}

.fs-lp-wrapper .catch-copy-text {
  font-size: 28px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

/* ------------------------------------------------------------
   5. 新着商品（New Arrivals）
------------------------------------------------------------ */
.fs-lp-wrapper #new-arrivals {
  background-color: var(--fs-sub);
  color: #ffffff;
  /* padding: 80px 0; */
}

.fs-lp-wrapper .section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

.fs-lp-wrapper #new-arrivals .section-title {
  color: #ffffff;
}
#new-arrivals.lineup-section .fs-c-productName__name {
  color: #ffffff;
}
#new-arrivals.lineup-section .fs-c-productListItem__prices {
  color: #ffffff;
}
#new-arrivals.lineup-section .fs-c-productPrices span.fs-c-productPrice__main__price {
  color: #ffffff;
}

/* ------------------------------------------------------------
   6. 選ばれる理由（Reasons）
------------------------------------------------------------ */
.fs-lp-wrapper #reasons {
  padding: 80px 0 100px;
  background-color: var(--fs-main);
}

.fs-lp-wrapper #reasons .section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 60px;
  line-height: 1.4;
}

.fs-lp-wrapper .reasons-slider {
  position: relative;
  margin: 0;
  padding: 0;
}

/* スライダー位置の強制固定を解除 */
.fs-lp-wrapper .reasons-slider .slick-track {
  /* transform と margin-left の !important 指定を削除 */
}

/* スライダーカードのリンクラッパー */
.fs-lp-wrapper .reason-item-link,
.fs-lp-wrapper .cane-card-link,
.fs-lp-wrapper .product-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* PC: cane-types-slider（Slick未使用時）のflexレイアウト対応 */
.fs-lp-wrapper .cane-types-slider:not(.slick-initialized) .cane-card-link {
  /*width: calc((100% - 45px) / 4);  4列、15px×3の隙間 */
  /* margin-right: 30px; */
  margin-bottom: 30px;
  flex-shrink: 0;
  max-width: 240px;
}

.fs-lp-wrapper .cane-types-slider:not(.slick-initialized) .cane-card-link:nth-child(4n) {
  margin-right: 0;
}

.fs-lp-wrapper .cane-types-slider:not(.slick-initialized) .cane-card-link .cane-card {
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.fs-lp-wrapper .reason-item {
  padding: 0;
  margin-right: 15px;
  margin-bottom: 30px;
  max-width: 240px; /* カードサイズを小さく */
}

.fs-lp-wrapper .reason-img {
  margin-bottom: 20px;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.fs-lp-wrapper .reason-img img {
  width: 100%;
  max-width: 250px; /* 画像サイズを小さく */
  height: auto;
}

.fs-lp-wrapper .reason-content {
  padding: 0;
  max-width: 300px;
  margin: 0 auto;
}

.fs-lp-wrapper .reason-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 15px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px 50px;
  position: relative;
  z-index: 1;
  line-height: 1.4;
  text-align: center;
}

.fs-lp-wrapper .reason-text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: left;
}

/* Reasons Slider Navigation */
.fs-lp-wrapper .reasons-slider {
  padding-bottom: 60px;
}

.fs-lp-wrapper .reasons-slider .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--fs-btn-bg);
  border-radius: 50%;
  z-index: 10;
  bottom: 0;
  top: auto;
  transform: none;
}

.fs-lp-wrapper .reasons-slider .slick-prev {
  left: auto;
  right: 70px;
}

.fs-lp-wrapper .reasons-slider .slick-next {
  right: 10px;
}

/* スライダーのデフォルト矢印を非表示 */
.fs-lp-wrapper .reasons-slider .slick-prev:before,
.fs-lp-wrapper .reasons-slider .slick-next:before {
  content: "";
  display: none;
}

/* カスタム矢印スタイル */
.fs-lp-wrapper .reasons-slider .arrow-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--fs-sub);
  border-right: 3px solid var(--fs-sub);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px; /* 角丸にする */
}

/* 左矢印（前へ） */
.fs-lp-wrapper .reasons-slider .slick-prev .arrow-icon {
  transform: translate(-35%, -50%) rotate(-135deg);
}

/* 右矢印（次へ） */
.fs-lp-wrapper .reasons-slider .slick-next .arrow-icon {
  transform: translate(-65%, -50%) rotate(45deg);
}

/* 無効時の矢印スタイル */
.fs-lp-wrapper .reasons-slider .slick-disabled .arrow-icon {
  opacity: 0.3;
}

/* ------------------------------------------------------------
   7. 共通メディアクエリ（767px以下）
   FV / New Arrivals / Reasons / Cane Types のSP対応
------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  .fs-lp-wrapper {
    font-size: 14px;
  }

  .fs-lp-wrapper .small-text {
    font-size: 12px;
  }

  .fs-lp-wrapper section {
    padding: 40px 0;
  }

  .fs-lp-wrapper .catch-copy-text {
    font-size: 22px;
  }

  /* New Arrivals SP */
  .fs-lp-wrapper .section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .fs-lp-wrapper .new-arrivals-slider {
    margin: 0;
  }

  .fs-lp-wrapper .new-item {
    padding: 0;
    margin-right: 15px;
  }

  /* LOOKBOOK SP（new-arrivals と同一） */
  .fs-lp-wrapper .lookbook-slider {
    margin: 0;
  }

  .fs-lp-wrapper .lookbook-card {
    padding: 0;
    margin-right: 15px;
  }

  .fs-lp-wrapper .lookbook-title {
    margin-bottom: 30px;
  }

  .fs-lp-wrapper .new-item-name {
    font-size: 16px;
  }

  .fs-lp-wrapper .new-item-price {
    font-size: 14px;
  }

  /* Reasons SP */
  .fs-lp-wrapper #reasons {
    padding: 50px 0 70px;
  }

  .fs-lp-wrapper #reasons .section-title {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .fs-lp-wrapper .reasons-slider {
    margin: 0;
  }

  .fs-lp-wrapper .reason-item {
    padding: 0;
    margin-right: 15px;
  }

  .fs-lp-wrapper .reason-title {
    font-size: 18px;
    background-size: 80px 40px;
    text-align: center;
  }

  .fs-lp-wrapper .reason-text {
    font-size: 14px;
  }

  .fs-lp-wrapper .reasons-slider {
    padding-bottom: 50px;
  }

  .fs-lp-wrapper .reasons-slider .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: 0;
    background-color: var(--fs-btn-bg);
  }

  .fs-lp-wrapper .reasons-slider .slick-prev {
    right: 60px;
  }

  .fs-lp-wrapper .reasons-slider .slick-next {
    right: 10px;
  }

  /* スマホ表示時の矢印サイズ調整 */
  .fs-lp-wrapper .reasons-slider .arrow-icon {
    width: 10px;
    height: 10px;
    border-width: 2.5px;
    border-radius: 1.5px;
  }

  /* FV for SP */
  /* スマホ表示時のスライダー設定 */
  .fs-lp-wrapper .fv-slider-container {
    padding-bottom: 0; /* パーセント指定をリセット */
    height: 580px; /* スマホでの固定高さ */
  }

  /* PC/SP 画像切り替え */
  .fs-lp-wrapper .pc-only {
    display: none !important;
    opacity: 0;
    visibility: hidden;
  }

  .fs-lp-wrapper .sp-only,
  .fs-lp-wrapper .sp-br {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }

  .fs-lp-wrapper .sp-br br {
    line-height: 0.8;
    margin-bottom: -5px;
    display: block;
  }

  .fs-lp-wrapper .sp-only {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .fs-lp-wrapper .fv-slide img.sp-only {
    object-position: center bottom; /* スマホ用画像は中央揃え */
  }

  .fs-lp-wrapper .fv-logo {
    width: 140px;
  }

  .fs-lp-wrapper #fv .fv-dots {
    padding: 12px 0 14px;
  }
}

/* ------------------------------------------------------------
   8. はじめての杖ガイド
------------------------------------------------------------ */
.fs-lp-wrapper #first-guide {
  background-color: var(--fs-sub);
  color: #ffffff;
  padding: 80px 0 0;
  position: relative;
  overflow: visible;
}

.fs-lp-wrapper #first-guide .section-title {
  color: #e3d0ba;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 32px;
  margin-bottom: 15px;
}

.fs-lp-wrapper #first-guide .section-subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  color: #ffffff;
}

.fs-lp-wrapper .guide-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  padding-bottom: 40px;
}

.fs-lp-wrapper .guide-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}

.fs-lp-wrapper .guide-img {
  margin-bottom: 15px;
}

.fs-lp-wrapper .guide-img img {
  max-width: 100%;
  height: auto;
}

.fs-lp-wrapper .guide-caption {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

/* Bottom Line with Triangle */
.fs-lp-wrapper .bottom-line {
  position: relative;
  height: 8px;
  background-color: var(--fs-accent);
  margin-top: 30px;
  width: 100%;
  left: 0;
  right: 0;
}

.fs-lp-wrapper .triangle-down {
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid var(--fs-accent);
  position: absolute;
  left: 50%;
  top: 8px; /* ラインの高さと同じにして、ぴったりくっつける */
  transform: translateX(-50%);
  z-index: 1;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .fs-lp-wrapper #first-guide {
    padding: 50px 0 0;
  }

  .fs-lp-wrapper #first-guide .section-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .fs-lp-wrapper #first-guide .section-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .fs-lp-wrapper .guide-grid {
    margin: 0 -10px;
    padding-bottom: 40px;
  }

  .fs-lp-wrapper .guide-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .fs-lp-wrapper .guide-caption {
    font-size: 14px;
  }

  .fs-lp-wrapper .triangle-down {
    border-left-width: 30px;
    border-right-width: 30px;
    border-top-width: 25px;
  }
}

/* ------------------------------------------------------------
   9. 杖の4種類（Cane Types）
------------------------------------------------------------ */
.fs-lp-wrapper #cane-types {
  padding: 80px 0;
  background-color: var(--fs-main);
}

.fs-lp-wrapper #cane-types .section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.fs-lp-wrapper .title-line {
  width: 100px;
  height: 3px;
  background-color: var(--fs-accent);
  margin: 0 auto 20px;
}

.fs-lp-wrapper #cane-types .section-subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

.fs-lp-wrapper .cane-types-slider {
  margin: 0 -10px; /* 左右の余白を調整 */
  padding: 0 0 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fs-lp-wrapper .cane-types-slider.slick-initialized {
  display: block;
  padding: 0 10px 60px; /* スマホSlick時：カードの左右の隙間 */
}

/* スライダー位置の調整 */
.fs-lp-wrapper .cane-types-slider.slick-initialized .slick-track {
  /* margin-left: 0; */
}

.fs-lp-wrapper .cane-card {
  padding: 0;
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative;
  height: auto;
  max-width: 240px; /* カードサイズを小さく */
  padding-bottom: 40px;
  box-sizing: border-box;

}

.fs-lp-wrapper .cane-img {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 5px;
}

.fs-lp-wrapper .cane-img img {
  width: 100%;
  height: auto;
  display: block;
}

.fs-lp-wrapper .cane-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}

.fs-lp-wrapper .cane-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 60px;
  text-align: left;
}

.fs-lp-wrapper .cane-modal-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: var(--fs-accent);
  cursor: pointer;
  background-color: var(--fs-btn-bg);
  border-radius: 20px;
  padding: 8px 15px;
  white-space: nowrap;
}

.fs-lp-wrapper .cane-modal-btn:hover {
  opacity: 0.9;
}

.fs-lp-wrapper .cane-modal-btn::after {
  content: "+";
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  font-weight: bold;
}

/* Cane Types Slider Navigation - #reasonsと同じスタイル */
.fs-lp-wrapper .cane-types-slider .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--fs-btn-bg);
  border-radius: 50%;
  z-index: 10;
  bottom: 0;
  top: auto;
  transform: none;
}

.fs-lp-wrapper .cane-types-slider .slick-prev {
  left: auto;
  right: 70px;
}

.fs-lp-wrapper .cane-types-slider .slick-next {
  right: 10px;
}

/* スライダーのデフォルト矢印を非表示 */
.fs-lp-wrapper .cane-types-slider .slick-prev:before,
.fs-lp-wrapper .cane-types-slider .slick-next:before {
  content: "";
  display: none;
}

/* カスタム矢印スタイル */
.fs-lp-wrapper .cane-types-slider .arrow-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--fs-sub);
  border-right: 3px solid var(--fs-sub);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px; /* 角丸にする */
}

/* 左矢印（前へ） */
.fs-lp-wrapper .cane-types-slider .slick-prev .arrow-icon {
  transform: translate(-35%, -50%) rotate(-135deg);
}

/* 右矢印（次へ） */
.fs-lp-wrapper .cane-types-slider .slick-next .arrow-icon {
  transform: translate(-65%, -50%) rotate(45deg);
}

/* 無効時の矢印スタイル */
.fs-lp-wrapper .cane-types-slider .slick-disabled .arrow-icon {
  opacity: 0.3;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .fs-lp-wrapper #cane-types {
    padding: 50px 0;
  }

  .fs-lp-wrapper #cane-types .section-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .fs-lp-wrapper .title-line {
    margin: 0 auto 15px;
  }

  .fs-lp-wrapper #cane-types .section-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .fs-lp-wrapper .cane-card {
    padding: 0;
    margin-right: 15px;
    width: 100%;
    padding-bottom: 40px;
    /*max-width: none;  スマホでは最大幅制限を解除 */
    box-sizing: border-box;
  }

  /* スマホ表示時のスライダー調整 */
  .fs-lp-wrapper .cane-types-slider.slick-initialized .slick-slide {
    /* width: auto !important; */
    /* left: 0 !important; */
    /* float: none !important; */
    /* display: inline-block !important; */
  }

  .fs-lp-wrapper .cane-types-slider.slick-initialized .slick-track {
    /* width: auto !important; */
    /* transform: none !important; */
  }

  .fs-lp-wrapper .cane-title {
    font-size: 18px;
  }

  .fs-lp-wrapper .cane-text {
    font-size: 14px;
    margin-bottom: 45px;
  }

  .fs-lp-wrapper .cane-modal-btn {
    font-size: 12px;
    padding: 6px 12px;
  }

  .fs-lp-wrapper .cane-modal-btn::after {
    font-size: 14px;
    margin-left: 3px;
  }

  /* スマホ表示時の矢印サイズ調整 */
  .fs-lp-wrapper .cane-types-slider .arrow-icon {
    width: 10px;
    height: 10px;
    border-width: 2.5px;
    border-radius: 1.5px;
  }

  .fs-lp-wrapper .cane-types-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

/* ------------------------------------------------------------
  10. モーダル（杖タイプの詳細）
------------------------------------------------------------ */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  padding: 0; /* 余白をリセット */
  box-sizing: border-box;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-container.active .modal-overlay {
  opacity: 1;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%); /* 少し上から開始 */
  opacity: 0;
  width: 80%; /* 幅を縮小 */
  max-width: 650px; /* 最大幅をさらに縮小 */
  max-height: 85vh; /* 高さを少し縮小 */
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px; /* パディングを減らす */
  z-index: 1002;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.modal-container.active .modal-content {
  transform: translate(-50%, -50%); /* 中央に移動 */
  opacity: 1;
}

/* スマホ表示時のカード外余白を確保 */
@media screen and (max-width: 767px) {
  .modal-container {
    padding: 0 20px; /* 左右に20pxずつの余白 */
  }
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: var(--fs-btn-bg);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1003;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.close-icon:before,
.close-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--fs-sub);
  border-radius: 2px;
}

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

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

.modal-body {
  padding: 5px 15px; /* 余白を減らす */
}

.modal-title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px; /* フォントサイズをさらに大きく */
  font-weight: 700;
  margin-bottom: 20px; /* 下マージン少し増加 */
  color: var(--fs-sub);
  text-align: center;
}

.modal-text {
  font-size: 14px; /* フォントサイズさらに縮小 */
  line-height: 1.6; /* 行間を減らす */
  margin-bottom: 25px; /* 下マージン減少 */
  color: var(--fs-sub);
  text-align: left; /* テキストを左揃え */
}

/* モーダル内の項目見出し */
.modal-item-heading {
  font-weight: 700;
  display: block;
  margin-top: 10px; /* 上マージン減少 */
  margin-bottom: 3px; /* 下マージン減少 */
  font-size: 16px; /* 見出しのサイズを大きく */
  color: var(--fs-accent); /* アクセントカラーを適用 */
}

/* モーダル内の項目 */
.modal-item {
  margin-bottom: 12px; /* マージン減少 */
}

.modal-img {
  width: 60%; /* サイズをさらに縮小 */
  max-width: 450px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}

/* ------------------------------------------------------------
  11. デザインと強度・素材（Quality Diff）
------------------------------------------------------------ */
.fs-lp-wrapper #quality-diff {
  padding: 0;
  background-color: var(--fs-sub); /* セクション全体に背景色を適用 */
}

/* メッセージセクション */
.fs-lp-wrapper .quality-message {
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  padding: 80px 0;
}

.fs-lp-wrapper .message-title {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #ffffff; /* 白色を明示的に指定 */
}

.fs-lp-wrapper .message-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
}

.fs-lp-wrapper .message-highlight {
  display: inline-block;
  font-size: 28px; /* フォントサイズを大きく */
  font-weight: 700;
  color: var(--fs-accent);
  margin-bottom: 25px; /* 下の余白を詰める */
  line-height: 1.5;
  border-bottom: 3px double var(--fs-accent); /* 3pxの二重下線 */
  padding-bottom: 5px;
}

/* ------------------------------------------------------------
  12. 強度の違い（Strong Diff）
------------------------------------------------------------ */
.fs-lp-wrapper #strong-diff {
  padding: 80px 0;
  background-color: var(--fs-main);
}

/* ------------------------------------------------------------
  12. 素材の違い（Material Diff）
------------------------------------------------------------ */
.fs-lp-wrapper #material-diff {
  padding: 80px 0;
  background-color: var(--fs-main);
}

/* ------------------------------------------------------------
  12. 品質と価格（Price Quality）
------------------------------------------------------------ */
.fs-lp-wrapper #price-quality {
  padding: 80px 0;
  background-color: var(--fs-sub);
  color: #ffffff;
}

/* ------------------------------------------------------------
  13. LOOKBOOK
------------------------------------------------------------ */
.fs-lp-wrapper #lookbook {
  padding: 80px 0;
  background-color: var(--fs-sub);
  color: #ffffff;
}

/* ------------------------------------------------------------
  13b. 女性用・男性用杖 バナー（#gender-category-bnrs）
------------------------------------------------------------ */
.fs-lp-wrapper .gender-category-bnr-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 28px;
}

.fs-lp-wrapper .gender-category-bnr-link {
  display: block;
  flex: 0 1 auto;
  max-width: 500px;
  line-height: 0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.fs-lp-wrapper .gender-category-bnr-link:hover {
  opacity: 0.92;
}

.fs-lp-wrapper .gender-category-bnr-link img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .fs-lp-wrapper .gender-category-bnr-row {
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: stretch;
  }

  .fs-lp-wrapper .gender-category-bnr-link {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
  }
}

/* ------------------------------------------------------------
  14. お客様の声（見出し）
------------------------------------------------------------ */
.fs-lp-wrapper #voices {
  padding: 40px 0;
  margin-bottom: 0px;
  background-color: var(--fs-accent);
  color: #ffffff;
}

.fs-lp-wrapper #voices .voices-title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .fs-lp-wrapper #voices {
    padding: 30px 0;
  }

  .fs-lp-wrapper #voices .voices-title {
    font-size: 18px;
    white-space: nowrap;
    letter-spacing: 0.02em;
  }
}

/* お客様の声 01・02（インタビュー形式） */
.fs-lp-wrapper .voice-section {
  position: relative;
  width: 100%;
  min-height: 550px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  padding-top: 60px;
  margin-bottom: 60px;
}

.fs-lp-wrapper #voices-01 {
  background-image: url("https://www.kissmylife.jp/renewal2023/images/category/tsue/tsue-top/voice-user-01.jpg");
  display: flex;
  align-items: center;
}

.fs-lp-wrapper #voices-02 {
  background-image: url("https://www.kissmylife.jp/renewal2023/images/category/tsue/tsue-top/voice-user-02.jpg");
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .fs-lp-wrapper #voices-01 {
    background-image: url("https://www.kissmylife.jp/renewal2023/images/category/tsue/tsue-top/voice-user-01_pc.jpg");
    min-height: 600px;
  }

  .fs-lp-wrapper #voices-02 {
    background-image: url("https://www.kissmylife.jp/renewal2023/images/category/tsue/tsue-top/voice-user-02_pc.jpg");
    min-height: 600px;
  }
}

.fs-lp-wrapper .voice-textbox {
  position: relative;
  margin: 20px;
  padding: 40px 35px;
  background: rgba(255, 255, 255, 0.6);
  max-width: 90%;
}

/* 内側の枠線（縁から少し内側に3pxのアクセント色） */
.fs-lp-wrapper .voice-textbox::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid var(--fs-accent);
  pointer-events: none;
}

.fs-lp-wrapper .voice-textbox-left { 
  position: relative;
  margin-right: auto;
  margin-left: 10%;
  max-width: 550px;
}

.fs-lp-wrapper .voice-textbox-right {
  position: relative;
  top: 50%;
  margin-left: auto;
  margin-right: 10%;
  max-width: 550px;
}

.fs-lp-wrapper .voice-quote {
  display: block;
  width: 30px;
  height: auto;
  margin: 0 0 10px;
}

.fs-lp-wrapper .voice-text {
  font-size: 16px;
  line-height: 1.9;
  color: var(--fs-sub);
  margin: 0 0 20px;
  font-family: "Shippori Mincho", serif;
}

.fs-lp-wrapper .voice-author {
  font-size: 13px;
  color: var(--fs-sub);
  margin: 0;
}

.fs-lp-wrapper .voice-author strong {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .fs-lp-wrapper .voice-section {
    min-height: 360px;
    padding: 0 0 20px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .fs-lp-wrapper .voice-textbox {
    margin: 15px;
    padding: 30px 25px;
    max-width: 60%;
  }

  .fs-lp-wrapper .voice-textbox-left {
    margin-left: 15px;
    margin-right: auto;
  }

  .fs-lp-wrapper .voice-textbox-right {
    margin-left: auto;
    margin-right: 15px;
  }

  .fs-lp-wrapper .voice-quote {
    width: 27px;
    margin-bottom: 8px;
  }

  .fs-lp-wrapper .voice-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: "Shippori Mincho", serif;
  }

  .fs-lp-wrapper .voice-author {
    font-size: 12px;
  }
}

/* ------------------------------------------------------------
  14. ギフトガイド
------------------------------------------------------------ */
.fs-lp-wrapper #gift-guide {
  padding: 0;
  margin-top: 30px;
}

.fs-lp-wrapper .gift-guide-inner {
  display: flex;
  flex-direction: column;
  line-height: 0;
}

.fs-lp-wrapper .gift-guide-textbox {
  background-color: var(--fs-sub);
  color: #ffffff;
  padding: 50px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.8;
}

.fs-lp-wrapper .gift-guide-title {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
}

.fs-lp-wrapper .gift-guide-desc {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 25px;
}

.fs-lp-wrapper .gift-guide-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  margin-top: auto;
  align-self: flex-end;
}

.fs-lp-wrapper .gift-guide-img-wrap {
  line-height: 0;
  overflow: hidden;
}

.fs-lp-wrapper .gift-guide-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .fs-lp-wrapper .gift-guide-inner {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .fs-lp-wrapper .gift-guide-textbox {
    flex: 0 0 50%;
    width: 50%;
    padding: 60px 50px;
    min-height: 280px;
    justify-content: space-between;
  }

  .fs-lp-wrapper .gift-guide-img-wrap {
    flex: 0 0 50%;
    width: 50%;
    display: block;
  }

  .fs-lp-wrapper .gift-guide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 280px;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .fs-lp-wrapper .gift-guide-textbox {
    padding: 40px 25px;
  }

  .fs-lp-wrapper .gift-guide-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .fs-lp-wrapper .gift-guide-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .fs-lp-wrapper .gift-guide-link {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------
  15. ラインナップ（#lineup）セクション見出し
------------------------------------------------------------ */
.fs-lp-wrapper #lineup {
  padding: 80px 0;
  background-color: var(--fs-main);
}

/* ラインナップ商品一覧（product-item カード） */
.fs-lp-wrapper .lineup-section {
  padding: 60px 0;
  background-color: var(--fs-main);
}

.fs-lp-wrapper #strong-diff .section-heading,
.fs-lp-wrapper #material-diff .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.fs-lp-wrapper #strong-diff .section-title,
.fs-lp-wrapper #material-diff .section-title {
  margin-bottom: 10px;
  font-size: 28px; /* 両方のセクションタイトルのサイズを揃える */
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}

.fs-lp-wrapper #strong-diff .vertical-line,
.fs-lp-wrapper #material-diff .vertical-line {
  display: block;
  width: 1px;
  height: 80px; /* 高さを短くして */
  background-color: var(--fs-accent);
  margin: 8px auto 5px; /* 上下の余白をさらに詰める */
}

/* 削除：重複スタイル */

.fs-lp-wrapper .sub-heading {
  display: block;
  font-size: 20px; /* サイズをさらに大きく */
  margin-bottom: 0; /* 下マージンを削除 */
  color: var(--fs-sub);
}

.fs-lp-wrapper #quality-diff .title-line {
  width: 100px;
  height: 3px;
  background-color: var(--fs-accent);
  margin: 0 auto 25px;
}

.fs-lp-wrapper .capsule-heading {
  display: inline-block;
  background-color: var(--fs-accent);
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 50px; /* 完全な角丸（pill型） */
  font-size: 18px;
  line-height: 1.5;
  margin: 0 auto;
}

.fs-lp-wrapper .quality-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
  padding-bottom: 60px; /* 下部に余白を追加 */
}

.fs-lp-wrapper .quality-item {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
}

.fs-lp-wrapper .quality-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.fs-lp-wrapper .quality-title .number {
  color: var(--fs-accent);
  margin-right: 5px;
}

.fs-lp-wrapper .quality-img {
  margin-bottom: 15px;
  text-align: center;
}

.fs-lp-wrapper .quality-img img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.fs-lp-wrapper .quality-text {
  font-size: 14px;
  line-height: 1.7;
  text-align: left; /* テキストを左寄せに変更 */
}

/* 素材の違い（Material Diff）スタイル */
.fs-lp-wrapper .material-unit {
  margin-bottom: 80px;
}

.fs-lp-wrapper .material-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--fs-accent);
  margin-bottom: 30px;
  text-align: center;
}

.fs-lp-wrapper .material-heading::before,
.fs-lp-wrapper .material-heading::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--fs-accent);
}

.fs-lp-wrapper .material-heading::before {
  margin-right: 20px;
}

.fs-lp-wrapper .material-heading::after {
  margin-left: 20px;
}

.fs-lp-wrapper .material-intro {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fs-lp-wrapper .material-img {
  text-align: center;
  margin-bottom: 30px;
}

.fs-lp-wrapper .material-img img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.fs-lp-wrapper .material-desc {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.fs-lp-wrapper .material-desc p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.fs-lp-wrapper .material-note {
  font-size: 13px;
  color: #666;
  margin-top: 20px;
}

.fs-lp-wrapper .shaft-materials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.fs-lp-wrapper .shaft-item {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.fs-lp-wrapper .shaft-img {
  text-align: center;
  margin-bottom: 20px;
}

.fs-lp-wrapper .shaft-img img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

.fs-lp-wrapper .shaft-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  color: var(--fs-sub);
}

.fs-lp-wrapper .shaft-text {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.fs-lp-wrapper .highlight-text {
  color: #801a1a;
  font-weight: 700;
}

/* 品質と価格（Price Quality）スタイル */
.fs-lp-wrapper #price-quality .section-title {
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.fs-lp-wrapper #price-quality .title-line {
  width: 100px;
  height: 3px;
  background-color: var(--fs-accent);
  margin: 0 auto 25px;
}

.fs-lp-wrapper #price-quality .section-lead {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fs-lp-wrapper #price-quality .section-lead .sp-br br {
  line-height: 0.5;
}

.fs-lp-wrapper .price-comparison {
  margin-bottom: 40px;
}

.fs-lp-wrapper .comparison-table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  color: #f9f5ee;
}

.fs-lp-wrapper .comparison-table th,
.fs-lp-wrapper .comparison-table td {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.fs-lp-wrapper .comparison-table th {
  font-weight: 700;
  font-size: 18px;
}

.fs-lp-wrapper .comparison-table td {
  font-size: 16px;
}

.fs-lp-wrapper .comparison-table .label-cell {
  background-color: var(--fs-sub);
  text-align: left;
  font-weight: 700;
  width: 25%;
}

.fs-lp-wrapper .comparison-table .generic-cell {
  background-color: #333333;
  width: 37.5%;
}

.fs-lp-wrapper .comparison-table thead .generic-cell {
  background-color: #666666;
}

.fs-lp-wrapper .comparison-table .our-cell {
  background-color: #922121;
  width: 37.5%;
}

.fs-lp-wrapper .price-footer {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.fs-lp-wrapper .price-footer .sp-br br {
  line-height: 0.5;
}

/* ラインナップ商品一覧スタイル */
.fs-lp-wrapper .lineup-header {
  text-align: center;
  margin-bottom: 40px;
}

.fs-lp-wrapper .lineup-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--fs-sub);
}

.fs-lp-wrapper .lineup-subtitle {
  font-size: 16px;
  color: var(--fs-sub);
  margin-bottom: 0;
}

/* 関連商品（#related-items）見出しエリア */
.fs-lp-wrapper .related-items-header {
  text-align: center;
  margin-bottom: 40px;
}

.fs-lp-wrapper .related-items-title {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--fs-sub);
  margin-bottom: 0;
}

.fs-lp-wrapper .related-items-line {
  width: 100px;
  height: 3px;
  background-color: var(--fs-accent);
  margin: 10px auto 10px;
}

.fs-lp-wrapper .related-items-lead {
  font-size: 14px;
  color: var(--fs-sub);
  margin-bottom: 0;
}

/* 杖の長さ選びガイド（#length-guide） */
.fs-lp-wrapper #length-guide {
  padding: 80px 0;
  background-image: url("https://www.kissmylife.jp/renewal2023/images/category/tsue/tsue-top/length-chart-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fs-lp-wrapper .length-guide-title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--fs-sub);
  margin-bottom: 0;
}

.fs-lp-wrapper #length-guide .title-line {
  width: 100px;
  height: 3px;
  background-color: var(--fs-accent);
  margin: 10px auto 25px;
}

.fs-lp-wrapper .length-guide-subtxt {
  font-size: 14px;
  line-height: 1.8;
  color: var(--fs-sub);
  text-align: center;
  margin-bottom: 30px;
}

.fs-lp-wrapper .marker-brown {
  color: var(--fs-accent);
  font-weight: 700;
}

.fs-lp-wrapper .length-guide-note {
  font-size: 14px;
  line-height: 1.8;
  color: #801a1a;
  margin-bottom: 30px;
  text-align: center;
}

.fs-lp-wrapper .stick-calc {
  max-width: 400px;
  margin: 0 auto;
}

.fs-lp-wrapper .stick-calc-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}

.fs-lp-wrapper .stick-input-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.fs-lp-wrapper .stick-height {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--fs-sub);
  margin: 0;
  white-space: nowrap;
}

.fs-lp-wrapper .stick-input-wrap {
  text-align: center;
}

.fs-lp-wrapper .stick-number {
  width: 120px;
  padding: 10px 15px;
  font-size: 16px;
  text-align: center;
  border: 1px solid var(--fs-accent);
  border-radius: 4px;
  margin-right: 5px;
}

.fs-lp-wrapper .stick-number::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.fs-lp-wrapper .stick-number::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.fs-lp-wrapper .unit-style {
  font-size: 16px;
  color: var(--fs-sub);
}

.fs-lp-wrapper .stick-submit {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 12px 40px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--fs-accent);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.fs-lp-wrapper .stick-submit:hover {
  background-color: var(--fs-sub);
}

.fs-lp-wrapper .stick-result {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #801a1a;
  min-height: 1.5em;
  text-align: center;
}

/* 杖の使い方ガイド バナー */
.fs-lp-wrapper .length-guide-banner {
  display: block;
  margin-top: 50px;
  padding: 50px 20px 50px 10%;
  min-height: 200px;
  background: linear-gradient(to right, rgba(19, 30, 47, 0.65), rgba(19, 30, 47, 0)), url("https://www.kissmylife.jp/renewal2023/images/category/tsue/tsue-top/guide-bnr.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

.fs-lp-wrapper .length-guide-banner:hover {
  opacity: 0.95;
}

.fs-lp-wrapper .length-guide-banner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.fs-lp-wrapper .length-guide-banner__lead {
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
  max-width: 500px;
}

.fs-lp-wrapper .length-guide-banner__link {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

/* 各種サービス（#services） */
.fs-lp-wrapper .services-header {
  text-align: center;
  margin-bottom: 40px;
}

.fs-lp-wrapper .services-title {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--fs-sub);
  margin-bottom: 0;
}

.fs-lp-wrapper .services-line {
  width: 100px;
  height: 3px;
  background-color: var(--fs-accent);
  margin: 10px auto 10px;
}

.fs-lp-wrapper .services-lead {
  font-size: 14px;
  color: var(--fs-sub);
  margin-bottom: 0;
}

.fs-lp-wrapper .services-banners {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.fs-lp-wrapper .services-banner {
  display: block;
  padding: 35px 20px 35px 10%;
  min-height: 140px;
  background: linear-gradient(to right, rgba(19, 30, 47, 0.65), rgba(19, 30, 47, 0)), url("https://www.kissmylife.jp/renewal2023/images/category/tsue/tsue-top/service-bnr-01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.3s ease;
}

.fs-lp-wrapper .services-banner:nth-child(2) {
  background-image: linear-gradient(to right, rgba(19, 30, 47, 0.65), rgba(19, 30, 47, 0)), url("https://www.kissmylife.jp/renewal2023/images/category/tsue/tsue-top/service-bnr-02.jpg");
}

.fs-lp-wrapper .services-banner:hover {
  opacity: 0.95;
}

.fs-lp-wrapper .services-banner__title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.fs-lp-wrapper .services-banner__lead {
  font-size: 14px;
  line-height: 1.8;
  color: #ffffff;
  margin: 0;
  max-width: 500px;
}

@media screen and (min-width: 769px) {
  .fs-lp-wrapper .services-banners {
    flex-direction: row;
    gap: 20px;
  }

  .fs-lp-wrapper .services-banner {
    flex: 1;
    min-height: 150px;
    padding-left: 5%;
  }
}

/* コンセプト（#concept） */
.fs-lp-wrapper .concept-section {
  color: #ffffff;
  background-color: var(--fs-sub);
  background-image: linear-gradient(rgba(19, 30, 47, 0.42), rgba(19, 30, 47, 0.42)),
    url("https://www.kissmylife.jp/renewal2023/images/category/tsue/tsue-top/concept-bg.jpg");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.fs-lp-wrapper .concept-section__inner {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.fs-lp-wrapper .concept-section__title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(22px, 4.2vw, 30px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.65;
  letter-spacing: 0.06em;
  margin: 0 0 2.25rem;
  text-align: center;
}

.fs-lp-wrapper .concept-section__body {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: left;
}

.fs-lp-wrapper .concept-section__body p {
  margin: 0 0 1.5rem;
  text-align: left;
}

.fs-lp-wrapper .concept-section__body p:last-of-type {
  margin-bottom: 0;
}

/* 旧「ーー」区切りの代わり：第1段落の下に余白のみ */
.fs-lp-wrapper .concept-section__body > p:first-of-type {
  margin-bottom: 3.5rem;
}

.fs-lp-wrapper .concept-section__signoff {
  margin-top: 3rem;
  text-align: right;
}

.fs-lp-wrapper .concept-section__role {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #ffffff;
  margin: 0 0 1rem;
}

.fs-lp-wrapper .concept-section__signature {
  display: block;
  width: auto;
  max-width: min(240px, 70vw);
  height: auto;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .fs-lp-wrapper .concept-section__body {
    font-size: 16px;
  }

  .fs-lp-wrapper .concept-section__signoff {
    margin-top: 3.5rem;
  }
}

.fs-lp-wrapper .mincho {
  font-family: "Shippori Mincho", serif;
}

.fs-lp-wrapper .font-cormorant {
  font-family: "Shippori Mincho", serif; /* Cormorant未導入のためShippori Minchoで代替 */
}

/* LOOKBOOK スタイル（new-arrivals と同一構造） */
.fs-lp-wrapper .lookbook-title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.fs-lp-wrapper .lookbook-card{
  display: block;
  width: 95% !important;
}
/* .fs-lp-wrapper .lookbook-slider {
  margin: 0;
  padding: 0 10px;
} */

/* .fs-lp-wrapper .lookbook-card {
  padding: 0;
  margin-right: 15px;
} */

.fs-lp-wrapper .lookbook-img {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.fs-lp-wrapper .lookbook-img a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.fs-lp-wrapper .lookbook-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* LOOKBOOKのドットインジケータ */
.fs-lp-wrapper #lookbook .slick-dots {
  bottom: -30px;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.fs-lp-wrapper #lookbook .slick-dots li {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.fs-lp-wrapper #lookbook .slick-dots li button,
.fs-lp-wrapper #new-arrivals .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.fs-lp-wrapper #lookbook .slick-dots li button:before,
.fs-lp-wrapper #new-arrivals .slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s ease;
}

.fs-lp-wrapper #lookbook .slick-dots li.slick-active button:before,
.fs-lp-wrapper #new-arrivals .slick-dots li.slick-active button:before {
  background-color: #ffffff;
}

.fs-lp-wrapper .product-item {
  padding: 0;
  margin-right: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
  vertical-align: top;
}

/* PCでの表示設定 */
@media screen and (min-width: 768px) {
  .fs-lp-wrapper .lineup-section .product-item {
    width: calc((100% - 60px) / 5); /* 5列、15px×4の隙間 */
    margin-right: 15px;
    display: inline-block;
  }

  .fs-lp-wrapper .lineup-section .product-item:nth-child(5n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  /* スマホ表示時の基本スタイル */
  .fs-lp-wrapper .product-item {
    margin-bottom: 0;
  }
}

.fs-lp-wrapper .product-img {
  margin-bottom: 10px; /* 余白を少し縮小 */
  overflow: hidden;
  border-radius: 5px;
  max-width: 100%; /* カードサイズを小さく */
}

.fs-lp-wrapper .product-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
}

.fs-lp-wrapper .product-name {
  font-size: 14px; /* フォントサイズを小さく */
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--fs-sub);
  line-height: 1.4;
}

.fs-lp-wrapper .product-price {
  font-size: 14px; /* フォントサイズを小さく */
  font-weight: 700;
  color: var(--fs-sub);
  margin: 0;
}

.fs-lp-wrapper .tax-included {
  font-size: 12px;
  font-weight: normal;
}

.fs-lp-wrapper .arrow-group {
  display: none !important; /* PCでは矢印を非表示 */
}

@media screen and (max-width: 767px) {
  .fs-lp-wrapper .arrow-group {
    display: flex !important; /* スマホでのみ矢印を表示 */
    justify-content: center;
  }
}

/* ラインナップ（Lineup）スタイル */
.fs-lp-wrapper #lineup .section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.fs-lp-wrapper #lineup .title-line {
  width: 100px;
  height: 3px;
  background-color: var(--fs-accent);
  margin: 0 auto 40px;
}

/* ------------------------------------------------------------
  16. カテゴリナビスライダー（lineup-nav）
  折りたたみ杖・伸縮一本杖などのタブ切り替え
------------------------------------------------------------ */

/* コンテナ・外枠 */
.fs-lp-wrapper .lineup-nav-container {
  width: fit-content;
  max-width: 100%;
  height: 44px;
  margin: 0 auto;
  position: relative;
}

.fs-lp-wrapper .lineup-nav-outer {
  position: relative;
  height: 100%;
  padding: 4px 32px;
  border-radius: 999px;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow: hidden;
  width: fit-content;
  max-width: 100%;
}

.fs-lp-wrapper .lineup-nav-mask {
  height: 100%;
  overflow: hidden;
}

.fs-lp-wrapper .lineup-nav-mask::-webkit-scrollbar {
  display: none;
}

/* 前へ・次へボタン */
.fs-lp-wrapper .lineup-nav-outer .nav-prev,
.fs-lp-wrapper .lineup-nav-outer .nav-next {
  position: absolute;
  top: 4px;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--fs-sub);
  z-index: 2;
  opacity: 0.56;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.2s ease;
}

.fs-lp-wrapper .lineup-nav-outer .nav-prev:hover,
.fs-lp-wrapper .lineup-nav-outer .nav-next:hover {
  opacity: 0.8;
}

.fs-lp-wrapper .lineup-nav-outer .nav-prev {
  left: 4px;
}

.fs-lp-wrapper .lineup-nav-outer .nav-next {
  right: 4px;
}

/* 矢印（borderでくの字） */
.fs-lp-wrapper .lineup-nav-outer .nav-prev::before,
.fs-lp-wrapper .lineup-nav-outer .nav-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fs-lp-wrapper .lineup-nav-outer .nav-prev::before {
  transform: rotate(-135deg);
  margin-left: 2px;
}

.fs-lp-wrapper .lineup-nav-outer .nav-next::before {
  transform: rotate(45deg);
  margin-right: -2px;
}

/* スクロール端：非表示 */
.fs-lp-wrapper .lineup-nav-outer .nav-prev.disabled,
.fs-lp-wrapper .lineup-nav-outer .nav-next.disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* スライダー本体・タブアイテム */
.fs-lp-wrapper .lineup-nav-slider {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /* PCでは均等配置 */
  transition: transform 0.3s ease;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .fs-lp-wrapper .lineup-nav-slider {
    justify-content: flex-start; /* スマホでは左寄せ */
  }
}

.fs-lp-wrapper .lineup-nav-item {
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  width: auto;
  height: 100%;
  flex: 0 0 auto;
}

/* カテゴリタブリンク（lineup-link） */
.fs-lp-wrapper .lineup-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: var(--fs-sub);
  text-decoration: none;
  padding: 0 20px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.fs-lp-wrapper .lineup-link.active {
  color: #ffffff;
}

/* カテゴリタブのアクティブ時背景（カプセル形） */
.fs-lp-wrapper .lineup-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--fs-sub);
  border-radius: 50px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  z-index: -1;
}

.fs-lp-wrapper .lineup-link.active::before {
  opacity: 1;
  transform: scale(1);
}

/* モーダルのレスポンシブ対応 */
@media screen and (max-width: 767px) {
  .modal-content {
    width: calc(100% - 40px); /* 左右に20pxずつの余白を確保 */
    padding: 20px 15px; /* 上下左右の余白を調整 */
  }

  .modal-close {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }

  .close-icon {
    width: 14px;
    height: 14px;
  }

  .modal-title {
    font-size: 20px; /* スマホでのタイトルサイズをさらに大きく */
    margin-bottom: 15px;
  }

  .modal-text {
    font-size: 12px;
    margin-bottom: 18px;
    text-align: left; /* スマホでは左揃え */
    padding: 0; /* カード内の余白を削除 */
  }

  .modal-img {
    width: 70%; /* 画像サイズを小さく */
  }

  .modal-body {
    padding: 5px 5px; /* カード内の余白をさらに減らす */
  }

  .modal-item-heading {
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 14px; /* スマホでの見出しサイズ */
  }

  .modal-item {
    margin-bottom: 10px;
    line-height: 1.5; /* 行間をさらに減らす */
  }

  /* デザインと強度・素材 レスポンシブ */
  .fs-lp-wrapper #quality-diff {
    padding: 0;
  }

  .fs-lp-wrapper .quality-message {
    padding: 50px 0;
  }

  /* 強度の違い レスポンシブ */
  .fs-lp-wrapper #strong-diff {
    padding: 50px 0;
  }

  /* 素材の違い レスポンシブ */
  .fs-lp-wrapper #material-diff {
    padding: 50px 0;
  }

  /* 品質と価格 レスポンシブ */
  .fs-lp-wrapper #price-quality,
  .fs-lp-wrapper #lineup {
    padding: 50px 0;
  }

  .fs-lp-wrapper #price-quality .section-title,
  .fs-lp-wrapper #lineup .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .fs-lp-wrapper #price-quality .section-lead {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .fs-lp-wrapper .comparison-table th {
    font-size: 16px;
    padding: 12px 8px;
  }

  .fs-lp-wrapper .comparison-table td {
    font-size: 14px;
    padding: 10px 8px;
  }

  .fs-lp-wrapper .price-footer {
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.2;
  }

  /* ラインナップ レスポンシブ */
  .fs-lp-wrapper #lineup .title-line {
    margin-bottom: 30px;
  }

  /* ラインナップ商品一覧 レスポンシブ */
  .fs-lp-wrapper .lineup-section,
  .fs-lp-wrapper #lookbook {
    padding: 40px 0;
  }

  .fs-lp-wrapper .lineup-header {
    margin-bottom: 30px;
  }

  .fs-lp-wrapper .lineup-title,
  .fs-lp-wrapper .lookbook-title {
    font-size: 24px;
  }

  .fs-lp-wrapper .lineup-subtitle {
    font-size: 14px;
  }

  .fs-lp-wrapper .product-name {
    font-size: 14px;
  }

  .fs-lp-wrapper .product-price {
    font-size: 14px;
  }

  /* スマホ表示時の調整を削除（自動幅に変更したため） */

  .fs-lp-wrapper .message-title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .fs-lp-wrapper .message-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .fs-lp-wrapper .message-highlight {
    font-size: 24px; /* スマホでのフォントサイズも大きく */
    margin-bottom: 20px; /* 下の余白をさらに詰める */
    padding-bottom: 3px;
  }

  .fs-lp-wrapper #strong-diff .section-heading,
  .fs-lp-wrapper #material-diff .section-heading {
    margin-bottom: 40px;
  }

  .fs-lp-wrapper .sub-heading {
    font-size: 18px; /* スマホでもさらに大きく */
  }

  .fs-lp-wrapper #strong-diff .vertical-line,
  .fs-lp-wrapper #material-diff .vertical-line {
    height: 60px; /* スマホではさらに短く */
    margin: 6px auto 4px; /* スマホでもさらに余白を詰める */
  }

  .fs-lp-wrapper #strong-diff .section-title,
  .fs-lp-wrapper #material-diff .section-title {
    font-size: 24px;
  }

  .fs-lp-wrapper .capsule-heading {
    padding: 10px 25px;
    font-size: 16px;
  }

  .fs-lp-wrapper .quality-item {
    width: 50%; /* スマホでは2列表示 */
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .fs-lp-wrapper .quality-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .fs-lp-wrapper .quality-text {
    font-size: 13px;
  }

  /* 素材の違い レスポンシブ */
  .fs-lp-wrapper .material-unit {
    margin-bottom: 60px;
  }

  .fs-lp-wrapper .material-heading {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .fs-lp-wrapper .material-heading::before {
    margin-right: 15px;
  }

  .fs-lp-wrapper .material-heading::after {
    margin-left: 15px;
  }

  .fs-lp-wrapper .material-intro {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .fs-lp-wrapper .material-desc p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .fs-lp-wrapper .shaft-item {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .fs-lp-wrapper .shaft-title {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .fs-lp-wrapper .shaft-text {
    font-size: 13px;
  }
}
/*260317*/

/* ------------------------------------------------------------
  17. 商品スライダー（lineup-slider）
  各カテゴリの商品一覧スライダー
------------------------------------------------------------ */

/* スライダーコンテナ */
.fs-lp-wrapper .lineup-slider-container {
  overflow: hidden;
  position: relative;
  padding: 0 0 60px; /* 下部に＜＞ボタン用の余白（overflowで隠れないように） */
}

.fs-lp-wrapper .lineup-slider {
  margin: 0;
}

/* PCでの5列表示を強制 */
.fs-lp-wrapper .lineup-slider:not(.slick-initialized) .product-item {
  font-size: 14px; /* フォントサイズを戻す */
}

/* PC: lineup-slider（Slick未使用時）のflexレイアウト対応 */
@media screen and (min-width: 768px) {
  .fs-lp-wrapper .lineup-slider:not(.slick-initialized) .product-item-link {
    width: calc((100% - 60px) / 5);
    margin-right: 15px;
    margin-bottom: 30px;
    flex-shrink: 0;
  }

  .fs-lp-wrapper .lineup-slider:not(.slick-initialized) .product-item-link:nth-child(5n) {
    margin-right: 0;
  }

  .fs-lp-wrapper .lineup-slider:not(.slick-initialized) .product-item-link .product-item {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .fs-lp-wrapper .lineup-section .lineup-slider {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .fs-lp-wrapper .lineup-slider:not(.slick-initialized) {
    display: block;
  }
}





/* ラインナップスライダー レスポンシブ */
@media screen and (max-width: 767px) {
  .fs-lp-wrapper .lineup-nav-container,
  .fs-lp-wrapper .lineup-nav-outer {
    width: 100%;
    max-width: 100%;
  }

  .fs-lp-wrapper .lineup-link {
    padding: 0 15px;
    font-size: 14px;
  }
}

/* ------------------------------------------------------------
  18. futureshop任意表示パーツ
  商品カード・矢印ナビゲーションのカスタマイズ
------------------------------------------------------------ */

/* スライダーコンテナ */
.fs-lp-wrapper .lineup-section .fs-c-productListCarousel,
.fs-lp-wrapper .lineup-section .fs-c-productList {
  overflow: hidden;
  position: relative;
  padding: 0 0 60px; /* 下部に矢印用余白 */
}

/* スライダーリスト：左端揃え */
.fs-lp-wrapper .lineup-section .fs-c-productListCarousel__list,
.fs-lp-wrapper .lineup-section .fs-c-productList__list {
  padding-left: 0 !important;
  margin-left: 0;
}

/* fs-c-slick（Slick使用時）：スライド間の隙間（float: left のため margin-right） */
.fs-lp-wrapper .lineup-section .fs-c-slick .slick-slide {
  margin-right: 15px !important;
}

.fs-lp-wrapper .lineup-section .fs-c-slick .slick-slide:last-child {
  margin-right: 0 !important;
}

/* lineup-sliderのみ：inline style（280px）を220pxに上書き */
.fs-lp-wrapper .lineup-slider .slick-slide,
.fs-lp-wrapper .lineup-slider .fs-c-slick .slick-slide {
  width: 220px !important;
  min-width: 220px !important;
}

/* スライド・カード幅を統一・左右の隙間（現デザイン：5列、15px隙間） */
.fs-lp-wrapper .lineup-section .fs-c-productListCarousel__list__item,
.fs-lp-wrapper .lineup-section .fs-c-productList__list__item {
  margin: 0 15px 0 0 !important; /* カード右の隙間 */
  padding: 0;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  height: auto;
  background: transparent;
  flex-shrink: 0;
  min-width: 0;
}

.fs-lp-wrapper .lineup-section .fs-c-productListCarousel__list__item:last-child,
.fs-lp-wrapper .lineup-section .fs-c-productList__list__item:last-child {
  margin-right: 0 !important;
}

/* PC：5列でカード幅を統一（futureshopデフォルトを上書き） */
@media screen and (min-width: 768px) {
  .fs-lp-wrapper .lineup-section .fs-c-productListCarousel__list__item,
  .fs-lp-wrapper .lineup-section .fs-c-productList__list__item {
    width: calc((100% - 60px) / 5) !important; /* 5列、15px×4の隙間 */
    min-width: calc((100% - 60px) / 5) !important;
  }

  /* lineup-sliderのみ：PCもスマホと同じ220px */
  .fs-lp-wrapper .lineup-slider .fs-c-productListCarousel__list__item,
  .fs-lp-wrapper .lineup-slider .fs-c-productList__list__item {
    width: 220px !important;
    min-width: 220px !important;
  }
}

/* スマホ：カード幅を統一（futureshopデフォルトを上書き） */
@media screen and (max-width: 767px) {
  .fs-lp-wrapper .lineup-section .fs-c-productListCarousel__list__item,
  .fs-lp-wrapper .lineup-section .fs-c-productList__list__item {
    width: 220px !important; /* 固定幅で統一 */
    min-width: 220px !important;
  }
}

/* 画像コンテナ（カード幅に合わせて統一） */
.lineup-section .fs-c-productListItem__imageContainer {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.lineup-section .fs-c-productListItem__imageContainer img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  display: block;
}

/* 商品名（現デザイン：product-name に合わせる） */
.lineup-section .fs-c-productListItem__productName {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.4;
}

.lineup-section .fs-c-productName__name {
  color: var(--fs-sub);
  text-decoration: none;
}
.lineup-section h2.fs-c-productListItem__productName {
  font-family: inherit;
}
.lineup-section .fs-c-productMarks {
  display: none;
}
/* 商品タグ（NEW!やLUXEなど）の余白調整 */
.lineup-section .fs-c-productMarks {
  margin-bottom: 8px;
}

.lineup-section .fs-c-productMark__item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}

/* 価格エリア（現デザイン：product-price に合わせる） */
.lineup-section .fs-c-productListItem__prices {
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--fs-sub);
  margin-bottom: 0;
}

.lineup-section .fs-c-productListItem__prices .fs-c-price__tax {
  font-size: 12px;
  font-weight: normal;
}

/* お気に入りボタン周り */
.lineup-section .fs-c-productListItem__control {
  margin-top: 10px;
}

/* 矢印ナビゲーション（前へ・次へボタン） */

/* PC用 */
.lineup-section .fs-c-productListCarousel {
  padding-bottom: 60px !important;
  position: relative !important;
}

/* ボタンの外枠（位置調整） */
.lineup-section .fs-c-productListCarousel__ctrl {
  position: absolute !important;
  bottom: 0 !important;
  top: auto !important;
  z-index: 10 !important;
  margin: 0 !important;
  transform: none !important;
}

/* 左矢印（前へ）の枠位置 */
.lineup-section .fs-c-productListCarousel__ctrl--prev {
  left: auto !important;
  right: 70px !important;
}

/* 右矢印（次へ）の枠位置 */
.lineup-section .fs-c-productListCarousel__ctrl--next {
  right: 10px !important;
}

/* 丸いボタン本体のデザイン */
.lineup-section .fs-c-button--carousel {
  display: block !important;
  width: 50px !important;
  height: 50px !important;
  background-color: var(--fs-btn-bg) !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: transparent !important; 
  font-size: 0 !important;
}

/* 「前へ」「次へ」のテキストを非表示にする */
.lineup-section .fs-c-button__label {
  display: none !important;
}

/* デフォルトの矢印アイコン（もしあれば）を非表示に */
.lineup-section .fs-c-button--carousel::before {
  display: none !important;
  content: none !important;
}

/* カスタム矢印（＞と＜）を擬似要素で描画 */
.lineup-section .fs-c-button--carousel::after {
  content: "" !important;
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  border-top: 3px solid var(--fs-sub) !important;
  border-right: 3px solid var(--fs-sub) !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  border-radius: 2px !important; /* 角丸 */
}

/* 左矢印（前へ）の向き調整 */
.lineup-section .fs-c-button--carousel--prev::after {
  transform: translate(-35%, -50%) rotate(-135deg) !important;
}

/* 右矢印（次へ）の向き調整 */
.lineup-section .fs-c-button--carousel--next::after {
  transform: translate(-65%, -50%) rotate(45deg) !important;
}

/* スライダーの端に到達した時（無効時）のスタイル */
.lineup-section .fs-c-button--carousel[disabled]::after {
  opacity: 0.3 !important;
}


/* スマホ用（767px以下） */
@media screen and (max-width: 767px) {
  .lineup-section .fs-c-productListCarousel {
    padding-bottom: 50px !important;
  }

  /* 丸いボタン本体のサイズを縮小 */
  .lineup-section .fs-c-button--carousel {
    width: 40px !important;
    height: 40px !important;
  }

  /* 左矢印（前へ）の位置を微調整（右矢印に寄せる） */
  .lineup-section .fs-c-productListCarousel__ctrl--prev {
    right: 60px !important;
  }

  /* カスタム矢印（＞と＜）のサイズと線の太さを縮小 */
  .lineup-section .fs-c-button--carousel::after {
    width: 10px !important;
    height: 10px !important;
    border-width: 2.5px !important;
    border-radius: 1.5px !important;
  }
}
/* ------------------------------------------------------------
  19. ポップアップ（#popup）
  画面下部のバナー表示
------------------------------------------------------------ */
#popup.popup-overlay {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 20px;
  pointer-events: none;
}

#popup.popup-overlay .popup-content {
  position: relative;
  max-width: 280px;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(15px);
  visibility: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
}

#popup.popup-overlay.is-active .popup-content {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

#popup .popup-link {
  display: block;
  line-height: 0;
}

#popup .popup-link img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#popup .popup-close {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: var(--fs-btn-bg);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: opacity 0.2s;
}

#popup .popup-close:hover {
  opacity: 0.85;
}

#popup .popup-close-icon {
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
}

#popup .popup-close-icon::before,
#popup .popup-close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: var(--fs-sub);
  transform: translate(-50%, -50%) rotate(45deg);
}

#popup .popup-close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* スマホ：最大130px */
@media (max-width: 768px) {
  #popup.popup-overlay {
    bottom: 60px;
    padding: 0 5px;
    align-items: flex-end;
    justify-content: flex-start;
  }

  #popup.popup-overlay .popup-content {
    max-width: 130px;
  }

  #popup .popup-close {
    width: 24px;
    height: 24px;
    top: -5px;
    right: -5px;
  }

  #popup .popup-close-icon::before,
  #popup .popup-close-icon::after {
    width: 10px;
  }
}