body{margin:0;background:#111;color:#fff;font-family:sans-serif}.hero{height:100vh;background:url('../img/hero.jpg') center/cover;display:flex;justify-content:center;align-items:center;position:relative}.overlay{position:absolute;inset:0;background:rgba(0,0,0,.5)}.inner{position:relative;text-align:center}.gold{color:#d6b36a}.btn{display:inline-block;margin-top:20px;background:#d6b36a;color:#111;padding:16px 30px;text-decoration:none}
/* =========================
   PROBLEMS
========================= */

.problems {
  padding: 100px 20px;
  background: #111;
}

.section-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.section-label {
  margin: 0 0 15px;
  color: #d6b36a;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
}

.problems h2 {
  margin: 0 0 60px;
  font-size: 38px;
  line-height: 1.4;
  text-align: center;
}

.problem-list {
  max-width: 700px;
  margin: 0 auto;
}

.problem-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 5px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.problem-item:first-child {
  border-top: 1px solid rgba(255,255,255,.15);
}

.problem-item .check {
  flex-shrink: 0;
  color: #d6b36a;
  font-size: 22px;
  font-weight: bold;
}

.problem-item p {
  margin: 0;
  color: #eee;
  font-size: 17px;
  line-height: 1.7;
}

.problem-message {
  margin: 70px auto 0;
  text-align: center;
}

.problem-message p {
  margin: 0;
  font-size: 24px;
  line-height: 1.8;
}

.problem-message strong {
  color: #d6b36a;
  font-weight: 700;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {

  .problems {
    padding: 75px 20px;
  }

  .problems h2 {
    margin-bottom: 45px;
    font-size: 30px;
  }

  .problem-item {
    gap: 14px;
    padding: 19px 3px;
  }

  .problem-item p {
    font-size: 15px;
  }

  .problem-message {
    margin-top: 55px;
  }

  .problem-message p {
    font-size: 20px;
  }

  .sp-only {
    display: block;
  }
}
/* =========================
   COMPARISON
========================= */

.comparison {
  padding: 110px 20px;
  background: #0a0a0a;
}

.comparison h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.5;
  text-align: center;
}

.comparison-lead {
  margin: 25px 0 60px;
  color: #ccc;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}

.comparison-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.comparison-card {
  padding: 45px 35px;
  border: 1px solid rgba(255,255,255,.15);
  background: #111;
}

.comparison-card-leonardo {
  border: 1px solid #d6b36a;
}

.comparison-card-label {
  margin: 0 0 20px;
  color: #999;
  font-size: 12px;
  letter-spacing: 1.5px;
}

.comparison-card-leonardo .comparison-card-label {
  color: #d6b36a;
}

.comparison-card h3 {
  margin: 0 0 30px;
  font-size: 25px;
  line-height: 1.6;
}

.comparison-card-leonardo h3 {
  color: #d6b36a;
}

.comparison-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-card li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 22px;
  color: #ddd;
  font-size: 15px;
  line-height: 1.8;
}

.comparison-card li:last-child {
  margin-bottom: 0;
}

.comparison-card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #777;
}

.comparison-card-leonardo li::before {
  content: "✓";
  color: #d6b36a;
}

.comparison-vs {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #d6b36a;
  color: #111;
  font-size: 13px;
  font-weight: bold;
}

.comparison-message {
  margin-top: 75px;
  text-align: center;
}

.comparison-small {
  margin: 0 0 12px;
  color: #aaa;
  font-size: 15px;
}

.comparison-main {
  margin: 0;
  font-size: 26px;
  line-height: 1.8;
}

.comparison-main strong {
  color: #d6b36a;
}


/* =========================
   COMPARISON - MOBILE
========================= */

@media (max-width: 768px) {

  .comparison {
    padding: 80px 20px;
  }

  .comparison h2 {
    font-size: 29px;
  }

  .comparison-lead {
    margin: 22px 0 50px;
    font-size: 15px;
  }

  .comparison-grid {
    display: block;
  }

  .comparison-card {
    padding: 35px 25px;
  }

  .comparison-card h3 {
    font-size: 22px;
  }

  .comparison-vs {
    position: relative;
    top: auto;
    left: auto;
    margin: -1px auto;
    transform: none;
  }

  .comparison-main {
    font-size: 21px;
  }

}
/* =========================
   REASONS
========================= */

.reasons {
  padding: 0;
  background: #111;
}
/* WHY LEONARDO / VISUAL */
.reasons-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.reasons-hero__image {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  object-position: center center;
}

.reasons-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: rgba(7, 7, 7, 0.64);
}

