/*
Theme Name: Mouton Whip Spa
Theme URI:
Description: LP theme for ムートンホイップスパ 千葉校
Version: 1.0
Author:
*/

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  background: #ebebeb;
  overflow-x: hidden;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #333;
  overflow-x: hidden;
  max-width: 100%;
}
/* セリフ体を主要見出しに適用 */
.buzz-top-text,
.buzz-title-overlay,
.fail-title,
.invite-title,
.reviews-header h2,
.section-title-bar,
.problems-title {
  font-family: 'Noto Serif JP', serif;
}

/* ===== CONTAINER SYSTEM ===== */
.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== HEADER ===== */
.site-header {
  background: linear-gradient(160deg, #1b4642 0%, #163835 100%);
  border-bottom: 1px solid rgba(78,205,196,0.2);
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.logo-area {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}
.logo-badge {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.site-name {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.sns-icon {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.sns-icon:hover { transform: translateY(-3px) scale(1.1); box-shadow: 0 6px 16px rgba(0,0,0,0.25); }
.sns-icon.line  { background: #06C755; }
.sns-icon.insta { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.sns-icon svg { fill: #fff; width: 17px; height: 17px; }
.header-cta {
  background: linear-gradient(135deg, #4ecdc4, #3ab8b0);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(78,205,196,0.4);
  letter-spacing: 0;
  border: 1px solid rgba(255,255,255,0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.header-cta:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 20px rgba(78,205,196,0.55);
  background: linear-gradient(135deg, #5eddd4, #4ecdc4);
}

/* ===== HERO ===== */
.hero { overflow: hidden; }
.hero-title-bar {
  background: linear-gradient(155deg, #d8f4f2 0%, #e8e0ff 55%, #fce8f6 100%);
  text-align: center;
  padding: 11px 16px;
  font-size: 22px;
  font-weight: 900;
  color: #2aaa9e;
  letter-spacing: 3px;
  font-style: italic;
  text-shadow: none;
}
/* PC専用: hero内左側ブランドテキスト */
.hero-mv-brand {
  display: none;
}

/* Hero wrapper: stacked on mobile, side-by-side on PC */
.hero-wrap {
  position: relative;
  overflow: hidden;
  min-height: 540px;
}

/* Illustration panel (full-bleed BG on mobile, right col on PC) */
.hero-illus-panel {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-foam-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg,
    #faf3ee 0%, #f5e8de 12%,
    #cce8f2 50%, #a8d8ec 100%
  );
  position: relative;
  overflow: hidden;
}
.hero-foam-bg::after {
  content: '';
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-42%);
  width: 190px;
  height: 270px;
  background: linear-gradient(180deg, #f8e8d8 0%, #f0d8c4 60%, #e8cdb8 100%);
  border-radius: 50% 50% 42% 42%;
  opacity: 0.45;
}
.hero-bg-bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.55), rgba(180,235,252,0.2));
  border: 1px solid rgba(255,255,255,0.45);
}
.foam-pile {
  position: absolute;
  bottom: 52px;
  left: 10%;
  right: 5%;
  height: 180px;
  pointer-events: none;
}
.foam-c {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 28% 22%, rgba(255,255,255,0.96), rgba(180,235,252,0.38));
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: inset 0 -2px 5px rgba(100,200,230,0.12), 0 1px 4px rgba(255,255,255,0.5);
}
.foam-c.a  { width:68px;height:68px;bottom:60px;left:30px; }
.foam-c.b  { width:90px;height:90px;bottom:80px;left:60px; }
.foam-c.c  { width:74px;height:74px;bottom:55px;left:120px; }
.foam-c.d  { width:58px;height:58px;bottom:90px;left:150px; }
.foam-c.e  { width:82px;height:82px;bottom:72px;right:30px; }
.foam-c.f  { width:48px;height:48px;bottom:110px;right:60px; }
.foam-c.g  { width:66px;height:66px;bottom:95px;right:10px; }
.foam-c.h  { width:54px;height:54px;bottom:125px;left:80px; }
.foam-c.i  { width:40px;height:40px;bottom:140px;left:170px; }
.foam-c.j  { width:44px;height:44px;bottom:130px;right:70px; }
.foam-c.k  { width:36px;height:36px;bottom:158px;left:110px; }
.foam-c.l  { width:52px;height:52px;bottom:145px;right:40px; }
.foam-c.sm1{ width:26px;height:26px;bottom:170px;left:50px;opacity:.7; }
.foam-c.sm2{ width:20px;height:20px;bottom:178px;left:200px;opacity:.6; }
.foam-c.sm3{ width:24px;height:24px;bottom:180px;right:90px;opacity:.7; }
.foam-drip {
  position: absolute;
  background: radial-gradient(circle at 35% 25%, rgba(255,255,255,0.9), rgba(150,220,248,0.3));
  border: 1px solid rgba(255,255,255,0.7);
}
.foam-drip.d1 { width:18px;height:28px;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;bottom:44px;left:88px; }
.foam-drip.d2 { width:14px;height:22px;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;bottom:44px;left:145px; }
.foam-drip.d3 { width:16px;height:26px;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;bottom:44px;right:58px; }

/* Text panel (overlay on mobile, left col on PC) */
.hero-text-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 22px 16px 18px;
}
.hero-text-top { margin-bottom: 0; }
.hero-text-mochi {
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
  display: block;

  background: linear-gradient(
    to right,
    #1a9994  0%,
    #2aaca8  9%,
    #48bcb7 18%,
    #7ed4cf 29%,
    #c0edea 41%,
    #ffffff 50%,
    #c0edea 59%,
    #7ed4cf 71%,
    #48bcb7 82%,
    #2aaca8 91%,
    #1a9994 100%
  );
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  filter:
    drop-shadow(1px 1px 0   rgba(120,220,215,1.0))
    drop-shadow(2px 2px 0   rgba(100,205,200,0.88))
    drop-shadow(3px 3px 0   rgba(80,190,185,0.72))
    drop-shadow(4px 4px 0   rgba(60,175,170,0.52))
    drop-shadow(5px 6px 18px rgba(130,230,225, 0.45));

  animation: mochiShine 4.5s ease-in-out infinite;
  margin-bottom: 12px;
}
.hero-text-foam {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;

  background: linear-gradient(
    to right,
    #1a9994  0%,
    #2aaca8  9%,
    #48bcb7 18%,
    #7ed4cf 29%,
    #c0edea 41%,
    #ffffff 50%,
    #c0edea 59%,
    #7ed4cf 71%,
    #48bcb7 82%,
    #2aaca8 91%,
    #1a9994 100%
  );
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  filter:
    drop-shadow(0.5px 0.5px 0   rgba(120,220,215,1.0))
    drop-shadow(1px   1px   0   rgba(100,205,200,0.88))
    drop-shadow(1.5px 1.5px 0   rgba(80,190,185,0.72))
    drop-shadow(2px   3px   8px rgba(130,230,225, 0.40));

  animation: mochiShine 4.5s ease-in-out -2.25s infinite;
}
.hero-text-heal {
  font-size: 44px;
  font-weight: 900;
  color: #62d4cc;
  text-shadow: 0 2px 8px rgba(255,255,255,0.8), 1px 1px 0 rgba(255,255,255,0.5);
}
.hero-text-smile-line {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  line-height: 1.2;
}
.hero-text-smile {
  font-size: 44px;
  font-weight: 900;
  color: #f5c518;
  text-shadow: 0 2px 8px rgba(255,255,255,0.8), 1px 1px 0 rgba(255,255,255,0.5);
}
.hero-text-sub {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  text-shadow: 0 1px 4px rgba(255,255,255,0.9);
}
/* CTA inside text panel (mobile: full-width pill at bottom) */
.hero-cta {
  background: linear-gradient(90deg, #f5a020, #f5c418);
  color: #fff;
  font-size: 19px;
  font-weight: 900;
  padding: 16px 24px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 5px 20px rgba(245,160,32,0.55), inset 0 1px 0 rgba(255,255,255,0.4);
  letter-spacing: 2px;
  width: 100%;
  text-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.hero-cta:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 14px 36px rgba(245,160,32,0.65), inset 0 1px 0 rgba(255,255,255,0.4);
  background: linear-gradient(90deg, #f5b030, #f5d028);
}
.hero-cta .play-btn {
  width: 30px;
  height: 30px;
  background: rgba(0,0,0,0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-cta .play-btn::after {
  content: '';
  width: 0; height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  margin-left: 3px;
}

/* Badges (absolute within hero-wrap on all sizes) */
.hero-badges {
  position: absolute;
  right: 12px;
  bottom: 90px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin: 0;
}
/* 1枚目を2列にまたがらせて頂点に */
.hero-badges .badge-circle:first-child {
  grid-column: 1 / -1;
  justify-self: center;
}
.badge-row { display: contents; }
.badge-circle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 9.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.95);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
/* Glossy top highlight */
.badge-circle::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.42) 0%, rgba(255,255,255,0) 100%);
  border-radius: 50% 50% 0 0 / 50% 50% 0 0;
  pointer-events: none;
  z-index: 1;
}
/* Small bottom-left shimmer */
.badge-circle::after {
  content: '';
  position: absolute;
  bottom: 14%;
  left: 14%;
  width: 20%;
  height: 10%;
  background: rgba(255,255,255,0.35);
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  z-index: 1;
}
/* Badge 1: インスタ映え — rich violet */
.badge-circle:nth-child(1) {
  background: linear-gradient(145deg, #d4a4ff 0%, #a855f7 50%, #7c3aed 100%);
  border: 2px solid rgba(255,255,255,0.35);
  box-shadow:
    0 8px 24px rgba(124,58,237,0.5),
    0 2px 8px rgba(0,0,0,0.15),
    inset 0 1px 1px rgba(255,255,255,0.35);
}
/* Badge 2: 全国150店舗 — vivid teal */
.badge-circle:nth-child(2) {
  background: linear-gradient(145deg, #67e8dc 0%, #10b9b0 50%, #0c8a85 100%);
  border: 2px solid rgba(255,255,255,0.35);
  box-shadow:
    0 8px 24px rgba(13,148,136,0.5),
    0 2px 8px rgba(0,0,0,0.15),
    inset 0 1px 1px rgba(255,255,255,0.35);
}
/* Badge 3: 加盟金0円 — warm gold */
.badge-circle:nth-child(3) {
  background: linear-gradient(145deg, #fde68a 0%, #f59e0b 50%, #d97706 100%);
  border: 2px solid rgba(255,255,255,0.35);
  box-shadow:
    0 8px 24px rgba(217,119,6,0.5),
    0 2px 8px rgba(0,0,0,0.15),
    inset 0 1px 1px rgba(255,255,255,0.35);
}
.badge-circle .num  { font-size: 22px; font-weight: 900; color: #fff; line-height: 1; text-shadow: 0 1px 4px rgba(0,0,0,0.18); }
.badge-circle .unit { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.95); }

/* ===== STATS ===== */
.stats-section {
  background: url('images/stats-bg-sp.jpeg') center center / cover no-repeat;
  padding: 48px 0 40px;
  width: 100%;
  min-height: 750px;
  display: flex;
  align-items: center;
}
.stats-badges {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  padding: 48px 24px;
  margin-bottom: 24px;
}
/* 外枠: カードなし・浮遊アニメーション */
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: statFloat 4s ease-in-out infinite;
}
.stat-item:nth-child(2) { animation-delay: -1.33s; }
.stat-item:nth-child(3) { animation-delay: -2.66s; }
@keyframes statFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-22px); }
}
/* 英語ラベル: 四角カードの上からはみ出す金色イタリック */
.stat-label-top {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 26px;
  color: #d4a800;
  text-shadow: 0 1px 0 rgba(255,220,80,0.5);
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
/* 内側の円 */
.stat-badge {
  background: linear-gradient(165deg, #f5ccd8 0%, #d4b0e8 48%, #b0ccf0 100%);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 20px rgba(180,140,220,0.25), inset 0 2px 8px rgba(255,255,255,0.6);
  position: relative;
  overflow: hidden;
}
.stat-badge::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(255,255,255,0.38) 0%, transparent 100%);
  border-radius: 50% 50% 0 0;
}
.stat-inner-label {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
  position: relative;
}
.stat-badge .stat-num {
  font-size: 58px;
  font-weight: 900;
  color: #222;
  line-height: 1;
  letter-spacing: -2px;
  position: relative;
}
.stat-badge .stat-unit { font-size: 24px; font-weight: 700; color: #222; letter-spacing: 0; }
.stat-badge .stat-desc {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.2);
  margin-top: 6px;
  position: relative;
}
.stats-desc {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 14px;
  text-align: center;
}
.stats-desc .big { font-size: 44px; font-weight: 900; color: #4ecdc4; }
.stats-sub {
  font-size: 17px;
  color: #666;
  line-height: 1.85;
  text-align: center;
}

/* ===== INVITE ===== */
.invite-section {
  background: linear-gradient(135deg, #4ecdc4, #3ab8b0);
  padding: 28px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.invite-section h3  { font-size: 16px; font-weight: 700; margin-bottom: 6px; opacity: .95; }
.invite-section .invite-main { font-size: 20px; font-weight: 900; margin-bottom: 10px; }
.invite-section .invite-big {
  font-size: 88px;
  font-weight: 900;
  color: #ff5c92;
  text-shadow: 2px 2px 0 rgba(255,255,255,0.5);
  line-height: 1;
  margin-bottom: 8px;
  animation: inviteFuwatto 2.2s ease-out forwards;
  opacity: 0;
}
@keyframes inviteFuwatto {
  0%   { opacity: 0; transform: translateY(28px) scale(0.88); }
  60%  { opacity: 1; transform: translateY(-6px) scale(1.03); }
  100% { opacity: 1; transform: translateY(0)    scale(1); }
}
.invite-btn {
  background: #fff;
  color: #3ab8b0;
  font-size: 14px;
  font-weight: 900;
  padding: 13px 28px;
  border-radius: 50px;
  margin-top: 12px;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(0,0,0,0.12);
}

/* ===== LIMITED ===== */
.limited-section {
  background: url('images/limited-bg.png') center center / cover no-repeat;
  padding: 56px 0;
  text-align: center;
}
.limited-section .inner {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  padding: 40px 24px;
  max-width: 680px;
}
.limited-title { font-size: 58px; font-weight: 900; color: #4ecdc4; line-height: 1.1; margin-bottom: 4px; font-family: 'Noto Sans JP', sans-serif; }
.limited-sub   { font-size: 16px; font-weight: 700; color: #4ecdc4; margin-bottom: 24px; }
.limited-area-label { font-size: 13px; color: #777; margin-bottom: 14px; }
.limited-3col {
  display: grid;
  grid-template-columns: 76px 1fr 76px;
  gap: 10px;
  align-items: center;
  justify-items: center;
  margin-bottom: 20px;
}
.limited-circle {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid rgba(78,205,196,0.55);
  border-radius: 50%;
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: #1a8a85;
  text-align: center;
  line-height: 1.5;
  box-shadow: 0 6px 20px rgba(78,205,196,0.22), inset 0 1px 0 #fff;
  animation: limitedFloat 3.8s ease-in-out infinite;
}
.limited-circle:last-child {
  animation-delay: -1.9s;
}
@keyframes limitedFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-14px); }
}
.limited-main-box {
  background: linear-gradient(135deg, #ffd700, #ffb300);
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  box-shadow: 0 4px 14px rgba(255,179,0,0.35);
}
.limited-main-box .main-label { font-size: 16px; font-weight: 900; color: #fff; white-space: normal; text-align: center; line-height: 1.6; }
.limited-main-box .main-sub   { font-size: 12px; color: rgba(255,255,255,0.9); margin-top: 4px; }

/* ===== LINE CTA BUTTON ===== */
.line-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #4ecdc4, #3ab8b0);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  padding: 22px 52px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 5px 16px rgba(78,205,196,0.45);
  letter-spacing: 1px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.line-cta-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 32px rgba(78,205,196,0.55);
  background: linear-gradient(135deg, #5eddd4, #4ecdc4);
}
.line-cta-btn .play {
  width: 26px;
  height: 26px;
  background: rgba(255,255,255,0.32);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.line-cta-btn .play::after {
  content: '';
  width: 0; height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  margin-left: 2px;
}
.cta-wrap {
  padding: 14px 20px;
  text-align: center;
  background: #fff;
}
.cta-wrap--wide {
  padding: 56px 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* ===== BUZZ ===== */
.buzz-section { overflow: hidden; }
.buzz-main {
  background: linear-gradient(160deg, #f0e8ff 0%, #ffe8f4 100%);
}
.buzz-main-grid {
  display: flex;
  flex-direction: column;
  min-height: 480px;
}
/* 左: 写真フル */
.buzz-left {
  position: relative;
  background: url('images/buzz-photo.jpg') center center / cover no-repeat;
  min-height: 300px;
  display: flex;
  align-items: flex-start;
  padding: 0;
  overflow: hidden;
}
.buzz-top-text {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.buzz-top-text span { font-size: 32px; font-weight: 900; display: inline-block; color: #f5a020; }
.buzz-title-overlay {
  position: absolute;
  bottom: 62px;
  right: 16px;
  z-index: 2;
  font-size: 64px;
  font-weight: 900;
  text-align: right;
  line-height: 1.1;
  background: linear-gradient(45deg, #f9ce34 0%, #ee2a7b 40%, #6228d7 80%, #405de6 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,0.35));
  opacity: 0;
}
.buzz-title-overlay.is-visible {
  animation:
    buzzTitleIn 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
    buzzGradientShift 3.5s ease 0.6s infinite;
}
@keyframes buzzTitleIn {
  0%   { opacity: 0; transform: scale(0.45); }
  70%  { opacity: 1; transform: scale(1.08); }
  85%  { transform: scale(0.96); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes buzzGradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.buzz-footer-band {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(150, 230, 218, 0.88);
  color: #1a9e94;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 4px;
  font-style: italic;
  text-align: center;
  padding: 12px 0;
}
/* 右: テキストコンテンツ */
.buzz-right {
  padding: 20px;
  background: url('images/magic-bg.jpeg') center center / cover no-repeat;
  display: flex;
  align-items: center;
}
.buzz-glass {
  width: 100%;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 20px;
  padding: 24px 20px;
  box-shadow: 0 8px 32px rgba(120, 60, 160, 0.18), inset 0 1px 0 rgba(255,255,255,0.45);
}
.buzz-title { font-size: 58px; font-weight: 900; color: #b080ff; text-shadow: 2px 2px 0 rgba(176,128,255,0.18); line-height: 1; margin-bottom: 4px; }
.buzz-title .exclaim { color: #333; }
.buzz-subtitle {
  font-size: 18px;
  font-weight: 900;
  color: #222;
  margin: 0 auto 22px;
  width: fit-content;
  background: linear-gradient(transparent 58%, rgba(255, 215, 0, 0.75) 58%);
  padding: 0 6px 2px;
  line-height: 1.7;
}
.buzz-brand {
  background: linear-gradient(135deg, #4ecdc4, #7ed8e8);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.buzz-desc { font-size: 14px; color: #555; text-align: center; margin-bottom: 10px; font-weight: 700; }
.buzz-magic-italic { font-size: 22px; font-weight: 900; color: #c4005a; text-align: center; margin-bottom: 10px; text-shadow: 0 1px 0 rgba(255,255,255,0.6); }
.buzz-magic-italic em { font-style: italic; border-bottom: 2px solid #c4005a; }
.buzz-magic-label {
  background: linear-gradient(90deg, #ff5c92, #ff8fb5);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 16px;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 14px;
}
.buzz-points { list-style: none; }
.buzz-points li {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  padding: 8px 0 8px 32px;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px solid rgba(78,205,196,0.15);
}
.buzz-points li:last-child { border-bottom: none; }
.buzz-points li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #4ecdc4, #1ab8a8);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
}
.buzz-points .mark {
  background: linear-gradient(transparent 55%, rgba(255, 215, 0, 0.8) 55%);
  font-weight: 900;
  color: #1a1a1a;
  padding: 0 2px;
}

/* ===== PROBLEMS (dark) ===== */
.dark-marble-bg {
  background: url('images/dark-bg.jpg') center center / cover no-repeat;
  position: relative;
}
.problems-section {
  background: none;
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
.problems-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='1' height='1' fill='rgba(255,255,255,0.02)'/%3E%3C/svg%3E") repeat;
}
.problems-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.problems-layout {
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 1;
  align-items: stretch;
}
.problems-woman-bg {
  flex-shrink: 0;
  width: 58%;
  pointer-events: none;
  overflow: hidden;
}
.problems-woman-bg img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
  filter: brightness(0.65) contrast(1.1);
  mask-image:
    linear-gradient(to bottom, transparent 0%, black 6%, black 88%, transparent 100%),
    linear-gradient(to right, black 60%, transparent 100%);
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, black 6%, black 88%, transparent 100%),
    linear-gradient(to right, black 60%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}
.problems-photo {
  width: 130px;
  flex-shrink: 0;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.checklist { flex: 1; list-style: none; }
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #fff;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  line-height: 1.45;
}
.check-icon {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #e53935, #c62828);
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
  font-weight: 900;
  margin-top: 1px;
  box-shadow: 0 1px 4px rgba(229,57,53,0.4);
}
.problems-bottom {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.tried-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 20px 0 0;
  position: relative;
  z-index: 1;
}
.tried-row-break { width: 100%; height: 0; }
.tried-tag {
  background: rgba(255,255,255,0.18);
  border: 2px solid rgba(255,255,255,0.55);
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.35);
  letter-spacing: 0.5px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.tried-tag:hover {
  transform: translateY(-5px) scale(1.05);
  background: rgba(255,255,255,0.32);
  box-shadow: 0 10px 28px rgba(0,0,0,0.5);
}

/* ===== FAIL ===== */
.fail-section {
  background: none;
  padding: 32px 0 0;
}
.fail-title { font-size: 30px; font-weight: 900; color: #fff; margin-bottom: 22px; text-align: center; letter-spacing: 1px; }
.fail-visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fail-visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #1a1a1a;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 2;
}
.fail-visual img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  filter: brightness(0.75);
}
.fail-lead {
  position: absolute;
  top: 92px;
  left: 16px;
  z-index: 3;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}
.fail-copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px 20px;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.65) 100%);
}
.fail-text  { font-size: 28px; font-weight: 900; color: #fff; line-height: 1.3; margin-bottom: 10px; text-shadow: 0 2px 8px rgba(0,0,0,0.6); }
.fail-sub   { font-size: 18px; color: #fff; font-weight: 900; text-shadow: 0 2px 8px rgba(0,0,0,0.6); }
.arrow-down {
  width: 0; height: 0;
  border-left: 44px solid transparent;
  border-right: 44px solid transparent;
  border-top: 30px solid #2e3e50;
  margin: 0 auto 20px;
}

/* ===== SOLUTION ===== */
.solution-section {
  background: url('images/magic-bg2.jpeg') center center / cover no-repeat;
  padding: 36px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.solution-bubbles { position: absolute; inset: 0; pointer-events: none; }
.bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, rgba(255,255,255,0.82), rgba(200,222,255,0.28));
  border: 1px solid rgba(255,255,255,0.6);
}
.solution-glass-header {
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 24px;
  padding: 32px 28px 24px;
  margin-bottom: 32px;
  box-shadow: 0 8px 32px rgba(78, 205, 196, 0.15), inset 0 1px 0 rgba(255,255,255,0.5);
  position: relative;
  z-index: 1;
}
.solution-overtitle  { font-size: 18px; color: #ff5c92; font-weight: 700; margin-bottom: 8px; }
.solution-brand {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 4px;
  letter-spacing: 3px;
  background: linear-gradient(120deg, #4ecdc4 0%, #a8edea 30%, #ffffff 50%, #a8edea 70%, #4ecdc4 100%);
  background-size: 250% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 12px rgba(78,205,196,0.55));
  animation: solutionBrandShimmer 3s ease infinite;
}
@keyframes solutionBrandShimmer {
  0%   { background-position: 100% 50%; }
  50%  { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.solution-tagline    { font-size: 32px; font-weight: 700; color: #333; margin-bottom: 22px; }
.solution-whip-count {
  background: rgba(255,255,255,0.72);
  border-radius: 50px;
  padding: 11px 28px;
  font-size: 16px;
  font-weight: 700;
  color: #555;
  display: inline-block;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
/* Effects grid: 2-col mobile → 3-col tablet+ */
.effects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  position: relative;
  z-index: 1;
  text-align: left;
}
.effect-card {
  background: #fff;
  border-radius: 16px;
  padding: 0 14px 16px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.09);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.effect-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}
.effect-card .effect-num {
  display: block;
  background: linear-gradient(135deg, #4ecdc4 0%, #2bb8d8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  padding: 14px 18px;
  border-radius: 0;
  margin: 0 -14px 14px;
  letter-spacing: 0.5px;
}
.effect-card .effect-photo {
  width: 100%; height: 140px;
  border-radius: 8px;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
}
.effect-card .effect-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.effect-card .effect-title  { font-size: 14px; font-weight: 900; color: #333; margin-bottom: 8px; line-height: 1.3; }
.effect-card .effect-list   { list-style: none; }
.effect-card .effect-list li { font-size: 11px; color: #555; padding: 3px 0; line-height: 1.55; }
.effect-card .effect-list li::before { content: '・'; color: #4ecdc4; }
.effect-card .effect-list li strong  { color: #ff5c92; }

/* ===== REVIEWS ===== */
.reviews-section {
  background: linear-gradient(160deg, #b4e8f8 0%, #d4e8ff 50%, #e4d8ff 100%);
  padding: 36px 0;
  position: relative;
  overflow: hidden;
}
/* Floating music notes */
.reviews-notes-bg { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.reviews-notes-bg::before {
  content: '♪';
  position: absolute;
  top: 5%; left: 3%;
  font-size: 28px;
  color: rgba(78,205,196,0.22);
  animation: noteFloat 5.2s ease-in-out infinite;
}
.reviews-notes-bg::after {
  content: '♫';
  position: absolute;
  top: 8%; right: 5%;
  font-size: 22px;
  color: rgba(245,197,24,0.25);
  animation: noteFloat 4.5s ease-in-out infinite 0.8s;
}
.note-deco {
  position: absolute;
  font-size: 20px;
  animation: noteFloat 5s ease-in-out infinite;
  user-select: none;
  pointer-events: none;
}
@keyframes noteFloat {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50%       { transform: translateY(-10px) rotate(8deg); }
}
.reviews-section > .note-deco:nth-of-type(1) { top:3%;  left:12%; color:rgba(78,205,196,.22); animation-delay:0s; }
.reviews-section > .note-deco:nth-of-type(2) { top:12%; right:14%;color:rgba(245,197,24,.26);animation-delay:1.2s; }
.reviews-section > .note-deco:nth-of-type(3) { top:22%; left:6%;  color:rgba(255,107,157,.2); animation-delay:.6s; }
.reviews-section > .note-deco:nth-of-type(4) { top:35%; right:4%; color:rgba(78,205,196,.18); animation-delay:2s; }
.reviews-section > .note-deco:nth-of-type(5) { top:55%; left:2%;  color:rgba(245,197,24,.22); animation-delay:1.5s; }
.reviews-section > .note-deco:nth-of-type(6) { top:68%; right:6%; color:rgba(255,107,157,.18);animation-delay:3s; }
.reviews-section > .note-deco:nth-of-type(7) { top:80%; left:8%;  color:rgba(78,205,196,.2);  animation-delay:.9s; }
.reviews-section > .note-deco:nth-of-type(8) { top:88%; right:10%;color:rgba(245,197,24,.24); animation-delay:2.4s; }
.reviews-header {
  text-align: center;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.reviews-header .en-title { font-size: 24px; font-weight: 900; color: #4ecdc4; font-style: italic; letter-spacing: 1px; }
.reviews-header .star-row  { font-size: 22px; color: #f5c518; letter-spacing: 6px; margin: 4px 0; }
.reviews-header h2 {
  background: linear-gradient(135deg, #4ecdc4, #7edce8);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  padding: 10px 24px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 6px;
  box-shadow: 0 3px 12px rgba(78,205,196,0.35);
}
/* Review cards grid: 1-col mobile → 2-col lg */
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.review-card {
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}
/* ---- バナー（上部：写真＋名前＋★） ---- */
.review-header-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #f0f0f8;
}
.review-photo {
  width: 80px;
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  flex-shrink: 0;
}
.review-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.review-banner-info { display: flex; flex-direction: column; gap: 5px; }
.review-name  { font-size: 16px; font-weight: 900; color: #333; }
.review-stars { color: #f5c518; font-size: 18px; letter-spacing: 2px; }
/* ---- Q&A 2×2グリッド ---- */
.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.review-grid-item { display: flex; flex-direction: column; gap: 6px; }
.review-q  { background: linear-gradient(135deg, #ff5c92, #ff8fb5); color: #fff; font-size: 10px; font-weight: 700; padding: 5px 11px; border-radius: 50px; display: inline-block; line-height: 1.5; }
.review-q2 { background: linear-gradient(135deg, #f5a020, #f5c418); color: #fff; font-size: 10px; font-weight: 700; padding: 5px 11px; border-radius: 50px; display: inline-block; line-height: 1.5; }
.review-q3 { background: linear-gradient(135deg, #7edce8, #4ecdc4); color: #fff; font-size: 10px; font-weight: 700; padding: 5px 11px; border-radius: 50px; display: inline-block; line-height: 1.5; }
.review-advice-q { background: linear-gradient(135deg, #b4e880, #98d060); color: #fff; font-size: 10px; font-weight: 700; padding: 5px 11px; border-radius: 50px; display: inline-block; line-height: 1.5; }
.review-a  { font-size: 12px; color: #555; line-height: 1.75; background: #f8f8fc; border-radius: 8px; padding: 10px; flex: 1; }
.review-advice-a { font-size: 12px; color: #555; line-height: 1.75; background: #f8f8fc; border-radius: 8px; padding: 10px; flex: 1; }

/* ===== ACTIVITY ===== */
.activity-section { }
.section-title-bar {
  background: linear-gradient(135deg, #4ecdc4, #3ab0a7);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  padding: 16px;
  letter-spacing: 0.5px;
}
.activity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: #e8e8e8;
}
.activity-item { background: #fff; display: flex; flex-direction: column; }
.activity-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.activity-photo {
  width: 100%; height: 200px;
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end; justify-content: center;
}
.activity-photo.tv    { background: linear-gradient(135deg, #1a2a3a, #0d1a28); }
.activity-photo.meet  { background: linear-gradient(135deg, #2a3a50, #1a2a40); }
.activity-photo.paris { background: linear-gradient(135deg, #2e2240, #1e1430); }
.activity-photo-label { font-size: 7px; color: #556; font-family: monospace; text-align: center; position: relative; z-index: 1; padding-bottom: 4px; }
.activity-caption { font-size: 10px; color: #333; font-weight: 700; padding: 7px 8px 3px; line-height: 1.4; }
.activity-desc    { font-size: 10px; color: #777; padding: 0 8px 10px; line-height: 1.55; flex: 1; }

/* ===== VIDEO ===== */
.review-meeting-section { }
.review-meeting-content { padding: 20px 0; background: #fff; }
.video-wrap {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 24px rgba(0,0,0,0.14);
}
.video-thumb {
  width: 100%; height: 220px;
  background: linear-gradient(155deg, #1e3040, #0d2030 60%, #0a1820 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.video-thumb::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 25% 35%, rgba(78,205,196,0.14) 0%, transparent 48%),
    radial-gradient(ellipse at 75% 65%, rgba(126,216,232,0.08) 0%, transparent 40%);
}
.video-thumb-label { position: absolute; top: 12px; left: 12px; font-size: 10px; color: rgba(255,255,255,0.5); font-family: monospace; z-index: 1; }
.video-play-btn {
  width: 60px; height: 60px;
  background: rgba(255,255,255,0.92);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 22px rgba(0,0,0,0.35);
  position: relative; z-index: 1;
}
.video-play-btn::after { content: ''; width: 0; height: 0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 19px solid #4ecdc4; margin-left: 4px; }
.video-duration { position: absolute; bottom: 10px; right: 12px; background: rgba(0,0,0,0.65); color: #fff; font-size: 11px; padding: 2px 7px; border-radius: 4px; font-family: monospace; z-index: 1; }
.video-controls { height: 36px; background: #222; display: flex; align-items: center; padding: 0 12px; gap: 10px; }
.video-ctrl-play { width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 10px solid #fff; }
.video-ctrl-progress { flex: 1; height: 3px; background: #444; border-radius: 2px; position: relative; }
.video-ctrl-progress::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 12%; background: #4ecdc4; border-radius: 2px; }
.video-ctrl-time { font-size: 10px; color: #aaa; font-family: monospace; white-space: nowrap; }

/* ===== FAQ ===== */
.faq-section { background: #fff; padding: 0 0 20px; }
.faq-items-wrap { }
.faq-item { border-bottom: 1px solid #eee; padding: 18px 0; }
.faq-q { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; }
.faq-q-icon { width: 26px; height: 26px; background: linear-gradient(135deg, #4ecdc4, #3ab8b0); color: #fff; font-size: 14px; font-weight: 900; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 2px 6px rgba(78,205,196,0.35); }
.faq-q-text { font-size: 14px; font-weight: 700; color: #333; line-height: 1.55; flex: 1; }
.faq-a { display: flex; gap: 10px; align-items: flex-start; }
.faq-a-icon { width: 26px; height: 26px; background: linear-gradient(135deg, #f5a020, #f5c418); color: #fff; font-size: 14px; font-weight: 900; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 2px 6px rgba(245,160,32,0.35); }
.faq-a-text { font-size: 13px; color: #555; line-height: 1.8; flex: 1; }
.faq-a-text ul { list-style: none; padding-left: 4px; margin-top: 6px; }
.faq-a-text ul li { padding: 3px 0; font-size: 12px; }
.faq-a-text ul li::before { content: '・'; color: #4ecdc4; }

/* ===== ACCESS ===== */
.access-section { padding: 36px 0; background: #fff; border-top: 3px solid #4ecdc4; }
.access-layout { display: grid; grid-template-columns: 1fr; gap: 20px; }
.access-info { background: linear-gradient(135deg, #e8f8f8, #f0f8ff); border-radius: 10px; padding: 20px; }
.access-info h3 { background: linear-gradient(135deg, #4ecdc4, #7edce8); color: #fff; font-size: 14px; font-weight: 700; padding: 9px 14px; border-radius: 7px; margin-bottom: 14px; text-align: center; }
.access-info p  { font-size: 13px; color: #555; line-height: 1.9; text-align: center; }
.access-info .tel { font-size: 14px; font-weight: 700; color: #333; margin-top: 10px; display: block; }
.map-frame { width: 100%; border-radius: 10px; overflow: hidden; box-shadow: 0 3px 14px rgba(0,0,0,0.1); }
.map-frame iframe { width: 100%; height: 220px; border: 0; display: block; }

/* ===== FOOTER ===== */
.site-footer {
  background: linear-gradient(160deg, #1b4642 0%, #163835 100%);
  color: #fff;
}
.footer-main {
  padding: 52px 0 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  text-align: center;
}
/* Brand block */
.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.footer-logo {
  width: 88px;
  height: 88px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}
.footer-brand-name {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
}
.footer-brand-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  font-style: italic;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
/* Info block */
.footer-info { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.footer-info-title {
  font-size: 13px;
  font-weight: 700;
  color: #4ecdc4;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(78,205,196,0.3);
  padding-bottom: 6px;
  width: 100%;
  text-align: center;
}
.footer-info-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: rgba(255,255,255,0.82);
  line-height: 1.7;
  text-align: left;
}
.footer-info-row .icon {
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}
.footer-tel-link {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
.footer-tel-link:hover { color: #4ecdc4; }
/* CTA block */
.footer-cta-block { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.footer-cta-label {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  font-weight: 700;
  letter-spacing: 0.5px;
}
.footer-line-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #06C755, #05a848);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(6,199,85,0.4);
  letter-spacing: 0.5px;
  transition: transform 0.15s, box-shadow 0.15s;
}
.footer-line-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(6,199,85,0.55); }
.footer-line-btn .line-icon { width: 22px; height: 22px; flex-shrink: 0; }
.footer-sns-row {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-sns-label {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin-right: 4px;
}
.footer-sns-btn {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.15s, opacity 0.15s;
}
.footer-sns-btn:hover { transform: translateY(-2px); opacity: 0.85; }
.footer-sns-btn.line  { background: #06C755; }
.footer-sns-btn.insta { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.footer-sns-btn svg   { fill: #fff; width: 20px; height: 20px; }
/* Divider */
.footer-divider {
  width: 40px;
  height: 2px;
  background: rgba(78,205,196,0.4);
  border-radius: 2px;
  margin: 0 auto;
}
/* Bottom bar */
.footer-bottom {
  padding: 16px 0;
  text-align: center;
}
.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copyright {
  font-size: 11px;
  color: rgba(255,255,255,0.38);
}
.footer-policy-link {
  font-size: 11px;
  color: rgba(255,255,255,0.38);
  text-decoration: none;
}
.footer-policy-link:hover { color: rgba(255,255,255,0.7); }
/* Responsive */
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
  .footer-brand  { align-items: flex-start; }
  .footer-info   { align-items: flex-start; }
  .footer-info-title { text-align: left; }
  .footer-cta-block  { align-items: flex-start; }
  .footer-divider { margin: 0; }
}
@media (min-width: 1024px) {
  .footer-grid { grid-template-columns: 1.6fr 1.2fr 1fr; gap: 56px; }
  .footer-logo { width: 100px; height: 100px; }
  .footer-brand-name { font-size: 20px; }
}

/* ===== HERO FLOATING BUBBLES ===== */
.hero-bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
/* Text-panel bubbles: hidden on mobile, shown on PC */
.hero-text-bubbles {
  display: none;
}
.hb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%,
    rgba(255,255,255,0.78) 0%,
    rgba(255,255,255,0.18) 38%,
    rgba(160,228,252,0.06) 100%
  );
  border: 1px solid rgba(255,255,255,0.58);
  box-shadow: inset 0 -2px 5px rgba(100,200,240,0.12);
  opacity: 0;
  animation: hbFloat var(--d, 8s) linear var(--dl, 0s) infinite;
}
.hb::after {
  content: '';
  position: absolute;
  top: 16%;
  left: 20%;
  width: 30%;
  height: 15%;
  background: rgba(255,255,255,0.75);
  border-radius: 50%;
  filter: blur(1px);
}
@keyframes mochiShine {
  0%   { background-position: 100% 0; }
  42%  { background-position:   0% 0; }
  58%  { background-position:   0% 0; }
  100% { background-position: 100% 0; }
}
@keyframes hbFloat {
  0%   { transform: translate(0,       0);     opacity: 0;    }
  8%   { opacity: 0.82; }
  25%  { transform: translate( 10px, -175px); }
  50%  { transform: translate( -8px, -350px); }
  75%  { transform: translate( 12px, -525px); }
  92%  { opacity: 0.4; }
  100% { transform: translate( -5px, -720px); opacity: 0;    }
}

/* ===== HERO PHOTO (actual image) ===== */
.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
@media (min-width: 1024px) {
  .hero-photo { object-position: center 40%; }
}
/* Mobile: teal gradient overlay so text stays readable over the photo */
@media (max-width: 1023px) {
  .hero-text-panel {
    background: none;
  }
}

/* ===== SCROLL TOP ===== */
.scroll-top {
  position: fixed; bottom: 24px; right: 20px;
  width: 44px; height: 44px;
  background: linear-gradient(135deg, #4ecdc4, #3ab8b0);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(78,205,196,0.45);
  z-index: 99;
  transition: transform 0.2s;
}
.scroll-top:active { transform: scale(0.9); }
.scroll-top::before { content: ''; width: 10px; height: 10px; border-top: 2px solid #fff; border-left: 2px solid #fff; transform: rotate(45deg) translateY(2px); }

/* ============================================================
   RESPONSIVE – TABLET  768px+
   ============================================================ */
@media (min-width: 768px) {
  /* Header: restore PC sizes */
  .logo-badge { width: 48px; height: 48px; }
  .site-name  { font-size: 13px; }
  .header-actions { gap: 8px; }
  .header-cta { font-size: 11px; padding: 7px 14px; letter-spacing: 0.3px; }

  /* Hero: larger text */
  .hero-text-mochi { font-size: 88px; }
  .hero-text-foam  { font-size: 30px; }
  .hero-text-heal  { font-size: 56px; }
  .hero-text-smile { font-size: 56px; }
  .hero-text-sub   { font-size: 28px; }
  .hero-wrap { min-height: 600px; }
  .hero-cta  { font-size: 22px; }

  /* Badges bigger */
  .badge-circle { width: 84px; height: 84px; }
  .badge-circle .num { font-size: 22px; }

  /* Stats */
  .stats-section { background-image: url('images/stats-bg-pc.png'); }
  .stats-badges { flex-direction: row; align-items: center; gap: 32px; padding: 56px 32px; }
  .stat-badge { width: 200px; height: 200px; }
  .stat-badge .stat-num { font-size: 56px; }
  .stat-badge .stat-unit { font-size: 23px; }
  .stat-inner-label { font-size: 14px; }
  .stat-badge .stat-desc { font-size: 13px; }
  .stat-label-top { font-size: 28px; }

  /* Effects: 3 columns */
  .effects-grid { grid-template-columns: repeat(3, 1fr); }

  /* Activity photos taller */
  .activity-photo { height: 240px; }
  .activity-caption { font-size: 11px; }
  .activity-desc    { font-size: 11px; }

  /* Video taller */
  .video-thumb { height: 280px; }

  /* FAQ: 2-column layout */
  .faq-items-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 32px;
  }
  .faq-item { border-bottom: 1px solid #eee; }

  /* Map taller */
  .map-frame iframe { height: 280px; }
}

/* ============================================================
   RESPONSIVE – DESKTOP  1024px+
   ============================================================ */
@media (min-width: 1024px) {
  /* ── Hero: フルブリード画像 ＋ テキストオーバーレイ ── */
  .hero-title-bar { display: none; }

  .hero-wrap {
    display: block;
    height: 520px;
    min-height: 0;
  }

  /* 画像パネル: フルブリード */
  .hero-illus-panel {
    position: absolute;
    inset: 0;
    width: 100%;
  }

  /* 左側: MOUTON WHIP SPA ブランドテキスト */
  .hero-mv-brand {
    display: block;
    position: absolute;
    left: 56px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 38px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 5px;
    line-height: 1.35;
    color: #1a8a85;
    text-shadow:
      0 2px 16px rgba(255,255,255,0.95),
      0 0 40px rgba(255,255,255,0.7);
    text-align: left;
  }

  /* 右側: テキスト群 → 右側グラデーション幕でオーバーレイ */
  .hero-text-panel {
    position: absolute;
    inset: 0;
    width: auto;
    background: linear-gradient(
      to left,
      rgba(215,245,243,0.90) 0%,
      rgba(215,245,243,0.68) 32%,
      rgba(215,245,243,0.1) 56%,
      transparent 70%
    );
    padding: 0 64px 0 0;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
    gap: 0;
    overflow: hidden;
  }
  .hero-text-bubbles { display: none; }

  .hero-text-top,
  .hero-badges,
  .hero-cta { position: relative; z-index: 1; }
  .hero-text-top { flex: none; }

  .hero-text-mochi { font-size: 72px; }
  .hero-text-foam  { font-size: 24px; margin-bottom: 8px; }
  .hero-text-heal  { font-size: 42px; color: #1a8a85; text-shadow: 0 1px 6px rgba(255,255,255,0.8); }
  .hero-text-smile-line { margin-bottom: 12px; justify-content: flex-end; }
  .hero-text-smile { font-size: 42px; color: #c98000; text-shadow: 0 1px 6px rgba(255,255,255,0.8); }
  .hero-text-sub   { font-size: 21px; color: #333; text-shadow: 0 1px 4px rgba(255,255,255,0.9); }

  .hero-cta {
    width: auto;
    max-width: 340px;
    font-size: 17px;
    padding: 12px 28px;
    margin-top: 0;
  }

  .hero-badges {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 12px;
    margin: 12px 0 16px;
  }
  .hero-badges .badge-circle:first-child {
    grid-column: auto;
    justify-self: auto;
  }
  .badge-circle { width: 80px; height: 80px; }
  .badge-circle .num { font-size: 22px; }

  /* ── Stats ── */
  .stats-section {
    background-image: url('images/stats-bg-pc.png');
  }
  .stats-badges { gap: 48px; padding: 64px 40px; margin-bottom: 40px; }
  .stat-badge { width: 230px; height: 230px; }
  .stat-badge .stat-num { font-size: 68px; }
  .stat-badge .stat-unit { font-size: 28px; }
  .stat-inner-label { font-size: 16px; }
  .stat-badge .stat-desc { font-size: 15px; }
  .stat-label-top { font-size: 32px; margin-bottom: 14px; }
  .stats-desc { font-size: 26px; }
  .stats-desc .big { font-size: 42px; }
  .stats-sub { font-size: 16px; }

  /* ── Buzz: 2-column ── */
  .buzz-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    min-height: 560px;
  }
  .buzz-left {
    min-height: unset;
    align-items: flex-start;
    padding: 48px 40px;
  }
  .buzz-top-text { font-size: 36px; top: 32px; left: 32px; }
  .buzz-top-text span { font-size: 60px; }
  .buzz-title-overlay { font-size: 80px; bottom: 72px; right: 28px; }
  .buzz-footer-band { font-size: 20px; padding: 14px 0; }
  .buzz-right {
    padding: 32px;
  }
  .buzz-glass {
    padding: 32px 28px;
  }

  /* ── Problems ── */
  .problems-photo { width: 180px; height: 280px; }
  .fail-visual::before { height: 130px; }
  .fail-lead { top: 160px; left: 160px; transform: none; white-space: nowrap; font-size: 32px; }
  .fail-text { font-size: 52px; text-align: left; }
  .fail-sub  { font-size: 36px; text-align: left; }
  .fail-copy { padding: 48px 60px 48px 160px; text-align: left; }
  .fail-title { font-size: 44px; }
  .problems-title { font-size: 32px; margin-bottom: 36px; }
  .problems-layout { gap: 32px; }
  .checklist li { font-size: 22px; padding: 12px 0; }
  .check-icon { width: 32px; height: 32px; font-size: 18px; }
  .problems-bottom { font-size: 24px; color: #fff; font-weight: 700; margin-top: 36px; text-shadow: 0 2px 8px rgba(0,0,0,0.6); }
  .tried-tag { font-size: 16px; padding: 12px 28px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.35); color: #fff; font-weight: 700; }
  .tried-row-break { display: none; }

  /* ── Reviews: 2-column grid ── */
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .review-card { padding: 24px; }
  .review-a    { font-size: 13px; }
  .review-advice-a { font-size: 13px; }

  /* ── Activity ── */
  .activity-photo { height: 300px; }
  .activity-caption { font-size: 12px; }
  .activity-desc    { font-size: 12px; }

  /* ── Video ── */
  .video-thumb { height: 340px; }
  .video-play-btn { width: 72px; height: 72px; }

  /* ── FAQ ── */
  .faq-q-text { font-size: 15px; }
  .faq-a-text { font-size: 14px; }

  /* ── Access ── */
  .access-layout { grid-template-columns: 1fr; gap: 28px; }
  .access-info h3 { font-size: 16px; }
  .access-info p  { font-size: 14px; }
  .access-info .tel { font-size: 16px; }
  .map-frame iframe { height: 300px; }

}

/* ============================================================
   RESPONSIVE – WIDE  1280px+
   ============================================================ */
@media (min-width: 1280px) {
  .hero-wrap { height: 560px; }
  .hero-mv-brand { font-size: 46px; left: 72px; }
  .hero-text-panel { padding: 0 80px 0 0; }
  .hero-text-mochi { font-size: 84px; }
  .hero-text-foam  { font-size: 28px; }
  .hero-text-heal  { font-size: 50px; }
  .hero-text-smile { font-size: 50px; }
  .hero-text-sub   { font-size: 25px; }
  .badge-circle { width: 88px; height: 88px; }
  .badge-circle .num { font-size: 24px; }

  .stats-badges { gap: 60px; padding: 72px 56px; }
  .stat-badge { width: 260px; height: 260px; }
  .stat-badge .stat-num { font-size: 78px; }
  .stat-badge .stat-unit { font-size: 32px; }
  .stat-inner-label { font-size: 18px; }
  .stat-badge .stat-desc { font-size: 16px; }
  .stat-label-top { font-size: 36px; margin-bottom: 16px; }
  .effects-grid { gap: 18px; }
  .effect-card .effect-photo { width: 100%; height: 180px; }
}
