/*
Theme Name: 栄信会 青江グレース歯科・矯正歯科
Theme URI: https://example.com/
Author: Medical DX
Description: 青江グレース歯科・矯正歯科 マウスピース矯正LP(Figmaデザイン忠実再現・PC版)
Version: 1.0.0
Requires PHP: 7.4
Text Domain: eishinkai
*/

/* ============ Design tokens ============ */
:root {
  --color-green: #85C230;
  --color-green-dark: #70AA21;
  --color-text: #2C3B29;
  --color-orange: #F5A623;
  --color-orange-dark: #DD8B02;
  --color-cream: #FBFDE8;
  --color-accordion-bg: #EDF0CB;
  --color-accordion-text: #2E301D;
  --color-chip-bg: #FDF1E0;
  --shadow-drop-shadow: 7px 7px 8px 0 rgba(0, 0, 0, 0.1);
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Raleway", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-jp);
  color: var(--color-text);
  background: #F5F5F5;
  font-size: 16px;
  line-height: 1.75;
}
img { display: block; max-width: none; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.page { width: 1440px; margin: 0 auto; background: var(--color-cream); overflow: hidden; }

/* ============ Header ============ */
.site-header {
  height: 94px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 40px;
  position: relative;
  z-index: 50;
}
.site-header__logo img { height: 40px; width: auto; }
.site-header__nav ul { display: flex; gap: 30px; }
.site-header__nav a { font-size: 15px; font-weight: 500; letter-spacing: 0.04em; }
.site-header__nav a:hover { color: var(--color-green); }

/* ============ Hero ============ */
.hero { position: relative; padding-bottom: 0; }
.hero__inner { position: relative; height: 1427px; }
.hero__title-1,
.hero__title-2 {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 163px;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  position: absolute;
  z-index: 3;
}
.hero__title-1 { left: 53px; top: 122px; }
.hero__title-2 { left: 540px; top: 291px; }
.hero__title-1 .g, .hero__title-2 .g { color: var(--color-green); }
.hero__catch {
  position: absolute;
  left: 55px;
  top: 495px;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.02em;
  z-index: 3;
}
.hero__catch .g { color: var(--color-green); }
.hero__aligner {
  position: absolute;
  left: 300px;
  top: 265px;
  width: 424px;
  transform: rotate(12.92deg);
  z-index: 2;
}
.hero__aligner-ghost {
  position: absolute;
  left: 3px;
  top: 182px;
  width: 424px;
  transform: rotate(12.92deg);
  opacity: 0.5;
  z-index: 1;
}
.hero__mirror {
  position: absolute;
  left: 1130px;
  top: 60px;
  width: 298px;
  transform: scaleX(-1) rotate(-14deg);
  z-index: 2;
}
.hero__badge-1, .hero__badge-2 {
  position: absolute;
  z-index: 4;
}
.hero__badge-1 { left: 930px; top: 443px; }
.hero__badge-2 { left: 1140px; top: 443px; }

/* 実績バッジ(HTML版) */
.stat-badge {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 88%, rgba(133, 194, 48, 0.20), rgba(133, 194, 48, 0) 62%), #fff;
  box-shadow: var(--shadow-drop-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.35;
}
.stat-badge__label { font-size: 0.9em; font-weight: 500; letter-spacing: 0.06em; }
.stat-badge__num {
  color: var(--color-green);
  font-size: 2.4em;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  margin-top: 2px;
}
.stat-badge__num span { font-size: 0.62em; }
.stat-badge__sub { font-size: 1.1em; font-weight: 500; letter-spacing: 0.1em; }
.stat-badge__note { font-size: 0.58em; color: #8A9284; margin-top: 6px; }
.stat-badge--sp { width: 118px; height: 118px; font-size: 9.5px; }
.hero__photo {
  position: absolute;
  left: 40px;
  top: 583px;
  width: 1360px;
  height: 874px;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 24px;
  z-index: 2;
}
.hero__pills {
  position: absolute;
  left: 950px;
  top: 865px;
  display: flex;
  gap: 14px;
  z-index: 5;
}
.hero__pills img { width: 202px; height: auto; }

/* ============ Concerns (お悩み) ============ */
.concerns {
  position: relative;
  background: var(--color-green);
  height: 1463px;
  z-index: 1;
}
.marquee {
  height: 94px;
  overflow: hidden;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.marquee span {
  font-family: var(--font-en);
  font-size: 30px;
  letter-spacing: 0.08em;
  color: var(--color-green-dark);
  padding-right: 40px;
}
.concerns__label {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: var(--font-en);
  font-size: 16px;
  letter-spacing: 0.2em;
  z-index: 2;
}
.concerns__label::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: #fff;
  margin: 10px auto 0;
}
.concerns__title {
  position: absolute;
  top: 330px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  z-index: 2;
}
.concerns__bubble { position: absolute; width: 315px; z-index: 3; }
.concerns__bubble--1 { left: 250px; top: 136px; }
.concerns__bubble--2 { left: 905px; top: 159px; }
.concerns__bubble--3 { left: 120px; top: 309px; }
.concerns__bubble--4 { left: 1005px; top: 331px; }
.concerns__bubble--5 { left: 300px; top: 490px; }
.concerns__bubble--6 { left: 730px; top: 512px; }
.concerns__divider { position: absolute; left: 120px; top: 775px; width: 1200px; }
.concerns__solution {
  position: absolute;
  top: 830px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.concerns__cards { position: absolute; left: 0; top: 948px; display: flex; }
.concern-card { position: relative; width: 360px; height: 515px; overflow: hidden; }
.concern-card img { width: 100%; height: 100%; object-fit: cover; }
.concern-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(30, 40, 20, 0.35);
}
.concern-card__no {
  position: absolute;
  top: 32px;
  left: 40px;
  color: #fff;
  font-family: var(--font-en);
  font-size: 18px;
  z-index: 2;
}
.concern-card__title {
  position: absolute;
  top: 105px;
  left: 40px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  z-index: 2;
}
.concern-card__desc {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 1.9;
  z-index: 2;
}

/* ============ Clinic info card (医院情報 / アクセス) ============ */
.clinic-info { padding: 170px 40px 0; }
.clinic-info__card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  height: 916px;
  box-shadow: var(--shadow-drop-shadow);
}
.clinic-info__pill {
  position: absolute;
  left: 228px;
  top: 72px;
  width: 266px;
  height: 27px;
  background: var(--color-orange);
  border-radius: 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clinic-info__logo { position: absolute; left: 45px; top: 133px; width: 625px; }
.clinic-info__block { position: absolute; width: 307px; }
.clinic-info__block--address { left: 45px; top: 242px; }
.clinic-info__block--access { left: 364px; top: 242px; }
.clinic-info__block--tel { left: 45px; top: 385px; }
.clinic-info__block--hours { left: 364px; top: 375px; }
.clinic-info__table { position: absolute; left: 55px; top: 479px; width: 612px; }
.clinic-info__photo {
  position: absolute;
  left: 719px;
  top: 31px;
  width: 609px;
  height: 368px;
  object-fit: cover;
  border-radius: 6px;
}
.clinic-info__map-wrap {
  position: absolute;
  left: 719px;
  top: 407px;
  width: 609px;
  height: 370px;
}
.clinic-info__map {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
/* Googleマップ埋め込み(赤ピンは埋め込み地図が表示) */
.clinic-info__gmap-embed {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 6px;
  display: block;
}
.sp-clinic__gmap-embed {
  width: 100%;
  height: 250px;
  border: 0;
  border-radius: 6px;
  display: block;
}
/* アクセス欄(HTML版) */
.clinic-block-html { border-top: 1px solid #E5E8D9; padding-top: 14px; }
.clinic-block-html__label {
  color: var(--color-green);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.clinic-block-html__text { font-size: 15px; line-height: 1.95; margin-top: 10px; }
.clinic-info__gmap { position: absolute; left: 1170px; top: 740px; width: 118px; }
.clinic-info__link {
  display: block;
  text-align: center;
  margin: 36px auto 0;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: 0.08em;
}

/* ============ Section heading (共通) ============ */
.sec-label {
  font-family: var(--font-en);
  font-size: 18px;
  letter-spacing: 0.18em;
  color: var(--color-text);
}
.sec-label::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-text);
  margin-top: 8px;
}
h2.sec-title {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
h2.sec-title .g { color: var(--color-green); }
.sec-head--center { text-align: center; }
.sec-head--center .sec-label { display: inline-block; }

/* ============ Cases (症例紹介) ============ */
.cases { padding: 160px 40px 0; }
.cases__head { position: relative; margin-bottom: 56px; }
.cases__head .sec-label { display: inline-block; margin-left: 16px; }
.cases__head h2 { margin-top: 18px; margin-left: 14px; }
.cases__badge { position: absolute; right: 12px; top: -6px; width: 287px; }
.cases__list { display: flex; gap: 39px; }
.case-card {
  position: relative;
  width: 427px;
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 24px;
  box-shadow: var(--shadow-drop-shadow);
}
.case-tag {
  position: absolute;
  left: 36px;
  z-index: 2;
  width: 96px;
  height: 26px;
  border-radius: 14px;
  color: #fff;
  font-family: var(--font-en);
  font-size: 13px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-tag--before { top: 36px; background: #26301F; }
.case-tag--after { top: 263px; background: var(--color-green); }
.case-card__img { width: 387px; height: 222px; object-fit: cover; }
.case-card__img + .case-card__img { margin-top: 5px; }
.case-card__title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin: 26px 0 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D8DCC8;
}
.case-card__rows { width: 367px; margin: 0 auto; }
.case-card__bar {
  margin: 26px auto 0;
  width: 387px;
  height: 44px;
  background: var(--color-chip-bg);
  color: var(--color-orange);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ Interior photo ============ */
.interior { position: relative; padding: 178px 120px 0; height: 894px; }
.interior__photo {
  width: 1200px;
  height: 716px;
  object-fit: cover;
  border-radius: 16px;
}
.interior__mouth {
  position: absolute;
  left: 904px;
  top: 577px;
  width: 416px;
  height: 477px;
  object-fit: cover;
  z-index: 2;
}

/* ============ Price (料金案内) ============ */
.price { position: relative; padding: 160px 120px 0; }
.price__heading { width: 1200px; }
.price__consult { display: flex; gap: 40px; margin-top: 50px; }
.price__consult img { width: 580px; }
.price__label { width: auto; height: 31px; margin-top: 80px; }
.price__label--options { margin-top: 90px; }
.price__plans { display: flex; gap: 40px; margin-top: 25px; }
.price__plans img { width: 270px; }
/* 治療の詳細・リスク(医療広告ガイドライン限定解除) */
.disclosure { margin-top: 40px; }
.disclosure__bar {
  display: block;
  width: 100%;
  height: 52px;
  background: var(--color-accordion-bg);
  border: 0;
  border-radius: 26px;
  color: var(--color-accordion-text);
  font-family: var(--font-jp);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
}
.disclosure.is-open .disclosure__bar { border-radius: 26px 26px 0 0; }
.disclosure__panel {
  background: #fff;
  border-radius: 0 0 14px 14px;
  padding: 34px 40px 38px;
}
.disclosure__panel[hidden] { display: none; }
.disclosure__heading { font-size: 16px; font-weight: 700; letter-spacing: 0.04em; margin-bottom: 12px; }
.disclosure__heading span { font-size: 12px; font-weight: 400; color: #8A9284; }
.disclosure__heading + .disclosure__list + .disclosure__heading { margin-top: 26px; }
.disclosure__list { margin-bottom: 4px; }
.disclosure__list li {
  font-size: 13.5px;
  line-height: 1.95;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 4px;
}
.disclosure__list li::before { content: "・"; }
.disclosure__note { font-size: 12px; line-height: 1.9; color: #8A9284; margin-top: 20px; }
@media (max-width: 767px) {
  .disclosure { margin-top: 26px; }
  .disclosure__panel { padding: 24px 18px 28px; }
}
.price__options { width: 1200px; margin-top: 25px; }
.price__note { width: 768px; margin-top: 22px; margin-left: 4px; }
/* お子さまのための小児矯正 */
.kids { padding: 130px 120px 0; }
.kids__lead { font-size: 16px; letter-spacing: 0.06em; margin-top: 22px; }
.kids .mrc-card { margin-top: 40px; }
.price__label-html { font-size: 21px; letter-spacing: 0.1em; margin-top: 90px; }
.mrc-card {
  display: flex;
  gap: 48px;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow-drop-shadow);
  padding: 48px 52px;
  margin-top: 25px;
}
.mrc-card__text { flex: 1; }
.mrc-card__title { font-size: 26px; font-weight: 500; letter-spacing: 0.06em; }
.mrc-card__title span { font-size: 18px; }
.mrc-card__desc { font-size: 15px; line-height: 2.05; margin-top: 18px; }
.mrc-card__prices { margin-top: 26px; }
.mrc-card__prices > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 2px;
  border-bottom: 1px dashed #C9D1B5;
}
.mrc-card__prices dt { color: var(--color-green); font-size: 15px; letter-spacing: 0.04em; }
.mrc-card__prices dd { font-size: 18px; font-weight: 700; color: var(--color-orange); }
.mrc-card__photo {
  flex: 0 0 400px;
  width: 400px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.mrc-note { font-size: 13px; letter-spacing: 0.04em; margin-top: 18px; margin-left: 4px; }

/* ============ Reasons (選ばれる理由) ============ */
.reasons { padding: 125px 0 0; }
.reasons__head { text-align: center; }
.reasons__head .sec-label { display: inline-block; }
.reasons__head h2 { margin-top: 14px; }
.reasons__list { margin-top: 0; padding: 0 40px; }
.reason-card { position: relative; height: 700px; }
.reason-card__panel {
  position: absolute;
  left: 4px;
  top: 103px;
  width: 497px;
  height: 588px;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-drop-shadow);
  padding: 60px 56px 48px;
}
.reason-card__icon { position: absolute; right: 60px; top: 40px; height: 97px; width: auto; }
.reason-card__icon--truck { height: 61px; top: 52px; }
.reason-card__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.06em;
  margin-top: 26px;
}
.reason-card__title .g { color: var(--color-green); }
.reason-card__desc { font-size: 16px; line-height: 2.1; margin-top: 30px; }
.reason-card__chip {
  display: inline-block;
  margin-top: 34px;
  background: var(--color-chip-bg);
  color: var(--color-orange);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 13px 30px;
}
.reason-card__foot {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reason-card__no {
  font-family: var(--font-en);
  font-style: italic;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: var(--color-green);
}
.reason-card__dots { width: 117px; }
.reason-card__photo {
  position: absolute;
  left: 539px;
  top: 98px;
  width: 821px;
  height: 594px;
  object-fit: cover;
  border-radius: 20px;
}

/* ============ Marquee cream ============ */
.marquee--cream { height: 164px; margin-top: 60px; }
.marquee--cream span {
  font-size: 120px;
  color: rgba(133, 194, 48, 0.16);
  letter-spacing: 0.04em;
}

/* ============ Doctor (理事長紹介) ============ */
.doctor { padding: 40px 0 0; }
.doctor__panel {
  position: relative;
  background: var(--color-green);
  height: 783px;
}
.doctor__card {
  position: absolute;
  left: 55px;
  top: 55px;
  width: 1330px;
  height: 630px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.doctor__info { position: absolute; left: 64px; top: 150px; width: 560px; z-index: 2; }
.doctor__role { color: #8A9284; font-size: 15px; letter-spacing: 0.08em; }
.doctor__name { font-size: 40px; font-weight: 500; letter-spacing: 0.1em; margin-top: 10px; }
.doctor__desc { font-size: 16px; line-height: 2.2; margin-top: 26px; }
.doctor__btn {
  display: inline-block;
  margin-top: 38px;
  background: var(--color-orange);
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 15px 26px;
}
.doctor__badge { position: absolute; width: 134px; height: 134px; z-index: 3; }
.doctor__badge--1 { left: 596px; top: 52px; }
.doctor__badge--2 { left: 716px; top: 52px; }
.doctor__photo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 660px;
  height: 560px;
  object-fit: cover;
  object-position: 100% 50%;
  z-index: 1;
}

/* ============ Flow (治療の流れ) ============ */
.flow { padding: 120px 0 0; }
.flow__head { text-align: center; margin-bottom: 36px; }
.flow__head .sec-label { display: inline-block; font-size: 20px; }
.flow__head h2 { margin-top: 16px; }
.flow__steps { padding: 0 40px; }
.flow-step { position: relative; overflow: hidden; }
.flow-step + .flow-step { margin-top: -80px; }
.flow-step__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.flow-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 26, 16, 0.45);
  z-index: 1;
}
.flow-step--1 { height: 600px; z-index: 1; }
.flow-step--2 { height: 640px; z-index: 2; }
.flow-step--3 { height: 680px; z-index: 3; }
.flow-step--4 { height: 720px; z-index: 4; }
.flow-step--5 { height: 760px; z-index: 5; }
.flow-step--6 { height: 802px; z-index: 6; }
.flow-step__corner {
  position: absolute;
  top: 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  z-index: 2;
}
.flow-step__corner--left { left: 24px; font-family: var(--font-en); }
.flow-step__corner--right { right: 24px; }
.flow-step__body {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.flow-step__no { font-family: var(--font-en); font-size: 15px; letter-spacing: 0.14em; }
.flow-step__no::after { content: ""; display: block; width: 44px; height: 1px; background: #fff; margin: 8px auto 0; }
.flow-step__title { font-size: 38px; font-weight: 400; letter-spacing: 0.14em; margin-top: 34px; }
.flow-step__desc { font-size: 15px; letter-spacing: 0.1em; margin-top: 30px; }
.flow-step__pill { width: 240px; margin-top: 38px; }

/* ============ FAQ ============ */
.faq { padding: 200px 80px 0; }
.faq__head { text-align: center; }
.faq__head .sec-label { display: inline-block; }
.faq__head h2 { margin-top: 16px; }
.faq__lead { font-size: 16px; letter-spacing: 0.08em; margin-top: 24px; }
.faq__cols { display: flex; gap: 20px; margin-top: 56px; }
.faq__col { flex: 1; display: flex; flex-direction: column; gap: 20px; }
.faq__card {
  background: #fff;
  border-radius: 10px;
  padding: 32px 36px 36px;
}
.faq__q {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--color-green);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.faq__q span {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-green);
  color: #fff;
  font-family: var(--font-en);
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__a { font-size: 15px; line-height: 2.05; margin-top: 16px; }

/* ============ CTA ============ */
.cta { padding: 100px 40px 0; }
.cta__panel {
  position: relative;
  background: var(--color-green);
  border-radius: 30px;
  height: 691px;
  color: #fff;
  text-align: center;
}
.cta__label {
  display: inline-block;
  font-family: var(--font-en);
  font-size: 15px;
  letter-spacing: 0.2em;
  padding-top: 108px;
}
.cta__label::after { content: ""; display: block; width: 60px; height: 1px; background: #fff; margin: 10px auto 0; }
.cta__title { font-size: 38px; font-weight: 500; letter-spacing: 0.14em; margin-top: 42px; }
.cta__sub { font-size: 16px; letter-spacing: 0.1em; margin-top: 30px; }
.cta__buttons { display: flex; justify-content: center; gap: 36px; margin-top: 42px; }
.cta__label, .cta__title, .cta__sub, .cta__buttons, .cta__note { position: relative; z-index: 2; }
.cta-btn {
  width: 390px;
  height: 92px;
  background: #fff;
  border-radius: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-drop-shadow);
  line-height: 1.35;
}
.cta-btn--web .cta-btn__main { color: var(--color-green); font-size: 21px; font-weight: 700; letter-spacing: 0.08em; }
.cta-btn--web .cta-btn__sub { color: var(--color-text); font-size: 12px; margin-top: 4px; }
.cta-btn--tel .cta-btn__main { color: var(--color-orange); font-size: 18px; font-weight: 700; letter-spacing: 0.08em; }
.cta-btn--tel .cta-btn__tel { color: var(--color-text); font-size: 15px; font-weight: 700; }
.cta-btn--tel .cta-btn__sub { color: var(--color-text); font-size: 10px; }
.cta-btn--tel .cta-btn__note { color: #9aa08f; font-size: 10px; }
.cta__note { font-size: 14px; letter-spacing: 0.08em; margin-top: 44px; }
.cta__photo-left {
  position: absolute;
  left: 10px;
  top: 295px;
  width: 201px;
  height: 214px;
  object-fit: cover;
  border-radius: 12px;
  transform: rotate(-8deg);
  box-shadow: var(--shadow-drop-shadow);
  z-index: 1;
}
.cta__photo-right {
  position: absolute;
  right: 56px;
  top: -24px;
  width: 170px;
  height: 171px;
  object-fit: cover;
  border-radius: 12px;
  transform: rotate(9deg);
  box-shadow: var(--shadow-drop-shadow);
  z-index: 1;
}

/* ============ Access section reuses .clinic-info ============ */
.access { padding-top: 90px; }

/* ============ Footer ============ */
.site-footer {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer p {
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: 0.11em;
}

/* ================================================================
   SP版 (390pxデザイン基準) — 767px以下で表示
   ================================================================ */
.sp-lp { display: none; }

@media (max-width: 767px) {
  .pc-lp, .site-header.pc-only { display: none !important; }
  .sp-lp { display: block; }
  .page { width: 100%; }
  body { font-size: 14px; }
  .site-footer { height: 110px; }
}

/* ---- SPヘッダー ---- */
.sp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}
.sp-header__logo { height: 22px; width: auto; display: block; }
.sp-header__menu { background: none; border: 0; padding: 0; cursor: pointer; }
.sp-header__menu img { width: 48px; height: 48px; display: block; }
.sp-nav {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(133, 194, 48, 0.97);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-nav[hidden] { display: none; }
.sp-nav ul { text-align: center; }
.sp-nav li + li { margin-top: 22px; }
.sp-nav a { color: #fff; font-size: 18px; font-weight: 500; letter-spacing: 0.1em; }

/* ---- SPヒーロー ---- */
.sp-hero { position: relative; padding: 26px 20px 0; }
.sp-hero__mirror {
  position: absolute;
  right: 10px;
  top: 245px;
  width: 155px;
  transform: scaleX(-1) rotate(-8deg);
}
.sp-hero__aligner {
  position: absolute;
  right: 16px;
  top: 398px;
  width: 173px;
  transform: rotate(10deg);
  z-index: 3;
}
.sp-hero__title {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: clamp(36px, 13.5vw, 60px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.sp-hero__title .g, .sp-hero__catch .g { color: var(--color-green); }
.sp-hero__catch {
  font-size: clamp(15px, 5.1vw, 23px);
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-top: 22px;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.sp-hero__badges { display: flex; gap: 14px; margin: 24px 0 4px 10px; position: relative; z-index: 3; }
.sp-hero__badges img { width: 118px; height: 118px; }
.sp-hero__photo-wrap { position: relative; z-index: 2; }
.sp-hero__photo {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 18px;
}
.sp-hero__pills {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  width: 100%;
  justify-content: center;
}
.sp-hero__pills img { width: 168px; height: auto; }

/* ---- SPマーキー ---- */
.sp-marquee {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.sp-marquee span {
  font-family: var(--font-en);
  font-size: 22px;
  letter-spacing: 0.06em;
  color: var(--color-green-dark);
  padding-right: 30px;
}
.sp-marquee--cream { height: 120px; margin: 40px 0 10px; }
.sp-marquee--cream span { font-size: 86px; font-weight: 300; color: rgba(133, 194, 48, 0.16); }

/* ---- SPお悩み ---- */
.sp-concerns { background: var(--color-green); margin-top: 60px; padding-bottom: 0; }
.sp-concerns .sp-marquee { height: 62px; }
.sp-concerns__label {
  text-align: center;
  color: #fff;
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.16em;
  margin-top: 24px;
}
.sp-concerns__label::after { content: ""; display: block; width: 56px; height: 1px; background: #fff; margin: 8px auto 0; }
.sp-concerns__title {
  text-align: center;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 28px;
}
.sp-concerns__bubbles {
  display: grid;
  grid-template-columns: repeat(2, 180px);
  justify-content: center;
  gap: 30px 12px;
  margin-top: 34px;
}
.sp-concerns__bubbles img { width: 180px; }
.sp-concerns__divider { display: block; width: calc(100% - 32px); margin: 40px auto 0; }
.sp-concerns__solution {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-top: 34px;
  padding-bottom: 40px;
}
.sp-concern-cards { }
.sp-concern-card { position: relative; height: 290px; overflow: hidden; border-top: 2px solid var(--color-green); }
.sp-concern-card:first-child { border-top: 0; }
.sp-concern-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 30%;
}
.sp-concern-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0) 78%);
}
.sp-concern-card__body { position: relative; z-index: 2; padding: 26px 24px; }
.sp-concern-card__no { font-family: var(--font-en); font-size: 15px; letter-spacing: 0.08em; }
.sp-concern-card__title { font-size: 24px; font-weight: 500; letter-spacing: 0.06em; margin-top: 22px; }
.sp-concern-card__desc { font-size: 14px; line-height: 2; margin-top: 46px; }

/* ---- SP医院情報 ---- */
.sp-clinic { padding: 60px 12px 0; }
.sp-clinic__card {
  background: #fff;
  border-radius: 18px;
  padding: 44px 18px 30px;
  box-shadow: var(--shadow-drop-shadow);
}
.sp-clinic__pill {
  width: 266px;
  height: 28px;
  margin: 0 auto;
  background: var(--color-orange);
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-clinic__logo { width: 100%; max-width: 330px; margin: 40px auto 26px; display: block; }
.sp-clinic__block { display: block; width: 100%; max-width: 330px; margin: 0 auto; padding: 10px 0; }
.sp-clinic__table { display: block; width: 100%; max-width: 330px; margin: 22px auto 0; }
.sp-clinic__photo { width: 100%; height: 180px; object-fit: cover; border-radius: 6px; margin-top: 22px; }
.sp-clinic__map-wrap { position: relative; margin-top: 4px; }
.sp-clinic__map { width: 100%; height: 250px; object-fit: cover; border-radius: 6px; }
.sp-clinic__gmap { position: absolute; right: 14px; bottom: 16px; width: 118px; }
.sp-clinic__gmap img { width: 100%; }
.sp-clinic__link {
  display: block;
  text-align: center;
  margin: 30px auto 0;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: 0.06em;
}

/* ---- SP共通見出し ---- */
.sp-sec-label {
  font-family: var(--font-en);
  font-size: 15px;
  letter-spacing: 0.16em;
}
.sp-sec-label::after { content: ""; display: block; width: 56px; height: 1px; background: var(--color-text); margin-top: 8px; }
.sp-sec-title { font-size: 30px; font-weight: 400; letter-spacing: 0.08em; margin-top: 20px; }
.sp-sec-title .g { color: var(--color-green); }

/* ---- SP症例紹介 ---- */
.sp-cases { padding: 90px 12px 0; }
.sp-cases__head { display: flex; justify-content: space-between; align-items: flex-start; padding: 0 8px; }
.sp-cases__badge { width: 137px; }
.sp-case-card {
  background: #fff;
  border-radius: 14px;
  padding: 15px 15px 24px;
  margin-top: 26px;
  box-shadow: var(--shadow-drop-shadow);
}
.sp-case-card__imgs { position: relative; }
.sp-case-card__imgs img { width: 100%; height: auto; display: block; }
.sp-case-card__imgs img + .sp-tag + img, .sp-case-card__imgs img + img { margin-top: 4px; }
.sp-tag {
  position: absolute;
  left: 14px;
  z-index: 2;
  width: 94px;
  height: 25px;
  border-radius: 13px;
  color: #fff;
  font-family: var(--font-en);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.06em;
}
.sp-tag--before { top: 14px; background: #26301F; }
.sp-tag--after { top: calc(50% + 16px); background: var(--color-green); }
.sp-case-card__title { text-align: center; font-size: 22px; font-weight: 500; letter-spacing: 0.04em; margin: 24px 0 16px; padding-bottom: 16px; border-bottom: 1px solid #D8DCC8; }
.sp-case-card__title span { font-size: 15px; }
.sp-case-card__rows { display: block; width: 100%; max-width: 330px; margin: 0 auto; }
.sp-case-card__bar {
  margin-top: 22px;
  height: 60px;
  background: var(--color-chip-bg);
  border-radius: 8px;
  color: var(--color-orange);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---- SP院内写真 ---- */
.sp-interior { position: relative; padding: 60px 0 90px; }
.sp-interior__photo { width: 100%; height: 300px; object-fit: cover; }
.sp-interior__mouth {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 190px;
  height: 130px;
  object-fit: cover;
}

/* ---- SP料金案内 ---- */
.sp-price { padding: 30px 20px 0; }
.sp-price__note-top { font-size: 14px; letter-spacing: 0.04em; margin-top: 18px; }
.sp-consult { border-radius: 12px; overflow: hidden; margin-top: 26px; background: #fff; }
.sp-consult--orange { border: 2px solid var(--color-orange); }
.sp-consult--green { border: 2px solid var(--color-green); }
.sp-consult__main { display: flex; align-items: center; gap: 18px; padding: 24px 20px; }
.sp-consult__icon { flex: 0 0 78px; }
.sp-consult__icon img { width: 78px; height: 78px; }
.sp-consult__title { font-size: 24px; font-weight: 500; letter-spacing: 0.06em; }
.sp-consult__desc { font-size: 13.5px; line-height: 1.7; margin-top: 6px; }
.sp-consult__band {
  height: 74px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-consult--orange .sp-consult__band { background: var(--color-orange); }
.sp-consult--green .sp-consult__band { background: var(--color-green); }
.sp-price__label { display: block; height: 28px; width: auto; margin-top: 48px; }
.sp-price__label--options { margin-top: 56px; }
.sp-price__plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 30px;
  margin-top: 22px;
}
.sp-price__plans img { width: 100%; }
.sp-price__options { margin-top: 22px; }
.sp-price__options img { display: block; width: 100%; }
.sp-price__options img + img { margin-top: 18px; }
.sp-price__notes { font-size: 12px; line-height: 1.9; margin-top: 24px; }

/* ---- SP選ばれる理由 ---- */
.sp-reasons { padding: 90px 12px 0; }
.sp-reasons__head { text-align: center; }
.sp-reasons__head .sp-sec-label { display: inline-block; }
.sp-reason { position: relative; margin-top: 44px; }
.sp-reason__photo {
  width: calc(100% - 10px);
  height: 330px;
  object-fit: cover;
  border-radius: 14px;
}
.sp-reason__panel {
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow-drop-shadow);
  margin: -110px 0 0 18px;
  width: calc(100% - 28px);
  padding: 34px 26px 34px;
}
.sp-reason__icon { position: absolute; top: -26px; right: 22px; height: 78px; width: auto; }
.sp-reason__icon--truck { height: 44px; top: -8px; }
.sp-reason__title { font-size: 27px; font-weight: 500; line-height: 1.55; letter-spacing: 0.04em; }
.sp-reason__title .g { color: var(--color-green); }
.sp-reason__desc { font-size: 14px; line-height: 2.05; margin-top: 20px; }
.sp-reason__chip {
  margin-top: 26px;
  background: var(--color-chip-bg);
  border-radius: 8px;
  color: var(--color-orange);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 16px 10px;
}

/* ---- SP理事長 ---- */
.sp-doctor { background: var(--color-green); padding: 26px 12px; margin-top: 10px; }
.sp-doctor__card { background: #fff; border-radius: 14px; padding: 20px 20px 34px; }
.sp-doctor__photo-wrap { position: relative; }
.sp-doctor__photo { width: 100%; height: 330px; object-fit: cover; object-position: 100% 50%; border-radius: 10px; }
.sp-doctor__badge { position: absolute; width: 99px; height: 99px; bottom: -40px; }
.sp-doctor__badge--1 { right: 108px; }
.sp-doctor__badge--2 { right: 4px; }
.sp-doctor__role { font-size: 13px; color: #8A9284; margin-top: 24px; letter-spacing: 0.06em; }
.sp-doctor__name { font-size: 28px; font-weight: 500; letter-spacing: 0.08em; margin-top: 6px; }
.sp-doctor__desc { font-size: 14px; line-height: 2; margin-top: 16px; }
.sp-doctor__btn {
  margin-top: 22px;
  background: var(--color-orange);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
  padding: 14px 10px;
}

/* ---- SP治療の流れ ---- */
.sp-flow { padding: 80px 12px 0; }
.sp-flow__head { text-align: center; margin-bottom: 40px; }
.sp-flow__head .sp-sec-label { display: inline-block; }
.sp-step__bar {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  font-family: var(--font-jp);
}
.sp-step__bar-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sp-step__bar::after { content: ""; position: absolute; inset: 0; background: rgba(20, 26, 16, 0.55); }
.sp-step__bar-no, .sp-step__bar-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.sp-step__bar-no { left: 20px; font-family: var(--font-en); }
.sp-step__bar-title { right: 20px; }
.sp-step__panel { display: none; position: relative; overflow: hidden; }
.sp-step.is-open .sp-step__panel { display: block; }
.sp-step__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sp-step:nth-child(6) .sp-step__photo,
.sp-step:nth-child(6) .sp-step__bar-photo { object-position: 82% 50%; }
.sp-step__panel::before { content: ""; position: absolute; inset: 0; background: rgba(20, 26, 16, 0.45); z-index: 1; }
.sp-step__body {
  position: relative;
  z-index: 2;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 40px 24px;
}
.sp-step__no { font-family: var(--font-en); font-size: 14px; letter-spacing: 0.14em; }
.sp-step__no::after { content: ""; display: block; width: 44px; height: 1px; background: #fff; margin: 8px auto 0; }
.sp-step__title { font-size: 25px; letter-spacing: 0.12em; margin-top: 30px; }
.sp-step__desc { font-size: 13px; letter-spacing: 0.08em; line-height: 2; margin-top: 24px; }
.sp-step__pill {
  margin-top: 34px;
  width: 220px;
  padding: 8px 0;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
.sp-step__pill--green { background: var(--color-green); }
.sp-step__pill--orange { background: var(--color-orange-dark); font-family: var(--font-en); font-size: 16px; }

/* ---- SP FAQ ---- */
.sp-faq { padding: 90px 20px 0; }
.sp-faq__head { text-align: center; }
.sp-faq__head .sp-sec-label { display: inline-block; }
.sp-faq__lead { font-size: 14px; line-height: 2; margin-top: 22px; }
.sp-faq__card {
  background: #fff;
  border-radius: 12px;
  padding: 26px 22px 30px;
  margin-top: 14px;
}
.sp-faq__card:first-of-type { margin-top: 34px; }
.sp-faq__q {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--color-green);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.85;
}
.sp-faq__q span {
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-green);
  color: #fff;
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-faq__a { font-size: 14px; line-height: 2; margin-top: 14px; }

/* ---- SP CTA ---- */
.sp-cta { padding: 70px 12px 0; }
.sp-cta__panel {
  position: relative;
  background: var(--color-green);
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 150px 18px 60px;
}
.sp-cta__photo-left {
  position: absolute;
  left: -6px;
  top: 30px;
  width: 130px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  transform: rotate(-8deg);
  box-shadow: var(--shadow-drop-shadow);
}
.sp-cta__photo-right {
  position: absolute;
  right: 4px;
  top: 18px;
  width: 140px;
  height: 130px;
  object-fit: cover;
  border-radius: 12px;
  transform: rotate(9deg);
  box-shadow: var(--shadow-drop-shadow);
}
.sp-cta__label { font-family: var(--font-en); font-size: 14px; letter-spacing: 0.18em; display: inline-block; }
.sp-cta__label::after { content: ""; display: block; width: 90px; height: 1px; background: #fff; margin: 10px auto 0; }
.sp-cta__title { font-size: 26px; font-weight: 500; letter-spacing: 0.1em; line-height: 1.8; margin-top: 34px; }
.sp-cta__sub { font-size: 14px; letter-spacing: 0.08em; line-height: 2; margin-top: 24px; }
.sp-cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 44px;
  min-height: 82px;
  margin: 26px auto 0;
  max-width: 330px;
  line-height: 1.4;
  box-shadow: var(--shadow-drop-shadow);
}
.sp-cta-btn--web { margin-top: 40px; }
.sp-cta-btn--web .sp-cta-btn__main { color: var(--color-green); font-size: 19px; font-weight: 700; letter-spacing: 0.08em; }
.sp-cta-btn--web .sp-cta-btn__sub { color: var(--color-text); font-size: 12px; margin-top: 4px; }
.sp-cta-btn--tel { padding: 12px 0; }
.sp-cta-btn--tel .sp-cta-btn__main { color: var(--color-orange); font-size: 17px; font-weight: 700; letter-spacing: 0.08em; }
.sp-cta-btn--tel .sp-cta-btn__tel { color: var(--color-text); font-size: 14px; font-weight: 700; }
.sp-cta-btn--tel .sp-cta-btn__sub { color: var(--color-text); font-size: 11px; }
.sp-cta-btn--tel .sp-cta-btn__note { color: #9aa08f; font-size: 10px; }
.sp-cta__note { font-size: 13px; letter-spacing: 0.06em; line-height: 2; margin-top: 36px; }

/* ---- SPアクセス ---- */
.sp-access { padding-top: 60px; padding-bottom: 20px; }

/* ---- SP アクセス欄(HTML版)・MRC ---- */
.sp-clinic-block-html { border-top: 1px solid #E5E8D9; text-align: center; }
.sp-clinic-block-html__label { color: var(--color-green); font-size: 15px; font-weight: 500; letter-spacing: 0.08em; }
.sp-clinic-block-html__text { font-size: 14px; line-height: 1.95; margin-top: 8px; }
.sp-clinic-block-html__small { font-size: 12px; color: #8A9284; }
/* SP 診療時間テーブル(HTML版) */
.sp-hours-table {
  background: var(--color-green);
  border-radius: 12px;
  color: #fff;
  padding: 20px 16px 16px;
  margin-top: 22px;
}
.sp-hours-table table { width: 100%; border-collapse: collapse; font-size: 12.5px; letter-spacing: 0.04em; }
.sp-hours-table th { font-weight: 500; padding: 8px 2px 14px; }
.sp-hours-table th:first-child { text-align: left; padding-left: 4px; }
.sp-hours-table td { text-align: center; padding: 14px 2px; border-top: 1px solid rgba(255, 255, 255, 0.5); }
.sp-hours-table td:first-child { text-align: left; font-size: 11.5px; line-height: 1.6; padding-left: 4px; }
.sp-hours-table > p { font-size: 12px; margin-top: 12px; padding: 12px 4px 0; border-top: 1px solid rgba(255, 255, 255, 0.5); }
/* SP オプションカード(HTML版) */
.sp-option-card {
  background: #fff;
  border-radius: 12px;
  padding: 22px 24px 24px;
  box-shadow: var(--shadow-drop-shadow);
}
.sp-option-card + .sp-option-card { margin-top: 18px; }
.sp-option-card__title { font-size: 19px; font-weight: 500; letter-spacing: 0.04em; display: flex; align-items: center; gap: 12px; }
.sp-option-card__chip {
  background: var(--color-green);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  padding: 3px 10px;
}
.sp-option-card__desc { font-size: 13.5px; margin-top: 8px; }
.sp-option-card__price { color: var(--color-orange); font-size: 21px; font-weight: 700; text-align: right; margin-top: 10px; }
/* SP 小児矯正セクション */
.sp-kids { padding: 80px 20px 0; }
.sp-kids__head { text-align: center; }
.sp-kids__head .sp-sec-label { display: inline-block; }
.sp-kids__lead { font-size: 14px; line-height: 2; margin-top: 20px; }
.sp-kids .sp-mrc-card { margin-top: 26px; }
.sp-price__label-html { font-size: 17px; letter-spacing: 0.08em; margin-top: 56px; }
.sp-mrc-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow-drop-shadow);
  padding: 20px 20px 28px;
  margin-top: 20px;
}
.sp-mrc-card__photo { width: 100%; height: 200px; object-fit: cover; border-radius: 10px; }
.sp-mrc-card__title { font-size: 22px; font-weight: 500; letter-spacing: 0.04em; margin-top: 20px; }
.sp-mrc-card__title span { font-size: 15px; }
.sp-mrc-card__desc { font-size: 14px; line-height: 2; margin-top: 12px; }
.sp-mrc-card__prices { margin-top: 18px; }
.sp-mrc-card__prices > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 9px 2px;
  border-bottom: 1px dashed #C9D1B5;
}
.sp-mrc-card__prices dt { color: var(--color-green); font-size: 14px; }
.sp-mrc-card__prices dd { font-size: 16px; font-weight: 700; color: var(--color-orange); }
.sp-mrc-note { font-size: 12px; margin-top: 14px; }

/* ================================================================
   アニメーション(あびこ院の挙動を参考に独自実装)
   ================================================================ */

/* 1. マーキー無限ループ */
.marquee-track {
  display: flex;
  width: max-content;
  animation: ei-marquee 60s linear infinite;
}
.marquee-track--slow { animation-duration: 90s; }
@keyframes ei-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-25%); }
}

/* 2. ヒーロー文字分割ライズアップ */
.is-split { overflow: hidden; padding-bottom: 0.12em; margin-bottom: -0.12em; }
.is-split .ch {
  display: inline-block;
  transform: translateY(112%);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
.is-hero-in .is-split .ch { transform: translateY(0); opacity: 1; }
.hero-fade { opacity: 0; transition: opacity 1s ease; }
.is-hero-in .hero-fade { opacity: 1; }

/* 3. スクロール連動リビール */
[data-anim] { transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.4s ease; will-change: transform, opacity; }
[data-anim="up"] { opacity: 0; transform: translateY(46px); }
[data-anim="left"] { opacity: 0; transform: translateX(-9%); }
[data-anim="right"] { opacity: 0; transform: translateX(9%); }
[data-anim="right"].is-show { transition-delay: 0.35s; }
[data-anim].is-show { opacity: 1; transform: translate(0, 0); }
/* 絶対配置要素は transform を使わず opacity のみ */
.reason-card__photo[data-anim], .reason-card__panel[data-anim] { will-change: opacity, transform; }
.interior__mouth[data-anim] { z-index: 2; }

/* 4. 下部固定CTA */
.fixed-cta {
  position: fixed;
  right: 22px;
  bottom: 26px;
  z-index: 90;
  display: flex;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
}
.fixed-cta.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.fixed-cta img { width: 180px; height: auto; display: block; }
.fixed-cta a { transition: transform 0.25s ease; }
.fixed-cta a:hover { transform: translateY(-3px); }
@media (max-width: 767px) {
  .fixed-cta {
    right: 50%;
    transform: translate(50%, 16px);
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    gap: 6px;
  }
  .fixed-cta.is-visible { transform: translate(50%, 0); }
  .fixed-cta img { width: 168px; }
  /* 常時表示のためフッターが隠れないよう余白を確保 */
  .site-footer { height: auto; padding: 40px 0 110px; }
}

/* 5. 上スクロールでヘッダー出現 */
.site-header.is-float, .sp-header.is-float {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, -110%);
  width: 1440px;
  z-index: 95;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease;
}
.sp-header.is-float { width: 100%; background: var(--color-cream); }
.site-header.is-float-show, .sp-header.is-float-show { transform: translate(-50%, 0); }
body.has-float-header .pc-lp { padding-top: 94px; }
@media (max-width: 767px) {
  body.has-float-header .sp-lp { padding-top: 80px; }
}

/* 6. Reasonドットインジケータ */
.reason-dots {
  position: fixed;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
}
.reason-dots.is-visible { opacity: 1; visibility: visible; }
.reason-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(133, 194, 48, 0.35);
  position: relative;
  transition: background 0.3s ease;
}
.reason-dot.is-active { background: var(--color-green); }
.reason-dot.is-active::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid var(--color-green);
  border-radius: 50%;
}

/* 7. パララックス */
.has-parallax {
  transform: translateY(var(--parallax-y, 0)) scale(1.08);
  transition: none;
}
.hero__photo.has-parallax, .sp-hero__photo.has-parallax { scale: none; transform: translateY(var(--parallax-y, 0)) scale(1.04); }

/* 動きを減らす設定のユーザーにはアニメーションを無効化 */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .is-split .ch, .hero-fade, [data-anim] { transition: none !important; transform: none !important; opacity: 1 !important; }
  .has-parallax { transform: none; }
}