.reasons-hero__content {
  position: relative;
  z-index: 2;

  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 20px;
  box-sizing: border-box;

  text-align: center;
}

.reasons-hero h2 {
  margin: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1.5;
  text-align: center;
}

.reasons-hero .reasons-lead {
  margin: 25px 0 0;
  color: #bbb;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}

/* 01・02・03エリア */
.reasons > .section-inner {
  padding-top: 90px;
  padding-bottom: 110px;
}
.reasons-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.reasons-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* 写真を暗くして文字を読みやすくする */
.reasons-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.78);
}

/* WHY LEONARDOの内容を写真より前に出す */
.reasons > .section-inner {
  position: relative;
  z-index: 1;
}

.reasons h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.5;
  text-align: center;
}

.reasons-lead {
  margin: 25px 0 70px;
  color: #bbb;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}

.reason-list {
  max-width: 900px;
  margin: 0 auto;
}

.reason-item {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 40px;
  padding: 55px 0;
  border-top: 1px solid rgba(255,255,255,.15);
}

.reason-item:last-child {
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.reason-number {
  color: #d6b36a;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
}

.reason-content {
  max-width: 650px;
}

.reason-label {
  margin: 0 0 12px;
  color: #d6b36a;
  font-size: 12px;
  letter-spacing: 2px;
}

.reason-content h3 {
  margin: 0 0 22px;
  font-size: 27px;
  line-height: 1.6;
}

.reason-content > p:last-child {
  margin: 0;
  color: #ccc;
  font-size: 16px;
  line-height: 2;
}


/* =========================
   REASONS - MOBILE
========================= */

@media (max-width: 768px) {

  .reasons {
    padding: 0;
  }

  .reasons-hero__content h2  {
    font-size: 30px;
  }

  .reasons-hero__content .reasons-lead { 
    margin: 22px 0 50px;
    font-size: 15px;
  }

  .reason-item {
    display: block;
    padding: 45px 0;
  }

  .reason-number {
    margin-bottom: 25px;
    font-size: 52px;
  }

  .reason-content h3 {
    font-size: 22px;
  }

  .reason-content > p:last-child {
    font-size: 15px;
    line-height: 1.9;
  }
  .reasons-hero {
  min-height: 500px;
}

.reasons-hero__image {
  object-position: 58% center;
}

.reasons-hero__overlay {
  background: rgba(7, 7, 7, 0.58);
}

.reasons-hero__content {
  width: 100%;
  padding: 80px 20px;
}

.reasons-hero h2 {
  font-size: 30px;
}

.reasons-hero .reasons-lead {
  margin-top: 22px;
  font-size: 15px;
}

.reasons > .section-inner {
  padding-top: 70px;
  padding-bottom: 80px;
}

}
/* =========================
   TREATMENT VISUAL
========================= */

.treatment-visual {
  position: relative;
  width: 100%;
  height: min(72vh, 760px);
  min-height: 560px;
  overflow: hidden;
  background: #080808;
}

.treatment-visual__image {
  position: absolute;
  inset: 0;
}

.treatment-visual__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.treatment-visual__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.82) 0%,
      rgba(5, 5, 5, 0.55) 32%,
      rgba(5, 5, 5, 0.12) 62%,
      rgba(5, 5, 5, 0.04) 100%
    );
}

.treatment-visual__content {
  position: relative;
  z-index: 2;

  width: min(1180px, calc(100% - 96px));
  height: 100%;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  color: #fff;
}

.treatment-visual__label {
  margin: 0 0 22px;

  color: #d6b36a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.treatment-visual__content h2 {
  margin: 0;

  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.35;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.treatment-visual__content > p:last-child {
  margin: 28px 0 0;

  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
}


/* スマホ */
@media (max-width: 768px) {

  .treatment-visual {
    height: 72vh;
    min-height: 600px;
    max-height: 760px;
  }

  .treatment-visual__image img {
    object-position: 58% center;
  }

  .treatment-visual__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.12) 0%,
        rgba(5, 5, 5, 0.18) 38%,
        rgba(5, 5, 5, 0.88) 100%
      );
  }

  .treatment-visual__content {
    width: calc(100% - 40px);
    justify-content: flex-end;
    padding-bottom: 64px;
    box-sizing: border-box;
  }

  .treatment-visual__label {
    margin-bottom: 16px;
    font-size: 10px;
  }

  .treatment-visual__content h2 {
    font-size: 29px;
    line-height: 1.45;
  }

  .treatment-visual__content > p:last-child {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9;
  }

}
/* =========================
   TECHNOLOGY
========================= */

.technology {
  background: #080808;
}

.technology-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
}

