/* =========================================
   anniversary LP
========================================= */

@charset "UTF-8";

/* =================================================_
   01. 共通変数・ベース設定
   ================================================= */
.anniversary-cp-lp {
  --ink: #2c2c31;
  --muted: #6f6f73;
  --line: #d8d8d8;
  --paper: #f8f7f2;
  --white: #fff;
  --max: 1100px;
  
  width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}

.anniversary-cp-lp *,
.anniversary-cp-lp *::before,
.anniversary-cp-lp *::after {
  box-sizing: border-box;
}

.anniversary-cp-lp img {
  display: block;
  width: 100%;
  height: auto;
}

.anniversary-cp-lp a {
  color: inherit;
  text-decoration: none;
}

.anniversary-cp-lp .container {
  width: 100%;
  max-width: var(--max);
  padding-inline: 20px;
  margin-inline: auto;
}

.anniversary-cp-lp .section {
  padding: 80px 0;
}

.anniversary-cp-lp .section-head {
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}

.anniversary-cp-lp .section-kicker,
.anniversary-cp-lp .eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
}

.anniversary-cp-lp h1,
.anniversary-cp-lp h2,
.anniversary-cp-lp h3,
.anniversary-cp-lp p {
  margin: 0 0 16px;
}

.anniversary-cp-lp h1 {
  font-size: clamp(26px, 3.8vw, 48px);
  line-height: 1.3;
}

.anniversary-cp-lp h2 {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.3;
}

.anniversary-cp-lp h3 {
  font-size: clamp(20px, 2.8vw, 28px);
  line-height: 1.3;
}

.anniversary-cp-lp .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--ink);
  transition: transform .2s ease, background-color .2s ease;
  
  /* デフォルト（親のbtn）は左寄せにするため、余計なマージンやdisplayを削除 */
  width: auto; 
  margin: 0; 
}

.anniversary-cp-lp .btn:hover {
  transform: translateY(-2px);
}

.anniversary-cp-lp .btn--dark {
  color: #fff;
  background: var(--ink);
}

/* ★中央揃えにしたい子（outline）だけに適用するスタイル */
.anniversary-cp-lp .btn--outline {
  color: #fff;
  background: var(--ink);
  display: flex;          /* 中央寄せにするためにflexへ */
  width: fit-content;     /* 文字幅に合わせる */
  margin-left: auto;      /* 左右のautoで中央へ配置 */
  margin-right: auto;
}

/* =================================================_
   02. ヒーローセクション（ロゴ左上固定 ＆ メイン中央揃え）
   ================================================= */
.anniversary-cp-lp .hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 85% 15%, rgba(255,255,255,.95), transparent 50%), linear-gradient(180deg, #fbfaf6 0%, #f7f5ef 100%);
  text-align: left;
}

.anniversary-cp-lp .hero__inner {
  position: relative;
  z-index: 2;
  padding: 80px 20px 80px; /* ロゴのスペースを考慮して上部パディングを少し広げています */
  max-width: 1100px;
  margin: 0 auto;
}

/* 1. 「GARAGE anniversary」を左上に絶対配置で固定する */
.anniversary-cp-lp .hero__brand {
  position: absolute;
  top: 30px;
  left: 30px;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  z-index: 10;
}

