/* =========================================================
   どこでもMUSEE リブランディング差分スタイル (rebrand.css)
   本家 main.min.css の後に読み込み、リブランド追加セクションのみを担当
   既存セクションのスタイルは一切変更しない
   ========================================================= */

/* スキップリンク (アクセシビリティ) */
.rb-skip-link {
  position: absolute;
  top: -100px;
  left: 8px;
  z-index: 100000;
  background: #2f8fc7;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: top .2s ease;
}
.rb-skip-link:focus {
  top: 8px;
  outline: 3px solid #ffe27a;
  outline-offset: 2px;
}

:root {
  --rb-accent: #56ace1;
  --rb-accent-strong: #2f8fc7;
  --rb-accent-soft: #d8edf7;
  --rb-bg-soft: #f5fbfd;
  --rb-text: #2c3338;
  --rb-muted: #6b7780;
  --rb-line: #e2eef4;
  --rb-warm-soft: #f4ece2;
  --rb-warm-accent: #b07a5e;
  --rb-pink-soft: #fde7ee;
  --rb-shadow: 0 12px 28px rgba(86, 172, 225, 0.12);
  --rb-shadow-soft: 0 6px 16px rgba(86, 172, 225, 0.08);
  --rb-shadow-warm: 0 12px 28px rgba(176, 122, 94, 0.12);
  --rb-radius-lg: 24px;
  --rb-radius-md: 16px;
  --rb-radius-pill: 999px;
}

.rb-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  box-sizing: border-box;
}

/* ---------- Common: section head ---------- */
.rb-section-head {
  text-align: center;
  margin-bottom: 36px;
}
.rb-section-head h2 {
  font-size: clamp(22px, 3.2vw, 32px);
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 10px 0 12px;
  color: var(--rb-text);
  text-wrap: pretty;
}
.rb-section-head .rb-lead {
  margin: 0 auto;
  max-width: 720px;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--rb-muted);
}

.rb-section-foot {
  margin-top: 36px;
  text-align: center;
}

.rb-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--rb-accent-strong);
  font-weight: 700;
  text-transform: uppercase;
}
.rb-eyebrow--strong { color: var(--rb-accent-strong); }
.rb-eyebrow--warm   { color: var(--rb-warm-accent); }

.rb-note {
  font-size: 12.5px;
  color: var(--rb-muted);
  margin-top: 14px;
}

/* ---------- Buttons ---------- */
.rb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--rb-radius-pill);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1;
  border: 1.5px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  text-decoration: none;
  text-align: center;
  min-width: 200px;
  box-sizing: border-box;
}
.rb-btn--primary {
  background: var(--rb-accent);
  color: #fff;
  box-shadow: var(--rb-shadow-soft);
}
.rb-btn--primary:hover {
  background: var(--rb-accent-strong);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: var(--rb-shadow);
}
.rb-btn--secondary {
  background: #fff;
  color: var(--rb-accent-strong);
  border-color: var(--rb-accent);
}
.rb-btn--secondary:hover {
  background: var(--rb-accent-soft);
  color: var(--rb-accent-strong);
  transform: translateY(-2px);
  box-shadow: var(--rb-shadow-soft);
}
.rb-btn--warm {
  background: var(--rb-warm-accent);
  color: #fff;
  box-shadow: 0 8px 20px rgba(176, 122, 94, .2);
}
.rb-btn--warm:hover {
  background: #946349;
  color: #fff;
  transform: translateY(-2px);
}

/* ---------- Pills ---------- */
.rb-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rb-pill-row--center { justify-content: center; }
.rb-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: var(--rb-radius-pill);
  background: var(--rb-accent-soft);
  color: var(--rb-accent-strong);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.4;
  white-space: nowrap;
}
.rb-pill--warm {
  background: var(--rb-warm-soft);
  color: var(--rb-warm-accent);
}

/* =========================================================
   TOP: rb-tagline (Hero下のリブランドメッセージ帯)
   ========================================================= */
.rb-tagline {
  padding: 72px 0 80px;
  background:
    radial-gradient(800px 360px at 88% 10%, rgba(86, 172, 225, 0.16), transparent 60%),
    radial-gradient(700px 320px at 0% 90%, rgba(253, 231, 238, 0.45), transparent 60%),
    linear-gradient(180deg, #fbfdff 0%, #ffffff 100%);
  position: relative;
}
@media (max-width: 768px) {
  .rb-tagline { padding: 56px 0 64px; }
}
.rb-tagline__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.rb-tagline__eyebrow {
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--rb-accent-strong);
  font-weight: 700;
  margin: 0 0 18px;
}
.rb-tagline__title {
  font-size: clamp(32px, 5.6vw, 56px);
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 24px;
  letter-spacing: .02em;
  color: var(--rb-text);
  text-wrap: balance;
}
.rb-tagline__title em {
  font-style: normal;
  color: var(--rb-accent-strong);
  background: linear-gradient(transparent 62%, rgba(86, 172, 225, 0.22) 62%);
  padding: 0 4px;
}
.rb-tagline__sub {
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.85;
  font-weight: 500;
  margin: 0 auto 18px;
  max-width: 720px;
  color: var(--rb-text);
  text-wrap: pretty;
}
.rb-tagline__body {
  font-size: 14px;
  line-height: 1.95;
  color: var(--rb-muted);
  margin: 0 auto 32px;
  max-width: 680px;
  text-wrap: pretty;
}
.rb-tagline__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 480px) {
  .rb-tagline__cta .rb-btn { min-width: 0; flex: 1 1 100%; }
}

/* =========================================================
   TOP: rb-kv (KV スライダー: リブランドメッセージ 4枚)
   ========================================================= */
/* 本家main.min.cssの .kv-slider .swiper-slide が { width: auto } で上書きされるため、リブランド側で1スライド=フル幅に強制 */
.rb-kv .swiper-slide,
.rb-kv .kv-slider .swiper-slide {
  height: auto;
  width: 100% !important;
  flex-shrink: 0;
}
.rb-kv .kv-slider {
  overflow: hidden;
  border-radius: var(--rb-radius-lg);
  margin-bottom: 12px;
}
.rb-kv .kv-slider-thumb .swiper-slide {
  width: auto !important;
}
.rb-kv-slide {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  border-radius: var(--rb-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(20px, 4vw, 44px);
  color: var(--rb-text);
}
.rb-kv-slide__inner {
  max-width: 58%;
  position: relative;
  z-index: 2;
}
.rb-kv-slide__eyebrow {
  display: inline-block;
  font-size: clamp(11px, 1.2vw, 14px);
  letter-spacing: .22em;
  font-weight: 700;
  color: var(--rb-accent-strong);
  margin-bottom: clamp(12px, 1.8vw, 20px);
}
/* タイトルを大きく強くする (旧: clamp(22px, 3.6vw, 42px) → 新: clamp(30px, 5.2vw, 60px)) */
.rb-kv-slide__title {
  font-size: clamp(30px, 5.2vw, 60px);
  line-height: 1.25;
  font-weight: 800;
  margin: 0 0 clamp(14px, 2vw, 22px);
  letter-spacing: .015em;
  color: var(--rb-text);
  text-wrap: balance;
}
.rb-kv-slide__title em {
  font-style: normal;
  color: var(--rb-accent-strong);
  background: linear-gradient(transparent 64%, rgba(86, 172, 225, 0.26) 64%);
  padding: 0 6px;
  font-weight: 800;
}
/* サブコピーも大きく */
.rb-kv-slide__sub {
  font-size: clamp(14px, 1.55vw, 18px);
  line-height: 1.75;
  margin: 0;
  color: var(--rb-text);
  font-weight: 500;
}
.rb-kv-slide__deco {
  position: absolute;
  right: clamp(20px, 3vw, 44px);
  bottom: clamp(20px, 3vw, 44px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 50%;
  justify-content: flex-end;
}

/* Slide 1 - メインメッセージ (AI生成: サロン店内+笑顔の女性) */
.rb-kv-slide--01 {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.82) 35%, rgba(255,255,255,0.4) 55%, rgba(255,255,255,0) 75%),
    url('../images/top/rb-kv-01.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.rb-kv-deco__pill {
  background: #fff;
  color: var(--rb-accent-strong);
  font-size: clamp(11px, 1.1vw, 13px);
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--rb-radius-pill);
  border: 1.5px solid var(--rb-accent);
  box-shadow: var(--rb-shadow-soft);
}
.rb-kv-deco__pill--ghost {
  border-style: dashed;
  color: var(--rb-muted);
  border-color: var(--rb-line);
  background: transparent;
}

/* Slide 1: 店舗数の大きな表示 (右下に配置) */
.rb-kv-slide__deco--stat {
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(8px, 1vw, 14px);
  max-width: 44%;
}
.rb-kv-stat {
  display: flex;
  align-items: baseline;
  gap: clamp(4px, 0.6vw, 8px);
  background: rgba(255, 255, 255, 0.92);
  padding: clamp(12px, 1.6vw, 20px) clamp(16px, 2vw, 24px);
  border-radius: var(--rb-radius-md);
  border: 1.5px solid var(--rb-accent);
  box-shadow: 0 8px 20px rgba(86, 172, 225, .22);
  backdrop-filter: blur(6px);
}
.rb-kv-stat__label {
  font-size: clamp(12px, 1.3vw, 16px);
  font-weight: 700;
  color: var(--rb-text);
  letter-spacing: .04em;
}
.rb-kv-stat__number {
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 800;
  line-height: 1;
  color: var(--rb-accent-strong);
  letter-spacing: -.02em;
  font-family: "Helvetica Neue", Helvetica, "Noto Sans JP", sans-serif;
}
.rb-kv-stat__unit {
  font-size: clamp(13px, 1.4vw, 18px);
  font-weight: 700;
  color: var(--rb-text);
  letter-spacing: .02em;
}
.rb-kv-stat__regions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  justify-content: flex-end;
}
.rb-kv-stat__regions li {
  font-size: clamp(10px, 1vw, 12px);
  color: var(--rb-muted);
  background: rgba(255, 255, 255, .8);
  padding: 3px 9px;
  border-radius: var(--rb-radius-pill);
  font-weight: 600;
}

/* Slide 2 - 脱毛だけじゃない (AI生成: ピラティス+ネイル+スキンケア) */
.rb-kv-slide--02 {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.84) 32%, rgba(255,255,255,0.4) 52%, rgba(255,255,255,0) 70%),
    url('../images/top/rb-kv-02.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.rb-kv-slide__deco--icons {
  max-width: 50%;
  gap: clamp(6px, 0.8vw, 10px);
}
.rb-kv-deco__chip {
  background: #fff;
  color: var(--rb-accent-strong);
  font-size: clamp(11px, 1.15vw, 14px);
  font-weight: 700;
  padding: 8px 14px;
  border-radius: var(--rb-radius-pill);
  box-shadow: 0 4px 10px rgba(86, 172, 225, .15);
  white-space: nowrap;
  border: 1.5px solid var(--rb-accent-soft);
}

/* Slide 3 - 都度払い (AI生成: スマホ予約の女性+落ち着いた窓辺) */
.rb-kv-slide--03 {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.84) 35%, rgba(255,255,255,0.45) 55%, rgba(255,255,255,0) 75%),
    url('../images/top/rb-kv-03.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.rb-kv-slide__deco--tickets {
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(8px, 1vw, 12px);
}
.rb-kv-deco__ticket {
  background: var(--rb-accent);
  color: #fff;
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 8px;
  letter-spacing: .04em;
  box-shadow: 0 8px 20px rgba(86, 172, 225, .35);
}