.technology-image {
  position: relative;
  overflow: hidden;
}

.technology-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to right,
      rgba(0,0,0,0) 65%,
      rgba(8,8,8,.65) 100%
    );
}

.technology-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.technology-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 8vw 80px 70px;
}

.technology-label {
  margin: 0 0 20px;
  color: #d6b36a;
  font-size: 12px;
  letter-spacing: 2px;
}

.technology-content h2 {
  margin: 0 0 25px;
  font-size: 42px;
  line-height: 1.5;
}

.technology-lead {
  margin: 0 0 45px;
  color: #bbb;
  font-size: 17px;
  line-height: 1.9;
}

.technology-number {
  padding: 30px 0;
  border-top: 1px solid rgba(214,179,106,.35);
  border-bottom: 1px solid rgba(214,179,106,.35);
}

.technology-number-label {
  margin: 0 0 5px;
  color: #ccc;
  font-size: 14px;
}

.technology-number-main {
  display: flex;
  align-items: flex-end;
  color: #d6b36a;
  line-height: 1;
}

.technology-number-main strong {
  font-size: 110px;
  font-weight: 700;
  letter-spacing: -5px;
}

.technology-about {
  margin: 0 8px 15px 0;
  font-size: 24px;
}

.technology-times {
  margin: 0 0 14px 10px;
  font-size: 36px;
  font-weight: 700;
}

.technology-text {
  margin: 40px 0 0;
  max-width: 600px;
  color: #ddd;
  font-size: 16px;
  line-height: 2;
}

.technology-note {
  margin: 15px 0 0;
  color: #777;
  font-size: 12px;
}


/* =========================
   TECHNOLOGY - MOBILE
========================= */

@media (max-width: 768px) {

  .technology-inner {
    display: block;
    min-height: 0;
  }

  .technology-image {
    height: 520px;
  }

  .technology-image::after {
    background:
      linear-gradient(
        to bottom,
        rgba(0,0,0,0) 65%,
        #080808 100%
      );
  }

  .technology-content {
    padding: 60px 20px 80px;
  }

  .technology-content h2 {
    font-size: 31px;
  }

  .technology-lead {
    margin-bottom: 35px;
    font-size: 15px;
  }

  .technology-number-main strong {
    font-size: 90px;
  }

  .technology-about {
    font-size: 20px;
  }

  .technology-times {
    font-size: 30px;
  }

  .technology-text {
    font-size: 15px;
    line-height: 1.9;
  }

}
/* =========================
   11 SESSIONS
========================= */

.sessions {
  padding: 120px 20px;
  background: #111;
}

.sessions h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
}

.sessions h2 span {
  color: #d6b36a;
}

.sessions-lead {
  margin: 30px 0 60px;
  color: #bbb;
  font-size: 17px;
  line-height: 2;
  text-align: center;
}


/* BIG NUMBER */

.sessions-highlight {
  max-width: 650px;
  margin: 0 auto 80px;
  padding: 45px 20px;
  border-top: 1px solid rgba(214,179,106,.4);
  border-bottom: 1px solid rgba(214,179,106,.4);
  text-align: center;
}

.sessions-highlight > p {
  margin: 0;
  color: #ccc;
  font-size: 16px;
  letter-spacing: 1px;
}

.sessions-big-number {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 10px 0;
  color: #d6b36a;
  line-height: 1;
}

.sessions-big-number strong {
  font-size: 120px;
  font-weight: 700;
  letter-spacing: -5px;
}

.sessions-big-number span {
  margin: 0 10px 16px;
  font-size: 26px;
  font-weight: 700;
}


/* STEPS */

.sessions-steps {
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1fr;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
}

.session-step {
  padding: 40px 25px;
  border: 1px solid rgba(255,255,255,.15);
  background: #0c0c0c;
  text-align: center;
}
/* 02–10 / 施術写真 */
.session-step-treatment {
  padding: 0;
  overflow: hidden;
}

.session-step-image {
  width: 100%;
  height: 280px;
  margin-bottom: 42px;
  overflow: hidden;
}

.session-step-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* 写真以外の余白を確保 */
.session-step-treatment .session-step-label,
.session-step-treatment .session-step-number,
.session-step-treatment h3,
.session-step-treatment > p:last-child {
  margin-left: 40px;
  margin-right: 40px;
}

.session-step-treatment > p:last-child {
  margin-bottom: 45px;
}
.session-step-goal {
  border-color: #d6b36a;
}

.session-step-label {
  margin: 0 0 20px;
  color: #d6b36a;
  font-size: 11px;
  letter-spacing: 2px;
}

