*, *::before, *::after { box-sizing: border-box; }

:root {
  --navy: #071a36;
  --navy-2: #102b52;
  --gold: #c79b35;
  --gold-light: #ead08b;
  --ink: #12213a;
  --muted: #596273;
  --line: #17b94f;
  --paper: #ffffff;
  --edge: #d9dde5;
}

html, body {
  width: 100%;
  margin: 0;
  background: #eef1f5;
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  display: flex;
  justify-content: center;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a { color: inherit; text-decoration: none; }

.lp {
  width: min(100%, 430px);
  min-height: 100vh;
  background: var(--paper);
  box-shadow: 0 14px 40px rgba(7, 26, 54, 0.18);
  overflow: hidden;
}

.section {
  position: relative;
  background: #fff;
}

.fv {
  position: relative;
  overflow: hidden;
}

.fv::before {
  content: "";
  position: absolute;
  top: 54px;
  right: -7%;
  width: 114%;
  height: 500px;
  background: url("images/fv.jpg") 72% top / cover no-repeat;
  z-index: 0;
}

.fv::after {
  content: "";
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
  height: 500px;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.96) 38%, rgba(255,255,255,0.68) 58%, rgba(255,255,255,0.08) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.22) 62%, rgba(255,255,255,0.92) 100%);
  z-index: 1;
  pointer-events: none;
}

.top-ribbon {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #081b36 0%, #06152b 100%);
  text-align: center;
  font-size: clamp(16px, 4.3vw, 20px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 14px 10px 21px;
  overflow: hidden;
  color: #fff;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.45),
    0 0 1px rgba(255, 255, 255, 0.65);
}

.top-ribbon span {
  position: relative;
  z-index: 1;
}

.top-ribbon .ribbon-text {
  display: inline-block;
  white-space: nowrap;
  transform: scaleX(0.78);
  transform-origin: center;
  text-align: center;
}

.top-ribbon .ribbon-gold {
  display: inline;
  font-size: clamp(24px, 6.3vw, 31px);
  line-height: 1;
  color: transparent;
  background: linear-gradient(180deg, #fff1ad 0%, #e2bf69 38%, #b9852f 72%, #8b611f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 1px 0 rgba(255, 247, 207, 0.62),
    0 2px 4px rgba(0, 0, 0, 0.48),
    0 0 1px rgba(255, 230, 145, 0.8);
}

.top-ribbon .ribbon-white {
  color: #fff;
}

.top-ribbon::after {
  content: "";
  position: absolute;
  left: -12%;
  right: -12%;
  bottom: -25px;
  height: 40px;
  background: #fff;
  border-radius: 0 0 50% 50%;
}

.fv-women-link-row {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  margin-top: -6px;
  padding: 0 max(15px, calc(430px - 100vw + 15px)) 0 15px;
}

.women-site-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  min-height: 34px;
  padding: 7px 16px 8px;
  border: 1px solid #efb2c8;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff4f8 0%, #f9dbe7 100%);
  box-shadow: 0 4px 12px rgba(165, 63, 103, 0.16);
  color: #97375f;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.fv-hero {
  position: relative;
  z-index: 2;
  min-height: 290px;
  padding: 56px 22px 24px;
  overflow: visible;
  background: transparent;
}

.fv-hero::before {
  content: none;
}

.fv-hero-img {
  display: none;
}

.fv-copy {
  position: relative;
  z-index: 2;
  width: 92%;
  margin: 0;
  color: #07162e;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.02em;
}

.gold-rule {
  position: relative;
  z-index: 2;
  width: 142px;
  height: 2px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--gold), rgba(199,155,53,0));
}

.fv-body {
  position: relative;
  z-index: 2;
  margin-top: -70px;
  padding: 6px 20px 26px;
  background: transparent;
}

.lead {
  margin: 0;
  color: #0b377c;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(16px, 4.6vw, 19px);
  line-height: 1.58;
  letter-spacing: 0.02em;
}

.description {
  margin: 22px 0 0;
  color: #111827;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.price-box {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  margin: 24px 0 18px;
  border: 1px solid #cdb77a;
  background: #fff;
  box-shadow: 0 2px 10px rgba(7, 26, 54, 0.08);
}