/* Slide 4 - ミュゼ品質 (AI生成: 上品な水色サロン+スタッフ) */
.rb-kv-slide--04 {
  background-image:
    linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.82) 32%, rgba(255,255,255,0.42) 52%, rgba(255,255,255,0) 72%),
    url('../images/top/rb-kv-04.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.rb-kv-slide__deco--quality {
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(8px, 1vw, 12px);
}
.rb-kv-deco__quality {
  background: rgba(255, 255, 255, 0.85);
  color: var(--rb-accent-strong);
  font-size: clamp(12px, 1.3vw, 15px);
  font-weight: 700;
  letter-spacing: .18em;
  padding: 10px 22px;
  border: 1.5px solid var(--rb-accent);
  border-radius: var(--rb-radius-pill);
  box-shadow: 0 4px 12px rgba(86, 172, 225, .18);
}

/* Pagination */
.rb-kv .swiper-pagination {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 5;
}
.rb-kv .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--rb-accent);
  opacity: 1;
  transition: background .2s ease, transform .2s ease;
}
.rb-kv .swiper-pagination-bullet-active {
  background: var(--rb-accent);
  transform: scale(1.2);
}

/* Thumb slider (新デザイン) */
.rb-kv-thumb {
  margin-top: 12px;
}
.rb-kv-thumb__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  transition: border-color .2s ease, box-shadow .2s ease;
  cursor: pointer;
  height: 100%;
}
.swiper-slide-thumb-active .rb-kv-thumb__item {
  border-color: var(--rb-accent);
  box-shadow: var(--rb-shadow-soft);
}
.rb-kv-thumb__item strong {
  font-size: 10px;
  letter-spacing: .14em;
  font-weight: 700;
  color: var(--rb-accent-strong);
}
.rb-kv-thumb__item span {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--rb-text);
  line-height: 1.4;
}

@media (max-width: 768px) {
  .rb-kv-slide { aspect-ratio: 4 / 5; }
  .rb-kv-slide__inner { max-width: 100%; }
  .rb-kv-slide__deco { max-width: 100%; position: static; margin-top: 16px; justify-content: flex-start; }
}

/* =========================================================
   下層ページ共通 (about, pricing, quality, faq, fc)
   ========================================================= */
.rb-narrow {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

/* Page Hero — デフォルトはヘッダー(約123px)分の上余白を確保 */
.rb-page-hero {
  padding: 152px 0 48px;
  background:
    radial-gradient(700px 320px at 100% 0%, rgba(216, 237, 247, 0.5), transparent 60%),
    radial-gradient(600px 280px at 0% 100%, rgba(253, 231, 238, 0.35), transparent 60%),
    #fff;
}
@media (max-width: 768px) { .rb-page-hero { padding: 116px 0 36px; } }
@media (max-width: 480px) { .rb-page-hero { padding: 96px 0 28px; } }

/* パンくず直後のPage Heroは、上余白を圧縮 (パンくずが既にヘッダー分を吸収しているため) */
.rb-breadcrumb + .rb-page-hero {
  padding-top: 20px;
}
@media (max-width: 768px) { .rb-breadcrumb + .rb-page-hero { padding-top: 16px; } }
.rb-page-hero__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.rb-page-hero__inner .rb-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
}
.rb-page-hero__inner h1 {
  font-size: clamp(28px, 4.2vw, 42px);
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 18px;
  color: var(--rb-text);
  letter-spacing: .02em;
  text-wrap: balance;
}
.rb-page-hero__inner .rb-lead {
  font-size: 15px;
  line-height: 1.95;
  color: var(--rb-muted);
  margin: 0 auto;
  max-width: 640px;
}

.rb-page-section {
  padding-top: 64px;
}

/* Prose (long-form body text) */
.rb-prose p {
  font-size: 15.5px;
  line-height: 2;
  margin: 0 0 22px;
  color: var(--rb-text);
  text-wrap: pretty;
}
.rb-prose p:last-child { margin-bottom: 0; }

/* FAQ list (アコーディオンではなく、シンプル展開リスト) */
.rb-faq-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  border-top: 1px solid var(--rb-line);
}
.rb-faq-item {
  border-bottom: 1px solid var(--rb-line);
  padding: 22px 0;
}
.rb-faq-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--rb-text);
  position: relative;
  padding-left: 32px;
  line-height: 1.6;
}
.rb-faq-item h3::before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rb-accent-strong);
  font-weight: 700;
}
.rb-faq-item p {
  font-size: 14px;
  line-height: 1.95;
  margin: 0;
  color: var(--rb-muted);
  padding-left: 32px;
  position: relative;
}
.rb-faq-item p::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rb-warm-accent);
  font-weight: 700;
}

/* Flow (step list, FC加盟の流れ用) */
.rb-flow {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 16px;
}
.rb-flow > li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  position: relative;
}
.rb-flow__num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--rb-accent);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .04em;
}
.rb-flow__body h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--rb-text);
}
.rb-flow__body p {
  font-size: 13.5px;
  line-height: 1.8;
  margin: 0;
  color: var(--rb-muted);
}
.rb-price-card__desc {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--rb-muted);
  margin: 8px 0 12px;
}

/* =========================================================
   TOP: rb-section base
   ========================================================= */
.rb-section {
  padding: 72px 0 80px;
  background: #fff;
}
@media (max-width: 768px) { .rb-section { padding: 48px 0 56px; } }
.rb-section--soft { background: var(--rb-bg-soft); }

.rb-section-foot--left { justify-content: flex-start; }
.rb-section-foot--multi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 36px;
}
.rb-section-foot--multi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.rb-note--center { text-align: center; }

/* ghost CTA */
.rb-btn--ghost {
  background: transparent;
  border-color: transparent;
  color: var(--rb-accent-strong);
  min-width: 0;
  padding: 10px 0;
}
.rb-btn--ghost::after {
  content: "→";
  margin-left: 6px;
  transition: transform .2s ease;
}
.rb-btn--ghost:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
  color: var(--rb-accent-strong);
}
.rb-btn--ghost:hover::after { transform: translateX(4px); }

/* =========================================================
   TOP: Hero (KV + tagline 統合)
   ========================================================= */
/* l-header (position:fixed, z-index:9999, ブランド帯+ナビ2段で実高さ約122px) に Hero が被らないよう、上余白を確保 */
.rb-hero { padding: 140px 0 80px; background: #fff; }
.rb-hero .p-kv { margin-top: 0; }
@media (max-width: 768px) { .rb-hero { padding: 96px 0 56px; } }
@media (max-width: 480px) { .rb-hero { padding: 80px 0 48px; } }
/* Hero下のスクロールインジケーター (案D: CTAは Brand Promise 内に集約) */
.rb-hero__scroll-hint {
  display: flex;
  justify-content: center;
  padding: 32px 0 8px;
}
.rb-hero__scroll-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--rb-accent-strong);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  padding: 8px 16px;
  transition: opacity .2s ease, transform .2s ease;
}
.rb-hero__scroll-link:hover {
  opacity: .8;
  transform: translateY(2px);
}
.rb-hero__scroll-line {
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, var(--rb-accent) 0%, transparent 100%);
  position: relative;
  overflow: hidden;
}
.rb-hero__scroll-line::after {
  content: "";
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  height: 36px;
  background: linear-gradient(to bottom, transparent 0%, var(--rb-accent-strong) 100%);
  animation: rb-scroll-line 2s ease-in-out infinite;
}
@keyframes rb-scroll-line {
  0%, 20% { transform: translateY(0); opacity: 0; }
  40%     { opacity: 1; }
  100%    { transform: translateY(72px); opacity: 0; }
}
@media (max-width: 480px) {
  .rb-hero__scroll-hint { padding: 24px 0 0; }
  .rb-hero__scroll-line { height: 28px; }
}

/* Brand Promise セクション内のCTA */
.rb-promise__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 4px 0 20px;
}
@media (max-width: 480px) {
  .rb-promise__cta .rb-btn { flex: 1 1 100%; }
}

/* =========================================================
   フローティング CTA (案D)
   Hero がスクロールアウトしたら右下に表示
   ========================================================= */
.rb-floating-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000;
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: var(--rb-radius-pill);
  box-shadow: 0 12px 32px rgba(86, 172, 225, 0.32), 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--rb-accent-soft);
  opacity: 0;
  transform: translateY(20px) scale(0.96);
  visibility: hidden;
  pointer-events: none;
  transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
  overflow: hidden;
}
.rb-floating-cta.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  pointer-events: auto;
  transition: opacity .35s ease, transform .35s ease, visibility 0s linear 0s;
}
.rb-floating-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px 14px 18px;
  background: linear-gradient(135deg, var(--rb-accent) 0%, var(--rb-accent-strong) 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .02em;
  transition: opacity .2s ease;
}
.rb-floating-cta__btn:hover { opacity: .92; }
.rb-floating-cta__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}
.rb-floating-cta__icon svg {
  width: 100%;
  height: 100%;
}
.rb-floating-cta__close {
  width: 36px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(135deg, var(--rb-accent-strong) 0%, #1f7aae 100%);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background .2s ease;
}
.rb-floating-cta__close:hover {
  background: linear-gradient(135deg, #1f7aae 0%, #1a6a98 100%);
}
.rb-floating-cta__close svg {
  width: 14px;
  height: 14px;
}

/* SP対応: 左右いっぱいに広げる */
@media (max-width: 480px) {
  .rb-floating-cta {
    right: 12px;
    left: 12px;
    bottom: 12px;
    border-radius: var(--rb-radius-pill);
  }
  .rb-floating-cta__btn {
    flex: 1;
    justify-content: center;
    padding: 14px 18px;
    font-size: 14px;
  }
  .rb-floating-cta__close {
    width: 44px;
  }
}

/* prefers-reduced-motion: アニメーション最小化 */
@media (prefers-reduced-motion: reduce) {
  .rb-hero__scroll-line::after { animation: none; }
  .rb-floating-cta { transition: opacity .2s ease, visibility 0s linear .2s; }
  .rb-floating-cta.is-visible { transition: opacity .2s ease, visibility 0s linear 0s; transform: none; }
}

/* =========================================================
   TOP: Brand Promise (旧About)
   ========================================================= */
.rb-promise { background: #fff; }
.rb-promise__grid {
  display: grid;
  gap: 36px;
  align-items: center;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .rb-promise__grid { grid-template-columns: 1.05fr 1fr; gap: 56px; }
}
.rb-promise__media {
  position: relative;
  border-radius: var(--rb-radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--rb-accent-soft);
  box-shadow: var(--rb-shadow);
}
.rb-promise__img--main {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rb-promise__img--sub {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 38%;
  max-width: 220px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--rb-radius-md);
  border: 4px solid #fff;
  box-shadow: var(--rb-shadow);
  background: var(--rb-accent-soft);
}
@media (max-width: 480px) {
  .rb-promise__img--sub { display: none; }
}
.rb-promise__title {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.3;
  font-weight: 700;
  margin: 12px 0 18px;
  color: var(--rb-text);
  letter-spacing: .01em;
}
.rb-promise__title em {
  font-style: normal;
  color: var(--rb-accent-strong);
  background: linear-gradient(transparent 60%, rgba(86,172,225,.22) 60%);
  padding: 0 4px;
}
.rb-promise__lead {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 18px;
  color: var(--rb-text);
  text-wrap: pretty;
}
.rb-promise__body-text {
  font-size: 14.5px;
  line-height: 1.95;
  color: var(--rb-muted);
  margin: 0 0 24px;
  text-wrap: pretty;
}

/* =========================================================
   TOP: About (kw cards) ※旧スタイル、互換のため残置
   ========================================================= */
.rb-about__grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) { .rb-about__grid { grid-template-columns: repeat(3, 1fr); } }
.rb-kw-card {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 24px 22px;
  box-shadow: var(--rb-shadow-soft);
}
.rb-kw-card__num {
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--rb-accent-strong);
  font-weight: 700;
}
.rb-kw-card h3 {
  margin: 8px 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: var(--rb-text);
}
.rb-kw-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--rb-muted);
}