.session-step-number {
  margin-bottom: 20px;
  color: #d6b36a;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.session-step h3 {
  margin: 0 0 18px;
  font-size: 20px;
  line-height: 1.5;
}

.session-step > p:last-child {
  margin: 0;
  color: #aaa;
  font-size: 14px;
  line-height: 1.8;
}

.session-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d6b36a;
  font-size: 25px;
}


/* MESSAGE */

.sessions-message {
  margin-top: 80px;
  text-align: center;
}

.sessions-message p {
  margin: 0 0 10px;
  color: #ccc;
  font-size: 20px;
  line-height: 1.8;
}

.sessions-message strong {
  color: #d6b36a;
  font-size: 28px;
  line-height: 1.7;
}

.sessions-note {
  margin: 45px auto 0;
  color: #777;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}


/* =========================
   11 SESSIONS - MOBILE
========================= */

@media (max-width: 768px) {

  .sessions {
    padding: 85px 20px;
  }

  .sessions h2 {
    font-size: 29px;
    line-height: 1.6;
  }

  .sessions-lead {
    margin: 25px 0 50px;
    font-size: 15px;
  }

  .sessions-highlight {
    margin-bottom: 60px;
    padding: 35px 15px;
  }

  .sessions-big-number strong {
    font-size: 90px;
  }

  .sessions-big-number span {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .sessions-steps {
    display: block;
  }

  .session-step {
    padding: 35px 20px;
  }

  .session-arrow {
    height: 50px;
    transform: rotate(90deg);
  }

  .sessions-message {
    margin-top: 60px;
  }

  .sessions-message p {
    font-size: 17px;
  }

  .sessions-message strong {
    font-size: 22px;
  }
  .session-step-image {
  height: 240px;
  margin-bottom: 36px;
}

.session-step-image img {
  object-position: center center;
}

.session-step-treatment .session-step-label,
.session-step-treatment .session-step-number,
.session-step-treatment h3,
.session-step-treatment > p:last-child {
  margin-left: 24px;
  margin-right: 24px;
}

.session-step-treatment > p:last-child {
  margin-bottom: 40px;
}

}
/* =========================
   WHITE HAIR
========================= */

.white-hair {
  padding: 90px 20px;
  background: #080808;
}


.white-hair-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;

  border: 1px solid rgba(214, 179, 106, 0.45);
  overflow: hidden;
}

.white-hair-image {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.white-hair-image img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
  display: block;

  object-fit: cover;
  object-position: center center;
}

.white-hair-content {
  padding: 65px 50px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  text-align: left;
}

.white-hair-label {
  margin: 0 0 20px;
  color: #d6b36a;
  font-size: 12px;
  letter-spacing: 2px;
}

.white-hair h2 {
  margin: 0 0 30px;
  font-size: 34px;
  line-height: 1.6;
}

.white-hair h2 span {
  color: #d6b36a;
}

.white-hair-text {
  margin: 0;
  color: #bbb;
  font-size: 16px;
  line-height: 2;
}

.white-hair-text strong {
  color: #fff;
}

.white-hair-message {
  margin: 35px 0 0;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
}

.pc-only {
  display: block;
}


/* =========================
   WHITE HAIR - MOBILE
========================= */

@media (max-width: 768px) {

  .white-hair {
    padding: 65px 20px;
  }

  .white-hair-box {
    padding: 50px 22px;
  }

  .white-hair h2 {
    font-size: 27px;
  }

  .white-hair-text {
    font-size: 15px;
    line-height: 1.9;
  }

  .white-hair-message {
    margin-top: 30px;
    font-size: 19px;
  }

  .pc-only {
    display: none;
  }
  .white-hair-box {
  grid-template-columns: 1fr;
}

.white-hair-image {
  min-height: 0;
  height: 420px;
}

.white-hair-image img {
  object-position: center center;
}

.white-hair-content {
  padding: 50px 24px;
  text-align: center;
}

}
/* =========================
   RESULTS / BEFORE AFTER
========================= */

.results {
  padding: 120px 20px;
  background: #111;
}

.results h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}

.results-lead {
  margin: 25px 0 80px;
  color: #bbb;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}


/* CASE */

.result-case {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 0 90px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.result-case-leg {
  margin-top: 30px;
}

.result-case-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.result-case-number {
  margin: 0 0 10px;
  color: #d6b36a;
  font-size: 12px;
  letter-spacing: 2px;
}

.result-case-header h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.4;
}


/* CASE DATA */

.result-case-data {
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px 25px;
  align-items: center;
}

.result-case-data span {
  color: #888;
  font-size: 12px;
}

.result-case-data strong {
  color: #d6b36a;
  font-size: 22px;
}


/* BEARD */

.beard-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.result-angle-name {
  margin: 0 0 12px;
  color: #888;
  font-size: 11px;
  letter-spacing: 2px;
}

.before-after-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}