.price-label {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.price-label::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 0;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 18px solid var(--navy);
}

.price-value {
  display: flex;
  align-items: flex-end;
  gap: 0;
  min-width: 0;
  padding: 0 8px 0 24px;
  color: var(--gold);
  font-size: clamp(36px, 11.4vw, 49px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.price-yen {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 1px;
  margin-left: -2px;
  padding-bottom: 4px;
  line-height: 1;
}

.price-value small {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
}

.price-yen small:last-child {
  font-size: 20px;
  line-height: 1;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0 0 18px;
}

.feature-card {
  min-height: 94px;
  display: grid;
  grid-template-rows: 38px 1fr;
  align-items: center;
  justify-items: center;
  gap: 7px;
  padding: 12px 4px 10px;
  border: 1px solid var(--edge);
  border-radius: 5px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 2px 8px rgba(7, 26, 54, 0.06);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  color: var(--ink);
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.feature-card img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.feature-card .calendar-icon { width: 31px; }

.feature-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  text-align: center;
}

.line-image-link {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}

.line-image-link img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 10px rgba(10, 145, 58, 0.26));
}

.line-image-link.small {
  margin-top: 14px;
}

.line-image-link.small img {
  filter: none;
}

.microcopy {
  margin: 10px 0 0;
  color: #607086;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.aga-worry {
  position: relative;
  min-height: 760px;
  padding: 28px 15px 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fff 0%, #fff 58%, #eef2f6 100%);
}

.aga-worry::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 218px;
  height: 130px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #f6f8fa 86%);
  pointer-events: none;
}

.aga-visual {
  position: absolute;
  top: 8px;
  right: -108px;
  z-index: 0;
  width: 292px;
  height: 470px;
  background: url("images/aga-worry-man.png") center top / cover no-repeat;
}

.aga-visual::before,
.aga-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.aga-visual::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 76px;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
}

.aga-visual::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 92px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #f7f9fb 92%);
}

.aga-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 330px;
}

.aga-title {
  margin: 0;
  color: #0b0b0b;
  font-size: clamp(25px, 7.4vw, 32px);
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0;
}

.aga-title-blue {
  color: #082b68;
  font-size: 1.46em;
  line-height: 0.86;
}

.aga-title-line {
  white-space: nowrap;
}

.aga-title-rule {
  width: 40px;
  height: 2px;
  margin: 18px 0 22px;
  background: #082b68;
}

.aga-lead {
  margin: 0;
  max-width: 288px;
  color: #111;
  font-size: clamp(15px, 4.5vw, 19px);
  font-weight: 700;
  line-height: 1.78;
  letter-spacing: 0.02em;
}

.aga-check-box {
  position: relative;
  z-index: 3;
  margin-top: 24px;
  padding: 11px 18px 10px;
  border: 1px solid #dfe5ec;
  border-radius: 7px;
  background: rgba(255,255,255,0.94);
  box-shadow: 0 2px 10px rgba(7, 26, 54, 0.12);
}

.aga-check-box h3 {
  width: 100%;
  margin: 0 auto 12px;
  padding: 8px 6px 9px;
  border-radius: 4px;
  background: linear-gradient(180deg, #072b68 0%, #061f54 100%);
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 4.7vw, 20px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.aga-check-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aga-check-box li {
  position: relative;
  min-height: 42px;
  padding: 12px 0 12px 42px;
  border-bottom: 1px dashed #c6cbd2;
  color: #0d0d0d;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 4vw, 17px);
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}

.aga-check-box li:last-child {
  border-bottom: 0;
}

.aga-check-box li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 2px solid #082b68;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 2px 2px 0 rgba(8, 43, 104, 0.08);
}

.aga-check-box li::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 22px;
  height: 11px;
  border-left: 4px solid #082b68;
  border-bottom: 4px solid #082b68;
  transform: translateY(-67%) rotate(-45deg);
}

.results {
  padding-bottom: 30px;
  border-top: 10px solid #f0f3f6;
}