/* =========================================================
   TOP: Things You Can Do
   ========================================================= */
.rb-things-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}
@media (min-width: 720px) { .rb-things-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
.rb-thing-card {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 22px 18px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.rb-thing-card:hover {
  transform: translateY(-3px);
  border-color: var(--rb-accent);
  box-shadow: var(--rb-shadow-soft);
}
.rb-thing-card__icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  margin: 0 auto 12px;
  background: var(--rb-accent-soft);
  color: var(--rb-accent-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
}
.rb-thing-card h3 {
  margin: 0;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--rb-text);
  letter-spacing: .02em;
}

/* =========================================================
   TOP: Things You Can Do — 4カテゴリ・画像カード版 (v2)
   ========================================================= */

/* カテゴリブロック */
.rb-cat-block {
  margin-top: 48px;
}
.rb-cat-block:first-of-type {
  margin-top: 32px;
}
.rb-cat-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rb-line);
}
.rb-cat-head__num {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--rb-accent);
  line-height: 1;
  letter-spacing: -.02em;
}
.rb-cat-head__title-block { flex: 1; }
.rb-cat-head__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--rb-text);
  letter-spacing: .02em;
}
.rb-cat-head__sub {
  margin: 3px 0 0;
  font-size: 12px;
  color: var(--rb-muted);
  line-height: 1.6;
}
.rb-cat-head__count {
  font-size: 11px;
  color: var(--rb-accent-strong);
  font-weight: 700;
  letter-spacing: .08em;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .rb-cat-head__count { display: none; }
  .rb-cat-head__title { font-size: 16px; }
}

/* メニューグリッド */
.rb-menu-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 600px) { .rb-menu-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; } }
@media (min-width: 900px) { .rb-menu-grid { grid-template-columns: repeat(4, 1fr); gap: 14px; } }
@media (min-width: 1200px) { .rb-menu-grid { gap: 16px; } }

/* メニューカード */
.rb-menu-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--rb-line);
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.rb-menu-card:hover {
  transform: translateY(-2px);
  border-color: var(--rb-accent);
  box-shadow: 0 8px 20px rgba(86, 172, 225, 0.12);
  opacity: 1;
}
.rb-menu-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--rb-accent-soft);
}
.rb-menu-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.rb-menu-card:hover .rb-menu-card__img {
  transform: scale(1.04);
}
.rb-menu-card__body {
  padding: 10px 12px 12px;
}
.rb-menu-card__name {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--rb-text);
  letter-spacing: .02em;
  line-height: 1.35;
}
.rb-menu-card__hint {
  margin: 3px 0 0;
  font-size: 10.5px;
  color: var(--rb-muted);
  line-height: 1.4;
  letter-spacing: .01em;
}

/* プレースホルダ画像（画像生成完了後はimg差替で不要に） */
.rb-ph-img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--rb-accent-soft) 0%, #eaf6fb 50%, var(--rb-pink-soft) 100%);
  position: relative;
  overflow: hidden;
}
.rb-ph-img::after {
  content: attr(data-label);
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Helvetica Neue", Helvetica, ui-monospace, monospace;
  font-size: 10px;
  color: rgba(47, 143, 199, 0.55);
  letter-spacing: .14em;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding: 0 8px;
  white-space: nowrap;
}

/* 「暮らし」カテゴリ用カラーバリエーション (warm系) */
.rb-cat-block--lifestyle .rb-cat-head__num { color: var(--rb-warm-accent); }
.rb-menu-card--store .rb-menu-card__hint {
  color: var(--rb-warm-accent);
  font-weight: 600;
}
.rb-cat-block--lifestyle .rb-menu-card:hover {
  border-color: var(--rb-warm-accent);
  box-shadow: 0 8px 20px rgba(176, 122, 94, 0.12);
}
.rb-cat-block--lifestyle .rb-ph-img {
  background: linear-gradient(135deg, var(--rb-warm-soft) 0%, #fef5e9 50%, var(--rb-pink-soft) 100%);
}
.rb-cat-block--lifestyle .rb-ph-img::after {
  color: rgba(176, 122, 94, 0.6);
}

/* =========================================================
   TOP: Find Your Store
   ========================================================= */
.rb-find__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}
@media (min-width: 960px) { .rb-find__grid { grid-template-columns: repeat(4, 1fr); } }
/* 2枚版: 大きめのカード */
.rb-find__grid--two { grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 720px) {
  .rb-find__grid--two { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
.rb-find-card {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 22px 20px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
/* リンク版: 矢印付きの大きめカード */
.rb-find-card--link {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 28px 28px 28px 30px;
}
.rb-find-card--link:hover {
  transform: translateY(-3px);
  border-color: var(--rb-accent);
  box-shadow: var(--rb-shadow-soft);
}
.rb-find-card__arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--rb-accent-soft);
  color: var(--rb-accent-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease;
}
.rb-find-card--link:hover .rb-find-card__arrow {
  background: var(--rb-accent);
  color: #fff;
  transform: translateX(3px);
}
.rb-find-card--link h3 {
  font-size: 18px;
  margin-top: 10px;
}
.rb-find-card--link p {
  margin-top: 8px;
  padding-right: 48px;
}
.rb-find-card:hover {
  transform: translateY(-3px);
  border-color: var(--rb-accent);
  box-shadow: var(--rb-shadow-soft);
}
.rb-find-card__num {
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--rb-accent-strong);
  font-weight: 700;
}
.rb-find-card h3 {
  margin: 8px 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--rb-text);
}
.rb-find-card p {
  margin: 0;
  font-size: 13px;
  color: var(--rb-muted);
  line-height: 1.7;
}

/* =========================================================
   TOP: Quality
   ========================================================= */

/* Quality: 数字で語るブランド規模 */
.rb-quality__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 32px 0 40px;
}
@media (min-width: 720px) {
  .rb-quality__stats { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}
.rb-quality-stat {
  background: linear-gradient(135deg, var(--rb-accent-soft) 0%, #fff 100%);
  border-radius: var(--rb-radius-md);
  padding: 28px 24px;
  text-align: center;
  border: 1px solid var(--rb-line);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.rb-quality-stat__num {
  font-size: clamp(40px, 5vw, 56px);
  font-weight: 800;
  color: var(--rb-accent-strong);
  letter-spacing: -.02em;
  font-family: "Helvetica Neue", Helvetica, "Noto Sans JP", sans-serif;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.rb-quality-stat__num small {
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 700;
  color: var(--rb-text);
}
.rb-quality-stat__label {
  font-size: 13px;
  color: var(--rb-muted);
  line-height: 1.6;
  font-weight: 600;
}

/* Quality: 土台 × 個性 の関係図 */
.rb-quality__layers {
  margin: 48px auto 32px;
  max-width: 880px;
  display: grid;
  gap: 12px;
}
.rb-quality-layer {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 24px 28px;
  text-align: center;
}
.rb-quality-layer--top {
  background: linear-gradient(135deg, var(--rb-pink-soft) 0%, var(--rb-accent-soft) 100%);
  border-color: var(--rb-accent-soft);
}
.rb-quality-layer--base {
  background: linear-gradient(135deg, var(--rb-accent) 0%, var(--rb-accent-strong) 100%);
  color: #fff;
  border-color: var(--rb-accent-strong);
}
.rb-quality-layer__label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 14px;
  color: var(--rb-text);
}
.rb-quality-layer--base .rb-quality-layer__label {
  color: rgba(255,255,255,.95);
}
.rb-quality-layer__items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  justify-content: center;
}
.rb-quality-layer__items li {
  background: rgba(255, 255, 255, 0.85);
  color: var(--rb-accent-strong);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: var(--rb-radius-pill);
  border: 1px solid var(--rb-accent-soft);
}
.rb-quality-layer--base .rb-quality-layer__items li {
  background: rgba(255, 255, 255, 0.95);
  color: var(--rb-accent-strong);
  border-color: transparent;
}
.rb-quality-layer__connector {
  width: 2px;
  height: 28px;
  background: var(--rb-accent);
  margin: 0 auto;
  position: relative;
}
.rb-quality-layer__connector::before,
.rb-quality-layer__connector::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  transform: translateX(-50%);
}
.rb-quality-layer__connector::before {
  top: -2px;
  border-bottom-color: var(--rb-accent);
}
.rb-quality-layer__connector::after {
  bottom: -2px;
  border-top-color: var(--rb-accent);
}

/* Quality 詳細ページ用 4つの柱カード */
.rb-quality-pillar-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
  margin-top: 28px;
}
@media (min-width: 760px) {
  .rb-quality-pillar-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
.rb-quality-pillar {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 28px 26px;
  box-shadow: var(--rb-shadow-soft);
}
.rb-quality-pillar__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--rb-accent);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 14px;
}
.rb-quality-pillar h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--rb-text);
}
.rb-quality-pillar > p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.85;
  color: var(--rb-text);
}
.rb-quality-pillar__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.rb-quality-pillar__list li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--rb-muted);
}
.rb-quality-pillar__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rb-accent-strong);
  font-weight: 700;
  font-size: 12px;
}

/* Quality 4カード */
.rb-quality__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}
@media (min-width: 960px) { .rb-quality__grid { grid-template-columns: repeat(4, 1fr); } }

/* 画像付きの2x2グリッド */
.rb-quality__grid--media {
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 720px) {
  .rb-quality__grid--media { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (min-width: 1024px) {
  .rb-quality__grid--media { grid-template-columns: repeat(2, 1fr); gap: 28px; }
}

.rb-q-card {
  background: #fff;
  border-radius: var(--rb-radius-md);
  padding: 24px 20px;
  border: 1px solid var(--rb-line);
}
/* 画像付き版: 上に画像、下にテキスト */
.rb-q-card--media {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.rb-q-card--media:hover {
  transform: translateY(-4px);
  box-shadow: var(--rb-shadow);
  border-color: var(--rb-accent-soft);
}
.rb-q-card__media {
  margin: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: var(--rb-accent-soft);
}
.rb-q-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.rb-q-card--media:hover .rb-q-card__media img {
  transform: scale(1.04);
}
.rb-q-card__inner {
  padding: 22px 24px 26px;
  flex: 1;
}
.rb-q-card--media .rb-q-card__num { margin-bottom: 10px; }
.rb-q-card--media h3 { font-size: 17px; }
.rb-q-card--media p { font-size: 13.5px; line-height: 1.85; }

.rb-q-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--rb-accent-soft);
  color: var(--rb-accent-strong);
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 12px;
}
.rb-q-card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--rb-text);
}
.rb-q-card p {
  margin: 0;
  font-size: 13px;
  color: var(--rb-muted);
  line-height: 1.7;
}

/* =========================================================
   TOP: Pricing
   ========================================================= */
.rb-pricing__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}
@media (min-width: 960px) { .rb-pricing__grid { grid-template-columns: repeat(4, 1fr); } }
.rb-price-card {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 22px 20px;
}
.rb-price-card__label {
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--rb-accent-strong);
  font-weight: 700;
}
.rb-price-card h3 {
  margin: 8px 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--rb-text);
  line-height: 1.5;
  min-height: 46px;
}
.rb-price-card__amount {
  margin: 0 0 12px;
  font-size: 14px;
  color: var(--rb-text);
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.rb-price-card__amount strong {
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 800;
  color: var(--rb-accent-strong);
  letter-spacing: -.01em;
  font-family: "Helvetica Neue", Helvetica, "Noto Sans JP", sans-serif;
}
.rb-price-card__tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: var(--rb-radius-pill);
  background: var(--rb-bg-soft);
  color: var(--rb-muted);
  font-size: 11.5px;
  font-weight: 600;
}