/* PHOTO */

.result-photo {
  margin: 0;
}

.result-image {
  position: relative;
  overflow: hidden;
  background: #080808;
  aspect-ratio: 1 / 1;
}

.result-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* LABEL */

.result-label {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 6px 9px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
}

.before-label {
  color: #fff;
  background: rgba(0,0,0,.75);
}

.after-label {
  color: #111;
  background: #d6b36a;
}


/* LEG */

.leg-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.leg-image {
  aspect-ratio: 1 / 1;
}


/* CAPTION */

.result-caption {
  margin: 25px 0 0;
  color: #aaa;
  font-size: 13px;
  text-align: right;
}


/* NOTE */

.results-note {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.15);
  color: #666;
  font-size: 12px;
  line-height: 1.9;
}


/* =========================
   RESULTS - MOBILE
========================= */

@media (max-width: 768px) {

  .results {
    padding: 85px 15px;
  }

  .results h2 {
    font-size: 29px;
  }

  .results-lead {
    margin-bottom: 55px;
    font-size: 15px;
  }

  .result-case {
    padding: 50px 0 65px;
  }

  .result-case-header {
    display: block;
    margin-bottom: 35px;
  }

  .result-case-header h3 {
    font-size: 28px;
  }

  .result-case-data {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr;
    gap: 8px 12px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .result-case-data strong {
    font-size: 18px;
  }

  .beard-results {
    display: block;
  }

  .result-angle {
    margin-bottom: 30px;
  }

  .before-after-grid {
    gap: 5px;
  }

  .leg-results {
    gap: 5px;
  }

  .result-label {
    left: 6px;
    bottom: 6px;
    padding: 5px 7px;
    font-size: 8px;
  }

  .result-caption {
    margin-top: 20px;
    font-size: 12px;
  }

}
/* =========================
   CUSTOMER REVIEWS
========================= */

.reviews {
  padding: 120px 20px;
  background: #080808;
}

.reviews h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}

.reviews-lead {
  margin: 25px 0 70px;
  color: #bbb;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}


/* REVIEW GRID */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.review-item {
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(214,179,106,.25);
  background: #111;
}

.review-item img {
  display: block;
  width: 100%;
  height: auto;
}


/* MESSAGE */

.reviews-message {
  margin-top: 75px;
  text-align: center;
}

.reviews-message p {
  margin: 0 0 10px;
  color: #bbb;
  font-size: 19px;
  line-height: 1.8;
}

.reviews-message strong {
  color: #d6b36a;
  font-size: 25px;
  line-height: 1.7;
}


/* =========================
   CUSTOMER REVIEWS - MOBILE
========================= */

@media (max-width: 768px) {

  .reviews {
    padding: 85px 15px;
  }

  .reviews h2 {
    font-size: 29px;
  }

  .reviews-lead {
    margin-bottom: 50px;
    font-size: 15px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .review-item {
    padding: 6px;
  }

  .reviews-message {
    margin-top: 55px;
  }

  .reviews-message p {
    font-size: 17px;
  }

  .reviews-message strong {
    font-size: 21px;
  }

}
/* =========================
   FIRST TRIAL / CTA
========================= */

.trial {
  padding: 120px 20px;
  background: #111;
}

.trial h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
}

.trial h2 span {
  color: #d6b36a;
}

.trial-lead {
  margin: 30px 0 70px;
  color: #bbb;
  font-size: 17px;
  line-height: 2;
  text-align: center;
}


/* PRICE CARDS */

.trial-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 900px;
  margin: 0 auto;
}

.trial-card {
  padding: 50px 30px;
  border: 1px solid rgba(214,179,106,.45);
  background: #0a0a0a;
  text-align: center;
}

.trial-card-label {
  margin: 0 0 15px;
  color: #d6b36a;
  font-size: 11px;
  letter-spacing: 2px;
}

.trial-card h3 {
  margin: 0 0 25px;
  font-size: 27px;
}

.trial-regular {
  min-height: 24px;
  margin: 0 0 18px;
  color: #999;
  font-size: 14px;
}

.trial-regular span {
  text-decoration: line-through;
}

.trial-regular-empty {
  text-decoration: none;
}


/* PRICE */

.trial-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #d6b36a;
  line-height: 1;
}

.trial-first {
  margin: 0 10px 10px 0;
  padding: 5px 8px;
  border: 1px solid #d6b36a;
  font-size: 13px;
  font-weight: 700;
}

