/* ============================================================
   v2.css - 動きのあるポップな HOME (index-v2.html 専用)
   kitazawa-shika.com 風レイアウト + 可愛い演出
   ============================================================ */

body.v2 {
  --pop-pink: #FF8FA0;
  --pop-pink-light: #FFE5EA;
  --pop-pink-soft: #FFF0F3;
  --pop-yellow: #FFCB47;
  --pop-yellow-light: #FFF3D1;
  --pop-mint: #6DCFB0;
  --pop-mint-light: #D8F2E8;
  --pop-mint-soft: #EDFBF5;
  --pop-coral: #FF9874;
  --pop-coral-light: #FFE0CC;
  --pop-sky: #8DC8E2;
  --pop-sky-light: #E0F2F9;
  --pop-cream: #FFFAF0;
  --pop-text: #3A2F2A;
  --pop-text-mid: #6B5D55;
  background: var(--pop-cream);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: var(--pop-text);
}

/* ============================================================
   ローディング
   ============================================================ */
.loader {
  position: fixed; inset: 0; z-index: 9999;
  background: var(--pop-cream);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loader.hidden { opacity: 0; visibility: hidden; }
.loader-inner { text-align: center; }
.loader-tooth svg {
  width: 80px; height: 80px;
  color: var(--pop-pink);
  animation: tooth-bounce 1.4s ease-in-out infinite;
}
.loader-text {
  margin-top: 1rem;
  letter-spacing: 0.15em;
  font-size: 0.95rem;
  color: var(--pop-pink);
  font-weight: 700;
}
@keyframes tooth-bounce {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-12px) rotate(3deg); }
}

/* ============================================================
   ① HERO セクション
   ============================================================ */
.hero {
  position: relative;
  margin-top: 72px;
  padding: 5rem 0 3rem;
  background: linear-gradient(180deg, #A8DAEF 0%, #C7E6F2 40%, #E8F4FA 80%, #FFFAF0 100%);
  overflow: hidden;
}

/* 飛んでる気球ボタン(写真の上を漂う) */
.hero-balloon {
  position: absolute;
  top: 8%;
  left: -60px;
  width: 40px;
  z-index: 15;
  text-decoration: none;
  pointer-events: auto;
  animation: balloon-fly 28s linear infinite;
  filter: drop-shadow(0 4px 8px rgba(80, 130, 170, 0.25));
}
.hero-balloon .balloon-svg {
  width: 100%;
  height: auto;
  display: block;
  animation: balloon-bob 3s ease-in-out infinite;
}
.balloon-tag { display: none; }
@keyframes balloon-fly {
  0%   { left: -60px; top: 8%; }
  25%  { top: 5%; }
  50%  { left: 50%; top: 7%; }
  75%  { top: 5%; }
  100% { left: calc(100% + 60px); top: 8%; }
}
@keyframes balloon-bob {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50%      { transform: translateY(-8px) rotate(2deg); }
}
.hero-balloon:hover { animation-play-state: paused; }
.hero-balloon:hover .balloon-svg { transform: scale(1.08); transition: transform 0.3s ease; }
@media (max-width: 768px) {
  .hero-balloon { width: 64px; }
  .balloon-tag { font-size: 0.6rem; }
}

/* 装飾雲(空に浮かぶ) */
.blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: #fff;
  opacity: 0.7;
  filter: blur(2px);
  animation: blob-float 18s ease-in-out infinite;
}
.blob-1 { top: 4%; left: -6%; width: 280px; height: 130px; }
.blob-2 { top: 18%; right: -5%; width: 320px; height: 140px; animation-delay: -3s; }
.blob-3 { bottom: 18%; left: 5%; width: 240px; height: 110px; animation-delay: -6s; opacity: 0.55; }
.blob-4 { bottom: 8%; right: 6%; width: 200px; height: 90px; animation-delay: -9s; opacity: 0.6; }
.blob-5 { top: 36%; left: 18%; width: 180px; height: 80px; animation-delay: -2s; opacity: 0.5; }
.blob-6 { top: 50%; right: 22%; width: 220px; height: 100px; animation-delay: -5s; opacity: 0.45; }
.blob-7 { top: 8%; left: 38%; width: 160px; height: 70px; animation-delay: -7s; opacity: 0.6; }
.blob-8 { bottom: 32%; right: -4%; width: 260px; height: 115px; animation-delay: -11s; opacity: 0.55; }

@keyframes blob-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.05); }
  66% { transform: translate(-20px, 25px) scale(0.95); }
}

/* 可愛いイラスト散りばめ */
.cute-illusts {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 8;
  overflow: hidden;
}
.illust { position: absolute; }

/* 星 */
.illust-star {
  color: var(--pop-yellow);
  filter: drop-shadow(0 4px 8px rgba(255,200,71,0.4));
}
.illust-star-1 { width: 48px; height: 48px; top: 20%; right: 32%; animation: twinkle 2s ease-in-out infinite; }
.illust-star-2 { width: 36px; height: 36px; top: 58%; left: 28%; animation: twinkle 2.4s ease-in-out infinite 0.5s; }
.illust-star-3 { width: 32px; height: 32px; bottom: 18%; right: 14%; animation: twinkle 2.2s ease-in-out infinite 1s; color: var(--pop-pink); filter: drop-shadow(0 4px 8px rgba(255,143,160,0.4)); }
.illust-star-4 { width: 40px; height: 40px; bottom: 32%; left: 12%; animation: twinkle 2.6s ease-in-out infinite 1.5s; color: var(--pop-coral); filter: drop-shadow(0 4px 8px rgba(255,152,116,0.4)); }
@keyframes twinkle {
  0%, 100% { opacity: 0.7; transform: scale(0.9) rotate(-10deg); }
  50% { opacity: 1; transform: scale(1.15) rotate(15deg); }
}

/* 雲 */
.illust-cloud { color: #fff; opacity: 0.9; filter: drop-shadow(0 4px 10px rgba(80,130,170,0.15)); }
.illust-cloud-1 { width: 80px; height: 48px; top: 6%; left: 18%; animation: cloud-float 8s ease-in-out infinite; }
.illust-cloud-2 { width: 60px; height: 36px; top: 32%; left: 8%; animation: cloud-float 9s ease-in-out infinite 1s; }
.illust-cloud-3 { width: 70px; height: 42px; bottom: 18%; left: 22%; animation: cloud-float 10s ease-in-out infinite 2s; }
@keyframes cloud-float {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(15px); }
}

/* 地球(さりげなく溶け込む・スケルトン) */
.illust-earth {
  width: 130px; height: 145px;
  top: 26%; left: 33%;
  opacity: 0.45;
  filter: drop-shadow(0 4px 10px rgba(80, 130, 170, 0.15));
  animation: earth-bounce 8s ease-in-out infinite;
}
@keyframes earth-bounce {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(3deg) translateY(-6px); }
}
@media (max-width: 1280px) {
  .illust-earth { width: 110px; height: 122px; }
}
@media (max-width: 1024px) {
  .illust-earth { width: 90px; height: 100px; top: 24%; }
}
@media (max-width: 768px) {
  .illust-earth { width: 70px; height: 78px; top: 18%; left: 42%; }
}

/* 歯のイラスト(スケルトン・装飾) */
.illust-tooth {
  position: absolute;
  color: #fff;
  opacity: 0.42;
  filter: drop-shadow(0 4px 10px rgba(80, 130, 170, 0.18));
  animation: tooth-drift 7s ease-in-out infinite;
}
.illust-tooth-1 { width: 90px; height: 100px; top: 22%; left: 26%; }
.illust-tooth-2 { width: 64px; height: 70px; top: 60%; left: 8%; animation-delay: -2.5s; opacity: 0.38; }
.illust-tooth-3 { width: 56px; height: 62px; top: 12%; left: 10%; animation-delay: -4s; opacity: 0.4; color: var(--pop-pink); }
@keyframes tooth-drift {
  0%, 100% { transform: rotate(-6deg) translateY(0); }
  50% { transform: rotate(8deg) translateY(-10px); }
}
@media (max-width: 768px) {
  .illust-tooth-1 { width: 70px; height: 78px; }
  .illust-tooth-2 { display: none; }
  .illust-tooth-3 { width: 44px; height: 50px; }
}

/* ハート */
.illust-heart { color: var(--pop-pink); }
.illust-heart-1 { width: 22px; height: 22px; top: 22%; left: 22%; animation: heart-bounce 2s ease-in-out infinite; }
.illust-heart-2 { width: 18px; height: 18px; top: 70%; right: 33%; animation: heart-bounce 2.2s ease-in-out infinite 0.7s; color: var(--pop-coral); }
@keyframes heart-bounce {
  0%, 100% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.2) translateY(-6px); }
}

/* きらきら */
.illust-sparkle { color: var(--pop-pink); stroke: currentColor; stroke-width: 1.5; fill: none; }
.illust-sparkle-1 { width: 24px; height: 24px; top: 40%; right: 38%; animation: sparkle 2.4s ease-in-out infinite; }
.illust-sparkle-2 { width: 18px; height: 18px; bottom: 30%; left: 38%; animation: sparkle 2.4s ease-in-out infinite 1.2s; color: var(--pop-yellow); }
@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(0.5) rotate(0deg); }
  50% { opacity: 1; transform: scale(1) rotate(180deg); }
}

/* ハッシュタグシール */
.hashtag-stickers {
  position: absolute; inset: 0;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}
.sticker {
  position: absolute;
  display: inline-block;
  padding: 0.5rem 0.95rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 4px;
  background: #fff;
  color: var(--pop-text);
  white-space: nowrap;
  box-shadow: 1px 1px 0 rgba(0,0,0,0.04), 0 8px 16px rgba(0,0,0,0.12);
  border: 1px solid rgba(0,0,0,0.04);
  animation: sticker-wobble 3s ease-in-out infinite;
}
/* 付箋らしい折り返しコーナー */
.sticker::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 12px; height: 12px;
  background: linear-gradient(135deg, transparent 50%, rgba(0,0,0,0.06) 50%);
}
.sticker::before { content: none; }

/* 配置とアクセントカラー(文字色で差別化) */
.sticker-1 { color: var(--pop-pink); top: 8%; left: 3%; animation-delay: 0s; }
.sticker-2 { color: #C18A00; top: 18%; right: 38%; animation-delay: -0.4s; }
.sticker-3 { color: var(--pop-mint); top: 3%; right: 8%; animation-delay: -0.8s; }
.sticker-4 { color: var(--pop-pink); top: 45%; left: 1%; animation-delay: -1.2s; }
.sticker-5 { color: var(--pop-coral); top: 35%; right: 2%; animation-delay: -1.6s; }
.sticker-6 { color: var(--pop-sky); top: 62%; left: 7%; animation-delay: -2s; }
.sticker-7 { color: var(--pop-mint); bottom: 18%; right: 42%; animation-delay: -0.6s; }
.sticker-8 { color: var(--pop-pink); bottom: 28%; right: 1%; animation-delay: -1.4s; }
.sticker-9 { color: #C18A00; bottom: 8%; left: 5%; animation-delay: -1.8s; }
.sticker-10 { color: var(--pop-coral); bottom: 5%; right: 12%; animation-delay: -1s; }

@keyframes sticker-wobble {
  0%, 100% { transform: rotate(var(--rot, 0deg)) translateY(0); }
  50% { transform: rotate(calc(var(--rot, 0deg) + 2deg)) translateY(-4px); }
}
.sticker-1 { --rot: -8deg; }
.sticker-2 { --rot: 6deg; }
.sticker-3 { --rot: 10deg; }
.sticker-4 { --rot: -5deg; }
.sticker-5 { --rot: 8deg; }
.sticker-6 { --rot: -12deg; }
.sticker-7 { --rot: -3deg; }
.sticker-8 { --rot: 7deg; }
.sticker-9 { --rot: -6deg; }
.sticker-10 { --rot: 5deg; }

.hero-grid {
  position: relative; z-index: 5;
  max-width: 1400px; margin: 0 auto;
  padding: 0 1.5rem 0 2rem;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2.5rem;
  align-items: center;
}

/* HERO 左: テキスト */
.hero-text {
  position: relative;
  z-index: 10;
  padding-right: 1rem;
  padding-top: 8rem;
}
.hero-text .hero-h1,
.hero-text .hero-eyebrow {
  text-shadow: 0 2px 8px rgba(255,255,255,0.7), 0 0 18px rgba(255,255,255,0.5);
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-size: 1.15rem;
  font-weight: 600;
  font-style: italic;
  color: var(--pop-pink);
  margin-bottom: 1rem;
  letter-spacing: 0.08em;
}
.hero-eyebrow .dot {
  width: 10px; height: 10px;
  background: var(--pop-pink);
  border-radius: 50%;
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.7; }
}

.hero-h1 {
  font-size: clamp(1.55rem, 2.9vw, 2.3rem);
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.015em;
  margin-bottom: 1.2rem;
  white-space: nowrap;
}
.hero-h1-line { white-space: nowrap; }

/* H1一文字ずつポップ */
.h1-pop {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 6.2vw, 4.9rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 1.6rem;
  white-space: normal;
  text-shadow: 0 3px 12px rgba(255,255,255,0.85), 0 0 24px rgba(255,255,255,0.6);
}
.h1-pop-line {
  display: block;
  white-space: nowrap;
}
.h1-pop .ch {
  display: inline-block;
  animation: h1-ch-bounce 2.2s ease-in-out infinite;
  transform-origin: center bottom;
}
@keyframes h1-ch-bounce {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}
/* ダークチャコール基調+「安心」だけピンク */
.h1-pop .ch { color: #2A2A2A; }
.h1-pop .ch-4,
.h1-pop .ch-5 {
  color: var(--pop-pink);
  font-size: 1.08em;
}
/* 順番に遅延でウェーブ感 */
.h1-pop .ch-1 { animation-delay: 0s; }
.h1-pop .ch-2 { animation-delay: 0.08s; }
.h1-pop .ch-3 { animation-delay: 0.16s; }
.h1-pop .ch-4 { animation-delay: 0.24s; }
.h1-pop .ch-5 { animation-delay: 0.32s; }
.h1-pop .ch-6 { animation-delay: 0.40s; }
.h1-pop .ch-7 { animation-delay: 0.48s; }
.h1-pop .ch-8 { animation-delay: 0.56s; }
.h1-pop .ch-9 { animation-delay: 0.64s; }
.h1-pop .ch-10 { animation-delay: 0.72s; }
.h1-pop .ch-11 { animation-delay: 0.80s; }
.h1-pop .ch-12 { animation-delay: 0.88s; }
.h1-pop .ch-13 { animation-delay: 0.96s; }
.h1-pop .ch-14 { animation-delay: 1.04s; }
.h1-pop .ch-15 { animation-delay: 1.12s; }
.h1-pop .ch-16 { animation-delay: 1.20s; }
.hero-h1-line {
  display: block;
  opacity: 0;
  transform: translateY(40px);
  animation: hero-line-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.hero-h1-line.line-1 { animation-delay: 0.3s; color: var(--pop-text); }
.hero-h1-line.line-2 { animation-delay: 0.5s; color: var(--pop-text); }
.hero-h1-line.line-3 { animation-delay: 0.7s; color: var(--pop-text); }
.hero-h1-line em {
  font-style: normal;
  color: var(--pop-pink);
  position: relative;
}
.hero-h1-line em::after {
  content: '';
  position: absolute;
  bottom: -2px; left: -4px; right: -4px;
  height: 12px;
  background: var(--pop-yellow);
  z-index: -1;
  border-radius: 6px;
  opacity: 0.7;
}

@keyframes hero-line-up {
  to { opacity: 1; transform: translateY(0); }
}

.hero-desc {
  font-size: 0.84rem;
  line-height: 1.85;
  color: var(--pop-text-mid);
  margin-bottom: 1.5rem;
  font-weight: 500;
  opacity: 0;
  animation: fade-up 0.9s ease 0.9s forwards;
}
@keyframes fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-cta {
  display: flex; gap: 1rem; flex-wrap: wrap;
  opacity: 0;
  animation: fade-up 0.9s ease 1.1s forwards;
}

/* ボタン */
.btn-pop {
  display: inline-flex; align-items: center; gap: 0.7rem;
  padding: 1.1rem 2.2rem;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.btn-arrow { transition: transform 0.3s ease; display: inline-block; }
.btn-pop:hover .btn-arrow { transform: translateX(5px); }
.btn-pop-pink {
  background: var(--pop-pink);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255, 143, 160, 0.4);
}
.btn-pop-pink:hover {
  background: #FF7388;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(255, 143, 160, 0.55);
}
.btn-pop-mint {
  background: var(--pop-mint);
  color: #fff;
  box-shadow: 0 10px 24px rgba(109, 207, 176, 0.4);
}
.btn-pop-mint:hover {
  background: #54BFA0;
  transform: translateY(-3px);
}
.btn-pop-outline {
  background: #fff;
  color: var(--pop-text);
  border: 2px solid var(--pop-text);
}
.btn-pop-outline:hover {
  background: var(--pop-text);
  color: #fff;
  transform: translateY(-3px);
}

/* HERO 右: ビジュアル(写真を雲型に切り抜き) */
.hero-visual {
  position: relative;
  min-height: 720px;
  aspect-ratio: 5/4;
  display: block;
}

/* 雲型写真の共通スタイル */
.cloud-photo {
  position: absolute;
  transition: transform 0.6s ease;
}
.cloud-photo img {
  position: relative;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 45%;
  display: block;
  z-index: 2;
}
/* 後ろの白フチ雲(写真より少し大きく) */
.cloud-photo .cloud-bg {
  position: absolute;
  inset: -10px;
  background: #fff;
  filter: drop-shadow(0 18px 30px rgba(80, 130, 170, 0.25));
  z-index: 1;
}

/* 写真の上に貼る付箋(photo-sticker) - 大きく目立つ */
.photo-sticker {
  position: absolute;
  display: inline-block;
  padding: 0.85rem 1.4rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  background: #fff;
  color: var(--pop-text);
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.05), 0 12px 24px rgba(0,0,0,0.22);
  border: 1px solid rgba(0,0,0,0.05);
  z-index: 10;
  pointer-events: none;
  animation: sticker-wobble 3s ease-in-out infinite;
}
.photo-sticker::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 16px; height: 16px;
  background: linear-gradient(135deg, transparent 50%, rgba(0,0,0,0.07) 50%);
}
/* メイン写真の付箋 */
/* 丁寧な説明:右側中段に貼る */
.ps-main-1 {
  color: var(--pop-pink);
  top: 38%; right: 4%;
  --rot: 7deg;
  animation-delay: 0s;
}
/* お口の健康手帳:上部に貼る */
.ps-main-2 {
  color: var(--pop-mint);
  top: 8%; left: 14%;
  --rot: -6deg;
  animation-delay: -1.2s;
}
/* ミニ写真の付箋 */
.ps-mini-1 {
  color: var(--pop-coral);
  top: -8%; left: 50%;
  --rot: -4deg;
  font-size: 1rem;
  padding: 0.7rem 1.1rem;
  animation: sticker-wobble-center 3s ease-in-out infinite;
  animation-delay: -0.6s;
}
@keyframes sticker-wobble-center {
  0%, 100% { transform: translateX(-50%) rotate(var(--rot, 0deg)) translateY(0); }
  50% { transform: translateX(-50%) rotate(calc(var(--rot, 0deg) + 2deg)) translateY(-4px); }
}

/* ミニ雲(キッズスペース) */
.cloud-mini {
  position: absolute;
  width: 38%; height: 42%;
  bottom: 4%; left: 8%; right: auto;
  z-index: 4;
  animation: float-photo-mini 8s ease-in-out infinite;
  filter: drop-shadow(0 12px 24px rgba(80, 130, 170, 0.3));
}
.cloud-mini img {
  clip-path: url(#cloud-clip-mini);
  -webkit-clip-path: url(#cloud-clip-mini);
}
.cloud-mini .cloud-bg {
  clip-path: url(#cloud-clip-mini);
  -webkit-clip-path: url(#cloud-clip-mini);
}
@keyframes float-photo-mini {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}
@media (max-width: 768px) {
  .cloud-mini { display: none; }
}

/* メイン:雲型クリップ適用 */
.cloud-main {
  position: absolute;
  width: 78%; height: 80%;
  top: 4%; left: -28%; right: auto;
  z-index: 2;
  animation: float-photo-1 6s ease-in-out infinite;
  filter: drop-shadow(0 16px 30px rgba(80, 130, 170, 0.28));
}
.cloud-main img {
  clip-path: url(#cloud-clip-main);
  -webkit-clip-path: url(#cloud-clip-main);
}
.cloud-main .cloud-bg {
  clip-path: url(#cloud-clip-main);
  -webkit-clip-path: url(#cloud-clip-main);
}

/* サブ雲(.hero直下:ロゴの真下に配置・テキストの背後) */
body.v2 .hero .cloud-sub {
  position: absolute;
  width: 640px; height: 540px;
  top: 110px; left: 1rem;
  z-index: 2;
  animation: float-photo-2 7s ease-in-out infinite;
  filter: drop-shadow(0 14px 28px rgba(80, 130, 170, 0.28));
}
@media (max-width: 1280px) {
  body.v2 .hero .cloud-sub { width: 540px; height: 460px; }
}
@media (max-width: 1024px) {
  body.v2 .hero .cloud-sub { width: 420px; height: 360px; top: 100px; }
}
@media (max-width: 768px) {
  body.v2 .hero .cloud-sub { display: none; }
}
.cloud-sub img {
  clip-path: url(#cloud-clip-sub);
  -webkit-clip-path: url(#cloud-clip-sub);
}
.cloud-sub .cloud-bg {
  clip-path: url(#cloud-clip-sub);
  -webkit-clip-path: url(#cloud-clip-sub);
}

.cloud-photo:hover { transform: translateY(-5px) scale(1.02); }
@keyframes float-photo-1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes float-photo-2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(12px); }
}

.hero-deco-circle {
  position: absolute;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 4;
}
.hero-deco-circle svg { width: 38px; height: 38px; }
.deco-1 {
  width: 90px; height: 90px;
  background: var(--pop-yellow);
  color: var(--pop-text);
  top: -20px; right: 8%;
  z-index: 5;
  animation: deco-spin 8s ease-in-out infinite;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}
@keyframes deco-spin {
  0%, 100% { transform: rotate(-10deg); }
  50% { transform: rotate(10deg); }
}
@keyframes deco-bounce {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.1); }
}

/* HERO 下部のフィーチャー */
.hero-features {
  position: relative; z-index: 1;
  max-width: 1180px;
  margin: 4rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.hero-feat {
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  padding: 1.5rem 1rem;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--pop-text);
  line-height: 1.5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.hero-feat:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.1);
}
.hero-feat-icon { font-size: 2.5rem; }

/* ============================================================
   波形ディバイダー
   ============================================================ */
.wave-divider {
  position: relative;
  height: 60px;
  margin-top: -1px;
  line-height: 0;
  overflow: hidden;
}
.wave-divider svg {
  width: 100%; height: 100%;
  display: block;
}
.wave-pink svg path { fill: #fff; }
.wave-pink + section { background: #fff; }
.wave-mint svg path { fill: var(--pop-mint-soft); }
.wave-mint + section { background: var(--pop-mint-soft); }
.wave-yellow svg path { fill: #fff; }
.wave-yellow + section { background: #fff; }

/* ============================================================
   共通: セクション
   ============================================================ */
.section-inner {
  max-width: 1180px; margin: 0 auto;
  padding: 0 2rem;
}
.section-head { text-align: center; margin-bottom: 3.5rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-size: 1.15rem; letter-spacing: 0.12em;
  color: var(--pop-pink);
  font-weight: 600;
  font-style: italic;
  margin-bottom: 1rem;
}
.eyebrow-line {
  display: inline-block;
  width: 30px; height: 2px;
  background: var(--pop-pink);
}
.section-h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.55;
  color: var(--pop-text);
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.section-h2 em {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  color: var(--pop-pink);
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.section-h2 em::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 10px;
  background: var(--pop-yellow);
  opacity: 0.6;
  z-index: -1;
  border-radius: 5px;
}
.section-h2-sm {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--pop-text);
  margin-bottom: 1.5rem;
}
.section-lead {
  font-size: 1rem;
  line-height: 2;
  color: var(--pop-text-mid);
  font-weight: 500;
}

/* ============================================================
   ② Welcome
   ============================================================ */
.welcome-section { padding: 6rem 0; background: #fff; position: relative; min-height: 620px; }
/* Welcome v2: 絵本タイトル風レイアウト */
.welcome-grid-v2 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: 2.5rem;
  align-items: center;
}

/* 左:テキスト */
.welcome-text-v2 { padding-right: 1rem; }
.welcome-h2-pop {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  margin: 0.5rem 0 1.6rem;
  line-height: 1.2;
}
.welcome-h2-yokoso {
  position: relative;
  display: inline-block;
  font-size: clamp(2.4rem, 4.6vw, 3.8rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0.8rem;
  white-space: nowrap;
}

/* メッセージ型見出し(新規) */
.welcome-h2-msg {
  position: relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.55;
  margin: 0.4rem 0 1.6rem;
  letter-spacing: 0.02em;
}
.welcome-h2-msg .hl-line {
  display: block;
  color: var(--pop-text);
}
.welcome-h2-msg em {
  font-style: normal;
  position: relative;
  color: var(--pop-pink);
  display: inline-block;
}
.welcome-h2-msg .hl-line:nth-child(2) em { color: var(--pop-mint); }
.welcome-h2-msg em::after {
  content: '';
  position: absolute;
  left: -2px; right: -2px; bottom: -2px;
  height: 12px;
  background: var(--pop-yellow);
  opacity: 0.55;
  z-index: -1;
  border-radius: 6px;
}

/* HEROライクな大きな見出し */
.welcome-h2-hero {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.4;
  margin: 0.6rem 0 2rem;
}
.welcome-h2-hero .hl-big {
  display: block;
  letter-spacing: 0.04em;
}
.welcome-h2-hero em {
  color: var(--pop-pink);
  font-size: 1.1em;
}
.welcome-h2-hero em::after {
  height: 16px;
  opacity: 0.7;
  bottom: -3px;
}
.welcome-h2-yokoso .char {
  display: inline-block;
  animation: yokoso-bounce 2s ease-in-out infinite;
  transform-origin: center bottom;
}
.welcome-h2-yokoso .c1 { color: #FF8FA0; animation-delay: 0s; }
.welcome-h2-yokoso .c2 { color: #FFCB47; animation-delay: 0.15s; }
.welcome-h2-yokoso .c3 { color: #6DCFB0; animation-delay: 0.30s; }
.welcome-h2-yokoso .c4 { color: #8DC8E2; animation-delay: 0.45s; }
.welcome-h2-yokoso .c5 { color: #FF9874; animation-delay: 0.60s; }
@keyframes yokoso-bounce {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-10px) rotate(3deg); }
}
.welcome-sparkle {
  position: absolute;
  width: 28px; height: 28px;
  color: var(--pop-yellow);
}
.welcome-sparkle.ws-1 { top: -10px; right: -20px; animation: twinkle 1.8s ease-in-out infinite; }
.welcome-sparkle.ws-2 { bottom: 0; left: -30px; width: 22px; height: 22px; animation: twinkle 2.2s ease-in-out infinite 0.6s; color: var(--pop-pink); }

.welcome-h2-sub {
  display: block;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  color: var(--pop-text);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.welcome-body {
  font-size: 1rem;
  line-height: 2.1;
  color: var(--pop-text-mid);
  margin-bottom: 1.2rem;
  font-weight: 500;
}
.welcome-body strong { color: var(--pop-pink); font-weight: 800; }

/* 右:クッキリ写真 */
.welcome-photo-v2 {
  position: relative;
  padding: 1.5rem;
}
.welcome-photo-frame {
  position: relative;
  aspect-ratio: 4/3;
  background: #fff;
  border-radius: 32px;
  padding: 18px 18px 70px;
  box-shadow: 0 28px 70px rgba(0,0,0,0.2);
  transform: rotate(-2deg);
  transition: transform 0.5s ease;
  overflow: visible;
}
.welcome-photo-frame:hover { transform: rotate(0deg) scale(1.02); }
.welcome-photo-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
/* マスキングテープ装飾 */
.welcome-tape {
  position: absolute;
  width: 80px; height: 22px;
  background: rgba(255, 203, 71, 0.85);
  z-index: 3;
}
.welcome-tape.tape-tl {
  top: -8px; left: 30px;
  transform: rotate(-12deg);
}
.welcome-tape.tape-br {
  bottom: 20px; right: 20px;
  background: rgba(255, 143, 160, 0.85);
  transform: rotate(8deg);
}

/* 吹き出し */
.welcome-speech {
  position: absolute;
  top: -10px; right: -20px;
  background: var(--pop-pink);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 0.85rem 1.3rem;
  border-radius: 50% / 60%;
  box-shadow: 0 8px 20px rgba(255, 143, 160, 0.4);
  z-index: 4;
  animation: speech-bounce 2.6s ease-in-out infinite;
  white-space: nowrap;
}
.welcome-speech::after {
  content: '';
  position: absolute;
  bottom: -8px; left: 30%;
  width: 0; height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--pop-pink);
}
@keyframes speech-bounce {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-6px) rotate(3deg); }
}

/* 装飾の葉と花 */
.welcome-deco-leaf {
  position: absolute;
  width: 60px; height: 60px;
  bottom: -20px; left: -20px;
  z-index: 4;
  animation: leaf-drift 6s ease-in-out infinite;
}
.welcome-deco-flower {
  position: absolute;
  width: 50px; height: 50px;
  top: 40%; left: -28px;
  z-index: 4;
  animation: flower-twinkle 3s ease-in-out infinite;
}
@keyframes flower-twinkle {
  0%, 100% { transform: rotate(0) scale(1); }
  50% { transform: rotate(20deg) scale(1.1); }
}
.welcome-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s;
}
.welcome-img:hover img { transform: scale(1.05); }

/* ============================================================
   ③ ニュース + ご予約 CTA
   ============================================================ */
.news-cta-section { padding: 5rem 0; background: #ffffff; }
.news-cta-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: start;
}
.news-block { padding: 2rem 0; }
#news-list { display: flex; flex-direction: column; gap: 0.75rem; }
.news-block .news-card {
  padding: 1rem 1.2rem;
  background: #fff;
  border-radius: 14px;
  border-left: 4px solid var(--pop-pink);
  transition: transform 0.3s;
}
.news-block .news-card:hover { transform: translateX(4px); }
.cta-block {
  background: linear-gradient(135deg, var(--pop-pink), var(--pop-coral));
  color: #fff;
  padding: 2.5rem 2rem;
  border-radius: 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-block .eyebrow {
  background: rgba(255,255,255,0.25);
  color: #fff;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
}
.cta-block .eyebrow-line { display: none; }
.cta-block .section-h2-sm { color: #fff; }
.cta-desc {
  color: rgba(255,255,255,0.95);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.cta-tel {
  display: block;
  text-decoration: none;
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 20px;
  padding: 1.25rem 1rem;
  color: #fff;
  margin-bottom: 1.2rem;
  backdrop-filter: blur(6px);
  transition: background 0.3s, transform 0.3s;
}
.cta-tel:hover { background: rgba(255,255,255,0.28); transform: translateY(-2px); }
.cta-tel-icon { font-size: 1.4rem; margin-right: 0.4rem; }
.cta-tel-num {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: block;
  margin: 0.3rem 0 0.2rem;
}
.cta-tel-sub {
  font-size: 0.78rem;
  opacity: 0.85;
  display: block;
}
.cta-block .btn-pop {
  width: 100%;
  justify-content: center;
}
.cta-block .btn-pop-mint {
  background: #fff;
  color: var(--pop-pink);
  box-shadow: none;
}
.cta-block .btn-pop-mint:hover { background: var(--pop-text); color: #fff; }

/* ============================================================
   ④ クリニックの特徴(6項目グリッド)
   ============================================================ */
.features-section { padding: 6rem 0; background: #fff; position: relative; overflow: hidden; }
.features-section::before {
  content: '';
  position: absolute;
  top: 50px; left: -80px;
  width: 200px; height: 200px;
  background: var(--pop-mint-light);
  border-radius: 50%;
  opacity: 0.5;
}
.features-section::after {
  content: '';
  position: absolute;
  bottom: 80px; right: -100px;
  width: 220px; height: 220px;
  background: var(--pop-pink-light);
  border-radius: 50%;
  opacity: 0.5;
}
.features-section .section-inner { position: relative; z-index: 1; }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.feature-card {
  position: relative;
  display: block;
  padding: 2.25rem 1.85rem 1.85rem;
  background: #fff;
  border-radius: 28px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 3px solid var(--pop-pink-light);
}
.feature-card[data-color="pink"] { border-color: var(--pop-pink-light); }
.feature-card[data-color="mint"] { border-color: var(--pop-mint-light); }
.feature-card[data-color="yellow"] { border-color: var(--pop-yellow-light); }
.feature-card[data-color="coral"] { border-color: var(--pop-coral-light); }
.feature-card[data-color="sky"] { border-color: var(--pop-sky-light); }
.feature-card:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.feature-card[data-color="pink"]:hover { border-color: var(--pop-pink); }
.feature-card[data-color="mint"]:hover { border-color: var(--pop-mint); }
.feature-card[data-color="yellow"]:hover { border-color: var(--pop-yellow); }
.feature-card[data-color="coral"]:hover { border-color: var(--pop-coral); }
.feature-card[data-color="sky"]:hover { border-color: var(--pop-sky); }

.feature-num {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  background: var(--pop-pink);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  line-height: 1;
  margin-bottom: 0.85rem;
}
.feature-card[data-color="mint"] .feature-num { background: var(--pop-mint); }
.feature-card[data-color="yellow"] .feature-num { background: var(--pop-yellow); color: var(--pop-text); }
.feature-card[data-color="coral"] .feature-num { background: var(--pop-coral); }
.feature-card[data-color="sky"] .feature-num { background: var(--pop-sky); }

.feature-illust {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
  display: inline-block;
  transition: transform 0.4s;
}
.feature-card:hover .feature-illust { transform: scale(1.15) rotate(-8deg); }

.feature-card h3 {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.55;
  color: var(--pop-text);
}
.feature-card p {
  font-size: 0.88rem;
  line-height: 1.9;
  color: var(--pop-text-mid);
  margin: 0;
}
.feat-lead {
  font-size: 0.92rem !important;
  line-height: 1.75 !important;
  color: var(--pop-text) !important;
  margin-bottom: 0.85rem !important;
  font-weight: 600;
}
.feat-lead strong { color: var(--pop-pink); font-weight: 800; }
.feature-card[data-color="mint"] .feat-lead strong { color: #4AB48F; }
.feature-card[data-color="yellow"] .feat-lead strong { color: #C18A00; }
.feature-card[data-color="coral"] .feat-lead strong { color: #E07550; }
.feature-card[data-color="sky"] .feat-lead strong { color: #4A95B8; }
.feat-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 2px dashed rgba(0,0,0,0.08);
  padding-top: 0.9rem;
}
.feat-list li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--pop-text-mid);
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.feat-list li:last-child { margin-bottom: 0; }

/* スクラップブックポラロイド・レイアウト */
.features-pages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
  padding: 2.5rem 1rem 4rem;
  margin-bottom: 1rem;
}
.feature-page {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  padding: 14px 14px 1.5rem;
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.16);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}
/* ランダムな傾き+オフセット */
.feature-page:nth-child(1) { transform: rotate(-3deg); }
.feature-page:nth-child(2) { transform: rotate(2deg); margin-top: 1.5rem; }
.feature-page:nth-child(3) { transform: rotate(-2deg); margin-top: 0.5rem; }
.feature-page:nth-child(4) { transform: rotate(3deg); margin-top: 1rem; }
.feature-page:nth-child(5) { transform: rotate(-1.5deg); }
.feature-page:nth-child(6) { transform: rotate(2.5deg); margin-top: 1rem; }
.feature-page:hover {
  transform: rotate(0) translateY(-8px) scale(1.04);
  box-shadow: 0 24px 50px rgba(0,0,0,0.22);
  z-index: 10;
}

/* マスキングテープ装飾 */
.feature-page::before {
  content: '';
  position: absolute;
  top: -10px; left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 80px; height: 22px;
  background: rgba(255, 203, 71, 0.85);
  box-shadow: 1px 2px 4px rgba(0,0,0,0.08);
  z-index: 2;
}
.feature-page[data-color="mint"]::before { background: rgba(109, 207, 176, 0.85); transform: translateX(-50%) rotate(4deg); }
.feature-page[data-color="yellow"]::before { background: rgba(255, 152, 116, 0.85); transform: translateX(-50%) rotate(-5deg); }
.feature-page[data-color="coral"]::before { background: rgba(141, 200, 226, 0.85); transform: translateX(-50%) rotate(3deg); }
.feature-page[data-color="sky"]::before { background: rgba(255, 143, 160, 0.85); transform: translateX(-50%) rotate(-4deg); }
.feature-page[data-color="pink"]:nth-child(6)::before { background: rgba(255, 203, 71, 0.85); transform: translateX(-50%) rotate(5deg); }

/* 写真風エリア */
.feature-page-illust {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--pop-pink-light);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  margin-bottom: 0.85rem;
}
.feature-page[data-color="mint"] .feature-page-illust { background: var(--pop-mint-light); }
.feature-page[data-color="yellow"] .feature-page-illust { background: var(--pop-yellow-light); }
.feature-page[data-color="coral"] .feature-page-illust { background: var(--pop-coral-light); }
.feature-page[data-color="sky"] .feature-page-illust { background: var(--pop-sky-light); }
.fp-num {
  position: absolute;
  top: 0.6rem; left: 0.7rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  color: #fff;
  background: var(--pop-pink);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  line-height: 1;
}
.feature-page[data-color="mint"] .fp-num { background: var(--pop-mint); }
.feature-page[data-color="yellow"] .fp-num { background: var(--pop-yellow); color: var(--pop-text); }
.feature-page[data-color="coral"] .fp-num { background: var(--pop-coral); }
.feature-page[data-color="sky"] .fp-num { background: var(--pop-sky); }
.fp-emoji {
  font-size: 4.6rem;
  line-height: 1;
  transition: transform 0.5s ease;
}
.feature-page:hover .fp-emoji { transform: scale(1.18) rotate(-10deg); }

/* テキスト側 */
.feature-page-text { padding: 0 0.3rem; }
.feature-page-text h3 {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
  margin-bottom: 0.55rem;
  color: var(--pop-text);
  letter-spacing: 0;
}
.feature-page-text .feat-lead {
  font-size: 0.84rem !important;
  margin-bottom: 0.7rem !important;
  line-height: 1.65 !important;
}
.feature-page-text .feat-list { padding-top: 0.6rem; }
.feature-page-text .feat-list li { font-size: 0.78rem; margin-bottom: 0.4rem; }

/* レスポンシブ */
@media (max-width: 1024px) {
  .features-pages { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
}
@media (max-width: 600px) {
  .features-pages { grid-template-columns: 1fr; gap: 2rem 0; padding: 2rem 0.5rem; }
  .feature-page,
  .feature-page:nth-child(1),
  .feature-page:nth-child(2),
  .feature-page:nth-child(3),
  .feature-page:nth-child(4),
  .feature-page:nth-child(5),
  .feature-page:nth-child(6) {
    transform: rotate(-1deg);
    margin-top: 0;
  }
  .feature-page:nth-child(even) { transform: rotate(1deg); }
}
.feat-list li::before {
  content: '✓';
  position: absolute;
  left: 0; top: 0;
  width: 18px; height: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--pop-pink);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  border-radius: 50%;
  line-height: 1;
}
.feature-card[data-color="mint"] .feat-list li::before { background: var(--pop-mint); }
.feature-card[data-color="yellow"] .feat-list li::before { background: var(--pop-yellow); color: var(--pop-text); }
.feature-card[data-color="coral"] .feat-list li::before { background: var(--pop-coral); }
.feature-card[data-color="sky"] .feat-list li::before { background: var(--pop-sky); }
.features-more { text-align: center; }
.link-more {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.95rem 2rem;
  background: var(--pop-pink-light);
  color: var(--pop-pink);
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  transition: all 0.3s;
}
.link-more:hover {
  background: var(--pop-pink);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(255,143,160,0.45);
}
.link-more .arr { transition: transform 0.3s; }
.link-more:hover .arr { transform: translateX(5px); }

/* ============================================================
   コンセプト3本柱(Welcomeに続く)
   ============================================================ */
.concept-trio {
  position: relative;
  padding: 1.5rem 0 5rem;
  background: #fff;
}
.concept-trio::before,
.concept-trio::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.concept-trio::before {
  top: 10%; left: 4%;
  width: 80px; height: 80px;
  background: var(--pop-pink-light);
  opacity: 0.5;
}
.concept-trio::after {
  bottom: 12%; right: 4%;
  width: 100px; height: 100px;
  background: var(--pop-mint-light);
  opacity: 0.5;
}
.concept-trio .section-inner { position: relative; z-index: 1; }
.concept-head { text-align: center; margin-bottom: 3rem; }
.concept-heading {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0.8rem 0 0.7rem;
  color: var(--pop-text);
  line-height: 1.4;
}
.concept-heading em {
  position: relative;
  font-style: normal;
  color: var(--pop-pink);
  display: inline-block;
}
.concept-heading em::after {
  content: '';
  position: absolute;
  left: -2px; right: -2px; bottom: 2px;
  height: 12px;
  background: var(--pop-yellow);
  opacity: 0.65;
  z-index: -1;
  border-radius: 6px;
}
.concept-heading em:nth-of-type(2) { color: #4AB48F; }
.concept-heading em:nth-of-type(3) { color: #E5894F; }
.concept-lead {
  font-size: 0.95rem;
  color: var(--pop-text-mid);
  letter-spacing: 0.04em;
  margin: 0;
}
.concept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1080px;
  margin: 0 auto;
}

/* 治す・守る・続けたくなる ピルボタン(About Our Clinic 下) */
.concept-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  max-width: 1100px;
  margin: 2rem auto 0;
}
.concept-pill {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.4rem 1.4rem 3.4rem;
  background: #fff;
  border: 2px solid var(--pop-pink-light);
  border-radius: 22px;
  text-decoration: none;
  color: var(--pop-text);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  text-align: left;
}
.concept-pill[data-color="mint"] { border-color: var(--pop-mint-light); }
.concept-pill[data-color="coral"] { border-color: var(--pop-coral-light); }
.concept-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(0,0,0,0.12);
  border-color: var(--pop-pink);
}
.concept-pill[data-color="mint"]:hover { border-color: var(--pop-mint); }
.concept-pill[data-color="coral"]:hover { border-color: var(--pop-coral); }
.cp-head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.cp-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: var(--pop-pink);
  border-radius: 50%;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.concept-pill[data-color="mint"] .cp-num { background: #4AB48F; }
.concept-pill[data-color="coral"] .cp-num { background: #E5894F; }
.cp-word {
  color: var(--pop-pink);
  font-weight: 900;
  font-size: 1.45rem;
  letter-spacing: 0.06em;
}
.concept-pill[data-color="mint"] .cp-word { color: #4AB48F; }
.concept-pill[data-color="coral"] .cp-word { color: #E5894F; }
.cp-desc {
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--pop-text);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.cp-desc strong {
  color: var(--pop-pink);
  font-weight: 900;
}
.concept-pill[data-color="mint"] .cp-desc strong { color: #4AB48F; }
.concept-pill[data-color="coral"] .cp-desc strong { color: #E5894F; }
.cp-arr {
  position: absolute;
  right: 1.2rem; bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  background: var(--pop-pink);
  color: #fff;
  border-radius: 50%;
  font-weight: 900;
  font-size: 1rem;
  transition: transform 0.3s ease;
  box-shadow: 0 6px 14px rgba(255,143,160,0.35);
}
.concept-pill[data-color="mint"] .cp-arr { background: #4AB48F; box-shadow: 0 6px 14px rgba(74,180,143,0.35); }
.concept-pill[data-color="coral"] .cp-arr { background: #E5894F; box-shadow: 0 6px 14px rgba(229,137,79,0.35); }
.concept-pill:hover .cp-arr { transform: translateX(4px); }

@media (max-width: 900px) {
  .concept-pills { grid-template-columns: 1fr; max-width: 460px; }
}

/* 大項目セレクタブルアイコン */
.concept-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1080px;
  margin: 2.5rem auto 1rem;
}
.concept-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  text-align: center;
  background: #fff;
  border: 3px solid var(--pop-pink-light);
  border-radius: 26px;
  padding: 2.4rem 1.6rem 1.8rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  overflow: hidden;
}
.concept-tile[data-color="mint"] { border-color: var(--pop-mint-light); }
.concept-tile[data-color="coral"] { border-color: var(--pop-coral-light); }
.concept-tile[data-color="yellow"] { border-color: var(--pop-yellow-light); }
.concept-tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  border-color: var(--pop-pink);
}
.concept-tile[data-color="mint"]:hover { border-color: var(--pop-mint); }
.concept-tile[data-color="coral"]:hover { border-color: var(--pop-coral); }
.concept-tile::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 110px; height: 110px;
  background: rgba(255,143,160,0.1);
  border-radius: 50%;
  pointer-events: none;
}
.concept-tile[data-color="mint"]::before { background: rgba(109,207,176,0.12); }
.concept-tile[data-color="coral"]::before { background: rgba(255,152,116,0.12); }
.ct-num {
  position: absolute;
  top: 1rem; left: 1.2rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--pop-pink);
  padding: 0.25rem 0.9rem;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(255,143,160,0.35);
  z-index: 1;
}
.concept-tile[data-color="mint"] .ct-num { background: #4AB48F; box-shadow: 0 4px 10px rgba(109,207,176,0.4); }
.concept-tile[data-color="coral"] .ct-num { background: #E5894F; box-shadow: 0 4px 10px rgba(255,152,116,0.4); }
.ct-icon-wrap {
  width: 100px; height: 100px;
  margin: 0.4rem auto 0.8rem;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.ct-icon {
  width: 100%; height: 100%;
  animation: ct-icon-bob 3.4s ease-in-out infinite;
  transition: transform 0.5s ease;
}
@keyframes ct-icon-bob {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%      { transform: translateY(-6px) rotate(3deg); }
}
.concept-tile:hover .ct-icon {
  transform: scale(1.1) rotate(-8deg);
  animation-play-state: paused;
}
.ct-word {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--pop-pink);
  margin: 0.4rem 0 0.6rem;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
}
.concept-tile[data-color="mint"] .ct-word { color: #4AB48F; }
.concept-tile[data-color="coral"] .ct-word { color: #E5894F; }
.ct-word::after {
  content: '';
  position: absolute;
  left: 50%; bottom: -4px;
  width: 36px; height: 4px;
  background: currentColor;
  opacity: 0.5;
  border-radius: 2px;
  transform: translateX(-50%);
}
.ct-line {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--pop-text-mid);
  margin: 0.8rem 0 1rem;
  letter-spacing: 0.02em;
}
.ct-arrow {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--pop-pink-light);
  color: var(--pop-pink);
  font-weight: 900;
  font-size: 1.1rem;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.concept-tile[data-color="mint"] .ct-arrow { background: var(--pop-mint-light); color: #4AB48F; }
.concept-tile[data-color="coral"] .ct-arrow { background: var(--pop-coral-light); color: #E5894F; }
.concept-tile:hover .ct-arrow {
  background: var(--pop-pink);
  color: #fff;
  transform: translateX(4px);
}
.concept-tile[data-color="mint"]:hover .ct-arrow { background: #4AB48F; color: #fff; }
.concept-tile[data-color="coral"]:hover .ct-arrow { background: #E5894F; color: #fff; }

@media (max-width: 768px) {
  .concept-tiles { grid-template-columns: 1fr; }
}

/* ステッピングストーン・ジャーニー(レガシー保持) */
.stone-journey {
  position: relative;
  max-width: 1100px;
  margin: 3rem auto 0;
  padding: 1rem 1rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  align-items: center;
  min-height: 280px;
}
.stone-path {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
}
.stone {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  width: 100%;
  max-width: 220px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF8FA0 0%, #FF9874 100%);
  color: #fff;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 0.8rem;
  text-align: center;
  box-shadow: 0 16px 32px rgba(255,143,160,0.4), inset 0 -8px 16px rgba(0,0,0,0.08);
  animation: stone-bob 4s ease-in-out infinite;
  transition: transform 0.4s ease;
}
.stone[data-color="mint"] {
  background: linear-gradient(135deg, #6DCFB0 0%, #4AB48F 100%);
  box-shadow: 0 16px 32px rgba(109,207,176,0.4), inset 0 -8px 16px rgba(0,0,0,0.08);
}
.stone[data-color="coral"] {
  background: linear-gradient(135deg, #FF9874 0%, #E5894F 100%);
  box-shadow: 0 16px 32px rgba(255,152,116,0.4), inset 0 -8px 16px rgba(0,0,0,0.08);
}
.stone[data-color="yellow"] {
  background: linear-gradient(135deg, #FFCB47 0%, #FFA800 100%);
  color: #3A2F2A;
  box-shadow: 0 16px 32px rgba(255,203,71,0.4), inset 0 -8px 16px rgba(0,0,0,0.08);
}
.stone:hover {
  transform: scale(1.06) translateY(-4px);
  animation-play-state: paused;
}
@keyframes stone-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}
.stone-1 { animation-delay: 0s; justify-self: center; align-self: start; margin-top: 0; }
.stone-2 { animation-delay: 0.6s; justify-self: center; align-self: end; margin-bottom: -1rem; }
.stone-3 { animation-delay: 1.2s; justify-self: center; align-self: start; margin-top: 3rem; }

.stone-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.85;
  margin-bottom: 0.2rem;
}
.stone-word {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.12);
}
.stone-line {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.5;
  opacity: 0.95;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .stone-journey { grid-template-columns: 1fr; gap: 1.2rem; }
  .stone-path { display: none; }
  .stone-1, .stone-2, .stone-3 { margin: 0; }
  .stone { max-width: 200px; }
}
.concept-card {
  position: relative;
  background: linear-gradient(180deg, #FFF6F8 0%, #fff 100%);
  border: 3px dashed var(--pop-pink-light);
  border-radius: 24px;
  padding: 2.4rem 1.6rem 1.8rem;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  overflow: hidden;
}
.concept-card[data-color="mint"] {
  background: linear-gradient(180deg, #EDFBF5 0%, #fff 100%);
  border-color: var(--pop-mint-light);
}
.concept-card[data-color="yellow"] {
  background: linear-gradient(180deg, #FFF8E5 0%, #fff 100%);
  border-color: var(--pop-yellow-light);
}
.concept-card::before {
  content: '';
  position: absolute;
  top: -30px; right: -30px;
  width: 100px; height: 100px;
  background: rgba(255,143,160,0.12);
  border-radius: 50%;
  pointer-events: none;
}
.concept-card[data-color="mint"]::before { background: rgba(109,207,176,0.15); }
.concept-card[data-color="yellow"]::before { background: rgba(255,203,71,0.15); }
.concept-card:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 22px 40px rgba(0,0,0,0.12);
  border-color: var(--pop-pink);
}
.concept-card[data-color="mint"]:hover { border-color: var(--pop-mint); }
.concept-card[data-color="yellow"]:hover { border-color: var(--pop-yellow); }
.concept-emoji {
  position: relative;
  font-size: 3rem;
  line-height: 1;
  margin: 0.4rem 0 0.4rem;
  display: inline-block;
  transition: transform 0.4s ease;
}
.concept-card:hover .concept-emoji { transform: scale(1.15) rotate(-10deg); }
.concept-icon-wrap {
  width: 72px; height: 72px;
  margin: 0.3rem auto 0.4rem;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.concept-icon {
  width: 100%; height: 100%;
  animation: concept-icon-bob 3.4s ease-in-out infinite;
}
@keyframes concept-icon-bob {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%      { transform: translateY(-6px) rotate(3deg); }
}
.concept-card:hover .concept-icon { animation-duration: 1.2s; }
.concept-line {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  color: var(--pop-text-mid) !important;
  margin: 1rem 0 0 !important;
  line-height: 1.7 !important;
}
.concept-line strong {
  position: relative;
  color: var(--pop-pink);
  font-size: 1.2em;
  font-weight: 900;
  padding: 0 4px;
}
.concept-card[data-color="mint"] .concept-line strong { color: #4AB48F; }
.concept-card[data-color="yellow"] .concept-line strong { color: #E5894F; }
.concept-line strong::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 8px;
  background: var(--pop-yellow);
  opacity: 0.6;
  z-index: -1;
  border-radius: 4px;
}
.concept-num {
  position: absolute;
  top: -1rem; left: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--pop-pink);
  padding: 0.2rem 0.85rem;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(255,143,160,0.4);
}
.concept-card[data-color="mint"] .concept-num { background: #4AB48F; box-shadow: 0 4px 10px rgba(109,207,176,0.4); }
.concept-card[data-color="yellow"] .concept-num { background: #E5894F; color: #fff; box-shadow: 0 4px 10px rgba(229,137,79,0.4); }
.concept-word {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--pop-pink);
  margin: 0.6rem 0 0.85rem;
  letter-spacing: 0.08em;
  position: relative;
  display: inline-block;
}
.concept-card[data-color="mint"] .concept-word { color: #4AB48F; }
.concept-card[data-color="yellow"] .concept-word { color: #E5894F; }
.concept-word::after {
  content: '';
  position: absolute;
  left: 50%; bottom: -6px;
  width: 30px; height: 3px;
  transform: translateX(-50%);
  background: currentColor;
  border-radius: 2px;
  opacity: 0.6;
}
.concept-card p {
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--pop-text-mid);
  margin: 1rem 0 0;
  font-weight: 500;
}
.concept-card p strong { color: var(--pop-text); font-weight: 800; }

@media (max-width: 768px) {
  .concept-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   お知らせセクション(HERO直下)
   ============================================================ */
.news-section-top {
  padding: 1.5rem 0 1.5rem;
  background: #fff;
  margin-top: -1px;
}
.news-section-top .section-inner { max-width: 1100px; }
.news-section-top .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--pop-pink);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}
.news-section-top .eyebrow-line {
  width: 24px; height: 2px;
  background: var(--pop-pink);
  display: inline-block;
}
.news-section-top .section-h2-sm {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--pop-text);
  margin-bottom: 1.4rem;
  letter-spacing: 0.04em;
}

/* ============================================================
   最新お知らせストリップ(HERO直下)
   ============================================================ */
.news-strip {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  max-width: 1100px;
  margin: -1rem auto 1rem;
  padding: 0.85rem 1.4rem;
  background: #fff;
  border-radius: 999px;
  text-decoration: none;
  color: var(--pop-text);
  box-shadow: 0 10px 28px rgba(80,130,170,0.14);
  border: 2px solid var(--pop-pink-light);
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-strip:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(80,130,170,0.2);
  border-color: var(--pop-pink);
}
.news-strip-tag {
  flex-shrink: 0;
  background: var(--pop-pink);
  color: #fff;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
}
.news-strip-date {
  flex-shrink: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--pop-text-mid);
  letter-spacing: 0.04em;
}
.news-strip-text {
  flex: 1;
  font-size: 0.92rem;
  color: var(--pop-text);
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-strip-arr {
  flex-shrink: 0;
  color: var(--pop-pink);
  font-weight: 800;
  transition: transform 0.3s ease;
}
.news-strip:hover .news-strip-arr { transform: translateX(4px); }
@media (max-width: 600px) {
  .news-strip { margin: -0.5rem 1rem 1rem; padding: 0.7rem 1rem; gap: 0.6rem; }
  .news-strip-tag { font-size: 0.66rem; padding: 0.25rem 0.7rem; }
  .news-strip-date { font-size: 0.82rem; }
  .news-strip-text { font-size: 0.82rem; }
}

/* ============================================================
   ⑤ お悩み別メニュー(葉っぱタグ+丸型カード+中央タイトル)
   ============================================================ */
.menu-section {
  position: relative;
  padding: 6rem 0;
  background: #fff;
  overflow: hidden;
}

/* 中央タイトル+周りの吹き出しオービット */
.worry-orbit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.8rem;
  max-width: 1280px;
  margin: 3rem auto 2rem;
  align-items: center;
}

/* 中央タイトルセル(大きな吹き出し・コンパクト) */
.orbit-center {
  position: relative;
  text-align: center;
  padding: 1.8rem 1.2rem;
  background: linear-gradient(135deg, #FFF8FA 0%, #FFFDF5 100%);
  border-radius: 50% / 22%;
  border: 4px dashed var(--pop-pink-light);
  box-shadow: 0 14px 32px rgba(255, 143, 160, 0.12);
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.orbit-eyebrow {
  display: inline-block;
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--pop-mint);
  font-weight: 700;
  margin-bottom: 0.55rem;
  letter-spacing: 0.06em;
}
.orbit-h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 3.4vw, 2.7rem);
  line-height: 1.25;
  letter-spacing: 0.04em;
  margin: 0;
  color: var(--pop-text);
}
.orbit-h2 .hl-line { margin: 0; }
.orbit-h2 .hl-line { display: block; }
.orbit-h2 em {
  position: relative;
  font-style: normal;
  color: var(--pop-pink);
  font-size: 1.25em;
  display: inline-block;
}
.orbit-h2 em::after {
  content: '';
  position: absolute;
  left: -3px; right: -3px; bottom: 3px;
  height: 18px;
  background: var(--pop-yellow);
  opacity: 0.75;
  z-index: -1;
  border-radius: 10px;
}
.orbit-spark {
  position: absolute;
  width: 22px; height: 22px;
  color: var(--pop-yellow);
}
.orbit-spark.os-1 { top: 6%; right: 12%; animation: twinkle 2s ease-in-out infinite; }
.orbit-spark.os-2 { bottom: 10%; left: 8%; color: var(--pop-pink); width: 18px; height: 18px; animation: twinkle 2.4s ease-in-out infinite 0.6s; }

/* 周りの吹き出し */
.orbit-bubble {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  padding: 1.5rem 1.6rem 1.4rem;
  background: #fff;
  border-radius: 26px;
  border: 3px solid var(--pop-pink-light);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.orbit-bubble[data-color="sky"] { border-color: var(--pop-sky-light); }
.orbit-bubble[data-color="coral"] { border-color: var(--pop-coral-light); }
.orbit-bubble[data-color="yellow"] { border-color: var(--pop-yellow-light); }
.orbit-bubble[data-color="purple"] { border-color: #E2D5F0; }
.orbit-bubble[data-color="orange"] { border-color: #F7D5B8; }
.orbit-bubble[data-color="lime"] { border-color: #DCE9C5; }
.orbit-bubble[data-color="mint"] { border-color: var(--pop-mint-light); }
.orbit-bubble:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.14);
  border-color: var(--pop-pink);
}
.orbit-bubble[data-color="sky"]:hover { border-color: #8DC8E2; }
.orbit-bubble[data-color="coral"]:hover { border-color: #FF9874; }
.orbit-bubble[data-color="yellow"]:hover { border-color: #FFCB47; }
.orbit-bubble[data-color="purple"]:hover { border-color: #B69EE6; }
.orbit-bubble[data-color="orange"]:hover { border-color: #E5894F; }
.orbit-bubble[data-color="lime"]:hover { border-color: #9CCC65; }
.orbit-bubble[data-color="mint"]:hover { border-color: #6DCFB0; }

/* 吹き出しのしっぽ(中央に向かう) */
.orbit-bubble::after {
  content: '';
  position: absolute;
  width: 0; height: 0;
  border-style: solid;
}
/* 上段:しっぽを下に */
.orbit-bubble[data-pos="tl"]::after,
.orbit-bubble[data-pos="tc"]::after,
.orbit-bubble[data-pos="tr"]::after {
  bottom: -10px;
  border-width: 10px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0 2px 0 currentColor);
}
.orbit-bubble[data-pos="tl"]::after { right: 22%; }
.orbit-bubble[data-pos="tc"]::after { left: 50%; transform: translateX(-50%); }
.orbit-bubble[data-pos="tr"]::after { left: 22%; }
/* 下段:しっぽを上に */
.orbit-bubble[data-pos="bl"]::after,
.orbit-bubble[data-pos="bc"]::after,
.orbit-bubble[data-pos="br"]::after {
  top: -10px;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -2px 0 currentColor);
}
.orbit-bubble[data-pos="bl"]::after { right: 22%; }
.orbit-bubble[data-pos="bc"]::after { left: 50%; transform: translateX(-50%); }
.orbit-bubble[data-pos="br"]::after { left: 22%; }
/* 中段:しっぽを内側へ */
.orbit-bubble[data-pos="ml"]::after {
  right: -10px;
  top: 50%; transform: translateY(-50%);
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(2px 0 0 currentColor);
}
.orbit-bubble[data-pos="mr"]::after {
  left: -10px;
  top: 50%; transform: translateY(-50%);
  border-width: 8px 10px 8px 0;
  border-color: transparent #fff transparent transparent;
  filter: drop-shadow(-2px 0 0 currentColor);
}
.orbit-bubble[data-color="pink"]::after { color: var(--pop-pink-light); }
.orbit-bubble[data-color="sky"]::after { color: var(--pop-sky-light); }
.orbit-bubble[data-color="coral"]::after { color: var(--pop-coral-light); }
.orbit-bubble[data-color="yellow"]::after { color: var(--pop-yellow-light); }
.orbit-bubble[data-color="purple"]::after { color: #E2D5F0; }
.orbit-bubble[data-color="orange"]::after { color: #F7D5B8; }
.orbit-bubble[data-color="lime"]::after { color: #DCE9C5; }
.orbit-bubble[data-color="mint"]::after { color: var(--pop-mint-light); }

.ob-illust {
  position: absolute;
  top: -20px; right: -14px;
  width: 72px; height: 72px;
  display: flex; align-items: center; justify-content: center;
  background: var(--pop-pink-light);
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(0,0,0,0.14);
  color: var(--pop-pink);
  transform: rotate(8deg);
  transition: transform 0.4s ease;
  z-index: 2;
}
.ob-illust svg {
  width: 52px; height: 52px;
}
.orbit-bubble[data-color="sky"] .ob-illust { background: var(--pop-sky-light); color: #8DC8E2; }
.orbit-bubble[data-color="coral"] .ob-illust { background: var(--pop-coral-light); color: #FF9874; }
.orbit-bubble[data-color="yellow"] .ob-illust { background: var(--pop-yellow-light); color: #FFCB47; }
.orbit-bubble[data-color="purple"] .ob-illust { background: #E2D5F0; color: #B69EE6; }
.orbit-bubble[data-color="orange"] .ob-illust { background: #F7D5B8; color: #E5894F; }
.orbit-bubble[data-color="lime"] .ob-illust { background: #DCE9C5; color: #9CCC65; }
.orbit-bubble[data-color="mint"] .ob-illust { background: var(--pop-mint-light); color: #6DCFB0; }
.orbit-bubble:hover .ob-illust {
  transform: rotate(0deg) scale(1.1);
}

.ob-text {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--pop-text);
  line-height: 1.4;
  margin-bottom: 0.65rem;
  padding-right: 3.2rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.ob-text em {
  font-size: 1.1em;
}
.ob-text em {
  font-style: normal;
  color: var(--pop-pink);
  font-size: 1.15em;
  font-weight: 900;
}
.orbit-bubble[data-color="sky"] .ob-text em { color: #4A95B8; }
.orbit-bubble[data-color="coral"] .ob-text em { color: #E07550; }
.orbit-bubble[data-color="yellow"] .ob-text em { color: #C18A00; }
.orbit-bubble[data-color="purple"] .ob-text em { color: #8E70CC; }
.orbit-bubble[data-color="orange"] .ob-text em { color: #C46A30; }
.orbit-bubble[data-color="lime"] .ob-text em { color: #6FA847; }
.orbit-bubble[data-color="mint"] .ob-text em { color: #4AB48F; }
.ob-cat {
  font-size: 1rem;
  font-weight: 800;
  color: var(--pop-pink);
  letter-spacing: 0.04em;
  transition: transform 0.3s ease;
  display: inline-block;
}
.orbit-bubble[data-color="sky"] .ob-cat { color: #4A95B8; }
.orbit-bubble[data-color="coral"] .ob-cat { color: #E07550; }
.orbit-bubble[data-color="yellow"] .ob-cat { color: #C18A00; }
.orbit-bubble[data-color="purple"] .ob-cat { color: #8E70CC; }
.orbit-bubble[data-color="orange"] .ob-cat { color: #C46A30; }
.orbit-bubble[data-color="lime"] .ob-cat { color: #6FA847; }
.orbit-bubble[data-color="mint"] .ob-cat { color: #4AB48F; }
.orbit-bubble:hover .ob-cat { transform: translateX(3px); }

/* レスポンシブ */
@media (max-width: 768px) {
  .worry-orbit { grid-template-columns: 1fr; gap: 0.7rem; }
  .orbit-bubble::after { display: none; }
  .orbit-center { order: -1; padding: 1.5rem 1rem; }
}

/* チャット吹き出しリスト */
.worry-chat-list {
  max-width: 760px;
  margin: 2.5rem auto 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.worry-chat {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 0.85rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 0.7rem 0.95rem 0.7rem 0.7rem;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 5px 14px rgba(80,130,170,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.worry-chat:nth-child(even) {
  grid-template-columns: auto 1fr 48px;
  text-align: right;
}
.worry-chat:nth-child(even) .chat-avatar { order: 3; }
.worry-chat:nth-child(even) .chat-bubble { order: 2; }
.worry-chat:nth-child(even) .chat-cat { order: 1; }
.worry-chat:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(80,130,170,0.18);
}

.chat-avatar {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  background: var(--pop-pink-light);
  border-radius: 50%;
  flex-shrink: 0;
  color: var(--pop-pink);
  transition: transform 0.3s ease;
}
.chat-avatar svg {
  width: 38px; height: 38px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.08));
}
.worry-chat:hover .chat-avatar { transform: rotate(-8deg) scale(1.08); }
.worry-chat[data-color="sky"] .chat-avatar { background: var(--pop-sky-light); color: #8DC8E2; }
.worry-chat[data-color="coral"] .chat-avatar { background: var(--pop-coral-light); color: #FF9874; }
.worry-chat[data-color="yellow"] .chat-avatar { background: var(--pop-yellow-light); color: #FFCB47; }
.worry-chat[data-color="purple"] .chat-avatar { background: #E2D5F0; color: #B69EE6; }
.worry-chat[data-color="orange"] .chat-avatar { background: #F7D5B8; color: #E5894F; }
.worry-chat[data-color="lime"] .chat-avatar { background: #DCE9C5; color: #9CCC65; }
.worry-chat[data-color="mint"] .chat-avatar { background: var(--pop-mint-light); color: #6DCFB0; }

.chat-bubble {
  position: relative;
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--pop-text);
  line-height: 1.45;
  box-shadow: none;
  border: 0;
  letter-spacing: 0.02em;
  text-align: left;
}
.worry-chat:nth-child(even) .chat-bubble { text-align: right; }
.worry-chat[data-color="sky"] .chat-bubble { border-color: var(--pop-sky-light); }
.worry-chat[data-color="coral"] .chat-bubble { border-color: var(--pop-coral-light); }
.worry-chat[data-color="yellow"] .chat-bubble { border-color: var(--pop-yellow-light); }
.worry-chat[data-color="purple"] .chat-bubble { border-color: #E2D5F0; }
.worry-chat[data-color="orange"] .chat-bubble { border-color: #F7D5B8; }
.worry-chat[data-color="lime"] .chat-bubble { border-color: #DCE9C5; }
.worry-chat[data-color="mint"] .chat-bubble { border-color: var(--pop-mint-light); }
.chat-bubble em {
  font-style: normal;
  color: var(--pop-pink);
  font-size: 1.15em;
  font-weight: 900;
}
.worry-chat[data-color="sky"] .chat-bubble em { color: #4A95B8; }
.worry-chat[data-color="coral"] .chat-bubble em { color: #E07550; }
.worry-chat[data-color="yellow"] .chat-bubble em { color: #C18A00; }
.worry-chat[data-color="purple"] .chat-bubble em { color: #8E70CC; }
.worry-chat[data-color="orange"] .chat-bubble em { color: #C46A30; }
.worry-chat[data-color="lime"] .chat-bubble em { color: #6FA847; }
.worry-chat[data-color="mint"] .chat-bubble em { color: #4AB48F; }

/* チャット風のしっぽは削除(行全体がクリッカブルな帯になったため) */
.chat-bubble::before { content: none; }

.chat-cat {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.3rem;
  background: var(--pop-pink);
  color: #fff;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(255,143,160,0.4);
  transition: filter 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.worry-chat[data-color="sky"] .chat-cat { background: #8DC8E2; box-shadow: 0 6px 14px rgba(141,200,226,0.45); }
.worry-chat[data-color="coral"] .chat-cat { background: #FF9874; box-shadow: 0 6px 14px rgba(255,152,116,0.45); }
.worry-chat[data-color="yellow"] .chat-cat { background: #FFCB47; color: var(--pop-text); box-shadow: 0 6px 14px rgba(255,203,71,0.5); }
.worry-chat[data-color="purple"] .chat-cat { background: #B69EE6; box-shadow: 0 6px 14px rgba(182,158,230,0.45); }
.worry-chat[data-color="orange"] .chat-cat { background: #E5894F; box-shadow: 0 6px 14px rgba(229,137,79,0.45); }
.worry-chat[data-color="lime"] .chat-cat { background: #9CCC65; box-shadow: 0 6px 14px rgba(156,204,101,0.45); }
.worry-chat[data-color="mint"] .chat-cat { background: #6DCFB0; box-shadow: 0 6px 14px rgba(109,207,176,0.45); }
.chat-arr {
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: 900;
  font-size: 1.1em;
}
.worry-chat:hover .chat-cat {
  filter: brightness(1.08);
  box-shadow: 0 10px 22px rgba(255,143,160,0.55);
}
.worry-chat:hover .chat-arr { transform: translateX(4px); }

@media (max-width: 600px) {
  .worry-chat,
  .worry-chat:nth-child(even) {
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    gap: 0.5rem;
  }
  .worry-chat .chat-cat,
  .worry-chat:nth-child(even) .chat-cat {
    grid-column: 1 / span 2;
    grid-row: 2;
    justify-self: end;
    order: 0;
  }
  .worry-chat:nth-child(even) .chat-avatar { order: 0; }
  .worry-chat:nth-child(even) .chat-bubble { order: 0; text-align: left; }
  .chat-avatar { width: 40px; height: 40px; font-size: 1.3rem; }
}

/* お悩み見出し */
.worry-h2 {
  position: relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 1.4rem;
  display: inline-block;
}
.worry-h2-row {
  display: block;
  white-space: nowrap;
}
.worry-h2 .ch {
  display: inline-block;
  animation: worry-ch-bounce 2.2s ease-in-out infinite;
  transform-origin: center bottom;
}
@keyframes worry-ch-bounce {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-10px) rotate(3deg); }
}
.worry-h2 .ch-1, .worry-h2 .ch-6, .worry-h2 .ch-11 { color: #FF8FA0; }
.worry-h2 .ch-2, .worry-h2 .ch-7, .worry-h2 .ch-12 { color: #FFCB47; }
.worry-h2 .ch-3, .worry-h2 .ch-8, .worry-h2 .ch-13 { color: #6DCFB0; }
.worry-h2 .ch-4, .worry-h2 .ch-9, .worry-h2 .ch-14 { color: #8DC8E2; }
.worry-h2 .ch-5, .worry-h2 .ch-10 { color: #FF9874; }
.worry-h2 .ch-1 { animation-delay: 0s; }
.worry-h2 .ch-2 { animation-delay: 0.08s; }
.worry-h2 .ch-3 { animation-delay: 0.16s; }
.worry-h2 .ch-4 { animation-delay: 0.24s; }
.worry-h2 .ch-5 { animation-delay: 0.32s; }
.worry-h2 .ch-6 { animation-delay: 0.40s; }
.worry-h2 .ch-7 { animation-delay: 0.48s; }
.worry-h2 .ch-8 { animation-delay: 0.56s; }
.worry-h2 .ch-9 { animation-delay: 0.64s; }
.worry-h2 .ch-10 { animation-delay: 0.72s; }
.worry-h2 .ch-11 { animation-delay: 0.80s; }
.worry-h2 .ch-12 { animation-delay: 0.88s; }
.worry-h2 .ch-13 { animation-delay: 0.96s; }
.worry-h2 .ch-14 { animation-delay: 1.04s; }
.worry-spark {
  position: absolute;
  width: 32px; height: 32px;
}
.worry-spark.ws-1 {
  top: -10px; right: -30px;
  color: var(--pop-yellow);
  animation: twinkle 1.8s ease-in-out infinite;
}
.worry-spark.ws-2 {
  bottom: -10px; left: -30px;
  color: var(--pop-pink);
  width: 26px; height: 26px;
  animation: twinkle 2.2s ease-in-out infinite 0.6s;
}
.worry-spark.ws-3 {
  top: 8px; left: -38px;
  color: var(--pop-coral);
  width: 22px; height: 22px;
  animation: heart-bounce 2s ease-in-out infinite 1s;
}

/* 3x3 ホイールレイアウト(コンパクト) */
.worry-wheel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem 1rem;
  max-width: 880px;
  margin: 2.5rem auto 2rem;
  justify-items: center;
}

/* 中央のタイトルセル */
.worry-center {
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 2rem 1rem;
}
.worry-center-inner {
  position: relative;
  padding: 1rem;
}
.worry-center-eyebrow {
  font-family: 'Noto Serif JP', serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--pop-mint);
  font-weight: 700;
  margin-bottom: 0.7rem;
  letter-spacing: 0.04em;
}
.worry-center-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  font-weight: 900;
  line-height: 1.6;
  color: var(--pop-text);
  margin-bottom: 0.7rem;
  letter-spacing: 0.04em;
}
.worry-center-desc {
  font-size: 0.78rem;
  color: var(--pop-text-mid);
  line-height: 1.75;
  margin: 0;
}

/* 歯型カード(背景SVGで歯シルエット) */
.worry-leaf {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center; justify-content: center;
  text-decoration: none;
  color: inherit;
  text-align: center;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1;
  padding: 1.8rem 1.2rem 2.4rem;
  border-radius: 0;
  border: 0;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path d='M 15 5 C 4 5 0 22 0 44 L 0 68 C 0 85 5 100 16 100 L 28 100 C 34 100 36 89 38 80 C 40 89 42 100 48 100 L 52 100 C 58 100 60 89 62 80 C 64 89 66 100 72 100 L 84 100 C 95 100 100 85 100 68 L 100 44 C 100 22 96 5 85 5 Z' fill='%23ffffff' stroke='rgba(0,0,0,0.08)' stroke-width='1.5' stroke-dasharray='4 5'/></svg>") no-repeat center / 100% 100%;
  filter: drop-shadow(0 8px 16px rgba(80, 130, 170, 0.14));
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.4s ease;
  margin-top: 1.3rem;
}
.worry-leaf:hover {
  transform: translateY(-6px) scale(1.03);
  filter: drop-shadow(0 14px 26px rgba(80, 130, 170, 0.22));
}

/* 葉っぱタグ(元のスタイル復活) */
.leaf-tag {
  position: absolute;
  top: -1.4rem; left: 50%;
  transform: translateX(-50%) rotate(-6deg);
  width: 92px; height: 50px;
  color: var(--pop-pink);
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: flex; align-items: center; justify-content: center;
  filter: drop-shadow(0 4px 7px rgba(0,0,0,0.18));
  transition: transform 0.3s ease;
}
.worry-leaf[data-color="sky"] .leaf-tag { color: #8DC8E2; background: transparent; }
.worry-leaf[data-color="coral"] .leaf-tag { color: #FF9874; background: transparent; }
.worry-leaf[data-color="yellow"] .leaf-tag { color: #FFCB47; background: transparent; }
.worry-leaf[data-color="purple"] .leaf-tag { color: #B69EE6; background: transparent; }
.worry-leaf[data-color="orange"] .leaf-tag { color: #E5894F; background: transparent; }
.worry-leaf[data-color="lime"] .leaf-tag { color: #9CCC65; background: transparent; }
.worry-leaf[data-color="mint"] .leaf-tag { color: #6DCFB0; background: transparent; }
.leaf-stem { display: none; }
.leaf-tag svg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
}
.worry-leaf[data-color="sky"] .leaf-tag { color: #8DC8E2; }
.worry-leaf[data-color="coral"] .leaf-tag { color: #FF9874; }
.worry-leaf[data-color="yellow"] .leaf-tag { color: #FFCB47; }
.worry-leaf[data-color="purple"] .leaf-tag { color: #B69EE6; }
.worry-leaf[data-color="orange"] .leaf-tag { color: #E5894F; }
.worry-leaf[data-color="lime"] .leaf-tag { color: #9CCC65; }
.worry-leaf[data-color="mint"] .leaf-tag { color: #6DCFB0; }
.leaf-tag svg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
}
.leaf-tag-text {
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  z-index: 1;
}
.leaf-stem {
  position: absolute;
  top: 0; right: 18px;
  width: 4px; height: 16px;
  background: #6A4A2E;
  border-radius: 2px;
  transform: rotate(20deg);
  transform-origin: bottom center;
}
.worry-leaf:hover .leaf-tag {
  transform: translateX(-50%) rotate(0deg) translateY(-4px);
}

/* タイトル */
.worry-leaf-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.4;
  color: var(--pop-text);
  margin: 0.2rem 0 0.4rem;
  letter-spacing: 0.02em;
}
.worry-leaf-title em {
  font-style: normal;
  color: var(--pop-pink);
  font-size: 1.3em;
  font-weight: 900;
  margin-right: 1px;
}
.worry-leaf[data-color="sky"] .worry-leaf-title em { color: #4A95B8; }
.worry-leaf[data-color="coral"] .worry-leaf-title em { color: #E07550; }
.worry-leaf[data-color="yellow"] .worry-leaf-title em { color: #C18A00; }
.worry-leaf[data-color="purple"] .worry-leaf-title em { color: #8E70CC; }
.worry-leaf[data-color="orange"] .worry-leaf-title em { color: #C46A30; }
.worry-leaf[data-color="lime"] .worry-leaf-title em { color: #6FA847; }
.worry-leaf[data-color="mint"] .worry-leaf-title em { color: #4AB48F; }

/* 説明 */
.worry-leaf-desc {
  font-size: 0.66rem;
  line-height: 1.55;
  color: var(--pop-text-mid);
  margin: 0 0 0.55rem;
  font-weight: 500;
}

/* ボタン */
.worry-leaf-btn {
  display: inline-block;
  padding: 0.3rem 0.7rem;
  background: var(--pop-pink);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  border-radius: 999px;
  letter-spacing: 0.04em;
  box-shadow: 0 3px 7px rgba(255,143,160,0.35);
  transition: transform 0.3s ease, filter 0.3s ease;
}
.worry-leaf[data-color="sky"] .worry-leaf-btn { background: #8DC8E2; box-shadow: 0 4px 10px rgba(141,200,226,0.4); }
.worry-leaf[data-color="coral"] .worry-leaf-btn { background: #FF9874; box-shadow: 0 4px 10px rgba(255,152,116,0.4); }
.worry-leaf[data-color="yellow"] .worry-leaf-btn { background: #FFCB47; color: var(--pop-text); box-shadow: 0 4px 10px rgba(255,203,71,0.4); }
.worry-leaf[data-color="purple"] .worry-leaf-btn { background: #B69EE6; box-shadow: 0 4px 10px rgba(182,158,230,0.4); }
.worry-leaf[data-color="orange"] .worry-leaf-btn { background: #E5894F; box-shadow: 0 4px 10px rgba(229,137,79,0.4); }
.worry-leaf[data-color="lime"] .worry-leaf-btn { background: #9CCC65; box-shadow: 0 4px 10px rgba(156,204,101,0.4); }
.worry-leaf[data-color="mint"] .worry-leaf-btn { background: #6DCFB0; box-shadow: 0 4px 10px rgba(109,207,176,0.4); }
.worry-leaf:hover .worry-leaf-btn {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

/* レスポンシブ */
@media (max-width: 1024px) {
  .worry-wheel { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1.5rem; }
  .worry-center { grid-column: span 2; aspect-ratio: auto; padding: 1rem 1rem 2rem; }
  .worry-leaf { aspect-ratio: 1; }
}
@media (max-width: 600px) {
  .worry-wheel { grid-template-columns: 1fr; gap: 3rem 0; }
  .worry-center { grid-column: span 1; }
  .worry-leaf { aspect-ratio: 1.1; max-width: 360px; margin: 2rem auto 0; }
  .worry-leaf-title { font-size: 1rem; }
  .worry-leaf-desc { font-size: 0.82rem; }
}


.worry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 1.5rem;
  margin-bottom: 2.5rem;
}
.worry-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1.3rem 1.5rem 1rem;
  background: #fff;
  border-radius: 24px;
  text-decoration: none;
  color: inherit;
  border: 3px solid var(--pop-pink-light);
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.worry-card[data-color="mint"] { border-color: var(--pop-mint-light); }
.worry-card[data-color="yellow"] { border-color: var(--pop-yellow-light); }
.worry-card[data-color="coral"] { border-color: var(--pop-coral-light); }
.worry-card[data-color="sky"] { border-color: var(--pop-sky-light); }

.worry-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 32px rgba(0,0,0,0.14);
  border-color: var(--pop-pink);
}
.worry-card[data-color="mint"]:hover { border-color: var(--pop-mint); }
.worry-card[data-color="yellow"]:hover { border-color: var(--pop-yellow); }
.worry-card[data-color="coral"]:hover { border-color: var(--pop-coral); }
.worry-card[data-color="sky"]:hover { border-color: var(--pop-sky); }

/* 角に色アクセント */
.worry-card::before {
  content: '';
  position: absolute;
  top: -8px; right: -8px;
  width: 70px; height: 70px;
  background: var(--pop-pink-light);
  border-radius: 50%;
  opacity: 0.5;
  z-index: 0;
}
.worry-card[data-color="mint"]::before { background: var(--pop-mint-light); }
.worry-card[data-color="yellow"]::before { background: var(--pop-yellow-light); }
.worry-card[data-color="coral"]::before { background: var(--pop-coral-light); }
.worry-card[data-color="sky"]::before { background: var(--pop-sky-light); }

/* 絵文字(吹き出しから話してる人風) */
.worry-emoji {
  position: relative;
  z-index: 2;
  width: 64px; height: 64px;
  background: var(--pop-pink-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.worry-card[data-color="mint"] .worry-emoji { background: var(--pop-mint-light); }
.worry-card[data-color="yellow"] .worry-emoji { background: var(--pop-yellow-light); }
.worry-card[data-color="coral"] .worry-emoji { background: var(--pop-coral-light); }
.worry-card[data-color="sky"] .worry-emoji { background: var(--pop-sky-light); }
.worry-card:hover .worry-emoji {
  transform: scale(1.1) rotate(-8deg);
}

/* 吹き出し風テキスト */
.worry-talk {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
}
.worry-text {
  position: relative;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.5;
  color: var(--pop-text);
  margin: 0 0 0.5rem;
  padding-left: 0.4rem;
}
.worry-text::before {
  content: '';
  position: absolute;
  left: 0; top: 0.2em;
  bottom: 0.2em;
  width: 3px;
  background: var(--pop-pink);
  border-radius: 2px;
}
.worry-card[data-color="mint"] .worry-text::before { background: var(--pop-mint); }
.worry-card[data-color="yellow"] .worry-text::before { background: var(--pop-yellow); }
.worry-card[data-color="coral"] .worry-text::before { background: var(--pop-coral); }
.worry-card[data-color="sky"] .worry-text::before { background: var(--pop-sky); }
.worry-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.82rem;
  color: var(--pop-pink);
  font-weight: 700;
  margin: 0;
  transition: gap 0.3s ease;
  letter-spacing: 0.02em;
}
.worry-link strong { font-weight: 800; }
.worry-card[data-color="mint"] .worry-link { color: #4AB48F; }
.worry-card[data-color="yellow"] .worry-link { color: #C18A00; }
.worry-card[data-color="coral"] .worry-link { color: #E07550; }
.worry-card[data-color="sky"] .worry-link { color: #4A95B8; }
.worry-card:hover .worry-link { gap: 0.55rem; }

@media (max-width: 900px) {
  .worry-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .worry-grid { grid-template-columns: 1fr; }
  .worry-emoji { width: 56px; height: 56px; font-size: 1.9rem; }
}


.menu-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.menu-card-v2 {
  display: block;
  padding: 2rem 1.5rem 1.5rem;
  background: #fff;
  border-radius: 24px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.menu-card-v2:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.08);
}
.menu-icon-circle {
  display: flex; align-items: center; justify-content: center;
  width: 72px; height: 72px;
  background: var(--pop-mint-light);
  border-radius: 50%;
  margin: 0 auto 1rem;
  font-size: 2.2rem;
  transition: transform 0.4s, background 0.4s;
}
.menu-card-v2:nth-child(3n+1) .menu-icon-circle { background: var(--pop-pink-light); }
.menu-card-v2:nth-child(3n+2) .menu-icon-circle { background: var(--pop-mint-light); }
.menu-card-v2:nth-child(3n+3) .menu-icon-circle { background: var(--pop-yellow-light); }
.menu-card-v2:hover .menu-icon-circle { transform: scale(1.1) rotate(-10deg); }
.menu-card-v2 h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--pop-text);
  margin-bottom: 0.55rem;
}
.menu-card-v2 p {
  font-size: 0.86rem;
  color: var(--pop-text-mid);
  line-height: 1.75;
  margin: 0;
}
.menu-more { text-align: center; }

/* ============================================================
   ⑥ 院長(理念)
   ============================================================ */
.doctor-section { padding: 6rem 0; background: #fff; position: relative; overflow: hidden; }
.doctor-section::before {
  content: '';
  position: absolute;
  top: 80px; right: -80px;
  width: 240px; height: 240px;
  background: var(--pop-yellow-light);
  border-radius: 50%;
  opacity: 0.6;
}
.doctor-section .section-inner { position: relative; z-index: 1; }
.doctor-card-v2 {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: center;
}
.doctor-img {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}
.doctor-img::before {
  content: '';
  position: absolute;
  top: -10px; right: -10px;
  width: 70px; height: 70px;
  background: var(--pop-pink);
  border-radius: 50%;
  z-index: 1;
  animation: deco-bounce 2.4s ease-in-out infinite;
}
.doctor-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s;
}
.doctor-img:hover img { transform: scale(1.04); }
.doctor-message { margin: 1rem 0 2rem; }
.doctor-message p {
  font-size: 0.98rem;
  line-height: 2.1;
  color: var(--pop-text-mid);
  margin-bottom: 1.2rem;
  font-weight: 500;
}
.doctor-message strong { color: var(--pop-pink); font-weight: 800; }

/* ============================================================
   ⑦ お口の健康手帳
   ============================================================ */
.notebook-section { padding: 6rem 0; background: var(--pop-pink-soft); }
.notebook-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.notebook-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(255,168,180,0.3);
  border: 6px solid #fff;
}
.notebook-img img { width: 100%; height: auto; display: block; }
.notebook-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.notebook-feat {
  padding: 1.5rem 1.5rem 1.25rem;
  background: #fff;
  border-radius: 20px;
  transition: transform 0.3s;
}
.notebook-feat[data-color="pink"] { border-top: 4px solid var(--pop-pink); }
.notebook-feat[data-color="mint"] { border-top: 4px solid var(--pop-mint); }
.notebook-feat[data-color="yellow"] { border-top: 4px solid var(--pop-yellow); }
.notebook-feat[data-color="coral"] { border-top: 4px solid var(--pop-coral); }
.notebook-feat:hover { transform: translateY(-4px) rotate(-1deg); }
.notebook-num {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  line-height: 1;
  margin-bottom: 0.6rem;
}
.notebook-feat[data-color="pink"] .notebook-num { background: var(--pop-pink); }
.notebook-feat[data-color="mint"] .notebook-num { background: var(--pop-mint); }
.notebook-feat[data-color="yellow"] .notebook-num { background: var(--pop-yellow); color: var(--pop-text); }
.notebook-feat[data-color="coral"] .notebook-num { background: var(--pop-coral); }
.notebook-feat h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--pop-text);
  margin-bottom: 0.45rem;
}
.notebook-feat p {
  font-size: 0.87rem;
  color: var(--pop-text-mid);
  line-height: 1.75;
  margin: 0;
}

/* ============================================================
   ⑧ 初診の流れ
   ============================================================ */
.firstvisit-section { padding: 6rem 0; background: #fff !important; }

/* 歯科ドック ヘッダー(ワクワク仕様) */
.fv-head {
  position: relative;
  text-align: center;
  margin-bottom: 3rem !important;
}
.fv-stamp {
  position: absolute;
  top: -30px; right: 4%;
  width: 180px; height: 180px;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  transform: rotate(-12deg);
  filter: drop-shadow(0 8px 18px rgba(255,80,120,0.4));
  animation: stamp-wobble 3.4s ease-in-out infinite;
  background: linear-gradient(135deg, #FF6B86, #FF4060);
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: inset 0 4px 10px rgba(255,255,255,0.3), inset 0 -4px 10px rgba(0,0,0,0.16);
}
.fv-stamp::before {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  border: 2px dashed rgba(255,255,255,0.55);
}
@keyframes stamp-wobble {
  0%, 100% { transform: rotate(-12deg) scale(1); }
  50%      { transform: rotate(-4deg) scale(1.08); }
}
.fv-stamp svg {
  display: none;
}
.fv-stamp-text {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.fv-h2 {
  position: relative;
  display: block;
  text-align: center;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem) !important;
  line-height: 1.4 !important;
  margin: 0 auto 1.8rem !important;
}
.fv-h2-line { display: block; text-align: center; }
.fv-h2 em {
  position: relative;
  font-style: normal;
  color: var(--pop-pink);
  font-size: 1.35em;
  font-weight: 900;
  display: inline-block;
  padding: 0 0.15em;
}
.fv-h2 em::after {
  content: '';
  position: absolute;
  left: -3px; right: -3px; bottom: 4px;
  height: 20px;
  background: var(--pop-yellow);
  opacity: 0.7;
  z-index: -1;
  border-radius: 10px;
}
.fv-spark {
  position: absolute;
  width: 30px; height: 30px;
}
.fv-spark-1 {
  top: -16px; right: -20px;
  color: var(--pop-yellow);
  animation: twinkle 1.8s ease-in-out infinite;
}
.fv-spark-2 {
  bottom: -10px; left: -28px;
  color: var(--pop-pink);
  width: 22px; height: 22px;
  animation: twinkle 2.2s ease-in-out infinite 0.6s;
}
.fv-quote-bubble {
  position: relative;
  display: inline-block;
  margin: 1.4rem auto 2rem;
  padding: 1.8rem 2.4rem 1.4rem;
  background: linear-gradient(135deg, #FFFBEE 0%, #FFF5F0 100%);
  border: 4px solid var(--pop-pink);
  border-radius: 28px;
  max-width: 640px;
  box-shadow: 0 18px 36px rgba(255,143,160,0.25), 0 6px 14px rgba(0,0,0,0.06);
  animation: fv-bubble-pop 3.2s ease-in-out infinite;
}
@keyframes fv-bubble-pop {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-6px) rotate(1deg); }
}
.fv-quote-bubble::before {
  content: '';
  position: absolute;
  bottom: -22px; left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 30px; height: 30px;
  background: linear-gradient(135deg, #FFFBEE 0%, #FFF5F0 100%);
  border-right: 4px solid var(--pop-pink);
  border-bottom: 4px solid var(--pop-pink);
  box-shadow: 4px 4px 8px rgba(255,143,160,0.15);
}
.fv-quote-tag {
  position: absolute;
  top: -16px; left: 50%;
  transform: translateX(-50%);
  padding: 0.3rem 1rem;
  background: linear-gradient(135deg, var(--pop-pink) 0%, #FF9874 100%);
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(255,143,160,0.45);
  white-space: nowrap;
}
.fv-quote-emoji {
  position: absolute;
  top: -14px; left: -18px;
  font-size: 2rem;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.18));
  transform: rotate(-12deg);
  animation: fv-emoji-wobble 2.4s ease-in-out infinite;
}
@keyframes fv-emoji-wobble {
  0%, 100% { transform: rotate(-12deg) scale(1); }
  50%      { transform: rotate(8deg) scale(1.1); }
}
.fv-quote-bubble p {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--pop-text);
  margin: 0 0 0.6rem;
  line-height: 1.6;
}
.fv-quote-bubble p strong {
  color: var(--pop-pink);
  font-weight: 900;
  font-size: 1.1em;
  background: linear-gradient(transparent 60%, rgba(255,203,71,0.7) 60%);
  padding: 0 4px;
}
.fv-quote-attr {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.9rem;
  color: var(--pop-text-mid);
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .fv-stamp { top: -16px; right: 2%; width: 120px; height: 120px; }
  .fv-stamp-text { font-size: 1rem; }
  .fv-quote-bubble { padding: 1.5rem 1.3rem 1.2rem; max-width: 92%; }
  .fv-quote-bubble p { font-size: 1.1rem; }
  .fv-quote-emoji { font-size: 1.6rem; top: -10px; left: -10px; }
}

/* むし歯・痛みコールアウト */
.fv-callout {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 800px;
  margin: 2rem auto 1.5rem;
  padding: 1.2rem 1.6rem;
  background: var(--pop-pink-soft);
  border-left: 5px solid var(--pop-pink);
  border-radius: 0 12px 12px 0;
}
.fv-callout-icon {
  font-size: 2.2rem;
  flex-shrink: 0;
}
.fv-callout p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--pop-text);
  font-weight: 500;
}
.fv-callout strong {
  color: var(--pop-pink);
  font-weight: 800;
}

/* 症状リスト付きコールアウト */
.fv-callout-symptoms {
  display: block;
  padding: 1.8rem 2rem;
  background: #fff;
  border-left-width: 0;
  border: 3px solid var(--pop-pink);
  border-radius: 22px;
  box-shadow: 0 14px 30px rgba(255,143,160,0.16);
}
.fv-callout-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}
.fv-callout-symptoms .fv-callout-head p { flex: 1; }
.fv-callout-symptoms .fv-callout-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px; height: 56px;
  flex-shrink: 0;
  color: var(--pop-pink);
  background: #FFF5F7;
  border-radius: 50%;
  font-size: 0;
}
.fv-callout-symptoms .fv-callout-icon svg { width: 32px; height: 32px; }
.fv-symptoms-lead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--pop-pink);
  margin: 0 0 0.9rem;
  padding-top: 1.2rem;
  border-top: 2px dashed rgba(255,143,160,0.45);
  text-align: center;
}
.fv-symptoms-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}
.fv-symptoms-grid li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 0.9rem;
  background: #fff;
  border-radius: 12px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--pop-text);
  border: 2px solid #FFE5EA;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.fv-symptoms-grid li:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255,143,160,0.2);
  border-color: var(--pop-pink);
}
.fv-sym-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  flex-shrink: 0;
  background: #FFF5F7;
  border-radius: 10px;
  color: var(--pop-pink);
}
.fv-sym-icon svg { width: 24px; height: 24px; }
@media (max-width: 720px) {
  .fv-symptoms-grid { grid-template-columns: repeat(2, 1fr); }
  .fv-callout-head { flex-direction: column; text-align: center; gap: 0.7rem; }
}
@media (max-width: 420px) {
  .fv-symptoms-grid { grid-template-columns: 1fr; }
}

/* 歯科ドック ラッパー */
.fv-dock-wrap {
  position: relative;
  max-width: 1240px;
  margin: 3rem auto 2rem;
  padding: 2rem 1.5rem;
  background: #fff;
  background-image:
    linear-gradient(rgba(0,0,0,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  border: 2px solid var(--pop-pink-light);
  border-radius: 4px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.08);
}
.fv-dock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px dashed var(--pop-pink-light);
}
.fv-dock-stamp {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--pop-pink);
  text-align: center;
  padding: 0.5rem 1rem;
  border: 3px solid var(--pop-pink);
  border-radius: 8px;
  line-height: 1.15;
  transform: rotate(-4deg);
}
.fv-dock-total {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-style: italic;
  color: var(--pop-text-mid);
  letter-spacing: 0.06em;
}
.fv-dock-total strong {
  color: var(--pop-pink);
  font-size: 1.6rem;
  font-weight: 700;
  font-style: normal;
  margin: 0 0.2rem;
}

/* 横タイムライン(歯科ドック仕様) */
.fv-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.4rem;
  padding: 0.5rem 0;
}

/* ===== 案B: 人間ドック ステーション詳細(クリックで開閉) ===== */
.fv-station { cursor: pointer; -webkit-tap-highlight-color: transparent; outline: none; }
.fv-station:focus-visible { outline: 3px solid var(--pop-pink); outline-offset: 5px; border-radius: 14px; }
/* 「詳しく見る」ボタン — クリックを誘う塗りピル */
.fv-station-caret {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin-top: 0.9rem;
  padding: 0.55em 1.2em;
  --cta-c: var(--pop-pink);
  --cta-shadow: rgba(255, 143, 160, 0.5);
  background: var(--cta-c);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  border-radius: 999px;
  box-shadow: 0 6px 16px var(--cta-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  animation: fvCtaPulse 2.6s ease-in-out infinite;
}
.fv-caret-ico { display: inline-flex; font-size: 0.72em; transition: transform 0.3s ease; }
/* ステーション色に同調(.fv-line が nth-child(1) なので 2〜7) */
.fv-station:nth-child(3) .fv-station-caret { --cta-c: var(--pop-mint);   --cta-shadow: rgba(109,207,176,0.5);  animation-delay: 0.18s; }
.fv-station:nth-child(4) .fv-station-caret { --cta-c: var(--pop-yellow); --cta-shadow: rgba(255,203,71,0.55);  color: var(--pop-text); animation-delay: 0.36s; }
.fv-station:nth-child(5) .fv-station-caret { --cta-c: var(--pop-coral);  --cta-shadow: rgba(255,152,116,0.5);  animation-delay: 0.54s; }
.fv-station:nth-child(6) .fv-station-caret { --cta-c: var(--pop-sky);    --cta-shadow: rgba(141,200,226,0.55); color: var(--pop-text); animation-delay: 0.72s; }
.fv-station:nth-child(7) .fv-station-caret { --cta-c: #B69EE6;           --cta-shadow: rgba(182,158,230,0.55); animation-delay: 0.9s; }
/* ホバー / フォーカスで浮き上がり */
.fv-station:hover .fv-station-caret,
.fv-station:focus-visible .fv-station-caret {
  animation: none;
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 12px 26px var(--cta-shadow);
  filter: saturate(1.12);
}
/* 開いている時は落ち着いた表示 + ▴ */
.fv-station[aria-expanded="true"] .fv-station-caret {
  animation: none;
  transform: translateY(0);
  box-shadow: 0 3px 9px var(--cta-shadow);
  filter: brightness(0.97);
}
.fv-station[aria-expanded="true"] .fv-caret-ico { transform: rotate(180deg); }
@keyframes fvCtaPulse {
  0%, 100% { transform: translateY(0);    box-shadow: 0 6px 16px var(--cta-shadow); }
  50%      { transform: translateY(-3px); box-shadow: 0 13px 26px var(--cta-shadow); }
}
@media (prefers-reduced-motion: reduce) {
  .fv-station-caret { animation: none; }
}

.fv-detail-wrap { max-width: 880px; margin: 0 auto; }
.fv-detail {
  display: none;
  --c: var(--pop-pink); --c-soft: var(--pop-pink-soft);
  position: relative;
  margin-top: 1.8rem;
  background: #fff;
  border-radius: 22px;
  border-top: 5px solid var(--c);
  box-shadow: 0 18px 44px rgba(58, 47, 42, 0.12);
  padding: 2.3rem 2.1rem 2rem;
}
.fv-detail[data-color="mint"]   { --c: var(--pop-mint);   --c-soft: var(--pop-mint-soft); }
.fv-detail[data-color="yellow"] { --c: var(--pop-yellow); --c-soft: var(--pop-yellow-light); }
.fv-detail[data-color="coral"]  { --c: var(--pop-coral);  --c-soft: var(--pop-coral-light); }
.fv-detail[data-color="sky"]    { --c: var(--pop-sky);    --c-soft: var(--pop-sky-light); }
.fv-detail[data-color="violet"] { --c: #B69EE6;           --c-soft: #EFEAFB; }
.fv-detail.is-active { display: block; animation: fvDetailIn 0.45s cubic-bezier(.22, .61, .36, 1); }
@keyframes fvDetailIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

.fv-d-head { display: flex; align-items: baseline; gap: 0.7rem; margin-bottom: 1rem; }
.fv-d-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.1rem; font-weight: 700; line-height: 1;
  color: var(--c);
  flex-shrink: 0;
}
.fv-d-title { font-size: 1.18rem; font-weight: 800; color: var(--pop-text); line-height: 1.5; }
.fv-d-lead { font-size: 0.95rem; line-height: 1.95; color: var(--pop-text-mid); margin-bottom: 1.3rem; }
.fv-d-meta { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0 0 1.3rem; padding: 0; list-style: none; }
.fv-d-pill {
  list-style: none;
  background: var(--c-soft); color: var(--pop-text);
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.02em;
  padding: 0.42em 0.95em; border-radius: 999px;
}
.fv-d-points { display: grid; gap: 0.6rem; margin: 0 0 1.3rem; padding: 0; }
.fv-d-points li {
  position: relative; list-style: none; padding-left: 1.8rem;
  font-size: 0.9rem; line-height: 1.6; color: var(--pop-text);
}
.fv-d-points li::before {
  content: "✓"; position: absolute; left: 0; top: 0.05em;
  width: 1.2rem; height: 1.2rem; border-radius: 50%;
  background: var(--c); color: #fff;
  font-size: 0.72rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.fv-d-note {
  font-size: 0.83rem; line-height: 1.7; color: var(--pop-text-mid);
  background: var(--pop-cream);
  border-radius: 14px; padding: 0.9rem 1.1rem;
}
@media (max-width: 768px) {
  .fv-detail { padding: 1.7rem 1.3rem; border-radius: 16px; margin-top: 1.4rem; }
  .fv-d-title { font-size: 1.04rem; }
}
.fv-time {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.85rem;
  font-style: italic;
  font-weight: 600;
  color: var(--pop-text-mid);
  letter-spacing: 0.04em;
  margin-bottom: 0.3rem;
  background: var(--pop-yellow-light);
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
}
.fv-photo { position: relative; }
.fv-check {
  position: absolute;
  top: 6px; right: 6px;
  width: 24px; height: 24px;
  background: var(--pop-mint);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
  font-weight: 900;
  box-shadow: 0 3px 6px rgba(0,0,0,0.18);
  border: 2px solid #fff;
}

/* 統計バナー */
.fv-dock-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.2rem 1rem;
  border-top: 2px dashed var(--pop-pink-light);
}
.fv-stat-item {
  text-align: center;
  display: flex; flex-direction: column;
  gap: 0.2rem;
}
.fv-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--pop-pink);
  line-height: 1;
}
.fv-stat-lbl {
  font-size: 0.82rem;
  color: var(--pop-text-mid);
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .fv-dock-stats { grid-template-columns: repeat(2, 1fr); }
  .fv-dock-header { flex-direction: column; gap: 0.8rem; }
}
.fv-line {
  position: absolute;
  top: 100px; left: 8%; right: 8%;
  height: 5px;
  background: repeating-linear-gradient(90deg, var(--pop-pink) 0 10px, transparent 10px 18px);
  background-size: 18px 100%;
  z-index: 0;
  animation: fv-rail-flow 1.4s linear infinite;
}
@keyframes fv-rail-flow {
  from { background-position: 0 0; }
  to   { background-position: 18px 0; }
}
/* レール上を走る光の玉 */
.fv-line::after {
  content: '';
  position: absolute;
  top: 50%; left: 0;
  width: 18px; height: 18px;
  margin-top: -9px;
  background: var(--pop-yellow);
  border-radius: 50%;
  box-shadow: 0 0 14px var(--pop-yellow), 0 0 24px rgba(255,203,71,0.6);
  animation: fv-rail-dot 6s linear infinite;
}
@keyframes fv-rail-dot {
  0%   { left: -2%; opacity: 0; }
  6%   { opacity: 1; }
  94%  { opacity: 1; }
  100% { left: 102%; opacity: 0; }
}
.fv-station {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex; flex-direction: column;
  align-items: center;
  animation: fv-station-bob 4s ease-in-out infinite;
}
.fv-station:nth-child(2) { animation-delay: 0s; }
.fv-station:nth-child(3) { animation-delay: 0.3s; }
.fv-station:nth-child(4) { animation-delay: 0.6s; }
.fv-station:nth-child(5) { animation-delay: 0.9s; }
.fv-station:nth-child(6) { animation-delay: 1.2s; }
.fv-station:nth-child(7) { animation-delay: 1.5s; }
@keyframes fv-station-bob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
.fv-photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 16px;
  border: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  margin-bottom: 0.9rem;
  background: rgba(0,0,0,0.05);
}
.fv-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.fv-station:hover .fv-photo img { transform: scale(1.08); }
/* 番号バッジ:「未来のお口を育てる」と統一(黒数字+点線サークル) */
.fv-dot {
  position: relative;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: none;
  color: #1f1d1b;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.8rem;
  box-shadow: none;
  border: none;
  transition: transform 0.3s ease;
}
.fv-dot::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px dotted #E89BAA;
  animation: fv-dot-pulse 2.4s ease-in-out infinite;
}
@keyframes fv-dot-pulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50%      { transform: scale(1.12); opacity: 0.45; }
}
.fv-station:hover .fv-dot { transform: scale(1.08); }
.fv-station:nth-child(3) .fv-dot::before { border-color: #6FCBB0; }
.fv-station:nth-child(4) .fv-dot::before { border-color: #E3B94C; }
.fv-station:nth-child(5) .fv-dot::before { border-color: #F0976E; }
.fv-station:nth-child(6) .fv-dot::before { border-color: #7FC4E8; }
.fv-station:nth-child(7) .fv-dot::before { border-color: #B69EE6; }
.fv-station h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #3a342e;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.fv-station p {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.82rem;
  color: #6E6258;
  line-height: 1.85;
  margin: 0;
  padding: 0 0.3rem;
}
.fv-station-caret .fv-caret-txt { font-family: 'Noto Serif JP', serif; letter-spacing: 0.06em; }

@media (max-width: 980px) {
  .fv-timeline { grid-template-columns: repeat(3, 1fr); gap: 2rem 1.2rem; }
  .fv-line { display: none; }
}
@media (max-width: 540px) {
  .fv-timeline { grid-template-columns: repeat(2, 1fr); }
}
.firstvisit-flow {
  max-width: 760px;
  margin: 0 auto 2rem;
  position: relative;
}
.firstvisit-flow::before {
  content: '';
  position: absolute;
  top: 28px; bottom: 28px; left: 28px;
  width: 3px;
  background: linear-gradient(to bottom, var(--pop-pink), var(--pop-coral), var(--pop-yellow), var(--pop-mint));
  z-index: 0;
}
.fv-step-v2 {
  position: relative;
  display: flex; align-items: center; gap: 1.25rem;
  padding: 1.25rem 0;
}
.fv-circle {
  flex-shrink: 0;
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--pop-pink);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  border: 4px solid #fff;
  box-shadow: 0 6px 14px rgba(255,143,160,0.4);
  z-index: 1;
  position: relative;
}
.fv-step-v2:nth-child(2) .fv-circle { background: var(--pop-mint); box-shadow: 0 6px 14px rgba(109,207,176,0.4); }
.fv-step-v2:nth-child(3) .fv-circle { background: var(--pop-yellow); color: var(--pop-text); box-shadow: 0 6px 14px rgba(255,203,71,0.4); }
.fv-step-v2:nth-child(4) .fv-circle { background: var(--pop-coral); box-shadow: 0 6px 14px rgba(255,152,116,0.4); }
.fv-step-v2:nth-child(5) .fv-circle { background: var(--pop-sky); box-shadow: 0 6px 14px rgba(141,200,226,0.4); }
.fv-step-v2:nth-child(6) .fv-circle { background: var(--pop-pink); }
.fv-content {
  flex: 1;
  background: #fff;
  padding: 1.25rem 1.5rem;
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}
.fv-content h4 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--pop-text);
  margin: 0 0 0.35rem;
}
.fv-content p {
  font-size: 0.88rem;
  color: var(--pop-text-mid);
  line-height: 1.75;
  margin: 0;
}
.firstvisit-note {
  text-align: center;
  background: #fff;
  color: var(--pop-pink);
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  max-width: 700px;
  margin: 1.5rem auto;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  font-size: 0.92rem;
}
.firstvisit-cta { text-align: center; }

/* ============================================================
   ⑨ アクセス
   ============================================================ */
.access-section-v2 { padding: 6rem 0; background: #fff; }
.access-grid-v2 {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: center;
}
.access-info-v2 dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0.85rem 1.25rem;
  margin-bottom: 1.5rem;
  align-items: start;
}
.access-info-v2 dt {
  font-size: 0.82rem;
  color: #fff;
  background: var(--pop-pink);
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  text-align: center;
  align-self: start;
}
.access-info-v2 dl:nth-of-type(2) dt { background: var(--pop-mint); }
.access-info-v2 dl:nth-of-type(3) dt { background: var(--pop-yellow); color: var(--pop-text); }
.access-info-v2 dl:nth-of-type(4) dt { background: var(--pop-coral); }
.access-info-v2 dl:nth-of-type(5) dt { background: var(--pop-sky); }
.access-info-v2 dd {
  font-size: 0.95rem;
  color: var(--pop-text-mid);
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}
.access-info-v2 a {
  color: var(--pop-pink);
  text-decoration: none;
  font-weight: 700;
}
.access-info-v2 .btn-pop { margin-top: 1rem; }

.access-map-v2 {
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 14px 32px rgba(0,0,0,0.1);
  border: 5px solid #fff;
  outline: 3px dashed var(--pop-pink);
  outline-offset: -10px;
}
.access-map-v2 iframe { width: 100%; height: 100%; border: 0; }

/* ============================================================
   スクロールリビール
   ============================================================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 1024px) {
  .hero-grid { gap: 1.5rem; grid-template-columns: 0.85fr 1.9fr; }
  .hero-visual { min-height: 540px; aspect-ratio: 4/3; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .menu-grid-v2 { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
@media (max-width: 768px) {
  .hero { padding: 3rem 0 5rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; aspect-ratio: 4/3; margin-top: 1.5rem; }
  .hero-features { grid-template-columns: repeat(2, 1fr); gap: 0.85rem; }
  .welcome-grid, .news-cta-grid, .doctor-card-v2, .notebook-grid, .access-grid-v2 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .welcome-grid-v2 { grid-template-columns: 1fr; gap: 2rem; }
  .welcome-text-v2 { padding-right: 0; text-align: center; }
  .welcome-h2-yokoso { font-size: 2.4rem; }
  .welcome-photo-v2 { max-width: 380px; margin: 0 auto; }
  .features-grid { grid-template-columns: 1fr; }
  .menu-grid-v2 { grid-template-columns: repeat(2, 1fr); }
  .notebook-features { grid-template-columns: 1fr 1fr; }
  .doctor-img { max-width: 320px; margin: 0 auto; aspect-ratio: 1; }
  .section-h2 { font-size: 1.65rem; }
  .hero-h1 { font-size: 2rem; line-height: 1.5; }
  .access-info-v2 dl { grid-template-columns: 90px 1fr; }
}
@media (max-width: 768px) {
  /* シールはモバイルでサイズダウン+一部非表示 */
  .sticker { font-size: 0.7rem; padding: 0.4rem 0.85rem; }
  .sticker-2, .sticker-4, .sticker-7, .sticker-10 { display: none; }
}
@media (max-width: 480px) {
  .hero-h1 { font-size: 1.7rem; }
  .hero-features { grid-template-columns: 1fr 1fr; }
  .hero-feat { padding: 1rem 0.5rem; font-size: 0.78rem; }
  .hero-feat-icon { font-size: 2rem; }
  /* スマホでは更にシールを減らす */
  .sticker-5, .sticker-6, .sticker-8 { display: none; }
  .menu-grid-v2 { grid-template-columns: 1fr; }
  .notebook-features { grid-template-columns: 1fr; }
  .fv-step-v2 { gap: 0.85rem; }
  .fv-circle { width: 48px; height: 48px; font-size: 0.95rem; }
  .firstvisit-flow::before { left: 22px; }
  .fv-content { padding: 1rem 1.2rem; }
  .access-info-v2 dl { grid-template-columns: 1fr; }
  .access-info-v2 dt { justify-self: start; }
  .welcome-section, .news-cta-section, .features-section, .menu-section,
  .doctor-section, .notebook-section, .firstvisit-section, .access-section-v2 {
    padding: 4rem 0;
  }
  .section-inner { padding: 0 1.25rem; }
  .blob { display: none; }
}

/* ============================================================
   v2 ヘッダー上書き(透過 → HERO青空にロゴを重ねる)
   ============================================================ */
body.v2 header {
  background: transparent !important;
  border-bottom: none !important;
  backdrop-filter: none;
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
/* スクロール時は白背景に切替(可読性確保) */
body.v2 header.scrolled {
  background: rgba(255, 255, 255, 0.95) !important;
  border-bottom: 1px solid #ECECEC !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  backdrop-filter: blur(8px);
}
/* ロゴ:ポップ書体・大きめ */
body.v2 .header-inner { overflow: visible; height: 92px; }
body.v2 .logo {
  position: relative;
  padding: 0.85rem 0 1rem;
  z-index: 1;
}
body.v2 .logo-name {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(255,255,255,0.85);
  transition: text-shadow 0.3s ease;
}
body.v2 .logo-sub {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(255,255,255,0.7);
  transition: text-shadow 0.3s ease;
}
body.v2 header.scrolled .logo-name,
body.v2 header.scrolled .logo-sub { text-shadow: none; }
/* HEROがヘッダー領域まで含むように */
body.v2 .hero {
  margin-top: 0;
  padding-top: calc(92px + 3rem);
}
/* ロゴ色はstyle.css側の緑を維持(上書きしない) */

/* v2:横ナビは表示、旧ハンバーガーは非表示(独自トグル使用) */
body.v2 nav ul { display: flex; }
body.v2 .hamburger { display: none !important; }

/* ============================================================
   v2 トップナビ(ロゴ横・ピル型)
   ============================================================ */
body.v2 .v2-nav { position: relative; }
body.v2 .v2-nav ul {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  list-style: none;
  margin: 0; padding: 0;
}
body.v2 .v2-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center; justify-content: center;
  gap: 0.35rem;
  padding: 0.6rem 1.05rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--pop-text);
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  letter-spacing: 0.04em;
  border: 2px solid transparent;
  transition: color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(80, 130, 170, 0.12);
}
body.v2 .tooth-ico {
  width: 18px; height: 18px;
  color: var(--pop-pink);
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.25s ease;
}
body.v2 .v2-nav-link:hover .tooth-ico {
  transform: rotate(-12deg) scale(1.1);
}
body.v2 .v2-nav-link.active .tooth-ico,
body.v2 .v2-nav-cta .tooth-ico {
  color: #fff;
}
body.v2 .v2-nav-link:hover {
  color: var(--pop-pink);
  background: #fff;
  border-color: var(--pop-pink-light);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(80, 130, 170, 0.18);
}
body.v2 .v2-nav-link.active {
  background: linear-gradient(135deg, #FF8FA0 0%, #FF9874 100%);
  color: #fff;
}
body.v2 .v2-nav-link.active:hover { color: #fff; }
/* ご予約 CTA */
body.v2 .v2-nav-cta {
  background: linear-gradient(135deg, #6DCFB0 0%, #4AB48F 100%);
  color: #fff !important;
  font-weight: 800;
  margin-left: 0.3rem;
}
body.v2 .v2-nav-cta:hover { color: #fff !important; }

/* スクロール時:ナビは白背景で読みやすく */
body.v2 header.scrolled .v2-nav-link {
  background: rgba(255, 255, 255, 0.85);
}
body.v2 header.scrolled .v2-nav-link.active {
  background: linear-gradient(135deg, #FF8FA0 0%, #FF9874 100%);
}
body.v2 header.scrolled .v2-nav-cta {
  background: linear-gradient(135deg, #6DCFB0 0%, #4AB48F 100%);
}

/* ハンバーガー(モバイル用) */
body.v2 .v2-nav-toggle {
  display: none;
  width: 44px; height: 44px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  justify-content: space-between;
}
body.v2 .v2-nav-toggle span {
  display: block;
  width: 100%; height: 3px;
  background: var(--pop-text);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
body.v2 .v2-nav-toggle.open span:nth-child(1) { transform: translateY(11px) rotate(45deg); }
body.v2 .v2-nav-toggle.open span:nth-child(2) { opacity: 0; }
body.v2 .v2-nav-toggle.open span:nth-child(3) { transform: translateY(-11px) rotate(-45deg); }

/* レスポンシブ:小さい画面でハンバーガー化 */
@media (max-width: 1100px) {
  body.v2 .v2-nav-link { padding: 0.5rem 0.85rem; font-size: 0.82rem; }
  body.v2 .v2-nav ul { gap: 0.3rem; }
}
@media (max-width: 980px) {
  body.v2 .v2-nav-toggle { display: flex; }
  body.v2 .v2-nav ul {
    position: absolute;
    top: 64px; right: -10px;
    flex-direction: column;
    background: #fff;
    padding: 1rem;
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(0,0,0,0.12);
    gap: 0.5rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    min-width: 200px;
  }
  body.v2 .v2-nav.open ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  body.v2 .v2-nav-link {
    width: 100%;
    justify-content: center;
    font-size: 0.9rem;
    padding: 0.7rem 1rem;
  }
}

/* hours-bar も白基調に */
body.v2 .hours-bar {
  background: #ffffff;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  color: var(--pop-text);
}
body.v2 .hours-bar-ico { color: var(--pop-pink); }
body.v2 .hours-bar-closed-label { background: var(--pop-pink); }
body.v2 .hours-bar-tel { color: var(--pop-pink); }
body.v2 .hours-bar-sep { color: #D5D5D5; }

/* ============================================================
   風船メニュー(右端に縦並び・常時表示)
   ============================================================ */
.balloon-menu-side {
  position: fixed;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8500;
  pointer-events: auto;
}
.balloon-menu-side ul {
  display: flex; flex-direction: column;
  align-items: flex-end;
  gap: 0.7rem;
  list-style: none;
  margin: 0; padding: 0;
}
.balloon-menu-side li {
  position: relative;
}

.balloon-item {
  position: relative;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 92px;
  padding: 0.7rem 1.1rem;
  background: var(--bc);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  border-radius: 50% / 60%;
  box-shadow:
    0 6px 16px rgba(0,0,0,0.18),
    inset -4px -8px 12px rgba(0,0,0,0.10),
    inset 4px 4px 12px rgba(255,255,255,0.35);
  transition: transform 0.25s ease, filter 0.25s ease;
  animation: balloon-float 4s ease-in-out infinite;
  transform-origin: center;
}
.balloon-item::after {
  content: '';
  position: absolute;
  bottom: -5px; left: 50%;
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--bc);
  transform: translateX(-50%);
}
.balloon-item:hover {
  transform: translateX(-6px) scale(1.06);
  filter: brightness(1.08);
}
.balloon-item.active {
  box-shadow:
    0 6px 16px rgba(0,0,0,0.22),
    inset -4px -8px 12px rgba(0,0,0,0.12),
    inset 4px 4px 12px rgba(255,255,255,0.4),
    0 0 0 3px rgba(255,255,255,0.85);
}
@keyframes balloon-float {
  0%, 100% { transform: translateX(0) rotate(-2deg); }
  50% { transform: translateX(-4px) rotate(2deg); }
}
.balloon-menu-side li:nth-child(2n) .balloon-item { animation-delay: -0.8s; }
.balloon-menu-side li:nth-child(3n) .balloon-item { animation-delay: -1.6s; }
.balloon-menu-side li:nth-child(4n) .balloon-item { animation-delay: -2.4s; }

/* スマホ:風船を少し縮小 */
@media (max-width: 768px) {
  .balloon-menu-side { right: 8px; }
  .balloon-item { min-width: 74px; padding: 0.55rem 0.85rem; font-size: 0.72rem; }
}
@media (max-width: 480px) {
  .balloon-item { min-width: 64px; padding: 0.5rem 0.7rem; font-size: 0.66rem; }
}

/* Welcome H2 改行が自然に出るよう */
body.v2 .welcome-text .section-h2 {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
body.v2 .welcome-text .section-h2 br { display: inline; }
body.v2 .welcome-text .section-h2 .h2-line {
  display: block;
}

/* スマホは風船小さく */
@media (max-width: 768px) {
  body.v2 nav a {
    min-width: 56px;
    padding: 0.45rem 0.75rem 0.5rem;
    font-size: 0.72rem;
  }
}

/* ============================================================
   Welcome セクション(可愛い森のイメージ)
   ============================================================ */
body.v2 .welcome-section {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
body.v2 .welcome-section .section-inner {
  position: relative;
  z-index: 2;
}

/* 森の装飾(絵本風) */
.forest-deco {
  position: absolute; inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.forest-deco > span {
  position: absolute;
  display: block;
}
.forest-deco svg { width: 100%; height: 100%; display: block; }

/* 木 */
.forest-tree { animation: tree-sway 6s ease-in-out infinite; transform-origin: bottom center; }
.forest-tree-1 { width: 160px; height: 220px; bottom: 0; left: 0; animation-delay: 0s; opacity: 0.92; }
.forest-tree-2 { width: 110px; height: 200px; bottom: 0; left: 12%; animation-delay: -1.5s; opacity: 0.88; }
.forest-tree-3 { width: 130px; height: 185px; bottom: 0; right: 0; animation-delay: -3s; opacity: 0.9; }
@keyframes tree-sway {
  0%, 100% { transform: rotate(-1deg); }
  50% { transform: rotate(1deg); }
}

/* きのこ */
.forest-mushroom { animation: mushroom-pop 4s ease-in-out infinite; }
.forest-mushroom-1 { width: 38px; height: 48px; bottom: 4%; right: 18%; animation-delay: 0s; }
@keyframes mushroom-pop {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-4px) scale(1.04); }
}

/* 葉っぱ(舞い散る) */
.forest-leaf { animation: leaf-drift 8s ease-in-out infinite; }
.forest-leaf-1 { width: 24px; height: 24px; top: 18%; left: 14%; animation-delay: 0s; }
.forest-leaf-2 { width: 20px; height: 20px; top: 32%; right: 12%; animation-delay: -2.5s; }
.forest-leaf-3 { width: 22px; height: 22px; top: 56%; left: 22%; animation-delay: -5s; }
@keyframes leaf-drift {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(8px, 6px) rotate(20deg); }
  50% { transform: translate(0, 12px) rotate(-15deg); }
  75% { transform: translate(-6px, 6px) rotate(10deg); }
}

/* 鳥 */
.forest-bird {
  width: 52px; height: 42px;
  top: 18%; right: 24%;
  animation: bird-fly 9s ease-in-out infinite;
}
@keyframes bird-fly {
  0%, 100% { transform: translate(0, 0) rotate(-3deg); }
  25% { transform: translate(15px, -6px) rotate(2deg); }
  50% { transform: translate(0, -10px) rotate(-1deg); }
  75% { transform: translate(-10px, -4px) rotate(3deg); }
}

/* Welcome 見出しの改行制御 */
body.v2 .welcome-text .section-h2 {
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
body.v2 .welcome-text .section-h2 .h2-line {
  display: block;
  white-space: nowrap;
}

/* ============================================================
   ページヘッダー(下層ページ用シンプルHERO)
   ============================================================ */
.page-header-v2 {
  position: relative;
  margin-top: 0;
  padding: calc(92px + 4rem) 0 4rem;
  background: linear-gradient(180deg, #A8DAEF 0%, #C7E6F2 50%, #E8F4FA 100%);
  overflow: hidden;
  text-align: center;
}
.page-header-v2 .cute-illusts { z-index: 1; }
.page-header-inner {
  position: relative;
  z-index: 5;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}
.page-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--pop-pink);
  background: rgba(255,255,255,0.7);
  padding: 0.45rem 1.2rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}
.page-h1 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin: 0 auto 1.5rem;
  text-shadow: 0 3px 12px rgba(255,255,255,0.8);
}
.page-h1-plain {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: var(--pop-text);
  margin: 0 auto 0.8rem;
  text-shadow: 0 2px 8px rgba(255,255,255,0.7);
}
.page-h1-sub {
  font-size: 0.95rem;
  color: var(--pop-text-mid);
  font-weight: 600;
  margin-bottom: 1.2rem;
  letter-spacing: 0.04em;
}
.page-h1 .ch {
  display: inline-block;
  animation: h1-ch-bounce 2.2s ease-in-out infinite;
  transform-origin: center bottom;
}
.page-h1 .ch-1, .page-h1 .ch-6, .page-h1 .ch-11 { color: #FF8FA0; }
.page-h1 .ch-2, .page-h1 .ch-7, .page-h1 .ch-12 { color: #FFCB47; }
.page-h1 .ch-3, .page-h1 .ch-8, .page-h1 .ch-13 { color: #6DCFB0; }
.page-h1 .ch-4, .page-h1 .ch-9 { color: #8DC8E2; }
.page-h1 .ch-5, .page-h1 .ch-10 { color: #FF9874; }
.page-h1 .ch-1 { animation-delay: 0s; }
.page-h1 .ch-2 { animation-delay: 0.08s; }
.page-h1 .ch-3 { animation-delay: 0.16s; }
.page-h1 .ch-4 { animation-delay: 0.24s; }
.page-h1 .ch-5 { animation-delay: 0.32s; }
.page-h1 .ch-6 { animation-delay: 0.40s; }
.page-h1 .ch-7 { animation-delay: 0.48s; }
.page-h1 .ch-8 { animation-delay: 0.56s; }
.page-h1 .ch-9 { animation-delay: 0.64s; }
.page-h1 .ch-10 { animation-delay: 0.72s; }
.page-h1 .ch-11 { animation-delay: 0.80s; }
.page-h1 .ch-12 { animation-delay: 0.88s; }
.page-h1 .ch-13 { animation-delay: 0.96s; }
.page-crumb {
  font-size: 0.82rem;
  color: var(--pop-text-mid);
  letter-spacing: 0.06em;
}
.page-crumb a {
  color: var(--pop-pink);
  text-decoration: none;
  font-weight: 700;
}
.page-crumb a:hover { text-decoration: underline; }
.page-crumb span { margin: 0 0.5rem; opacity: 0.5; }

/* ============================================================
   サブページ用 共通(読みやすさ重視)
   ============================================================ */
.sub-welcome-section {
  padding: 5rem 0;
  background: #fff;
}
.sub-welcome-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.5rem;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.sub-eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--pop-pink);
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.sub-h2 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  font-weight: 800;
  line-height: 1.6;
  color: var(--pop-text);
  margin-bottom: 1.6rem;
  letter-spacing: 0.02em;
}
.sub-h2 strong {
  color: var(--pop-pink);
  font-weight: 900;
}
.sub-welcome-text p {
  font-size: 1rem;
  line-height: 2;
  color: var(--pop-text-mid);
  margin-bottom: 1rem;
  font-weight: 500;
}
.sub-welcome-text strong {
  color: var(--pop-pink);
  font-weight: 800;
}
.phil-h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem) !important;
  line-height: 1.4 !important;
  font-weight: 900 !important;
  margin-bottom: 1.8rem !important;
}
.phil-h2-line { display: block; }
.phil-h2 strong {
  position: relative;
  color: var(--pop-pink);
  font-weight: 900;
  font-size: 1.2em;
  display: inline-block;
}
.phil-h2 strong::after {
  content: '';
  position: absolute;
  left: -3px; right: -3px; bottom: 2px;
  height: 16px;
  background: var(--pop-yellow);
  opacity: 0.65;
  z-index: -1;
  border-radius: 8px;
}
.phil-pull {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: var(--pop-text) !important;
  line-height: 1.85 !important;
  padding: 1rem 1.2rem;
  border-left: 4px solid var(--pop-pink);
  background: var(--pop-pink-soft);
  margin: 0 0 1.4rem !important;
  border-radius: 0 8px 8px 0;
}
.sub-welcome-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.1);
}
.sub-welcome-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.sub-welcome-img:hover img { transform: scale(1.04); }
@media (max-width: 768px) {
  .sub-welcome-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ============================================================
   ワールデントフィロソフィー(about-v2.html)
   ============================================================ */
/* ===== 私たちのおもい: スタッフ集合写真ヒーロー ===== */
.team-hero-section {
  padding: 3.5rem 0 0.5rem;
  background: var(--pop-cream);
}
.team-hero-photo {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(224, 96, 128, 0.16);
}
.team-hero-photo img { display: block; width: 100%; height: auto; }
/* 写真未設定時のプレースホルダー枠(写真を入れたら自動的に不要) */
.team-hero-photo--empty { box-shadow: none; }
.team-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  aspect-ratio: 3 / 2;
  border: 2px dashed #F6C6D0;
  border-radius: 22px;
  background:
    radial-gradient(ellipse at 30% 20%, var(--pop-pink-soft) 0%, transparent 60%),
    var(--pop-cream);
  color: var(--pop-text-mid);
}
.tpp-icon { font-size: 2.4rem; opacity: 0.7; }
.tpp-text {
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.tpp-text small {
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--pop-pink);
}
.team-hero-lead {
  max-width: 680px;
  margin: 2.6rem auto 0;
  text-align: center;
}
.team-hero-catch {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--pop-pink);
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.team-hero-lead p {
  font-size: 1.06rem;
  line-height: 2.05;
  letter-spacing: 0.02em;
  color: var(--pop-text);
  font-weight: 500;
  margin-bottom: 1.1rem;
}
.team-hero-lead p:last-child { margin-bottom: 0; }
.team-hero-lead strong {
  color: var(--pop-pink);
  font-weight: 800;
}

/* フィロソフィーカードの導入リード */
.philo-cards-intro {
  max-width: 680px;
  margin: 0 auto 1.6rem;
  text-align: center;
}
.philo-cards-intro p {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.9;
  color: var(--pop-text);
}
.philo-cards-intro strong { color: var(--pop-pink); font-weight: 800; }

@media (max-width: 768px) {
  .team-hero-section { padding: 2rem 0 0; }
  .team-hero-photo,
  .team-photo-placeholder { border-radius: 16px; }
  .team-hero-catch { font-size: 1.35rem; margin-bottom: 1.1rem; }
  .team-hero-lead { margin-top: 1.8rem; }
  .team-hero-lead p { font-size: 0.98rem; line-height: 1.95; letter-spacing: 0.01em; }
  .team-hero-lead p br { display: none; }
  .philo-cards-intro p { font-size: 0.95rem; }
}

/* ===== 私たちのおもい: ワールデント フィロソフィー(クラシック・エレガント) ===== */
.philo-elegant-section {
  position: relative;
  padding: 6rem 0 6.5rem;
  background:
    radial-gradient(ellipse at 50% 0%, #FFF7EC 0%, transparent 60%),
    linear-gradient(180deg, #FFF6EC 0%, #FCEEDF 100%);
  --pe-ink: #5B4A3F;
  --pe-mid: #84715F;
  --pe-gold: #F0885A;
  --pe-gold-soft: #FFD2AE;
  --pe-line: #FBE3CD;
  color: var(--pe-ink);
  overflow: hidden;
}
/* 見出し */
.pe-head { text-align: center; max-width: 760px; margin: 0 auto 3.8rem; }
.pe-eyebrow {
  position: relative;
  display: inline-block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--pe-gold);
  margin-bottom: 0.9rem;
  padding: 0 2.6rem;
}
.pe-eyebrow::before,
.pe-eyebrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.5rem;
  height: 2px;
  border-radius: 2px;
  background: var(--pe-gold-soft);
}
.pe-eyebrow::before { left: 0; }
.pe-eyebrow::after { right: 0; }
.pe-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: var(--pe-ink);
}
.pe-rule {
  display: block;
  width: 40px; height: 4px;
  border-radius: 4px;
  margin: 1.5rem auto;
  background: var(--pe-gold-soft);
  position: relative;
}
.pe-rule::before {
  content: "♥";
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  color: var(--pe-gold);
  font-size: 1rem;
}
.pe-lead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: var(--pe-mid);
  letter-spacing: 0.02em;
}
/* 冊子(エレガント) */
.pe-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 3.5rem;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 4.5rem;
}
.pe-book { display: flex; justify-content: center; }
.pe-book-cover {
  width: 232px; height: 304px;
  background: linear-gradient(150deg, #FFF1DF 0%, #FFE0C2 100%);
  border: none;
  border-radius: 6px 18px 18px 6px;
  box-shadow:
    -3px 0 0 #FFD9B6,
    -6px 0 0 #FFE7D2,
    0 20px 40px rgba(200, 120, 70, 0.22);
  padding: 14px;
}
.pe-book-frame {
  height: 100%;
  border: 2px dashed var(--pe-gold-soft);
  border-radius: 12px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 1rem;
}
.pe-book-label {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--pe-gold);
  margin-bottom: 0.7rem;
}
.pe-book-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: var(--pe-ink);
}
.pe-book-divider { display: block; width: 30px; height: 3px; border-radius: 3px; background: var(--pe-gold-soft); margin: 0.9rem auto; }
.pe-book-en {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: var(--pe-mid);
}
.pe-text p {
  font-size: 1rem;
  line-height: 2.15;
  color: var(--pe-mid);
  margin-bottom: 1.1rem;
  letter-spacing: 0.02em;
}
.pe-text p:last-child { margin-bottom: 0; }
.pe-text-lead {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 1.1rem !important;
  color: var(--pe-ink) !important;
}
.pe-text strong { color: var(--pe-gold); font-weight: 800; }
/* カード導入線 */
.pe-cards-lead {
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.9;
  color: var(--pe-ink);
  max-width: 700px;
  margin: 0 auto 2.4rem;
  letter-spacing: 0.01em;
}
.pe-cards-lead strong { color: var(--pe-gold); font-weight: 800; }
/* 3つの取り組み(金枠カード) */
.pe-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  max-width: 1040px;
  margin: 0 auto;
}
.pe-card {
  position: relative;
  background: #fff;
  border: 2px solid var(--pe-line);
  border-radius: 22px;
  padding: 2.4rem 1.6rem 2rem;
  text-align: center;
  box-shadow: 0 14px 30px rgba(200, 130, 80, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pe-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 42px rgba(200, 130, 80, 0.18);
}
.pe-card::before { display: none; }
.pe-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFCB47 0%, #FF9874 100%);
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 1rem;
  box-shadow: 0 8px 16px rgba(255, 152, 116, 0.4);
}
.pe-card-h {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.16rem;
  font-weight: 900;
  color: var(--pe-ink);
  letter-spacing: 0.02em;
  margin-bottom: 0.85rem;
}
.pe-card-lead {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--pe-mid);
  margin-bottom: 1.1rem;
}
.pe-card-lead strong { color: var(--pe-gold); font-weight: 700; }
.pe-points { text-align: left; display: inline-block; margin: 0 auto; }
.pe-points li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.82rem;
  line-height: 1.7;
  color: var(--pe-mid);
  margin-bottom: 0.5rem;
  list-style: none;
}
.pe-points li {
  padding-left: 1.3rem;
}
.pe-points li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--pe-gold-soft);
}
/* 戻る */
.pe-back {
  text-align: center;
  margin-top: 4rem;
  padding-top: 2.2rem;
  border-top: 1px solid var(--pe-line);
}
.pe-back a {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  color: var(--pe-gold);
  letter-spacing: 0.03em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.pe-back a:hover { opacity: 0.6; }
@media (max-width: 880px) {
  .pe-intro { grid-template-columns: 1fr; gap: 2.2rem; }
  .pe-cards { grid-template-columns: 1fr; max-width: 460px; gap: 1.4rem; }
}
@media (max-width: 768px) {
  .philo-elegant-section { padding: 4rem 0 4.5rem; }
  .pe-title { letter-spacing: 0.05em; }
  .pe-lead, .pe-text p { font-size: 0.95rem; line-height: 2; }
}

.philosophy-section {
  position: relative;
  padding: 6rem 0;
  background:
    radial-gradient(ellipse at 10% 0%, #FFF6E8 0%, transparent 55%),
    radial-gradient(ellipse at 100% 100%, #FCE5EC 0%, transparent 60%),
    #fff;
  overflow: hidden;
}
.philosophy-intro {
  display: grid;
  grid-template-columns: 0.85fr 1.3fr;
  gap: 3rem;
  align-items: center;
  max-width: 1100px;
  margin: 3rem auto 4rem;
}
.philosophy-text p {
  font-size: 1rem;
  line-height: 2;
  color: var(--pop-text-mid);
  margin-bottom: 1rem;
  font-weight: 500;
}
.philosophy-lead {
  font-size: 1.15rem !important;
  color: var(--pop-text) !important;
  font-weight: 600 !important;
}
.philosophy-text strong { color: var(--pop-pink); font-weight: 800; }

/* 冊子イラスト */
.philosophy-book {
  display: flex;
  justify-content: center;
  perspective: 800px;
}
.book-cover {
  position: relative;
  width: 240px; height: 320px;
  background: linear-gradient(135deg, #FF8FA0 0%, #FF9874 100%);
  border-radius: 4px 14px 14px 4px;
  box-shadow:
    -4px 0 0 rgba(0,0,0,0.05),
    0 24px 50px rgba(0,0,0,0.25),
    inset 0 0 0 8px rgba(255,255,255,0.15);
  transform: rotate(-4deg);
  animation: book-float 5s ease-in-out infinite;
}
@keyframes book-float {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-10px); }
}
.book-spine {
  position: absolute;
  top: 8px; left: 0; bottom: 8px;
  width: 8px;
  background: rgba(0,0,0,0.15);
  border-radius: 2px 0 0 2px;
}
.book-page {
  position: absolute;
  inset: 24px 18px;
  background: #fff;
  border-radius: 2px 8px 8px 2px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 1rem;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.book-title-sub {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--pop-pink);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.book-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--pop-text);
  line-height: 1.2;
  margin-bottom: 0.6rem;
  letter-spacing: 0.04em;
}
.book-title-en {
  font-size: 0.68rem;
  color: var(--pop-text-mid);
  letter-spacing: 0.08em;
  font-style: italic;
}
.book-ribbon {
  position: absolute;
  top: -5px; right: 28px;
  width: 18px; height: 60px;
  background: var(--pop-yellow);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
}

/* フィロソフィーカード(features-pagesを継承) */
.philosophy-cards { margin-top: 2rem; }
.philosophy-cards .feature-page { margin-top: 0 !important; }
.philosophy-cards .feature-page:nth-child(1) { transform: rotate(-2deg); }
.philosophy-cards .feature-page:nth-child(2) { transform: rotate(1.5deg); margin-top: 1.2rem !important; }
.philosophy-cards .feature-page:nth-child(3) { transform: rotate(-1.5deg); margin-top: 0.6rem !important; }
.philosophy-cards .feature-page:nth-child(4) { transform: rotate(2deg); margin-top: 1.5rem !important; }

/* 引用ブロック */
.philosophy-quote {
  position: relative;
  max-width: 800px;
  margin: 4rem auto 0;
  padding: 2.5rem 2rem 2rem;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
  border: 3px dashed var(--pop-pink-light);
  text-align: center;
}
.philosophy-quote .quote-mark {
  position: absolute;
  top: -30px; left: 50%;
  transform: translateX(-50%);
  width: 60px; height: 60px;
  background: var(--pop-pink);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
  font-family: Georgia, serif;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(255, 143, 160, 0.4);
}
.philosophy-quote p {
  font-size: 1.1rem;
  line-height: 1.95;
  color: var(--pop-text);
  font-weight: 600;
  margin: 0;
}
.philosophy-quote strong { color: var(--pop-pink); font-weight: 900; }

@media (max-width: 768px) {
  .philosophy-intro { grid-template-columns: 1fr; gap: 2rem; }
  .book-cover { width: 200px; height: 260px; }
  .book-title { font-size: 1.5rem; }
  .philosophy-quote p { font-size: 0.98rem; }
}

/* ============================================================
   医師カード(品のあるDrデザイン)
   ============================================================ */
.doctor-section-v2 {
  padding: 5rem 0 6rem;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.doctor-section-v2.doctor-section-alt { background: #fff; }
.doctor-section-v2 .section-inner { position: relative; z-index: 1; }
.doctor-card-polaroid {
  position: relative;
  max-width: 1080px;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3.5rem;
  background: #fff;
  padding: 3rem 3rem 2.5rem;
  border-radius: 2px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border: 1px solid #E0DDD5;
  align-items: start;
}
/* 名刺風 内側枠 */
.doctor-card-polaroid::before {
  content: '';
  position: absolute;
  inset: 14px;
  border: 1px solid #ECE9E1;
  pointer-events: none;
  z-index: 0;
}
.doctor-card-polaroid > * { position: relative; z-index: 1; }
/* アクセントカラーバー(上部の細いライン) */
.doctor-card-polaroid::after {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 5px;
  background: #4A7A8C;
}
.doctor-card-polaroid[data-color="mint"]::after { background: #5A8B7A; }
/* 写真:固定幅・コンパクト */
.doctor-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(0,0,0,0.1);
}
.doctor-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.doctor-card-badge {
  position: absolute;
  bottom: 1rem; left: 1rem;
  background: rgba(74, 122, 140, 0.92);
  color: #fff;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 0.35rem 0.95rem;
  border-radius: 2px;
  letter-spacing: 0.12em;
  backdrop-filter: blur(4px);
}
.doctor-card-polaroid[data-color="mint"] .doctor-card-badge { background: rgba(90, 139, 122, 0.92); }
/* テープ装飾削除 */
.doctor-card-tape { display: none; }
.doctor-card-body {
  padding: 0;
  display: flex; flex-direction: column;
}
.doctor-card-name-en {
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-size: 0.85rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.22em;
  color: #4A7A8C;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}
.doctor-card-polaroid[data-color="mint"] .doctor-card-name-en { color: #5A8B7A; }
.doctor-card-name {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #2A2A2A;
  margin-bottom: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  padding-bottom: 1.2rem;
}
.doctor-card-name::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 50px; height: 3px;
  background: #4A7A8C;
}
.doctor-card-polaroid[data-color="mint"] .doctor-card-name::after { background: #5A8B7A; }
.doctor-card-name span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.78rem;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #888;
  margin-top: 0.4rem;
}
.doctor-card-lead {
  font-size: 1.02rem !important;
  color: #2A2A2A !important;
  line-height: 1.95;
  margin-bottom: 1.2rem !important;
  font-weight: 500;
}
.doctor-card-lead strong { color: #4A7A8C; font-weight: 700; }
.doctor-card-polaroid[data-color="mint"] .doctor-card-lead strong { color: #5A8B7A; }
.doctor-card-body p {
  font-size: 0.92rem;
  line-height: 1.95;
  color: #4A4A4A;
  margin-bottom: 1rem;
  font-weight: 400;
}
.doctor-quote {
  position: relative;
  padding: 2rem 1.8rem 1.6rem;
  margin: 2rem 0;
  background: #F8F6F0;
}
.doctor-quote::before {
  content: '"';
  position: absolute;
  top: -10px; left: 14px;
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-size: 5rem;
  font-weight: 600;
  color: #4A7A8C;
  line-height: 1;
}
.doctor-card-polaroid[data-color="mint"] .doctor-quote::before { color: #5A8B7A; }
.doctor-quote p {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.2rem !important;
  font-weight: 600;
  color: #2A2A2A !important;
  margin-bottom: 0.8rem !important;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 1.6rem;
  position: relative;
  border-left: 3px solid #4A7A8C;
}
.doctor-card-polaroid[data-color="mint"] .doctor-quote p { border-left-color: #5A8B7A; }
.doctor-quote small {
  font-size: 0.85rem;
  color: #555;
  line-height: 1.95;
  display: block;
  padding-left: 1.6rem;
  font-style: italic;
}
.doctor-policy {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0;
  border-top: 1px solid #E8E8E5;
}
.doctor-policy li {
  position: relative;
  padding: 0.6rem 0 0.6rem 1.5rem;
  font-size: 0.92rem;
  color: #2A2A2A;
  font-weight: 500;
  border-bottom: 1px solid #E8E8E5;
  line-height: 1.6;
}
.doctor-policy li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.95rem;
  width: 8px; height: 8px;
  background: #4A7A8C;
  border-radius: 50%;
}
.doctor-card-polaroid[data-color="mint"] .doctor-policy li::before { background: #5A8B7A; }
.doctor-card-sign {
  text-align: right;
  font-weight: 500 !important;
  color: #2A2A2A !important;
  font-size: 0.95rem !important;
  margin-bottom: 1.4rem !important;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.06em;
}
.doctor-career-v2 {
  background: #FAFAF8;
  padding: 1.4rem 1.6rem;
  border-radius: 2px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 1.4rem 0 1.6rem;
  border: 1px solid #E8E8E5;
}
.doctor-career-v2.doctor-career-single { grid-template-columns: 1fr; }
.doctor-career-v2 h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #4A7A8C;
  margin-bottom: 0.7rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #E8E8E5;
}
.doctor-card-polaroid[data-color="mint"] .doctor-career-v2 h4 { color: #5A8B7A; }
.doctor-career-v2 ul { list-style: none; padding: 0; }
.doctor-career-v2 li {
  font-size: 0.8rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0.35rem;
}
.doctor-career-v2 li.indent {
  padding-left: 1rem;
  font-size: 0.76rem;
  color: #777;
}
/* ブログボタンを医師らしく */
.doctor-card-body .btn-pop {
  align-self: flex-start;
  background: #2A2A2A !important;
  color: #fff !important;
  border-radius: 2px !important;
  padding: 0.85rem 1.7rem !important;
  font-weight: 500;
  letter-spacing: 0.08em;
  box-shadow: none !important;
  font-size: 0.88rem;
}
.doctor-card-body .btn-pop:hover {
  background: #4A7A8C !important;
  transform: translateY(-1px);
}
.doctor-card-polaroid[data-color="mint"] .btn-pop:hover { background: #5A8B7A !important; }

@media (max-width: 900px) {
  .doctor-card-polaroid { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.5rem; }
  .doctor-career-v2 { grid-template-columns: 1fr; }
}

/* ============================================================
   スタッフ通知バナー(about-v2.html)
   ============================================================ */
.staff-section-v2 { padding: 5rem 0; background: var(--pop-cream); }
.staff-notice {
  max-width: 800px;
  margin: 2.5rem auto 3rem;
  padding: 1.4rem 1.6rem;
  background: var(--pop-yellow-light);
  border-radius: 20px;
  border: 2px solid var(--pop-yellow);
  text-align: center;
}
.staff-notice p {
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--pop-text);
  margin: 0;
}
.staff-notice strong { color: var(--pop-pink); font-weight: 800; }
.staff-polaroids .feature-page .feature-page-illust { aspect-ratio: 1; }

/* ドクターカード(白衣シルエットアバター) */
.staff-roster {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 920px;
  margin: 0 auto;
}
.staff-name-card {
  display: flex; align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 1.8rem;
  background: #fff;
  border-radius: 16px;
  border: 2px solid var(--pop-pink-light);
  box-shadow: 0 10px 22px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.staff-name-card[data-color="mint"] { border-color: var(--pop-mint-light); }
.staff-name-card[data-color="yellow"] { border-color: var(--pop-yellow-light); }
.staff-name-card[data-color="coral"] { border-color: var(--pop-coral-light); }
.staff-name-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.1);
  border-color: var(--pop-pink);
}
.staff-name-card[data-color="mint"]:hover { border-color: var(--pop-mint); }
.staff-name-card[data-color="yellow"]:hover { border-color: var(--pop-yellow); }
.staff-name-card[data-color="coral"]:hover { border-color: var(--pop-coral); }

.staff-avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: var(--pop-pink-light);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  color: var(--pop-pink);
  transition: transform 0.3s ease;
}
.staff-avatar svg { width: 70%; height: 70%; }
.staff-name-card[data-color="mint"] .staff-avatar { background: var(--pop-mint-light); color: #6DCFB0; }
.staff-name-card[data-color="yellow"] .staff-avatar { background: var(--pop-yellow-light); color: #E5894F; }
.staff-name-card[data-color="coral"] .staff-avatar { background: var(--pop-coral-light); color: #FF9874; }
.staff-name-card:hover .staff-avatar { transform: scale(1.05); }
.staff-avatar svg { width: 100%; height: 100%; }

.staff-info { flex: 1; min-width: 0; }
.staff-role {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--pop-pink);
  margin-bottom: 0.3rem;
}
.staff-name-card[data-color="mint"] .staff-role { color: #4AB48F; }
.staff-name-card[data-color="yellow"] .staff-role { color: #C18A00; }
.staff-name-card[data-color="coral"] .staff-role { color: #E07550; }
.staff-name {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #2A2A2A;
  margin: 0 0 0.35rem;
  letter-spacing: 0.04em;
}
.staff-spec {
  display: inline-block;
  font-size: 0.78rem;
  color: var(--pop-text-mid);
  margin: 0 0 0.55rem;
  letter-spacing: 0.04em;
  padding: 0.18rem 0.7rem;
  background: var(--pop-pink-soft);
  border-radius: 999px;
  font-weight: 600;
}
.staff-name-card[data-color="mint"] .staff-spec { background: var(--pop-mint-soft); color: #4AB48F; }
.staff-name-card[data-color="yellow"] .staff-spec { background: var(--pop-yellow-light); color: #C18A00; }
.staff-name-card[data-color="coral"] .staff-spec { background: var(--pop-coral-light); color: #E07550; }
.staff-msg {
  font-size: 0.85rem;
  color: var(--pop-text);
  margin: 0;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 600px) {
  .staff-roster { grid-template-columns: 1fr; }
  .staff-avatar { width: 80px; height: 80px; }
  .staff-name { font-size: 1.15rem; }
}
.staff-polaroids .feature-page .fp-num {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}
.staff-polaroids .feature-page .fp-emoji { font-size: 5rem; opacity: 0.85; }
/* サブページではポラロイド傾きを抑えて読みやすく */
.staff-polaroids .feature-page,
.staff-polaroids .feature-page:nth-child(1),
.staff-polaroids .feature-page:nth-child(2),
.staff-polaroids .feature-page:nth-child(3),
.staff-polaroids .feature-page:nth-child(4),
.staff-polaroids .feature-page:nth-child(5),
.staff-polaroids .feature-page:nth-child(6) {
  transform: none;
  margin-top: 0;
}
.staff-polaroids .feature-page::before { display: none; }
.philosophy-cards .feature-page,
.philosophy-cards .feature-page:nth-child(1),
.philosophy-cards .feature-page:nth-child(2),
.philosophy-cards .feature-page:nth-child(3),
.philosophy-cards .feature-page:nth-child(4) {
  transform: none;
  margin-top: 0 !important;
}
.philosophy-cards .feature-page::before { display: none; }

/* モバイルでは森の装飾を控えめに */
@media (max-width: 768px) {
  .forest-tree-2, .forest-mushroom-1, .forest-bird, .forest-leaf-2 { display: none; }
  .forest-tree-1 { width: 100px; height: 140px; opacity: 0.55; }
  .forest-tree-3 { width: 90px; height: 130px; opacity: 0.55; }
}

/* === HERO 3アーチカルーセル + 森のシルエット === */
.hero.hero-stageshow {
  position: relative;
  min-height: 620px;
  padding: 2rem 0 2.5rem;
  background: #ffffff;
  overflow: hidden;
}
/* 左上 うっすら光 */
.hero.hero-stageshow::before {
  content: '';
  position: absolute;
  top: -15%;
  left: -10%;
  width: 60%;
  height: 80%;
  background: radial-gradient(ellipse at top left, rgba(255,255,255,0.7) 0%, rgba(255,253,247,0.35) 35%, rgba(255,253,247,0) 70%);
  pointer-events: none;
  z-index: 1;
}
.hero-stage {
  position: relative;
  z-index: 5;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 2rem;
  align-items: center;
}
/* 後ろのぼかし大円 */
.hero-stage::before {
  content: '';
  position: absolute;
  top: 45%;
  right: 8%;
  left: auto;
  width: min(80vw, 820px);
  aspect-ratio: 1 / 1;
  transform: translate(0, -50%);
  background: radial-gradient(circle at center, rgba(232,220,198,0.6) 0%, rgba(232,220,198,0.3) 32%, rgba(232,220,198,0) 65%);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

/* 左カラム: 装飾エリア */
.hero-left {
  position: relative;
  min-height: 440px;
  z-index: 3;
}
.hero-left-title {
  margin: 0 0 1.4rem;
}
.hero-left-title .hero-h1 {
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.85;
  color: #6B5D55;
  margin: 0;
}
.hero-left-title .hero-h1 .h1-pop-line { display: block; }
.hero-left-title .hero-h1 .ch { display: inline-block; }
.hero-left-decor {
  position: relative;
  height: 360px;
}

/* 右カラム: 1枚の横広アーチ */
.hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
}
.hero-carousel {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero-arch {
  position: relative;
  border-radius: 50% 50% 0 0 / 38% 38% 0 0;
  overflow: hidden;
  box-shadow: 0 28px 50px rgba(80,100,80,0.22);
  width: 100%;
  max-width: 720px;
  aspect-ratio: 5 / 4;
}
.hero-arch img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.hero-arch img.is-active {
  opacity: 1;
}

/* ページネーション ドット */
.hero-dots {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.4rem;
}
.hero-page-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C9D9C9;
  transition: background 0.25s ease, transform 0.25s ease;
  cursor: pointer;
}
.hero-page-dot.is-active {
  background: var(--pop-mint, #6DCFB0);
  transform: scale(1.25);
}

/* 森のシルエット(下部) */
.hero-trees {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  height: 220px;
  z-index: 4;
  pointer-events: none;
  overflow: visible;
}
.hero-tree {
  position: absolute;
  bottom: 0;
}
.hero-tree polygon { transition: opacity 0.3s ease; }
.hero-tree-1 { left: 5%;   width: 90px;  height: 175px; opacity: 0.85; }
.hero-tree-2 { left: 14%;  width: 72px;  height: 142px; opacity: 0.75; }
.hero-tree-3 { left: 22%;  width: 60px;  height: 122px; opacity: 0.6; }
.hero-tree-4 { right: 6%;  width: 98px;  height: 188px; opacity: 0.85; }
.hero-tree-5 { right: 16%; width: 78px;  height: 155px; opacity: 0.75; }
.hero-tree-6 { right: 24%; width: 64px;  height: 132px; opacity: 0.6; }

/* 左装飾エリアの仮アイコン(暫定) */
.hero-decor-icon {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-decor-icon svg { width: 100%; height: 100%; }
.hero-decor-icon.di-1 { top: 4%;   left: 8%;   width: 56px; height: 56px; color: var(--pop-pink); opacity: 0.85; animation: heart-bounce 2.4s ease-in-out infinite; }
.hero-decor-icon.di-2 { top: 12%;  right: 14%; width: 42px; height: 42px; color: var(--pop-yellow); opacity: 0.9; animation: twinkle 2.4s ease-in-out infinite 0.4s; }
.hero-decor-icon.di-3 { top: 38%;  left: 18%;  width: 72px; height: 78px; color: var(--pop-mint); opacity: 0.75; }
.hero-decor-icon.di-4 { top: 50%;  right: 6%;  width: 50px; height: 50px; color: var(--pop-coral); opacity: 0.8; animation: heart-bounce 2.6s ease-in-out infinite 0.8s; }
.hero-decor-icon.di-5 { bottom: 14%; left: 6%; width: 38px; height: 38px; color: var(--pop-sky); opacity: 0.85; animation: twinkle 2.8s ease-in-out infinite 1.2s; }
.hero-decor-icon.di-6 { bottom: 6%;  right: 22%; width: 64px; height: 64px; color: #B5D6BC; opacity: 0.8; }

@media (max-width: 900px) {
  .hero-stage { grid-template-columns: 1fr; }
  .hero-left { min-height: auto; text-align: center; }
  .hero-left-decor { display: none; }
  .hero-stage::before { right: 50%; transform: translate(50%, -50%); width: 130vw; }
}

@media (max-width: 768px) {
  .hero.hero-stageshow { background-attachment: scroll; min-height: 540px; padding: 2rem 0 3rem; }
  .hero-arch { aspect-ratio: 4 / 3; }
  .hero-trees { height: 140px; }
  .hero-tree-1, .hero-tree-4 { width: 60px; height: 120px; }
  .hero-tree-2, .hero-tree-5 { width: 48px; height: 95px; }
  .hero-tree-3, .hero-tree-6 { display: none; }
}

/* ==========================================================
   APP レイアウト: シンプルヘッダー + 縦タブサイドバー
   ========================================================== */
body.app-layout {
  padding-top: 0;
}
/* 旧 v2 ヘッダー(横ナビ)は app-layout では非表示 */
body.app-layout > header.site-header,
body.app-layout > header:not(.app-header) { display: none; }

/* 上部バー: ロゴ + 予約ボタンだけ */
.app-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #ECECE5;
}
.app-header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.app-logo {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  text-decoration: none;
}
.app-logo .logo-name {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #3BAA7A;
}
.app-logo .logo-sub {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #5BBFA5;
}
.app-header-right {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.app-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1.4rem;
  border: 1.5px solid #DCE5DC;
  border-radius: 14px;
  background: #fff;
  color: var(--pop-text, #2c3e2c);
  text-decoration: none;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.06em;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.app-header-cta:hover {
  border-color: var(--pop-mint, #56a06f);
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(86,160,111,0.15);
}
.app-header-cta svg { width: 20px; height: 20px; color: var(--pop-text, #2c3e2c); }
.app-header-more {
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: #9AA59A;
  cursor: pointer;
}
.app-header-more svg { width: 20px; height: 20px; }
.app-header-more:hover { background: #F4F2EC; }

/* 左サイドバー: 縦タブ (幅 88px) */
.side-tabs {
  position: fixed;
  top: 140px;
  left: 14px;
  width: 88px;
  z-index: 50;
}
.side-tabs nav {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.side-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 88px;
  height: 88px;
  border: 1.5px solid #ECECE5;
  border-radius: 16px;
  background: #fff;
  color: var(--pop-text, #2c3e2c);
  text-decoration: none;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.side-tab:hover {
  border-color: var(--pop-pink, #FF8FA0);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(255,143,160,0.18);
}
.side-tab-icon {
  display: inline-flex;
  width: 34px; height: 34px;
  color: var(--pop-pink, #FF8FA0);
}
.side-tab-icon svg { width: 100%; height: 100%; }
.side-tab-label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--pop-text, #2c3e2c);
}
.side-tab.is-active {
  border-color: var(--pop-pink, #FF8FA0);
}
.side-tab.is-active::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 18%;
  bottom: 18%;
  width: 3px;
  background: var(--pop-pink, #FF8FA0);
  border-radius: 3px;
}

/* メインエリアはサイドバー分の左マージン */
.app-layout .hero.hero-stageshow {
  padding-left: 124px;  /* 88px sidebar + 余白 */
  padding-top: 2rem;
  min-height: 620px;
}
.app-layout .hero-stage {
  padding: 0 1.5rem;
}

/* キャッチコピーの「笑顔」を明るめオレンジで強調 */
.hero-left-title .hero-h1 .ch-emp {
  color: #FF9534;
}

/* HEROリード文 */
.hero-lead {
  margin: 0.8rem 0 1.8rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  line-height: 2.1;
  color: var(--pop-text-mid, #4a5a4a);
  letter-spacing: 0.03em;
}

/* 散らばりアクションボタン */
.hero-actions {
  position: relative;
  display: block;
  margin-top: 1rem;
  min-height: 220px;
}
.hero-action {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 1.2rem 0.6rem 0.6rem;
  background: #fff;
  border: 1.5px solid #ECECE5;
  border-radius: 999px;
  color: var(--pop-text, #2c3e2c);
  text-decoration: none;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 22px rgba(80,100,80,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.hero-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(80,100,80,0.16);
}
.ha-icon {
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ha-icon svg { width: 18px; height: 18px; }
.act-phone .ha-icon { background: #E4F2FA; color: #5A9FC2; }
.act-line  .ha-icon { background: #E4F7EE; color: #06C755; }
.act-insta .ha-icon { background: #FFE5EA; color: #E1356E; }

.act-phone { top: 0%;   left: 30%; }
.act-insta { top: 50%;  left: 12%; }

/* レスポンシブ */
@media (max-width: 1024px) {
  .side-tabs { left: 8px; }
  .app-layout .hero.hero-stageshow { padding-left: 110px; }
}
@media (max-width: 900px) {
  .side-tabs {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ECECE5;
    padding: 0.5rem;
  }
  .side-tabs nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 0.4rem;
  }
  .side-tab { flex: 0 0 auto; width: 72px; height: 72px; }
  .side-tab.is-active::after {
    right: 18%; left: 18%;
    top: auto; bottom: -3px;
    width: auto; height: 3px;
  }
  .app-layout .hero.hero-stageshow { padding-left: 1rem; padding-top: 1.5rem; min-height: auto; }
}
@media (max-width: 600px) {
  .app-header-cta span { display: none; }
  .app-header-cta { padding: 0.6rem; }
  .hero-actions { min-height: 180px; }
  .act-phone { top: 0;    left: 0; }
  .act-insta { top: 50px; left: 0; }
}

/* ==========================================================
   FRESH LAYOUT (新仕様: 52pxヘッダー + 76pxサイドバー + 2カラム写真HERO)
   ========================================================== */
body.fresh-layout {
  --green: #1D9E75;
  --green-light: #E8F7F2;
  --green-mid: #9FE1CB;
  --green-dark: #0F6E56;
  --pink: #E06080;
  --pink-light: #FFF0F4;
  --pink-mid: #F9C8D0;
  --sand: #F7F4EE;
  --text: #1C2B22;
  --text-sub: #7A8C80;
  --border: #EAE6E0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
  background: #fff;
  padding-top: 0;
  box-sizing: border-box;
  position: relative;
}
.fresh-layout *, .fresh-layout *::before, .fresh-layout *::after { box-sizing: border-box; }

/* ---- 固定ナビ(初期非表示→スクロールでスライドイン) ---- */
body.fresh-layout { padding-top: 0; }
.fresh-layout .app-header.fixed-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 90px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 0.5px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.35s cubic-bezier(0.22, 0.68, 0, 1.2), opacity 0.35s ease;
}
.fresh-layout .app-header.fixed-nav.visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.fresh-layout .app-header-inner { height: 90px; padding: 0 38px; }
.fresh-layout .fresh-main { height: 100vh; }

/* ---- 状態A オーバーレイ(ハニカム上のロゴ + 電話/予約) ---- */
.logo-overlay {
  position: absolute;
  top: 26px; left: 28px;
  z-index: 25;
  pointer-events: none;
  padding: 14px 22px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px) saturate(118%);
  -webkit-backdrop-filter: blur(7px) saturate(118%);
  border: 1px solid rgba(255,255,255,0.32);
  box-shadow: 0 12px 28px rgba(28,43,34,0.12);
  transition: opacity 0.3s ease;
}
.logo-overlay .logo-t {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 500;
  color: #1D9E75;
  letter-spacing: 0.14em;
  line-height: 1.3;
}
.logo-overlay .logo-s {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: rgba(29,158,117,0.7);
  margin-top: 4px;
}
.right-overlay {
  position: absolute;
  top: 14px; right: 16px;
  z-index: 25;
  display: flex; align-items: center; gap: 10px;
  transition: opacity 0.3s ease;
}
.ov-tel {
  display: inline-flex; align-items: center; gap: 12px;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
}
.ov-tel-ico {
  width: 46px; height: 46px;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1B8060;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}
.ov-tel-ico svg { width: 22px; height: 22px; }
.ov-tel-text { display: flex; flex-direction: column; gap: 2px; }
.ov-tel-num {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #1A1A1A;
  text-shadow: 0 1px 4px rgba(255,255,255,0.85), 0 0 2px rgba(255,255,255,0.9);
  font-family: 'Noto Serif JP', serif;
}
.ov-tel-note {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 3px rgba(0,0,0,0.35);
}
.ov-tel:hover { transform: translateY(-1px); }
.fresh-layout .app-header-inner {
  height: 52px;
  max-width: none;
  margin: 0;
  padding: 0 16px 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fresh-layout .app-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.fresh-layout .app-logo-text {
  display: flex; flex-direction: column; gap: 2px;
}
.fresh-layout .app-logo .logo-name {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: rgba(29,158,117,0.9);
  letter-spacing: 0.14em !important;
  line-height: 1.3;
  order: 2;
  text-shadow: none;
}
.fresh-layout .app-logo .logo-sub {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  color: rgba(29,158,117,0.7);
  letter-spacing: 0.24em !important;
  line-height: 1;
  order: 1;
  text-shadow: none;
}
.fresh-layout .app-logo-text { display: flex; flex-direction: column; gap: 3px; }
.fresh-layout .app-header-right { gap: 10px; }

/* 六角形ナビ */
.fresh-layout .hex-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 24px;
  flex: 1;
  justify-content: center;
}
.fresh-layout .hex-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 60px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.22, 0.68, 0, 1.4);
}
.fresh-layout .hex-tab:hover { transform: translateY(-3px) scale(1.05); }

/* 六角形本体 */
.fresh-layout .hex-tab::before {
  content: '';
  display: block;
  width: 50px;
  height: 44px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: var(--green-light);
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  transition: background 0.2s, filter 0.2s;
  filter: drop-shadow(0 2px 4px rgba(29,158,117,0.1));
  z-index: 0;
}
.fresh-layout .hex-tab:hover::before {
  background: linear-gradient(135deg, var(--green-light), var(--green-mid));
  filter: drop-shadow(0 3px 8px rgba(29,158,117,0.2));
}
.fresh-layout .hex-tab.active::before {
  background: linear-gradient(135deg, var(--green-mid), var(--green));
  filter: drop-shadow(0 5px 12px rgba(29,158,117,0.35));
}

/* アイコンエリア */
.fresh-layout .hex-tab-icon {
  width: 50px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.fresh-layout .hex-tab-icon svg {
  width: 20px; height: 20px;
  color: var(--green);
  transition: color 0.2s;
}
.fresh-layout .hex-tab:hover .hex-tab-icon svg { color: var(--green-dark); }
.fresh-layout .hex-tab.active .hex-tab-icon svg { color: #fff; }

/* 内側ダッシュリング(アクティブ時) */
.fresh-layout .hex-tab-icon::after {
  content: '';
  position: absolute;
  width: 38px;
  height: 33px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  border: 1.5px dashed transparent;
  transition: border-color 0.2s;
  pointer-events: none;
}
.fresh-layout .hex-tab.active .hex-tab-icon::after {
  border-color: rgba(255,255,255,0.6);
}

/* ラベル */
.fresh-layout .hex-tab-label {
  font-size: 9.5px;
  color: #AAA;
  white-space: nowrap;
  line-height: 1;
  font-weight: 600;
  transition: color 0.2s;
  position: relative;
  z-index: 2;
}
.fresh-layout .hex-tab:hover .hex-tab-label { color: var(--green); }
.fresh-layout .hex-tab.active .hex-tab-label {
  color: var(--green-dark);
  font-weight: 700;
}

/* ヘッダー内ナビゲーション(透明 ↔ 白) */
.fresh-layout .header-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 24px;
  flex: 1;
  justify-content: center;
}
.fresh-layout .hnav-tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #4A4F4D;
  transition: background 0.18s ease;
}
.fresh-layout .hnav-tab:hover { background: var(--green-light); }
.fresh-layout .hnav-tab.is-active { background: var(--green-light); }
.fresh-layout .hnav-tab.is-active .hnav-label { color: var(--green-dark); font-weight: 700; }
.fresh-layout .hnav-icon {
  width: 18px; height: 18px;
  color: #FF6B95;
  display: inline-flex;
}
.fresh-layout .hnav-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #4A4F4D;
}
.fresh-layout .app-header-phone {
  display: flex; align-items: center; gap: 9px;
  text-decoration: none;
}
.fresh-layout .app-header-phone-ico {
  width: 30px; height: 30px;
  background: var(--green-light);
  color: var(--green);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.fresh-layout .app-header-phone-ico svg { width: 14px; height: 14px; }
.fresh-layout .app-header-phone-text { display: flex; flex-direction: column; gap: 1px; }
.fresh-layout .app-header-phone-num {
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.fresh-layout .app-header-phone-note {
  font-size: 9px;
  color: var(--text-sub);
  line-height: 1;
}

/* ---- カラーバー(ヘッダー直下のアニメーションライン) ---- */
.fresh-layout .app-colorbar {
  position: fixed;
  top: 52px;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--green), var(--pink));
  z-index: 99;
  animation: fl-colorbar 0.9s 80ms ease forwards;
}
@keyframes fl-colorbar {
  to { width: 100%; }
}

/* ---- フラッシュ ---- */
.fresh-layout .app-flash {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  pointer-events: none;
  animation: fl-flash 0.55s ease forwards;
}
@keyframes fl-flash {
  to { opacity: 0; visibility: hidden; }
}

/* ---- サイドバー: ヘッダーに移動したため非表示 ---- */
.fresh-layout .side-tabs { display: none; }
.fresh-layout .side-tabs nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 10px 0 0;
}
.fresh-layout .side-tab {
  position: relative;
  width: 96px;
  height: auto;
  padding: 18px 6px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--text);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 7px;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease;
}
.fresh-layout .side-tab:hover {
  background: var(--green-light);
  transform: none;
  box-shadow: none;
}
.fresh-layout .side-tab:hover::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--green-mid);
}
.fresh-layout .side-tab.is-active {
  background: var(--green-light);
  border: none;
}
.fresh-layout .side-tab.is-active::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--green);
  border-radius: 0;
  left: auto;
}
.fresh-layout .side-tab-icon {
  width: 28px; height: 28px;
  color: #FF6B95;
}
.fresh-layout .side-tab-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text);
}

/* ---- 予約ボタン(サイドバー下) ---- */
.fresh-layout .side-reserve-wrap {
  margin-top: auto;
  border-top: 0.5px solid var(--border);
  padding: 10px;
}
.fresh-layout .side-reserve {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 14px 4px;
  background: var(--pink);
  color: #fff;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.18s ease, transform 0.18s ease;
  box-shadow: 0 6px 14px rgba(224,96,128,0.35);
}
.fresh-layout .side-reserve:hover {
  background: #C84F6F;
  transform: translateY(-1px);
}
.fresh-layout .side-reserve-ico { width: 22px; height: 22px; }
.fresh-layout .side-reserve-label { font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; }

/* ---- メインコンテンツ ---- */
.fresh-main {
  margin-left: 0;
  height: calc(100vh - 52px);
  background: var(--sand, #FAFAF7);
  position: relative;
  overflow: hidden;
}
/* ハニカム描画ステージ */
.hc-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#hc-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#hc-wrap svg { user-select: none; }

/* HERO左下 固定 診療時間カレンダー(横長・コンパクト・淡い色) */
.hero-cal {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 16;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 22px 11px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(7px) saturate(118%);
  -webkit-backdrop-filter: blur(7px) saturate(118%);
  border: 1px solid rgba(255,255,255,0.32);
  box-shadow: 0 12px 28px rgba(28,43,34,0.12);
  pointer-events: none;
}
.hero-cal .hcal-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.hero-cal .hcal-en {
  font-size: 9px;
  letter-spacing: 0.22em;
  color: rgba(29,158,117,0.55);
  font-weight: 600;
  margin-bottom: 2px;
}
.hero-cal .hcal-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: rgba(110,115,112,0.92);
  margin: 0;
  line-height: 1;
}
.hero-cal .hcal-table {
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.hero-cal .hcal-table thead th {
  font-size: 9.5px;
  font-weight: 600;
  color: rgba(29,158,117,0.65);
  padding: 0 7px 4px;
  border-bottom: 1px solid rgba(29,158,117,0.2);
}
.hero-cal .hcal-table thead th.rest { color: rgba(217,168,181,0.95); }
.hero-cal .hcal-table tbody th {
  font-size: 10px;
  font-weight: 600;
  color: #8B8F8D;
  text-align: left;
  padding: 5px 10px 5px 0;
  white-space: nowrap;
}
.hero-cal .hcal-table tbody td {
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(149,209,184,0.95);
  padding: 5px 5px;
  text-align: center;
}
.hero-cal .hcal-table tbody td.rest {
  color: rgba(217,168,181,0.95);
  font-size: 10px;
  font-weight: 700;
}

/* スマホ */
@media (max-width: 768px) {
  .hero-cal {
    bottom: 84px;
    left: 12px;
    right: 12px;
    gap: 12px;
    padding: 10px 14px 9px;
  }
  .hero-cal .hcal-en { font-size: 8px; margin-bottom: 1px; }
  .hero-cal .hcal-title { font-size: 14px; }
  .hero-cal .hcal-table thead th { font-size: 8.5px; padding: 0 4px 3px; }
  .hero-cal .hcal-table tbody th { font-size: 8.5px; padding: 4px 6px 4px 0; }
  .hero-cal .hcal-table tbody td { font-size: 10.5px; padding: 4px 2px; }
  .hero-cal .hcal-table tbody td.rest { font-size: 8.5px; }
}

/* ハニカム内 診療時間カレンダーセル(未使用) */
.hc-calendar {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14% 8% 13%;
  box-sizing: border-box;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #4A4F4D;
  position: relative;
}
.hc-cal-en {
  font-size: clamp(8px, 0.85vw, 11px);
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(29,158,117,0.6);
  margin-bottom: 4px;
}
.hc-cal-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #1D9E75;
  margin-bottom: 14px;
}
.hc-cal-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: clamp(9px, 0.95vw, 12px);
  margin-bottom: 12px;
}
.hc-cal-table thead th {
  font-size: clamp(9px, 0.9vw, 11px);
  font-weight: 700;
  color: #1B8060;
  padding: 4px 2px;
  border-bottom: 1.5px solid rgba(29,158,117,0.3);
}
.hc-cal-table thead th.rest { color: #C13556; }
.hc-cal-table tbody th {
  font-size: clamp(9px, 0.85vw, 11px);
  font-weight: 600;
  color: #4A4F4D;
  text-align: left;
  padding: 8px 6px 8px 0;
  white-space: nowrap;
}
.hc-cal-table tbody td {
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 800;
  color: #28C28F;
  padding: 8px 2px;
  text-align: center;
}
.hc-cal-table tbody td.rest {
  color: #C13556;
  font-size: clamp(9px, 0.85vw, 11px);
  font-weight: 700;
}
.hc-cal-note {
  font-size: clamp(8px, 0.8vw, 11px);
  color: #7A8C80;
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* キャッチコピー(中央すりガラス・角ばり) */
.catch-block {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
  opacity: 0;
  text-align: center;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7px) saturate(118%);
  -webkit-backdrop-filter: blur(7px) saturate(118%);
  padding: 44px 64px;
  border-radius: 0;
  box-shadow: 0 22px 50px rgba(28,43,34,0.14);
  border: 1px solid rgba(255,255,255,0.32);
}
.catch-block .catch-pre,
.catch-block .catch-post,
.catch-block .catch-serif {
  text-shadow: 0 2px 10px rgba(255,255,255,0.55), 0 1px 2px rgba(0,0,0,0.08);
}
.catch-jp {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  letter-spacing: 0.16em;
  color: #1D9E75;
  margin-bottom: 6px;
  font-weight: 500;
}
.catch-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.28em;
  color: rgba(29,158,117,0.7);
  margin-bottom: 18px;
  font-weight: 500;
}
/* クリニック名ロゴ:ページ上部中央 */
.hero-logo-tl {
  position: absolute;
  top: 32px; left: 42px;
  z-index: 32;
  text-align: left;
  pointer-events: none;
  width: max-content;
}
.hero-logo-jp {
  font-family: 'Noto Serif JP', serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #1D9E75;
  text-shadow: 0 2px 10px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.06);
}
.hero-logo-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: rgba(29,158,117,0.78);
  margin-top: 4px;
  text-indent: 0.3em;
}
/* 中央キャッチ:未来のお口を育てる、歯科へ + 天の川風の白い背景 */
.catch-block--vision {
  padding: 52px 74px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255,255,255,0.30), rgba(255,255,255,0.42)) !important;
}
/* 左下→右上に流れる白い川(天の川) */
.catch-block--vision::before {
  content: "";
  position: absolute;
  inset: -60%;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(2.4px 2.4px at 12% 88%, #ffffff, transparent),
    radial-gradient(1.6px 1.6px at 24% 74%, rgba(255,255,255,0.95), transparent),
    radial-gradient(2.8px 2.8px at 38% 62%, #ffffff, transparent),
    radial-gradient(1.6px 1.6px at 50% 50%, rgba(255,255,255,0.95), transparent),
    radial-gradient(2.2px 2.2px at 62% 40%, #ffffff, transparent),
    radial-gradient(1.6px 1.6px at 76% 28%, rgba(255,255,255,0.95), transparent),
    radial-gradient(2.6px 2.6px at 88% 14%, #ffffff, transparent),
    radial-gradient(1.4px 1.4px at 32% 46%, #ffffff, transparent),
    radial-gradient(1.4px 1.4px at 68% 64%, #ffffff, transparent),
    linear-gradient(58deg, transparent 30%, rgba(255,255,255,0.6) 44%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.6) 56%, transparent 70%);
  background-repeat: repeat;
  background-size: 160% 160%;
  filter: blur(0.3px);
  animation: milkyFlow 16s linear infinite;
}
.catch-block--vision::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(58deg, transparent 40%, rgba(255,255,255,0.5) 50%, transparent 60%);
  filter: blur(8px);
}
@keyframes milkyFlow {
  from { background-position: 0% 100%; }
  to   { background-position: 100% 0%; }
}
.catch-block--vision .catch-vision { position: relative; z-index: 1; }
.catch-vision {
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #2E332F;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.06);
}
.catch-vision .cv-accent {
  background: linear-gradient(135deg, #FF9DB5 0%, #FF6B86 50%, #F0496B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FF6B86;
}
@media (max-width: 768px) {
  .hero-logo-tl { top: 18px; left: 18px; }
  .hero-logo-jp { font-size: 18px; letter-spacing: 0.08em; }
  .hero-logo-en { font-size: 9px; letter-spacing: 0.2em; }
  .catch-block--vision { padding: 30px 26px; }
  .catch-vision { font-size: 30px; letter-spacing: 0.05em; }
}
.catch-line {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  white-space: nowrap;
  margin-top: 4px;
}
.catch-post { display: block; margin-top: 4px; }
.catch-pre {
  font-size: 36px;
  font-weight: 500;
  color: #4A4F4D;
  line-height: 1.2;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.catch-serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 1.15;
}
.catch-serif .cs-orange {
  background: linear-gradient(135deg, #E6C76E 0%, #C9A24A 50%, #A87E28 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #C9A24A;
}
.catch-serif .cs-grey   {
  color: #4A4F4D;
  font-size: 70px;
}
.catch-post {
  font-size: 36px;
  font-weight: 500;
  color: #4A4F4D;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.2;
}
.catch-post .cp-pink { color: #FF8FA0; font-weight: 700; font-size: 42px; }
@keyframes fadeUpCatch {
  0%   { opacity: 0; transform: translate(-50%, calc(-50% + 60px)) scale(0.85); }
  60%  { opacity: 1; transform: translate(-50%, calc(-50% - 10px)) scale(1.05); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}
.catch-block.visible {
  animation: fadeUpCatch 0.9s cubic-bezier(0.22, 0.68, 0, 1.25) forwards;
  pointer-events: none;
}

/* スマホ: キャッチコピーを控えめに */
@media (max-width: 768px) {
  .catch-block {
    padding: 18px 22px;
    border-width: 1px;
    box-shadow: 0 12px 28px rgba(28,43,34,0.1);
  }
  .catch-en {
    font-size: 9px;
    letter-spacing: 0.18em;
    margin-bottom: 8px;
  }
  .catch-line { gap: 6px; margin-top: 2px; }
  .catch-pre { font-size: 16px; line-height: 1.3; }
  .catch-serif { font-size: 32px; line-height: 1.2; }
  .catch-serif .cs-grey { font-size: 28px; }
  .catch-post { font-size: 16px; line-height: 1.3; margin-top: 2px; }
  .catch-post .cp-pink { font-size: 19px; }
  .catch-deco {
    width: 90vw;
    height: 200px;
  }
  .cs-spark { transform: scale(0.7); }
}
@media (max-width: 480px) {
  .catch-block { padding: 14px 18px; }
  .catch-pre { font-size: 14px; }
  .catch-serif { font-size: 26px; }
  .catch-serif .cs-grey { font-size: 22px; }
  .catch-post { font-size: 14px; }
  .catch-post .cp-pink { font-size: 16px; }
}

/* スマホ: フローティングボタンを「シールと同じサイズ」の円形アイコンのみに */
@media (max-width: 768px) {
  .btn-ig {
    bottom: 12px; left: 10px;
    width: 60px; height: 60px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .btn-ig-icon {
    width: 42px; height: 42px;
    border-radius: 12px;
  }
  .btn-ig-icon svg { width: 24px; height: 24px; }
  .btn-ig-label { display: none; }
  .btn-ig-sub { display: none; }
  .btn-ig::before { display: none; }

  .btn-resv {
    top: 12px; right: 10px;
    width: 60px; height: 60px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .btn-resv-icon {
    width: 42px; height: 42px;
  }
  .btn-resv-icon svg { width: 22px; height: 22px; }
  .btn-resv-text { display: none; }
  .resv-arrow { display: none; }
  .btn-resv::before { display: none; }

  /* スマホ: スタンプも縮小 */
  .oshi {
    width: 86px; height: 86px;
    font-size: 9.5px;
    padding: 10px 6px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.18), 0 0 0 3px rgba(255,255,255,0.95);
  }
  .oshi::after { inset: 5px; border-width: 1.4px; }
  .oshi-ico { width: 22px; height: 22px; margin-bottom: 2px; }
  .oshi-ico svg { width: 20px; height: 20px; }

  /* スマホ: HERO 高さを縮める */
  .fresh-layout .fresh-main {
    height: 62vh;
    min-height: 440px;
    max-height: 580px;
  }
}

/* ━━━━━━ キャッチ周りのキラキラ + 流れ星 ━━━━━━ */
.catch-deco {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(560px, 60vw, 820px);
  height: clamp(360px, 42vh, 540px);
  pointer-events: none;
  z-index: 31;
}
.cs-spark {
  position: absolute;
  width: 22px; height: 22px;
  background: #fff;
  clip-path: polygon(
    50% 0%, 56% 38%, 62% 44%, 100% 50%,
    62% 56%, 56% 62%, 50% 100%, 44% 62%,
    38% 56%, 0% 50%, 38% 44%, 44% 38%
  );
  filter: drop-shadow(0 0 10px rgba(255,243,210,0.95)) drop-shadow(0 0 18px rgba(255,217,106,0.7));
  animation: cs-twinkle 1.8s ease-in-out infinite;
}
@keyframes cs-twinkle {
  0%, 100% { opacity: 1;    transform: scale(1) rotate(0deg); }
  50%      { opacity: 0.15; transform: scale(0.4) rotate(45deg); }
}
.cs-spark.s-1 { top: -22px; left: 8%;   width: 30px; height: 30px; animation-delay: 0s; }
.cs-spark.s-2 { top: 18px;  right: -8px;  width: 26px; height: 26px; animation-delay: 0.45s; }
.cs-spark.s-3 { bottom: -18px; left: 35%; width: 32px; height: 32px; animation-delay: 0.9s; }
.cs-spark.s-4 { bottom: 12px; right: 22%; width: 20px; height: 20px; animation-delay: 1.25s; }
.cs-spark.s-5 { top: 38%; left: -22px; width: 24px; height: 24px; animation-delay: 0.6s; }
.cs-spark.s-6 { top: 12px; left: 42%;   width: 18px; height: 18px; animation-delay: 1.5s; }

/* 流れ星(白・ポップ・星形ヘッド) */
.shooting-star {
  position: absolute;
  width: 90px;
  height: 3px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 65%, #ffffff 95%, transparent 100%);
  border-radius: 999px;
  opacity: 0;
  filter: drop-shadow(0 0 9px rgba(255,255,255,0.95)) drop-shadow(0 0 18px rgba(255,255,255,0.55));
  transform-origin: 100% 50%;
}
.shooting-star::after {
  content: '';
  position: absolute;
  right: -10px; top: -8px;
  width: 20px; height: 20px;
  background: #fff;
  clip-path: polygon(
    50% 0%, 56% 38%, 62% 44%, 100% 50%,
    62% 56%, 56% 62%, 50% 100%, 44% 62%,
    38% 56%, 0% 50%, 38% 44%, 44% 38%
  );
  filter: drop-shadow(0 0 6px rgba(255,255,255,0.95));
}
.shooting-star.ss-1 {
  top: 36%; left: 0%;
  animation: shoot1 3.4s cubic-bezier(0.3, 0, 0.2, 1) 0.8s infinite;
}
.shooting-star.ss-2 {
  top: 48%; left: 12%;
  animation: shoot2 4s cubic-bezier(0.3, 0, 0.2, 1) 2.6s infinite;
}
@keyframes shoot1 {
  0%   { opacity: 0; transform: rotate(-18deg) translateX(0) scale(0.6); }
  15%  { opacity: 1; transform: rotate(-18deg) translateX(40px) scale(1); }
  55%  { opacity: 1; transform: rotate(-18deg) translateX(240px) scale(1); }
  70%  { opacity: 0; transform: rotate(-18deg) translateX(320px) scale(1.1); }
  100% { opacity: 0; transform: rotate(-18deg) translateX(320px) scale(1); }
}
@keyframes shoot2 {
  0%   { opacity: 0; transform: rotate(-14deg) translateX(0) scale(0.6); }
  15%  { opacity: 1; transform: rotate(-14deg) translateX(30px) scale(1); }
  55%  { opacity: 1; transform: rotate(-14deg) translateX(200px) scale(1); }
  70%  { opacity: 0; transform: rotate(-14deg) translateX(280px) scale(1.1); }
  100% { opacity: 0; transform: rotate(-14deg) translateX(280px) scale(1); }
}

/* ━━━━━━━━━━━━━━━━━━━━ フローティングボタン ━━━━━━━━━━━━━━━━━━━━ */
.float-btn {
  position: absolute;
  z-index: 15;
  border: none;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  transition: filter 0.2s, box-shadow 0.25s;
}
.float-btn:hover { filter: brightness(1.07); }

/* Instagram ボタン(右上・WEB予約の下) */
.btn-ig {
  top: 240px;
  right: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 26px 30px 22px;
  border-radius: 26px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.18) 45%, rgba(255,255,255,0.32) 100%);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  box-shadow:
    0 12px 30px rgba(120,80,110,0.18),
    inset 0 1px 0 rgba(255,255,255,0.85),
    inset 0 -1px 0 rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.6);
  color: #C13584;
  animation: floatIg 4.5s ease-in-out infinite;
  overflow: hidden;
}
.btn-ig::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%);
  border-radius: 22px 22px 50% 50% / 22px 22px 18px 18px;
  pointer-events: none;
}
.ig-sparkle {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #FFD96A, #FCAF45);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 3px 10px rgba(252, 175, 69, 0.55), inset 0 1px 0 rgba(255,255,255,0.7);
  color: #fff;
  z-index: 2;
}
.btn-ig-icon {
  position: relative;
  width: 52px;
  height: 52px;
  background: linear-gradient(45deg, #FFDC80 0%, #FCAF45 12%, #F77737 28%, #F56040 42%, #FD1D1D 56%, #E1306C 70%, #C13584 82%, #833AB4 92%, #5851DB 100%);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(225,48,108,0.45), inset 0 1px 0 rgba(255,255,255,0.45);
  z-index: 2;
}
.btn-ig-icon svg { width: 30px; height: 30px; color: #fff; }
.btn-ig-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FF5A8C;
  text-shadow: 0 1px 0 rgba(255,255,255,0.6);
  z-index: 2;
}
.btn-ig-sub {
  font-size: 12px;
  font-weight: 600;
  color: #FF8FAD;
  letter-spacing: 0.02em;
  z-index: 2;
}
.ig-sparkle { width: 26px; height: 26px; font-size: 14px; top: -9px; right: -9px; }

/* WEB予約 ボタン(右上・ガラス調) */
.btn-resv {
  top: 100px;
  right: 80px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 30px;
  border-radius: 36px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0.38) 100%);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow:
    0 14px 34px rgba(200,130,60,0.22),
    inset 0 1px 0 rgba(255,255,255,0.85),
    inset 0 -1px 0 rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.62);
  color: #C45A1F;
  animation: floatResv 5s ease-in-out infinite;
  overflow: hidden;
}
.btn-resv::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0) 100%);
  border-radius: 28px 28px 50% 50% / 28px 28px 22px 22px;
  pointer-events: none;
}
.btn-resv-icon {
  position: relative;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #FFCF8F, #FF9534 55%, #E0571F);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255,143,31,0.4), inset 0 1px 0 rgba(255,255,255,0.45);
  z-index: 2;
}
.btn-resv-icon svg { width: 28px; height: 28px; color: #fff; }
.btn-resv-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  z-index: 2;
}
.btn-resv-label {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #C45A1F;
  text-shadow: 0 1px 0 rgba(255,255,255,0.6);
}
.btn-resv-sub {
  font-size: 12px;
  font-weight: 600;
  color: #9B5530;
  letter-spacing: 0.02em;
}
.resv-arrow {
  position: relative;
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, #FFCF8F, #FF9534 55%, #E0571F);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 2px;
  box-shadow: 0 3px 8px rgba(224,96,128,0.35), inset 0 1px 0 rgba(255,255,255,0.4);
  z-index: 2;
}
.resv-arrow svg { width: 17px; height: 17px; color: #fff; }
.resv-arrow { box-shadow: 0 3px 8px rgba(255,143,31,0.35), inset 0 1px 0 rgba(255,255,255,0.4); }

@keyframes floatIg {
  0%, 100% { transform: rotate(3deg) translateY(0px); }
  50%      { transform: rotate(3deg) translateY(-10px); }
}
@keyframes floatResv {
  0%, 100% { transform: rotate(-2deg) translateY(-4px); }
  50%      { transform: rotate(-2deg) translateY(6px); }
}

/* ━━━━━━ 推しポイント シール ━━━━━━ */
.oshi-seals {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 14;
}
.oshi {
  position: absolute;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 13.5px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 20px 12px;
  opacity: 0;
  box-shadow:
    0 14px 32px rgba(0,0,0,0.22),
    0 0 0 5px rgba(255,255,255,0.95),
    inset 0 0 0 1px rgba(255,255,255,0.25);
}
/* 内側 ダッシュリング(スタンプの縁) */
.oshi::after {
  content: '';
  position: absolute;
  inset: 10px;
  border: 2px dashed rgba(255,255,255,0.85);
  border-radius: 50%;
  pointer-events: none;
}
.oshi-ico {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  margin: 0 0 6px 0;
  color: #fff;
}
.oshi-ico svg { width: 32px; height: 32px; }
.oshi-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 1px 1px rgba(0,0,0,0.12);
}

/* パステルベタ色 + 位置 + 傾き + アニメ */
.oshi-1 {
  top: 14%; left: 5%;
  background: linear-gradient(135deg, #FBA8C0 0%, #F58FAB 100%);
  --base-rot: -8deg;
  animation: oshi-pop 0.6s cubic-bezier(0.22,0.68,0,1.55) 0.5s both, oshi-bob-1 4s ease-in-out 1.2s infinite;
}
.oshi-2 {
  top: 76%; right: 7%;
  background: linear-gradient(135deg, #FFCB94 0%, #F5B477 100%);
  --base-rot: 8deg;
  animation: oshi-pop 0.6s cubic-bezier(0.22,0.68,0,1.55) 0.8s both, oshi-bob-2 4.6s ease-in-out 1.5s infinite;
}
.oshi-3 {
  top: 7%; left: calc(5% + 180px); right: auto;
  background: linear-gradient(135deg, #9CE0C5 0%, #7CCDB1 100%);
  --base-rot: -6deg;
  animation: oshi-pop 0.6s cubic-bezier(0.22,0.68,0,1.55) 1.1s both, oshi-bob-3 5s ease-in-out 1.8s infinite;
}
.oshi-4 {
  top: 38%; left: 5%;
  width: 108px;
  height: 108px;
  padding: 14px 8px;
  font-size: 11.5px;
  background: linear-gradient(135deg, #A8D6E8 0%, #8AC5E0 100%);
  --base-rot: 7deg;
  animation: oshi-pop 0.6s cubic-bezier(0.22,0.68,0,1.55) 1.4s both, oshi-bob-4 4.3s ease-in-out 2.1s infinite;
}
.oshi-4 .oshi-ico { width: 26px; height: 26px; margin-bottom: 3px; }
.oshi-4 .oshi-ico svg { width: 24px; height: 24px; }
.oshi-4::after { inset: 7px; border-width: 1.6px; }

@keyframes oshi-pop {
  0%   { opacity: 0; transform: scale(0.3) rotate(var(--base-rot)); }
  60%  { opacity: 1; transform: scale(1.12) rotate(var(--base-rot)); }
  100% { opacity: 1; transform: scale(1) rotate(var(--base-rot)); }
}

@keyframes oshi-bob-1 {
  0%, 100% { transform: rotate(-8deg) translateY(0); }
  50%      { transform: rotate(-4deg) translateY(-6px); }
}
@keyframes oshi-bob-2 {
  0%, 100% { transform: rotate(8deg) translateY(0); }
  50%      { transform: rotate(12deg) translateY(-5px); }
}
@keyframes oshi-bob-3 {
  0%, 100% { transform: rotate(-6deg) translateY(0); }
  50%      { transform: rotate(-2deg) translateY(-7px); }
}
@keyframes oshi-bob-4 {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50%      { transform: rotate(11deg) translateY(-5px); }
}

/* ━━━━━━ 白いキラキラ装飾 (HERO写真上) ━━━━━━ */
.hc-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 12;
}
.hc-spark {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #fff;
  clip-path: polygon(
    50% 0%, 56% 38%, 62% 44%, 100% 50%,
    62% 56%, 56% 62%, 50% 100%, 44% 62%,
    38% 56%, 0% 50%, 38% 44%, 44% 38%
  );
  filter: drop-shadow(0 0 10px rgba(255,255,255,0.9)) drop-shadow(0 0 18px rgba(255,255,255,0.5));
  animation: hc-twinkle 2.6s ease-in-out infinite;
}
@keyframes hc-twinkle {
  0%, 100% { opacity: 1;    transform: scale(1)    rotate(0deg); }
  50%      { opacity: 0.2;  transform: scale(0.35) rotate(45deg); }
}

.hc-spark.s-1  { top: 8%;   left: 14%;  width: 36px; height: 36px; animation-delay: 0s; }
.hc-spark.s-2  { top: 18%;  left: 32%;  width: 22px; height: 22px; animation-delay: 0.7s; }
.hc-spark.s-3  { top: 6%;   left: 56%;  width: 30px; height: 30px; animation-delay: 0.3s; }
.hc-spark.s-4  { top: 26%;  left: 72%;  width: 26px; height: 26px; animation-delay: 1.1s; }
.hc-spark.s-5  { top: 14%;  left: 88%;  width: 40px; height: 40px; animation-delay: 0.5s; }
.hc-spark.s-6  { top: 42%;  left: 8%;   width: 24px; height: 24px; animation-delay: 1.3s; }
.hc-spark.s-7  { top: 48%;  left: 42%;  width: 30px; height: 30px; animation-delay: 0.2s; }
.hc-spark.s-8  { top: 55%;  left: 64%;  width: 22px; height: 22px; animation-delay: 0.9s; }
.hc-spark.s-9  { top: 60%;  left: 82%;  width: 36px; height: 36px; animation-delay: 1.5s; }
.hc-spark.s-10 { top: 72%;  left: 16%;  width: 26px; height: 26px; animation-delay: 0.4s; }
.hc-spark.s-11 { top: 80%;  left: 36%;  width: 30px; height: 30px; animation-delay: 1s; }
.hc-spark.s-12 { top: 86%;  left: 60%;  width: 22px; height: 22px; animation-delay: 1.8s; }
.hc-spark.s-13 { top: 78%;  left: 90%;  width: 28px; height: 28px; animation-delay: 0.6s; }
.hc-spark.s-14 { top: 36%;  left: 50%;  width: 24px; height: 24px; animation-delay: 1.2s; }

/* ---- 左カラム: 大きな写真エリア(スライドショー・ポラロイド風) ---- */
.fhero-left {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 14px solid #fff;
  border-radius: 0;
  box-shadow: 0 18px 44px rgba(28,43,34,0.18);
  animation: fl-slideIn 0.7s 0.1s ease both;
  transform: translateX(-100%);
}
@keyframes fl-slideIn {
  to { transform: translateX(0); }
}
.fhero-slide {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s ease;
  z-index: 0;
}
.fhero-slide.is-active { opacity: 1; }

/* 背景大文字 CARE */
.fhero-bg-word {
  position: absolute;
  bottom: 52px;
  left: 14px;
  font-size: 110px;
  font-weight: 700;
  color: #fff;
  opacity: 0.055;
  letter-spacing: 0;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

/* グラデーションオーバーレイ */
.fhero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,24,16,0.88) 0%, rgba(10,24,16,0.08) 52%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

/* キャッチコピー */
.fhero-catch {
  position: absolute;
  bottom: 30px;
  left: 0; right: 0;
  padding: 0 24px;
  z-index: 3;
  animation: fl-catch 0.55s 0.45s ease both;
  opacity: 0;
  transform: translateY(26px);
}
@keyframes fl-catch {
  to { opacity: 1; transform: translateY(0); }
}
.fhero-catch-en {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.42);
  margin-bottom: 6px;
  font-weight: 500;
}
.fhero-catch-h1 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}
.fhero-catch-h1 .emp { color: var(--green-mid); }

/* スライドドット */
.fhero-dots {
  position: absolute;
  bottom: 12px;
  right: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 5;
}
.fhero-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease, border-radius 0.3s ease;
}
.fhero-dot.is-active {
  width: 14px;
  background: #fff;
  border-radius: 4px;
}

/* シール: 円形スタンプ(大きく・カラフル) */
.fl-stamp {
  position: absolute;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  background: var(--green);
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  text-align: center;
  z-index: 4;
  box-shadow: 0 8px 20px rgba(0,0,0,0.28), 0 0 0 4px rgba(255,255,255,0.95);
  animation: fl-stamp-pop 0.6s cubic-bezier(0.22, 0.68, 0, 1.5) both;
}
@keyframes fl-stamp-pop {
  from { opacity: 0; transform: scale(0.3) var(--rotate, rotate(0)); }
  to   { opacity: 1; }
}
.fl-stamp-1 {
  width: 92px; height: 92px;
  top: 18px; left: 18px;
  transform: rotate(-11deg);
  animation:
    fl-stamp-pop 0.6s cubic-bezier(0.22, 0.68, 0, 1.5) 0.35s both,
    fl-bob-stamp1 3.6s ease-in-out 1.1s infinite;
  --rotate: rotate(-11deg);
  background: linear-gradient(135deg, #4FDDA8 0%, #28C28F 100%);
}
@keyframes fl-bob-stamp1 {
  0%, 100% { transform: rotate(-11deg) translateY(0); }
  50%      { transform: rotate(-7deg) translateY(-5px); }
}
.fl-stamp-1::before {
  content: '';
  position: absolute;
  inset: 5px;
  border: 2px dashed rgba(255,255,255,0.75);
  border-radius: 50%;
}
.fl-stamp-1 svg { width: 26px; height: 26px; margin-bottom: 2px; }
.fl-stamp-1 .stamp-text { font-size: 11px; line-height: 1.2; font-weight: 800; }

.fl-stamp-2 {
  width: 76px; height: 76px;
  top: 22px; left: 118px;
  background: linear-gradient(135deg, #FFE066 0%, #FFB347 100%);
  color: #fff;
  opacity: 1;
  transform: rotate(7deg);
  animation:
    fl-stamp-pop 0.6s cubic-bezier(0.22, 0.68, 0, 1.5) 0.45s both,
    fl-bob-stamp2 4s ease-in-out 1.3s infinite;
  --rotate: rotate(7deg);
}
@keyframes fl-bob-stamp2 {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50%      { transform: rotate(11deg) translateY(-4px); }
}
.fl-stamp-2::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 2px dashed rgba(255,255,255,0.8);
  border-radius: 50%;
}
.fl-stamp-2 svg { width: 22px; height: 22px; margin-bottom: 1px; }
.fl-stamp-2 .stamp-text { font-size: 10px; line-height: 1.2; font-weight: 800; }

/* 吹き出し: 白背景(より目立つ) */
.fl-bubble {
  position: absolute;
  background: #fff;
  padding: 9px 14px;
  border-radius: 14px 14px 2px 14px;
  border: 2.5px solid #4FDDA8;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex; align-items: center; gap: 6px;
  z-index: 4;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
  animation: fl-bubble-in 0.5s 0.42s ease both;
  opacity: 0;
  transform: translateX(16px);
}
@keyframes fl-bubble-in {
  to { opacity: 1; transform: translateX(0); }
}
.fl-bubble svg { width: 16px; height: 16px; }
.fl-bubble-1 {
  top: 22px; right: 18px;
  transform-origin: top right;
  rotate: 3deg;
  color: #28C28F;
  animation:
    fl-bubble-in 0.5s 0.42s ease both,
    fl-bob-bubble 3.8s ease-in-out 1.4s infinite;
}
@keyframes fl-bob-bubble {
  0%, 100% { transform: translateX(0) rotate(3deg); }
  50%      { transform: translateX(0) translateY(-4px) rotate(-2deg); }
}

/* ---- 右カラム: 写真グリッド ---- */
.fhero-right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas:
    "kids  kids  kids  treat treat treat"
    "staff staff staff staff insta insta";
  gap: 18px;
  padding: 0;
  background: transparent;
}
.fhero-right .p-kids  { grid-area: kids; }
.fhero-right .p-treat { grid-area: treat; }
.fhero-right .p-staff { grid-area: staff; }
.fhero-right .p-insta { grid-area: insta; }
.fhero-right .pitem {
  --tilt: 0deg;
  position: relative;
  border-radius: 0;
  border: 10px solid #fff;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transform: translateX(50px) rotate(0deg);
  animation: fl-cell-in 0.6s ease forwards;
  box-shadow: 0 14px 30px rgba(28,43,34,0.14);
  transition: transform 0.35s cubic-bezier(0.22, 0.68, 0, 1.5), box-shadow 0.3s ease;
}
.fhero-right .pitem:hover {
  transform: rotate(0deg) translateY(-4px) scale(1.02);
  box-shadow: 0 22px 44px rgba(28,43,34,0.22);
  z-index: 6;
}
.fhero-right .pitem:nth-child(1) { animation-delay: 0.30s; }
.fhero-right .pitem:nth-child(2) { animation-delay: 0.40s; }
.fhero-right .pitem:nth-child(3) { animation-delay: 0.50s; }
.fhero-right .pitem:nth-child(4) { animation-delay: 0.60s; }
@keyframes fl-cell-in {
  to { opacity: 1; transform: translateX(0) rotate(var(--tilt)); }
}

/* 各写真の傾き(動きのあるレイアウト) */
.fhero-right .p-kids  { --tilt: -2.5deg; }
.fhero-right .p-treat { --tilt:  2.2deg; }
.fhero-right .p-staff { --tilt: -1.5deg; }
.fhero-right .p-insta { --tilt:  3deg; }
.fhero-right .pitem img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.22, 0.68, 0, 1);
}
.fhero-right .pitem:hover img { transform: scale(1.06); }

/* セルラベル(ホバーで下からスライドイン) */
.pitem-label {
  position: absolute;
  left: 0; right: 0;
  bottom: -34px;
  background: rgba(14,26,18,0.72);
  color: #fff;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  display: flex; align-items: center; gap: 6px;
  transition: bottom 0.35s ease;
  z-index: 3;
}
.pitem-label svg { width: 13px; height: 13px; }
.pitem:hover .pitem-label { bottom: 0; }

/* 波紋エフェクト */
.pitem-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  pointer-events: none;
  transform: scale(0);
  opacity: 1;
  z-index: 4;
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.pitem-ripple.go { transform: scale(5); opacity: 0; }

/* 右セル内シール(大きく・カラフル) */
.fl-stamp-sm {
  position: absolute;
  width: 70px; height: 70px;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  text-align: center;
  z-index: 3;
  box-shadow: 0 6px 14px rgba(0,0,0,0.25), 0 0 0 3.5px rgba(255,255,255,0.95);
  animation: fl-stamp-pop 0.55s cubic-bezier(0.22, 0.68, 0, 1.5) both;
  animation-delay: 0.55s;
}
.fl-stamp-sm::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1.8px dashed rgba(255,255,255,0.75);
  border-radius: 50%;
}
.fl-stamp-sm svg { width: 22px; height: 22px; margin-bottom: 2px; }
.fl-stamp-sm .stamp-text { font-size: 10px; line-height: 1.15; padding: 0 2px; font-weight: 800; }

.fl-bubble-sm {
  position: absolute;
  background: #fff;
  padding: 7px 12px;
  border-radius: 12px 12px 2px 12px;
  border: 2.5px solid #4FDDA8;
  font-size: 11.5px;
  font-weight: 700;
  display: inline-flex; align-items: center; gap: 5px;
  z-index: 3;
  box-shadow: 0 5px 10px rgba(0,0,0,0.12);
  animation: fl-stamp-pop 0.55s cubic-bezier(0.22, 0.68, 0, 1.5) both;
  animation-delay: 0.62s;
}
.fl-bubble-sm svg { width: 14px; height: 14px; }

/* ハッシュタグ シール(白背景・色付き文字・角ばり) */
.fl-hashtag {
  position: absolute;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 12px;
  border-radius: 3px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: 0.02em;
  background: #fff;
  z-index: 4;
  pointer-events: none;
  animation: fl-hash-pop 0.55s cubic-bezier(0.22, 0.68, 0, 1.5) both;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.fl-hashtag .hash-emoji { font-size: 14px; line-height: 1; }
@keyframes fl-hash-pop {
  from { opacity: 0; transform: scale(0.4) var(--rotate, rotate(0)); }
  to   { opacity: 1; }
}

/* 個別ハッシュタグ(2個に絞る) */
.tag-1 {
  bottom: 100px; left: 22px;
  color: #FF6B95;
  transform: rotate(-5deg);
  --rotate: rotate(-5deg);
  animation:
    fl-hash-pop 0.55s cubic-bezier(0.22, 0.68, 0, 1.5) 0.7s both,
    fl-bob-tag1 4.5s ease-in-out 1.6s infinite;
}
@keyframes fl-bob-tag1 {
  0%, 100% { transform: rotate(-5deg) translateY(0); }
  50%      { transform: rotate(-2deg) translateY(-3px); }
}
.tag-3 {
  bottom: 168px; right: 30px;
  color: #4FB5DA;
  transform: rotate(-3deg);
  --rotate: rotate(-3deg);
  animation:
    fl-hash-pop 0.55s cubic-bezier(0.22, 0.68, 0, 1.5) 0.95s both,
    fl-bob-tag3 4.8s ease-in-out 1.9s infinite;
}
@keyframes fl-bob-tag3 {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50%      { transform: rotate(0deg) translateY(-3px); }
}

/* グリッドセル内ハッシュタグ(白背景・色文字・角ばり) */
.fl-hashtag-sm {
  position: absolute;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  font-size: 10.5px;
  background: #fff;
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  animation: fl-hash-pop 0.5s cubic-bezier(0.22, 0.68, 0, 1.5) both;
  animation-delay: 0.8s;
  white-space: nowrap;
}
.fl-hashtag-sm .hash-emoji { font-size: 11px; line-height: 1; }
.p-kids  .fl-hashtag-sm { bottom: 14px; right: 12px; color: #E0A030; transform: rotate(-4deg); }
.p-treat .fl-hashtag-sm { bottom: 14px; right: 12px; color: #4FB5DA; transform: rotate(3deg); }
.p-staff .fl-hashtag-sm { top: 14px; right: 12px; color: #FF6B95; transform: rotate(-3deg); }

/* セル別シール(明るくポップな色使い) */
.p-kids .fl-stamp-sm {
  top: 10px; left: 10px;
  background: linear-gradient(135deg, #FF9CB8 0%, #FAB5CB 100%);
  transform: rotate(-9deg);
  animation:
    fl-stamp-pop 0.55s cubic-bezier(0.22, 0.68, 0, 1.5) 0.55s both,
    fl-bob-kids 3.4s ease-in-out 1.2s infinite;
}
@keyframes fl-bob-kids {
  0%, 100% { transform: rotate(-9deg) translateY(0); }
  50%      { transform: rotate(-5deg) translateY(-4px); }
}
.p-kids .fl-bubble-sm.b-right { top: 12px; right: 10px; rotate: 2deg; border-color: #C77DD9; color: #B45BC7; }
.p-kids .fl-bubble-sm.b-bottom { bottom: 12px; left: 10px; rotate: -2deg; border-color: #FF9CB8; color: #FAB5CB; }

.p-treat .fl-stamp-sm {
  top: 10px; right: 10px;
  background: linear-gradient(135deg, #FFB347 0%, #FF8F47 100%);
  transform: rotate(8deg);
  animation:
    fl-stamp-pop 0.55s cubic-bezier(0.22, 0.68, 0, 1.5) 0.62s both,
    fl-bob-treat 3.8s ease-in-out 1.4s infinite;
}
@keyframes fl-bob-treat {
  0%, 100% { transform: rotate(8deg) translateY(0); }
  50%      { transform: rotate(4deg) translateY(-4px); }
}
.p-treat .fl-bubble-sm.b-bottom { bottom: 12px; left: 10px; rotate: -2deg; border-color: #FFD54F; color: #E0A030; }

.p-staff .fl-stamp-sm {
  top: 10px; left: 10px;
  background: linear-gradient(135deg, #4FDDA8 0%, #28C28F 100%);
  transform: rotate(-7deg);
  animation:
    fl-stamp-pop 0.55s cubic-bezier(0.22, 0.68, 0, 1.5) 0.7s both,
    fl-bob-staff 4.2s ease-in-out 1.6s infinite;
}
@keyframes fl-bob-staff {
  0%, 100% { transform: rotate(-7deg) translateY(0); }
  50%      { transform: rotate(-3deg) translateY(-5px); }
}
.p-staff .fl-bubble-sm.b-bottom { bottom: 12px; right: 10px; rotate: 2deg; border-color: #4FDDA8; color: #28C28F; }

/* Instagramセル(背景画像 + 暗オーバーレイ + アイコン重ね) */
.p-insta {
  position: relative;
  background: #1a2a1e !important;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}
.p-insta img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.p-insta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(225,53,110,0.55) 0%, rgba(64,93,230,0.55) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.p-insta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
  display: block;
}
.p-insta::after { display: none; }
.p-insta:hover .p-insta-overlay { opacity: 0.8; }

.p-insta-content {
  position: absolute;
  inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px;
  padding: 8px;
  z-index: 3;
  color: #fff;
  text-align: center;
}
.p-insta .insta-ico {
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.4s cubic-bezier(0.22, 0.68, 0, 1.5);
}
.p-insta .insta-ico svg { width: 19px; height: 19px; color: #fff; }
.p-insta:hover .insta-ico { transform: scale(1.18) rotate(-5deg); }
.p-insta .insta-text { font-size: 8.5px; font-weight: 700; color: #fff; line-height: 1.3; text-shadow: 0 1px 3px rgba(0,0,0,0.5); }
.p-insta .insta-handle { font-size: 7.5px; color: rgba(255,255,255,0.85); text-shadow: 0 1px 2px rgba(0,0,0,0.5); }

/* レイアウト調整: 旧hero/wave-divider/トレッドを非表示にする */
body.fresh-layout .hero.hero-stageshow,
body.fresh-layout .wave-divider,
body.fresh-layout .hero-trees { display: none !important; }

/* ==========================================================
   SNAV: HOME以外のページ用 固定ナビ (区切り線スタイル + キラキラ)
   ========================================================== */
body.has-snav { padding-top: 90px !important; }
body.has-snav > header.site-header,
body.has-snav > header:not(.snav) { display: none !important; }
body.has-snav .footer-inner { display: none !important; }

.snav {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  height: 90px;
  background: #fff !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 0.5px solid #E8E4DF !important;
  padding: 0 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1001 !important;
  box-shadow: 0 2px 14px rgba(0,0,0,0.07);
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
}
.snav-logo { text-decoration: none; display: block; }
.snav-logo-t {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 500;
  color: #1D9E75;
  line-height: 1.3;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.snav-logo-s {
  font-family: 'Cormorant Garamond', serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #8A8A8A;
  margin-top: 2px;
  white-space: nowrap;
}
.snav-tabs { display: flex; align-items: center; gap: 0; }
.snav-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 22px;
  height: 90px;
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.snav-tab-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: rgba(138,138,138,0.6);
  transition: color 0.25s;
  white-space: nowrap;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.snav-tab-ja {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 500;
  color: #5A5A5A;
  white-space: nowrap;
  transition: color 0.25s;
  line-height: 1;
  position: relative;
  z-index: 2;
  letter-spacing: 0.08em;
}
.snav-tab:hover .snav-tab-en,
.snav-tab.active .snav-tab-en {
  background: linear-gradient(90deg,#EB9CB4,#EFC58E,#8FCB9B,#92C2E8,#BCA3E0);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.snav-tab:hover .snav-tab-ja { color: #3A3A3A; }
.snav-tab.active .snav-tab-ja { color: #3A3A3A; font-weight: 500; }
.snav-tab.active::after,
.snav-tab:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 22px; right: 22px;
  height: 3px;
  background: linear-gradient(90deg, #FFD3DC, #FFE6C7, #FFF5C9, #D4EEDB, #D2EAF6, #E6D8F8);
  border-radius: 3px;
}
.snav-sep {
  width: 1px;
  height: 26px;
  background: #E8E4DF;
  flex-shrink: 0;
}
.snav-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(ellipse at 50% 100%, rgba(231,170,210,0.16) 0%, rgba(180,200,240,0.10) 45%, transparent 72%);
  opacity: 0;
  transition: opacity 0.3s;
}
.snav-tab:hover .snav-glow,
.snav-tab.active .snav-glow { opacity: 1; }
.snav-sp-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}
.snav-right { display: flex; align-items: center; gap: 18px; }
.snav-tel {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #3A3A3A;
}
.snav-tel svg {
  width: 22px; height: 22px;
  color: #1D9E75;
  padding: 7px;
  background: #fff;
  border: 1px solid #EFEADD;
  border-radius: 50%;
  box-sizing: content-box;
  box-shadow: 0 2px 6px rgba(120,110,90,.08);
}
.snav-tel-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}
.snav-tel .snav-tel-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #3A3A3A;
  line-height: 1;
  white-space: nowrap;
}
.snav-tel .snav-tel-note {
  font-family: 'Cormorant Garamond', serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #8A8A8A;
}
.snav-resv {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(135deg, #FBD3DC 0%, #F4A7B7 55%, #E06080 100%);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.6);
  border-radius: 999px;
  padding: 12px 26px 12px 20px;
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(224,96,128,0.32), inset 0 1px 0 rgba(255,255,255,0.55);
  transition: transform 0.2s, box-shadow 0.2s;
}
.snav-resv::before {
  content: '';
  display: inline-block;
  width: 22px; height: 22px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='4' width='18' height='18' rx='2'/><line x1='16' y1='2' x2='16' y2='6'/><line x1='8' y1='2' x2='8' y2='6'/><line x1='3' y1='10' x2='21' y2='10'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}
.snav-resv:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(224,96,128,0.42), inset 0 1px 0 rgba(255,255,255,0.6); }

/* キラキラアニメーション */
.snav-sparkle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  animation: snavSpFly var(--dur, .5s) var(--delay, 0s) ease-out both;
}
@keyframes snavSpFly {
  0%   { transform: translate(0, 0) scale(1); opacity: 1; }
  100% { transform: translate(var(--tx, 0px), var(--ty, -24px)) scale(0); opacity: 0; }
}
.snav-sparkle-star {
  position: absolute;
  pointer-events: none;
  animation: snavStFly var(--dur, .6s) var(--delay, 0s) ease-out both;
  font-size: var(--sz, 10px);
  line-height: 1;
}
@keyframes snavStFly {
  0%   { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 1; }
  100% { transform: translate(var(--tx, 0px), var(--ty, -22px)) rotate(var(--rot, 180deg)) scale(0); opacity: 0; }
}

/* ==========================================================
   SITE-FOOTER 新デザイン (薄グレー背景・3カラム)
   ========================================================== */
.site-footer {
  background: #F5F3F0 !important;
  color: #555 !important;
  padding: 0 !important;
  margin-top: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif !important;
}
.sf-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 48px 24px;
}
.sf-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
}
.sf-logo-t {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 400;
  color: #2A2A2A;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  line-height: 1.4;
}
.sf-logo-s {
  font-family: 'Cormorant Garamond', serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #999;
}
.sf-tagline {
  font-size: 12px;
  color: #666;
  line-height: 1.95;
  margin: 16px 0 0;
}
.sf-tel {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.sf-tel-ico {
  width: 18px; height: 18px;
  color: #1D9E75;
  flex-shrink: 0;
}
.sf-tel-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  color: #2A2A2A;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.sf-tel-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #999;
  margin-top: 2px;
}
.sf-col-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: #888;
  margin-bottom: 14px;
}
.sf-link {
  display: block;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  transition: color 0.15s, padding-left 0.18s;
}
.sf-link:last-child { border-bottom: none; }
.sf-link:hover { color: #1D9E75; padding-left: 4px; }
.sf-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.sf-copy {
  font-size: 10px;
  color: #AAA;
  line-height: 1.6;
}
.sf-addr {
  font-size: 10px;
  color: #AAA;
  margin-top: 3px;
}
.sf-resv {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #E06080;
  color: #fff;
  border: none;
  border-radius: 22px;
  padding: 10px 22px;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(224,96,128,0.28);
  transition: opacity 0.2s, transform 0.2s;
}
.sf-resv svg { width: 14px; height: 14px; }
.sf-resv:hover { opacity: 0.92; transform: translateY(-1px); }

@media (max-width: 768px) {
  .sf-inner { padding: 32px 22px 18px; }
  .sf-top { grid-template-columns: 1fr; gap: 26px; margin-bottom: 24px; }
  .sf-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
}


/* ==========================================================
   ビジョンセクション (Our Vision)
   ========================================================== */
.vision-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.vision-trees { display: none; }

.vs-header {
  background: #fff;
  text-align: center;
  padding: 56px 48px 36px;
  position: relative;
  z-index: 2;
  border-bottom: none;
}
.vs-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--green-light), #D6F2E5);
  border: 1.5px solid rgba(29,158,117,0.28);
  border-radius: 32px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  color: var(--green-dark);
  letter-spacing: 0.1em;
  margin-bottom: 32px;
  box-shadow: 0 6px 18px rgba(29,158,117,0.16);
}
.vs-tag i { font-size: 18px; }
.vs-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 52px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.5;
  margin-bottom: 22px;
  letter-spacing: 0.05em;
}
.vs-title em {
  font-style: normal;
  color: var(--pop-pink);
  position: relative;
  display: inline-block;
  background: none;
  padding: 0;
}
.vs-sub {
  font-size: 18px;
  color: #4F4348;
  line-height: 2.1;
  max-width: 780px;
  margin: 0 auto;
  font-weight: 400;
}
.vs-sub strong {
  color: var(--pop-pink);
  font-weight: 700;
  background: linear-gradient(transparent 72%, rgba(255,143,160,0.4) 72%);
}
.vs-divider {
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, var(--pop-pink), #FFB3C0);
  border-radius: 3px;
  margin: 26px auto 0;
}

.vs-blocks {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
}
.vs-block-sep { height: 1px; background: #F0ECE8; }
.vs-block {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: stretch;
  min-height: 520px;
  border-radius: 0;
  overflow: hidden;
}

.vs-text {
  padding: 72px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 3;
}
.vs-btag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 28px;
  align-self: flex-start;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
.vs-btag i { font-size: 16px; }
.vs-btag-green {
  background: linear-gradient(135deg, var(--green-light), #D6F2E5);
  color: var(--green-dark);
  border: 1.5px solid rgba(29,158,117,0.3);
}
.vs-btag-pink {
  background: linear-gradient(135deg, #FFE2EA, #F9C8D0);
  color: #80203C;
  border: 1.5px solid rgba(224,96,128,0.3);
}
.vs-bheading {
  font-family: 'Noto Serif JP', serif;
  font-size: 56px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.vs-bheading em {
  font-style: normal;
  color: var(--pink);
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 68%, rgba(224,96,128,0.22) 68%);
  padding: 0 4px;
}
.vs-bbody {
  font-size: 19px;
  color: #4F6258;
  line-height: 2.1;
}
.vs-bbody strong {
  color: var(--green-dark);
  font-weight: 700;
  background: linear-gradient(transparent 72%, rgba(29,158,117,0.18) 72%);
}

.vs-mm-card {
  background: linear-gradient(135deg, var(--green-light), #D6F2E5);
  border-radius: 18px;
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(29,158,117,0.14), inset 0 1px 0 rgba(255,255,255,0.7);
  border: 1.5px solid rgba(29,158,117,0.18);
}
.vs-mm-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  border-radius: 3px 0 0 3px;
}
.vs-mm-card::after {
  content: '1mm';
  position: absolute;
  right: -10px; top: -16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 110px;
  font-weight: 600;
  color: rgba(29,158,117,0.08);
  line-height: 1;
  letter-spacing: -0.04em;
  pointer-events: none;
}
.vs-mm-top {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
  position: relative;
  flex-wrap: wrap;
}
.vs-mm-num {
  font-family: 'Noto Serif JP', serif;
  font-size: 168px;
  font-weight: 700;
  color: var(--green-dark);
  line-height: 1.05;
  text-shadow:
    0 3px 6px rgba(0,0,0,0.10),
    0 8px 24px rgba(255,143,160,0.22);
  letter-spacing: -0.02em;
}
.vs-mm-unit {
  font-family: 'Noto Serif JP', serif;
  font-size: 56px;
  font-weight: 700;
  color: var(--green-dark);
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-shadow:
    0 2px 4px rgba(0,0,0,0.08),
    0 6px 14px rgba(255,143,160,0.18);
}
.vs-mm-text {
  font-size: 17px;
  color: #4F6258;
  line-height: 2.0;
  position: relative;
}
.vs-mm-text strong {
  color: var(--green-dark);
  font-weight: 700;
  background: linear-gradient(transparent 72%, rgba(29,158,117,0.22) 72%);
}
.vs-mm-quote {
  margin-top: 18px;
  padding: 18px 22px;
  background: #fff;
  border-radius: 14px;
  font-size: 16px;
  color: var(--green-dark);
  line-height: 1.85;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  position: relative;
}
.vs-mm-quote::before {
  content: '"';
  position: absolute;
  top: -2px; left: 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  color: rgba(29,158,117,0.25);
  line-height: 1;
}

.vs-photo { position: relative; overflow: hidden; }
.vs-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vs-block-1 { grid-template-areas: "text photo"; }
.vs-block-1 .vs-text  { grid-area: text; }
.vs-block-1 .vs-photo { grid-area: photo; }
.vs-block-1 .vs-photo::before {
  content: '';
  position: absolute;
  top: 0; left: -1px; bottom: 0;
  width: 32px;
  background: #fff;
  clip-path: polygon(0 0, 32px 0, 0 100%);
  z-index: 2;
}
.vs-block-2 { grid-template-areas: "photo text"; }
.vs-block-2 .vs-text  { grid-area: text; }
.vs-block-2 .vs-photo { grid-area: photo; }
.vs-block-2 .vs-photo::after {
  content: '';
  position: absolute;
  top: 0; right: -1px; bottom: 0;
  width: 32px;
  background: #fff;
  clip-path: polygon(32px 0, 32px 100%, 0 100%);
  z-index: 2;
}

.vs-cta { display: none; }

@media (max-width: 768px) {
  .vs-header { padding: 48px 24px 32px; }
  .vs-title  { font-size: 32px; line-height: 1.5; margin-bottom: 16px; }
  .vs-sub    { font-size: 15px; }
  .vs-sub    { font-size: 14px; }
  .vs-block  { grid-template-columns: 1fr; min-height: 0; }
  .vs-block-1 { grid-template-areas: "photo" "text"; }
  .vs-block-2 { grid-template-areas: "photo" "text"; }
  .vs-block-1 .vs-photo::before,
  .vs-block-2 .vs-photo::after { display: none; }
  .vs-photo { min-height: 260px; }
  .vs-text  { padding: 40px 24px; gap: 18px; }
  .vs-bheading { font-size: 32px; }
  .vs-bbody { font-size: 14px; }
  .vs-mm-num { font-size: 96px; }
  .vs-mm-unit { font-size: 36px; }
  .vs-mm-card::after { font-size: 80px; }
  .vision-trees-left,
  .vision-trees-right { display: none; }
}

/* ==========================================================
   ビジョン 3つの柱 (治す・守る・続けたくなる)
   ========================================================== */
.vs-pillars {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px 80px;
}
.vs-pillar {
  position: relative;
  background: linear-gradient(160deg, #E2F7EE 0%, #F1FBF7 100%);
  border-radius: 28px;
  padding: 22px 24px 30px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  box-shadow: 0 18px 42px rgba(0,0,0,0.07), 0 4px 12px rgba(0,0,0,0.03);
  border: 2.5px solid rgba(0,200,150,0.18);
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.22,0.68,0,1.7), box-shadow 0.4s, border-color 0.4s;
  isolation: isolate;
}
/* 縦型レイアウト:画像を上に大きく */
.vs-pillar-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.vs-pillar-head {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 760px) {
  .vs-pillars { grid-template-columns: 1fr; max-width: 440px; }
}
.vs-pillar[data-color="pink"]  { background: linear-gradient(160deg, #FFE8F0 0%, #FFF4F8 100%); border-color: rgba(255,77,109,0.18); }
.vs-pillar[data-color="coral"] { background: linear-gradient(160deg, #FFEADD 0%, #FFF5EE 100%); border-color: rgba(255,113,64,0.18); }
.vs-pillar-photo {
  margin: 2px 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: rgba(0,0,0,0.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  position: relative;
  z-index: 1;
}
.vs-pillar-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vs-pillar-photo--ph {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.vs-pillar-blob {
  position: absolute;
  top: -60px; right: -60px;
  width: 220px; height: 220px;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.32;
  transition: transform 0.7s cubic-bezier(0.22,0.68,0,1.7), opacity 0.4s;
  background: radial-gradient(circle, #00C896, #6FE5C0);
  animation: vsBlobFloat 6s ease-in-out infinite;
  filter: blur(2px);
}
.vs-pillar[data-color="pink"] .vs-pillar-blob  { background: radial-gradient(circle, #FF4D6D, #FFB3C5); animation-delay: -2s; }
.vs-pillar[data-color="coral"] .vs-pillar-blob { background: radial-gradient(circle, #FF7140, #FFCFA8); animation-delay: -4s; }
@keyframes vsBlobFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(-12px, 14px) scale(1.08); }
  66%      { transform: translate(14px, -8px) scale(0.95); }
}

.vs-pillar-spark {
  position: absolute;
  width: 14px; height: 14px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent 47%, currentColor 47%, currentColor 53%, transparent 53%),
    linear-gradient(0deg, transparent 47%, currentColor 47%, currentColor 53%, transparent 53%);
  color: var(--green);
  transition: opacity 0.3s;
}
.vs-pillar[data-color="pink"] .vs-pillar-spark  { color: #FF8FA0; }
.vs-pillar[data-color="coral"] .vs-pillar-spark { color: #FF9F70; }
.vs-pillar-spark-1 { top: 30px; left: 30px; }
.vs-pillar-spark-2 { top: 56px; right: 38px; width: 10px; height: 10px; }
.vs-pillar-spark-3 { bottom: 80px; left: 24px; width: 8px; height: 8px; }

.vs-pillar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 7px;
  background: linear-gradient(90deg, #00C896, #6FE5C0, #00C896);
  z-index: 2;
}
.vs-pillar[data-color="pink"]::before  { background: linear-gradient(90deg, #FF4D6D, #FFA3B8, #FF4D6D); }
.vs-pillar[data-color="coral"]::before { background: linear-gradient(90deg, #FF7140, #FFC495, #FF7140); }

.vs-pillar:hover {
  transform: translateY(-12px) rotate(-0.6deg);
  box-shadow: 0 34px 64px rgba(0,200,150,0.18), 0 12px 24px rgba(0,0,0,0.06);
  border-color: rgba(0,200,150,0.5);
}
.vs-pillar[data-color="pink"]:hover  { border-color: rgba(255,77,109,0.5); transform: translateY(-12px) rotate(0.6deg); box-shadow: 0 34px 64px rgba(255,77,109,0.18), 0 12px 24px rgba(0,0,0,0.06); }
.vs-pillar[data-color="coral"]:hover { border-color: rgba(255,113,64,0.5); box-shadow: 0 34px 64px rgba(255,113,64,0.18), 0 12px 24px rgba(0,0,0,0.06); }
.vs-pillar:hover .vs-pillar-blob { transform: scale(1.5) translate(-30px, 30px); opacity: 0.3; }
.vs-pillar:hover .vs-pillar-spark { opacity: 1; animation: vsSparkSpin 1.2s linear infinite; }
.vs-pillar:hover .vs-pillar-spark-1 { animation-delay: 0s; }
.vs-pillar:hover .vs-pillar-spark-2 { animation-delay: 0.3s; }
.vs-pillar:hover .vs-pillar-spark-3 { animation-delay: 0.6s; }
@keyframes vsSparkSpin {
  from { transform: rotate(0deg) scale(0.6); }
  50%  { transform: rotate(180deg) scale(1.2); }
  to   { transform: rotate(360deg) scale(0.6); }
}

.vs-pillar-num {
  position: relative;
  z-index: 2;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 600;
  color: rgba(0,0,0,0.25);
  letter-spacing: 0.22em;
  margin-bottom: -8px;
}

.vs-pillar-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00C896 0%, #50DDB8 100%);
  color: #fff;
  font-size: 28px;
  margin-bottom: 4px;
  box-shadow:
    inset 0 2px 4px rgba(255,255,255,0.45),
    inset 0 -3px 6px rgba(0,0,0,0.12),
    0 10px 24px rgba(0,200,150,0.4),
    0 0 0 5px rgba(0,200,150,0.14);
  transition: transform 0.5s cubic-bezier(0.22,0.68,0,1.7);
  animation: vsIconBob 3.4s ease-in-out infinite;
}
.vs-pillar[data-color="pink"] .vs-pillar-icon {
  background: linear-gradient(135deg, #FF4D6D 0%, #FF85A0 100%);
  color: #fff;
  box-shadow:
    inset 0 2px 4px rgba(255,255,255,0.45),
    inset 0 -3px 6px rgba(0,0,0,0.12),
    0 10px 24px rgba(255,77,109,0.42),
    0 0 0 5px rgba(255,77,109,0.14);
  animation-delay: -1.1s;
}
.vs-pillar[data-color="coral"] .vs-pillar-icon {
  background: linear-gradient(135deg, #FF7140 0%, #FFA070 100%);
  color: #fff;
  box-shadow:
    inset 0 2px 4px rgba(255,255,255,0.45),
    inset 0 -3px 6px rgba(0,0,0,0.12),
    0 10px 24px rgba(255,113,64,0.42),
    0 0 0 5px rgba(255,113,64,0.14);
  animation-delay: -2.2s;
}
@keyframes vsIconBob {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50%      { transform: translateY(-6px) rotate(3deg); }
}
.vs-pillar:hover .vs-pillar-icon {
  transform: scale(1.18) rotate(-12deg);
  animation-play-state: paused;
}

.vs-pillar-ribbon {
  position: absolute;
  top: 22px; right: -36px;
  z-index: 3;
  background: linear-gradient(135deg, #00C896, #008B66);
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 6px 38px;
  transform: rotate(36deg);
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
  text-shadow: 0 1px 2px rgba(0,0,0,0.18);
}
.vs-pillar[data-color="pink"] .vs-pillar-ribbon  { background: linear-gradient(135deg, #FF4D6D, #C8284A); }
.vs-pillar[data-color="coral"] .vs-pillar-ribbon { background: linear-gradient(135deg, #FF7140, #C85020); }

.vs-pillar-word {
  position: relative;
  z-index: 2;
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin: 0;
}
.vs-pillar[data-color="pink"] .vs-pillar-word  { color: #C8284A; }
.vs-pillar[data-color="mint"] .vs-pillar-word  { color: #008B66; }
.vs-pillar[data-color="coral"] .vs-pillar-word { color: #C85020; }

.vs-pillar-desc {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #4F6258;
  line-height: 1.95;
  margin: 0;
  flex: 1;
}
.vs-pillar-desc strong {
  color: var(--green-dark);
  font-weight: 700;
  background: linear-gradient(transparent 72%, rgba(29,158,117,0.22) 72%);
}
.vs-pillar[data-color="pink"] .vs-pillar-desc strong  { color: #C04060; background: linear-gradient(transparent 72%, rgba(255,107,134,0.26) 72%); }
.vs-pillar[data-color="coral"] .vs-pillar-desc strong { color: #C85020; background: linear-gradient(transparent 72%, rgba(255,128,80,0.24) 72%); }

.vs-pillar-arr {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: var(--green-dark);
  margin-top: 6px;
  font-weight: 600;
}
.vs-pillar[data-color="pink"] .vs-pillar-arr  { color: #C04060; }
.vs-pillar[data-color="coral"] .vs-pillar-arr { color: #C85020; }
.arr-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 14px;
  transition: transform 0.35s cubic-bezier(0.22,0.68,0,1.5), background 0.25s;
}
.vs-pillar[data-color="pink"] .arr-circle  { background: #FF6B86; }
.vs-pillar[data-color="coral"] .arr-circle { background: #FF8050; }
.vs-pillar:hover .arr-circle { transform: translateX(8px) rotate(360deg); }

@media (max-width: 768px) {
  .vs-pillars {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 0 24px 56px;
  }
  .vs-pillar { padding: 40px 26px 28px; }
  .vs-pillar-word { font-size: 26px; }
  .vs-pillar-icon { width: 54px; height: 54px; font-size: 26px; }
}

/* ==========================================================
   当院イチオシスタンプ
   ========================================================== */
.vs-block-1 { position: relative; }
.vs-oshi-stamp {
  position: absolute;
  top: 28px; right: 32px;
  width: 240px; height: 240px;
  z-index: 10;
  pointer-events: none;
  animation: vsOshiFloat 4s ease-in-out infinite;
}
.vs-oshi-ring {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  animation: vsOshiRing 16s linear infinite;
}
.vs-oshi-core {
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B86, #FF4060);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow:
    inset 0 4px 10px rgba(255,255,255,0.3),
    inset 0 -4px 10px rgba(0,0,0,0.18),
    0 12px 28px rgba(255,64,96,0.42);
  border: 2.5px solid #fff;
  transform: rotate(-8deg);
}
.vs-oshi-core::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1.5px dashed rgba(255,255,255,0.55);
}
.vs-oshi-line-1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  letter-spacing: 0.22em;
  font-weight: 500;
  text-shadow: 0 2px 4px rgba(0,0,0,0.18);
}
.vs-oshi-line-2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 4px rgba(0,0,0,0.18);
  margin-top: 4px;
}
.vs-oshi-line-3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 6px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.22);
}
@keyframes vsOshiRing { to { transform: rotate(360deg); } }
@keyframes vsOshiFloat {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50%      { transform: translateY(-10px) rotate(4deg); }
}

.vs-oshi-burst {
  position: absolute;
  width: 26px; height: 4px;
  background: linear-gradient(90deg, #FFD040, transparent);
  border-radius: 2px;
  animation: vsOshiBurst 1.8s ease-in-out infinite;
}
.vs-oshi-burst-1 { top: -8px;  left: -20px; transform: rotate(-30deg); animation-delay: 0s; }
.vs-oshi-burst-2 { top: 12px;  right: -22px; transform: rotate(50deg); background: linear-gradient(-90deg, #FFD040, transparent); animation-delay: 0.4s; }
.vs-oshi-burst-3 { bottom: 12px; left: -22px; transform: rotate(40deg); animation-delay: 0.8s; }
.vs-oshi-burst-4 { bottom: -6px; right: -18px; transform: rotate(-50deg); background: linear-gradient(-90deg, #FFD040, transparent); animation-delay: 1.2s; }
@keyframes vsOshiBurst {
  0%, 100% { opacity: 0.6; }
  50%      { opacity: 1; }
}

@media (max-width: 768px) {
  .vs-oshi-stamp { width: 110px; height: 110px; top: 14px; right: 14px; }
  .vs-oshi-line-1 { font-size: 10px; }
  .vs-oshi-line-2 { font-size: 15px; }
  .vs-oshi-line-3 { font-size: 20px; }
}

/* ==========================================================
   初診の方へ タグ (firstvisit-section)
   ========================================================== */
.fv-firsttime-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #FFD040 0%, #FF8030 100%);
  color: #fff;
  font-weight: 700;
  font-size: 19px;
  padding: 14px 36px;
  border-radius: 50px;
  letter-spacing: 0.14em;
  margin: 0 auto 28px;
  box-shadow:
    0 10px 28px rgba(255,128,48,0.38),
    inset 0 2px 4px rgba(255,255,255,0.5),
    inset 0 -3px 6px rgba(0,0,0,0.15);
  border: 2.5px solid #fff;
  position: relative;
  z-index: 3;
  animation: fvTagBob 2.2s ease-in-out infinite;
  text-shadow: 0 2px 4px rgba(0,0,0,0.18);
}
.fv-firsttime-tag::before,
.fv-firsttime-tag::after {
  content: '';
  position: absolute;
  width: 24px; height: 4px;
  background: linear-gradient(90deg, #FFD040, transparent);
  border-radius: 2px;
  top: 50%;
  margin-top: -2px;
  animation: fvTagBurst 1.6s ease-in-out infinite;
}
.fv-firsttime-tag::before {
  left: -36px;
  transform: scaleX(-1);
}
.fv-firsttime-tag::after {
  right: -36px;
  animation-delay: 0.4s;
}
.fv-firsttime-tag i { font-size: 24px; }
@keyframes fvTagBob {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50%      { transform: translateY(-6px) rotate(1deg); }
}
@keyframes fvTagBurst {
  0%, 100% { opacity: 0.6; transform: scaleX(0.8); }
  50%      { opacity: 1;   transform: scaleX(1.3); }
}
.fv-firsttime-note {
  text-align: center;
  font-size: 14px;
  color: #6A7066;
  margin: 14px auto 0;
  max-width: 620px;
  line-height: 1.9;
  font-weight: 500;
}

/* ==========================================================
   1ミリチャレンジ 明るくキラキラに
   ========================================================== */
/* セクション全体を明るい背景に */
.vs-block-1 {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.vs-block-1::before {
  content: '';
  position: absolute;
  top: -120px; left: -120px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,210,80,0.22), transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: vmmGlowL 7s ease-in-out infinite;
}
.vs-block-1::after {
  content: '';
  position: absolute;
  bottom: -120px; right: -120px;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,143,160,0.20), transparent 70%);
  pointer-events: none;
  z-index: 0;
  animation: vmmGlowR 8s ease-in-out infinite;
}
@keyframes vmmGlowL {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(40px, 20px) scale(1.15); }
}
@keyframes vmmGlowR {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-30px, -20px) scale(1.1); }
}

/* テキスト部分も明るく */
.vs-block-1 .vs-text { background: transparent; position: relative; z-index: 2; }
.vs-block-1 .vs-bheading {
  color: #3A3A3A;
}
.vs-block-1 .vs-bheading em {
  background: none;
  color: #3A3A3A;
  padding: 0;
}
.vs-block-1 .vs-bbody {
  color: #4F4348;
  font-weight: 500;
}
.vs-block-1 .vs-bbody strong {
  color: var(--pop-pink);
  background: linear-gradient(transparent 70%, rgba(255,143,160,0.4) 70%);
}

/* 1ミリカードを明るく (枠なし) */
.vs-block-1 .vs-mm-card {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 12px 0;
}
.vs-block-1 .vs-mm-card::before { display: none; }
.vs-block-1 .vs-mm-card::after {
  color: rgba(255,143,160,0.18);
  font-weight: 700;
}
.vs-block-1 .vs-mm-num {
  color: var(--pop-pink);
  background: linear-gradient(135deg, #FFB3C0 0%, var(--pop-pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  filter: drop-shadow(0 6px 18px rgba(255,143,160,0.32));
}
.vs-block-1 .vs-mm-unit {
  color: var(--pop-pink);
  font-weight: 700;
}
.vs-block-1 .vs-mm-text {
  color: #4F4348;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
}
.vs-block-1 .vs-mm-text strong {
  color: var(--pop-pink);
  font-weight: 700;
  background: linear-gradient(transparent 72%, rgba(255,143,160,0.5) 72%);
}
.vs-block-1 .vs-mm-quote {
  background: transparent;
  color: #4A3A30;
  font-weight: 400;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin-top: 28px;
}
.vs-block-1 .vs-mm-quote strong {
  color: var(--pop-pink);
  font-weight: 700;
}
.vs-mm-quote-avatar {
  position: relative;
  flex-shrink: 0;
  width: 84px; height: 84px;
  border-radius: 50%;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 6px 14px rgba(199,127,79,0.32));
  animation: vsQuoteAvatarBob 3s ease-in-out infinite;
}
.vs-mm-quote-avatar svg { width: 100%; height: 100%; }
.vs-mm-quote-heart {
  position: absolute;
  top: -8px; right: -8px;
  width: 26px; height: 26px;
  background: #D88A5A;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(199,127,79,0.4);
  animation: vsQuoteHeartPulse 1.6s ease-in-out infinite;
}
@keyframes vsQuoteAvatarBob {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50%      { transform: translateY(-4px) rotate(2deg); }
}
@keyframes vsQuoteHeartPulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.18); }
}

.vs-mm-quote-bubble {
  position: relative;
  flex: 1;
  min-width: 240px;
  background: linear-gradient(135deg, #FFF4EC 0%, #FFEFE0 100%);
  border: 2.5px solid #F5D5B5;
  border-radius: 22px;
  padding: 22px 26px 18px;
  box-shadow: 0 12px 32px rgba(232,184,149,0.22);
}
.vs-mm-quote-bubble::before {
  content: '';
  position: absolute;
  left: -16px; bottom: 22px;
  width: 0; height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid #F5D5B5;
}
.vs-mm-quote-bubble::after {
  content: '';
  position: absolute;
  left: -12px; bottom: 23px;
  width: 0; height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 13px solid #FFF4EC;
}

.vs-mm-quote-mark {
  position: absolute;
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  color: rgba(199,127,79,0.32);
  line-height: 1;
  font-weight: 700;
  pointer-events: none;
}
.vs-mm-quote-mark-l { top: 8px; left: 10px; }
.vs-mm-quote-mark-r { bottom: -12px; right: 14px; transform: rotate(180deg); }

.vs-mm-quote-stars {
  display: block;
  color: #FFC340;
  font-size: 15px;
  letter-spacing: 0.18em;
  margin-bottom: 8px;
  text-shadow: 0 2px 4px rgba(255,180,40,0.3);
}

.vs-mm-quote-text {
  position: relative;
  z-index: 1;
  flex: none;
  min-width: 0;
  margin: 0;
  font-size: 19px;
  color: #4A3A30;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 500;
}

.vs-mm-quote-attr {
  display: block;
  width: auto;
  margin-top: 10px;
  padding-left: 0;
  font-size: 13px;
  color: #9A7F60;
  letter-spacing: 0.08em;
  font-family: 'Noto Serif JP', serif;
}

.vs-mm-quote-sparkle {
  position: absolute;
  color: #E8B895;
  font-size: 16px;
  pointer-events: none;
  animation: vsQuoteSparkle 2.4s ease-in-out infinite;
}
.vs-mm-quote-sp-1 { top: -10px; right: 28px; animation-delay: 0s; color: #FFC340; font-size: 18px; }
.vs-mm-quote-sp-2 { top: 30%; right: -10px; animation-delay: 0.6s; }
.vs-mm-quote-sp-3 { bottom: -8px; left: 60%; animation-delay: 1.2s; color: #FFC340; }
@keyframes vsQuoteSparkle {
  0%, 100% { opacity: 1;    transform: scale(1)   rotate(0deg); }
  50%      { opacity: 0.4;  transform: scale(0.6) rotate(90deg); }
}

.vs-block-1 .vs-mm-quote::before {
  display: none;
}

@media (max-width: 768px) {
  .vs-block-1 .vs-mm-quote { flex-direction: column; align-items: center; gap: 0; }
  .vs-mm-quote-avatar { width: 70px; height: 70px; margin-bottom: -14px; z-index: 2; }
  .vs-mm-quote-bubble { padding: 24px 22px 16px; }
  .vs-mm-quote-bubble::before,
  .vs-mm-quote-bubble::after { display: none; }
  .vs-mm-quote-text { font-size: 16px; }
}

/* キラキラ装飾 */
.vs-mm-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 4;
}
.vs-mm-spark {
  position: absolute;
  background: #fff;
  clip-path: polygon(
    50% 0%, 56% 38%, 62% 44%, 100% 50%,
    62% 56%, 56% 62%, 50% 100%, 44% 62%,
    38% 56%, 0% 50%, 38% 44%, 44% 38%
  );
  filter:
    drop-shadow(0 0 8px rgba(255,210,80,0.9))
    drop-shadow(0 0 14px rgba(255,180,40,0.5));
  animation: vmmTwinkle 2.8s ease-in-out infinite;
}
@keyframes vmmTwinkle {
  0%, 100% { opacity: 1;    transform: scale(1)    rotate(0deg); }
  50%      { opacity: 0.25; transform: scale(0.4)  rotate(45deg); }
}
.vmm-s1  { top: 8%;   left: 6%;  width: 24px; height: 24px; animation-delay: 0s; }
.vmm-s2  { top: 16%;  left: 24%; width: 16px; height: 16px; animation-delay: 0.6s; }
.vmm-s3  { top: 4%;   left: 46%; width: 22px; height: 22px; animation-delay: 0.3s; }
.vmm-s4  { top: 30%;  left: 4%;  width: 18px; height: 18px; animation-delay: 1.1s; }
.vmm-s5  { top: 48%;  left: 28%; width: 14px; height: 14px; animation-delay: 1.5s; }
.vmm-s6  { top: 64%;  left: 8%;  width: 20px; height: 20px; animation-delay: 0.4s; }
.vmm-s7  { top: 78%;  left: 30%; width: 16px; height: 16px; animation-delay: 0.9s; }
.vmm-s8  { top: 22%;  left: 56%; width: 12px; height: 12px; animation-delay: 1.3s; filter: drop-shadow(0 0 8px rgba(255,143,160,0.9)) drop-shadow(0 0 14px rgba(255,107,134,0.5)); }
.vmm-s9  { top: 52%;  left: 50%; width: 14px; height: 14px; animation-delay: 0.7s; filter: drop-shadow(0 0 8px rgba(159,225,203,1)) drop-shadow(0 0 14px rgba(29,158,117,0.6)); }
.vmm-s10 { top: 86%;  left: 16%; width: 14px; height: 14px; animation-delay: 1.7s; filter: drop-shadow(0 0 8px rgba(255,210,80,0.95)) drop-shadow(0 0 14px rgba(255,180,40,0.55)); }

@media (max-width: 768px) {
  .vmm-s1,.vmm-s2,.vmm-s3,.vmm-s4,.vmm-s5,.vmm-s6,.vmm-s7,.vmm-s8,.vmm-s9,.vmm-s10 {
    transform: scale(0.7);
  }
}

/* ==========================================================
   お口の気になる section を明朝体に
   ========================================================== */
.menu-section,
.menu-section .orbit-h2,
.menu-section .ob-text,
.menu-section .ob-cat,
.menu-section .section-lead,
.menu-section .menu-more,
.menu-section .link-more {
  font-family: 'Noto Serif JP', serif !important;
}
.menu-section .orbit-h2 {
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
}
.menu-section .ob-text {
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  color: #1F2D2A !important;
}
.menu-section .ob-text em { font-weight: 900 !important; }
.menu-section .ob-cat { font-weight: 800 !important; }

/* ==========================================================
   1ミリチャレンジカード — ポップな追加要素
   ========================================================== */
.vs-mm-badge {
  position: absolute;
  top: -14px; left: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #FFD040, #FF8030);
  color: #fff;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  padding: 7px 18px;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(255,128,48,0.36), inset 0 1px 0 rgba(255,255,255,0.5);
  z-index: 3;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  border: 1.5px solid #fff;
  animation: vsMmBadgePulse 2.2s ease-in-out infinite;
}
.vs-mm-badge i { font-size: 14px; }
@keyframes vsMmBadgePulse {
  0%, 100% { transform: rotate(-4deg) scale(1); }
  50%      { transform: rotate(4deg) scale(1.06); }
}
.vs-mm-deco {
  position: absolute;
  font-size: 22px;
  z-index: 2;
  pointer-events: none;
  animation: vsMmDecoSpin 3.4s ease-in-out infinite;
}
.vs-mm-deco-1 { top: 14px; right: 24px; color: #FFB020; animation-delay: 0s; }
.vs-mm-deco-2 { bottom: 56px; right: 16px; color: #FF8FA0; font-size: 18px; animation-delay: 0.8s; }
.vs-mm-deco-3 { top: 80px; right: 50px; color: #FF6B86; font-size: 16px; animation-delay: 1.6s; }
@keyframes vsMmDecoSpin {
  0%, 100% { transform: rotate(0deg) scale(1); opacity: 0.85; }
  50%      { transform: rotate(20deg) scale(1.2); opacity: 1; }
}
.vs-mm-bang {
  color: #FF4060;
  font-weight: 700;
  font-size: 1.3em;
  display: inline-block;
  animation: vsMmBangBob 0.9s ease-in-out infinite;
}
@keyframes vsMmBangBob {
  0%, 100% { transform: translateY(0) rotate(-6deg); }
  50%      { transform: translateY(-3px) rotate(6deg); }
}
.vs-block-1 .vs-mm-unit { line-height: 1.25; }
.vs-block-1 .vs-mm-card {
  padding-top: 32px;
  border-radius: 22px;
}
.vs-mm-quote-emoji {
  display: inline-block;
  font-size: 20px;
  margin-right: 6px;
  vertical-align: middle;
  animation: vsMmEmoji 2s ease-in-out infinite;
}
@keyframes vsMmEmoji {
  0%, 100% { transform: rotate(-8deg); }
  50%      { transform: rotate(8deg); }
}
.vs-block-1 .vs-mm-quote {
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 14px;
}

/* ==========================================================
   -1mm 吹き出しアイコン
   ========================================================== */
.vs-mm-bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  background: linear-gradient(135deg, #E8B895 0%, #C77F4F 100%);
  color: #fff;
  border-radius: 36px;
  box-shadow:
    0 10px 24px rgba(199,127,79,0.36),
    inset 0 2px 4px rgba(255,255,255,0.45),
    inset 0 -3px 6px rgba(0,0,0,0.12);
  transform: rotate(-6deg);
  animation: vsBubbleBob 2.4s ease-in-out infinite;
  pointer-events: none;
  z-index: 5;
  border: 4px solid #fff;
}
.vs-mm-bubble::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 26px;
  width: 0; height: 0;
  border-left: 10px solid transparent;
  border-right: 14px solid transparent;
  border-top: 18px solid #fff;
  transform: rotate(-12deg);
}
.vs-mm-bubble::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 30px;
  width: 0; height: 0;
  border-left: 7px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #C77F4F;
  transform: rotate(-12deg);
}
.vs-mm-bubble-text {
  font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0,0,0,0.22);
}
@keyframes vsBubbleBob {
  0%, 100% { transform: rotate(-6deg) translateY(0); }
  50%      { transform: rotate(0deg) translateY(-6px); }
}

@media (max-width: 768px) {
  .vs-mm-bubble { padding: 10px 20px; }
  .vs-mm-bubble-text { font-size: 44px; }
}

/* ==========================================================
   snav INFO ドロップダウン
   ========================================================== */
.snav-info {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.08);
  background: #fff;
  color: var(--text-sub);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 8px;
  transition: transform 0.25s, background 0.25s, color 0.25s, border-color 0.25s;
  position: relative;
  z-index: 2;
}
.snav-info svg { width: 20px; height: 20px; }
.snav-info:hover {
  background: var(--pop-pink-soft, #FFF0F3);
  color: var(--pop-pink);
  border-color: var(--pop-pink);
  transform: rotate(90deg);
}
.snav-info[aria-expanded="true"] {
  background: var(--pop-pink);
  color: #fff;
  border-color: var(--pop-pink);
  transform: rotate(90deg);
}

.snav-info-panel {
  position: absolute;
  top: 78px; right: 22px;
  width: 320px;
  background: #fff;
  border-radius: 18px;
  border: 1.5px solid #FDE4EA;
  box-shadow:
    0 24px 56px rgba(255,143,160,0.18),
    0 8px 20px rgba(0,0,0,0.08);
  padding: 18px 14px;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.96);
  transform-origin: top right;
  transition: opacity 0.28s, visibility 0.28s, transform 0.28s cubic-bezier(0.22,0.68,0,1.5);
}
.snav-info-panel.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.snav-info-panel::before {
  content: '';
  position: absolute;
  top: -8px; right: 44px;
  width: 14px; height: 14px;
  background: #fff;
  border-top: 1.5px solid #FDE4EA;
  border-left: 1.5px solid #FDE4EA;
  transform: rotate(45deg);
}

.snav-info-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--pop-pink);
  font-weight: 700;
  padding: 4px 14px 12px;
  border-bottom: 1px solid #FDE4EA;
  margin-bottom: 6px;
}

.snav-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  border-radius: 12px;
  text-decoration: none;
  color: #3A3A3A;
  transition: background 0.18s, transform 0.18s;
}
.snav-info-item:hover {
  background: #FFF6F8;
  transform: translateX(3px);
}
.snav-info-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFE5EA 0%, #FFB3C0 100%);
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(255,143,160,0.28);
}
.snav-info-ico svg { width: 20px; height: 20px; }
.snav-info-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  flex: 1;
}
.snav-info-text b {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 600;
  color: #3A3A3A;
  letter-spacing: 0.04em;
}
.snav-info-text em {
  font-style: normal;
  font-family: 'Cormorant Garamond', serif;
  font-size: 10px;
  color: #B79EA6;
  letter-spacing: 0.18em;
  margin-top: 2px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .snav-info { width: 38px; height: 38px; margin-left: 4px; }
  .snav-info svg { width: 18px; height: 18px; }
  .snav-info-panel { width: 280px; right: 12px; top: 72px; }
}

/* ==========================================================
   サブページ統一スタイル (プライバシー / 施設基準 / 滅菌 / 設備 / 初診)
   ========================================================== */
body.v2.has-snav .page-hero {
  background: linear-gradient(180deg, #FFF6F8 0%, #FFFFFF 100%);
  padding: 90px 24px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
body.v2.has-snav .page-hero::before {
  content: '';
  position: absolute;
  top: -120px; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,143,160,0.10), transparent 70%);
  pointer-events: none;
}
body.v2.has-snav .page-hero-inner {
  position: relative; z-index: 1;
  max-width: 880px; margin: 0 auto;
}
body.v2.has-snav .page-hero-sub {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  letter-spacing: 0.28em;
  color: #FF8FA0;
  font-weight: 600;
  margin: 0 0 14px;
}
body.v2.has-snav .page-hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 44px;
  font-weight: 500;
  color: #3A3A3A;
  letter-spacing: 0.08em;
  margin: 0 0 18px;
  line-height: 1.4;
}
body.v2.has-snav .page-hero-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #FF8FA0, #FFB3C0);
  border-radius: 3px;
  margin: 22px auto 0;
}
body.v2.has-snav .breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #8C7780;
  letter-spacing: 0.06em;
  font-family: 'Noto Serif JP', serif;
}
body.v2.has-snav .breadcrumb a {
  color: #FF8FA0;
  text-decoration: none;
  transition: opacity 0.2s;
}
body.v2.has-snav .breadcrumb a:hover { opacity: 0.7; }
body.v2.has-snav .breadcrumb-sep { color: #C9A4AE; }

body.v2.has-snav section.section { background: #fff !important; padding: 50px 24px 80px; }
body.v2.has-snav .section-inner { max-width: 880px; margin: 0 auto; }

body.v2.has-snav .treatment-detail > p:first-of-type {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  color: #4A4348;
  line-height: 2.0;
  background: #FFF6F8;
  border-left: 3px solid #FF8FA0;
  padding: 22px 26px;
  border-radius: 0 12px 12px 0;
  margin-bottom: 40px;
}

body.v2.has-snav .treatment-detail .td-heading {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #3A3A3A !important;
  letter-spacing: 0.06em !important;
  margin: 44px 0 16px !important;
  padding: 0 0 12px 18px !important;
  position: relative;
  border-left: none !important;
  border-bottom: 1px solid #FDE4EA !important;
  background: none !important;
}
body.v2.has-snav .treatment-detail .td-heading::before {
  content: '';
  position: absolute;
  left: 0; top: 6px; bottom: 16px;
  width: 5px;
  background: linear-gradient(180deg, #FF8FA0, #FFB3C0);
  border-radius: 3px;
}

body.v2.has-snav .treatment-detail .td-sub {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 17px !important;
  color: #3A3A3A !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  margin: 28px 0 12px !important;
}

body.v2.has-snav .treatment-detail p {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  color: #4A4348;
  line-height: 2.0;
  margin: 0 0 16px;
}
body.v2.has-snav .treatment-detail p strong { color: #FF8FA0; font-weight: 600; }

body.v2.has-snav .treatment-detail .td-list,
body.v2.has-snav .treatment-detail ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
}
body.v2.has-snav .treatment-detail .td-list li,
body.v2.has-snav .treatment-detail ul > li {
  font-family: 'Noto Serif JP', serif;
  font-size: 14.5px;
  color: #4A4348;
  line-height: 1.9;
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px dashed #FDE4EA;
  list-style: none;
}
body.v2.has-snav .treatment-detail .td-list li:last-child,
body.v2.has-snav .treatment-detail ul > li:last-child { border-bottom: none; }
body.v2.has-snav .treatment-detail .td-list li::before,
body.v2.has-snav .treatment-detail ul > li::before {
  content: '';
  position: absolute;
  left: 6px; top: 18px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFB3C0, #FF8FA0);
  box-shadow: 0 2px 6px rgba(255,143,160,0.3);
}

body.v2.has-snav .td-back {
  margin-top: 50px;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #FDE4EA;
}
body.v2.has-snav .td-back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: linear-gradient(135deg, #FF8FA0, #FFB3C0);
  color: #fff;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(255,143,160,0.3);
  transition: transform 0.25s, box-shadow 0.25s;
}
body.v2.has-snav .td-back a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255,143,160,0.4);
}

@media (max-width: 768px) {
  body.v2.has-snav .page-hero { padding: 60px 20px 40px; }
  body.v2.has-snav .page-hero-title { font-size: 30px; }
  body.v2.has-snav .page-hero-sub { font-size: 12px; }
  body.v2.has-snav .treatment-detail .td-heading { font-size: 18px !important; }
  body.v2.has-snav .treatment-detail p,
  body.v2.has-snav .treatment-detail .td-list li { font-size: 14px; }
}

/* fv-card 内見出しもピンク/明朝体に統一 */
body.v2.has-snav .fv-card-body h3 {
  font-family: 'Noto Serif JP', serif !important;
  font-weight: 600 !important;
  font-size: 17px !important;
  color: #3A3A3A !important;
  letter-spacing: 0.05em !important;
  line-height: 1.6 !important;
}
body.v2.has-snav .fv-card--pink   .fv-card-body h3,
body.v2.has-snav .fv-card--mint   .fv-card-body h3,
body.v2.has-snav .fv-card--butter .fv-card-body h3 { color: #C8456A !important; }
body.v2.has-snav .fv-card-body p {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 14.5px !important;
  color: #4A4348 !important;
  line-height: 1.95 !important;
}
body.v2.has-snav .fv-card-body p strong { color: #FF8FA0 !important; font-weight: 600 !important; }
body.v2.has-snav .fv-card-icon {
  background: linear-gradient(135deg, #FFE5EA 0%, #FFB3C0 100%) !important;
  border-color: #FF8FA0 !important;
}
body.v2.has-snav .fv-card-icon svg { stroke: #fff !important; }
body.v2.has-snav .td-catch {
  font-family: 'Noto Serif JP', serif !important;
  color: #FF8FA0 !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em !important;
  text-align: center !important;
}
body.v2.has-snav .td-inline-link {
  color: #FF8FA0 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255,143,160,0.4);
}

/* リザーブバナー(電話) をおしゃれに */
body.v2.has-snav .reserve-banner {
  margin: 30px auto !important;
  max-width: 880px;
  background: linear-gradient(135deg, #fff 0%, #FFF6F8 100%) !important;
  border: none !important;
  border-radius: 24px !important;
  padding: 36px 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px !important;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 24px 56px rgba(255,143,160,0.12),
    0 6px 16px rgba(0,0,0,0.04);
}
body.v2.has-snav .reserve-banner::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FFB3C0, #FF8FA0, #FFB3C0);
}
body.v2.has-snav .reserve-banner::after {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,143,160,0.16), transparent 70%);
  pointer-events: none;
}
body.v2.has-snav .reserve-banner h3 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 19px !important;
  color: #3A3A3A !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 8px !important;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
body.v2.has-snav .reserve-banner h3::before {
  content: '';
  width: 28px; height: 2px;
  background: #FF8FA0;
  display: inline-block;
}
body.v2.has-snav .reserve-banner p {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 13px !important;
  color: #6B5560 !important;
  position: relative;
  z-index: 1;
}
body.v2.has-snav .reserve-tel {
  text-align: right;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
body.v2.has-snav .reserve-tel .tel-num {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 38px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #FF8FA0, #E06080) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  line-height: 1.1 !important;
}
body.v2.has-snav .reserve-tel .tel-num::before {
  content: '';
  display: inline-block;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFE5EA, #FFB3C0);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.95.36 1.88.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.93.34 1.86.57 2.81.7a2 2 0 0 1 1.72 2z'/></svg>") no-repeat center / 22px;
  background: linear-gradient(135deg, #FF8FA0, #E06080) !important;
  -webkit-text-fill-color: initial !important;
}
body.v2.has-snav .reserve-tel .tel-num a {
  background: linear-gradient(135deg, #FF8FA0, #E06080) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-decoration: none !important;
}
body.v2.has-snav .reserve-tel .tel-sub {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 12px !important;
  color: #8C7780 !important;
  letter-spacing: 0.08em !important;
  padding: 4px 14px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #FDE4EA;
}

@media (max-width: 760px) {
  body.v2.has-snav .reserve-banner { flex-direction: column; text-align: center; padding: 26px 22px !important; gap: 16px !important; }
  body.v2.has-snav .reserve-tel { align-items: center; text-align: center; }
  body.v2.has-snav .reserve-tel .tel-num { font-size: 30px !important; }
}

/* ==========================================================
   訪問歯科 ヒーロー＋3サービス
   ========================================================== */
.hv-hero {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  background: linear-gradient(135deg, #FFE5EA 0%, #FFB3C0 100%);
}
.hv-hero-photo {
  position: absolute;
  inset: 0;
}
.hv-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hv-hero-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #FFE5EA 0%, #FFC4D2 60%, #FFB3C0 100%);
  color: rgba(184,76,108,0.55);
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
}
.hv-hero-placeholder i { font-size: 44px; color: rgba(184,76,108,0.45); }
.hv-hero-photo:has(img:not([style*="display:none"]):not([style*="display: none"])) .hv-hero-placeholder { display: none; }
.hv-hero-photo:has(img[style*="display:none"]) .hv-hero-placeholder,
.hv-hero-photo:has(img[style*="display: none"]) .hv-hero-placeholder { display: flex; }

/* キラキラ装飾 */
.hv-hero::before,
.hv-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}
.hv-hero::before {
  top: -120px; right: -80px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,0.45), transparent 70%);
  animation: hvHeroGlow 7s ease-in-out infinite;
}
.hv-hero::after {
  bottom: -100px; left: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(255,143,160,0.4), transparent 70%);
  animation: hvHeroGlow 9s ease-in-out infinite reverse;
}
@keyframes hvHeroGlow {
  0%, 100% { transform: translate(0,0) scale(1); }
  50%      { transform: translate(20px, -10px) scale(1.1); }
}

.hv-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(255,250,252,0.92) 0%,
    rgba(255,232,238,0.78) 40%,
    rgba(255,200,215,0.55) 75%,
    rgba(255,180,200,0.30) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 80px;
  z-index: 2;
}
.hv-hero-overlay::before {
  content: '';
  position: absolute;
  top: 30%; right: 12%;
  width: 80px; height: 80px;
  background: radial-gradient(circle, #fff 25%, transparent 28%) 0 0/8px 8px;
  opacity: 0.6;
  pointer-events: none;
}
.hv-hero-en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  letter-spacing: 0.32em;
  color: #FF6B98;
  margin-bottom: 22px;
  font-weight: 700;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
}
.hv-hero-en::before,
.hv-hero-en::after {
  content: '';
  width: 36px; height: 2px;
  background: linear-gradient(90deg, #FF8FA0, transparent);
}
.hv-hero-en::after { background: linear-gradient(-90deg, #FF8FA0, transparent); }

.hv-hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 56px;
  font-weight: 600;
  color: #2A2A2A;
  line-height: 1.5;
  margin-bottom: 26px;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 12px rgba(255,255,255,0.6);
  max-width: 760px;
}
.hv-hero-title em {
  font-style: normal;
  color: #E04880;
  background: linear-gradient(transparent 68%, rgba(255,143,160,0.35) 68%);
  padding: 0 6px;
  display: inline-block;
}
.hv-hero-sub {
  font-family: 'Noto Serif JP', serif;
  font-size: 20px;
  color: #5A3D4A;
  line-height: 1.85;
  font-weight: 500;
  max-width: 600px;
  position: relative;
  padding-left: 24px;
}
.hv-hero-sub::before {
  content: '';
  position: absolute;
  left: 0; top: 8px; bottom: 8px;
  width: 4px;
  background: linear-gradient(180deg, #FF8FA0, #FFB3C0);
  border-radius: 4px;
}

/* サービス3枚横並び */
.hv-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  background: linear-gradient(180deg, #FFFAFB 0%, #fff 100%);
  padding: 60px 48px 80px;
  max-width: 1240px;
  margin: 0 auto;
}
.hv-service {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(255,143,160,0.10), 0 4px 12px rgba(0,0,0,0.03);
  border: 1.5px solid #FDE4EA;
  transition: transform 0.4s cubic-bezier(0.22,0.68,0,1.5), box-shadow 0.4s;
  position: relative;
}
.hv-service::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF8FA0, #FFB3C0, #FF8FA0);
  z-index: 3;
}
.hv-service:nth-child(2)::before { background: linear-gradient(90deg, #FFAA80, #FFCFA8, #FFAA80); }
.hv-service:nth-child(3)::before { background: linear-gradient(90deg, #FFB3D0, #FFD7E2, #FFB3D0); }
.hv-service:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 56px rgba(255,143,160,0.18), 0 8px 18px rgba(0,0,0,0.05);
  border-color: #FFB3C0;
}

.hv-service-photo {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #FFF0F4;
}
.hv-service-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.hv-service:hover .hv-service-img { transform: scale(1.06); }
.hv-service-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #FFF0F4 0%, #FFE5EA 100%);
  color: #C8456A;
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
}
.hv-service-placeholder i { font-size: 34px; color: #FF8FA0; }
.hv-service-photo:has(img:not([style*="display:none"]):not([style*="display: none"])) .hv-service-placeholder { display: none; }

.hv-service-body {
  padding: 28px 28px 30px;
  position: relative;
}
.hv-service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 700;
  color: #FF8FA0;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0 2px 6px rgba(255,143,160,0.18);
}
.hv-service:nth-child(2) .hv-service-num { color: #E89B5C; }
.hv-service:nth-child(3) .hv-service-num { color: #D88AAE; }
.hv-service-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 600;
  color: #2A2A2A;
  line-height: 1.5;
  margin-bottom: 14px;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
  border-bottom: 1px dashed #FDE4EA;
}
.hv-service-text {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  color: #5A4348;
  line-height: 2.0;
}

.td-section-lead { padding: 60px 24px 30px; }
.hv-lead {
  font-family: 'Noto Serif JP', serif;
  font-size: 15px;
  color: #3A4A40;
  line-height: 2.0;
  max-width: 880px;
  margin: 0 auto;
  text-align: left;
}
.hv-lead strong { color: #1D9E75; font-weight: 700; }

@media (max-width: 768px) {
  .hv-hero { height: 380px; }
  .hv-hero-overlay { padding: 0 28px; }
  .hv-hero-title { font-size: 32px; }
  .hv-hero-sub { font-size: 15px; padding-left: 16px; }
  .hv-hero-en { font-size: 13px; }
  .hv-services {
    grid-template-columns: 1fr;
    padding: 36px 20px 56px;
    gap: 22px;
  }
  .hv-service-photo { height: 240px; }
  .hv-service-body { padding: 22px 22px 26px; }
  .hv-service-num { font-size: 26px; }
  .hv-service-title { font-size: 19px; }
}

/* ==========================================================
   snav ABOUT サブメニュー (mega-menu)
   ========================================================== */
.snav-tab-has-sub {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 90px;
  overflow: visible !important;
  padding: 0 !important;
}
.snav-tabs { overflow: visible !important; }
.snav { overflow: visible !important; }
.app-header,
.app-header-inner { overflow: visible !important; }
.snav-tab-has-sub .snav-tab-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 22px;
  height: 100%;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.snav-tab-has-sub.active .snav-tab-link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 22px; right: 22px;
  height: 3px;
  background: linear-gradient(90deg, #1D9E75, #9FE1CB);
  border-radius: 3px;
}
.snav-tab-has-sub .snav-tab-link .snav-tab-en { color: rgba(138,138,138,0.6); transition: color 0.25s; }
.snav-tab-has-sub .snav-tab-link .snav-tab-ja { color: #5A5A5A; transition: color 0.25s; }
.snav-tab-has-sub:hover .snav-tab-link .snav-tab-en,
.snav-tab-has-sub.active .snav-tab-link .snav-tab-en { color: #1D9E75; }
.snav-tab-has-sub:hover .snav-tab-link .snav-tab-ja,
.snav-tab-has-sub.active .snav-tab-link .snav-tab-ja { color: #3A3A3A; font-weight: 500; }
.snav-sub-caret {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 9px;
  color: rgba(0,0,0,0.3);
  transition: transform 0.25s, color 0.25s;
  z-index: 2;
  line-height: 1;
}
.snav-tab-has-sub:hover .snav-sub-caret { color: #2A2A2A; }
.snav-tab-has-sub.open .snav-sub-caret,
.snav-tab-has-sub:focus-within .snav-sub-caret { color: #2A2A2A; transform: translateX(-50%) rotate(180deg); }
.snav-submenu {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  transform-origin: top center;
  min-width: 240px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #E8E4DF;
  box-shadow:
    0 24px 48px rgba(0,0,0,0.10),
    0 4px 12px rgba(0,0,0,0.04);
  padding: 8px 0;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s, transform 0.22s ease;
  display: flex !important;
  flex-direction: column;
}
.snav-submenu::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: #2A2A2A;
}
.snav-tab-has-sub:hover .snav-submenu,
.snav-tab-has-sub:focus-within .snav-submenu,
.snav-tab-has-sub.open .snav-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.snav-submenu a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  text-decoration: none;
  transition: background 0.18s, padding-left 0.22s;
  border-radius: 0;
  position: relative;
}
.snav-submenu a + a { border-top: 1px solid #F0EDE8; }
.snav-submenu a:hover,
.snav-submenu a.active {
  background: #FAFAF8;
  padding-left: 28px;
}
.snav-submenu a:hover::before,
.snav-submenu a.active::before {
  content: '';
  position: absolute;
  left: 14px; top: 50%;
  width: 8px; height: 1px;
  background: #2A2A2A;
  transform: translateY(-50%);
}
.snav-sub-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #B0AAA2;
  flex-shrink: 0;
  width: auto; height: auto;
  background: none;
  box-shadow: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
}
.snav-sub-text { display: flex; flex-direction: column; line-height: 1.3; gap: 3px; }
.snav-sub-text b {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  font-weight: 500;
  color: #2A2A2A;
  letter-spacing: 0.06em;
}
.snav-sub-text em {
  font-style: normal;
  font-family: 'Cormorant Garamond', serif;
  font-size: 9px;
  color: #A5A09A;
  letter-spacing: 0.28em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .snav-submenu { min-width: 200px; }
  .snav-tab-has-sub:hover .snav-submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .snav-tab-has-sub.open .snav-submenu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}


/* === HOME:1ミリチャレンジへのリンクボタン === */
.vs-mm-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.6rem;
  padding: 0.95rem 1.8rem;
  background: linear-gradient(135deg, #FF9874 0%, #FF7A4D 100%);
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(255,122,77,0.35);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vs-mm-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(255,122,77,0.45);
}
.vs-mm-btn-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px; height: 24px;
  color: #FFE9A8;
}
.vs-mm-btn-ico svg { width: 20px; height: 20px; }
.vs-mm-btn-arr {
  font-weight: 900;
  transition: transform 0.3s ease;
}
.vs-mm-btn:hover .vs-mm-btn-arr { transform: translateX(4px); }

/* === ビジョン:カードをやめて「写真に文字を重ねる」 === */
.vs-pillar {
  background: #6b5d55 !important;
  border: none !important;
  box-shadow: 0 16px 38px rgba(0,0,0,0.16) !important;
  padding: 0 !important;
  border-radius: 24px !important;
  aspect-ratio: 3 / 4;
  display: block !important;
  overflow: hidden;
}
.vs-pillar::before { display: none !important; }
.vs-pillar-blob,
.vs-pillar-spark { display: none !important; }
.vs-pillar-photo {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  aspect-ratio: auto !important;
  box-shadow: none !important;
  z-index: 0 !important;
}
.vs-pillar-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.6s ease;
}
.vs-pillar-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,12,8,0) 28%, rgba(20,12,8,0.22) 52%, rgba(20,12,8,0.8) 100%);
  z-index: 1;
}
.vs-pillar-body {
  position: absolute !important;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 1.6rem 1.5rem 1.7rem !important;
  gap: 6px !important;
}
.vs-pillar-head { gap: 10px !important; align-items: center; }
.vs-pillar-num {
  color: rgba(255,255,255,0.85) !important;
  margin-bottom: 0 !important;
}
.vs-pillar-icon {
  width: 42px !important;
  height: 42px !important;
  font-size: 20px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.32) !important;
  animation: none !important;
}
.vs-pillar-icon svg { width: 22px; height: 22px; }
.vs-pillar-word {
  color: #fff !important;
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 900 !important;
  font-size: 30px !important;
  letter-spacing: 0.03em !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.45);
  margin: 2px 0 0 !important;
}
.vs-pillar[data-color] .vs-pillar-word { color: #fff !important; }
.vs-pillar-desc {
  color: rgba(255,255,255,0.95) !important;
  font-size: 13px !important;
  line-height: 1.8 !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55);
  flex: none !important;
}
.vs-pillar-desc strong,
.vs-pillar[data-color] .vs-pillar-desc strong {
  color: #fff !important;
  background: none !important;
  font-weight: 800;
}
.vs-pillar-arr,
.vs-pillar[data-color] .vs-pillar-arr {
  color: #fff !important;
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
  font-weight: 800 !important;
  margin-top: 8px !important;
}
.vs-pillar:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 28px 56px rgba(0,0,0,0.28) !important;
}
.vs-pillar:hover .vs-pillar-photo img { transform: scale(1.06); }

/* === ビジョン:縦に1枚ずつ・横長バナー === */
.vs-pillars {
  grid-template-columns: 1fr !important;
  max-width: 920px !important;
  gap: 1.5rem !important;
}
.vs-pillar {
  aspect-ratio: 5 / 2 !important;
}
.vs-pillar-photo::after {
  background: linear-gradient(90deg, rgba(20,12,8,0.84) 0%, rgba(20,12,8,0.52) 36%, rgba(20,12,8,0.08) 66%, rgba(20,12,8,0) 100%) !important;
}
.vs-pillar-body {
  top: 0 !important;
  bottom: 0 !important;
  right: auto !important;
  width: 56% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: 1.4rem 2.2rem !important;
  gap: 7px !important;
}
.vs-pillar-word { font-size: 34px !important; }
@media (max-width: 640px) {
  .vs-pillar { aspect-ratio: 4 / 3 !important; }
  .vs-pillar-body { width: 100% !important; top: auto !important; justify-content: flex-end !important; }
  .vs-pillar-photo::after {
    background: linear-gradient(180deg, rgba(20,12,8,0) 32%, rgba(20,12,8,0.82) 100%) !important;
  }
}

/* === ビジョン:横全体(フルブリード)に広げる === */
.vs-pillars {
  max-width: none !important;
  width: 100vw;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  gap: 0 !important;
}
.vs-pillar {
  aspect-ratio: auto !important;
  height: 360px;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.vs-pillar:hover {
  transform: none !important;
  box-shadow: none !important;
}
.vs-pillar-body {
  width: auto !important;
  max-width: none !important;
  right: 0 !important;
  padding-left: max(2rem, calc(50vw - 560px)) !important;
  padding-right: 2rem !important;
}
.vs-pillar-body > * { max-width: 560px; }
.vs-pillar-photo::after {
  background: linear-gradient(90deg, rgba(20,12,8,0.8) 0%, rgba(20,12,8,0.45) 40%, rgba(20,12,8,0.05) 70%, rgba(20,12,8,0) 100%) !important;
}
@media (max-width: 700px) {
  .vs-pillar { height: 300px; }
  .vs-pillar-body { padding-left: 1.5rem !important; }
}

/* === HOME:当院の特徴 お口の健康手帳 特集帯 === */
.home-notebook { padding: 3.5rem 0 4rem; background: #fff; }
.hn-band {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 2.8rem;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  background: linear-gradient(135deg, #FFF5DF 0%, #FFFDF7 100%);
  border: 2px solid #FBE4AE;
  border-radius: 30px;
  padding: 2.8rem 3rem;
  box-shadow: 0 22px 46px rgba(212,161,0,0.12);
}
.hn-photo { position: relative; margin: 0; }
.hn-photo > img:first-of-type {
  width: 100%;
  border-radius: 16px;
  display: block;
  box-shadow: 0 16px 36px rgba(90,60,30,0.2);
}
.hn-photo-cover {
  position: absolute;
  bottom: -16px; left: -16px;
  width: 30%;
  border-radius: 8px;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(0,0,0,0.2);
  transform: rotate(-6deg);
}
.hn-photo-tag {
  position: absolute;
  top: 14px; right: -10px;
  background: linear-gradient(135deg, #FF9874, #FF7A4D);
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(255,122,77,0.35);
  transform: rotate(4deg);
}
.hn-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #D49A00;
  margin-bottom: 0.7rem;
}
.hn-eyebrow-mark { color: #FFB800; }
.hn-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  line-height: 1.4;
  color: #5b4a3f;
  margin: 0 0 0.9rem;
  letter-spacing: 0.02em;
}
.hn-title em { font-style: normal; color: #E8930C; }
.hn-lead {
  font-size: 0.98rem;
  line-height: 1.95;
  color: #7d6b5e;
  margin: 0 0 1.2rem;
}
.hn-lead strong { color: #D98200; font-weight: 800; }
.hn-points {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.hn-points li {
  position: relative;
  padding-left: 1.9rem;
  font-size: 0.94rem;
  line-height: 1.6;
  color: #6b5d50;
}
.hn-points li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.1em;
  width: 20px; height: 20px;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23F0A52A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5L20 6'/%3E%3C/svg%3E");
}
.hn-points li strong { color: #D98200; font-weight: 800; }
.hn-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.9rem;
  background: linear-gradient(135deg, #FFCB47 0%, #FF9874 100%);
  color: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(255,152,116,0.36);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hn-btn:hover { transform: translateY(-3px); box-shadow: 0 18px 32px rgba(255,152,116,0.46); }
.hn-btn span { transition: transform 0.3s ease; }
.hn-btn:hover span { transform: translateX(4px); }
@media (max-width: 820px) {
  .hn-band { grid-template-columns: 1fr; gap: 2.4rem; padding: 2.2rem 1.6rem; }
  .hn-photo { max-width: 420px; margin: 0 auto; }
}

/* === ビジョン:CLINIC POINT風(写真左・白背景テキスト右・情報を絞る) === */
.vs-pillars {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  gap: 0 !important;
  grid-template-columns: 1fr !important;
}
.vs-pillar {
  background: #fff !important;
  height: auto !important;
  aspect-ratio: auto !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  grid-template-columns: 1.12fr 1fr !important;
  align-items: center !important;
  gap: 3rem !important;
  overflow: visible !important;
  padding: 0 !important;
}
.vs-pillar::before { display: none !important; }
.vs-pillar-blob,
.vs-pillar-spark,
.vs-pillar-ribbon,
.vs-pillar-icon { display: none !important; }
/* 写真:左 */
.vs-pillar-photo {
  position: relative !important;
  inset: auto !important;
  margin: 0 !important;
  border-radius: 4px !important;
  aspect-ratio: 4 / 3 !important;
  box-shadow: 0 20px 44px rgba(0,0,0,0.13) !important;
  z-index: auto !important;
  overflow: hidden;
}
.vs-pillar-photo::after { display: none !important; }
.vs-pillar-photo img { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform 0.6s ease; }
/* テキスト:右(白) */
.vs-pillar-body {
  position: relative !important;
  inset: auto !important;
  top: auto !important; bottom: auto !important; left: auto !important; right: auto !important;
  width: auto !important;
  max-width: none !important;
  padding: 0 1rem 0 0 !important;
  display: block !important;
  z-index: auto !important;
}
.vs-pillar-body > * { max-width: none !important; }
/* 番号スタンプ(点線の丸) */
.vs-pillar-head {
  display: block !important;
  margin-bottom: 1.6rem !important;
}
.vs-pillar-num {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 88px; height: 88px;
  border-radius: 50%;
  border: 1.5px dotted #C7B8A6;
  color: #9C8A70 !important;
  background: none !important;
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 2.3rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  margin: 0 !important;
  position: relative;
}
.vs-pillar-num::after {
  content: "CLINIC POINT";
  position: absolute;
  bottom: -1.5rem; left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.6rem;
  letter-spacing: 0.34em;
  color: #B7A88E;
  white-space: nowrap;
}
/* 見出し(明朝・下線) */
.vs-pillar-word {
  display: inline-block !important;
  color: #3a342e !important;
  font-family: 'Noto Serif JP', serif !important;
  font-weight: 600 !important;
  font-size: clamp(1.7rem, 3vw, 2.1rem) !important;
  letter-spacing: 0.08em !important;
  line-height: 1.5 !important;
  margin: 1.6rem 0 0 !important;
  padding-bottom: 0.9rem !important;
  border-bottom: 1px solid #DED7CC;
  text-shadow: none !important;
}
.vs-pillar[data-color] .vs-pillar-word { color: #3a342e !important; }
.vs-pillar-desc {
  color: #6E6258 !important;
  font-family: 'Noto Serif JP', serif !important;
  font-size: 0.95rem !important;
  line-height: 2.05 !important;
  text-shadow: none !important;
  margin: 1.3rem 0 0 !important;
  flex: none !important;
}
.vs-pillar-desc strong,
.vs-pillar[data-color] .vs-pillar-desc strong {
  color: #6E6258 !important;
  background: none !important;
  font-weight: 600 !important;
}
.vs-pillar-arr,
.vs-pillar[data-color] .vs-pillar-arr {
  color: #A8997C !important;
  font-family: 'Noto Serif JP', serif !important;
  font-weight: 600 !important;
  margin-top: 1.5rem !important;
}
.vs-pillar:hover { transform: none !important; box-shadow: none !important; }
.vs-pillar:hover .vs-pillar-photo img { transform: scale(1.04); }
@media (max-width: 760px) {
  .vs-pillar { grid-template-columns: 1fr !important; gap: 1.6rem !important; }
  .vs-pillar-body { padding: 0 !important; }
}

/* === ビジョン:③の患者さま口コミ === */
.vs-pillar-quote {
  margin-top: 1.3rem;
  padding: 0.95rem 1.2rem;
  background: #FBF7F0;
  border-left: 3px solid #DFC9A2;
  border-radius: 0 6px 6px 0;
}
.vs-pillar-quote-stars {
  display: block;
  color: #E8B54A;
  font-size: 0.82rem;
  letter-spacing: 3px;
  margin-bottom: 0.3rem;
}
.vs-pillar-quote p {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.86rem;
  line-height: 1.85;
  color: #5b5048;
  margin: 0 0 0.4rem;
}
.vs-pillar-quote p strong { color: #BE8838; font-weight: 600; }
.vs-pillar-quote-attr {
  display: block;
  font-family: 'Noto Serif JP', serif;
  font-size: 0.76rem;
  color: #A0937F;
  letter-spacing: 0.04em;
}

/* === ビジョン:③の目立つキャッチ「1ミリの変化を、見逃しません」 === */
.vs-pillar-catch {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.24rem;
  font-weight: 600;
  color: #C85020;
  margin: 1rem 0 0 !important;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.vs-pillar-catch mark {
  background: linear-gradient(transparent 58%, #FFDCC2 58%);
  color: #B5421A;
  padding: 0 0.12em;
  font-weight: 700;
}

/* === ビジョン:②は写真右・文字左(交互レイアウト) === */
.vs-pillars .vs-pillar:nth-child(2) {
  grid-template-columns: 1fr 1.12fr !important;
}
.vs-pillars .vs-pillar:nth-child(2) .vs-pillar-photo {
  grid-column: 2 !important;
  grid-row: 1 !important;
}
.vs-pillars .vs-pillar:nth-child(2) .vs-pillar-body {
  grid-column: 1 !important;
  grid-row: 1 !important;
  padding: 0 1rem 0 0 !important;
}

/* === ビジョン:CLINIC POINTに色を加えて華やかに(3色)・大きく === */
.vs-pillar-num {
  width: 108px !important;
  height: 108px !important;
  border-width: 2px !important;
  font-size: 2.9rem !important;
  font-weight: 700 !important;
}
.vs-pillar-num::after {
  font-size: 0.66rem !important;
  bottom: -1.7rem !important;
  letter-spacing: 0.3em !important;
}
.vs-pillar-head { margin-bottom: 2.1rem !important; }
.vs-pillar-word {
  font-size: clamp(2.1rem, 4vw, 2.7rem) !important;
  font-weight: 700 !important;
  padding-bottom: 0.7rem !important;
  border-bottom-width: 2px !important;
}
/* スタンプ:数字は黒・塗りつぶしなし・点線はカラー＋回転アニメ */
.vs-pillar-num {
  color: #1a1a1a !important;
  background: none !important;
  border: none !important;
}
.vs-pillar-num::after { color: #A99A82 !important; }
.vs-pillar-num::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px dotted #C7B8A6;
  transform-origin: center;
  animation: vsPointPulse 2.4s ease-in-out infinite;
}
@keyframes vsPointPulse {
  0%, 100% { transform: scale(1); opacity: 0.85; }
  50%      { transform: scale(1.12); opacity: 0.45; }
}
.vs-pillar:hover .vs-pillar-num::before { animation-duration: 1.3s; }
.vs-pillar[data-color="pink"]  .vs-pillar-num::before { border-color: #FF8FA8 !important; }
.vs-pillar[data-color="mint"]  .vs-pillar-num::before { border-color: #4FC7A2 !important; }
.vs-pillar[data-color="coral"] .vs-pillar-num::before { border-color: #FF9A6E !important; }
/* 見出しはダークのまま、下線だけ3色のポイント使い */
.vs-pillar[data-color="pink"]  .vs-pillar-word { color: #3a342e !important; border-bottom-color: #FFB1C1 !important; }
.vs-pillar[data-color="mint"]  .vs-pillar-word { color: #3a342e !important; border-bottom-color: #8FD9C0 !important; }
.vs-pillar[data-color="coral"] .vs-pillar-word { color: #3a342e !important; border-bottom-color: #FFC1A0 !important; }

/* === ビジョン:CLINIC POINTスタンプの横に見出し(治すなど)を配置 === */
.vs-pillar-body {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  column-gap: 1.6rem !important;
  align-items: center !important;
}
.vs-pillar-head {
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin-bottom: 1.7rem !important;
}
.vs-pillar-word {
  grid-column: 2 !important;
  grid-row: 1 !important;
  margin: 0 !important;
  align-self: center !important;
}
.vs-pillar-catch,
.vs-pillar-quote,
.vs-pillar-desc,
.vs-pillar-arr,
.vs-pillar-blogs,
.vs-pillar-btns {
  grid-column: 1 / -1 !important;
}
.vs-pillar-catch { margin-top: 0.4rem !important; }
.vs-pillar-desc { margin-top: 0.8rem !important; }

/* === ビジョン:④お口の健康手帳(イエロー)＋交互レイアウト === */
.vs-pillar[data-color="yellow"] .vs-pillar-num::before { border-color: #F0C24A !important; }
.vs-pillar[data-color="yellow"] .vs-pillar-word { color: #3a342e !important; border-bottom-color: #F6DC9A !important; }
.vs-pillar[data-color="yellow"] .vs-pillar-ribbon { background: linear-gradient(135deg, #F0B429, #C98A0E) !important; }
.vs-pillar[data-color="yellow"] .vs-pillar-catch { color: #C2900F !important; }
.vs-pillar[data-color="yellow"] .vs-pillar-catch mark { background: linear-gradient(transparent 58%, #FCEFC0 58%); color: #A8780A; }
/* ③のキャッチもテーマ色に */
.vs-pillar[data-color="coral"] .vs-pillar-catch { color: #C85020 !important; }
/* 偶数番は写真右・文字左(交互) */
.vs-pillars .vs-pillar:nth-child(even) {
  grid-template-columns: 1fr 1.12fr !important;
}
.vs-pillars .vs-pillar:nth-child(even) .vs-pillar-photo {
  grid-column: 2 !important;
  grid-row: 1 !important;
}
.vs-pillars .vs-pillar:nth-child(even) .vs-pillar-body {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

/* === ビジョン:⑤小児(スカイ) === */
.vs-pillar[data-color="sky"] .vs-pillar-num::before { border-color: #7FC4E8 !important; }
.vs-pillar[data-color="sky"] .vs-pillar-word { color: #3a342e !important; border-bottom-color: #AEDBF0 !important; }
.vs-pillar[data-color="sky"] .vs-pillar-ribbon { background: linear-gradient(135deg, #4FA3C7, #2B7C9E) !important; }
.vs-pillar[data-color="sky"] .vs-pillar-catch { color: #2F86B8 !important; }
.vs-pillar[data-color="sky"] .vs-pillar-catch mark { background: linear-gradient(transparent 58%, #CBEAF7 58%); color: #1F6E9C; }

/* === ビジョン:⑥チーム医療(グリーン) === */
.vs-pillar[data-color="green"] .vs-pillar-num::before { border-color: #9CC471 !important; }
.vs-pillar[data-color="green"] .vs-pillar-word { color: #3a342e !important; border-bottom-color: #C7E0AA !important; }
.vs-pillar[data-color="green"] .vs-pillar-ribbon { background: linear-gradient(135deg, #7FB069, #4F7A2E) !important; }
.vs-pillar[data-color="green"] .vs-pillar-catch { color: #5E8C3A !important; }
.vs-pillar[data-color="green"] .vs-pillar-catch mark { background: linear-gradient(transparent 58%, #E2F0CE 58%); color: #4F7A2E; }
.vs-pillar[data-color="green"] .vs-pillar-blob { background: radial-gradient(circle, #7FB069, #C7E0AA); animation-delay: -3s; }
.vs-pillar[data-color="green"] .vs-pillar-spark { color: #9CC471; }
.vs-pillar[data-color="green"]::before { background: linear-gradient(90deg, #7FB069, #C7E0AA, #7FB069); }
.vs-pillar[data-color="green"] .vs-pillar-desc strong { color: #4F7A2E; background: linear-gradient(transparent 72%, rgba(127,176,105,0.26) 72%); }
.vs-pillar[data-color="green"] .vs-pillar-arr { color: #4F7A2E; }
.vs-pillar[data-color="green"] .arr-circle { background: #7FB069; }

/* === ビジョン:画像を左右の端まで広げる(空白をなくす) === */
.vs-pillars {
  max-width: none !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  gap: 0 !important;
}
.vs-pillar {
  grid-template-columns: 460px 1fr !important;
  gap: 0 !important;
  align-items: stretch !important;
  min-height: 460px;
}
.vs-pillars .vs-pillar:nth-child(even) {
  grid-template-columns: 1fr 460px !important;
}
.vs-pillar-photo {
  aspect-ratio: auto !important;
  height: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  grid-row: 1 !important;
}
.vs-pillar-body {
  align-content: start !important;
}
/* 奇数:写真左・文字右 */
.vs-pillars .vs-pillar:nth-child(odd) .vs-pillar-photo { grid-column: 1 !important; }
.vs-pillars .vs-pillar:nth-child(odd) .vs-pillar-body {
  grid-column: 2 !important;
  padding: 2.6rem clamp(2rem, calc(50vw - 540px), 12rem) 2.6rem 3.4rem !important;
}
/* 偶数:写真右・文字左 */
.vs-pillars .vs-pillar:nth-child(even) .vs-pillar-photo { grid-column: 2 !important; }
.vs-pillars .vs-pillar:nth-child(even) .vs-pillar-body {
  grid-column: 1 !important;
  padding: 2.6rem 3.4rem 2.6rem clamp(1.5rem, 4vw, 4rem) !important;
}
@media (max-width: 760px) {
  .vs-pillar { grid-template-columns: 1fr !important; min-height: 0; }
  .vs-pillar-photo { height: 240px !important; grid-row: 1 !important; grid-column: 1 / -1 !important; }
  .vs-pillar-body { grid-column: 1 / -1 !important; padding: 1.6rem 1.5rem !important; }
}
/* ①③⑥は文章量が多く縦長になるため写真を他と同じ正方形(460px)に固定 */
.vs-pillars .vs-pillar:nth-child(1) .vs-pillar-photo,
.vs-pillars .vs-pillar:nth-child(3) .vs-pillar-photo,
.vs-pillars .vs-pillar:nth-child(6) .vs-pillar-photo {
  height: 460px !important;
  align-self: center !important;
}

/* ①治療力:診療メニューへのボタン3つ */
.vs-pillar-btns {
  display: grid;
  grid-template-columns: repeat(3, 220px);
  gap: 0.8rem;
  margin-top: 1.5rem;
}
@media (max-width: 600px) {
  .vs-pillar-btns { grid-template-columns: repeat(2, 1fr); }
}
.vs-pillar-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 220px;
  box-sizing: border-box;
  padding: 0.85rem 0.85rem 0.85rem 1.5rem;
  border: 1px solid #CBC7C1;
  border-radius: 4px;
  background: linear-gradient(135deg, #FFFFFF 0%, #F1EFEC 46%, #DEDAD4 100%);
  color: #46423D;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 5px 14px rgba(90,80,70,0.14);
  transition: color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .25s ease;
}
/* ホバー時に左からふわっと差し込む、ほんのり温かいシャイン */
.vs-pillar-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #FBF6E9 0%, #F1ECE2 55%, #E6E1DB 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
  z-index: 0;
}
.vs-pillar-btn > * { position: relative; z-index: 1; }
.vs-btn-label { transition: transform .25s ease; }
/* 矢印は丸いピンクのバッジに(押したくなる差し色) */
.vs-pillar-btn .vs-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F2DDA0 0%, #DCBE6E 45%, #C2A24C 100%);
  color: #fff;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 3px 8px rgba(170,135,55,0.45);
  transition: transform .3s ease, box-shadow .3s ease;
}
.vs-pillar-btn:hover {
  color: #2E2A26;
  border-color: #DCBE6E;
  transform: translateY(-3px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 12px 24px rgba(150,120,60,0.24);
}
.vs-pillar-btn:hover::before { transform: scaleX(1); }
.vs-pillar-btn:hover .vs-btn-label { transform: translateX(2px); }
.vs-pillar-btn:hover .vs-btn-arrow {
  transform: scale(1.12) rotate(-6deg);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55), 0 5px 14px rgba(170,135,55,0.6);
}
.vs-pillar-btn:active { transform: translateY(-1px) scale(0.99); }

/* === ビジョン:フルブリードのためoverflow解除 === */
.vision-section { overflow: visible !important; }
.vision-section .section-inner { overflow: visible !important; max-width: 1180px; }

/* === 大タイトルは明朝体・説明文は丸ゴシック(現行)のまま === */
.td-hero-title,
.td-head-title,
.prev2-h2,
.page-hero-title,
.section-h2 {
  font-family: 'Noto Serif JP', serif !important;
  font-weight: 600 !important;
}

/* === ビジョン:手描き風ワンポイント(直線カラー下線＋線画きらめき) === */
.vs-pillar-word { position: relative !important; }
/* きらめき:小さめ・薄いグレーの線画(角のある直線スター) */
.vs-pillar-word::after {
  content: "";
  position: absolute;
  top: -0.65em; right: -1.05em;
  width: 44px; height: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23CFC8BD' stroke-width='5' stroke-linejoin='miter' stroke-linecap='butt'%3E%3Cpath d='M50 5 L58 42 L95 50 L58 58 L50 95 L42 58 L5 50 L42 42 Z'/%3E%3Cpath d='M85 11 L88 22 L99 25 L88 28 L85 39 L82 28 L71 25 L82 22 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
  animation: vsTwinkle 3s ease-in-out infinite;
}
@keyframes vsTwinkle {
  0%, 100% { opacity: 0.45; transform: scale(0.9) rotate(-5deg); }
  50%      { opacity: 0.9;  transform: scale(1.05) rotate(5deg); }
}
/* 説明文の前に手描き風の小さな点線アクセント */
.vs-pillar-desc::before {
  content: "";
  display: block;
  width: 34px;
  height: 0;
  margin: 0 0 0.7rem;
  border-top: 2px dotted #D9CFc4;
  opacity: 0.8;
}

/* === ⑥チーム医療 本文内:ドクターブログバナー(理事長・院長) === */
.vs-pillar-blogs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.6rem;
  max-width: 720px !important;
}
.vs-pillar-arr--link {
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center;
}
.vs-blog-banner {
  display: block;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(40,70,110,0.16);
  transition: transform .35s ease, box-shadow .35s ease;
}
.vs-blog-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(40,70,110,0.26);
}
.vs-blog-banner:focus-visible {
  outline: 3px solid #4A95B8;
  outline-offset: 3px;
}
.vs-blog-banner img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 760px) {
  .vs-blog-banners {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    margin-top: 2.4rem;
  }
}

/* === ビジョン:6枚のポイントカラーをゴールドに統一 === */
.vs-pillars .vs-pillar[data-color] .vs-pillar-num::before {
  border: none !important;
  background: conic-gradient(from 0deg, #FF8FA3, #FFC46B, #FFE66B, #8FD9A0, #7FC4E8, #C9A0F0, #FF8FA3) !important;
  -webkit-mask:
    radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px)),
    repeating-conic-gradient(#000 0 7deg, transparent 7deg 13deg);
  -webkit-mask-composite: source-in;
          mask:
    radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px)),
    repeating-conic-gradient(#000 0 7deg, transparent 7deg 13deg);
          mask-composite: intersect;
}
.vs-pillars .vs-pillar[data-color] .vs-pillar-word { border-bottom-color: #E6CE88 !important; }
.vs-pillars .vs-pillar[data-color] .vs-pillar-ribbon { background: linear-gradient(135deg, #DCBE6E, #B08A30) !important; }
.vs-pillars .vs-pillar[data-color] .vs-pillar-catch { color: #3a342e !important; }
.vs-pillars .vs-pillar[data-color] .vs-pillar-catch mark {
  color: #3a342e !important;
  background: linear-gradient(90deg, #FFD3DC 0%, #FFE6C7 22%, #FFF5C9 42%, #D4EEDB 62%, #D2EAF6 82%, #E6D8F8 100%) !important;
  background-size: 100% 42% !important;
  background-position: 0 92% !important;
  background-repeat: no-repeat !important;
}
.vs-pillars .vs-pillar[data-color] .vs-pillar-blob { background: radial-gradient(circle, #DCBE6E, #F2DDA0) !important; }
.vs-pillars .vs-pillar[data-color] .vs-pillar-spark { color: #DCBE6E !important; }
.vs-pillars .vs-pillar[data-color]::before { background: linear-gradient(90deg, #DCBE6E, #F2DDA0, #DCBE6E) !important; }
.vs-pillars .vs-pillar[data-color] .vs-pillar-desc strong {
  color: #3a342e !important;
  background: linear-gradient(90deg, #FFD3DC 0%, #FFE6C7 22%, #FFF5C9 42%, #D4EEDB 62%, #D2EAF6 82%, #E6D8F8 100%) !important;
  background-size: 100% 32% !important;
  background-position: 0 100% !important;
  background-repeat: no-repeat !important;
}
.vs-pillars .vs-pillar[data-color] .vs-pillar-arr { color: #A8842E !important; }
.vs-pillars .vs-pillar[data-color] .arr-circle { background: linear-gradient(135deg, #DCBE6E, #C2A24C) !important; }
.vs-pillars .vs-pillar[data-color]:hover {
  border-color: rgba(201,162,74,0.5) !important;
  box-shadow: 0 34px 64px rgba(201,162,74,0.18), 0 12px 24px rgba(0,0,0,0.06) !important;
}

/* === ⑥チーム医療:写真だけ他より大きく === */
.vs-pillars .vs-pillar:nth-child(6) { grid-template-columns: 1fr 560px !important; }
.vs-pillars .vs-pillar:nth-child(6) .vs-pillar-photo { height: 560px !important; align-self: center !important; }

/* === ビジョン:ボタンホバーで白＆ゴールドのキラキラが動く === */
@keyframes vsSparkleMove {
  0%   { opacity: .15; transform: translateY(3px) scale(.82); }
  45%  { opacity: 1;   transform: translateY(-2px) scale(1.06); }
  70%  { opacity: .7;  transform: translateY(0) scale(.96); }
  100% { opacity: .15; transform: translateY(3px) scale(.82); }
}
/* ①の治療メニューボタン */
.vs-pillar-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background-image:
    radial-gradient(circle at 18% 32%, #ffffff 0, #ffffff 1.6px, transparent 2.6px),
    radial-gradient(circle at 60% 20%, #F2DD9C 0, #F2DD9C 2px, transparent 3px),
    radial-gradient(circle at 82% 66%, #ffffff 0, #ffffff 1.3px, transparent 2.2px),
    radial-gradient(circle at 38% 74%, #DCBE6E 0, #DCBE6E 1.7px, transparent 2.7px),
    radial-gradient(circle at 92% 38%, #ffffff 0, #ffffff 1.2px, transparent 2px),
    radial-gradient(circle at 47% 46%, #F2DD9C 0, #F2DD9C 1.4px, transparent 2.2px);
  transition: opacity .2s ease;
}
.vs-pillar-btn:hover::after {
  opacity: 1;
  animation: vsSparkleMove 1.15s ease-in-out infinite;
}
/* 詳しく見るボタン(カードをホバーした時) */
.vs-pillar-arr { position: relative; }
.vs-pillar-arr::after {
  content: "";
  position: absolute;
  inset: -10px -22px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background-image:
    radial-gradient(circle at 12% 30%, #ffffff 0, #ffffff 1.5px, transparent 2.4px),
    radial-gradient(circle at 55% 18%, #F2DD9C 0, #F2DD9C 1.8px, transparent 2.8px),
    radial-gradient(circle at 78% 72%, #ffffff 0, #ffffff 1.3px, transparent 2.1px),
    radial-gradient(circle at 90% 40%, #DCBE6E 0, #DCBE6E 1.6px, transparent 2.5px);
  transition: opacity .2s ease;
}
.vs-pillar:hover .vs-pillar-arr::after {
  opacity: 1;
  animation: vsSparkleMove 1.15s ease-in-out infinite;
}

/* === ビジョン:写真がスクロールで横から出てくる === */
.vs-pillars .vs-pillar-photo { overflow: hidden !important; }
@keyframes vsPhotoSlideLeft {
  from { opacity: 0; transform: translateX(-24%); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes vsPhotoSlideRight {
  from { opacity: 0; transform: translateX(24%); }
  to   { opacity: 1; transform: translateX(0); }
}
@supports (animation-timeline: view()) {
  .vs-pillars .vs-pillar .vs-pillar-photo {
    animation: vsPhotoSlideLeft linear both;
    animation-timeline: view();
    animation-range: entry 4% cover 34%;
    will-change: transform, opacity;
  }
  .vs-pillars .vs-pillar:nth-child(even) .vs-pillar-photo {
    animation-name: vsPhotoSlideRight;
  }
}

/* === お知らせ:エディトリアル調(明朝体＋ゴールド)に刷新 === */
.news-section-top {
  padding: 4.5rem 0 !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFAF6 100%) !important;
}
.news-section-top .news-block { padding: 0 !important; max-width: 820px; margin: 0 auto; }
.news-head-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.4rem;
}
.news-eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  color: #C2A24C;
  margin: 0 0 0.35rem;
  text-indent: 0.34em;
}
.news-section-top .section-h2-sm {
  font-family: 'Noto Serif JP', serif !important;
  font-weight: 600 !important;
  font-size: 1.72rem !important;
  color: #2E2A26 !important;
  letter-spacing: 0.1em !important;
  margin: 0 !important;
}
.news-head-line {
  display: block;
  width: 46px; height: 2px;
  margin-top: 1rem;
  background: linear-gradient(90deg, #E6CE88, #C2A24C);
}
/* 一覧:ヘアラインで仕切るマガジン風 */
.news-section-top #news-list {
  gap: 0 !important;
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid #ECE7DC;
}
.news-section-top .news-card {
  display: flex !important;
  align-items: center;
  gap: 1.6rem;
  padding: 1.25rem 0.5rem !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #ECE7DC !important;
  border-radius: 0 !important;
  transition: background .3s ease, padding .3s ease !important;
}
.news-section-top .news-card:hover {
  transform: none !important;
  background: #FBF6EA !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.news-section-top .news-card-meta { flex-shrink: 0; width: 7rem; }
.news-section-top .news-date {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #B08A30;
}
.news-section-top .news-divider { display: none !important; }
.news-section-top .news-card-text {
  flex: 1;
  font-family: 'Noto Serif JP', serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #3a342e;
}
.news-section-top .news-card-text a { color: #3a342e; text-decoration: none; transition: color .3s ease; }
/* お知らせ本文のコロン直後の改行：PCでは無効、モバイルのみ有効 */
.news-break { display: none; }
@media (max-width: 768px) {
  .news-break { display: inline; }
}
.news-section-top .news-card:hover .news-card-text,
.news-section-top .news-card:hover .news-card-text a { color: #A8842E; }
.news-section-top .news-card::after {
  content: "→";
  flex-shrink: 0;
  color: #C2A24C;
  font-size: 1rem;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .3s ease, transform .3s ease;
}
.news-section-top .news-card:hover::after { opacity: 1; transform: translateX(0); }
@media (max-width: 600px) {
  .news-section-top .news-card { flex-wrap: wrap; gap: 0.35rem 1rem; }
  .news-section-top .news-card-meta { width: auto; }
  .news-section-top .news-card::after { display: none; }
}


/* ==========================================================
   モバイルはみ出し修正 (2026-06-10)
   - CLINIC POINT: nth-child交互レイアウトがメディアクエリに勝って
     2カラムのまま845pxに広がっていたのを、同等以上の詳細度で1カラム化
   - 固定ヘッダー: ナビ・電話・予約が画面外に出ていたのを
     2段組(ロゴ+CTA / 横スクロールタブ)に変更
   - お口の気になるメニュー: .ob-text の nowrap が折り返しを妨げ
     カードが右に14pxはみ出していたのを解消
   ========================================================== */

/* --- 1) CLINIC POINT (.vs-pillar) を760px以下で確実に1カラム化 --- */
@media (max-width: 760px) {
  /* minmax(0,1fr): 画像(高さ240px×縦横比=幅360px)のmin-contentが
     automatic minimum としてトラックを375px超に押し広げるのを防ぐ */
  .vs-pillars {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .vs-pillars .vs-pillar:nth-child(n) {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !important;
    min-width: 0 !important;
  }
  .vs-pillars .vs-pillar:nth-child(n) > * {
    min-width: 0;
  }
  .vs-pillars .vs-pillar:nth-child(n) .vs-pillar-photo {
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    height: 240px !important;
    align-self: stretch !important;
  }
  .vs-pillars .vs-pillar:nth-child(n) .vs-pillar-body {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    padding: 1.6rem 1.25rem 2rem !important;
  }
  .vs-pillars .vs-pillar:nth-child(n) .vs-pillar-btns {
    grid-template-columns: minmax(0, 1fr);
  }
  .vs-pillars .vs-pillar:nth-child(n) .vs-pillar-btn {
    width: 100%;
  }
}

/* --- 2) 固定ヘッダー: 1280px以下で2段組+タブ横スクロール --- */
@media (max-width: 1280px) {
  .fresh-layout .app-header.fixed-nav { height: auto; }
  .app-header .app-header-inner {
    height: auto;
    flex-wrap: wrap;
    gap: 0 8px;
    padding: 8px 12px 0;
  }
  .app-header .snav-tabs {
    order: 3;
    flex: 1 0 100%;
    min-width: 0;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .app-header .snav-tabs::-webkit-scrollbar { display: none; }
  .app-header .snav-tab { height: 56px; padding: 0 16px; flex-shrink: 0; }
  .app-header .snav-tab.active::after { left: 12px; right: 12px; }
}
@media (max-width: 600px) {
  /* 1行目にロゴ+電話+予約+メニューが収まるサイズに圧縮 */
  .app-header .app-header-inner { padding: 6px 8px 0; gap: 0 4px; }
  .app-header .app-logo { gap: 0; }
  /* .fresh-layout側の 17px !important に勝つため !important 指定 */
  .app-header .app-logo .logo-name { font-size: 0.85rem !important; letter-spacing: 0.02em !important; }
  .app-header .app-logo .logo-sub { display: none; }
  .app-header .snav-right { gap: 5px; }
  .app-header .snav-tel-text { display: none; }
  /* 電話ボタン: 白の透かし(フロストガラス)風 */
  .app-header .snav-tel svg {
    width: 18px; height: 18px;
    padding: 10px;
    background: rgba(255,255,255,0.55);
    color: #38332E;
    border: 1px solid rgba(56,51,46,0.18);
    box-shadow: 0 4px 12px rgba(56,51,46,0.12);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }
  .app-header .snav-resv {
    padding: 9px 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    white-space: nowrap;
    gap: 5px;
    background: linear-gradient(135deg, #E8758F 0%, #D14E72 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(209,78,114,0.3);
  }
  /* メニューボタン: サンド地+墨色アイコンで電話・予約と同じトーンに */
  .app-header .snav-info {
    width: 40px;
    height: 40px;
    margin-left: 0;
    background: #FAF7F1;
    border: 1px solid rgba(56,51,46,0.18);
    color: #38332E;
    box-shadow: 0 3px 10px rgba(56,51,46,0.12);
  }
  .app-header .snav-info svg { width: 17px; height: 17px; }
  .app-header .snav-tab { height: 46px; padding: 0 11px; gap: 2px; }
  .app-header .snav-tab-en { font-size: 9px; }
  .app-header .snav-tab-ja { font-size: 12.5px; }
  .snav-info-panel { right: 8px; }
}

/* --- 3) お口の気になるメニュー: カードのはみ出し解消 --- */
@media (max-width: 768px) {
  .worry-orbit { grid-template-columns: minmax(0, 1fr); }
  .worry-orbit .ob-text {
    white-space: normal;
    padding-right: 2.4rem;
  }
}

/* --- 4) HERO: ロゴと電話番号の重なり解消
       (右上の電話をロゴより下の行へ移動し、ひとまわりコンパクトに) --- */
@media (max-width: 540px) {
  /* スマホは画面下部固定バーに電話があるため、HEROの電話ピルは非表示 */
  .right-overlay { display: none; }
}

/* --- 5) モバイル用 画面下部固定CTAバー(電話・WEB予約) --- */
.mobile-cta-bar { display: none; }
@media (max-width: 600px) {
  .mobile-cta-bar {
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 200;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(255,255,255,0.96);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid #ECECE5;
    box-shadow: 0 -4px 18px rgba(0,0,0,0.08);
  }
  .mcta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    padding: 13px 6px;
    border-radius: 999px;
    text-decoration: none;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .mcta svg { width: 17px; height: 17px; flex-shrink: 0; }
  /* 電話・WEB予約ボタン: メニューボタンと同じ 白地×淡ゴールド枠×ゴールド文字 */
  .mcta-tel {
    background: #fff;
    color: #B0904E;
    border: 1.3px solid #D9B86A;
    box-shadow: 0 6px 16px rgba(180,150,90,0.16);
  }
  .mcta-tel svg { color: #C0A058; }
  .mcta-resv {
    background: #fff;
    color: #B0904E;
    border: 1.3px solid #D9B86A;
    box-shadow: 0 6px 16px rgba(180,150,90,0.16);
  }
  .mcta-resv svg { color: #C0A058; }
  /* バーの背後に隠れないよう、ページ最下部に余白を確保 */
  body.fresh-layout { padding-bottom: 72px; }
}

/* --- 6) スクロール出現アニメーションの初期transform(translateX)が
       画面外に作る横スクロールを抑止 --- */
@media (max-width: 768px) {
  /* html にもクリップを付けないと表示幅(ICB)が装飾のはみ出し分だけ膨張し、
     固定ヘッダーのメニューパネル等が画面外に押し出されてしまうため両方に指定 */
  html, body {
    overflow-x: hidden;
    overflow-x: clip;
  }
}

/* ==========================================================
   モバイル・タイポグラフィ調整 (2026-06-10)
   文字サイズと改行位置をスマホで読みやすく
   ========================================================== */
@media (max-width: 600px) {
  /* ビジョン導入文: PC用の強制<br>を解除して自然に折り返す
     (「寄り添/い続けます」のような語中改行を防ぐ) */
  .vs-sub {
    font-size: 14px;
    line-height: 2.05;
    padding: 0 6px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .vs-sub br { display: none; }

  /* セクション大見出しをスマホ向けサイズに */
  .vs-title { font-size: 30px; letter-spacing: 0.08em; }

  /* お悩みカード: 句読点以外で改行しない(「明る/く」対策) */
  .ob-text {
    word-break: keep-all;
    overflow-wrap: anywhere;
    line-height: 1.55;
  }

  /* リード文も語中改行を避けて読みやすく */
  .fv-firsttime-note,
  .menu-section .section-lead {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  /* CLINIC POINT 本文: 行間にゆとりを持たせる */
  .vs-pillar-desc {
    font-size: 14.5px !important;
    line-height: 2 !important;
  }

  /* 強調語(マーカー付き)は語の途中で改行させず塊で折り返す */
  .vs-pillar-desc strong,
  .vs-sub strong,
  .vs-pillar-catch mark {
    display: inline-block;
  }
}

/* ==========================================================
   CLINIC POINT 見出し・本文のスマホ最適化 (2026-06-10)
   ========================================================== */
@media (max-width: 760px) {
  /* 見出し: ナンバリング円の横ではなく独立した行に置き、
     サイズを抑えて HTML の <br> どおり2行で収める
     (「お口の不/安を/安心へ」のような語中改行を解消) */
  .vs-pillar-word {
    display: block !important;
    width: auto !important;
    font-size: 22px !important;
    line-height: 1.65 !important;
    letter-spacing: 0.07em !important;
    margin: 1.1rem 0 0 !important;
    padding-bottom: 0.7rem !important;
    word-break: keep-all;
  }
  /* 本文: 句読点単位で折り返す(文節まるごと改行) */
  .vs-pillar-desc {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  /* キャッチコピーも文節単位で折り返し、スマホ向けサイズに */
  .vs-pillars .vs-pillar:nth-child(n) .vs-pillar-catch {
    font-size: 1.35rem !important;
    line-height: 1.75 !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

/* ==========================================================
   CLINIC POINT: モバイルは「タイトル → 写真 → 本文」の順 (2026-06-10)
   .vs-pillar-body を display:contents にして中身をグリッド直下に展開し、
   order で 番号+見出し → 写真 → 本文・ボタン の順に並べ替える
   ========================================================== */
@media (max-width: 760px) {
  .vs-pillars .vs-pillar:nth-child(n) {
    padding-bottom: 1.9rem !important;
  }
  .vs-pillars .vs-pillar:nth-child(n) .vs-pillar-body {
    display: contents !important;
  }
  /* body直下の要素は写真(order:3)の後ろへ。左右の余白はbodyの代わりに各要素へ */
  .vs-pillars .vs-pillar:nth-child(n) .vs-pillar-body > * {
    order: 4;
    min-width: 0;
    /* 旧デスクトップ用の grid-column:2 / grid-row:1 を無効化して1カラムに */
    grid-column: 1 !important;
    grid-row: auto !important;
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .vs-pillars .vs-pillar:nth-child(n) .vs-pillar-head {
    order: 1;
    margin-top: 1.5rem !important;
  }
  .vs-pillars .vs-pillar:nth-child(n) .vs-pillar-word {
    order: 2;
  }
  .vs-pillars .vs-pillar:nth-child(n) .vs-pillar-photo {
    order: 3;
    grid-row: auto !important;
    grid-column: 1 !important;
    margin: 0.4rem 0 1.1rem !important;
  }
}

/* ==========================================================
   モバイルメニュー (2026-06-10)
   スマホはタブ列をやめ、≡ボタンのパネルに
   メインメニュー(2列)+ CLINIC INFO をまとめる
   ========================================================== */
/* PCではタブがあるためメインメニューは非表示 */
.snav-mnav { display: none; }

@media (max-width: 600px) {
  /* タブ列を非表示にしてヘッダーを1行に
     (≡メニューボタンがあるページのみ。無いページは従来のタブを維持) */
  .app-header:has(#snav-info-toggle) .snav-tabs { display: none; }
  .app-header:has(#snav-info-toggle) .app-header-inner { padding: 8px; }

  /* パネルを画面幅いっぱいのシートに */
  .snav-info-panel {
    position: fixed;
    top: 64px;
    left: 8px;
    right: 8px;
    width: auto;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 20px;
    border: 1px solid #EEE6DA;
    box-shadow: 0 24px 56px rgba(56,51,46,0.18), 0 8px 20px rgba(0,0,0,0.08);
    padding: 16px 14px 14px;
    transform-origin: top right;
  }

  /* メインメニュー: 2列グリッドの大きめタップ領域 */
  .snav-mnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
  }
  .snav-mnav-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 13px 14px;
    border-radius: 13px;
    background: #FAF7F1;
    border: 1px solid #EFE8DC;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  .snav-mnav-item b {
    font-family: 'Noto Serif JP', serif;
    font-size: 14.5px;
    font-weight: 600;
    color: #38332E;
    letter-spacing: 0.06em;
  }
  .snav-mnav-item em {
    font-style: normal;
    font-family: 'Cormorant Garamond', serif;
    font-size: 9.5px;
    letter-spacing: 0.2em;
    color: #B49452;
  }
  /* 現在ページは墨色で反転 */
  .snav-mnav-item.is-current {
    background: #38332E;
    border-color: #38332E;
  }
  .snav-mnav-item.is-current b { color: #F7F3EC; }
  .snav-mnav-item.is-current em { color: #D9B86A; }
}

/* === ②予防歯科:大きい「当院の予防歯科」ボタン + 同サイズ3つ === */
.vs-pillar-btn--big {
  grid-column: 1 / -1;
  width: 100%;
  padding: 1.25rem 1.3rem 1.25rem 2rem;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  border-radius: 6px;
}
.vs-pillar-btn--big .vs-btn-arrow { width: 42px; height: 42px; font-size: 1.3rem; }

/* === ①治療力:6ボタンの下「その他の診療項目はこちら」横長ボタン === */
.vs-pillar-btn--wide {
  grid-column: 1 / -1;
  width: 100%;
  justify-content: center;
  gap: 0.9rem;
  font-size: 1.12rem;
  padding: 1rem 1.5rem;
  margin-top: 0.4rem;
}

/* === ⑤小児:キッズスペース完備バッジ === */
.vs-kids-badge { position:absolute; top:14px; left:14px; z-index:6; display:inline-flex; align-items:center; gap:0.4rem; background:linear-gradient(95deg,#FF9DB0 0%,#FFC46B 24%,#FFE873 42%,#8FD9A0 60%,#7FC4E8 80%,#C9A0F0 100%); color:#fff; font-family:'M PLUS Rounded 1c','Noto Serif JP',sans-serif; font-size:0.78rem; font-weight:800; letter-spacing:0.02em; padding:0.42rem 0.95rem; border-radius:999px; border:2px solid rgba(255,255,255,0.92); box-shadow:0 8px 20px rgba(150,110,160,0.32); text-shadow:0 1px 2px rgba(120,90,110,0.28); animation:vsKidsFloat 2.8s ease-in-out infinite; }
.vs-kids-badge svg { width:15px; height:15px; color:#fff; filter:drop-shadow(0 1px 1px rgba(120,90,110,0.3)); animation:vsKidsSpin 4s ease-in-out infinite; }
@keyframes vsKidsFloat { 0%,100%{ transform:translateY(0); } 50%{ transform:translateY(-3px); } }
@keyframes vsKidsSpin { 0%,100%{ transform:rotate(-12deg) scale(1); } 50%{ transform:rotate(12deg) scale(1.12); } }

/* ==========================================================
   スマホ: .snav 系ヘッダーのコンパクト化 (2026-06-11)
   (prevention-v2 など app-header を使わないページ用。
    レイアウト変更は ≡ メニューを持つページのみ、
    ボタン配色は全 .snav ページ共通で墨色×ローズに)
   ========================================================== */
@media (max-width: 600px) {
  .snav:has(#snav-info-toggle) {
    height: 58px;
    padding: 0 8px 0 12px;
  }
  body.has-snav:has(#snav-info-toggle) { padding-top: 58px !important; }
  .snav:has(#snav-info-toggle) .snav-tabs { display: none; }
  .snav:has(#snav-info-toggle) .snav-logo-t { font-size: 13px; letter-spacing: 0.06em; }
  .snav:has(#snav-info-toggle) .snav-logo-s { font-size: 8px; letter-spacing: 0.16em; margin-top: 1px; }

  .snav .snav-right { gap: 5px; }
  .snav .snav-tel-text { display: none; }
  .snav .snav-tel svg {
    width: 18px; height: 18px;
    padding: 10px;
    background: #38332E;
    color: #F7F3EC;
    border: 1px solid rgba(201,162,75,0.65);
    box-shadow: 0 4px 12px rgba(56,51,46,0.28);
  }
  .snav .snav-resv {
    padding: 9px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    white-space: nowrap;
    background: linear-gradient(135deg, #E8758F 0%, #D14E72 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(209,78,114,0.3);
  }
  .snav .snav-info {
    width: 40px;
    height: 40px;
    margin-left: 0;
    background: #FAF7F1;
    border: 1px solid rgba(56,51,46,0.18);
    color: #38332E;
    box-shadow: 0 3px 10px rgba(56,51,46,0.12);
  }
  .snav .snav-info svg { width: 17px; height: 17px; }
}

/* 初診:症状コールアウトの文字を黒に */
.fv-callout-symptoms strong { color:#1f1d1b !important; }
.fv-callout-symptoms .fv-symptoms-lead { color:#1f1d1b !important; }
.fv-callout-symptoms .fv-symptoms-grid li { color:#1f1d1b !important; }

/* 初診:症状コールアウトの枠・アイコンをゴールドに */
.fv-callout-symptoms { border-color:#D9B96A !important; box-shadow:0 14px 30px rgba(200,165,90,0.18) !important; }
.fv-callout-symptoms .fv-callout-icon { color:#C2A05A; background:#FBF5E6; }
.fv-callout-symptoms .fv-symptoms-lead { border-top-color:rgba(201,168,94,0.5) !important; }
.fv-callout-symptoms .fv-symptoms-grid li { border-color:#EBDCB6 !important; }
.fv-callout-symptoms .fv-symptoms-grid li:hover { border-color:#C9A86E !important; box-shadow:0 10px 20px rgba(200,165,90,0.22) !important; }
.fv-callout-symptoms .fv-sym-icon { color:#C2A05A; background:#FBF5E6; }

/* 吹き出し:ゴールド版(VOICE/絵文字は削除済み) */
.fv-quote-bubble--gold { border-color:#D9B96A !important; box-shadow:0 18px 36px rgba(200,165,90,0.22), 0 6px 14px rgba(0,0,0,0.06) !important; }
.fv-quote-bubble--gold::before { border-right-color:#D9B96A !important; border-bottom-color:#D9B96A !important; box-shadow:4px 4px 8px rgba(200,165,90,0.15) !important; }
.fv-quote-bubble--gold p strong { color:#3a342e; }

/* ==========================================================
   PC: クリック・ホバー演出 (2026-06-11)
   波紋(リップル)+押し込み+ホバーの磨き込み
   ========================================================== */
/* キーボード操作時のフォーカスリング(全デバイス) */
:focus-visible {
  outline: 2px solid rgba(201,162,75,0.85);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (hover: hover) and (pointer: fine) {
  /* リップルの受け皿 */
  .snav-resv, .snav-info, .snav-mnav-item, .snav-info-item, .mcta,
  .prev2-cta-btn, .vs-pillar-btn, .vs-pillar-arr, .app-header-cta,
  .menu-more, .link-more {
    position: relative;
    overflow: hidden;
  }
  .ui-ripple {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle,
      rgba(255,255,255,0.5) 0%,
      rgba(255,255,255,0.22) 40%,
      transparent 70%);
    transform: scale(0);
    animation: uiRipple 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
    z-index: 1;
  }
  .ui-ripple--gold {
    background: radial-gradient(circle,
      rgba(201,162,75,0.32) 0%,
      rgba(201,162,75,0.15) 40%,
      transparent 70%);
  }
  @keyframes uiRipple {
    to { transform: scale(1); opacity: 0; }
  }

  /* 押し込みフィードバック */
  .snav-resv:active, .snav-info:active, .snav-mnav-item:active,
  .snav-info-item:active, .mcta:active, .prev2-cta-btn:active,
  .vs-pillar-btn:active, .app-header-cta:active, .orbit-bubble:active {
    transform: translateY(1px) scale(0.98) !important;
    transition: transform 0.08s ease !important;
  }

  /* ホバーの磨き込み: ふわっと持ち上がり+わずかに明るく */
  .snav-resv, .mcta, .prev2-cta-btn {
    transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
  }
  .snav-resv:hover, .mcta:hover, .prev2-cta-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05) saturate(1.04);
  }
  /* メニューボタンは墨色に反転 */
  .snav-info { transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease; }
  .snav-info:hover {
    background: #38332E;
    color: #F7F3EC;
    border-color: #38332E;
  }
}

/* 動きを抑えたい設定のユーザーには演出を無効化 */
@media (prefers-reduced-motion: reduce) {
  .ui-ripple { display: none; }
}

/* ============ ORAL FUTURE MAP (お口の気になる) ============ */
.ofm-section { background:#fff; padding:clamp(3rem,6vw,5rem) clamp(1.2rem,4vw,3.5rem); position:relative; overflow:hidden; }
.ofm-head { max-width:760px; margin:0 auto clamp(1.5rem,3vw,2.5rem); text-align:center; }
.ofm-head-link { margin-top:1rem; }
.ofm-map { margin-left:auto; margin-right:auto; max-width:1240px; }
.ofm-eyebrow { font-family:'Cormorant Garamond',serif; letter-spacing:0.24em; font-size:0.9rem; color:#9a8f7d; font-weight:600; margin:0 0 1.1rem; }
.ofm-title { font-family:'Noto Serif JP',serif; font-weight:600; font-size:clamp(2.3rem,4vw,3.2rem); line-height:1.5; color:#3a342e; margin:0 0 1.3rem; letter-spacing:0.03em; }
.ofm-title em { font-style:normal; color:#5FB48A; }
.ofm-title::after { content:''; display:block; width:88px; height:1px; background:#D8CDBB; margin:1.2rem auto 0; }
.ofm-lead { font-size:0.95rem; line-height:2; color:#6b6258; margin:0 0 1.8rem; }
.ofm-intro-note { background:#fff; border:1px solid #ECE3D4; border-radius:14px; padding:1.2rem 1.4rem; box-shadow:0 10px 26px rgba(170,150,110,0.10); }
.ofm-note-txt { font-family:'Noto Serif JP',serif; font-size:0.98rem; color:#4a4034; margin:0 0 0.7rem; line-height:1.7; }
.ofm-note-link { color:#C2A05A; font-weight:600; font-size:0.92rem; text-decoration:none; display:inline-block; }
.ofm-note-link span { display:inline-block; transition:transform .2s; }
.ofm-note-link:hover span { transform:translateX(4px); }

.ofm-map { position:relative; min-height:920px; }
.ofm-tree { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); height:auto; width:120%; max-width:none; z-index:0; pointer-events:none; }
.ofm-center { position:absolute; top:48%; left:50%; transform:translate(-50%,-50%); z-index:3; width:202px; height:202px; border-radius:50%; background:rgba(255,255,255,0.74); -webkit-backdrop-filter:blur(2px); backdrop-filter:blur(2px); box-shadow:0 6px 30px rgba(150,150,110,0.12); display:flex; flex-direction:column; align-items:center; justify-content:center; text-decoration:none; text-align:center; padding:1rem; }
.ofm-center svg { width:24px; height:24px; color:#7FB36B; margin-bottom:0.4rem; }
.ofm-center b { font-family:'Noto Serif JP',serif; font-size:1.18rem; color:#4a4034; font-weight:600; line-height:1.55; }
.ofm-center em { font-family:'Noto Serif JP',serif; font-style:normal; font-size:0.72rem; letter-spacing:0.03em; color:#8a8073; margin-top:0.5rem; padding-top:0.5rem; line-height:1.6; border-top:1px dotted #CFC4AC; }
.ofm-center-arrow { margin-top:0.55rem; width:27px; height:27px; border-radius:50%; background:#8FBF6E; color:#fff; display:flex; align-items:center; justify-content:center; font-size:0.85rem; }
.ofm-node { position:absolute; z-index:2; width:clamp(195px,15vw,230px); height:clamp(195px,15vw,230px); transform:translate(-50%,-50%); background:rgba(255,255,255,0.5); -webkit-backdrop-filter:blur(5px) saturate(1.05); backdrop-filter:blur(5px) saturate(1.05); border:1px solid rgba(255,255,255,0.7); border-radius:50%; box-shadow:0 12px 30px rgba(150,135,95,0.15); text-decoration:none; padding:1.2rem; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; transition:transform .25s ease, box-shadow .25s ease, background .25s ease; }
.ofm-node:hover { background:rgba(255,255,255,0.72); }
.ofm-node:hover { transform:translate(-50%,-50%) translateY(-5px); box-shadow:0 22px 48px rgba(150,135,95,0.28); }
.ofm-node-top { display:flex; flex-direction:column; align-items:center; gap:0.5rem; }
.ofm-node-ico { flex:none; width:42px; height:42px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.ofm-node-ico svg { width:22px; height:22px; }
.ofm-node-t { font-family:'Noto Serif JP',serif; font-size:0.92rem; font-weight:600; color:#3a342e; line-height:1.5; }
.ofm-node-bot { display:flex; flex-direction:column; align-items:center; gap:0.45rem; margin-top:0.55rem; padding-top:0.5rem; border-top:1px dotted #D8CDB8; width:78%; }
.ofm-node-cat { font-size:0.73rem; font-weight:700; color:#6b6258; }
.ofm-node-arrow { flex:none; width:26px; height:26px; border-radius:50%; color:#fff; display:flex; align-items:center; justify-content:center; font-size:0.78rem; }
.ofm-node--tc { left:50%; top:11%; }
.ofm-node--tl { left:27%; top:25%; }
.ofm-node--tr { left:73%; top:25%; }
.ofm-node--ml { left:14%; top:46%; }
.ofm-node--mr { left:86%; top:46%; }
.ofm-node--ll { left:27%; top:67%; }
.ofm-node--lr { left:73%; top:67%; }
.ofm-node--bl { left:39%; top:88%; }
.ofm-node--br { left:61%; top:88%; }
.ofm-node[data-c=green] .ofm-node-ico{background:#E9F3E2;color:#6FA85A} .ofm-node[data-c=green] .ofm-node-arrow{background:#7FB36B}
.ofm-node[data-c=pink] .ofm-node-ico{background:#FCE6EC;color:#E58AA0} .ofm-node[data-c=pink] .ofm-node-arrow{background:#E89BB0}
.ofm-node[data-c=amber] .ofm-node-ico{background:#FBEFD9;color:#E0A23C} .ofm-node[data-c=amber] .ofm-node-arrow{background:#E8B45A}
.ofm-node[data-c=purple] .ofm-node-ico{background:#F0EAF9;color:#A98BD0} .ofm-node[data-c=purple] .ofm-node-arrow{background:#B49AD8}
.ofm-node[data-c=sky] .ofm-node-ico{background:#E2F0FA;color:#5BA3D0} .ofm-node[data-c=sky] .ofm-node-arrow{background:#6FB0D8}
.ofm-node[data-c=teal] .ofm-node-ico{background:#E0F2EF;color:#4FB0A6} .ofm-node[data-c=teal] .ofm-node-arrow{background:#5BBFB4}
.ofm-node[data-c=rose] .ofm-node-ico{background:#FBE6EF;color:#D87BA6} .ofm-node[data-c=rose] .ofm-node-arrow{background:#DD8FB2}
.ofm-node[data-c=olive] .ofm-node-ico{background:#EDF0DC;color:#8AA24E} .ofm-node[data-c=olive] .ofm-node-arrow{background:#9DB35C}
.ofm-node[data-c=gold] .ofm-node-ico{background:#FBF0D6;color:#D2A23C} .ofm-node[data-c=gold] .ofm-node-arrow{background:#E0AE4A}

.ofm-steps { max-width:1280px; margin:clamp(2rem,4vw,3.2rem) auto 0; display:grid; grid-template-columns:repeat(5,1fr); gap:0; border-top:1px solid #ECE3D4; border-bottom:1px solid #ECE3D4; padding:clamp(1.4rem,3vw,2.2rem) 0; }
.ofm-step { position:relative; display:flex; flex-direction:column; align-items:flex-start; text-decoration:none; padding:0.4rem clamp(0.6rem,1.4vw,1.3rem); border-right:1px solid #EFE7D9; }
.ofm-step:last-child { border-right:none; }
.ofm-step-ico { width:46px; height:46px; border-radius:50%; background:#F6F1E7; display:flex; align-items:center; justify-content:center; color:#B79A5E; margin-bottom:0.7rem; }
.ofm-step-ico svg { width:24px; height:24px; }
.ofm-step-num { font-family:'Cormorant Garamond',serif; font-size:0.92rem; font-weight:600; color:#C2A05A; letter-spacing:0.1em; }
.ofm-step-t { font-family:'Noto Serif JP',serif; font-size:0.98rem; font-weight:600; color:#3a342e; margin:0.1rem 0 0.4rem; line-height:1.45; }
.ofm-step-d { font-size:0.78rem; color:#8a8073; line-height:1.6; flex:1; }
.ofm-step-cat { font-size:0.8rem; font-weight:700; color:#C2A05A; margin-top:0.7rem; }

.ofm-foot { max-width:1100px; margin:clamp(1.6rem,3vw,2.4rem) auto 0; text-align:center; font-size:0.95rem; color:#5a5045; line-height:1.9; }
.ofm-foot-link { color:#C2A05A; font-weight:700; text-decoration:none; margin-left:0.6rem; white-space:nowrap; }

@media (max-width:980px){
  .ofm-map { min-height:0; display:grid; grid-template-columns:repeat(2,1fr); gap:0.9rem; align-items:start; }
  .ofm-tree { position:relative; top:auto; left:auto; transform:none; height:auto; width:min(320px,90%); margin:0 auto 0.5rem; grid-column:1 / -1; justify-self:center; }
  .ofm-center { position:relative; top:auto; left:auto; transform:none; width:auto; height:auto; border-radius:16px; margin:0; grid-column:1 / -1; padding:1.2rem; }
  .ofm-node { position:relative; top:auto!important; left:auto!important; transform:none!important; width:auto; height:auto; border-radius:18px; margin:0; }
  .ofm-node:hover { transform:translateY(-4px)!important; }
  .ofm-steps { grid-template-columns:repeat(2,1fr); gap:0.4rem 0; }
  .ofm-step { border-right:none; border-bottom:1px solid #EFE7D9; padding:0.8rem; }
}
@media (max-width:560px){ .ofm-map { grid-template-columns:1fr; } }
@media (max-width:560px){ .ofm-steps { grid-template-columns:1fr; } }
/* スマホ: タイトル「10年後も、笑顔で過ごしていただくために」を
   語中で割らず、過ごして / いただくために で改行 */
@media (max-width:600px){
  .ofm-title {
    font-size:1.85rem;
    line-height:1.55;
    letter-spacing:0.02em;
    word-break:keep-all;
    overflow-wrap:anywhere;
    margin:0 0 1rem;
  }
  .ofm-title::after { width:64px; margin-top:1rem; }
  .ofm-lead { font-size:0.9rem; line-height:1.95; padding:0 4px; }
  .ofm-lead br { display:none; }
}
/* スマホ: 木のイラストをマップの背景にして、カードを上に重ねる */
@media (max-width:560px){
  .ofm-map{
    position:relative;
    padding:10px 2px 1.4rem;
    border-radius:24px;
    row-gap:0.7rem;
    background-color:#FCFAF5;
    background-image:
      linear-gradient(180deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 30%,
        rgba(233,243,226,0.42) 64%,
        rgba(206,229,191,0.72) 100%),
      url('../images/oral-tree-color.png');
    background-repeat:no-repeat, no-repeat;
    background-position:center, center 4px;
    background-size:auto, 205% auto;
  }
  /* 流し込みの木画像は背景に置き換えたので非表示 */
  .ofm-map .ofm-tree{ display:none; }
  /* カードはすりガラス調。木が透けて見えつつ文字も読めるバランス */
  .ofm-map .ofm-center,
  .ofm-map .ofm-node{
    background:rgba(255,255,255,0.66) !important;
    -webkit-backdrop-filter:blur(10px) saturate(1.08);
    backdrop-filter:blur(10px) saturate(1.08);
    border:1px solid rgba(255,255,255,0.85);
    box-shadow:0 12px 28px rgba(120,110,70,0.2);
  }
  .ofm-map .ofm-grass-btn{
    background:rgba(255,255,255,0.72) !important;
    box-shadow:0 12px 28px rgba(120,110,70,0.2);
  }
}

/* ============ アクセス(HOME)リニューアル ============ */
.acc2 { background:#fff; padding:clamp(3rem,6vw,5rem) clamp(1.2rem,4vw,3rem); }
.acc2-head { text-align:center; margin-bottom:clamp(2rem,4vw,3rem); }
.acc2-eyebrow { font-family:'Cormorant Garamond',serif; letter-spacing:0.26em; font-size:0.95rem; color:#9DB35C; font-weight:600; margin:0 0 0.5rem; }
.acc2-h2 { font-family:'Noto Serif JP',serif; font-weight:600; font-size:clamp(2rem,4.4vw,2.9rem); color:#3a342e; margin:0; letter-spacing:0.12em; }
.acc2-leaf { display:block; margin:0.5rem auto 0; width:22px; color:#9DB35C; }
.acc2-leaf svg { width:100%; height:auto; }
.acc2-lead { text-align:center; font-size:clamp(0.95rem,1.8vw,1.05rem); line-height:2; color:#6b6258; margin:1.2rem auto 0; max-width:760px; }

.acc2-grid { max-width:1280px; margin:0 auto; display:grid; grid-template-columns:minmax(300px,0.85fr) 1.6fr; gap:clamp(1rem,2.5vw,1.8rem); align-items:stretch; }
.acc2-info { background:#fff; border:1px solid #ECE3D4; border-radius:18px; box-shadow:0 14px 34px rgba(150,135,95,0.10); padding:clamp(1.4rem,2.5vw,2rem); display:flex; flex-direction:column; }
.acc2-rows { list-style:none; margin:0; padding:0; flex:1; }
.acc2-rows li { display:flex; align-items:flex-start; gap:1rem; padding:1rem 0; border-bottom:1px solid #F1EBE0; }
.acc2-rows li:last-child { border-bottom:none; }
.acc2-ico { flex:none; width:48px; height:48px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.acc2-ico svg { width:24px; height:24px; }
.acc2-ico[data-c=pink]{background:#FCE6EC;color:#E58AA0} .acc2-ico[data-c=sky]{background:#E2F0FA;color:#5BA3D0}
.acc2-ico[data-c=amber]{background:#FBEFD9;color:#E0A23C} .acc2-ico[data-c=coral]{background:#FCE9E2;color:#E8895C}
.acc2-ico[data-c=green]{background:#E9F3E2;color:#6FA85A}
.acc2-row-body { min-width:0; padding-top:0.15rem; }
.acc2-label { display:block; font-size:0.78rem; font-weight:700; color:#C2A05A; letter-spacing:0.06em; margin-bottom:0.25rem; }
.acc2-row-body p { margin:0; font-size:0.95rem; line-height:1.7; color:#43403B; }
.acc2-tel { color:#6FA85A; font-weight:700; font-size:1.15rem; text-decoration:none; letter-spacing:0.02em; }
.acc2-btn { margin-top:1.3rem; display:flex; align-items:center; justify-content:center; gap:0.6rem; padding:0.95rem 1.2rem; border:1.5px solid #D9B96A; border-radius:999px; color:#B98A2E; font-weight:700; text-decoration:none; transition:background .2s, color .2s; }
.acc2-btn span { transition:transform .2s; }
.acc2-btn:hover { background:#FBF3E3; }
.acc2-btn:hover span { transform:translateX(4px); }
.acc2-map { border-radius:18px; overflow:hidden; box-shadow:0 14px 34px rgba(150,135,95,0.12); min-height:420px; }
.acc2-map iframe { width:100%; height:100%; min-height:420px; display:block; border:0; }

.acc2-bottom { max-width:1280px; margin:clamp(1.4rem,2.5vw,1.8rem) auto 0; display:grid; grid-template-columns:repeat(3,1fr); gap:clamp(0.8rem,2vw,1.4rem); background:linear-gradient(180deg,#F7F4EC,#F2EFE4); border-radius:18px; padding:clamp(1.4rem,2.5vw,2rem); }
.acc2-card { display:flex; align-items:center; gap:1rem; text-decoration:none; padding:0.4rem 0.6rem; position:relative; }
.acc2-card:not(:last-child)::after { content:''; position:absolute; right:calc(-0.5 * clamp(0.8rem,2vw,1.4rem)); top:12%; bottom:12%; width:1px; background:#E4DCCB; }
.acc2-card-ico { flex:none; width:56px; height:56px; border-radius:50%; background:#E9F3E2; color:#6FA85A; display:flex; align-items:center; justify-content:center; }
.acc2-card-ico svg { width:28px; height:28px; }
.acc2-card-photo.ph-frame { flex:none; width:120px; height:84px; border-radius:10px; overflow:hidden; }
.acc2-card-body h3 { font-family:'Noto Serif JP',serif; font-size:1.02rem; font-weight:600; color:#3a342e; margin:0 0 0.35rem; }
.acc2-card-body p { font-size:0.84rem; color:#7a7264; line-height:1.6; margin:0 0 0.5rem; }
.acc2-card-link { font-size:0.85rem; font-weight:700; color:#6FA85A; }
.acc2-card:hover .acc2-card-link { text-decoration:underline; }

@media (max-width:900px){
  .acc2-grid { grid-template-columns:1fr; }
  .acc2-map { min-height:320px; }
  .acc2-map iframe { min-height:320px; }
  .acc2-bottom { grid-template-columns:1fr; }
  .acc2-card:not(:last-child)::after { right:0; left:0; top:auto; bottom:calc(-0.5 * clamp(0.8rem,2vw,1.4rem)); width:auto; height:1px; }
}

/* ============ Instagram(ATSUTA DAYS) ============ */
.insta-section { position:relative; overflow:hidden; padding:clamp(3rem,6vw,4.5rem) 0 clamp(2.5rem,5vw,4rem); background:radial-gradient(120% 90% at 50% 0%, #FBF1E8 0%, #FAF6EF 60%); }
/* 金線の装飾 */
.iv-deco { position:absolute; z-index:0; color:#D8B27A; pointer-events:none; }
.iv-deco svg { width:100%; height:100%; }
.iv-cam { width:50px; height:50px; top:40px; left:calc(50% - 25px); color:#CFA86A; }
.iv-pola { width:118px; height:118px; top:120px; left:5%; color:#E2C79A; transform:rotate(-3deg); }
.iv-filmd { width:150px; height:66px; top:150px; right:4%; color:#E2C79A; }
.iv-sp { position:absolute; z-index:0; color:#E2B96E; }
.iv-sp1 { top:66px; left:14%; font-size:22px; }
.iv-sp2 { top:120px; right:17%; font-size:15px; color:#E6A6B6; }
.iv-sp3 { top:235px; left:9%; font-size:14px; }
.iv-sp4 { top:250px; right:10%; font-size:19px; }
.insta-head { position:relative; z-index:2; text-align:center; padding:0 1.2rem; }
.insta-logo { display:none; }
.insta-h2 { font-family:'Cormorant Garamond',serif; font-weight:600; letter-spacing:0.16em; font-size:clamp(2rem,4.4vw,3rem); color:#3a342e; margin:0; padding-top:clamp(2.6rem,5vw,3.6rem); }
.insta-sub { font-family:'Noto Serif JP',serif; font-size:clamp(0.95rem,1.8vw,1.1rem); color:#5a5045; margin:0.5rem 0 0; letter-spacing:0.1em; }
.insta-divider { display:block; width:54px; height:1.5px; background:#D9B96A; margin:1rem auto 1.2rem; border-radius:2px; }
.insta-lead { font-size:clamp(0.92rem,1.7vw,1.02rem); line-height:2; color:#6b6258; margin:0; }
/* Follow us 行 */
.iv-follow { display:flex; align-items:center; justify-content:center; gap:1.1rem; flex-wrap:wrap; margin-top:clamp(1.4rem,3vw,2rem); }
.iv-follow-cta { font-family:'Cormorant Garamond',serif; font-style:italic; font-size:1.5rem; color:#D89A4E; transform:rotate(-4deg); }
.iv-follow-pill { display:inline-flex; align-items:center; gap:0.85rem; background:#fff; border:1px solid #F0E2CE; border-radius:999px; padding:0.4rem 0.5rem 0.4rem 1.2rem; box-shadow:0 10px 24px rgba(170,135,95,0.14); text-decoration:none; }
.iv-follow-ig { width:26px; height:26px; display:inline-flex; }
.iv-follow-ig svg { width:100%; height:100%; }
.iv-follow-handle { font-size:1.02rem; font-weight:600; color:#3a342e; }
.iv-follow-btn { display:inline-flex; align-items:center; gap:0.35rem; background:linear-gradient(135deg,#FBEFE0,#F6E2CC); color:#B57E3C; font-weight:700; font-size:0.92rem; border-radius:999px; padding:0.55rem 1.2rem; }
.iv-follow-pill:hover .iv-follow-btn { background:linear-gradient(135deg,#F6E2CC,#EFD3B2); }
/* フィルムリボン + 投稿カード */
.iv-filmstrip { position:relative; z-index:1; margin-top:clamp(2rem,4vw,3rem); background:#EFE7D8; padding:clamp(1.5rem,2.6vw,2.1rem) clamp(1rem,3vw,2.5rem); }
.iv-filmstrip::before, .iv-filmstrip::after { content:''; position:absolute; left:0; right:0; height:14px; background:repeating-linear-gradient(90deg,#fff 0 14px,transparent 14px 30px); }
.iv-filmstrip::before { top:6px; } .iv-filmstrip::after { bottom:6px; }
.iv-posts { display:flex; gap:clamp(0.8rem,1.5vw,1.4rem); max-width:1320px; margin:0 auto; }
.iv-post { flex:1 1 0; min-width:0; background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 10px 22px rgba(120,100,70,0.14); display:flex; flex-direction:column; transition:transform .3s ease, box-shadow .3s ease; }
.iv-post:hover { transform:translateY(-5px); box-shadow:0 18px 34px rgba(120,100,70,0.22); }
.iv-post-img { display:block; }
.iv-post-img img { display:block; width:100%; aspect-ratio:1/1; object-fit:cover; }
.iv-post-bar { display:flex; align-items:center; justify-content:space-between; padding:0.5rem 0.7rem 0.15rem; }
.iv-acts { display:inline-flex; gap:0.5rem; align-items:center; }
.iv-acts svg, .iv-bm svg { width:20px; height:20px; display:block; }
.iv-acts .iv-heart svg { color:#E8688A; }
.iv-acts svg { color:#4a4034; }
.iv-bm svg { color:#4a4034; }
.iv-cap { padding:0.15rem 0.75rem 0.9rem; }
.iv-cap b { display:block; font-family:'Noto Serif JP',serif; font-size:0.92rem; color:#3a342e; margin-bottom:0.22rem; }
.iv-cap p { font-size:0.77rem; line-height:1.6; color:#6b6258; margin:0; }
@media (max-width:860px){
  .iv-posts { flex-wrap:wrap; }
  .iv-post { flex:1 1 30%; }
  .iv-pola,.iv-filmd { display:none; }
}
@media (max-width:560px){ .iv-post { flex:1 1 44%; } }

/* ============ 人間ドックの歯科版 導線バナー(HOME) ============ */
.stump-deco { background:#fff; text-align:center; padding:clamp(1.6rem,4vw,3rem) 1rem 0; }
.stump-deco--nobg { padding-bottom:clamp(2.2rem,4.5vw,3.4rem); }
.stump-deco-link { margin-top:0.7rem; }
.stump-deco-eyebrow { font-family:'Cormorant Garamond',serif; letter-spacing:0.28em; font-size:0.82rem; color:#C99A6A; margin:0 0 0.4rem; font-weight:600; }
.stump-deco-title { font-family:'Noto Serif JP',serif; font-size:clamp(1.7rem,4vw,2.5rem); font-weight:600; color:#3a342e; margin:0 0 0.4rem; letter-spacing:0.08em; }
.stump-deco img { width:clamp(330px,39vw,540px); height:auto; display:inline-block; }
.checkup-banner-sec { background:#fff; padding:clamp(2rem,4vw,3.5rem) clamp(1.2rem,4vw,3rem); }
.checkup-banner { max-width:1080px; margin:0 auto; display:flex; align-items:center; gap:clamp(1.2rem,3vw,2.4rem); background:linear-gradient(120deg,#FFFCF4,#F6F1E5); border:1px solid #ECE3D4; border-radius:24px; padding:clamp(1.6rem,3vw,2.4rem) clamp(1.6rem,4vw,3rem); text-decoration:none; box-shadow:0 16px 40px rgba(170,150,110,0.14); transition:transform .25s ease, box-shadow .25s ease; position:relative; overflow:hidden; }
.checkup-banner:hover { transform:translateY(-3px); box-shadow:0 24px 52px rgba(170,150,110,0.2); }
.cb-stamp { flex:none; position:relative; width:96px; height:96px; color:#D2A23C; display:flex; align-items:center; justify-content:center; animation:cbSpin 16s linear infinite; }
.cb-stamp svg { position:absolute; inset:0; width:100%; height:100%; }
.cb-stamp-t { font-family:'Noto Serif JP',serif; font-size:0.82rem; font-weight:700; color:#B98A2E; line-height:1.4; text-align:center; animation:cbSpin 16s linear infinite reverse; }
@keyframes cbSpin { to { transform:rotate(360deg); } }
.cb-body { flex:1; min-width:0; }
.cb-tag { font-family:'Cormorant Garamond',serif; letter-spacing:0.22em; font-size:0.8rem; font-weight:600; color:#9DB35C; display:block; margin-bottom:0.4rem; }
.cb-title { display:block; font-family:'Noto Serif JP',serif; font-weight:600; font-size:clamp(1.4rem,3vw,2rem); color:#3a342e; line-height:1.45; letter-spacing:0.03em; }
.cb-title em { font-style:normal; color:#6FA85A; }
.cb-sub { display:block; font-size:clamp(0.85rem,1.6vw,0.95rem); color:#6b6258; line-height:1.85; margin-top:0.6rem; }
.cb-btn { flex:none; display:inline-flex; align-items:center; gap:0.6rem; padding:0.85rem 1.6rem; background:#8FBF6E; color:#fff; font-weight:700; border-radius:999px; font-size:0.92rem; box-shadow:0 8px 18px rgba(120,170,90,0.3); }
.cb-btn-arr { transition:transform .2s; }
.checkup-banner:hover .cb-btn-arr { transform:translateX(4px); }
@media (max-width:780px){
  .checkup-banner { flex-direction:column; text-align:center; }
  .cb-btn { width:100%; justify-content:center; }
}

/* ============ 診療案内 情報ヘッダー(フルワイドHTML版) ============ */
.cinfo {
  --pg-1:#E7BBA2; --pg-2:#CC966F; --pg-text:#B87C57;
  position:relative; overflow:hidden;
  width:100%; padding: clamp(1.5rem,3vw,2.6rem) clamp(1.2rem,5vw,4.5rem);
  background: radial-gradient(120% 140% at 88% 8%, #F3E6D8 0%, transparent 42%), linear-gradient(170deg,#FCF7F0 0%,#F6EDE2 100%);
}
.cinfo-inner { position:relative; z-index:1; max-width:1500px; margin:0 auto; }

/* 金葉の装飾(白背景はmultiplyで馴染ませる) */
.cinfo-deco { position:absolute; z-index:0; pointer-events:none; mix-blend-mode:multiply; width:clamp(240px,28vw,440px); }
.cinfo-deco--tr { top:-46px; right:-44px; transform:rotate(6deg); opacity:0.9; }
.cinfo-deco--bl { bottom:-70px; left:-54px; transform:rotate(188deg); opacity:0.62; }

/* 数字・番号を可愛くおしゃれに(Quicksand) */
.cinfo-tel-num { font-family:'Cormorant Garamond',serif; font-weight:600; letter-spacing:0.06em; }
.cinfo-table tbody th { font-family:'Cormorant Garamond','Noto Serif JP',serif; font-weight:600; letter-spacing:0.04em; font-size:1.12rem; }
.cinfo-table td { font-family:'Cormorant Garamond','Noto Serif JP',serif; }

/* 下段:診療時間カード(左)＋地図(右) */
.cinfo-lower { display:grid; grid-template-columns:1.4fr 1fr; gap:clamp(1rem,2vw,1.6rem); align-items:stretch; margin-top:clamp(1rem,2vw,1.5rem); }
.cinfo-lower .cinfo-card { margin:0; }
/* 地図 */
.cinfo-map { position:relative; z-index:1; display:flex; border-radius:20px; overflow:hidden; border:1px solid #EFE0CF; box-shadow:0 18px 40px rgba(170,135,95,0.13); }
.cinfo-map iframe { flex:1; width:100%; height:100%; min-height:230px; border:0; filter:sepia(0.42) saturate(0.82) hue-rotate(-12deg) brightness(1.04) contrast(0.95); }
@media (max-width:820px){ .cinfo-lower { grid-template-columns:1fr; } .cinfo-map iframe { min-height:200px; } }
.cinfo-top { display:flex; align-items:center; justify-content:space-between; gap:clamp(1rem,3vw,2.5rem); flex-wrap:wrap; margin-bottom:clamp(1rem,2.2vw,1.5rem); }
.cinfo-top .cinfo-brand { margin-bottom:0; }
.cinfo-brand { display:flex; flex-direction:column; gap:0.18rem; margin-bottom: clamp(0.7rem,1.8vw,1.1rem); }
.cinfo-name { font-family:'Noto Serif JP',serif; font-size:clamp(1.4rem,3vw,2.1rem); font-weight:600; color:#3a342e; letter-spacing:0.12em; }
.cinfo-en { font-family:'Cormorant Garamond',serif; font-size:clamp(0.8rem,1.6vw,1.05rem); letter-spacing:0.34em; color:var(--pg-text); }

/* アクション行 */
.cinfo-actions { display:flex; align-items:stretch; justify-content:flex-start; gap:clamp(0.8rem,2vw,1.4rem); flex-wrap:wrap; margin-bottom:clamp(0.9rem,2vw,1.3rem); }
.cinfo-actions .cinfo-btn--resv { flex:2 1 280px; justify-content:center; }
.cinfo-actions .cinfo-btn--acc { flex:1 1 200px; justify-content:center; }
.cinfo-tel { display:flex; align-items:center; gap:0.8rem; }
.cinfo-tel-ico { flex:none; width:46px; height:46px; border-radius:50%; border:1.5px solid var(--pg-1); color:var(--pg-text); display:flex; align-items:center; justify-content:center; }
.cinfo-tel-ico svg { width:21px; height:21px; }
.cinfo-tel-tx { display:flex; flex-direction:column; }
.cinfo-tel-lb { font-size:0.78rem; color:#7a6f62; letter-spacing:0.04em; margin-bottom:0.05rem; }
.cinfo-tel-num { font-family:'Cormorant Garamond',serif; font-size:clamp(1.8rem,3.6vw,2.7rem); font-weight:600; color:#3a342e; text-decoration:none; line-height:1.02; letter-spacing:0.06em; }
.cinfo-tel-num:hover { color:var(--pg-text); }
.cinfo-btn { display:flex; align-items:center; gap:0.65rem; padding:0.65rem 1.3rem; border-radius:14px; text-decoration:none; transition:transform .25s ease, box-shadow .25s ease; }
.cinfo-btn-tx { display:flex; flex-direction:column; line-height:1.25; }
.cinfo-btn-main { font-family:'Noto Serif JP',serif; font-size:1.18rem; font-weight:600; letter-spacing:0.06em; }
.cinfo-btn-sub { font-size:0.72rem; opacity:0.92; letter-spacing:0.04em; }
.cinfo-btn-ico svg { width:26px; height:26px; }
.cinfo-btn-arrow { margin-left:0.4rem; font-size:1.4rem; line-height:1; opacity:0.85; }
.cinfo-btn--resv { background:linear-gradient(135deg,var(--pg-1) 0%,var(--pg-2) 100%); color:#fff; box-shadow:0 14px 30px rgba(196,140,105,0.32); padding:1rem 2.6rem; border-radius:18px; }
.cinfo-btn--resv .cinfo-btn-main { font-size:1.45rem; }
.cinfo-btn--resv .cinfo-btn-sub { font-size:0.8rem; }
.cinfo-btn--resv .cinfo-btn-ico svg { width:30px; height:30px; }
.cinfo-btn--resv .cinfo-btn-arrow { font-size:1.7rem; }
.cinfo-btn--resv:hover { transform:translateY(-3px); box-shadow:0 20px 40px rgba(196,140,105,0.42); }
.cinfo-btn--acc { background:#fff; color:var(--pg-text); border:1.5px solid var(--pg-1); box-shadow:0 10px 24px rgba(196,140,105,0.16); }
.cinfo-btn--acc:hover { transform:translateY(-3px); box-shadow:0 16px 32px rgba(196,140,105,0.24); }

/* 情報カード */
.cinfo-card { display:grid; grid-template-columns: 1.55fr 1fr; align-items:center; gap:clamp(1.2rem,2.6vw,2.4rem); background:rgba(255,255,255,0.78); border:1px solid #EFE0CF; border-radius:20px; padding:clamp(1.2rem,2.4vw,1.8rem) clamp(1.4rem,3vw,2.4rem); box-shadow:0 18px 42px rgba(170,135,95,0.11); }
.cinfo-head { display:flex; align-items:center; gap:0.5rem; font-family:'Noto Serif JP',serif; font-size:1.02rem; font-weight:600; color:#3a342e; margin-bottom:0.7rem; }
.cinfo-head-ico { flex:none; width:32px; height:32px; border-radius:50%; background:#F7E9DA; color:var(--pg-text); display:flex; align-items:center; justify-content:center; }
.cinfo-head-ico svg { width:17px; height:17px; }
.cinfo-table { border-collapse:collapse; width:100%; }
.cinfo-table th, .cinfo-table td { text-align:center; padding:0.5rem 0.8rem; font-size:1.05rem; color:#4a4034; }
.cinfo-table thead th { font-weight:600; color:#6b6258; border-bottom:1px solid #E7D7C5; padding-bottom:0.5rem; }
.cinfo-table tbody th { font-weight:500; color:#5a5045; white-space:nowrap; text-align:left; padding-right:1.1rem; }
.cinfo-table tbody tr + tr td, .cinfo-table tbody tr + tr th { border-top:1px solid #F1E6D9; }
.cinfo-table td { color:var(--pg-text); font-size:1.18rem; }
.cinfo-hours-note { margin:0.75rem 0 0; font-size:0.8rem; color:#8a7f70; letter-spacing:0.02em; }
.cinfo-hours-note b { color:#5a5045; font-weight:700; }
.cinfo-closed { display:flex; flex-direction:column; align-items:center; gap:0.35rem; padding:0 clamp(0.8rem,2vw,1.6rem); border-left:1px solid #EBDCCB; border-right:1px solid #EBDCCB; align-self:stretch; justify-content:center; }
.cinfo-closed-lb { font-size:0.78rem; color:#7a6f62; letter-spacing:0.08em; }
.cinfo-closed-v { font-family:'Noto Serif JP',serif; font-size:1.3rem; font-weight:600; color:#3a342e; white-space:nowrap; }
.cinfo-closed-lb { white-space:nowrap; }
.cinfo-acc-list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:0.5rem; }
.cinfo-acc-list li { display:flex; align-items:center; gap:0.55rem; font-size:0.9rem; color:#4a4034; white-space:nowrap; }
.cinfo-acc-ico { flex:none; color:#8a7f70; }
.cinfo-acc-ico svg { width:20px; height:20px; }

/* タグライン */
.cinfo-tagline { display:flex; align-items:center; justify-content:center; gap:1.2rem; margin-top:clamp(0.9rem,2vw,1.4rem); }
.cinfo-tagline::before, .cinfo-tagline::after { content:''; height:1px; flex:1; max-width:280px; background:linear-gradient(90deg,transparent,rgba(196,140,105,0.5),transparent); }
.cinfo-tagline span { font-family:'Cormorant Garamond',serif; font-style:italic; font-size:clamp(1.05rem,2.2vw,1.5rem); letter-spacing:0.08em; color:var(--pg-text); }

@media (max-width:900px){
  .cinfo-card { grid-template-columns:1fr; gap:1.2rem; }
  .cinfo-closed { flex-direction:row; gap:0.8rem; border-left:none; border-right:none; border-top:1px solid #EBDCCB; border-bottom:1px solid #EBDCCB; padding:0.9rem 0; }
  .cinfo-acc-list li { white-space:normal; }
  .cinfo-actions { gap:1.2rem; }
}
@media (max-width:560px){
  .cinfo-table th, .cinfo-table td { padding:0.4rem 0.3rem; font-size:0.86rem; }
  .cinfo-btn { flex:1; justify-content:center; }
}

/* cinfoヘッダー後の戻るリンク */
.cinfo-backlink-sec { padding: clamp(1.4rem,3vw,2.2rem) 1.5rem; text-align: center; background:#fff; }
.cinfo-backlink-sec .td-back-link { margin: 0; }

/* FIRST VISIT 歯科ドック 大きいボタン */
.stump-deco-cta { display:inline-flex; align-items:center; gap:1rem; margin-top:1.1rem; padding:1.05rem 2.4rem; border-radius:999px; background:rgba(255,255,255,0.78); -webkit-backdrop-filter:blur(5px) saturate(1.05); backdrop-filter:blur(5px) saturate(1.05); border:1px solid rgba(255,255,255,0.8); color:#3a342e; text-decoration:none; box-shadow:0 16px 34px rgba(150,135,95,0.20); transition:transform .25s ease, box-shadow .25s ease, background .25s ease; }
.stump-deco-cta:hover { transform:translateY(-3px); background:rgba(255,255,255,0.92); box-shadow:0 22px 44px rgba(150,135,95,0.28); }
.stump-deco-cta-ico { flex:none; width:44px; height:44px; border-radius:50%; background:#FBEFD9; color:#C9A24C; display:flex; align-items:center; justify-content:center; }
.stump-deco-cta-ico svg { width:23px; height:23px; }
.stump-deco-cta-tx { display:flex; flex-direction:column; text-align:left; line-height:1.35; }
.stump-deco-cta-tx b { font-family:'Noto Serif JP',serif; font-size:clamp(1.05rem,2.4vw,1.35rem); font-weight:600; letter-spacing:0.02em; color:#3a342e; }
.stump-deco-cta-tx span { font-size:0.84rem; color:#8a7f70; }
.stump-deco-cta-arr { color:#C9A24C; }
.stump-deco-cta-arr { font-size:1.4rem; transition:transform .25s ease; }
.stump-deco-cta:hover .stump-deco-cta-arr { transform:translateX(4px); }
@media(max-width:520px){ .stump-deco-cta { padding:0.9rem 1.4rem; } .stump-deco-cta-ico { display:none; } }

/* 初めての方へ:1枚のカードにまとめて草っ原に配置 */
.ofm-fv { position:relative; z-index:2; width:min(600px,94%); margin:clamp(2rem,4vw,3.5rem) auto 0; text-align:center; background:linear-gradient(180deg,#FFFEFB,#FBF6EC); border:1px solid #EFE2CD; border-radius:26px; padding:clamp(1.7rem,3.5vw,2.6rem) clamp(1.5rem,3vw,2.4rem); box-shadow:0 26px 58px rgba(150,120,80,0.18); }
.ofm-fv-eyebrow { display:inline-block; font-family:'Cormorant Garamond',serif; letter-spacing:0.2em; font-size:0.82rem; font-weight:600; color:#fff; background:linear-gradient(135deg,#E8C36E,#C9A24C); padding:0.35rem 1.4rem; border-radius:999px; box-shadow:0 6px 16px rgba(201,162,76,0.3); margin-bottom:0.7rem; }
.ofm-fv-title { font-family:'Noto Serif JP',serif; font-size:clamp(1.4rem,3.2vw,2rem); font-weight:600; color:#3a342e; margin:0 0 1.3rem; letter-spacing:0.08em; }
.ofm-firstvisit { display:inline-flex; margin:0 auto 1.3rem; white-space:nowrap; }
.ofm-fv-lead { font-size:clamp(0.85rem,1.6vw,0.96rem); line-height:1.95; color:#5a5045; margin:0; }
@media (max-width:980px){
  .ofm-fv { position:static; transform:none; grid-column:1 / -1; width:auto; max-width:560px; margin:1rem auto 0; }
}

/* ================= ACCESS ページ リニューアル ================= */
.acc3-ph { width:100%; border-radius:0; background:#F5F5F2; border:1px solid #E7E5DF; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:0.5rem; color:#C2B393; }
.acc3-ph-ico { width:38px; height:38px; opacity:0.8; } .acc3-ph-ico svg { width:100%; height:100%; }
.acc3-ph-lb { font-size:0.82rem; letter-spacing:0.06em; }
.acc3-eyebrow { display:flex; align-items:center; gap:0.4rem; font-family:'Cormorant Garamond',serif; letter-spacing:0.22em; font-weight:600; color:#8AAE7C; font-size:0.92rem; margin:0 0 0.7rem; }
.acc3-eyebrow-ico { width:18px; height:18px; } .acc3-eyebrow-ico svg { width:100%; height:100%; }
/* HERO */
.acc3-hero { background:#fff; padding:clamp(5rem,9vw,7rem) clamp(1.2rem,4vw,3.5rem) clamp(2.5rem,5vw,4rem); }
.acc3-hero-inner { max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1.05fr; gap:clamp(1.5rem,4vw,3rem); align-items:center; }
.acc3-hero-h { font-family:'Noto Serif JP',serif; font-size:clamp(2rem,5vw,3.2rem); font-weight:600; color:#2e3a40; line-height:1.35; margin:0 0 1rem; letter-spacing:0.04em; }
.acc3-hero-sub { font-size:clamp(0.92rem,1.8vw,1.05rem); line-height:2; color:#5a6a62; margin:0; }
.acc3-hero-media { position:relative; }
.acc3-hero-badge { position:absolute; z-index:2; top:-22px; left:-10px; width:clamp(110px,13vw,140px); height:clamp(110px,13vw,140px); border-radius:50%; background:#fff; border:2px dotted #DECBA6; display:flex; flex-direction:column; align-items:center; justify-content:center; box-shadow:0 12px 28px rgba(120,150,110,0.2); color:#6a6256; font-family:'Noto Serif JP',serif; }
.acc3-hero-badge small{ font-size:0.68rem; } .acc3-hero-badge b{ font-size:1.1rem; font-weight:600; } .acc3-hero-badge em{ font-style:normal; font-size:1.7rem; color:#6E9E7C; }
/* 動画 */
.acc3-video { padding:clamp(2.5rem,5vw,4rem) clamp(1.2rem,4vw,3.5rem); background:#fff; }
.acc3-video-inner { max-width:1180px; margin:0 auto; display:grid; grid-template-columns:0.85fr 1.15fr; gap:clamp(1.5rem,4vw,3rem); align-items:center; }
.acc3-h2 { font-family:'Noto Serif JP',serif; font-size:clamp(1.4rem,3vw,2rem); font-weight:600; color:#2e3a40; line-height:1.5; margin:0 0 1rem; }
.acc3-lead { font-size:clamp(0.9rem,1.7vw,1rem); line-height:1.95; color:#5a6a62; margin:0 0 1.2rem; }
.acc3-video-note { display:inline-flex; align-items:center; gap:0.5rem; font-size:0.86rem; color:#7a6f62; background:#F3F3F0; border-radius:999px; padding:0.5rem 1.1rem; }
.acc3-hero-img { width:100%; aspect-ratio:16/10; overflow:hidden; border-radius:14px; box-shadow:0 20px 44px rgba(80,110,90,0.16); }
.acc3-hero-img img { width:100%; height:100%; object-fit:cover; display:block; }
.acc3-video-frame { position:relative; width:100%; max-width:300px; margin-inline:auto; background:#1c1c1e; border-radius:46px; padding:13px; box-shadow:0 24px 54px rgba(0,0,0,0.30); }
.acc3-video-frame::before { content:""; position:absolute; top:13px; left:50%; transform:translateX(-50%); width:42%; height:24px; background:#1c1c1e; border-radius:0 0 16px 16px; z-index:3; }
.acc3-video-frame::after { content:""; position:absolute; bottom:22px; left:50%; transform:translateX(-50%); width:34%; height:4px; background:rgba(255,255,255,0.55); border-radius:4px; z-index:3; }
.acc3-video-frame .acc3-ph { background:#F2F2EF; border:0; color:#AFACA2; border-radius:34px; overflow:hidden; }
.acc3-video-el { width:100%; aspect-ratio:9/16; object-fit:cover; display:block; border-radius:34px; background:#000; }
/* 3特徴 */
.acc3-feat-sec { padding:0 clamp(1.2rem,4vw,3.5rem); background:#fff; }
.acc3-feat { max-width:1100px; margin:0 auto; display:flex; align-items:center; gap:clamp(1rem,2.5vw,2rem); background:#fff; border:1px solid #EEE7DA; border-radius:0; padding:clamp(1.4rem,3vw,2.2rem) clamp(1.2rem,3vw,2.5rem); }
.acc3-feat-item { flex:1; display:flex; align-items:center; gap:1rem; justify-content:center; text-align:left; }
.acc3-feat-ico { flex:none; width:54px; height:54px; color:#6E9E7C; } .acc3-feat-ico svg{ width:100%; height:100%; }
.acc3-feat-item b { display:block; font-family:'Noto Serif JP',serif; font-size:1.05rem; color:#2e3a40; } .acc3-feat-item b em{ font-style:normal; color:#6E9E7C; font-size:1.2em; }
.acc3-feat-item span { font-size:0.8rem; color:#9a8d78; }
.acc3-feat-sep { width:1px; align-self:stretch; background:#E2DCCD; flex:none; }
/* 到着の流れ */
.acc3-flow-sec { padding:clamp(2.5rem,5vw,4rem) clamp(1.2rem,4vw,3.5rem); background:#fff; }
.acc3-flow-h { display:flex; align-items:center; gap:0.6rem; font-family:'Noto Serif JP',serif; font-size:clamp(1.3rem,2.6vw,1.7rem); font-weight:600; color:#2e3a40; margin:0 0 1.6rem; }
.acc3-flow { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(0.9rem,2vw,1.4rem); }
.acc3-step { background:#fff; border:1px solid #ECE6DA; border-radius:0; padding:1rem; text-align:center; }
.acc3-step-num { display:inline-flex; width:26px; height:26px; border-radius:50%; background:#6E9E7C; color:#fff; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif; font-size:0.9rem; margin-right:0.4rem; vertical-align:middle; }
.acc3-step-ttl { font-family:'Noto Serif JP',serif; font-weight:600; color:#2e3a40; font-size:0.98rem; }
.acc3-step-img { margin:0.8rem 0; border-radius:0; overflow:hidden; }
.acc3-step-img img, .acc3-step-img .acc3-ph { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:0; }
.acc3-step-tx { font-size:0.82rem; line-height:1.7; color:#6b6258; margin:0; }
/* 情報4列 */
.acc3-info-sec { padding:0 clamp(1.2rem,4vw,3.5rem) clamp(2.5rem,5vw,4rem); background:#fff; }
.acc3-info { max-width:1180px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); gap:clamp(1rem,2vw,1.5rem); align-items:start; }
.acc3-info-card { background:#fff; border:1px solid #ECE6DA; border-radius:0; padding:clamp(1.2rem,2.2vw,1.6rem); }
.acc3-info-h { font-family:'Noto Serif JP',serif; font-size:1.05rem; font-weight:600; color:#2e3a40; text-align:center; margin:0 0 1rem; }
.acc3-info-card .acc3-ph, .acc3-info-map { border-radius:0; overflow:hidden; margin-bottom:0.9rem; }
.acc3-info-map iframe { display:block; width:100%; aspect-ratio:1/1; border:0; }
.acc3-info-tx { font-size:0.84rem; line-height:1.75; color:#6b6258; margin:0 0 0.7rem; }
.acc3-info-note { display:block; font-size:0.76rem; color:#6E9E7C; background:#F0F4EC; border-radius:8px; padding:0.5rem 0.7rem; text-align:center; }
.acc3-info-btn { display:flex; align-items:center; justify-content:center; gap:0.4rem; font-size:0.84rem; font-weight:600; color:#6E9E7C; background:#F0F4EC; border-radius:10px; padding:0.6rem; text-decoration:none; }
.acc3-info-btn svg { width:16px; height:16px; }
.acc3-table { width:100%; border-collapse:collapse; }
.acc3-table th, .acc3-table td { text-align:center; padding:0.3rem 0.15rem; font-size:0.8rem; color:#4a4034; }
.acc3-table thead th { color:#9a8d78; border-bottom:1px solid #E7DFD0; padding-bottom:0.4rem; }
.acc3-table tbody th { text-align:left; white-space:nowrap; font-weight:500; font-size:0.74rem; color:#5a5045; }
.acc3-table td { color:#6E9E7C; font-weight:700; } .acc3-table .is-off { color:#c0857a; }
.acc3-table-note { font-size:0.7rem; line-height:1.6; color:#8a7f70; margin:0.7rem 0 0; }
.acc3-addr { font-size:0.86rem; line-height:1.7; color:#4a4034; margin:0 0 0.9rem; text-align:center; }
.acc3-tel { display:flex; align-items:center; justify-content:center; gap:0.45rem; font-family:'Cormorant Garamond',serif; font-size:1.5rem; font-weight:600; color:#2e3a40; text-decoration:none; margin-bottom:0.9rem; }
.acc3-tel svg { width:20px; height:20px; color:#6E9E7C; }
.acc3-web { display:flex; align-items:center; justify-content:center; gap:0.4rem; background:linear-gradient(135deg,#8CBE9F,#6E9E7C); color:#fff; font-weight:700; font-size:0.9rem; border-radius:10px; padding:0.7rem; text-decoration:none; }
.acc3-web svg { width:16px; height:16px; }
/* 来院CTA */
.acc3-cta-sec { padding:0 clamp(1.2rem,4vw,3.5rem) clamp(3rem,6vw,5rem); background:#fff; }
.acc3-cta { position:relative; overflow:hidden; max-width:1180px; margin:0 auto; display:grid; grid-template-columns:0.8fr 1.2fr; gap:clamp(1.5rem,3vw,2.5rem); align-items:center; background:#fff; border:1px solid #ECE6DA; border-radius:0; padding:clamp(1.5rem,3vw,2.4rem); }
.acc3-cta-photo { border-radius:0; overflow:hidden; }
.acc3-cta-photo img { display:block; width:100%; height:100%; object-fit:cover; aspect-ratio:4/3; }
.acc3-cta-h { font-family:'Noto Serif JP',serif; font-size:clamp(1.3rem,2.6vw,1.8rem); font-weight:600; color:#2e3a40; margin:0 0 0.9rem; }
.acc3-cta-text p { font-size:0.92rem; line-height:1.9; color:#5a6a62; margin:0; }
.acc3-cta-back { margin-top:1.2rem !important; }
.acc3-cta-back a { color:#9a8d78; text-decoration:none; font-size:0.88rem; }
.acc3-cta-tree { position:absolute; right:-20px; bottom:-30px; width:200px; opacity:0.5; pointer-events:none; mix-blend-mode:multiply; }
@media (max-width:920px){
  .acc3-hero-inner, .acc3-video-inner, .acc3-cta { grid-template-columns:1fr; }
  .acc3-feat { flex-direction:column; align-items:stretch; } .acc3-feat-sep { width:auto; height:1px; }
  .acc3-flow, .acc3-info { grid-template-columns:repeat(2,1fr); }
  .acc3-cta-tree { display:none; }
}
@media (max-width:520px){ .acc3-flow, .acc3-info { grid-template-columns:1fr; } }

/* ツリーの草の上:白背景透かし横長ボタン */
.ofm-grass-btn { position:absolute; left:50%; bottom:3%; transform:translateX(-50%); z-index:5; display:inline-flex; align-items:center; gap:0.9rem; width:min(560px,84%); justify-content:center; padding:0.95rem 2rem; border-radius:0; background:rgba(255,255,255,0.55); -webkit-backdrop-filter:blur(6px) saturate(1.05); backdrop-filter:blur(6px) saturate(1.05); border:1px solid rgba(255,255,255,0.78); box-shadow:0 14px 30px rgba(120,110,70,0.16); text-decoration:none; transition:transform .25s ease, background .25s ease, box-shadow .25s ease; }
.ofm-grass-btn:hover { transform:translateX(-50%) translateY(-3px); background:rgba(255,255,255,0.8); box-shadow:0 20px 40px rgba(120,110,70,0.22); }
.ofm-grass-btn-ico { flex:none; width:42px; height:42px; border-radius:50%; background:rgba(251,239,217,0.9); color:#C9A24C; display:flex; align-items:center; justify-content:center; }
.ofm-grass-btn-ico svg { width:22px; height:22px; }
.ofm-grass-btn-tx { display:flex; flex-direction:column; text-align:left; line-height:1.3; }
.ofm-grass-btn-tx b { font-family:'Noto Serif JP',serif; font-size:clamp(1rem,2.2vw,1.25rem); font-weight:600; color:#3a342e; }
.ofm-grass-btn-tx span { font-size:0.78rem; color:#7a6f62; }
.ofm-grass-btn-arr { flex:none; color:#C9A24C; font-size:1.3rem; }
@media (max-width:980px){ .ofm-grass-btn { position:static; transform:none; grid-column:1 / -1; width:auto; max-width:520px; margin:0.5rem auto 0; } .ofm-grass-btn:hover { transform:translateY(-3px); } }

/* ===== HOME全体のボタンにキラキラ（むし歯治療ボタンと同じ仕様） ===== */
.fresh-layout .iv-follow-btn,
.fresh-layout .cinfo-btn { position: relative; }
.fresh-layout .ofm-grass-btn::after,
.fresh-layout .iv-follow-btn::after,
.fresh-layout .cinfo-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  border-radius: inherit;
  background-image:
    radial-gradient(circle at 18% 32%, #ffffff 0, #ffffff 1.6px, transparent 2.6px),
    radial-gradient(circle at 60% 20%, #F2DD9C 0, #F2DD9C 2px, transparent 3px),
    radial-gradient(circle at 82% 66%, #ffffff 0, #ffffff 1.3px, transparent 2.2px),
    radial-gradient(circle at 38% 74%, #DCBE6E 0, #DCBE6E 1.7px, transparent 2.7px),
    radial-gradient(circle at 92% 38%, #ffffff 0, #ffffff 1.2px, transparent 2px),
    radial-gradient(circle at 47% 46%, #F2DD9C 0, #F2DD9C 1.4px, transparent 2.2px);
  transition: opacity .2s ease;
}
.fresh-layout .ofm-grass-btn:hover::after,
.fresh-layout .iv-follow-btn:hover::after,
.fresh-layout .cinfo-btn:hover::after {
  opacity: 1;
  animation: vsSparkleMove 1.15s ease-in-out infinite;
}

/* ==========================================================
   info-gold : 施設基準 / プライバシーポリシー / 滅菌・感染対策
   ピンク → ゴールド、強調文字は黒
   ========================================================== */
body.v2.has-snav.info-gold .page-hero { background: linear-gradient(180deg, #FCF8EF 0%, #FFFFFF 100%); }
body.v2.has-snav.info-gold .page-hero::before { background: radial-gradient(circle, rgba(201,162,76,0.10), transparent 70%); }
body.v2.has-snav.info-gold .page-hero-sub { color: #B8862B; }
body.v2.has-snav.info-gold .page-hero-title { color: #2b2620; }
body.v2.has-snav.info-gold .page-hero-title::after { background: linear-gradient(90deg, #C9A24C, #E6C66A); }
body.v2.has-snav.info-gold .breadcrumb a { color: #B8862B; }
body.v2.has-snav.info-gold .breadcrumb-sep { color: #CBB988; }
body.v2.has-snav.info-gold .treatment-detail > p:first-of-type { background: #FBF7EE; border-left-color: #C9A24C; }
body.v2.has-snav.info-gold .treatment-detail .td-heading { color: #2b2620 !important; border-bottom-color: #ECE0C2 !important; }
body.v2.has-snav.info-gold .treatment-detail .td-heading::before { background: linear-gradient(180deg, #C9A24C, #E6C66A); }
body.v2.has-snav.info-gold .treatment-detail p strong { color: #2b2620; }
body.v2.has-snav.info-gold .treatment-detail .td-list li,
body.v2.has-snav.info-gold .treatment-detail ul > li { border-bottom-color: #EFE6D0; }
body.v2.has-snav.info-gold .treatment-detail .td-list li::before,
body.v2.has-snav.info-gold .treatment-detail ul > li::before { background: linear-gradient(135deg, #E6C66A, #C9A24C); box-shadow: 0 2px 6px rgba(201,162,76,0.3); }
body.v2.has-snav.info-gold .td-back { border-top-color: #ECE0C2; }
body.v2.has-snav.info-gold .td-back a { background: linear-gradient(135deg, #C9A24C, #E6C66A); box-shadow: 0 8px 20px rgba(201,162,76,0.3); }
body.v2.has-snav.info-gold .td-back a:hover { box-shadow: 0 12px 28px rgba(201,162,76,0.42); }
body.v2.has-snav.info-gold .td-catch { color: #B8862B !important; }
body.v2.has-snav.info-gold .td-inline-link { color: #B8862B !important; text-decoration-color: rgba(201,162,76,0.45); }
/* fv-card（滅菌・感染対策） */
body.v2.has-snav.info-gold .fv-card--pink .fv-card-body h3,
body.v2.has-snav.info-gold .fv-card--mint .fv-card-body h3,
body.v2.has-snav.info-gold .fv-card--butter .fv-card-body h3 { color: #2b2620 !important; }
body.v2.has-snav.info-gold .fv-card-body p strong { color: #2b2620 !important; }
body.v2.has-snav.info-gold .fv-card-icon { background: linear-gradient(135deg, #F7ECCF 0%, #E6C66A 100%) !important; border-color: #C9A24C !important; }
body.v2.has-snav.info-gold .reserve-banner { background: linear-gradient(135deg, #fff 0%, #FBF7EE 100%) !important; box-shadow: 0 24px 56px rgba(201,162,76,0.12), 0 6px 16px rgba(0,0,0,0.04); }

/* ===== ACCESS ヒーロー リニューアル (acc4) ===== */
.acc4-hero { background:#fff; padding:clamp(2.4rem,5vw,4rem) clamp(1.2rem,4vw,3rem); overflow:hidden; }
.acc4-feat { background:#FBF8F2; }
.acc4-inner { max-width:1280px; margin:0 auto; display:grid; grid-template-columns:1fr 1.08fr; gap:clamp(1.6rem,3.5vw,3.4rem); align-items:start; }
.acc4-eyebrow { display:inline-flex; align-items:center; gap:.5rem; font-family:'Cormorant Garamond',serif; letter-spacing:.2em; font-weight:600; color:#6E9E7C; font-size:1.05rem; margin:0 0 1rem; }
.acc4-eyebrow svg { width:20px; height:20px; }
.acc4-pre { font-family:'Noto Serif JP',serif; font-size:clamp(1.05rem,2vw,1.35rem); color:#5a6a5e; margin:0 0 .3rem; }
.acc4-leaf { margin-left:.3em; font-size:.9em; }
.acc4-title { font-family:'Noto Serif JP',serif; font-weight:700; font-size:clamp(2.4rem,5.5vw,3.7rem); color:#3f4a40; line-height:1.1; letter-spacing:.05em; margin:0 0 1rem; }
.acc4-sub { font-family:'Noto Serif JP',serif; font-size:clamp(1rem,1.8vw,1.2rem); color:#6E9E7C; font-weight:600; display:inline-block; border-bottom:1px dashed #B9D2BD; padding-bottom:.5rem; margin:0 0 1.3rem; }
.acc4-sub em { font-style:normal; font-size:1.2em; }
.acc4-intro { font-family:'Noto Serif JP',serif; font-size:.92rem; line-height:2; color:#6f6b60; margin:0 0 1.8rem; }
.acc4-feats { display:flex; gap:clamp(.6rem,1.5vw,1.4rem); margin:0 0 1.8rem; }
.acc4-feat { flex:1; text-align:center; background:#fff; border:1px solid #F0E6E0; border-radius:14px; padding:1.2rem 1rem 1.1rem; box-shadow:0 10px 24px rgba(150,120,120,.10); }
.acc4-feat b { color:#E5789B; }
.acc4-feat-ic { width:72px; height:72px; margin:0 auto .7rem; border-radius:50%; border:1.5px solid #EBD6DC; background:#FCE7EE; display:flex; align-items:center; justify-content:center; color:#E58AA6; }
.acc4-feat-ic svg { width:34px; height:34px; }
.acc4-feat:nth-child(1) .acc4-feat-ic { background:#FCE7EE; border-color:#F2CBD8; color:#E5789B; }
.acc4-feat:nth-child(2) .acc4-feat-ic { background:#E7F2E9; border-color:#CDE6D3; color:#6FB58C; }
.acc4-feat:nth-child(3) .acc4-feat-ic { background:#FBEEDD; border-color:#F1D9B8; color:#E0A45E; }
.acc4-feat b { display:block; font-family:'Noto Serif JP',serif; font-size:.92rem; font-weight:600; color:#4a4a42; margin-bottom:.35rem; }
.acc4-feat span { display:block; font-size:.72rem; line-height:1.7; color:#8a8278; }
.acc4-route { border:1px solid #E5DFD0; border-radius:16px; padding:clamp(1rem,2vw,1.4rem); background:rgba(255,255,255,0.55); }
.acc4-route-h { font-family:'Noto Serif JP',serif; font-size:.86rem; font-weight:600; color:#5a6a5e; text-align:center; margin:0 0 .9rem; }
.acc4-route-steps { display:flex; align-items:flex-start; gap:.3rem; }
.acc4-step { flex:1; margin:0; text-align:center; }
.acc4-step-img { aspect-ratio:4/3; border-radius:8px; overflow:hidden; margin-bottom:.45rem; background:#EEEAE0; }
.acc4-step-img img { width:100%; height:100%; object-fit:cover; display:block; }
.acc4-step b { display:block; font-family:'Noto Serif JP',serif; font-size:.7rem; font-weight:600; color:#4a4a42; line-height:1.4; margin-bottom:.2rem; }
.acc4-step b i { display:inline-flex; width:15px; height:15px; border-radius:50%; background:#6E9E7C; color:#fff; font-style:normal; font-size:.6rem; align-items:center; justify-content:center; margin-right:.25em; vertical-align:.06em; }
.acc4-step span { display:block; font-size:.62rem; line-height:1.55; color:#8a8278; }
.acc4-step-arrow { align-self:center; color:#C9B79A; font-size:1.1rem; flex:none; padding-top:1.4rem; }
.acc4-ph { width:100%; height:100%; display:flex; align-items:center; justify-content:center; color:#BBAE90; background:repeating-linear-gradient(45deg,#F1ECE0,#F1ECE0 9px,#EAE3D2 9px,#EAE3D2 18px); }
.acc4-ph svg { width:26px; height:26px; opacity:.55; }
.acc4-right { position:relative; }
.acc4-clinic { position:relative; margin:0 0 1.6rem; background:#fff; padding:.7rem; border-radius:4px; box-shadow:0 20px 44px rgba(90,110,80,.2); transform:rotate(1.4deg); }
.acc4-clinic img { width:100%; display:block; border-radius:2px; }
.acc4-badge { position:absolute; left:-30px; top:-30px; width:134px; height:134px; border-radius:50%; background:#FBF6EC; border:3px solid #fff; box-shadow:0 8px 20px rgba(150,130,90,.2); display:flex; flex-direction:column; align-items:center; justify-content:center; transform:rotate(-3deg); z-index:3; }
.acc4-badge small { font-family:'Noto Serif JP',serif; font-size:.72rem; color:#7a6f62; }
.acc4-badge b { font-family:'Noto Serif JP',serif; font-size:1.18rem; font-weight:600; color:#4a4a42; }
.acc4-badge em { font-style:normal; font-size:1.5em; color:#E58AA6; }
.acc4-script { position:absolute; right:8px; top:-36px; font-family:'Cormorant Garamond',serif; font-style:italic; font-size:1.15rem; color:#6E9E7C; line-height:1.3; text-align:right; }
.acc4-bubble { font-family:'Noto Serif JP',serif; font-size:.8rem; font-weight:600; line-height:1.5; padding:.55rem 1rem; border-radius:16px; position:absolute; z-index:4; }
.acc4-bubble--clinic { background:#FCE3EC; color:#D8728F; right:-8px; bottom:-16px; transform:rotate(-2deg); }
.acc4-bubble--map { background:#FFF6E2; color:#C58A4A; left:6px; bottom:16px; text-align:center; }
.acc4-map { position:relative; }
.acc4-map-embed { border-radius:14px; overflow:hidden; box-shadow:0 14px 32px rgba(90,110,90,.14); }
.acc4-map-embed iframe { width:100%; height:280px; border:0; display:block; }
.acc4-station { position:absolute; right:-6px; bottom:-16px; width:150px; margin:0; background:#fff; padding:.4rem .4rem .1rem; border-radius:3px; box-shadow:0 10px 24px rgba(0,0,0,.16); transform:rotate(3deg); }
.acc4-station-img { aspect-ratio:4/3; overflow:hidden; border-radius:2px; background:#EEEAE0; }
.acc4-station-img img { width:100%; height:100%; object-fit:cover; display:block; }
.acc4-station figcaption { font-family:'Noto Serif JP',serif; font-size:.66rem; text-align:center; padding:.3rem 0; color:#5a5044; }
@media(max-width:900px){
  .acc4-inner { grid-template-columns:1fr; gap:2.6rem; }
  .acc4-badge { width:112px; height:112px; left:-14px; }
}
@media(max-width:560px){
  .acc4-feats { flex-direction:column; gap:1rem; }
  .acc4-feat { flex:0 0 auto; width:100%; }
  .acc4-route-steps { flex-wrap:wrap; gap:.6rem; }
  .acc4-step { flex:0 0 46%; }
  .acc4-step-arrow { display:none; }
}

/* イラストマップ枠 */
.acc4-ph small { font-size:.64rem; letter-spacing:.08em; margin-top:.3rem; }
.acc4-map-illust { aspect-ratio:4/3; border-radius:14px; overflow:hidden; box-shadow:0 14px 32px rgba(90,110,90,.14); background:#F1ECE0; }
.acc4-map-illust img { width:100%; height:100%; object-fit:cover; display:block; }

/* ===== ROUTE MOVIE セクション 装飾リニューアル (rv) ===== */
.acc3-video.rv { position:relative; overflow:hidden; background:linear-gradient(180deg,#ffffff 0%,#FBF7EF 100%); padding:clamp(3rem,6vw,5rem) clamp(1.2rem,4vw,3.5rem) clamp(3.5rem,7vw,6rem); }
.rv-bgroute { position:absolute; left:0; right:0; bottom:9%; width:100%; height:200px; opacity:.5; z-index:0; }
.acc3-video.rv .acc3-video-inner { position:relative; z-index:1; align-items:center; }
.rv-eyebrow { display:inline-flex; align-items:center; gap:.45rem; font-family:'Cormorant Garamond',serif; letter-spacing:.2em; font-weight:600; color:#E58AA6; font-size:.98rem; margin:0 0 .8rem; }
.rv-eyebrow svg { width:18px; height:18px; }
.acc3-video.rv .acc3-lead { margin-bottom:1.3rem; }

.rv-stage { position:relative; min-height:540px; display:flex; align-items:center; justify-content:center; }
.rv-route { position:absolute; inset:0; width:100%; height:100%; z-index:1; pointer-events:none; }
.acc3-video.rv .acc3-video-frame { position:relative; z-index:3; max-width:322px; }

.rv-station { position:absolute; top:-6px; left:1%; z-index:4; width:90px; height:90px; border-radius:50%; background:#fff; border:2px solid #F6D9E2; box-shadow:0 10px 22px rgba(160,130,120,.18); display:flex; flex-direction:column; align-items:center; justify-content:center; transform:rotate(-5deg); }
.rv-station small { font-family:'Noto Serif JP',serif; font-size:.74rem; font-weight:600; color:#5a5046; }
.rv-station b { font-family:'Cormorant Garamond',serif; font-size:.7rem; letter-spacing:.14em; color:#E58AA6; }

.rv-bubble { position:absolute; z-index:5; background:#fff; border:1px solid #F0E6D6; border-radius:16px; padding:.5rem .95rem; font-family:'Noto Serif JP',serif; font-size:.82rem; font-weight:600; color:#6f6357; box-shadow:0 8px 18px rgba(150,130,110,.14); white-space:nowrap; }
.rv-bubble::after { content:""; position:absolute; bottom:-6px; left:24px; width:11px; height:11px; background:#fff; border-right:1px solid #F0E6D6; border-bottom:1px solid #F0E6D6; transform:rotate(45deg); }
.rv-bubble--1 { top:8%; right:-2%; }
.rv-bubble--2 { top:46%; left:-4%; }
.rv-bubble--3 { bottom:16%; right:2%; background:#FCE3EC; color:#D8728F; border-color:#F6CBD9; }
.rv-bubble--3::after { background:#FCE3EC; border-color:#F6CBD9; }
.rv-bubble--3 b { font-size:1.15em; margin:0 .05em; }

.rv-foot { position:absolute; z-index:2; color:#F2B8CB; }
.rv-foot svg { width:15px; height:auto; display:block; }
.rv-foot--1 { top:24%; left:23%; transform:rotate(18deg); }
.rv-foot--2 { top:39%; right:22%; transform:rotate(-14deg); }
.rv-foot--3 { bottom:30%; left:28%; transform:rotate(26deg); }

.rv-goal { position:absolute; bottom:-4px; right:0; z-index:5; display:flex; align-items:center; gap:.35rem; background:rgba(255,255,255,.7); border-radius:12px; padding:.2rem .5rem; }
.rv-goal-pin { color:#E07491; display:block; }
.rv-goal-pin svg { width:30px; height:38px; display:block; }
.rv-goal-tx { font-family:'Noto Serif JP',serif; font-size:.82rem; font-weight:600; color:#5a5046; line-height:1.4; }

@media (max-width:820px){
  .acc3-video.rv .acc3-video-inner { grid-template-columns:1fr; gap:2.6rem; }
  .rv-stage { min-height:560px; margin-top:.5rem; }
  .rv-bgroute { display:none; }
}
@media (max-width:480px){
  .rv-bubble--2 { left:0; } .rv-bubble--1 { right:0; }
  .rv-station { left:0; width:78px; height:78px; }
}
@media (max-width:600px){
  /* 動画に重なる装飾を動画の外へ：START を上・GOAL を下に配置し、
     重なっていたルート線・足あと・吹き出しはモバイルでは非表示に */
  .rv-stage { flex-direction:column; min-height:0; }
  .rv-route, .rv-foot, .rv-bubble { display:none; }
  .rv-station { position:static; left:auto; top:auto; transform:rotate(-4deg); margin:0 auto 1rem; }
  .rv-goal { position:static; right:auto; bottom:auto; margin:1rem auto 0; }
}

/* ROUTE MOVIE 文字下の装飾 */
.rv-textdeco { position:relative; margin-top:clamp(1.8rem,3.5vw,2.6rem); height:84px; max-width:340px; }
.rv-td-route { position:absolute; left:0; top:8px; width:100%; height:70px; }
.rv-td-pin { position:absolute; color:#E07491; width:26px; }
.rv-td-pin svg { width:26px; height:32px; display:block; }
.rv-td-pin--a { left:4px; top:0; }
.rv-td-pin--b { right:0; top:6px; color:#5FA86F; }
.rv-td-foot { position:absolute; color:#F2B8CB; }
.rv-td-foot svg { width:14px; height:auto; display:block; }
.rv-td-foot--1 { left:32%; top:6px; transform:rotate(16deg); }
.rv-td-foot--2 { left:46%; top:30px; transform:rotate(-10deg); }
.rv-td-bubble { position:absolute; right:6%; top:34px; background:#FCE3EC; color:#D8728F; border:1px solid #F6CBD9; border-radius:14px; padding:.35rem .8rem; font-family:'Noto Serif JP',serif; font-size:.76rem; font-weight:600; white-space:nowrap; box-shadow:0 6px 14px rgba(200,140,160,.16); }
.rv-td-bubble b { font-size:1.1em; margin:0 .05em; }
@media (max-width:820px){ .rv-textdeco { margin-left:auto; margin-right:auto; } }

/* ===== アクセス：予約CTAコーナー ===== */
.acc-cta { background:linear-gradient(180deg,#FBF7EF,#F5F0E5); padding:clamp(2.8rem,5vw,4.2rem) clamp(1.2rem,4vw,2rem); text-align:center; }
.acc-cta-inner { max-width:760px; margin:0 auto; }
.acc-cta-eyebrow { font-family:'Cormorant Garamond',serif; letter-spacing:.22em; color:#E58AA6; font-weight:600; font-size:.95rem; margin:0 0 .5rem; }
.acc-cta-h { font-family:'Noto Serif JP',serif; font-size:clamp(1.4rem,3vw,2rem); font-weight:600; color:#3f3a33; margin:0 0 .9rem; }
.acc-cta-lead { font-family:'Noto Serif JP',serif; font-size:.95rem; line-height:1.9; color:#6f6357; margin:0 0 1.8rem; }
.acc-cta-btns { display:flex; justify-content:center; gap:clamp(.8rem,2vw,1.4rem); flex-wrap:wrap; }
.acc-cta-btn { display:inline-flex; align-items:center; gap:.7rem; padding:1rem 1.9rem; border-radius:16px; text-decoration:none; min-width:262px; justify-content:center; transition:transform .25s, box-shadow .25s; }
.acc-cta-btn-ico { width:30px; height:30px; flex:none; }
.acc-cta-btn-ico svg { width:100%; height:100%; }
.acc-cta-btn-tx { display:flex; flex-direction:column; align-items:flex-start; line-height:1.3; }
.acc-cta-btn-tx small { font-size:.7rem; font-weight:500; opacity:.92; }
.acc-cta-btn-tx b { font-family:'Noto Serif JP',serif; font-size:1.15rem; font-weight:700; letter-spacing:.02em; }
.acc-cta-btn--tel { background:#fff; border:1.5px solid #EAD9B0; color:#B5882F; box-shadow:0 10px 24px rgba(180,150,80,.12); }
.acc-cta-btn--web { background:linear-gradient(135deg,#EE8FA8,#F2A9BE); color:#fff; box-shadow:0 12px 28px rgba(230,140,165,.34); }
.acc-cta-btn:hover { transform:translateY(-3px); box-shadow:0 18px 38px rgba(180,150,120,.26); }
.acc-cta-btn-arr { font-family:'Cormorant Garamond',serif; font-size:1.3rem; }
@media(max-width:520px){ .acc-cta-btn { width:100%; min-width:0; } }

/* ===== 予約ページ (rsv) ===== */
.rsv-hero { position:relative; background:linear-gradient(180deg,#FBF8F1,#F6F1E6); padding:clamp(2.4rem,5vw,4rem) clamp(1.2rem,4vw,3rem) clamp(2.4rem,5vw,3.6rem); overflow:hidden; }
.rsv-hero-inner { position:relative; z-index:1; max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1fr 1.12fr; gap:clamp(1.6rem,4vw,3.4rem); align-items:center; }
.rsv-hero-h { font-family:'Noto Serif JP',serif; font-weight:600; font-size:clamp(2rem,4.5vw,3rem); color:#4a4236; letter-spacing:.06em; margin:0 0 1.2rem; }
.rsv-leaf { font-size:.7em; margin-left:.25em; }
.rsv-hero-lead { font-family:'Noto Serif JP',serif; font-size:clamp(.95rem,1.9vw,1.05rem); line-height:2; color:#6f6357; margin:0; }
.rsv-hero-photo { margin:0; border-radius:18px; overflow:hidden; box-shadow:0 22px 48px rgba(120,110,90,.18); aspect-ratio:16/10; }
.rsv-hero-photo img { width:100%; height:100%; object-fit:cover; display:block; }
.rsv-hero-arc { position:absolute; left:-70px; top:54px; width:230px; height:230px; border:2px dashed #E5DBC4; border-radius:50%; opacity:.6; z-index:0; }

.rsv-cards { background:#fff; padding:clamp(2.4rem,5vw,4rem) clamp(1.2rem,4vw,3rem); }
.rsv-cards-inner { max-width:1100px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:clamp(1.4rem,3vw,2.2rem); align-items:start; }
.rsv-card { position:relative; background:#fff; border:1px solid #EFE8DC; border-radius:22px; padding:clamp(1.8rem,3vw,2.6rem) clamp(1.4rem,2.5vw,2rem); box-shadow:0 18px 40px rgba(140,130,110,.10); text-align:center; }
.rsv-card-num { display:inline-flex; align-items:center; justify-content:center; width:62px; height:62px; border-radius:50%; font-family:'Cormorant Garamond',serif; font-size:1.7rem; font-weight:600; margin-bottom:.6rem; }
.rsv-card--first .rsv-card-num { background:#EAF4E2; color:#6FA873; }
.rsv-card--return .rsv-card-num { background:#FCE7EE; color:#E58AA6; }
.rsv-card-h { font-family:'Noto Serif JP',serif; font-size:clamp(1.3rem,2.6vw,1.7rem); font-weight:600; color:#3f3a33; margin:0 0 1rem; }
.rsv-card-lead { font-family:'Noto Serif JP',serif; font-size:.9rem; line-height:1.95; color:#6f6357; margin:0 0 1.5rem; }
.rsv-card-photos { display:grid; grid-template-columns:repeat(3,1fr); gap:.7rem; margin-bottom:1.6rem; }
.rsv-card-photos figure { margin:0; }
.rsv-cp-img { aspect-ratio:1/1; border-radius:50%; overflow:hidden; margin-bottom:.5rem; box-shadow:0 8px 18px rgba(120,110,90,.14); }
.rsv-cp-img img { width:100%; height:100%; object-fit:cover; display:block; }
.rsv-card-photos figcaption { font-family:'Noto Serif JP',serif; font-size:.72rem; color:#6f6357; line-height:1.4; }
.rsv-btn { display:flex; align-items:center; justify-content:center; gap:.7rem; padding:1.05rem 1.5rem; border-radius:14px; font-family:'Noto Serif JP',serif; font-size:1.1rem; font-weight:600; color:#fff; text-decoration:none; transition:transform .25s, box-shadow .25s, filter .25s; }
.rsv-btn--green { background:linear-gradient(135deg,#8FBE86,#A9D2A0); box-shadow:0 12px 28px rgba(120,170,110,.32); }
.rsv-btn--pink { background:linear-gradient(135deg,#E87B98,#F0A0B6); box-shadow:0 12px 28px rgba(230,130,160,.32); }
.rsv-btn:hover { transform:translateY(-3px); filter:brightness(1.04); }
.rsv-btn-ic { width:22px; height:22px; flex:none; } .rsv-btn-ic svg { width:100%; height:100%; }
.rsv-btn-arr { margin-left:auto; font-family:'Cormorant Garamond',serif; font-size:1.3rem; }

.rsv-first { background:linear-gradient(180deg,#FBF8F1,#F4EFE3); padding:clamp(2.4rem,5vw,4rem) clamp(1.2rem,4vw,3rem); }
.rsv-first-inner { max-width:1040px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:clamp(1.6rem,4vw,3rem); align-items:center; }
.rsv-first-photo { margin:0; border-radius:16px; overflow:hidden; box-shadow:0 18px 40px rgba(120,110,90,.16); }
.rsv-first-photo img { width:100%; display:block; }
.rsv-first-h { font-family:'Noto Serif JP',serif; font-size:clamp(1.4rem,3vw,1.9rem); font-weight:600; color:#3f3a33; margin:0 0 1rem; }
.rsv-first-text p { font-family:'Noto Serif JP',serif; font-size:.92rem; line-height:2; color:#6f6357; margin:0; }

.rsv-flow { background:#fff; padding:clamp(2.4rem,5vw,4rem) clamp(1.2rem,4vw,3rem); }
.rsv-flow-inner { max-width:1120px; margin:0 auto; }
.rsv-flow-h { font-family:'Noto Serif JP',serif; font-size:clamp(1.3rem,2.6vw,1.7rem); font-weight:600; color:#3f3a33; margin:0 0 2rem; }
.rsv-flow-steps { display:flex; align-items:flex-start; justify-content:center; gap:.3rem; flex-wrap:wrap; }
.rsv-step { flex:1; min-width:150px; text-align:center; }
.rsv-step-num { display:block; font-family:'Cormorant Garamond',serif; font-size:1.3rem; font-weight:600; color:#C2A24E; margin-bottom:.35rem; }
.rsv-step-ic { width:66px; height:66px; margin:0 auto .6rem; border-radius:50%; border:1.5px solid #E7DDC8; display:flex; align-items:center; justify-content:center; color:#8a9b6f; }
.rsv-step-ic svg { width:30px; height:30px; }
.rsv-step b { display:block; font-family:'Noto Serif JP',serif; font-size:.92rem; font-weight:600; color:#4a4236; margin-bottom:.4rem; }
.rsv-step-x { display:block; font-size:.72rem; line-height:1.65; color:#8a8278; }
.rsv-step-arr { align-self:center; color:#CFC3A8; font-size:1.3rem; padding-top:2rem; flex:none; }

.rsv-cta { background:linear-gradient(180deg,#FBF7EF,#F5F0E5); padding:clamp(2.2rem,4vw,3.4rem) clamp(1.2rem,4vw,2rem); }
.rsv-cta-inner { max-width:880px; margin:0 auto; text-align:center; background:#fff; border:1px solid #EFE8DC; border-radius:20px; padding:clamp(1.8rem,3vw,2.6rem); box-shadow:0 14px 32px rgba(140,130,110,.10); }
.rsv-cta-lead { font-family:'Noto Serif JP',serif; font-size:clamp(1rem,2vw,1.2rem); font-weight:600; color:#4a4236; margin:0 0 1.4rem; }
.rsv-cta-row { display:flex; align-items:center; justify-content:center; gap:clamp(1rem,2.5vw,2rem); flex-wrap:wrap; }
.rsv-cta-tel { display:inline-flex; align-items:center; gap:.6rem; text-decoration:none; }
.rsv-cta-tel-ic { width:32px; height:32px; color:#E58AA6; flex:none; } .rsv-cta-tel-ic svg { width:100%; height:100%; }
.rsv-cta-tel-tx { display:flex; flex-direction:column; align-items:flex-start; line-height:1.2; }
.rsv-cta-tel-tx b { font-family:'Cormorant Garamond',serif; font-size:1.85rem; font-weight:600; color:#4a4236; }
.rsv-cta-tel-tx small { font-size:.72rem; color:#8a8278; }
.rsv-cta-web { min-width:262px; }
@media(max-width:900px){
  .rsv-hero-inner, .rsv-cards-inner, .rsv-first-inner { grid-template-columns:1fr; }
  .rsv-first-photo { order:-1; max-width:420px; margin:0 auto; }
  .rsv-step { min-width:42%; }
  .rsv-step-arr { display:none; }
}

/* 予約ヒーロー：画像なし・中央寄せ・白背景 */
.rsv-hero--center { background:#fff; }
.rsv-hero--center .rsv-hero-inner { grid-template-columns:1fr; text-align:center; justify-items:center; }
.rsv-hero--center .rsv-hero-text { max-width:680px; }

/* 予約カード：テキスト＋大きな写真 (rsv-card2) */
.rsv-cards-inner { max-width:1200px; }
.rsv-card2 { display:grid; grid-template-columns:0.82fr 1.05fr; gap:clamp(.8rem,2vw,1.6rem); align-items:center; background:transparent; border:0; box-shadow:none; padding:0; text-align:left; }
.rsv-card2-text { padding:.5rem 0; }
.rsv-card2-num { display:block; font-family:'Cormorant Garamond',serif; font-size:3rem; font-weight:600; line-height:1; margin:0 0 .5rem; }
.rsv-card2--first .rsv-card2-num { color:#8FBE86; }
.rsv-card2--return .rsv-card2-num { color:#E58AA6; }
.rsv-card2-h { font-family:'Noto Serif JP',serif; font-size:clamp(1.4rem,2.8vw,1.9rem); font-weight:600; color:#3f3a33; margin:0 0 1.1rem; padding-bottom:.9rem; border-bottom:1px dashed #D9CFBA; }
.rsv-card2-lead { font-family:'Noto Serif JP',serif; font-size:.9rem; line-height:1.95; color:#6f6357; margin:0 0 1.6rem; }
.rsv-card2 .rsv-btn { width:100%; }
.rsv-card2-photo { margin:0; border-radius:18px; overflow:hidden; aspect-ratio:3/4; box-shadow:0 20px 44px rgba(120,110,90,.2); }
.rsv-card2-photo img { width:100%; height:100%; object-fit:cover; display:block; }
@media(max-width:900px){
  .rsv-cards-inner { grid-template-columns:1fr; }
  .rsv-card2 { grid-template-columns:0.9fr 1fr; }
}
@media(max-width:520px){
  .rsv-card2 { grid-template-columns:1fr; }
  .rsv-card2-photo { aspect-ratio:4/3; order:-1; }
}

/* 「10年後も…」ボタンのキラキラ用 */
.ofm-head-link.js-sparkle { position:relative; overflow:visible; }

/* 予約カード：ホバーで動く＋立体感 */
.rsv-card2 { transition:transform .35s ease; }
.rsv-card2-photo { transition:transform .45s cubic-bezier(.2,.7,.3,1), box-shadow .45s ease; will-change:transform; }
.rsv-card2:hover { transform:translateY(-6px); }
.rsv-card2--first:hover .rsv-card2-photo { transform:scale(1.035) rotate(-1deg); box-shadow:0 30px 60px rgba(120,150,110,.30); }
.rsv-card2--return:hover .rsv-card2-photo { transform:scale(1.035) rotate(1deg); box-shadow:0 30px 60px rgba(200,130,150,.28); }
.rsv-card2-text { transition:transform .35s ease; }
.rsv-card2:hover .rsv-card2-text { transform:translateY(-2px); }

/* 初診の方へ：白背景・中央・画像なし */
.rsv-first--plain { background:#fff; }
.rsv-first--plain .rsv-first-inner { grid-template-columns:1fr; text-align:center; max-width:760px; }
.rsv-first--plain .rsv-first-text p { font-size:.98rem; line-height:2.05; }

/* 歯科ドックリンク（初診の流れの下）*/
.rsv-flow-linkwrap { text-align:center; margin-top:clamp(1.8rem,3.5vw,2.6rem); }
.rsv-flow-link { position:relative; overflow:visible; display:inline-flex; align-items:center; gap:.7rem; padding:.95rem 2.2rem; font-family:'Noto Serif JP',serif; font-size:1rem; font-weight:600; color:#fff; text-decoration:none; background:linear-gradient(135deg,#8FBE86,#A9D2A0,#8FBE86); border-radius:999px; box-shadow:0 12px 28px rgba(120,170,110,.3); transition:transform .25s, box-shadow .25s, filter .25s; }
.rsv-flow-link:hover { transform:translateY(-3px); box-shadow:0 18px 38px rgba(120,170,110,.42); filter:brightness(1.04); }
.rsv-flow-link-arr { font-family:'Cormorant Garamond',serif; font-size:1.3rem; }

/* 汎用 js-sparkle 位置 */
.js-sparkle { position:relative; }
.rsv-btn.js-sparkle { overflow:visible; }

/* 神宮前駅から徒歩3分 バッジ さらに拡大 */
.acc4-badge { width:156px; height:156px; left:-34px; top:-34px; }
.acc4-badge small { font-size:.8rem; }
.acc4-badge b { font-size:1.32rem; }
.acc4-badge em { font-size:1.6em; }
@media(max-width:900px){ .acc4-badge { width:124px; height:124px; left:-14px; top:-14px; } }

/* お車でのご来院も大歓迎 バッジ（徒歩3分の下）*/
.acc4-badge--car { top:auto; bottom:-30px; left:-34px; width:132px; height:132px; background:#EAF4E2; border-color:#fff; transform:rotate(3deg); gap:.15rem; }
.acc4-badge--car .acc4-badge-car-ic { width:30px; height:30px; color:#6FA873; display:flex; align-items:center; justify-content:center; }
.acc4-badge--car .acc4-badge-car-ic svg { width:100%; height:100%; }
.acc4-badge--car b { font-size:.82rem; font-weight:600; color:#4a5a42; line-height:1.45; }
@media(max-width:900px){ .acc4-badge--car { width:106px; height:106px; left:-12px; bottom:-16px; } .acc4-badge--car b { font-size:.7rem; } }

/* お車バッジ さらに拡大 */
.acc4-badge--car { width:158px; height:158px; left:-36px; bottom:-36px; }
.acc4-badge--car b { font-size:.92rem; }
.acc4-badge--car .acc4-badge-car-ic { width:34px; height:34px; }
@media(max-width:900px){ .acc4-badge--car { width:120px; height:120px; left:-12px; bottom:-14px; } .acc4-badge--car b { font-size:.74rem; } }

/* ===== 初診の流れ 縦タイムライン (rsv-flow2) ===== */
.rsv-flow2 { position:relative; padding:5rem 1.5rem 5.5rem; background:#fff; overflow:hidden; }
.rsv-flow2-bg { position:absolute; z-index:1; opacity:.5; pointer-events:none; filter:grayscale(.15); }
.rsv-flow2-bg--bl { left:1.5%; bottom:5%; font-size:5rem; transform:rotate(-12deg); opacity:.4; }
.rsv-flow2-bg--br { right:1.5%; bottom:3%; font-size:4.4rem; transform:rotate(14deg); opacity:.4; }
.rsv-flow2-bg--bird { top:14%; right:8%; width:78px; opacity:.8; }
.rsv-flow2-bg--bird svg { width:100%; }
.rsv-flow2-inner { max-width:1000px; margin:0 auto; position:relative; z-index:2; }
.rsv-flow2-h { text-align:center; font-family:'Noto Serif JP',serif; font-size:2.15rem; font-weight:500; color:#5c6a4e; letter-spacing:.1em; margin:0 0 1.3rem; }
.rsv-flow2-hleaf { font-size:1.25rem; margin-left:.45rem; vertical-align:.1em; }
.rsv-flow2-lead { text-align:center; font-family:'Noto Serif JP',serif; color:#7c7668; line-height:2.05; font-size:1.02rem; margin:0 0 2.4rem; }

.rsv-flow2-timeline { position:relative; }
.rsv-flow2-line { position:absolute; left:50%; top:1.5%; bottom:1.5%; border-left:2px dashed #bdd4ae; transform:translateX(-50%); }
.rsv-flow2-sprout { position:absolute; left:50%; transform:translate(-50%,-50%); }
.rsv-flow2-sprout::before { content:"🌱"; font-size:1.15rem; }

.rsv-fstep { position:relative; display:grid; grid-template-columns:1fr 1fr; margin:0; }
.rsv-fstep + .rsv-fstep { margin-top:-2.2rem; }
.rsv-fstep-row { display:flex; align-items:center; gap:1.5rem; }
.rsv-fstep--left .rsv-fstep-row { grid-column:1; justify-content:flex-end; padding-right:3.4rem; }
.rsv-fstep--right .rsv-fstep-row { grid-column:2; justify-content:flex-start; padding-left:3.4rem; }
.rsv-fstep-circle { flex:0 0 auto; width:150px; height:150px; border-radius:50%; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; box-shadow:0 12px 28px rgba(150,155,125,.18); }
.rsv-fstep-num { font-family:'Cormorant Garamond',serif; font-size:2.7rem; line-height:1; font-weight:600; }
.rsv-fstep-t { font-family:'Noto Serif JP',serif; font-size:.88rem; font-weight:600; color:#5c594f; margin-top:.55rem; letter-spacing:.03em; }
.rsv-fstep-x { flex:0 1 250px; font-family:'Noto Serif JP',serif; font-size:.93rem; line-height:1.95; color:#6e6a5d; margin:0; }
.rsv-fstep-x small { font-size:.83rem; color:#8c877b; }
.rsv-fstep-ic { flex:0 0 auto; width:56px; height:56px; }
.rsv-fstep-ic svg { width:100%; height:100%; }

.rsv-fstep[data-c=green]  .rsv-fstep-circle { background:#E8F1E0; }
.rsv-fstep[data-c=green]  .rsv-fstep-num { color:#90BA7C; }
.rsv-fstep[data-c=green]  .rsv-fstep-ic { color:#a6c690; }
.rsv-fstep[data-c=pink]   .rsv-fstep-circle { background:#F8E7EC; }
.rsv-fstep[data-c=pink]   .rsv-fstep-num { color:#E59CB2; }
.rsv-fstep[data-c=pink]   .rsv-fstep-ic { color:#eeb3c5; }
.rsv-fstep[data-c=amber]  .rsv-fstep-circle { background:#F6EEDA; }
.rsv-fstep[data-c=amber]  .rsv-fstep-num { color:#D7AE5C; }
.rsv-fstep[data-c=amber]  .rsv-fstep-ic { color:#e0c483; }
.rsv-fstep[data-c=blue]   .rsv-fstep-circle { background:#E5EFF5; }
.rsv-fstep[data-c=blue]   .rsv-fstep-num { color:#82A9C6; }
.rsv-fstep[data-c=blue]   .rsv-fstep-ic { color:#9dc0d6; }
.rsv-fstep[data-c=purple] .rsv-fstep-circle { background:#EEE8F2; }
.rsv-fstep[data-c=purple] .rsv-fstep-num { color:#A98FC0; }
.rsv-fstep[data-c=purple] .rsv-fstep-ic { color:#c0acd2; }

.rsv-flow2-dock { position:relative; max-width:940px; margin:3.8rem auto 0; background:#F3ECDC; border:1px solid #e7ddc6; border-radius:24px; padding:2.5rem 2.8rem; display:flex; align-items:center; justify-content:space-between; gap:2rem; flex-wrap:wrap; overflow:hidden; }
.rsv-flow2-dock-leaf { position:absolute; font-size:2.1rem; opacity:.45; }
.rsv-flow2-dock-leaf--l { left:1rem; bottom:.6rem; transform:rotate(-14deg); }
.rsv-flow2-dock-leaf--r { right:1rem; top:.6rem; transform:rotate(16deg); }
.rsv-flow2-dock-tx { flex:1 1 380px; font-family:'Noto Serif JP',serif; color:#6e6557; line-height:2; margin:0; font-size:1rem; position:relative; z-index:1; }
.rsv-flow2-dock-btn { flex:0 0 auto; position:relative; z-index:1; display:inline-flex; align-items:center; gap:1.4rem; padding:1.05rem 2.6rem; font-family:'Noto Serif JP',serif; font-size:1.02rem; font-weight:600; color:#fff; text-decoration:none; background:linear-gradient(135deg,#92BC7E,#7FB06C); border-radius:999px; box-shadow:0 12px 26px rgba(120,170,100,.32); transition:transform .25s, box-shadow .25s, filter .25s; }
.rsv-flow2-dock-btn:hover { transform:translateY(-3px); box-shadow:0 18px 34px rgba(120,170,100,.42); filter:brightness(1.04); }
.rsv-flow2-dock-arr { font-family:'Cormorant Garamond',serif; font-size:1.35rem; }

@media(max-width:820px){
  .rsv-flow2-bg--bird { display:none; }
  /* 1mmチャレンジ「行うこと」と同じ左レール型タイムラインに */
  .rsv-flow2-line { display:block; left:34px; right:auto; top:.5rem; bottom:.5rem; transform:none; }
  .rsv-flow2-sprout { display:none; }
  .rsv-fstep { grid-template-columns:1fr; position:relative; margin:0 0 2rem; padding-left:92px; min-height:62px; }
  .rsv-fstep:last-child { margin-bottom:0; }
  .rsv-fstep + .rsv-fstep { margin-top:0; }
  .rsv-fstep--left .rsv-fstep-row, .rsv-fstep--right .rsv-fstep-row { grid-column:1; display:block; padding:0; text-align:left; }
  .rsv-fstep-ic { display:none; }
  /* 円を分解して、番号=レール上のノード／タイトル=見出しに */
  .rsv-fstep-circle { display:contents; }
  .rsv-fstep-num { position:absolute; left:34px; top:0; transform:translateX(-50%); width:62px; height:62px; margin:0; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.5rem; background:#fff; border:2px solid currentColor; box-shadow:0 7px 18px rgba(150,140,120,.16); }
  .rsv-fstep-t { display:block; margin:0 0 .55rem; font-size:1.18rem; line-height:1.5; color:#2f2a24; }
  .rsv-fstep-x { display:block; max-width:none; text-align:left; margin:0; }
  .rsv-flow2-dock { flex-direction:column; flex-wrap:nowrap; justify-content:flex-start; text-align:center; gap:1.1rem; padding:2rem 1.6rem; margin-top:2.4rem; }
  /* 横並び用の flex-basis(幅)が縦並びで高さとして効き、余白が巨大化していたのを解消 */
  .rsv-flow2-dock-lead, .rsv-flow2-dock-tx, .rsv-flow2-dock-btn { flex:0 0 auto; }
  .rsv-flow2-dock-btn { align-self:center; }
  /* スマホでは強制改行を解除して自然に折り返す（中途半端な改行を防ぐ） */
  .rsv-flow2-dock-lead br, .rsv-flow2-dock-tx br { display:none; }
  .rsv-flow2-dock-lead { font-size:1rem; line-height:1.95; margin-bottom:.2rem; }
  .rsv-flow2-dock-tx { font-size:.9rem; line-height:1.9; color:#8a8170; }
}

/* ===== HOME RECRUITバナー（ATSUTANOMORI DAYSの上） ===== */
.home-recruit { padding:4rem 1.5rem 2.5rem; background:transparent; }
.home-recruit-inner { max-width:720px; margin:0 auto; }
.home-recruit-link { display:block; position:relative; border-radius:22px; overflow:hidden; box-shadow:0 16px 38px rgba(190,165,120,.26); transition:transform .32s ease, box-shadow .32s ease; }
.home-recruit-link img { width:100%; height:auto; display:block; }
.home-recruit-link:hover { transform:translateY(-5px); box-shadow:0 26px 52px rgba(190,165,120,.34); }
.home-recruit-link .snav-sp-wrap { position:absolute; inset:0; pointer-events:none; z-index:2; }
@media(max-width:700px){ .home-recruit { padding:2.6rem 1.1rem 1.6rem; } .home-recruit-link { border-radius:16px; } }

/* ============================================================
   診療案内(TREATMENT)サブメニュー — 温かいパステルレインボー版
   「センスの良いカフェ / 北欧デザイン」: 白・角丸・余白・遊び心少々
   ============================================================ */
.snav-submenu--rainbow {
  min-width: 312px;
  background: #fff;
  border: 1px solid #F3ECE6;
  border-radius: 18px;
  padding: 18px 12px 16px;
  box-shadow: 0 18px 40px rgba(150,140,160,0.12), 0 4px 12px rgba(150,140,160,0.05);
  overflow: hidden;
}
/* 上部の細いパステルレインボーライン */
.snav-submenu--rainbow::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg,#F3A9C4,#EBC976,#93CBA3,#99BEE6,#B79CDB,#C9A8D6);
  opacity: .9;
}
/* 遊び心：小さな星とドットを2つだけ（コーナーの余白に控えめに） */
.snav-rb-deco::before {
  content: '✦';
  position: absolute;
  top: 9px; right: 18px;
  font-size: 10px; color: #ECB6CB; opacity: .85;
}
.snav-rb-deco::after {
  content: '';
  position: absolute;
  bottom: 12px; right: 22px;
  width: 5px; height: 5px; border-radius: 50%;
  background: #BFD9C6; opacity: .7;
}

/* 行 */
.snav-submenu--rainbow a {
  gap: 16px;
  padding: 14px 20px;
  margin: 1px 4px;
  border-radius: 13px;
  overflow: hidden;
  transition: background .22s ease, transform .22s ease;
}
.snav-submenu--rainbow a + a { border-top: none; }
/* ホバー：行全体が淡いパステルで塗られる（padding-leftジャンプは無効化） */
.snav-submenu--rainbow a:hover,
.snav-submenu--rainbow a.active { padding-left: 20px; }
/* 左から伸びる細いグラデーションライン */
.snav-submenu--rainbow a::before {
  content: '';
  position: absolute;
  left: 7px; top: 22%; bottom: 22%;
  width: 3px; border-radius: 3px;
  background: linear-gradient(180deg,#F3A9C4,#C9A8D6);
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform .28s ease;
}
.snav-submenu--rainbow a:hover::before,
.snav-submenu--rainbow a.active::before { left:7px; top:22%; bottom:22%; width:3px; height:auto; background: var(--treat-line); transform: scaleY(1); }
/* 右側の小さな矢印 */
.snav-submenu--rainbow a::after {
  content: '→';
  margin-left: auto;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  color: #CFC8BE;
  transform: translateX(-2px);
  transition: transform .24s ease, color .24s ease;
}
.snav-submenu--rainbow a:hover::after { transform: translateX(2px); color: var(--treat-num); }

/* 番号 */
.snav-submenu--rainbow .snav-sub-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--treat-num);
  width: 30px;
  justify-content: center;
  transition: transform .24s ease;
}
.snav-submenu--rainbow a:hover .snav-sub-num { transform: translateY(-1px); }
/* ラベル */
.snav-submenu--rainbow .snav-sub-text b { color: #4A453E; font-size: 14.5px; letter-spacing: .05em; }
.snav-submenu--rainbow .snav-sub-text em { color: #BDB6AC; font-size: 9px; letter-spacing: .26em; }

/* 番号ごとのパステルレインボー（nth-of-type で span を無視） */
.snav-submenu--rainbow a:nth-of-type(1){ --treat-num:#E48FB0; --treat-line:linear-gradient(180deg,#F3A9C4,#EBC4D4); }
.snav-submenu--rainbow a:nth-of-type(1):hover, .snav-submenu--rainbow a:nth-of-type(1).active { background:#FBEEF3; }
.snav-submenu--rainbow a:nth-of-type(2){ --treat-num:#D6A646; --treat-line:linear-gradient(180deg,#ECC976,#E9DCA8); }
.snav-submenu--rainbow a:nth-of-type(2):hover, .snav-submenu--rainbow a:nth-of-type(2).active { background:#FAF4DF; }
.snav-submenu--rainbow a:nth-of-type(3){ --treat-num:#6FBA88; --treat-line:linear-gradient(180deg,#93CBA3,#C3E1CA); }
.snav-submenu--rainbow a:nth-of-type(3):hover, .snav-submenu--rainbow a:nth-of-type(3).active { background:#ECF6EE; }
.snav-submenu--rainbow a:nth-of-type(4){ --treat-num:#7AA7D8; --treat-line:linear-gradient(180deg,#99BEE6,#C6D9F1); }
.snav-submenu--rainbow a:nth-of-type(4):hover, .snav-submenu--rainbow a:nth-of-type(4).active { background:#EBF2FB; }
.snav-submenu--rainbow a:nth-of-type(5){ --treat-num:#9A82C8; --treat-line:linear-gradient(180deg,#B49CDD,#D2C4EC); }
.snav-submenu--rainbow a:nth-of-type(5):hover, .snav-submenu--rainbow a:nth-of-type(5).active { background:#F0EAFA; }
.snav-submenu--rainbow a:nth-of-type(6){ --treat-num:#BB97D2; --treat-line:linear-gradient(180deg,#CDAADD,#E3CEEB); }
.snav-submenu--rainbow a:nth-of-type(6):hover, .snav-submenu--rainbow a:nth-of-type(6).active { background:#F5EFFA; }

/* ===== 予約ページ イントロエリア（北欧カフェ×ナチュラル） ===== */
.rsv-intro { position:relative; text-align:center; padding:clamp(4rem,8vw,6rem) 1.5rem clamp(2.4rem,5vw,3.6rem); background:linear-gradient(180deg,#FCF7F1 0%,#fff 100%); overflow:hidden; }
.rsv-intro-inner { max-width:760px; margin:0 auto; position:relative; z-index:2; }
.rsv-intro-sub { font-family:'Noto Serif JP',serif; font-size:clamp(.88rem,2vw,1rem); letter-spacing:.18em; color:#B98BA2; margin:0 0 1.15rem; }
.rsv-intro-h { font-family:'Noto Serif JP',serif; font-weight:500; font-size:clamp(1.55rem,4.6vw,2.5rem); line-height:1.6; letter-spacing:.07em; color:#4a443d; margin:0; }
.rsv-intro-wave { display:block; width:clamp(210px,42vw,300px); height:auto; margin:1.5rem auto 0; }
/* 装飾：控えめなパステルの星・ドット */
.rsv-intro-deco { position:absolute; z-index:1; pointer-events:none; }
.rsv-intro-deco--s1 { top:30%; left:13%;  color:#EFA9C0; font-size:17px; opacity:.75; }
.rsv-intro-deco--s2 { top:21%; right:15%; color:#C6A6D8; font-size:13px; opacity:.7; }
.rsv-intro-deco--s3 { bottom:22%; right:25%; color:#E6BC72; font-size:11px; opacity:.7; }
.rsv-intro-deco--d1 { width:7px; height:7px; border-radius:50%; background:#97CBA4; top:39%; right:12%; opacity:.5; }
.rsv-intro-deco--d2 { width:6px; height:6px; border-radius:50%; background:#9CC0E6; bottom:30%; left:18%; opacity:.5; }
.rsv-intro-deco--d3 { width:5px; height:5px; border-radius:50%; background:#F0A8C2; top:25%; left:27%; opacity:.45; }
@media(max-width:600px){
  .rsv-intro-deco--s1 { left:6%; top:26%; }
  .rsv-intro-deco--s2 { right:7%; }
  .rsv-intro-deco--s3, .rsv-intro-deco--d1, .rsv-intro-deco--d2, .rsv-intro-deco--d3 { display:none; }
}

/* ============================================================
   予約導線カード：交互レイアウト＋写真がふわっと浮く演出
   （ナチュラル/北欧/パステル/上品）
   ============================================================ */
.rsv-cards { position:relative; overflow:hidden; }
.rsv-cards-inner { max-width:1060px; display:flex; flex-direction:column; gap:clamp(3.2rem,7vw,6rem); grid-template-columns:none; }

.rsv-card2 { position:relative; display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,5vw,5rem); align-items:center; background:transparent; border:0; box-shadow:none; padding:0; }
/* 初めての方：テキスト左・写真右（DOM順のまま） */
/* 通院中の方：写真左・テキスト右（入れ替え） */
.rsv-card2--return .rsv-card2-text  { grid-column:2; grid-row:1; }
.rsv-card2--return .rsv-card2-photo { grid-column:1; grid-row:1; }

.rsv-card2-text { padding:clamp(.5rem,2vw,1.5rem) 0; }
.rsv-card2-h { border-bottom:none; padding-bottom:0; margin-bottom:1rem; }
.rsv-card2-h::after { content:''; display:block; width:54px; height:3px; margin-top:.95rem; border-radius:3px; background:linear-gradient(90deg,#F0A8C2,#EFC97D,#97CBA4,#9CC0E6,#C6A6D8); }
.rsv-card2-lead { font-size:.94rem; margin-bottom:1.8rem; }

/* 写真：角丸・柔らかい影・はみ出し・背後の光 */
.rsv-card2-photo { position:relative; z-index:1; margin:0; aspect-ratio:4/3.1; border-radius:30px; overflow:visible; box-shadow:none; }
.rsv-card2-photo img { position:relative; z-index:3; width:100%; height:100%; object-fit:cover; border-radius:30px; box-shadow:0 26px 52px rgba(120,118,104,.16); }
/* ::before = ぼかしたグラデーション（柔らかい光）  ::after = 淡いパステルの円 */
.rsv-card2-photo::before { content:''; position:absolute; z-index:0; width:78%; height:78%; border-radius:50%; filter:blur(40px); opacity:.9; }
.rsv-card2-photo::after  { content:''; position:absolute; z-index:0; width:62%; height:62%; border-radius:50%; opacity:.5; }
.rsv-card2--first  .rsv-card2-photo::before { background:radial-gradient(circle,rgba(150,200,150,.55),rgba(170,212,175,0) 70%); right:-9%; top:-12%; }
.rsv-card2--first  .rsv-card2-photo::after  { background:radial-gradient(circle,#C6E3C0,rgba(198,227,192,0) 72%); left:-10%; bottom:-9%; }
.rsv-card2--return .rsv-card2-photo::before { background:radial-gradient(circle,rgba(232,140,168,.48),rgba(244,200,214,0) 70%); left:-9%; top:-12%; }
.rsv-card2--return .rsv-card2-photo::after  { background:radial-gradient(circle,#F6CFDC,rgba(246,207,220,0) 72%); right:-10%; bottom:-9%; }
/* 写真をわずかに外側へはみ出す（PCのみ） */
@media(min-width:861px){
  .rsv-card2--first  .rsv-card2-photo { margin-right:clamp(-2.4rem,-3vw,-1rem); }
  .rsv-card2--return .rsv-card2-photo { margin-left:clamp(-2.4rem,-3vw,-1rem); }
}

/* 装飾：小さな星・ドット（控えめ・テーマカラー） */
.rsv-card2-deco { position:absolute; inset:0; z-index:2; pointer-events:none; }
.rsv-card2-deco::before { content:'✦'; position:absolute; font-size:14px; }
.rsv-card2-deco::after  { content:''; position:absolute; width:7px; height:7px; border-radius:50%; }
.rsv-card2--first  .rsv-card2-deco::before { top:2%; right:6%; color:#9CCB8F; opacity:.85; }
.rsv-card2--first  .rsv-card2-deco::after  { bottom:6%; right:46%; background:#BFE0C0; opacity:.7; }
.rsv-card2--return .rsv-card2-deco::before { top:2%; left:6%; color:#EFA9C0; opacity:.85; }
.rsv-card2--return .rsv-card2-deco::after  { bottom:6%; left:46%; background:#F4C8D6; opacity:.7; }

@media(max-width:860px){
  .rsv-card2 { grid-template-columns:1fr; gap:1.6rem; }
  .rsv-card2--return .rsv-card2-text { grid-column:1; grid-row:2; }
  .rsv-card2--return .rsv-card2-photo { grid-column:1; grid-row:1; }
  .rsv-card2-photo { aspect-ratio:4/3; order:-1; }
  .rsv-card2-deco { display:none; }
}

/* ============================================================
   予約導線カード（Image#3 配置）：横2カラム・写真を全面背景に
   左に白ベールでテキストを重ねる
   ============================================================ */
.rsv-cards { overflow:visible; }
.rsv-cards-inner { display:grid; grid-template-columns:1fr 1fr; gap:clamp(1.3rem,2.8vw,2.2rem); max-width:1120px; flex-direction:row; }
.rsv-card2 { position:relative; display:block; grid-template-columns:none; min-height:clamp(440px,44vw,560px); border-radius:26px; overflow:hidden; padding:0; gap:0; background:#fff; box-shadow:0 18px 44px rgba(120,118,104,.16); }
.rsv-card2--return .rsv-card2-text, .rsv-card2--return .rsv-card2-photo { grid-column:auto; grid-row:auto; }
/* 写真＝カード全面背景 */
.rsv-card2-photo { position:absolute; inset:0; z-index:0; margin:0 !important; border-radius:0; aspect-ratio:auto; overflow:hidden; box-shadow:none; }
.rsv-card2-photo img { width:100%; height:100%; object-fit:cover; object-position:72% center; border-radius:0; box-shadow:none; }
.rsv-card2-photo::before, .rsv-card2-photo::after { display:none !important; }
.rsv-card2-deco { display:none; }
/* 左の白ベール＋テキスト */
.rsv-card2-text { position:absolute; inset:0; z-index:2; display:flex; flex-direction:column; justify-content:center; padding:clamp(1.8rem,3.4vw,2.8rem); }
.rsv-card2-text::before { content:''; position:absolute; inset:0; z-index:-1; background:linear-gradient(95deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.94) 44%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0) 100%); }
.rsv-card2-text > * { max-width:60%; }
.rsv-card2-num { margin-bottom:.4rem; }
.rsv-card2-h { border-bottom:none; padding-bottom:0; margin-bottom:.9rem; }
.rsv-card2-h::after { content:''; display:block; width:64px; height:0; margin-top:.9rem; border-top:2px dashed #cfc6b6; }
.rsv-card2--first  .rsv-card2-h::after { border-top-color:#A9D2A0; }
.rsv-card2--return .rsv-card2-h::after { border-top-color:#F0A8B8; }
.rsv-card2-lead { margin-bottom:1.7rem; }
.rsv-card2 .rsv-btn { width:100%; max-width:62%; }
/* ホバー：写真をやさしくズーム */
.rsv-card2:hover { transform:none; }
.rsv-card2-photo img { transition:transform .5s cubic-bezier(.2,.7,.3,1); }
.rsv-card2:hover .rsv-card2-photo img { transform:scale(1.04); }
.rsv-card2--first:hover .rsv-card2-photo, .rsv-card2--return:hover .rsv-card2-photo { transform:none; box-shadow:none; }

@media(max-width:760px){
  .rsv-cards-inner { grid-template-columns:1fr; }
  .rsv-card2 { display:flex; flex-direction:column; min-height:0; }
  .rsv-card2-photo { position:relative; inset:auto; aspect-ratio:16/10; order:-1; }
  .rsv-card2-text { position:relative; inset:auto; padding:1.7rem 1.5rem 1.9rem; }
  .rsv-card2-text::before { background:#fff; }
  .rsv-card2-text > *, .rsv-card2 .rsv-btn { max-width:100%; }
}

/* 予約カード：写真なし版（テキスト＋ボタンのみ） */
.rsv-card2 { min-height:0; background:linear-gradient(180deg,#ffffff 0%,#FCF8F1 100%); border:1px solid #F0E9DB; box-shadow:0 14px 34px rgba(150,140,120,.12); }
.rsv-card2-photo { display:none !important; }
.rsv-card2-text { position:static; inset:auto; padding:clamp(2rem,4vw,3rem); }
.rsv-card2-text::before { display:none !important; }
.rsv-card2-text > * { max-width:100%; }
.rsv-card2 .rsv-btn { max-width:100%; width:100%; margin-top:.6rem; }
@media(max-width:760px){ .rsv-card2 { display:block; } }

/* ============================================================
   予約ページ「初診の方へ ご来院前にお読みください」(rcg / 2026-06-18)
   白基調・淡いパステル・余白多め・くすみグリーン見出し
   ============================================================ */
.rcg { background:#fff; padding:clamp(4rem,9vw,7rem) 1.5rem; }
.rcg-inner { max-width:880px; margin:0 auto; }
.rcg-head { text-align:center; margin:0 0 clamp(2.6rem,5vw,4rem); }
.rcg-eyebrow { display:inline-flex; align-items:center; gap:.45rem; font-family:'Cormorant Garamond',serif; letter-spacing:.24em; color:#7E9C82; font-size:.85rem; font-weight:600; }
.rcg-leaf { font-size:.95rem; }
.rcg-h { font-family:'Noto Serif JP',serif; font-weight:600; color:#4E6B52; font-size:clamp(1.55rem,3.8vw,2.3rem); line-height:1.55; letter-spacing:.06em; margin:.8rem 0 0; }
.rcg-h-sub { font-size:.74em; }
.rcg-line { display:block; width:56px; height:1px; background:linear-gradient(90deg,#AECDB2,#7FA886); margin:1.3rem auto; }
.rcg-lead { font-family:'Noto Serif JP',serif; color:#5f6a60; line-height:2.05; font-size:1rem; margin:0; }
.rcg-cards { display:flex; flex-direction:column; gap:clamp(1.4rem,3vw,2.2rem); }
.rcg-card { display:flex; gap:clamp(1.2rem,2.6vw,2rem); align-items:flex-start; background:#fff; border:1px solid #ECEAE2; border-radius:24px; box-shadow:0 12px 30px rgba(120,130,110,.07); padding:clamp(1.6rem,3vw,2.4rem); }
.rcg-ico { flex:0 0 auto; width:62px; height:62px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.rcg-ico svg { width:30px; height:30px; }
.rcg-ico[data-c="green"]    { background:#E4F0E6; color:#6BA277; }
.rcg-ico[data-c="blue"]     { background:#E3EEF6; color:#6E9CC4; }
.rcg-ico[data-c="pink"]     { background:#FBE7EE; color:#DD8AA6; }
.rcg-ico[data-c="lavender"] { background:#ECE5F5; color:#9986C4; }
.rcg-ico[data-c="apricot"]  { background:#FBEAD8; color:#D69A5E; }
.rcg-body { min-width:0; }
.rcg-card-h { font-family:'Noto Serif JP',serif; font-weight:600; color:#3f4a40; font-size:1.12rem; margin:0 0 .8rem; letter-spacing:.03em; }
.rcg-list { margin:0; padding:0; list-style:none; }
.rcg-list li { font-family:'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; font-size:.92rem; line-height:1.95; color:#555a52; padding-left:1.3rem; position:relative; }
.rcg-list li::before { content:''; position:absolute; left:.25rem; top:.78em; width:6px; height:6px; border-radius:50%; background:#AECDB2; }
.rcg-text { font-family:'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; font-size:.92rem; line-height:1.95; color:#555a52; margin:0; }
.rcg-note { font-family:'Hiragino Sans','Hiragino Kaku Gothic ProN','Noto Sans JP',sans-serif; font-size:.82rem; line-height:1.8; color:#867f72; background:#F5F4EE; border-radius:14px; padding:.95rem 1.15rem; margin:1rem 0 0; }
.rcg-btn { display:inline-flex; align-items:center; gap:.6rem; margin-top:1.1rem; padding:.72rem 1.7rem; border:1px solid #AECDB2; border-radius:999px; color:#4E6B52; font-family:'Noto Serif JP',serif; font-size:.92rem; text-decoration:none; transition:background .25s,color .25s,border-color .25s; }
.rcg-btn:hover { background:#4E6B52; color:#fff; border-color:#4E6B52; }
@media(max-width:680px){ .rcg-card { flex-direction:column; align-items:flex-start; gap:1rem; } }

/* 歯科ドックカード：リード文を全幅で上部に配置（2026-06-18） */
.rsv-flow2-dock-lead { flex:1 1 100%; position:relative; z-index:1; margin:0; text-align:center; font-family:'Noto Serif JP',serif; font-weight:600; color:#5f5749; font-size:1.06rem; line-height:2; }
.rsv-flow2-dock-lead + .rsv-flow2-dock-tx { font-size:.94rem; color:#8a8170; }

/* ヘッダー右端のハンバーガー：PC/タブレットでは非表示（タブナビと重複のため）。モバイル(600px以下)のみ表示 2026-06-18 */
@media (min-width: 601px) {
  .snav-info { display: none !important; }
}

/* ヘッダー：電話番号拡大に伴い、タブ余白を詰めて横スペース確保（デスクトップ）2026-06-18 */
@media(min-width:601px){
  .snav { padding: 0 26px; }
  .snav-tab { padding: 0 15px; }
  .snav-tab-has-sub .snav-tab-link { padding: 0 15px; }
  .snav-right { gap: 14px; }
}

/* ===== モバイル ハンバーガーメニュー：サブメニュー(アコーディオン) 2026-06-19 ===== */
@media (max-width: 600px){
  /* 2列グリッド → 1列リストに変更 */
  .snav-info-panel .snav-mnav { display: flex; flex-direction: column; gap: 7px; }
  .snav-info-panel .snav-mnav-item { flex-direction: row; align-items: baseline; gap: 8px; }
  .snav-info-panel .snav-mnav-item em { font-size: 9px; }

  .snav-macc { display: flex; flex-direction: column; }
  .snav-macc-head {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 13px 14px; border-radius: 13px; background: #FAF7F1; border: 1px solid #EFE8DC;
    cursor: pointer; -webkit-tap-highlight-color: transparent;
  }
  .snav-macc-label { display: flex; align-items: baseline; gap: 8px; }
  .snav-macc-label b { font-family: 'Noto Serif JP', serif; font-size: 14.5px; font-weight: 600; color: #38332E; letter-spacing: 0.06em; }
  .snav-macc-label em { font-style: normal; font-family: 'Cormorant Garamond', serif; font-size: 9px; letter-spacing: 0.2em; color: #B49452; }
  .snav-macc-caret { font-size: 12px; color: #B49452; transition: transform .28s ease; }
  .snav-macc.open .snav-macc-caret { transform: rotate(180deg); }
  .snav-macc.open .snav-macc-head { background: #F3ECDD; border-color: #E7DCC4; }

  .snav-macc-sub { display: none; flex-direction: column; gap: 5px; padding: 7px 0 3px 12px; }
  .snav-macc.open .snav-macc-sub { display: flex; }
  .snav-macc-link {
    display: flex; align-items: baseline; gap: 7px; padding: 11px 13px; border-radius: 11px;
    background: #fff; border: 1px solid #F0EADF; text-decoration: none; -webkit-tap-highlight-color: transparent;
  }
  .snav-macc-link::before { content: ""; flex: 0 0 auto; width: 5px; height: 5px; border-radius: 50%; background: #D9B86A; transform: translateY(-2px); }
  .snav-macc-link b { font-family: 'Noto Serif JP', serif; font-size: 13.5px; font-weight: 600; color: #4A443D; letter-spacing: 0.04em; }
  .snav-macc-link em { font-style: normal; font-family: 'Cormorant Garamond', serif; font-size: 8.5px; letter-spacing: 0.18em; color: #B49452; }
  .snav-macc-link.is-current { background: #38332E; border-color: #38332E; }
  .snav-macc-link.is-current b { color: #F7F3EC; }
  .snav-macc-link.is-current::before { background: #D9B86A; }
}


/* ===== モバイル：しおりタグ風メニューボタン 2026-06-19 ===== */
@media (max-width: 600px){
  #snav-info-toggle.snav-info{
    width: 48px; height: 62px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 5px; padding: 0 0 9px;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2046%2062%27%3E%3Cpath%20d%3D%27M11%202.6%20H35%20A8.5%208.5%200%200%201%2043.4%2011.1%20V57%20L23%2049%20L2.6%2057%20V11.1%20A8.5%208.5%200%200%201%2011%202.6%20Z%27%20fill%3D%27%23FFFFFF%27%20stroke%3D%27%23D9B86A%27%20stroke-width%3D%271.3%27%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat; background-position: center top; background-size: 100% 100%;
    border: none !important; border-radius: 0 !important; box-shadow: none !important;
    filter: drop-shadow(0 4px 7px rgba(180,150,90,0.20));
    transition: transform 0.26s ease, filter 0.26s ease;
    cursor: pointer; flex: 0 0 auto;
  }
  #snav-info-toggle.snav-info:hover,
  #snav-info-toggle.snav-info:active{
    transform: translateY(-3px);
    filter: drop-shadow(0 9px 16px rgba(180,150,90,0.34));
  }
  /* ≡ バー（細め・ゴールド） */
  #snav-info-toggle .snav-info-bars{ position: relative; width: 20px; height: 13px; display: block; }
  #snav-info-toggle .snav-info-bars i{
    position: absolute; left: 0; right: 0; height: 1.5px; background: #C0A058; border-radius: 2px;
    transition: transform 0.28s ease, opacity 0.2s ease;
  }
  #snav-info-toggle .snav-info-bars i:nth-child(1){ top: 0; }
  #snav-info-toggle .snav-info-bars i:nth-child(2){ top: 5.7px; }
  #snav-info-toggle .snav-info-bars i:nth-child(3){ top: 11.4px; }
  /* MENU テキスト（字間広め・ゴールド） */
  #snav-info-toggle .snav-info-menu{
    font-family: 'Cormorant Garamond', serif; font-size: 9px; line-height: 1;
    letter-spacing: 0.3em; color: #B0904E; padding-left: 0.3em; font-weight: 600;
  }
  /* 開いた状態：≡ → × */
  #snav-info-toggle[aria-expanded="true"] .snav-info-bars i:nth-child(1){ transform: translateY(5.7px) rotate(45deg); }
  #snav-info-toggle[aria-expanded="true"] .snav-info-bars i:nth-child(2){ opacity: 0; }
  #snav-info-toggle[aria-expanded="true"] .snav-info-bars i:nth-child(3){ transform: translateY(-5.7px) rotate(-45deg); }
}

/* ============================================================
   モバイル「しおりタグ」メニュー：上から降りる1枚の紙（2026-06-19）
   ============================================================ */
@media (max-width: 600px){
  /* 旧ドロップダウンの吹き出し矢印を消す */
  #snav-info-panel::before { display: none !important; }

  #snav-info-panel{
    position: fixed; top: 0; left: 0; right: 0;
    width: auto; max-width: none; margin: 0;
    padding: 66px 18px 30px;
    background: #FAF9F7;
    border: none;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 18px 34px rgba(150,135,95,0.16);
    transform: translateY(-100%);
    opacity: 0; visibility: hidden;
    transition: transform .44s cubic-bezier(.22,.61,.36,1), opacity .32s ease, visibility 0s linear .44s;
    z-index: 1000; overflow: visible;
  }
  #snav-info-panel.open{
    transform: translateY(0); opacity: 1; visibility: visible;
    transition: transform .44s cubic-bezier(.22,.61,.36,1), opacity .32s ease;
  }
  /* 下端中央のV字（▽）— 1枚の紙のページ感 */
  #snav-info-panel::after{
    content: ""; position: absolute; left: 50%; bottom: -12px;
    width: 32px; height: 13px; transform: translateX(-50%);
    background: #FAF9F7; clip-path: polygon(0 0, 100% 0, 50% 100%);
    box-shadow: 0 7px 9px rgba(150,135,95,0.10);
  }
  /* さりげない装飾 */
  #snav-info-panel .snav-mnav{ position: relative; display: block; margin: 0; gap: 0; }
  #snav-info-panel .snav-mnav::before{
    content: "🌿"; position: absolute; top: -40px; right: 2px; font-size: 13px; opacity: .45;
  }
  #snav-info-panel .snav-mnav::after{
    content: "✦"; position: absolute; bottom: -14px; left: 6px; font-size: 10px; color: #D9B66B; opacity: .5;
  }

  /* メニュー項目（絵文字＋日本語＋英語＋矢印） */
  .snav-sheet-item{
    display: flex; align-items: center; gap: 13px;
    padding: 15px 6px; text-decoration: none;
    border-bottom: 1px dotted #E4DAC4;
    -webkit-tap-highlight-color: transparent;
  }
  .snav-sheet-item:last-child{ border-bottom: none; }
  .snav-sheet-ico{ flex: 0 0 auto; width: 26px; text-align: center; font-size: 17px; }
  .snav-sheet-tx{ flex: 1 1 auto; display: flex; flex-direction: column; gap: 2px; }
  .snav-sheet-tx b{ font-family: 'Noto Serif JP', serif; font-size: 15px; font-weight: 600; color: #3A342F; letter-spacing: .06em; }
  .snav-sheet-tx em{ font-style: normal; font-family: 'Cormorant Garamond', serif; font-size: 9.5px; letter-spacing: .22em; color: #B7A066; }
  .snav-sheet-arr{ flex: 0 0 auto; font-family: 'Cormorant Garamond', serif; font-size: 19px; color: #D9B66B; }
  .snav-sheet-item.is-current b{ color: #58B89A; }
  .snav-sheet-item.is-current .snav-sheet-arr{ color: #58B89A; }
  .snav-sheet-item:active{ background: #F3EFE7; border-radius: 12px; }

  /* 開いている間：しおりを少し引き抜いて浮かせる */
  #snav-info-toggle.is-open{ transform: translateY(-2px); filter: drop-shadow(0 9px 16px rgba(180,150,90,0.30)); }
}

/* しおりメニュー：ゴールド細線アイコン＋サブメニュー(アコーディオン) 2026-06-19 */
@media (max-width: 600px){
  .snav-sheet-ico{ font-size: 0; color: #C0A058; }
  .snav-sheet-ico svg{ width: 21px; height: 21px; display: block; margin: 0 auto; }

  .snav-sheet-group{ display: block; border-bottom: 1px dotted #E4DAC4; }
  .snav-sheet-group:last-child{ border-bottom: none; }
  .snav-sheet-head{ width: 100%; background: none; border: none; cursor: pointer; text-align: left; font: inherit; }
  .snav-sheet-group .snav-sheet-item{ border-bottom: none; }
  .snav-sheet-caret{ transition: transform .28s ease; color: #D9B66B; }
  .snav-sheet-caret svg{ width: 17px; height: 17px; }
  .snav-sheet-group.open .snav-sheet-caret{ transform: rotate(180deg); }

  .snav-sheet-sub{ display: none; flex-direction: column; padding: 0 0 9px 40px; }
  .snav-sheet-group.open .snav-sheet-sub{ display: flex; }
  .snav-sheet-sublink{ display: flex; align-items: baseline; gap: 9px; padding: 9px 6px; text-decoration: none; -webkit-tap-highlight-color: transparent; }
  .snav-sheet-dot{ flex: 0 0 auto; width: 5px; height: 5px; border-radius: 50%; background: #D9B66B; transform: translateY(-2px); }
  .snav-sheet-sublink b{ font-family: 'Noto Serif JP', serif; font-size: 13.5px; font-weight: 600; color: #4A443D; letter-spacing: .05em; }
  .snav-sheet-sublink em{ font-style: normal; font-family: 'Cormorant Garamond', serif; font-size: 8.5px; letter-spacing: .2em; color: #B7A066; margin-left: 3px; }
  .snav-sheet-sublink.is-current b{ color: #58B89A; }
  .snav-sheet-sublink.is-current .snav-sheet-dot{ background: #58B89A; }
  .snav-sheet-sublink:active{ background: #F3EFE7; border-radius: 10px; }
}