/* =========================================================
   TOP: rb-spotlight (Stores Spotlight 3カード)
   ========================================================= */
.rb-spotlight {
  padding: 80px 0 88px;
  background: var(--rb-bg-soft);
}
@media (max-width: 768px) {
  .rb-spotlight { padding: 56px 0 64px; }
}
.rb-spotlight__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .rb-spotlight__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .rb-spotlight__grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
}

.rb-store-card {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.rb-store-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--rb-shadow);
}
.rb-store-card__img {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--rb-accent-soft);
  position: relative;
}
.rb-store-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.rb-store-card:hover .rb-store-card__img img { transform: scale(1.04); }
.rb-store-card__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(
    45deg,
    var(--rb-accent-soft) 0 12px,
    #fff 12px 24px
  );
}
.rb-store-card__img--placeholder span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--rb-accent-strong);
}
.rb-store-card__body {
  padding: 24px 22px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rb-store-card__area {
  font-size: 11.5px;
  letter-spacing: .12em;
  color: var(--rb-accent-strong);
  font-weight: 700;
  margin-bottom: 10px;
}
.rb-store-card__name {
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 700;
  color: var(--rb-text);
}
/* 「脱毛 + 〇〇」コンボ表示 */
.rb-store-card__combo {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0 0 14px;
  padding: 12px 16px;
  background: linear-gradient(135deg, var(--rb-accent-soft) 0%, #fff 100%);
  border-radius: var(--rb-radius-md);
  border: 1px solid var(--rb-accent-soft);
  font-weight: 700;
  line-height: 1.3;
}
.rb-store-card__combo-base {
  font-size: 15px;
  color: var(--rb-accent-strong);
  letter-spacing: .03em;
}
.rb-store-card__combo-plus {
  font-size: 18px;
  color: var(--rb-accent);
  font-weight: 700;
  line-height: 1;
}
.rb-store-card__combo-add {
  font-size: 17px;
  color: var(--rb-text);
  letter-spacing: .01em;
}
.rb-store-card .rb-pill-row { margin-bottom: 14px; }
.rb-store-card__text {
  margin: 0 0 20px;
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--rb-muted);
  flex: 1;
}
.rb-store-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  color: var(--rb-accent-strong);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
}
.rb-store-card__cta::after {
  content: "→";
  transition: transform .2s ease;
}
.rb-store-card__cta:hover::after { transform: translateX(4px); }

/* =========================================================
   TOP: rb-beyond (Beyond Hair Removal)
   ========================================================= */
.rb-beyond {
  padding: 80px 0 88px;
  background: #fff;
}
@media (max-width: 768px) {
  .rb-beyond { padding: 56px 0 64px; }
}
.rb-beyond__grid {
  display: grid;
  gap: 32px;
  align-items: center;
}
@media (min-width: 960px) {
  .rb-beyond__grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
}
.rb-beyond__img {
  background: linear-gradient(135deg, var(--rb-accent-soft) 0%, var(--rb-pink-soft) 100%);
  border-radius: var(--rb-radius-lg);
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  aspect-ratio: 4 / 3;
  box-shadow: var(--rb-shadow);
}
@media (min-width: 720px) {
  .rb-beyond__img { grid-template-columns: repeat(3, 1fr); }
}
.rb-beyond__chip {
  background: #fff;
  border-radius: var(--rb-radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--rb-accent-strong);
  padding: 14px 8px;
  text-align: center;
}
.rb-beyond__body h2 {
  font-size: clamp(24px, 3.4vw, 32px);
  line-height: 1.45;
  font-weight: 700;
  margin: 12px 0 18px;
  text-wrap: balance;
}
.rb-beyond__body p {
  font-size: 15px;
  line-height: 1.95;
  margin: 0 0 14px;
  color: var(--rb-text);
  text-wrap: pretty;
}
.rb-beyond__body p:last-of-type { color: var(--rb-muted); }
.rb-beyond__body .rb-note { margin-top: 8px; }

/* =========================================================
   TOP: rb-owners (FC帯)
   ========================================================= */
.rb-owners {
  padding: 64px 0 72px;
  background: var(--rb-accent-soft);
}
@media (max-width: 768px) { .rb-owners { padding: 48px 0 56px; } }
.rb-owners__grid {
  display: grid;
  gap: 24px;
  align-items: center;
}
@media (min-width: 768px) {
  .rb-owners__grid { grid-template-columns: 1fr auto; gap: 48px; }
}
.rb-owners h2 {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.5;
  font-weight: 700;
  margin: 8px 0 10px;
  color: var(--rb-text);
}
.rb-owners p {
  margin: 0;
  font-size: 14px;
  color: var(--rb-text);
  line-height: 1.85;
}
.rb-owners__body {
  margin-top: 8px !important;
  color: var(--rb-muted) !important;
  font-size: 13.5px !important;
}

/* =========================================================
   STORE PAGE: rb-store-banner (店舗トップの強み宣言)
   ========================================================= */
.rb-store-banner {
  padding: 56px 0 64px;
  background:
    radial-gradient(700px 320px at 100% 0%, rgba(244, 236, 226, 0.7), transparent 60%),
    radial-gradient(600px 320px at 0% 100%, rgba(216, 237, 247, 0.6), transparent 60%),
    #fff;
}
@media (max-width: 768px) { .rb-store-banner { padding: 40px 0 48px; } }
.rb-store-banner__inner {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.rb-store-banner__inner .rb-eyebrow {
  margin-bottom: 14px;
}
.rb-store-banner__title {
  font-size: clamp(28px, 4.6vw, 42px);
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 18px;
  color: var(--rb-text);
  text-wrap: balance;
}
.rb-store-banner__lead {
  font-size: clamp(14.5px, 1.4vw, 16px);
  line-height: 1.95;
  color: var(--rb-muted);
  margin: 0 auto 24px;
  max-width: 640px;
  text-wrap: pretty;
}

/* =========================================================
   STORE PAGE: rb-strengths (店舗の得意 3カード)
   ========================================================= */
.rb-strengths {
  padding: 64px 0 72px;
  background: var(--rb-warm-soft);
}
@media (max-width: 768px) { .rb-strengths { padding: 48px 0 56px; } }

.rb-strengths__grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .rb-strengths__grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
}
.rb-strength-card {
  background: #fff;
  border-radius: var(--rb-radius-lg);
  padding: 30px 26px;
  border: 1px solid #ece1d2;
  box-shadow: var(--rb-shadow-warm);
}
.rb-strength-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--rb-warm-soft);
  color: var(--rb-warm-accent);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}
.rb-strength-card h3 {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  color: var(--rb-text);
}
.rb-strength-card p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--rb-muted);
}

/* =========================================================
   STORE PAGE: rb-recommended (こんな方におすすめ)
   ========================================================= */
.rb-recommended {
  padding: 64px 0 72px;
  background: var(--rb-bg-soft);
}
@media (max-width: 768px) { .rb-recommended { padding: 48px 0 56px; } }
.rb-rec-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .rb-rec-list { grid-template-columns: repeat(2, 1fr); }
}
.rb-rec-list li {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 16px 20px 16px 52px;
  position: relative;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--rb-text);
}
.rb-rec-list li::before {
  content: "✓";
  position: absolute;
  left: 18px; top: 50%;
  transform: translateY(-50%);
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--rb-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   PRICING PAGE - キャンペーンカード
   ========================================================= */
.rb-campaign-banners {
  padding: 56px 0 32px;
  background: #fff;
}
.rb-campaign-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}
@media (min-width: 720px) {
  .rb-campaign-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

.rb-campaign-card {
  display: grid;
  grid-template-columns: 1fr;
  background: #fff;
  border-radius: var(--rb-radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1.5px solid var(--rb-line);
  box-shadow: var(--rb-shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
@media (min-width: 480px) {
  .rb-campaign-card { grid-template-columns: 200px 1fr; }
}
.rb-campaign-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--rb-shadow);
  border-color: var(--rb-accent);
}

.rb-campaign-card__label {
  background: linear-gradient(135deg, var(--rb-accent-soft) 0%, #fff 100%);
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  border-right: 1px solid var(--rb-line);
}
@media (max-width: 479px) {
  .rb-campaign-card__label { border-right: 0; border-bottom: 1px solid var(--rb-line); padding: 24px; }
}

/* 24周年キャンペーン: 画像ビジュアル枠 */
.rb-campaign-card__visual {
  position: relative;
  overflow: hidden;
  background: #c00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--rb-line);
  aspect-ratio: 1 / 1.2;
}
@media (max-width: 479px) {
  .rb-campaign-card__visual {
    border-right: 0;
    border-bottom: 1px solid var(--rb-line);
    aspect-ratio: 4 / 3;
  }
}
.rb-campaign-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.rb-campaign-card--anniv:hover .rb-campaign-card__visual img {
  transform: scale(1.04);
}
/* anniv カードの body 部分の調整 */
.rb-campaign-card--anniv .rb-campaign-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.rb-campaign-card--anniv .rb-campaign-card__body .rb-campaign-card__tag {
  align-self: flex-start;
  margin-bottom: 4px;
}
.rb-campaign-card__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--rb-accent-strong);
  background: #fff;
  padding: 4px 12px;
  border-radius: var(--rb-radius-pill);
  border: 1px solid var(--rb-accent);
}
.rb-campaign-card__tag--anniv {
  color: var(--rb-warm-accent);
  border-color: var(--rb-warm-accent);
}
.rb-campaign-card__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: var(--rb-accent-strong);
  font-family: "Helvetica Neue", Helvetica, "Noto Sans JP", sans-serif;
}
.rb-campaign-card__price strong {
  font-size: clamp(40px, 5vw, 52px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}
.rb-campaign-card__price small {
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 700;
}
.rb-campaign-card__price span {
  font-size: 11px;
  font-weight: 600;
  color: var(--rb-muted);
  margin-left: 4px;
}
.rb-campaign-card__price--anniv {
  flex-direction: column;
  align-items: center;
  gap: 0;
  color: var(--rb-warm-accent);
}
.rb-campaign-card__price--anniv small:first-child {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--rb-muted);
}

.rb-campaign-card__body {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rb-campaign-card__body h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: var(--rb-text);
}
.rb-campaign-card__body p {
  margin: 0 0 16px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--rb-muted);
}
.rb-campaign-card__cta {
  display: inline-flex;
  align-items: center;
  color: var(--rb-accent-strong);
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: .02em;
}
.rb-campaign-card--anniv .rb-campaign-card__cta {
  color: var(--rb-warm-accent);
}

/* =========================================================
   PRICING PAGE - 料金表
   ========================================================= */