.trial-price strong {
  font-size: 58px;
  font-weight: 700;
  letter-spacing: -2px;
}

.trial-yen {
  margin: 0 0 8px 7px;
  font-size: 20px;
  font-weight: 700;
}

.trial-tax {
  margin: 12px 0 0;
  color: #777;
  font-size: 12px;
}


/* CTA */

.trial-cta {
  max-width: 700px;
  margin: 65px auto 0;
  text-align: center;
}

.trial-btn {
  display: block;
  padding: 22px 30px;
  background: #d6b36a;
  color: #111;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition:
    transform .2s ease,
    opacity .2s ease;
}

.trial-btn span {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
}

.trial-btn:hover {
  opacity: .9;
  transform: translateY(-2px);
}

.trial-cta-note {
  margin: 25px 0 0;
  color: #999;
  font-size: 14px;
  line-height: 1.9;
}


/* =========================
   FIRST TRIAL - MOBILE
========================= */

@media (max-width: 768px) {

  .trial {
    padding: 85px 15px;
  }

  .trial h2 {
    font-size: 29px;
  }

  .trial-lead {
    margin-bottom: 50px;
    font-size: 15px;
  }

  .trial-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .trial-card {
    padding: 40px 20px;
  }

  .trial-card h3 {
    font-size: 24px;
  }

  .trial-price strong {
    font-size: 52px;
  }

  .trial-cta {
    margin-top: 50px;
  }

  .trial-btn {
    padding: 20px 15px;
    font-size: 19px;
  }

}
/* =========================
   FAQ
========================= */

.faq {
  padding: 120px 20px;
  background: #080808;
}

.faq h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}

.faq-lead {
  margin: 25px 0 70px;
  color: #bbb;
  font-size: 17px;
  line-height: 1.9;
  text-align: center;
}


/* FAQ LIST */

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-top: 1px solid rgba(255,255,255,.15);
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(255,255,255,.15);
}


/* QUESTION */

.faq-question {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 32px 10px 22px;
}

.faq-q {
  flex-shrink: 0;
  color: #d6b36a;
  font-size: 28px;
  font-weight: 700;
}

.faq-question h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
}


/* ANSWER */

.faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding: 0 10px 32px;
}

.faq-a {
  flex-shrink: 0;
  color: #777;
  font-size: 28px;
  font-weight: 700;
}

.faq-answer p {
  margin: 0;
  color: #aaa;
  font-size: 15px;
  line-height: 2;
}


/* =========================
   FAQ - MOBILE
========================= */

@media (max-width: 768px) {

  .faq {
    padding: 85px 15px;
  }

  .faq h2 {
    font-size: 29px;
  }

  .faq-lead {
    margin-bottom: 50px;
    font-size: 15px;
  }

  .faq-question {
    gap: 15px;
    padding: 25px 5px 18px;
  }

  .faq-answer {
    gap: 15px;
    padding: 0 5px 25px;
  }

  .faq-q,
  .faq-a {
    font-size: 23px;
  }

  .faq-question h3 {
    font-size: 17px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 1.9;
  }

}
/* =========================
   FINAL CTA
========================= */

.final-cta {
  position: relative;
  padding: 140px 20px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at center,
      rgba(214,179,106,.08) 0%,
      rgba(214,179,106,.02) 35%,
      transparent 70%
    ),
    #050505;
}

.final-cta-inner {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}


/* HEADING */

.final-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 43px;
  line-height: 1.6;
}

.final-cta h2 span {
  color: #d6b36a;
}

.final-cta-lead {
  margin: 35px 0 0;
  color: #aaa;
  font-size: 17px;
  line-height: 2.1;
}


/* MESSAGE */

.final-cta-message {
  margin: 60px auto 0;
  padding-top: 50px;
  border-top: 1px solid rgba(214,179,106,.35);
}

.final-cta-message p {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
}


/* PRICE */

.final-cta-prices {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 50px auto;
}

