:root {
  --navy: #141e4c;
  --navy-deep: #071225;
  --cream: #fbf7f3;
  --gray: #f3f3f3;
  --text: #1d2433;
  --muted: #5d6575;
  --green: #21b34f;
  --gold: #c99535;
  --beige: #f2eadb;
  --beige-dark: #e6d9c3;
  --shadow: 0 16px 38px rgba(20, 30, 76, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  background: #e8e8e8;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Times New Roman", serif;
  line-height: 1.85;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: calc((100vw - 430px) / 2);
  background: #e8e8e8;
  z-index: -1;
}

body::before {
  left: 0;
}

body::after {
  right: 0;
}

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

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

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.reveal-soft {
  transform: translateY(14px);
}

.reveal.reveal-left {
  transform: translateX(-18px);
}

.reveal.reveal-right {
  transform: translateX(18px);
}

.reveal.reveal-pop {
  transform: translateY(16px) scale(0.97);
}

.reveal.reveal-left.is-visible,
.reveal.reveal-right.is-visible,
.reveal.reveal-pop.is-visible {
  transform: translate(0, 0) scale(1);
}

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

.site-header,
main {
  width: 100%;
  max-width: 430px;
  margin-inline: auto;
}

.floating-line {
  max-width: 430px;
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(20, 30, 76, 0.1);
  backdrop-filter: blur(10px);
}

.brand img {
  width: 110px;
  height: auto;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: #fff;
  background: var(--green);
  border-radius: 999px;
  font-family: system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

main {
  overflow: hidden;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 560px;
  color: #fff;
  background: #020612;
}

.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 18, 0) 62%, #020612 100%),
    linear-gradient(90deg, rgba(2, 6, 18, 0.96) 0%, rgba(2, 6, 18, 0.7) 43%, rgba(2, 6, 18, 0.08) 100%),
    url("images/fv-top1.png") center right / cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 56px 18px 40px;
}

.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(34px, 9vw, 43px);
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.hero-kicker {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55);
}

.section-inner {
  width: min(100% - 32px, 390px);
  margin-inline: auto;
  padding: 58px 0;
}

.section-inner.wide {
  width: min(100% - 28px, 402px);
}

h2,
h3,
p {
  margin-top: 0;
}

h2 {
  margin-bottom: 28px;
  color: var(--navy);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  overflow-wrap: anywhere;
}

.section-navy {
  color: #fff;
  background: #020612;
}

.section-navy h2 {
  color: #fff;
  font-size: 21px;
  line-height: 1.7;
}

.worry-heading {
  font-size: 23px;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.worry-heading .age {
  display: inline-flex;
  align-items: baseline;
  margin-right: 1px;
}

.worry-heading .num {
  color: #d2a13a;
  background: linear-gradient(135deg, #d2a13a 0%, #fff7cf 42%, #b78322 72%, #f2ca64 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.42em;
  font-weight: 500;
  line-height: 1;
}

.worry-heading .unit,
.worry-heading .dot,
.worry-heading .rest {
  color: #fff;
}

.worry-heading .unit {
  margin-left: 1px;
  font-size: 0.82em;
  font-weight: 700;
}

.worry-heading .dot {
  margin: 0 2px;
  font-size: 0.84em;
  font-weight: 700;
}

.worry-heading .rest {
  font-size: 0.8em;
  font-weight: 700;
}

.worry .section-inner {
  padding-top: 30px;
  padding-bottom: 58px;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0 12px;
  margin: 0 0 26px;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 21px 1fr;
  column-gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.check-list li::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("images/icon/check.png") center / contain no-repeat;
}

.message-pill {
  margin: 22px auto 30px;
  padding: 11px 14px;
  color: #111827;
  background: var(--cream);
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
}

.solution {
  margin-bottom: 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

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

.feature-item {
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.feature-item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(201, 149, 53, 0.28));
}

.cta-section {
  padding: 36px 14px;
  background: #fff;
}

.cta-box {
  padding: 25px 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
  text-align: center;
}

.cta-box-outline {
  border: 2px solid var(--green);
  box-shadow: none;
}

.cta-lead {
  margin-bottom: 14px;
  color: var(--green);
  font-size: 20px;
  font-weight: 700;
}

.line-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  color: #fff;
  background: linear-gradient(180deg, #23c95a, var(--green));
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(33, 179, 79, 0.28);
  font-family: system-ui, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.line-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 34px;
  color: var(--green);
  background: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.line-mark::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: -4px;
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 18%, 15% 100%);
}

.cta-note {
  margin: 15px 0 0;
  color: #3f4652;
  font-size: 14px;
}

.section-light {
  background: linear-gradient(180deg, var(--gray), #fff);
}

.cases h2::after,
.faq h2::after,
.reasons h2::after,
.process h2::after,
.voices h2::after,
.salon h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin: 14px auto 0;
  background: var(--gold);
}

.case-card,
.info-card,
.reason-card,
.process-card,
.voice-card {
  background: #fff;
  border: 1px solid rgba(20, 30, 76, 0.08);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(20, 30, 76, 0.08);
}

.case-card {
  padding: 18px 14px 15px;
}

.case-card + .case-card {
  margin-top: 18px;
}

.case-head {
  color: var(--navy);
  font-size: 18px;
  font-weight: 700;
}

.case-head span {
  color: var(--green);
}

.case-title {
  margin-bottom: 12px;
  color: #151515;
  font-size: 20px;
  font-weight: 700;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

figure {
  margin: 0;
}

figcaption {
  margin-bottom: 5px;
  color: #111827;
  font-family: system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.before-after img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  border-radius: 7px;
}

.disclaimer {
  margin: 24px 0 0;
  color: #616b78;
  font-size: 12px;
  text-align: center;
}

.privacy {
  background:
    radial-gradient(circle at 50% 100%, rgba(201, 149, 53, 0.14), transparent 42%),
    #fff;
}

.privacy h2 {
  font-size: 27px;
  font-weight: 500;
}

.privacy h2 span,
.privacy-point span,
.gold-frame span {
  color: var(--gold);
}

.gold-line {
  width: 150px;
  margin: -14px auto 30px;
}

.privacy-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 28px;
}

.privacy-images img {
  width: 100%;
  aspect-ratio: 1.1 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 16px 30px rgba(30, 24, 12, 0.18);
}

.privacy-list {
  margin-inline: 14px;
  border-top: 1px dashed rgba(201, 149, 53, 0.45);
}

.privacy-point {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 15px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px dashed rgba(201, 149, 53, 0.45);
}

.privacy-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
}