.section-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 10px 18px;
  background: var(--navy);
  color: #fff;
  text-align: center;
  font-size: clamp(17px, 4.7vw, 20px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.results-intro {
  padding: 20px 18px 18px;
  text-align: center;
}

.results-kicker {
  margin: 0 0 4px;
  color: #173d8b;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.results-title {
  margin: 0;
  color: #151515;
  text-align: center;
  font-size: clamp(20px, 5.8vw, 25px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.02em;
}

.results-title span {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.case-list {
  display: grid;
  gap: 8px;
  padding: 0 13px 14px;
}

.case-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 7px;
  border: 1px solid #dfe4ec;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(7, 26, 54, 0.08);
}

.case-meta {
  min-width: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.case-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  color: #172744;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.case-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 3px;
  background: var(--navy);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1;
}

.case-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.tag {
  min-width: 73px;
  padding: 4px 6px;
  border: 1px solid #95a6be;
  border-radius: 3px;
  background: #f8fbff;
  color: #1a2744;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.case-text {
  margin: 0;
  color: #1f2937;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.62;
}

.ba-wrap {
  display: grid;
  grid-template-columns: 1fr 13px 1fr;
  align-items: center;
  gap: 4px;
  min-width: 0;
}

.ba-item {
  position: relative;
  min-width: 0;
  aspect-ratio: 1125 / 1454;
  overflow: hidden;
  border: 1px solid #e1e5ed;
  background: #f3f5f8;
}

.ba-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.ba-label {
  position: absolute;
  left: 3px;
  bottom: 3px;
  padding: 1px 5px 2px;
  background: rgba(255,255,255,0.4);
  color: var(--navy);
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.ba-arrow {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #0b2d64;
}

.progress-box {
  margin: 4px 13px 10px;
  border: 1.5px solid #bd8d2d;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.progress-head {
  padding: 7px 10px;
  background: var(--navy);
  color: var(--gold-light);
  text-align: center;
  font-size: clamp(18px, 5.2vw, 22px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.progress-lead {
  margin: 0;
  padding: 8px 18px 9px;
  color: #1a2744;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 17px 1fr 17px 1fr;
  gap: 4px;
  padding: 0 12px 12px;
  align-items: start;
}

.step {
  min-width: 0;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.step-title {
  display: block;
  min-height: 34px;
  padding: 4px 2px 3px;
  border: 1px solid #69809f;
  background: #f5f8fc;
  color: #123a86;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.08;
}

.step-title small {
  display: block;
  color: #1a2744;
  font-size: 9px;
  font-weight: 800;
  margin-top: 2px;
}

.step img {
  aspect-ratio: 1.05 / 1;
  object-fit: cover;
  object-position: center;
  border-left: 1px solid #dde3ec;
  border-right: 1px solid #dde3ec;
}

.step p {
  margin: 5px 0 0;
  color: #1f2937;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.step-arrow {
  width: 0;
  height: 0;
  margin: 58px auto 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #4b5563;
}

.notes {
  margin: 0;
  padding: 0 17px 14px;
  color: #575f6d;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1.65;
}

.section-cta {
  padding: 0 18px;
}

.results .microcopy {
  color: #103a80;
  font-size: 12px;
  font-weight: 700;
}

.worry {
  padding: 18px 12px 0;
  background: #f5f7fa;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.worry-card {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.02 / 0.95;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 7px;
  background: #eef2f6;
  box-shadow:
    0 2px 8px rgba(7, 26, 54, 0.18),
    inset 0 0 0 1px rgba(7, 26, 54, 0.08);
}

.worry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.worry-card p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 5px;
  background: linear-gradient(180deg, #123d73 0%, #06275c 100%);
  color: #fff;
  text-align: center;
  font-size: clamp(13px, 3.9vw, 17px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
}

.worry-message {
  margin: 18px 0 0;
  color: #111827;
  text-align: center;
  font-size: clamp(17px, 5vw, 21px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.worry-message strong {
  color: #082b68;
  font-size: 1.08em;
  font-weight: 700;
}

.why-price-card {
  margin: 18px -12px 0;
  background: #fff;
}

.why-price-arrow {
  width: 31px;
  height: 31px;
  margin: 0 auto 16px;
  border-right: 2px solid #082b68;
  border-bottom: 2px solid #082b68;
  transform: rotate(45deg);
}

.why-price-arrow.bottom {
  position: relative;
  width: 100%;
  height: 88px;
  margin: 0;
  border: 0;
  background: #fff;
  transform: none;
}

.why-price-arrow.bottom::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: 31px;
  height: 31px;
  border-right: 2px solid #082b68;
  border-bottom: 2px solid #082b68;
  transform: translateX(-50%) rotate(45deg);
}

.why-price-visual {
  position: relative;
  min-height: 620px;
  padding: 82px 28px 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.66) 38%, rgba(255,255,255,0.38) 68%, rgba(255,255,255,0.12) 100%),
    url("images/why.jpg") 58% 36% / cover no-repeat;
}

.why-price-copy {
  position: relative;
  z-index: 1;
  text-align: left;
}

.why-price-title {
  margin: 0;
  color: #0b0b0b;
  font-size: clamp(32px, 9.5vw, 41px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.why-price-title span {
  color: #082b68;
  font-size: 1.34em;
}

.why-price-rule {
  width: 44px;
  height: 2px;
  margin: 18px 0 18px;
  background: #082b68;
}

.why-price-lead {
  margin: 0;
  color: #0b0b0b;
  font-size: clamp(17px, 4.9vw, 21px);
  font-weight: 700;
  line-height: 1.68;
  letter-spacing: 0.03em;
}

.why-price-box {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 30px;
  z-index: 1;
  padding: 0 12px;
  text-align: center;
}

.why-price-box p {
  margin: 0;
  color: #082b68;
  font-size: clamp(18px, 5.25vw, 23px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.why-price-box strong {
  font-size: 1.2em;
  font-weight: 700;
}

.why-price-dots {
  width: 64px;
  height: 2px;
  margin: 14px auto 13px;
  background: repeating-linear-gradient(90deg, #687996 0 3px, transparent 3px 8px);
}

.why-price-box span {
  display: block;
  color: #082b68;
  font-size: clamp(12px, 3.55vw, 15px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.scalp-approach {
  padding: 0 0 28px;
  background: linear-gradient(180deg, #fff 0%, #f5f8fb 100%);
}

.scalp-inner {
  padding: 26px 13px 0;
}

.scalp-brand {
  margin: 0 0 3px;
  color: #082b68;
  font-size: clamp(15px, 4.2vw, 18px);
  font-weight: 700;
  line-height: 1.35;
}

.scalp-title {
  margin: 0;
  color: #0b0b0b;
  font-size: clamp(27px, 8vw, 34px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.scalp-title span {
  color: #082b68;
}

.scalp-subtitle {
  margin: 5px 0 17px;
  color: #082b68;
  font-size: clamp(14px, 4vw, 17px);
  font-weight: 700;
  line-height: 1.5;
}

.scalp-copy {
  color: #111827;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.02em;
}

.scalp-copy p {
  margin: 0 0 13px;
}

.scalp-callout {
  margin: 17px 0 18px;
  padding: 12px 13px;
  border-radius: 5px;
  background: #ed1c24;
  color: #ffe45c;
  text-align: center;
  box-shadow: 0 2px 8px rgba(98, 16, 16, 0.16);
}

.scalp-callout p {
  margin: 0 0 5px;
  font-size: clamp(12px, 3.45vw, 15px);
  font-weight: 700;
  line-height: 1.35;
}

.scalp-callout span {
  display: block;
  font-size: clamp(12px, 3.45vw, 15px);
  font-weight: 700;
  line-height: 1.35;
}

.scalp-structure {
  margin: 0;
}

.scalp-structure figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 9px;
  color: #071a36;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.scalp-structure figcaption::before,
.scalp-structure figcaption::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #213b65;
}

.scalp-structure img {
  border: 1px solid #d9e2ec;
}

.scalp-structure p {
  margin: 7px 0 13px;
  color: #111827;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.scalp-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 13px;
}

.scalp-feature {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 6px;
  border: 1.5px solid #17335f;
  border-radius: 6px;
  background: rgba(255,255,255,0.95);
  color: #082b68;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.scalp-feature img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.scalp-feature-cell-icon {
  transform: rotate(10deg);
}

.scalp-service {
  border: 1px solid #d9e2ec;
  border-radius: 5px;
  aspect-ratio: 1.54 / 1;
  object-fit: cover;
  object-position: 50% 50%;
}

.choice {
  padding: 22px 0 16px;
  background: #fff;
}

.choice-inner {
  padding: 0 10px;
}

.choice-title {
  margin: 0 0 17px;
  color: #071f55;
  font-size: clamp(22px, 6.35vw, 27px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
}

.choice-copy {
  margin-bottom: 14px;
  color: #111827;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.72;
}

.choice-copy p {
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px dotted #b8c0cc;
}

.choice-copy p:first-child {
  padding-top: 0;
}

.choice-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.choice-panel {
  min-width: 0;
  overflow: hidden;
  border: 1.5px solid #082b68;
  border-radius: 6px;
  background: #fff;
}

.choice-panel h3 {
  margin: 0;
  padding: 8px 4px;
  background: linear-gradient(180deg, #0c3973 0%, #061f54 100%);
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
}

.choice-photo {
  width: 100%;
  aspect-ratio: 1.28 / 1;
  object-fit: cover;
  border-bottom: 1px solid #dfe5ee;
}

.choice-point {
  display: grid;
  grid-template-columns: auto auto;
  gap: 7px;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 8px 7px;
  border-bottom: 1px solid #dfe5ee;
  color: #082b68;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.choice-point:last-child {
  border-bottom: 0;
}

.choice-point img,
.choice-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.choice-point p {
  margin: 0;
  min-width: 9em;
  color: #061f54;
  font-size: clamp(10px, 2.85vw, 12px);
  font-weight: 800;
  line-height: 1.42;
  text-align: left;
  overflow-wrap: anywhere;
}

.choice-icon.people {
  position: relative;
  display: block;
}

.choice-icon.people::before,
.choice-icon.people::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 9px;
  height: 12px;
  border-radius: 7px 7px 3px 3px;
  background: #082b68;
}

.choice-icon.people::before {
  left: 2px;
}

.choice-icon.people::after {
  right: 2px;
}

.choice-icon.people {
  background:
    radial-gradient(circle at 7px 7px, #082b68 0 3.5px, transparent 4px),
    radial-gradient(circle at 17px 7px, #082b68 0 3.5px, transparent 4px);
}

.choice-summary {
  margin: 14px 0 12px;
  color: #082b68;
  text-align: center;
  font-size: clamp(15px, 4.35vw, 18px);
  font-weight: 700;
  line-height: 1.65;
}

.choice-notice {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1.5px solid #082b68;
  border-radius: 6px;
  color: #071a36;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.notice-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #082b68;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.notice-icon::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 2px solid #082b68;
  border-radius: 50%;
}

.choice-notice p {
  margin: 0;
  min-width: 0;
  max-width: 28em;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
  word-break: normal;
  overflow-wrap: anywhere;
}

.choice-footnote {
  margin: 10px 0 0;
  color: #082b68;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.pricing {
  padding: 24px 4px 28px;
  background: #fff;
}

.pricing-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #111827;
  text-align: center;
}

.pricing-title {
  margin: 0 0 18px;
  color: #111827;
  font-size: clamp(22px, 6.2vw, 27px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: 0.03em;
}

.pricing-main {
  width: 80%;
  margin: 0 auto 20px;
  border-radius: 3px;
}

.pricing-list {
  display: grid;
  width: 92%;
  margin: 0;
  gap: 10px;
  justify-items: center;
}

.pricing-row {
  display: grid;
  grid-template-columns: 34px auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 12px;
  min-height: 0;
  padding: 9px 10px;
  border: 1px solid #dde1e8;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(7, 26, 54, 0.08);
  color: #111827;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.pricing-row img,
.pricing-wallet-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  justify-self: center;
}

.pricing-row p {
  margin: 0;
  font-size: clamp(19px, 5.2vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-align: left;
  white-space: nowrap;
}

.pricing-row strong {
  font-size: 1.12em;
  font-weight: 700;
}

.pricing-included {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  width: min(92%, 396px);
  margin: 12px auto 0;
  padding: 12px 14px;
  border: 1px solid #dde1e8;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(7, 26, 54, 0.08);
  color: #111827;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  text-align: center;
}

.pricing-included img {
  width: 46px;
  height: 46px;
  margin: 0 0 0 auto;
  filter: invert(57%) sepia(35%) saturate(704%) hue-rotate(2deg) brightness(91%) contrast(86%);
  object-fit: contain;
  object-position: 50% 42%;
}

.pricing-included p {
  margin: 0;
  font-size: clamp(12px, 3.5vw, 15px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.01em;
  text-align: center;
}

.pricing-included p span {
  white-space: nowrap;
}

/* ── 口コミレビュー ── */
.reviews {
  padding: 30px 0 28px;
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}

.reviews .section-inner {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.review-head {
  padding: 0 18px;
  text-align: center;
}

.review-head span {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--gold);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.review-head h2 {
  margin: 0;
  color: #061f54;
  font-size: clamp(25px, 7vw, 31px);
  line-height: 1.35;
}

.review-head h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin: 10px auto 0;
  background: var(--gold);
}

.review-row {
  margin-top: 20px;
}

.review-row h3 {
  margin: 0 18px 10px;
  color: #172744;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.review-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 14px;
  overflow-x: auto;
  overflow-y: visible;
  width: 100%;
  padding: 4px 18px 14px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.review-track::-webkit-scrollbar {
  display: none;
}

.review-img {
  display: block;
  flex-shrink: 0;
  max-width: none;
  object-fit: contain;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(7, 26, 54, 0.18);
  scroll-snap-align: start;
}

.google-review-img {
  flex-basis: 314px;
  width: 314px;
  height: auto;
}

.hpb-review-track {
  padding-bottom: 18px;
}

.hpb-review-img {
  flex-basis: 292px;
  width: 292px;
  height: auto;
}

/* ── 施術の流れ ── */
.process {
  padding: 28px 12px 26px;
  background: #fff;
}

.process .section-inner {
  width: 100%;
  max-width: 406px;
  margin: 0 auto;
}

.process h2 {
  text-align: center;
  margin: 0 0 16px;
  color: #061f54;
  font-size: clamp(25px, 7vw, 31px);
  line-height: 1.35;
}

.process h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin: 10px auto 0;
  background: var(--gold, #b8996a);
}

.process-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  width: 90%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 9px 0 0;
  background: #fff;
  border: 1px solid #dfe3ea;
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(7, 26, 54, 0.06);
  overflow: visible;
}

.process-card:not(:last-of-type) {
  margin-bottom: 18px;
}

.process-card:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #071f55;
  border-bottom: 2px solid #071f55;
  transform: translateX(-50%) rotate(45deg);
}

.process-card + .process-card {
  margin-top: 0;
}

.process-photo {
  position: relative;
  align-self: stretch;
  height: 70px;
  min-height: 0;
}

.process-photo-clip {
  height: 100%;
  overflow: hidden;
  border-radius: 7px 0 0 7px;
}

.process-photo span {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--navy, #141e4c);
  border-radius: 50%;
  font-family: system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.process-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px 0 0 7px;
  transform: scale(1.2);
  transform-origin: center center;
}

.process-card > div:not(.process-photo) {
  align-self: center;
  padding-left: 10px;
}

.process-card h3 {
  margin: 0 0 4px;
  color: var(--navy, #141e4c);
  font-size: clamp(13px, 3.7vw, 15px);
  line-height: 1.35;
}

.process-card p {
  margin: 0;
  color: #303845;
  font-size: clamp(10px, 2.9vw, 12px);
  line-height: 1.35;
}

.faq {
  padding: 28px 10px 34px;
  background: #f7f8fa;
}

.faq-inner {
  color: #111827;
}

.faq-title {
  margin: 0 0 18px;
  color: #082b68;
  text-align: center;
  font-size: clamp(25px, 7vw, 31px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid #dfe3ea;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(7, 26, 54, 0.06);
  overflow: hidden;
}

.faq-item summary {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 12px;
  cursor: pointer;
  list-style: none;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-q {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #082b68;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.faq-question {
  color: #111827;
  font-size: clamp(13px, 3.7vw, 16px);
  font-weight: 700;
  line-height: 1.5;
}

.faq-chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #082b68;
  border-bottom: 2px solid #082b68;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  justify-self: center;
}

.faq-item[open] .faq-chevron {
  transform: rotate(225deg);
}

.faq-answer {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 12px 16px;
  border-top: 1px solid #e5e8ee;
}

.faq-a {
  color: #b08a35;
  text-align: center;
  font-family: Georgia, "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.faq-answer p {
  margin: 0;
  color: #111827;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 3.35vw, 14px);
  font-weight: 500;
  line-height: 1.75;
}

.line-consult {
  padding: 30px 16px 22px;
  background: #fff;
}

.line-consult-inner {
  color: #111827;
  text-align: center;
}

.line-consult-title {
  margin: 0;
  color: #061f54;
  font-size: clamp(21px, 6.25vw, 27px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
}

.line-consult-divider {
  position: relative;
  width: min(70%, 300px);
  height: 1px;
  margin: 20px auto 21px;
  background: linear-gradient(90deg, transparent 0%, #c79b35 14%, #c79b35 86%, transparent 100%);
}

.line-consult-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background: #c79b35;
  transform: translate(-50%, -50%) rotate(45deg);
}

.line-consult-copy {
  color: #222936;
  font-size: clamp(14px, 4.25vw, 19px);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: 0.03em;
}

.line-consult-copy p {
  margin: 0 0 13px;
}

.line-consult-copy p:last-child {
  margin-bottom: 20px;
}

.line-consult-button {
  width: min(80%, 330px);
  margin: 0 auto;
}

.line-consult-button img {
  border-radius: 16px;
}

.salon-info {
  padding: 30px 16px 34px;
  background: #f8f9fb;
}

.salon-info-inner {
  color: #111827;
}

.salon-info-title {
  margin: 0 0 18px;
  color: #061f54;
  text-align: center;
  font-size: clamp(28px, 7.6vw, 34px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.salon-info-logo {
  width: min(82%, 330px);
  margin: 0 auto 22px;
  mix-blend-mode: multiply;
}

.salon-women-link {
  display: flex;
  width: fit-content;
  margin: 0 auto 14px;
}

.salon-info-subtitle {
  margin: 0 0 18px;
  color: #061f54;
  text-align: center;
  font-size: clamp(17px, 4.8vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.salon-info-photo {
  width: 100%;
  aspect-ratio: 1.44 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(7, 26, 54, 0.12);
}

.salon-info-list {
  display: grid;
  gap: 0;
  margin: 26px 0 24px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.salon-info-list div {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #e3e7ee;
}

.salon-info-list div:first-child {
  border-top: 1px solid #e3e7ee;
}

.salon-info-list dt {
  color: #061f54;
  font-size: clamp(16px, 4.5vw, 20px);
  font-weight: 700;
  line-height: 1.65;
}

.salon-info-list dd {
  margin: 0;
  color: #2d3441;
  font-size: clamp(13px, 3.55vw, 17px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.salon-info-list a {
  color: inherit;
  text-decoration: none;
}

.salon-info-list .salon-address-link,
.salon-info-list .salon-phone-link {
  color: #061f54;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.salon-map-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0 auto;
  border: 1px solid #b9c0cb;
  border-radius: 999px;
  background: #fff;
  color: #2d3441;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.page-bottom-map {
  padding: 0 16px 28px;
  background: #f8f9fb;
}

.js-enabled .reveal-target {
  opacity: 0;
  transform: translateY(var(--reveal-y, 8px)) translateX(var(--reveal-x, 0)) scale(var(--reveal-scale, 1));
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.js-enabled .reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

.js-enabled .reveal-from-left {
  --reveal-x: -6px;
  --reveal-y: 0;
}

.js-enabled .reveal-from-right {
  --reveal-x: 6px;
  --reveal-y: 0;
}

.js-enabled .reveal-from-bottom {
  --reveal-x: 0;
  --reveal-y: 8px;
}

.js-enabled .reveal-zoom {
  --reveal-y: 5px;
  --reveal-scale: 0.995;
}

.js-enabled .hero-reveal {
  --reveal-y: 16px;
}

.js-enabled .hero-reveal.reveal-zoom {
  --reveal-y: 10px;
  --reveal-scale: 0.985;
}

.js-enabled .scalp-callout.is-visible {
  animation: callout-attention 1.6s ease 0.25s 1 both;
}

@keyframes callout-attention {
  0%,
  100% {
    filter: brightness(1);
    text-shadow: 0 0 0 rgba(255, 255, 0, 0);
  }

  45% {
    filter: brightness(1.08);
    text-shadow: 0 0 8px rgba(255, 255, 0, 0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  .js-enabled .reveal-target {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .js-enabled .scalp-callout.is-visible {
    animation: none;
  }
}

@media (max-width: 374px) {
  .fv-hero { padding-left: 18px; padding-right: 18px; }
  .fv-body { padding-left: 18px; padding-right: 18px; }
  .price-box { grid-template-columns: 118px minmax(0, 1fr); }
  .price-label { font-size: 13px; }
  .price-value { padding-left: 22px; font-size: 36px; }
  .worry-grid { gap: 8px; }
  .worry-card p { min-height: 44px; font-size: 12px; }
  .why-price-card { margin-left: -10px; margin-right: -10px; }
  .why-price-visual { min-height: 560px; padding: 68px 20px 24px; }
  .why-price-title { font-size: 30px; }
  .why-price-lead { font-size: 16px; }
  .why-price-box { left: 16px; right: 16px; bottom: 24px; padding: 0 10px; }
  .why-price-box p { font-size: 17px; }
  .why-price-box span { font-size: 11px; }
  .scalp-feature { padding: 8px 4px; font-size: 10px; }
  .scalp-feature img { width: 32px; height: 32px; }
  .choice-point { grid-template-columns: auto auto; gap: 5px; padding: 7px 5px; }
  .choice-point p { min-width: 9em; font-size: 10px; }
  .choice-point img,
  .choice-icon { width: 24px; height: 24px; }
  .pricing-row { grid-template-columns: 30px auto; gap: 9px; padding: 8px 8px; }
  .pricing-row img,
  .pricing-wallet-icon { width: 28px; height: 28px; }
  .pricing-row p { font-size: 18px; }
  .pricing-included { grid-template-columns: 48px minmax(0, 1fr); gap: 9px; padding: 10px 10px; }
  .pricing-included img { width: 37px; height: 37px; }
  .pricing-included p { font-size: 12px; }
  .pricing-list,
  .pricing-included { width: min(94%, 396px); }
  .google-review-img { flex-basis: 280px; width: 280px; }
  .hpb-review-img { flex-basis: 260px; width: 260px; }
  .process { padding-left: 10px; padding-right: 10px; }
  .process-card { grid-template-columns: 88px minmax(0, 1fr); gap: 10px; width: 90%; margin-left: auto; margin-right: auto; padding: 0 8px 0 0; height: 65px; min-height: 0; }
  .process-photo { height: 65px; min-height: 0; }
  .process-photo img { width: 100%; height: 100%; }
  .process-card h3 { font-size: 12px; }
  .process-card p { font-size: 10px; line-height: 1.3; }
  .faq { padding-left: 8px; padding-right: 8px; }
  .faq-item summary { grid-template-columns: 28px minmax(0, 1fr) 16px; gap: 8px; padding: 11px 10px; }
  .faq-answer { grid-template-columns: 28px minmax(0, 1fr); gap: 8px; padding: 11px 10px 14px; }
  .faq-q { width: 28px; height: 28px; }
  .line-consult { padding-left: 12px; padding-right: 12px; }
  .line-consult-title { font-size: 20px; }
  .line-consult-copy { font-size: 13px; }
  .salon-info { padding-left: 12px; padding-right: 12px; }
  .salon-info-list div { grid-template-columns: 82px minmax(0, 1fr); gap: 12px; }
  .salon-info-list dt,
  .salon-info-list dd { font-size: 12px; }
}