.final-cta-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.final-price-name {
  margin-right: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.final-price-first {
  color: #d6b36a;
  font-size: 12px;
  font-weight: 700;
}

.final-cta-price strong {
  color: #d6b36a;
  font-size: 27px;
}

.final-cta-price small {
  color: #777;
  font-size: 11px;
}


/* BUTTON */

.final-cta-btn {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  padding: 24px 30px;
  background: #d6b36a;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition:
    transform .2s ease,
    opacity .2s ease;
}

.final-cta-btn span {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
}

.final-cta-btn:hover {
  opacity: .9;
  transform: translateY(-2px);
}


/* NOTE */

.final-cta-note {
  margin: 25px 0 0;
  color: #888;
  font-size: 14px;
  line-height: 1.9;
}


/* =========================
   FINAL CTA - MOBILE
========================= */

@media (max-width: 768px) {

  .final-cta {
    padding: 100px 15px;
  }

  .final-cta h2 {
    font-size: 29px;
    line-height: 1.6;
  }

  .final-cta-lead {
    margin-top: 30px;
    font-size: 15px;
  }

  .final-cta-message {
    margin-top: 45px;
    padding-top: 40px;
  }

  .final-cta-message p {
    font-size: 21px;
  }

  .final-cta-prices {
    flex-direction: column;
    gap: 15px;
    margin: 40px auto;
  }

  .final-cta-price {
    justify-content: center;
  }

  .final-price-name {
    font-size: 14px;
  }

  .final-cta-price strong {
    font-size: 24px;
  }

  .final-cta-btn {
    padding: 21px 15px;
    font-size: 19px;
  }

  .final-cta-note {
    font-size: 13px;
  }

}
/* =========================
   SHOP INFORMATION
========================= */

.shop-info {
  padding: 120px 20px;
  background: #111;
}

.shop-info h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}

.shop-info-box {
  max-width: 900px;
  margin: 70px auto 0;
  border-top: 1px solid rgba(214,179,106,.5);
  border-bottom: 1px solid rgba(214,179,106,.5);
}


/* SHOP NAME */

.shop-name {
  padding: 45px 30px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  text-align: center;
}

.shop-name p {
  margin: 0 0 12px;
  color: #d6b36a;
  font-size: 11px;
  letter-spacing: 2px;
}

.shop-name h3 {
  margin: 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.5;
}


/* SHOP DETAILS */

.shop-details {
  margin: 0;
}

.shop-detail-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  padding: 25px 30px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.shop-detail-row:last-child {
  border-bottom: none;
}

.shop-detail-row dt {
  color: #d6b36a;
  font-size: 14px;
  font-weight: 700;
}

.shop-detail-row dd {
  margin: 0;
  color: #bbb;
  font-size: 15px;
  line-height: 1.8;
}

.shop-detail-row a {
  color: #fff;
  text-decoration: none;
}

.shop-detail-row a:hover {
  color: #d6b36a;
}


/* =========================
   FOOTER
========================= */

.footer {
  padding: 70px 20px 35px;
  background: #050505;
  border-top: 1px solid rgba(214,179,106,.25);
}

.footer-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.footer-name {
  margin: 0;
  color: #888;
  font-size: 10px;
  letter-spacing: 2px;
}

.footer-name strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
}

.footer-address {
  margin: 25px 0;
  color: #888;
  font-size: 13px;
  line-height: 1.8;
}

.footer-reserve-btn {
  display: inline-block;
  min-width: 220px;
  padding: 15px 30px;
  border: 1px solid #d6b36a;
  color: #d6b36a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  transition:
    background .2s ease,
    color .2s ease;
}

.footer-reserve-btn:hover {
  background: #d6b36a;
  color: #111;
}

.footer-copy {
  margin: 55px 0 0;
  color: #555;
  font-size: 10px;
}


/* =========================
   SHOP INFORMATION - MOBILE
========================= */

@media (max-width: 768px) {

  .shop-info {
    padding: 85px 15px;
  }

  .shop-info h2 {
    font-size: 29px;
  }

  .shop-info-box {
    margin-top: 50px;
  }

  .shop-name {
    padding: 35px 15px;
  }

  .shop-name h3 {
    font-size: 22px;
  }

  .shop-detail-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 10px;
  }

  .shop-detail-row dt {
    font-size: 12px;
  }

  .shop-detail-row dd {
    font-size: 14px;
  }

  .footer {
    padding: 60px 15px 30px;
  }

  .footer-name strong {
    font-size: 25px;
  }

}
/* =========================
   FIXED HEADER
========================= */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  z-index: 9999;

  background: rgba(7, 7, 7, 0.82);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);

  border-bottom: 1px solid rgba(214, 179, 106, 0.12);
  transition:
  background 0.45s ease,
  border-color 0.45s ease;
}