.rb-pricing-intro {
  padding-top: 56px;
}
.rb-pricing-section {
  padding: 56px 0;
}
.rb-pricing-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border-radius: var(--rb-radius-md);
  background: #fff;
  box-shadow: var(--rb-shadow-soft);
  border: 1px solid var(--rb-line);
}
.rb-pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: var(--rb-text);
}
.rb-pricing-table thead th {
  background: var(--rb-bg-soft);
  color: var(--rb-muted);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--rb-line);
}
.rb-pricing-table__th--course { width: auto; }
.rb-pricing-table__th--duration { width: 110px; white-space: nowrap; }
.rb-pricing-table__th--price { width: 160px; white-space: nowrap; text-align: right; }
.rb-pricing-table tbody th {
  padding: 18px 16px;
  text-align: left;
  font-weight: 600;
  vertical-align: top;
  border-bottom: 1px solid var(--rb-line);
}
.rb-pricing-table tbody td {
  padding: 18px 16px;
  vertical-align: top;
  border-bottom: 1px solid var(--rb-line);
}
.rb-pricing-table tbody tr:last-child th,
.rb-pricing-table tbody tr:last-child td {
  border-bottom: 0;
}
.rb-pricing-table tbody tr:hover {
  background: var(--rb-bg-soft);
}
.rb-price-row__name {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--rb-text);
  line-height: 1.5;
}
.rb-price-row__note {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--rb-muted);
  line-height: 1.6;
  font-weight: 500;
}
.rb-price-row__duration {
  font-size: 13px;
  color: var(--rb-muted);
  white-space: nowrap;
}
.rb-price-row__price {
  font-size: 15px;
  font-weight: 700;
  color: var(--rb-accent-strong);
  white-space: nowrap;
  text-align: right;
  letter-spacing: .02em;
}

/* モバイル: テーブル → カード化 */
@media (max-width: 768px) {
  .rb-pricing-table thead { display: none; }
  .rb-pricing-table,
  .rb-pricing-table tbody,
  .rb-pricing-table tr,
  .rb-pricing-table th,
  .rb-pricing-table td {
    display: block;
    width: 100%;
    border: 0;
  }
  .rb-pricing-table tbody tr {
    padding: 16px;
    border-bottom: 1px solid var(--rb-line);
  }
  .rb-pricing-table tbody tr:last-child { border-bottom: 0; }
  .rb-pricing-table tbody th {
    padding: 0 0 10px;
  }
  .rb-pricing-table tbody td {
    padding: 4px 0;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .rb-pricing-table tbody td::before {
    content: attr(data-label);
    color: var(--rb-muted);
    font-size: 12px;
    font-weight: 600;
  }
  .rb-price-row__price {
    text-align: right;
    font-size: 16px;
  }
}

/* =========================================================
   STORE LIST PAGE (stores/index.html)
   ========================================================= */
.rb-storelist-hero__stat {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  margin: 4px 0 10px;
}
.rb-storelist-hero__stat strong {
  font-size: clamp(20px, 2.6vw, 28px);
  font-weight: 800;
  color: var(--rb-accent-strong);
  letter-spacing: .02em;
}
.rb-storelist-hero__stat span {
  font-size: 13px;
  color: var(--rb-muted);
  font-weight: 600;
  letter-spacing: .04em;
}

.rb-storelist-section-head {
  padding: 56px 0 8px;
  background: #fff;
  text-align: center;
}
.rb-storelist-section-head--coming {
  background: var(--rb-bg-soft);
  padding-top: 64px;
  margin-top: 24px;
}
.rb-storelist-section-head .rb-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
}
.rb-storelist-section-head h2 {
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--rb-text);
}
.rb-storelist-section-head__desc {
  font-size: 13.5px;
  line-height: 1.9;
  color: var(--rb-muted);
  margin: 0;
}

/* 準備中店舗のリスト (エリア別アコーディオン) */
.rb-comingsoon-section {
  padding: 16px 0 80px;
  background: var(--rb-bg-soft);
}
.rb-comingsoon-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 720px) {
  .rb-comingsoon-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .rb-comingsoon-grid { grid-template-columns: repeat(3, 1fr); }
}

.rb-comingsoon-region {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  overflow: hidden;
}
.rb-comingsoon-region > summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: var(--rb-text);
  user-select: none;
  transition: background .2s ease;
}
.rb-comingsoon-region > summary::-webkit-details-marker { display: none; }
.rb-comingsoon-region > summary:hover { background: var(--rb-bg-soft); }
.rb-comingsoon-region__label {
  font-size: 14.5px;
  flex: 1;
}
.rb-comingsoon-region__count {
  font-size: 12px;
  color: var(--rb-muted);
  font-weight: 600;
  padding: 3px 10px;
  background: var(--rb-bg-soft);
  border-radius: var(--rb-radius-pill);
}
.rb-comingsoon-region__icon {
  width: 12px;
  height: 8px;
  color: var(--rb-muted);
  transition: transform .25s ease;
}
.rb-comingsoon-region[open] > summary .rb-comingsoon-region__icon {
  transform: rotate(180deg);
}
.rb-comingsoon-list {
  list-style: none;
  padding: 4px 0 12px;
  margin: 0;
  border-top: 1px solid var(--rb-line);
}
.rb-comingsoon-item {
  padding: 10px 20px;
  border-bottom: 1px solid var(--rb-bg-soft);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.rb-comingsoon-item:last-child { border-bottom: 0; }
.rb-comingsoon-item__name {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--rb-text);
}
.rb-comingsoon-item__addr {
  font-size: 11.5px;
  color: var(--rb-muted);
  line-height: 1.5;
}


.rb-storelist-hero {
  padding: 56px 0 40px;
  background:
    radial-gradient(700px 320px at 100% 0%, rgba(216, 237, 247, 0.5), transparent 60%),
    #fff;
  text-align: center;
}
@media (max-width: 768px) { .rb-storelist-hero { padding: 40px 0 24px; } }
.rb-storelist-hero .rb-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
}
.rb-storelist-hero h1 {
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--rb-text);
  letter-spacing: .02em;
}
.rb-storelist-hero .rb-lead {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--rb-muted);
  margin: 0 auto;
  max-width: 640px;
}

/* Filter bar */
.rb-storelist-filter {
  padding: 32px 0 40px;
  background: var(--rb-bg-soft);
  border-top: 1px solid var(--rb-line);
  border-bottom: 1px solid var(--rb-line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: saturate(120%) blur(6px);
  background: rgba(245, 251, 253, .94);
}
@media (max-width: 768px) { .rb-storelist-filter { padding: 20px 0 24px; position: static; } }
.rb-storelist-pickup-head .rb-section-head h2 {
  margin-top: 48px;
}
.rb-filter-group {
  margin-bottom: 18px;
}
.rb-filter-group:last-of-type { margin-bottom: 14px; }
.rb-filter-group__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--rb-text);
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.rb-filter-group__hint {
  font-size: 11px;
  color: var(--rb-muted);
  font-weight: 500;
  letter-spacing: 0;
}
.rb-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rb-filter-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1.5px solid var(--rb-line);
  border-radius: var(--rb-radius-pill);
  background: #fff;
  color: var(--rb-text);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
  font-family: inherit;
}
.rb-filter-chip:hover {
  border-color: var(--rb-accent);
  color: var(--rb-accent-strong);
}
.rb-filter-chip.is-active {
  background: var(--rb-accent);
  border-color: var(--rb-accent);
  color: #fff;
}

/* ===== 折りたたみ式フィルタグループ ===== */
.rb-filter-group--collapsible {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--rb-line);
}
.rb-filter-group--collapsible > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 4px 0;
  user-select: none;
}
.rb-filter-group--collapsible > summary::-webkit-details-marker { display: none; }
.rb-filter-group--collapsible > summary::marker { display: none; content: ''; }
.rb-filter-group__label--inline {
  margin: 0;
  flex: 1 1 auto;
}
.rb-filter-group__count {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: var(--rb-radius-pill);
  background: var(--rb-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}
.rb-filter-group__count[hidden] { display: none; }
.rb-filter-group__toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--rb-accent-strong);
  letter-spacing: .04em;
  padding: 6px 12px;
  border-radius: var(--rb-radius-pill);
  background: var(--rb-accent-soft);
  transition: background .2s ease;
}
.rb-filter-group--collapsible:hover > summary .rb-filter-group__toggle {
  background: var(--rb-accent);
  color: #fff;
}
.rb-filter-group__toggle-icon {
  transition: transform .25s ease;
  flex-shrink: 0;
}
.rb-filter-group--collapsible[open] .rb-filter-group__toggle-icon {
  transform: rotate(180deg);
}
.rb-filter-group__toggle-close { display: none; }
.rb-filter-group--collapsible[open] .rb-filter-group__toggle-open { display: none; }
.rb-filter-group--collapsible[open] .rb-filter-group__toggle-close { display: inline; }
.rb-filter-group__body {
  padding-top: 6px;
  animation: rb-filter-fadein .25s ease;
}
@keyframes rb-filter-fadein {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===== サブグループ (美容/ボディ/ウェルネス/暮らし) ===== */
.rb-filter-subgroup {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed var(--rb-line);
}
.rb-filter-subgroup:first-of-type {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
}
.rb-filter-subgroup__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--rb-muted);
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.rb-filter-subgroup--lifestyle .rb-filter-subgroup__label {
  color: var(--rb-warm-accent);
}

/* warm 色のフィルタチップ (暮らしカテゴリ) */
.rb-filter-chip--warm:hover {
  border-color: var(--rb-warm-accent);
  color: var(--rb-warm-accent);
}
.rb-filter-chip--warm.is-active {
  background: var(--rb-warm-accent);
  border-color: var(--rb-warm-accent);
  color: #fff;
}

.rb-filter-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed var(--rb-line);
  flex-wrap: wrap;
}
.rb-filter-status p {
  margin: 0;
  font-size: 13px;
  color: var(--rb-muted);
}
.rb-filter-status #rb-result-count {
  color: var(--rb-accent-strong);
  font-weight: 700;
  font-size: 15px;
}
.rb-filter-reset {
  background: transparent;
  border: 1px solid var(--rb-line);
  color: var(--rb-muted);
  padding: 6px 14px;
  border-radius: var(--rb-radius-pill);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  transition: all .2s ease;
  margin-left: auto;
}
.rb-filter-reset:hover {
  background: #fff;
  border-color: var(--rb-accent);
  color: var(--rb-accent-strong);
}

/* Region block */
.rb-region-block {
  padding: 48px 0 32px;
  background: #fff;
}
.rb-region-block:nth-child(even) { background: var(--rb-bg-soft); }
@media (max-width: 768px) { .rb-region-block { padding: 32px 0 24px; } }
.rb-region-block__head {
  margin-bottom: 24px;
}
.rb-region-block__head h2 {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: var(--rb-text);
  border-bottom: 2px solid var(--rb-accent);
  padding-bottom: 10px;
}
.rb-region-label { letter-spacing: .04em; }
.rb-region-count {
  font-size: 12px;
  color: var(--rb-muted);
  font-weight: 500;
}

/* Store list grid */
.rb-store-list-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) { .rb-store-list-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .rb-store-list-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; } }

.rb-store-list-card {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.rb-store-list-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--rb-shadow);
}
.rb-store-list-card .rb-store-card__img {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--rb-accent-soft);
  position: relative;
}
.rb-store-list-card .rb-store-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rb-store-card__img-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(45deg, var(--rb-accent-soft) 0 10px, #fff 10px 20px);
}
.rb-store-card__img-placeholder span {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--rb-accent-strong);
  font-weight: 700;
}
.rb-store-card__ext-badge {
  position: absolute;
  top: 10px; right: 10px;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--rb-accent-strong);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--rb-shadow-soft);
}
.rb-store-list-card .rb-store-card__body {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rb-store-list-card .rb-store-card__area {
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--rb-accent-strong);
  font-weight: 700;
  margin-bottom: 6px;
}
.rb-store-list-card .rb-store-card__name {
  margin: 0 0 12px;
  font-size: 17px;
  font-weight: 700;
  color: var(--rb-text);
}
.rb-store-list-card .rb-pill-row {
  margin-bottom: 12px;
}
.rb-store-card__addr {
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--rb-muted);
  margin: 0 0 16px;
  flex: 1;
}
.rb-store-list-card .rb-store-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  color: var(--rb-accent-strong);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
}
.rb-store-list-card .rb-store-card__cta::after {
  content: "→";
  transition: transform .2s ease;
}
.rb-store-list-card .rb-store-card__cta:hover::after { transform: translateX(4px); }