.privacy-icon img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.privacy-point p {
  margin: 0;
  color: #181818;
  font-size: 17px;
  line-height: 1.95;
}

.gold-frame {
  position: relative;
  margin-top: 34px;
  padding: 44px 30px 52px;
  background-image: url(images/pricing/box-line.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

.gold-frame p {
  margin: 0;
  color: var(--navy);
  font-size: 26px;
  line-height: 1.75;
}

.gold-frame i {
  display: none;
}

.info-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px;
}

.info-card + .info-card {
  margin-top: 14px;
}

.info-card img {
  width: 92px;
  height: 98px;
  object-fit: cover;
  border-radius: 7px;
}

.info-card h3 {
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.45;
}

.info-card p {
  margin: 0;
  color: #263248;
  font-size: 13px;
  line-height: 1.78;
}

.pricing {
  position: relative;
  background: #fff url("images/pricing/pricing-bg.png") center top / 100% 100% no-repeat;
}

.pricing .lead,
.voices .lead {
  color: var(--navy);
  text-align: center;
}

.pricing .section-inner {
  width: min(100% - 28px, 402px);
  padding: 54px 0 40px;
}

.pricing-ornament {
  width: 170px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.pricing-ornament.top {
  margin-bottom: 10px;
}

.pricing-ornament.bottom {
  margin-top: -14px;
  margin-bottom: 26px;
}

.pricing h2 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 36px;
  line-height: 1.35;
}

.pricing .lead {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

.pricing-dotted {
  width: min(100%, 330px);
  margin: 0 auto 20px;
}

.price-card {
  position: relative;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(201, 149, 53, 0.78);
  border-radius: 8px;
  box-shadow: 0 14px 26px rgba(20, 30, 76, 0.14);
}

.first {
  padding: 18px 10px 22px;
}

.price-ribbon {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100% - 34px, 280px);
  margin: 0 auto 14px;
}

.price-ribbon img {
  width: 100%;
  height: 50px;
  object-fit: fill;
}

.price-ribbon p {
  position: absolute;
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.price {
  margin: 0;
  padding: 0;
  color: var(--navy);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.price span {
  color: var(--gold);
  font-size: 58px;
  font-weight: 500;
}

.price small {
  color: var(--navy);
  font-size: 18px;
}

.step-guide {
  padding: 18px 0 20px;
  color: var(--navy);
  text-align: center;
}

.step-guide span {
  display: block;
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
}

.step-guide p {
  position: relative;
  display: inline-block;
  margin: 7px 0 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.step-guide p::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 6px;
  background: #ced9e9;
  border-radius: 999px;
}

.course {
  padding: 18px 12px;
  border-color: rgba(20, 30, 76, 0.45);
  background: rgba(248, 252, 255, 0.9);
}

.course-row {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 12px;
  align-items: center;
}

.course-badge {
  position: relative;
  display: grid;
  place-items: center;
}

.course-badge img {
  width: 118px;
}

.course-badge p {
  position: absolute;
  transform: translateY(-4px);
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.course .price {
  padding: 0;
  text-align: center;
  transform: translateY(-4px);
}

.course .price span {
  color: var(--navy);
  font-size: 38px;
}

.price-note {
  margin: 7px 0 0;
  padding-left: 130px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.payment {
  margin: 0;
  padding: 10px 20px 24px;
  color: #fff;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.reason-card {
  display: grid;
  grid-template-columns: 1fr 104px;
  gap: 14px;
  align-items: center;
  padding: 18px;
}

.reason-card + .reason-card {
  margin-top: 16px;
}

.reason-label {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid var(--navy);
}

.reason-card h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.55;
}

.reason-card p:last-child {
  margin: 0;
  color: #303845;
  font-size: 13px;
  line-height: 1.7;
}

.reason-card img {
  width: 104px;
  height: 112px;
  object-fit: cover;
  border-radius: 8px;
}

.process {
  background: #fff;
}

.process-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px;
}

.process-card + .process-card {
  margin-top: 13px;
}

.process-photo {
  position: relative;
}

.process-photo span {
  position: absolute;
  top: -7px;
  left: -7px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-family: system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.process-photo img {
  width: 112px;
  height: 92px;
  object-fit: cover;
  border-radius: 8px;
}

.process-card h3 {
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 17px;
}

.process-card p {
  margin: 0;
  color: #303845;
  font-size: 13px;
  line-height: 1.7;
}

.mechanism-lead {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.mechanism h2 {
  margin-bottom: 24px;
}

.mechanism h2 span {
  font-size: 29px;
}

.mechanism h2 em {
  position: relative;
  display: inline-block;
  color: var(--navy);
  font-size: 23px;
  font-style: normal;
}

.mechanism h2 em::before,
.mechanism h2 em::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 54px;
  height: 1px;
  background: var(--gold);
}

.mechanism h2 em::before {
  right: calc(100% + 14px);
}

.mechanism h2 em::after {
  left: calc(100% + 14px);
}

.mechanism-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.mechanism .section-inner {
  width: min(100% - 28px, 402px);
}

.mechanism-copy {
  margin: 28px 0 0;
  text-align: left;
}

.mechanism-copy p {
  padding: 18px 0 21px;
  border-bottom: 2px dotted rgba(201, 149, 53, 0.82);
  margin: 0;
  color: #141d31;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.15;
}

.mechanism-copy p:first-child {
  padding-top: 4px;
}

.mechanism-copy strong {
  color: var(--navy);
  font-size: 29px;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(20, 30, 76, 0.18);
}

.mechanism-copy p:nth-child(3) strong {
  font-size: 31px;
}

.mechanism-copy p:nth-child(4) strong {
  font-size: 26px;
}

.voices {
  background: #fff;
}

.voice-card {
  padding: 20px;
}

.voice-card + .voice-card {
  margin-top: 16px;
}

.voice-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.voice-head img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  opacity: 0.72;
}

.voice-head p {
  margin: 0;
  color: var(--navy);
  font-weight: 700;
}

.voice-head span {
  border-bottom: 2px solid var(--navy);
}

.voice-card h3 {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.7;
}

.voice-card > p {
  margin: 0;
  color: #303845;
  font-size: 14px;
}

.cta-second {
  background: linear-gradient(180deg, #fff, var(--gray));
}

.cta-second .cta-box {
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.cta-second h2 {
  margin-bottom: 12px;
  font-size: 22px;
}

.cta-second .cta-box > p:not(.cta-note) {
  color: #454b56;
  font-size: 14px;
}

.salon-logo {
  width: 300px;
  margin: -10px auto 8px;
}

.salon-sub {
  margin-bottom: 22px;
  color: var(--navy);
  text-align: center;
}

.salon-photo {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.salon-info {
  display: grid;
  grid-template-columns: 92px 1fr;
  column-gap: 16px;
  row-gap: 18px;
  margin: 24px 0;
}

.salon-info dt {
  color: var(--navy);
  font-weight: 700;
}

.salon-info dd {
  margin: 0;
  color: #303845;
}

.map-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: #303845;
  background: #fff;
  border: 1px solid #aab0bb;
  border-radius: 999px;
  font-family: system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.final-cta {
  padding-bottom: 34px;
  color: #fff;
  background: var(--navy);
  text-align: center;
}

.final-cta .section-inner {
  padding: 42px 0 30px;
}

.final-cta p {
  margin-bottom: 10px;
  color: #fff;
}

.final-cta h2 {
  color: #fff;
  font-size: 23px;
}

.floating-line {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(calc(100vw - 28px), 390px);
  min-height: 58px;
  color: #fff;
  background: linear-gradient(180deg, #24cf5e, var(--green));
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(33, 179, 79, 0.38);
  font-family: system-ui, sans-serif;
  font-size: 17px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(18px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.floating-line.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  animation: glow 2.9s ease-in-out infinite;
}

@keyframes glow {
  0%,
  76%,
  100% {
    box-shadow: 0 16px 32px rgba(33, 179, 79, 0.38);
  }

  84% {
    box-shadow: 0 16px 36px rgba(33, 179, 79, 0.65), 0 0 0 7px rgba(33, 179, 79, 0.16);
  }
}

@media (max-width: 360px) {
  .header-cta {
    padding: 0 10px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .feature-grid {
    gap: 8px;
  }

  .line-button,
  .floating-line {
    font-size: 15px;
  }

  .info-card {
    grid-template-columns: 82px 1fr;
    gap: 12px;
  }

  .info-card img {
    width: 82px;
  }
}

@media (min-width: 390px) {
  .section-navy h2 {
    font-size: 22px;
  }
}