/* 「GARAGE」の部分 */
.anniversary-cp-lp .hero__brand .brand-main {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: var(--ink, #222);
  line-height: 1;
}

/* 「anniversary」の部分 */
.anniversary-cp-lp .hero__brand .brand-sub {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* 影を追加: X軸 Y軸 ぼかし 色(黒の半透明) */
}

/* 2. 「27th」以下のメインコンテンツ全体を中央揃えにする */
.anniversary-cp-lp .hero__grid {
  display: flex;
  flex-direction: column;
  align-items: center;     /* 中身を中央に寄せる */
  justify-content: center;
  width: 100%;
  margin-top: 20px;        /* ロゴと重ならないように少し下げる */
}

.anniversary-cp-lp .hero__copy {
  width: 100%;
  max-width: 600px;        /* 広がりすぎないように最大幅を制限して綺麗に中央に見せる */
  margin: 0 auto;
  text-align: center;      /* テキストを中央揃え */
}

.anniversary-cp-lp .hero__number {
  display: flex;
  align-items: flex-end;
  justify-content: center; /* 数字を中央寄せ */
  margin: -4px 0 0;
  line-height: .85;
}

.anniversary-cp-lp .hero__number-main {
  font-size: clamp(100px, 14vw, 200px);
  font-weight: 1000;
  letter-spacing: -.08em;
  color: transparent;
  background: linear-gradient(135deg, #0da0db 0%, #045caf 18%, #ee1688 38%, #ff8329 53%, #ffd600 69%, #61ca1f 84%, #078e62 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.anniversary-cp-lp .hero__number-th {
  margin: 0 0 8px 6px;
  font-size: clamp(30px, 4vw, 60px);
  font-weight: 900;
  color: transparent;
  background: linear-gradient(135deg, #ff7b24, #ed1f8c);
  -webkit-background-clip: text;
  background-clip: text;
}

.anniversary-cp-lp .hero__offer {
  display: flex;
  justify-content: center; /* 金額を中央寄せ */
  align-items: baseline;
  gap: 8px;
  margin: 18px 0 2px;
}

.anniversary-cp-lp .hero__offer-value {
  font-size: clamp(44px, 6vw, 80px);
  font-weight: 900;
  letter-spacing: 0em;
  color: transparent;
  background: linear-gradient(110deg, #ff8b19, #ff3366 45%, #337dd8);
  -webkit-background-clip: text;
  background-clip: text;
}

.anniversary-cp-lp .hero__offer-unit {
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 900;
}

.anniversary-cp-lp .hero__condition {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 14px;
}

.anniversary-cp-lp .hero__period {
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .05em;
}

/* クーポン情報のバッジボックス */
.anniversary-cp-lp .hero__badge-box {
  background: #ffffff;
  border: 2px solid var(--ink);
  padding: 20px 24px;
  margin: 20px auto 24px; /* autoで中央配置 */
  box-shadow: 4px 4px 0px var(--ink);
  max-width: 480px;
  text-align: center;
}

.anniversary-cp-lp .hero__badge-box .hero__offer {
  margin: 0 0 4px;
}

.anniversary-cp-lp .hero__badge-box .hero__condition {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 6px;
}

.anniversary-cp-lp .hero__badge-box .hero__period {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  margin: 0;
  letter-spacing: .02em;
}

.anniversary-cp-lp .hero__badge-box .hero__period span {
  color: #ff3366;
  margin: 0 4px;
}

/* ボタンも中央揃えにするための調整 */
.anniversary-cp-lp .hero__copy .btn {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 水彩パーツ共通の基本設定 */
.anniversary-cp-lp .hero__watercolor {
  position: absolute;
  z-index: 1;
  pointer-events: none; /* クリックを邪魔しないようにする */
  opacity: 0.55;        /* バナーのように馴染むよう、お好みで0.4?0.7程度に調整してください */
  mix-blend-mode: multiply; /* 写真や背景と自然に馴染ませる合成モード */
}

.anniversary-cp-lp .hero__watercolor img {
  display: block;
  width: 100%;
  height: auto;
}

/* 各位置ごとの配置・サイズ調整（右上や左下などの余白へ散りばめる） */
.anniversary-cp-lp .hero__watercolor--tl {
  top: -40px;
  left: -50px;
  width: 400px;
  transform: rotate(-15deg);
}

.anniversary-cp-lp .hero__watercolor--tr1 {
  top: -40px;
  right: -60px;
  width: 500px;
  transform: rotate(25deg);
}

.anniversary-cp-lp .hero__watercolor--tr2 {
  top: -30px;
  right: 150px;
  width: 4200px;
  transform: rotate(25deg);
}


.anniversary-cp-lp .hero__watercolor--bl {
  bottom: -40px;
  left: 10%;
  width: 500px;
  transform: rotate(10deg);
}

.anniversary-cp-lp .hero__watercolor--br {
  bottom: -50px;
  right: -30px;
  width: 500px;
  transform: rotate(-20deg);
}

/* =================================================_
   03. メッセージ・タイムラインセクション
   ================================================= */
.anniversary-cp-lp .message {
  background: #fff;
  text-align: center;
}

.anniversary-cp-lp .message .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.anniversary-cp-lp .timeline {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 20px auto 32px;
  font-size: 26px;
  font-weight: 800;
}

.anniversary-cp-lp .timeline__line {
  position: relative;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #26a9dc, #7ac943, #ffd21d, #ff7338, #e6298d, #525bc5);
}

/* カタログ自動スクロールの外枠 */
.anniversary-cp-lp .catalog-ticker {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
  /* 左右の端をうっすらフェードアウトさせる演出 */
  -webkit-mask-image: linear-gradient(90deg, transparent, #fff 15%, #fff 85%, transparent);
  mask-image: linear-gradient(90deg, transparent, #fff 15%, #fff 85%, transparent);
}

/* 横一列に並べて無限アニメーションさせるトラック */
.anniversary-cp-lp .catalog-ticker__track {
  display: flex;
  width: max-content;
  animation: scrollCatalogs 80s linear infinite; /* 80秒で1周（スピードは秒数で調整可能） */
}

/* マウスホバー時にスクロースを一時停止させたい場合 */
.anniversary-cp-lp .catalog-ticker:hover .catalog-ticker__track {
  animation-play-state: paused;
}

/* 既存のリストスタイルを横並び用に上書き調整 */
.anniversary-cp-lp .catalog-ticker .list_catalog {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent !important;
}

.anniversary-cp-lp .catalog-ticker .list_catalog li {
  flex-shrink: 0;
  width: 90px; /* 必要に応じて調整 */
  text-align: center;
  margin-right: 15px; /* リスト間の余白 */
}

/* 無限ループのアニメーション定義 */
@keyframes scrollCatalogs {
  0% {
    transform: translateX(0);
  }
  100% {
    /* まったく同じセットを2つ並べているため、半分(-50%)移動した瞬間に最初の位置に戻る */
    transform: translateX(-50%);
  }
}





/* =================================================_
   04. ギフト・クーポンセクション
   ================================================= */
.anniversary-cp-lp .gift {
  background: #f8f7f2;
}

/* ★大元のflexを強制解除し、中身を縦並びにする */
.anniversary-cp-lp .gift .container {
  display: block !important;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}

.anniversary-cp-lp .coupon {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 40px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(#fff,#fff) padding-box, linear-gradient(110deg, #48b7db, #82c63f, #ffd21c, #ff773b, #e22d8d, #525bc4) border-box;
  border: 3px solid transparent;
  box-shadow: 0 14px 50px rgba(0,0,0,.06);
}

.anniversary-cp-lp .coupon__label {
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .18em;
}

.anniversary-cp-lp .coupon__value {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}

.anniversary-cp-lp .coupon__value strong {
  font-size: clamp(60px, 10vw, 110px);
  line-height: 1.5;
  letter-spacing: 0em;
  color: transparent;
  background: linear-gradient(110deg, #ff8e18, #ef2d8d 45%, #1b9ed0 82%);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  padding: 0 6px; 
  overflow: visible;
  -webkit-text-stroke: 0.5px transparent;
}

.anniversary-cp-lp .coupon__value span {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 900;
}

.anniversary-cp-lp .coupon__condition {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.anniversary-cp-lp .coupon__period {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
}

/* =================================================_
   05. クーポンのもらい方（Howto）セクション
   ================================================= */
.anniversary-cp-lp .howto {
  background: #fff;
  padding: 60px 0; /* スマホ・PC共通の上下余白（必要に応じて調整してください） */
}

/* スマホ版（デフォルト）：縦並び（1カラム）のレイアウト */
.anniversary-cp-lp .howto .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 【左側】見出しエリアの調整 */
.anniversary-cp-lp .howto .section-head {
  max-width: 100%;
  text-align: left; /* スマホでは左寄せが見やすいため */
  margin: 0;
}

.anniversary-cp-lp .howto .text {
  font-size: 16px;
  line-height: 1.4;
}

/* 【右側】カードや注釈が含まれるコンテンツ全体のラッパー */
.anniversary-cp-lp .howto .details-content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* 2つのカードを並べるグリッド（スマホでは縦積み） */
.anniversary-cp-lp .routes {
  display: grid;
  grid-template-columns: 1fr; /* スマホは1列 */
  gap: 20px;
  width: 100%;
}

.anniversary-cp-lp .route {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid #d7d7d7;
  background: #fff;
}

.anniversary-cp-lp .route__badge {
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 10px;
  border: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.anniversary-cp-lp .route__flow {
  display: grid;
  justify-items: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 14px;
}

.anniversary-cp-lp .route__flow i {
  width: 2px;
  height: 20px;
  margin: 4px 0;
  background: currentColor;
  opacity: .3;
}

/* 下段に配置する「面倒な受取り手続きは不要」のボックス */
.anniversary-cp-lp .easy-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 20px;
  padding: 16px 20px;
  background: var(--paper);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}


/* =================================================_
   PC版（画面幅901px以上）のときだけ適用するスタイル
   ================================================= */
@media (min-width: 901px) {
  .anniversary-cp-lp .howto {
    padding: 80px 0;
  }

  /* セクション全体のコンテナを「左右2カラム」にする */
  .anniversary-cp-lp .howto .container {
    display: grid;
    grid-template-columns: 400px 1fr; /* 左側400px固定、右側残りすべて */
    gap: 40px;
    align-items: start;
    padding: 0 20px;
  }

  /* 【左側】見出しエリアの微調整 */
  .anniversary-cp-lp .howto .section-head {
    text-align: center !important; /* 強制的に中央揃えにする */
    margin-left: auto;
    margin-right: auto;
  }

  .anniversary-cp-lp .howto .text {
    font-size: 18px;
    line-height: 1.3;
  }

  /* 【右側】コンテンツ全体の幅を制限して整える */
  .anniversary-cp-lp .howto .details-content-wrap {
    max-width: 600px;
  }

  /* カードを2カラム（横並び）に戻す */
  .anniversary-cp-lp .routes {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .anniversary-cp-lp .route {
    padding: 32px;
  }

  .anniversary-cp-lp .easy-note {
    margin-top: 24px;
    padding: 20px 24px;
    font-size: 14px;
  }
}

/* =================================================_
   06. 詳細情報（注意事項・概要）セクション
   ================================================= */
.anniversary-cp-lp .details {
  background: #faf9f6;
  padding: 80px 20px; /* 上下の余白（必要に応じて調整してください） */
}

/* 大元のflexの影響をこのセクションのcontainerだけ完全に解除する */
.anniversary-cp-lp .details .container {
  display: block !important;
  max-width: 800px; /* 広がりすぎないように適度な幅に制限 */
  margin: 0 auto;
}

/* 見出し（タイトル）を左寄せに固定 */
.anniversary-cp-lp .details .section-head {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 100%;
}

/* 右側（コンテンツ全体）を縦並びにするためのラッパー */
.anniversary-cp-lp .details-content-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* 詳細リストの本体 */
.anniversary-cp-lp .detail-list {
  margin: 0;
  border-top: 1px solid var(--ink);
  width: 100%;
}

.anniversary-cp-lp .detail-list > div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.anniversary-cp-lp .detail-list dt {
  font-weight: 800;
}

.anniversary-cp-lp .detail-list dd {
  margin: 0;
}

/* 注意書き（リストの下に綺麗に配置） */
.anniversary-cp-lp .notes {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
  width: 100%;
}

/* スマホ版の調整（必要に応じて） */
@media (max-width: 768px) {
  .anniversary-cp-lp .detail-list > div {
    grid-template-columns: 1fr; /* スマホではdtとddを縦並びにする場合 */
    gap: 8px;
  }
}

/* =================================================_
   ショッピングセクション全体の雰囲気統一
   ================================================= */
.anniversary-cp-lp .shopping {
  position: relative;
  padding-bottom: 120px; /* 【追加】セクションの一番下にしっかりとした余白を追加 */
}

/* コンテナの調整（PC時は左右にタイトルとアンカーリンクを配置） */
.anniversary-cp-lp .shopping__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

/* 最上部：タイトルエリア */
.anniversary-cp-lp .shopping__head {
  text-align: center;
  max-width: 45%;
  margin: 0;
}

.anniversary-cp-lp .shopping__head .section-desc {
  margin-top: 16px;
}


/* =================================================_
   右上：ナビゲーション（アンカーリンクボタン）の調整
   ================================================= */
.anniversary-cp-lp .shopping__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  max-width: 50%;
  flex-wrap: wrap;
  justify-content: flex-end; /* 右寄せできれいに配置 */
}

/* 各リンクのデザイン（きれいに整え） */
.anniversary-cp-lp .nav-link {
  display: inline-block;
  background: #D04D43; /* 赤い背景色 */ 
  color: #fff;         /* 白い文字色 */ 
  padding: 10px 18px;   /* すっきりしたボタンサイズに調整 */
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;    /* 角丸 */
  transition: background 0.3s;
  text-align: center;
}

.anniversary-cp-lp .nav-link:hover {
  background: #b53d34; /* ホバー時の色（少し濃く） */
}


/* =================================================_
   下部：カテゴリブロック ＆ ランキングカード
   ================================================= */
.anniversary-cp-lp .shopping__content {
  display: flex;
  flex-direction: column;
  gap: 80px; 
  max-width: 1100px;  
  margin: 0 auto;     
  padding: 0 20px;    
}

/* カテゴリごとの見出し */
.anniversary-cp-lp .category-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink, #333);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 2px solid #eae5db; 
}

.anniversary-cp-lp .category-title::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #D04D43;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.8;
}

/* PC版：TOP3のカードを横並び（3カラム） */
.anniversary-cp-lp .ranking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 24px; 
}

/* ランキングカードのデザイン（全体をリンク化するため position: relative を追加） */
.anniversary-cp-lp .ranking-card {
  position: relative; /* カード全体をリンクにするための基準 */
  background: #ffffff;
  border: 1px solid #eae5db;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.anniversary-cp-lp .ranking-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(208, 77, 67, 0.15);
}

/* 1. 商品画像エリア */
.anniversary-cp-lp .ranking-img {
  width: 100%;
  aspect-ratio: 1 / 1; /* 【変更】4/3 から 1/1（正方形）に変更 */
  background: #f8f6f0;
  overflow: hidden;
  position: relative;
}

.anniversary-cp-lp .ranking-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* 【変更】contain から cover にして枠を綺麗に埋める */
  object-position: center; /* 【追加】画像の中央を基準にトリミングする */
}

/* 順位バッジ */
.anniversary-cp-lp .ranking-num {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #D04D43; 
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 2; /* バッジがリンクの下に隠れないように */
}

/* 2. テキスト・価格エリア */
.anniversary-cp-lp .ranking-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.anniversary-cp-lp .ranking-price {
  font-size: 20px; 
  font-weight: 700;
  color: #ff3366;
  margin: 0 0 10px;
  line-height: 1;
}
.anniversary-cp-lp .ranking-price .tax-include {
  font-size: 12px;
  color: #999;
}
.anniversary-cp-lp .ranking-name {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--ink, #333);
  line-height: 1.5;
  flex-grow: 1;
}

/* 「商品はこちら →」のリンク（カード全体をリンク化するため親要素に重ねる） */
.anniversary-cp-lp .item-link {
  font-size: 14px;
  font-weight: 700;
  color: #D04D43; /* ブランドカラーの赤に合わせる */
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

/* 【重要】カード全体を「商品はこちら」のリンクで覆うためのCSSマジック */
.anniversary-cp-lp .item-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}



/* =================================================_
   08. クロージング（フッター手前のまとめ）セクション
   ================================================= */
.anniversary-cp-lp .closing {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #f7f5ef;
}

.anniversary-cp-lp .closing__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center; /* 垂直方向の中央揃え */
  justify-content: space-between;
  gap: 40px;
}

.anniversary-cp-lp .closing__27 {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: -1;
  font-size: clamp(180px, 25vw, 360px);
  font-weight: 900;
  line-height: .7;
  letter-spacing: -.08em;
  color: rgba(255,255,255,.75);
  transform: translate(-50%, -50%);
  user-select: none;
}

/* 左側のメッセージ */
.anniversary-cp-lp .closing__title {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  text-align: left;
  flex: 0 0 auto; /* 幅をテキスト分に固定 */
}

/* 右側の2要素をまとめるラッパー（ここを縦並びにする） */
.anniversary-cp-lp .closing-content-wrap {
  display: flex;
  flex-direction: column; /* 縦並びにする */
  align-items: flex-start;  /* 左揃え（または center で中央揃え） */
  gap: 16px;              /* 文章とボタンの間隔 */
  flex: 1;
  max-width: 500px;       /* 広がりすぎないように調整 */
}

.anniversary-cp-lp .closing-content-wrap p {
  margin: 0;
  text-align: center;
}
/* =================================================_
   09. レスポンシブ対応（メディアクエリ）
   ================================================= */
@media (max-width: 900px) {
  .anniversary-cp-lp .section {
    padding: 60px 0;
  }
  .anniversary-cp-lp .routes,
  .anniversary-cp-lp .category-grid {
    grid-template-columns: 1fr;
  }

  /* ★追加：スマホ表示のときにクロージングセクションを縦積みにする */
  .anniversary-cp-lp .closing__inner {
    flex-direction: column; /* 左右並びから縦並びに変更 */
    align-items: center;    /* 中央揃えにする場合 */
    text-align: center;     /* テキストも中央に寄せる */
    gap: 32px;
  }

  /* 左側のタイトルもスマホでは中央または幅いっぱいに */
  .anniversary-cp-lp .closing__title {
    text-align: center;
    width: 100%;
  }

  /* 右側のラッパーもスマホでは中央揃えに */
  .anniversary-cp-lp .closing-content-wrap {
    align-items: center; /* ボタンなどを中央に寄せる */
    width: 100%;
    max-width: 100%;
  }

  .anniversary-cp-lp .closing-content-wrap p {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .anniversary-cp-lp .section {
    padding: 48px 0;
  }
  .anniversary-cp-lp .coupon {
    padding: 40px 20px;
  }
  .anniversary-cp-lp .detail-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 16px 0;
  }
}

@media (max-width: 900px) {
  /* スマホではカタログの幅を少しコンパクトにする場合 */
  .anniversary-cp-lp .catalog-ticker .list_catalog li {
    width: 75px; /* PC版の90pxから少し小さく調整 */
    margin-right: 10px;
  }
  
  /* スマホだと画面幅が狭いため、アニメーションを少しゆっくり（秒数を大きく）すると見やすくなります */
  .anniversary-cp-lp .catalog-ticker__track {
    animation-duration: 80s; /* 80秒に調整 */
  }

  .anniversary-cp-lp .hero__badge-box {
    padding: 16px;
    max-width: 100%;
  }

  .anniversary-cp-lp .hero {
    position: relative;
    overflow-y: visible; /* 上下のはみ出しを許可する */
    overflow-x: hidden;  /* 左右の予期せぬはみ出し（横スクロール）を防ぐ */
    background: radial-gradient(circle at 85% 15%, rgba(255,255,255,.95), transparent 50%), linear-gradient(180deg, #fbfaf6 0%, #f7f5ef 100%);
    text-align: left;
}

  .anniversary-cp-lp .hero__watercolor {
    opacity: 0.45; /* スマホでは少し控えめにして文字の視認性を確保 */
  }

  /* 左上 purple (tl) */
  .anniversary-cp-lp .hero__watercolor--tl {
    width: 280px;
    top: -120px;
    left: -50px;
  }

  /* 右上・その1_pink (tr1) */
  .anniversary-cp-lp .hero__watercolor--tr1 {
    width: 230px;
    top: 80px;
    right: -60px;
  }

  /* 右上・その2_green (tr2) */
  .anniversary-cp-lp .hero__watercolor--tr2 {
    width: 230px;
    top: -20px;
    right: -40px;
  }

  /* 左下 blue (bl) */
  .anniversary-cp-lp .hero__watercolor--bl {
    width: 230px;
    bottom: 20px;
    left: -10px;
  }

  /* 右下 orange (br) */
  .anniversary-cp-lp .hero__watercolor--br {
    width: 230px;
    bottom: -25px;
    right: -20px;
  }

.anniversary-cp-lp .shopping {
    padding-bottom: 80px;
  }

  /* スマホ時は上部エリアを縦並び・中央寄せにする */
  .anniversary-cp-lp .shopping__inner {
    flex-direction: column; 
    align-items: center;
    gap: 30px;
    padding: 60px 20px;
  }

  .anniversary-cp-lp .shopping__head {
    max-width: 100%; 
    text-align: center;
  }

  /* スマホ時のアンカーリンクをきれいに調整（中央寄せ・押しやすいサイズ） */
  .anniversary-cp-lp .shopping__nav {
    max-width: 100%; 
    justify-content: center;
    gap: 8px;
  }

  .anniversary-cp-lp .nav-link {
    font-size: 13px;
    padding: 8px 14px;
  }

  /* ランキングセクションの間隔 */
  .anniversary-cp-lp .shopping__content {
    gap: 50px;
  }
  
  .anniversary-cp-lp .category-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  /* ?? スマホ版：TOP3のカードを「縦積み（1カラム）」にする */
  .anniversary-cp-lp .ranking-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* スマホ時のカード内レイアウト（縦積みなので通常の上下配置を維持） */
  .anniversary-cp-lp .ranking-card {
    flex-direction: column; 
  }
  
  .anniversary-cp-lp .howto .section-head,
  .anniversary-cp-lp .howto .section-head p,
  .anniversary-cp-lp .howto .section-head h2 {
    text-align: center !important;
  }

}