/* Empty state */
.rb-storelist-empty {
  padding: 80px 0;
  text-align: center;
  background: #fff;
}
.rb-storelist-empty p {
  font-size: 15px;
  color: var(--rb-muted);
  margin: 0 0 20px;
}

/* =========================================================
   STORE PAGE: rb-breadcrumb (パンくず)
   ========================================================= */
/* l-header (position:fixed, 高さ約120px) に被らないよう breadcrumb にも上余白を確保。
   背景をHero(白)と統一し、ヘッダー直下から続く視覚的な一体感をつくる。 */
.rb-breadcrumb {
  padding: 128px 0 8px;
  font-size: 12.5px;
  color: var(--rb-muted);
  background:
    radial-gradient(700px 320px at 100% 0%, rgba(216, 237, 247, 0.5), transparent 60%),
    radial-gradient(600px 280px at 0% 100%, rgba(253, 231, 238, 0.35), transparent 60%),
    #fff;
}
@media (max-width: 768px) { .rb-breadcrumb { padding-top: 84px; } }
@media (max-width: 480px) { .rb-breadcrumb { padding-top: 70px; } }
.rb-breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.rb-breadcrumb li {
  display: inline-flex;
  align-items: center;
}
.rb-breadcrumb li::after {
  content: "›";
  margin-left: 6px;
  color: var(--rb-line);
}
.rb-breadcrumb li:last-child::after { content: ""; }
.rb-breadcrumb a {
  color: var(--rb-muted);
  text-decoration: none;
}
.rb-breadcrumb a:hover { color: var(--rb-accent-strong); }

/* =========================================================
   STORE PAGE: rb-tags-strip (Strength Tags 帯)
   ========================================================= */
.rb-tags-strip {
  padding: 24px 0;
  background: var(--rb-bg-soft);
  border-top: 1px solid var(--rb-line);
  border-bottom: 1px solid var(--rb-line);
}

/* =========================================================
   STORE PAGE: rb-store-pricing (各店舗の脱毛メニュー)
   ========================================================= */
.rb-store-pricing {
  padding: 80px 0;
  background: var(--rb-bg-soft);
}
@media (max-width: 768px) { .rb-store-pricing { padding: 56px 0; } }

.rb-store-pricing__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .rb-store-pricing__grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
}

.rb-store-pricing__card {
  background: #fff;
  border-radius: var(--rb-radius-md);
  padding: 22px 18px 20px;
  border: 1px solid var(--rb-line);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.rb-store-pricing__card:hover {
  transform: translateY(-3px);
  border-color: var(--rb-accent-soft);
  box-shadow: var(--rb-shadow-soft);
}
.rb-store-pricing__label {
  display: inline-block;
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--rb-accent-strong);
  background: var(--rb-accent-soft);
  padding: 3px 10px;
  border-radius: var(--rb-radius-pill);
}
.rb-store-pricing__name {
  margin: 4px 0 6px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--rb-text);
  line-height: 1.55;
}
.rb-store-pricing__name small {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--rb-muted);
  margin-top: 2px;
}
.rb-store-pricing__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
  border-top: 1px dashed var(--rb-line);
  padding-top: 10px;
  margin-top: 4px;
}
.rb-store-pricing__amount {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: var(--rb-accent-strong);
  letter-spacing: -.01em;
  line-height: 1;
}
.rb-store-pricing__unit {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--rb-text);
}
.rb-store-pricing__meta {
  font-size: 11px;
  color: var(--rb-muted);
  letter-spacing: .02em;
}

.rb-store-pricing__features {
  list-style: none;
  padding: 0;
  margin: 32px 0 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 768px) {
  .rb-store-pricing__features {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
  }
}
.rb-store-pricing__features li {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 12px 16px;
  font-size: 13px;
  color: var(--rb-muted);
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
}
.rb-store-pricing__feature-label {
  flex-shrink: 0;
  display: inline-block;
  padding: 4px 10px;
  border-radius: var(--rb-radius-pill);
  background: var(--rb-accent-soft);
  color: var(--rb-accent-strong);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}

/* =========================================================
   STORE PAGE: rb-related-value (脱毛の先にも、続けたくなる理由)
   ========================================================= */
.rb-related-value {
  padding: 72px 0;
  background: var(--rb-bg-soft);
}
@media (max-width: 768px) { .rb-related-value { padding: 48px 0; } }
.rb-related-value__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.rb-related-value__inner .rb-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
}
.rb-related-value__inner h2 {
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 18px;
  color: var(--rb-text);
  text-wrap: balance;
}
.rb-related-value__inner p {
  font-size: 15px;
  line-height: 1.95;
  margin: 0 0 8px;
  color: var(--rb-text);
  text-wrap: pretty;
}

/* =========================================================
   STORE PAGE: rb-store-hero (店舗ヒーロー: 画像+予約CTA+SNS)
   ========================================================= */
.rb-store-hero {
  padding: 56px 0 64px;
  background: #fff;
}
@media (max-width: 768px) { .rb-store-hero { padding: 40px 0 48px; } }

.rb-store-hero__grid {
  display: grid;
  gap: 32px;
  align-items: center;
}
@media (min-width: 960px) {
  .rb-store-hero__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}

.rb-store-hero__img {
  border-radius: var(--rb-radius-lg);
  overflow: hidden;
  box-shadow: var(--rb-shadow);
  aspect-ratio: 16 / 10;
  background: var(--rb-accent-soft);
}
.rb-store-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rb-store-hero__name {
  font-size: clamp(24px, 3.4vw, 32px);
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 16px;
  color: var(--rb-text);
}
.rb-store-hero__name span {
  display: block;
  font-size: 12.5px;
  letter-spacing: .14em;
  color: var(--rb-warm-accent);
  font-weight: 700;
  margin-bottom: 6px;
}

.rb-store-hero__intro {
  font-size: 15px;
  line-height: 1.85;
  color: var(--rb-muted);
  margin: 0 0 24px;
}

.rb-store-hero__cta {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
}
.rb-store-hero__cta li {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.rb-store-hero__cta .rb-btn {
  flex: 1 1 auto;
  min-width: 200px;
}
.rb-store-hero__cta-label {
  background: var(--rb-warm-soft);
  color: var(--rb-warm-accent);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 6px 12px;
  border-radius: var(--rb-radius-pill);
  white-space: nowrap;
}

.rb-store-hero__sns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.rb-store-hero__sns a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-pill);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--rb-text);
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}
.rb-store-hero__sns a:hover {
  background: var(--rb-bg-soft);
  border-color: var(--rb-accent);
}
.rb-store-hero__sns svg {
  color: var(--rb-accent-strong);
}
.rb-line-badge {
  background: #06c755;
  color: #fff;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 3px 8px;
  border-radius: 4px;
  line-height: 1.2;
}

/* =========================================================
   STORE PAGE: rb-store-story (店舗紹介)
   ========================================================= */
.rb-store-story {
  padding: 72px 0;
  background: #fff;
}
@media (max-width: 768px) { .rb-store-story { padding: 48px 0; } }
.rb-store-story__body {
  max-width: 820px;
  margin: 0 auto;
}
.rb-store-story__body p {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 22px;
  color: var(--rb-text);
  text-wrap: pretty;
}
.rb-store-story__body p:last-of-type { margin-bottom: 28px; }

.rb-store-story__features {
  list-style: none;
  padding: 22px 28px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  background: var(--rb-bg-soft);
  border-radius: var(--rb-radius-md);
  border: 1px solid var(--rb-line);
}
.rb-store-story__features li {
  position: relative;
  padding-left: 22px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--rb-text);
}
.rb-store-story__features li::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--rb-accent);
}
.rb-store-story__features li::after {
  content: "✓";
  position: absolute;
  left: 2px; top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
}

/* =========================================================
   STORE PAGE: rb-owner (オーナーカード)
   ========================================================= */
.rb-owner {
  padding: 72px 0;
  background: var(--rb-bg-soft);
}
@media (max-width: 768px) { .rb-owner { padding: 48px 0; } }
.rb-owner__card {
  display: grid;
  gap: 28px;
  align-items: center;
  background: #fff;
  border-radius: var(--rb-radius-lg);
  padding: 32px;
  box-shadow: var(--rb-shadow-soft);
  border: 1px solid var(--rb-line);
  max-width: 920px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  .rb-owner__card { grid-template-columns: 220px 1fr; gap: 36px; }
}
.rb-owner__img {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--rb-warm-soft);
  margin: 0 auto;
}
.rb-owner__img img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.rb-owner__label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .2em;
  font-weight: 700;
  color: var(--rb-warm-accent);
  margin-bottom: 6px;
}
.rb-owner__name {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 14px;
  letter-spacing: .04em;
  color: var(--rb-text);
}
.rb-owner__bio {
  font-size: 14.5px;
  line-height: 1.95;
  margin: 0;
  color: var(--rb-text);
  text-wrap: pretty;
}

/* =========================================================
   STORE PAGE: rb-gallery (店舗の雰囲気)
   ========================================================= */
.rb-gallery {
  padding: 72px 0;
  background: #fff;
}
@media (max-width: 768px) { .rb-gallery { padding: 48px 0; } }
.rb-gallery__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 1;
  column-gap: 14px;
}
@media (min-width: 720px) {
  .rb-gallery__grid { column-count: 3; column-gap: 18px; }
}
.rb-gallery__grid li {
  border-radius: var(--rb-radius-md);
  overflow: hidden;
  background: var(--rb-accent-soft);
  break-inside: avoid;
  margin-bottom: 14px;
}
@media (min-width: 720px) {
  .rb-gallery__grid li { margin-bottom: 18px; }
}
.rb-gallery__grid img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .35s ease;
}
.rb-gallery__grid li:hover img { transform: scale(1.04); }

/* =========================================================
   STORE PAGE: rb-store-info (店舗情報 + Map)
   ========================================================= */
.rb-store-info {
  padding: 72px 0;
  background: var(--rb-bg-soft);
}
@media (max-width: 768px) { .rb-store-info { padding: 48px 0; } }
.rb-store-info__grid {
  display: grid;
  gap: 28px;
}
@media (min-width: 960px) {
  .rb-store-info__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }
}
.rb-store-info__list {
  margin: 0;
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-lg);
  overflow: hidden;
}
.rb-store-info__list > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--rb-line);
  font-size: 14.5px;
  align-items: start;
}
.rb-store-info__list > div:last-child { border-bottom: 0; }
.rb-store-info__list dt {
  color: var(--rb-muted);
  font-weight: 600;
  font-size: 13px;
}
.rb-store-info__list dd { margin: 0; color: var(--rb-text); line-height: 1.7; }
.rb-store-info__list dd a {
  color: var(--rb-accent-strong);
  font-weight: 600;
  text-decoration: none;
}
.rb-store-info__list dd a:hover { text-decoration: underline; }
@media (max-width: 640px) {
  .rb-store-info__list > div { grid-template-columns: 1fr; gap: 4px; padding: 14px 18px; }
}
.rb-store-info__map {
  border-radius: var(--rb-radius-lg);
  overflow: hidden;
  box-shadow: var(--rb-shadow-soft);
  aspect-ratio: 4 / 3;
  background: var(--rb-accent-soft);
}
.rb-store-info__map iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* =========================================================
   STORE PAGE: rb-store-cta (予約帯)
   ========================================================= */