.site-header__logo {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.site-header__logo img {
  display: block;
  width: auto;
  height: 58px;
}

.site-header__logo:hover {
  opacity: 0.72;
}

.site-header__reserve {
  color: #d6b36a;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;

  padding: 13px 26px;
  border: 1px solid rgba(214, 179, 106, 0.55);

  background: rgba(214, 179, 106, 0.02);

  transition:
    background 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.site-header__reserve:hover {
  background: #d6b36a;
  color: #0a0a0a;
  border-color: #d6b36a;
  transform: translateY(-1px);
}
/* スクロール後 */
.site-header.is-scrolled {
  background: rgba(7, 7, 7, 0.94);
  border-bottom-color: rgba(214, 179, 106, 0.2);
}


/* スマホ */
@media (max-width: 768px) {

  .site-header {
    height: 60px;
    padding: 0 16px;
  }

  .site-header__logo {
    font-size: 18px;
    letter-spacing: 0.06em;
  }

  .site-header__reserve {
    font-size: 10px;
    letter-spacing: 0.14em;
    padding: 11px 16px;
  }

}
/* =========================
   SCROLL REVEAL
========================= */

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* 動きを減らす設定をしている端末への配慮 */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* =========================
   TECHNOLOGY IMAGE MOTION
========================= */

.technology-image {
  overflow: hidden;
}

.technology-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1.08);
  will-change: transform;
}
/* =========================
   TECHNOLOGY IMAGE MOTION
========================= */

.technology-image {
  overflow: hidden;
}

.technology-image img {
  transform: scale(1.08);
  transform-origin: center center;
  will-change: transform;
}
/* =========================
   HERO DEPTH MOTION
========================= */

.hero {
  background-size: 105% auto;
  background-repeat: no-repeat;
  will-change: background-position;
}

/* スマホでは従来どおり安定した表示 */
@media (max-width: 768px) {

  .hero {
    background-size: cover;
    background-position: center center !important;
    will-change: auto;
  }

}
/* =========================
   PREMIUM TYPOGRAPHY
========================= */

/* 全体の日本語 */
body {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Noto Sans JP",
    "Yu Gothic",
    "YuGothic",
    "Hiragino Kaku Gothic ProN",
    sans-serif;

  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}


/* 大見出し */
h1,
h2,
h3 {
  font-weight: 600;
  letter-spacing: 0.02em;
}


/* 英字ラベル */
.section-label,
.technology-label,
.reason-label,
.result-case-number,
.trial-card-label,
.white-hair-label,
.session-step-label,
.result-angle-name,
.site-header__reserve {
  font-family:
    "Helvetica Neue",
    Arial,
    sans-serif;

  font-weight: 500;
  letter-spacing: 0.18em;
}


/* 大きな数字 */
.reason-number,
.technology-number-main,
.sessions-big-number,
.session-step-number,
.trial-price {
  font-family:
    "Helvetica Neue",
    Arial,
    sans-serif;

  font-weight: 500;
}


/* Leonardoロゴ文字 */
.site-header__logo,
.footer-name strong {
  font-family:
    "Helvetica Neue",
    Arial,
    sans-serif;

  font-weight: 400;
  letter-spacing: 0.08em;
}
/* =========================
   PREMIUM HEADING BALANCE
========================= */

/* セクションの大見出し */
section:not(.hero) h2 {
  line-height: 1.45;
  letter-spacing: 0.015em;
}

/* 説明文は見出しより一段軽く */
section:not(.hero) p {
  line-height: 1.9;
}

/* 英字の小さなラベル */
.technology-label,
.reason-label,
.white-hair-label,
.session-step-label,
.result-case-number {
  font-size: 12px;
  letter-spacing: 0.2em;
}

/* ゴールド文字を少し上品な色味に統一 */
.gold,
.technology-label,
.reason-label,
.white-hair-label,
.result-case-number {
  color: #d8b566;
}
/* =========================
   PREMIUM BUTTON DESIGN
========================= */

/* メインCTAボタン */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 240px;
  padding: 18px 34px;

  background: #d8b566;
  color: #0b0b0b;

  border: 1px solid #d8b566;
  text-decoration: none;

  font-weight: 600;
  letter-spacing: 0.04em;

  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

/* PCホバー */
@media (hover: hover) {

  .btn:hover {
    background: #e1c47d;
    border-color: #e1c47d;

    transform: translateY(-2px);

    box-shadow:
      0 12px 35px rgba(216, 181, 102, 0.16);
  }

}


/* 固定ヘッダーのWEB予約 */
.site-header__reserve {
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

@media (hover: hover) {

  .site-header__reserve:hover {
    background: #d8b566;
    color: #0b0b0b;
    border-color: #d8b566;
  }

}


/* キーボード操作時 */
.btn:focus-visible,
.site-header__reserve:focus-visible {
  outline: 2px solid #e1c47d;
  outline-offset: 4px;
}


/* スマホ */
@media (max-width: 768px) {

  .btn {
    min-width: 0;
    width: 100%;
    max-width: 340px;
    padding: 17px 24px;
  }
 }