.rb-store-cta {
  padding: 72px 0;
  background: linear-gradient(135deg, var(--rb-warm-soft) 0%, var(--rb-accent-soft) 100%);
}
@media (max-width: 768px) { .rb-store-cta { padding: 48px 0; } }
.rb-store-cta__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.rb-store-cta h2 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 24px;
  color: var(--rb-text);
}
.rb-store-cta__btns {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.rb-store-cta__btns .rb-btn { min-width: 240px; }
.rb-store-cta__meta {
  font-size: 13px;
  color: var(--rb-muted);
  margin: 0;
}
.rb-store-cta__meta a {
  color: var(--rb-accent-strong);
  font-weight: 700;
  text-decoration: none;
}
.rb-store-cta__meta a:hover { text-decoration: underline; }

/* =========================================================
   STORE PAGE: rb-brand-note (Brand Note + TOPへ戻る)
   ========================================================= */
.rb-brand-note {
  padding: 64px 0 80px;
  background: var(--rb-warm-soft);
}
@media (max-width: 768px) { .rb-brand-note { padding: 48px 0 56px; } }
.rb-brand-note__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.rb-brand-note__inner h2 {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.5;
  font-weight: 700;
  margin: 12px 0 16px;
  color: var(--rb-text);
}
.rb-brand-note__inner p {
  font-size: 14.5px;
  line-height: 1.95;
  color: var(--rb-text);
  margin: 0 0 24px;
  text-wrap: pretty;
}

/* =========================================================
   FC PAGE: Customer Journey (Stage 1-3)
   ========================================================= */
.fc-journey {
  max-width: 980px;
  margin: 36px auto 0;
}
.fc-journey__intro {
  text-align: center;
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 20px 24px;
  margin-bottom: 28px;
  box-shadow: var(--rb-shadow-soft);
}
.fc-journey__intro p {
  margin: 0;
  font-size: 15px;
  color: var(--rb-text);
  font-weight: 600;
}
.fc-journey__arrow {
  display: inline-block;
  margin: 0 12px;
  color: var(--rb-accent-strong);
  font-weight: 700;
}
.fc-stages {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .fc-stages { grid-template-columns: repeat(3, 1fr); }
}
.fc-stage {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 28px 24px;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fc-stage:hover {
  transform: translateY(-3px);
  box-shadow: var(--rb-shadow);
}
.fc-stage__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--rb-accent-soft);
  color: var(--rb-accent-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 14px;
}
.fc-stage__stage {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10.5px;
  letter-spacing: .18em;
  color: var(--rb-accent-strong);
  font-weight: 700;
  margin-bottom: 6px;
}
.fc-stage h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--rb-text);
  line-height: 1.4;
}
.fc-stage__customer {
  font-size: 13.5px;
  color: var(--rb-text);
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed var(--rb-line);
  line-height: 1.7;
}
.fc-stage__customer strong {
  color: var(--rb-accent-strong);
  font-weight: 700;
}
.fc-stage__partner-label {
  font-size: 10.5px;
  letter-spacing: .14em;
  color: var(--rb-muted);
  font-weight: 700;
  margin-bottom: 6px;
}
.fc-stage__partner {
  font-size: 13px;
  color: var(--rb-muted);
  line-height: 1.75;
  margin: 0;
}
.fc-stage__highlight {
  margin-top: 14px;
  padding: 10px 14px;
  background: var(--rb-accent-soft);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--rb-accent-strong);
  text-align: center;
}
.fc-stage--3 {
  background: linear-gradient(135deg, var(--rb-warm-soft) 0%, #fff 60%);
  border-color: #f0d8a0;
}
.fc-stage--3 .fc-stage__icon {
  background: var(--rb-warm-accent);
  color: #fff;
}
.fc-stage--3 .fc-stage__stage,
.fc-stage--3 .fc-stage__customer strong {
  color: var(--rb-warm-accent);
}
.fc-stage--3 .fc-stage__highlight {
  background: var(--rb-warm-accent);
  color: #fff;
}

/* =========================================================
   FC PAGE: Revenue Layers (3レイヤー構造)
   ========================================================= */
.fc-layers {
  max-width: 900px;
  margin: 36px auto 0;
}
.fc-layer {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 24px 28px;
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fc-layer:hover {
  transform: translateX(4px);
  box-shadow: var(--rb-shadow-soft);
}
.fc-layer__index {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--rb-accent-soft);
  color: var(--rb-accent-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 800;
  font-size: 16px;
  flex-shrink: 0;
}
.fc-layer__body { }
.fc-layer__tag {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: .14em;
  color: var(--rb-accent-strong);
  font-weight: 700;
  margin-bottom: 6px;
}
.fc-layer h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--rb-text);
}
.fc-layer p {
  margin: 0;
  font-size: 13.5px;
  color: var(--rb-muted);
  line-height: 1.75;
}
.fc-layer__rate {
  text-align: right;
  flex-shrink: 0;
  padding-left: 16px;
  border-left: 1px dashed var(--rb-line);
}
.fc-layer__rate strong {
  display: block;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--rb-accent-strong);
  letter-spacing: -.01em;
  white-space: nowrap;
}
.fc-layer__rate span {
  font-size: 10.5px;
  color: var(--rb-muted);
  font-weight: 600;
  letter-spacing: .04em;
}
.fc-layer--fan {
  background: linear-gradient(135deg, var(--rb-warm-soft) 0%, #fff 60%);
  border-color: #f0d8a0;
}
.fc-layer--fan .fc-layer__index {
  background: var(--rb-warm-accent);
  color: #fff;
}
.fc-layer--fan .fc-layer__tag,
.fc-layer--fan .fc-layer__rate strong {
  color: var(--rb-warm-accent);
}
@media (max-width: 720px) {
  .fc-layer {
    grid-template-columns: auto 1fr;
    gap: 16px;
  }
  .fc-layer__rate {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px dashed var(--rb-line);
    padding: 12px 0 0;
    text-align: left;
    display: flex;
    align-items: baseline;
    gap: 10px;
  }
}

/* =========================================================
   FC PAGE: Key Message Band (強調帯)
   ========================================================= */
.fc-key-band {
  background: linear-gradient(135deg, #1f2937 0%, var(--rb-accent-strong) 100%);
  color: #fff;
  padding: 80px 24px;
  margin: 0;
}
.fc-key-band__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.fc-key-band__eyebrow {
  font-size: 11px;
  letter-spacing: .2em;
  color: #ffe27a;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
}
.fc-key-band h2 {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.6;
  text-wrap: balance;
  color: #fff;
}
.fc-key-band h2 em {
  font-style: normal;
  color: #ffe27a;
  background: linear-gradient(transparent 60%, rgba(255, 226, 122, .25) 60%);
  padding: 0 6px;
}
.fc-key-band p {
  font-size: 14.5px;
  margin: 0;
  opacity: .92;
  line-height: 1.9;
  max-width: 680px;
  margin-inline: auto;
}

/* =========================================================
   FC PAGE: 比較表 (vs 機材販売型)
   ========================================================= */
.fc-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .fc-compare { grid-template-columns: 1fr 1fr; }
}
.fc-compare__col {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 28px 24px;
}
.fc-compare__col--ours {
  background: linear-gradient(135deg, var(--rb-accent-soft) 0%, #fff 100%);
  border-color: var(--rb-accent);
  box-shadow: var(--rb-shadow);
  position: relative;
}
.fc-compare__col--ours::before {
  content: "RECOMMENDED";
  position: absolute;
  top: -10px;
  right: 20px;
  background: var(--rb-accent);
  color: #fff;
  padding: 4px 12px;
  border-radius: var(--rb-radius-pill);
  font-size: 10px;
  letter-spacing: .14em;
  font-weight: 700;
}
.fc-compare__label {
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 700;
  color: var(--rb-muted);
  margin-bottom: 8px;
}
.fc-compare__col--ours .fc-compare__label {
  color: var(--rb-accent-strong);
}
.fc-compare__col h3 {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  color: var(--rb-text);
}
.fc-compare__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fc-compare__list li {
  font-size: 14px;
  color: var(--rb-text);
  line-height: 1.7;
  padding-left: 28px;
  position: relative;
}
.fc-compare__list li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--rb-pink-soft);
  color: #b03060;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}
.fc-compare__col--ours .fc-compare__list li::before {
  content: "✓";
  background: var(--rb-accent);
  color: #fff;
}

/* =========================================================
   FC PAGE: サポート体制 4カード
   ========================================================= */
.fc-support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .fc-support-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
.fc-support-card {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 28px 26px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.fc-support-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--rb-shadow-soft);
}
.fc-support-card__head {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rb-line);
}
.fc-support-card__label {
  display: inline-block;
  font-size: 10.5px;
  letter-spacing: .14em;
  color: var(--rb-accent-strong);
  background: var(--rb-accent-soft);
  padding: 4px 12px;
  border-radius: var(--rb-radius-pill);
  font-weight: 700;
  margin-bottom: 10px;
}
.fc-support-card h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: var(--rb-text);
}
.fc-support-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fc-support-card__list li {
  font-size: 13.5px;
  color: var(--rb-muted);
  line-height: 1.65;
  padding-left: 18px;
  position: relative;
}
.fc-support-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rb-accent);
}

/* =========================================================
   FC PAGE: コスト ヒーロー型 (事業開始100万円〜)
   ========================================================= */
.fc-cost-hero {
  margin: 40px auto 24px;
  max-width: 540px;
  background: linear-gradient(135deg, var(--rb-accent-soft) 0%, #fff 60%, var(--rb-pink-soft) 100%);
  border: 1px solid var(--rb-accent-soft);
  border-radius: var(--rb-radius-lg);
  padding: 40px 32px 36px;
  text-align: center;
  box-shadow: var(--rb-shadow);
}
.fc-cost-hero__label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--rb-accent-strong);
  background: #fff;
  padding: 5px 16px;
  border-radius: var(--rb-radius-pill);
  font-weight: 700;
  margin-bottom: 18px;
  border: 1px solid var(--rb-accent-soft);
}
.fc-cost-hero__amount {
  margin: 0 0 12px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}
.fc-cost-hero__amount-num {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(64px, 9vw, 96px);
  font-weight: 800;
  color: var(--rb-accent-strong);
  letter-spacing: -.03em;
  line-height: 1;
}
.fc-cost-hero__amount-unit {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 700;
  color: var(--rb-text);
}
.fc-cost-hero__sub {
  margin: 0;
  font-size: 14.5px;
  color: var(--rb-text);
  font-weight: 600;
  line-height: 1.7;
}

.fc-cost-included {
  list-style: none;
  padding: 0;
  margin: 24px auto 20px;
  max-width: 720px;
}
.fc-cost-included li {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 18px 24px;
  font-size: 13.5px;
  line-height: 1.85;
  color: var(--rb-muted);
}
.fc-cost-included__label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .12em;
  color: var(--rb-accent-strong);
  background: var(--rb-accent-soft);
  padding: 4px 12px;
  border-radius: var(--rb-radius-pill);
  font-weight: 700;
  margin-right: 12px;
  vertical-align: 2px;
  white-space: nowrap;
}

/* =========================================================
   FC PAGE: コスト 2カード (旧スタイル、互換のため残置)
   ========================================================= */
.fc-cost-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 36px;
}
@media (min-width: 600px) {
  .fc-cost-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}
.fc-cost-card {
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  padding: 32px 28px;
  text-align: center;
}
.fc-cost-card__label {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .14em;
  color: var(--rb-accent-strong);
  background: var(--rb-accent-soft);
  padding: 4px 14px;
  border-radius: var(--rb-radius-pill);
  font-weight: 700;
  margin-bottom: 14px;
}
.fc-cost-card__name {
  font-size: 14px;
  color: var(--rb-text);
  font-weight: 700;
  margin: 0 0 10px;
}
.fc-cost-card__amount {
  margin: 0 0 10px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.fc-cost-card__amount-num {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: var(--rb-accent-strong);
  letter-spacing: -.02em;
  line-height: 1;
}
.fc-cost-card__amount-unit {
  font-size: 16px;
  font-weight: 700;
  color: var(--rb-text);
}
.fc-cost-card__sub {
  margin: 0;
  font-size: 12px;
  color: var(--rb-muted);
  line-height: 1.6;
}

/* =========================================================
   FC PAGE: FAQ アコーディオン
   ========================================================= */
.fc-faq {
  margin-top: 28px;
  border-top: 1px solid var(--rb-line);
}
.fc-faq__item {
  border-bottom: 1px solid var(--rb-line);
}
.fc-faq__item > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--rb-text);
  position: relative;
  padding-right: 36px;
}
.fc-faq__item > summary::-webkit-details-marker { display: none; }
.fc-faq__item > summary::marker { display: none; content: ''; }
.fc-faq__item > summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: var(--rb-accent-strong);
  font-weight: 300;
  transition: transform .25s ease;
  line-height: 1;
}
.fc-faq__item[open] > summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.fc-faq__q {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--rb-accent);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.fc-faq__a {
  display: flex;
  gap: 14px;
  padding: 0 4px 20px 4px;
  font-size: 14px;
  color: var(--rb-muted);
  line-height: 1.85;
}
.fc-faq__a-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--rb-accent-soft);
  color: var(--rb-accent-strong);
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.fc-faq__a p {
  margin: 0;
}

/* =========================================================
   FC PAGE: お問い合わせフォーム
   ========================================================= */
.fc-form {
  margin-top: 36px;
  background: #fff;
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-lg);
  padding: 32px 28px;
  box-shadow: var(--rb-shadow-soft);
}
@media (min-width: 768px) {
  .fc-form { padding: 40px 36px; }
}
.fc-form__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 18px;
}
@media (min-width: 600px) {
  .fc-form__row { grid-template-columns: 1fr 1fr; gap: 20px; }
}
.fc-form__field {
  display: block;
  margin-bottom: 18px;
  border: 0;
  padding: 0;
}
.fc-form__row > .fc-form__field {
  margin-bottom: 0;
}
.fc-form__label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--rb-text);
  margin-bottom: 8px;
  letter-spacing: .02em;
}
.fc-form__required {
  display: inline-block;
  background: var(--rb-pink-soft);
  color: #b03060;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--rb-radius-pill);
  margin-left: 6px;
  letter-spacing: .04em;
  vertical-align: 1px;
}
.fc-form__field input[type="text"],
.fc-form__field input[type="email"],
.fc-form__field input[type="tel"],
.fc-form__field select,
.fc-form__field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--rb-line);
  border-radius: 10px;
  font-size: 14.5px;
  font-family: inherit;
  background: #fff;
  color: var(--rb-text);
  transition: border-color .2s ease, box-shadow .2s ease;
  box-sizing: border-box;
}
.fc-form__field input:focus,
.fc-form__field select:focus,
.fc-form__field textarea:focus {
  outline: none;
  border-color: var(--rb-accent);
  box-shadow: 0 0 0 3px rgba(86, 172, 225, .15);
}
.fc-form__field textarea {
  resize: vertical;
  min-height: 100px;
}
.fc-form__field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7.4'%3e%3cpath d='M12,1.4l-6,6L0,1.4,1.4,0l4.6,4.6L10.6,0Z' fill='%232f8fc7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px;
  padding-right: 36px;
}
.fc-form__check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.fc-form__check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1.5px solid var(--rb-line);
  border-radius: var(--rb-radius-pill);
  cursor: pointer;
  font-size: 13.5px;
  color: var(--rb-text);
  background: #fff;
  transition: border-color .2s ease, background .2s ease;
}
.fc-form__check input {
  margin: 0;
  accent-color: var(--rb-accent-strong);
}
.fc-form__check:hover {
  border-color: var(--rb-accent);
}
.fc-form__check:has(input:checked) {
  border-color: var(--rb-accent);
  background: var(--rb-accent-soft);
  color: var(--rb-accent-strong);
  font-weight: 700;
}
.fc-form__note {
  font-size: 12px;
  color: var(--rb-muted);
  background: var(--rb-bg-soft);
  padding: 12px 14px;
  border-radius: 8px;
  border-left: 3px solid var(--rb-accent);
  margin: 24px 0 20px;
  line-height: 1.6;
}
.fc-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.fc-form__submit .rb-btn {
  min-width: 240px;
}
.fc-form__result {
  margin-top: 24px;
  padding: 20px 24px;
  background: linear-gradient(135deg, var(--rb-accent-soft) 0%, #fff 100%);
  border: 1px solid var(--rb-accent);
  border-radius: var(--rb-radius-md);
  text-align: center;
}
.fc-form__result p {
  margin: 0;
  font-size: 14px;
  color: var(--rb-accent-strong);
  font-weight: 600;
  line-height: 1.7;
}

/* Honeypot (Bot対策: 人間には見えないフィールド) */
.fc-form__honeypot {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* 個人情報同意チェックボックス */
.fc-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  padding: 16px 18px;
  background: var(--rb-bg-soft);
  border: 1px solid var(--rb-line);
  border-radius: var(--rb-radius-md);
  cursor: pointer;
}
.fc-form__consent input[type="checkbox"] {
  margin-top: 3px;
  width: 18px;
  height: 18px;
  accent-color: var(--rb-accent-strong);
  flex-shrink: 0;
  cursor: pointer;
}
.fc-form__consent span {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--rb-text);
}
.fc-form__consent a {
  color: var(--rb-accent-strong);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fc-form__consent a:hover {
  color: var(--rb-accent);
}

/* 送信結果 3状態: loading / success / error */
.fc-form__result--loading {
  background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
  border-color: #ddd;
}
.fc-form__result--loading p {
  color: var(--rb-muted);
}
.fc-form__result--success {
  background: linear-gradient(135deg, var(--rb-accent-soft) 0%, #fff 100%);
  border-color: var(--rb-accent);
}
.fc-form__result--success h3 {
  font-size: 18px;
  color: var(--rb-accent-strong);
  margin: 0 0 10px;
  font-weight: 700;
}
.fc-form__result--success p {
  color: var(--rb-text);
  font-weight: 500;
}
.fc-form__result--error {
  background: linear-gradient(135deg, #fdecea 0%, #fff 100%);
  border-color: #e74c3c;
}
.fc-form__result--error p {
  color: #c0392b;
}

/* 送信ボタンの無効状態 */
.fc-form__submit .rb-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}


/* =========================================================
   アクセシビリティ / タップターゲット改善 (SEO Phase 4)
   ========================================================= */

/* 
   モバイル: ヘッダー内SNSアイコン、KVサムネイル、ページネーションボタンなど
   タップターゲット最小44x44px推奨 (Google推奨: 48x48px)
*/
@media (max-width: 768px) {
  /* Instagramアイコン (min 44px) */
  .l-header__head-sns-list a {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  /* KVスライダーのページネーションドット */
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 6px !important;
  }
  
  /* 店舗カード内の「pillタグ」がタップ可能に見えないよう装飾のみに */
  .rb-pill {
    pointer-events: none;
  }
}

/* リンクの下線を明示 (デフォルトの色だけでは区別しにくいユーザー向け) */
.rb-prose a,
.rb-brand-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* フォーカスリング (キーボード操作性) */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--rb-accent-strong);
  outline-offset: 3px;
  border-radius: 4px;
}

/* =========================================================
   Privacy Policy ページ用スタイル
   他ページの本文と同じテイスト・ゆったり行間で読みやすく
   ========================================================= */

/* ページ導入部の本文 */
.rb-page-section .rb-prose p {
  font-size: 15.5px;
  line-height: 2.0;
  color: var(--rb-text);
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .rb-page-section .rb-prose p {
    font-size: 16px;
    line-height: 2.1;
  }
}

/* 各条項ブロック */
.rb-privacy__item {
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid var(--rb-line);
}
.rb-privacy__item:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 48px;
}

/* 条項見出し (1. 個人情報の定義 等) */
.rb-privacy__h2 {
  font-size: 21px;
  font-weight: 700;
  color: var(--rb-text);
  margin: 0 0 24px;
  padding-left: 16px;
  border-left: 4px solid var(--rb-accent);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .rb-privacy__h2 {
    font-size: 23px;
    padding-left: 20px;
  }
}

/* 小見出し ((1) お客様等から... 等) */
.rb-privacy__h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--rb-accent-strong);
  margin: 32px 0 16px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .rb-privacy__h3 { font-size: 17px; }
}

/* 本文段落 */
.rb-privacy__item p {
  font-size: 15px;
  line-height: 2.0;
  color: var(--rb-text);
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .rb-privacy__item p {
    font-size: 15.5px;
    line-height: 2.1;
  }
}
.rb-privacy__item p:last-child {
  margin-bottom: 0;
}

/* 箇条書きリスト */
.rb-privacy__list {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
}
.rb-privacy__list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  font-size: 14.5px;
  line-height: 1.95;
  color: var(--rb-text);
}
.rb-privacy__list li:last-child {
  margin-bottom: 0;
}
.rb-privacy__list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rb-accent);
}
@media (min-width: 768px) {
  .rb-privacy__list li {
    font-size: 15px;
    line-height: 2.0;
  }
  .rb-privacy__list li::before {
    top: 13px;
  }
}

/* 注釈 */
.rb-privacy__note {
  font-size: 13px;
  color: var(--rb-muted);
  margin-top: 12px;
  padding: 12px 16px;
  background: var(--rb-bg-soft);
  border-radius: var(--rb-radius-md);
  border-left: 3px solid var(--rb-line);
}

/* 制定日・会社情報 */
.rb-privacy__meta {
  margin-top: 72px;
  padding: 32px 36px;
  background: var(--rb-bg-soft);
  border-radius: var(--rb-radius-md);
  border: 1px solid var(--rb-line);
}
.rb-privacy__meta p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 16px;
  color: var(--rb-muted);
}
.rb-privacy__meta p:last-child {
  margin-bottom: 0;
  color: var(--rb-text);
}
.rb-privacy__meta strong {
  color: var(--rb-text);
  font-weight: 700;
  font-size: 15.5px;
  display: inline-block;
  margin-bottom: 4px;
}

/* =========================================================
   SEO: フォントサイズ・タップターゲットの最終調整
   Lighthouse基準: 12px以上, 48x48px以上
   ========================================================= */

/* KVサムネイル(モバイル/PC共通) - 12px以下だったテキストを12pxに */
.rb-kv-thumb__item strong,
.rb-kv-thumb__item span,
.rb-kv-deco__chip,
.rb-hero__scroll-hint span {
  font-size: 12px !important;
  line-height: 1.5;
}

/* SCROLL テキストを装飾として拡大 */
.rb-hero__scroll-hint {
  font-size: 12px !important;
  letter-spacing: 0.1em;
}

/* PCナビメニューのタップターゲット拡大 (min 48px 高さ + 十分な間隔) */
@media (min-width: 769px) {
  .l-gnav__list > .l-gnav__item > a {
    min-height: 48px;
    padding: 12px 16px;
    display: inline-flex;
    align-items: center;
    margin: 0 2px;
  }
  .l-gnav__list > .l-gnav__item {
    padding: 0 4px;
  }
  /* Swiperページネーションドットにも十分な間隔 */
  .swiper-pagination-bullet {
    min-width: 12px;
    min-height: 12px;
    margin: 0 8px !important;
  }
}
/* モバイルでもドットの間隔を確保 */
.swiper-pagination-bullet {
  padding: 4px;
}

/* スキップリンクのタップターゲット (48px高さ) */
.rb-skip-link {
  min-height: 48px !important;
  padding: 14px 20px !important;
}
