/* white rabbit WEB STUDIO v5
   GitHub直下構成:
   index.html
   style.css
   script.js
   logo.png
   DSC04399.jpg
*/
:root{
  --header:#bad6d9;
  --accent:#70a9b5;
  --accent-dark:#568b96;
  --beige:#f5f0e8;
  --beige-deep:#e8ded0;
  --paper:#fffdf9;
  --text:#52585a;
  --heading:#3f4d50;
  --line:#dbe6e6;
  --shadow:0 18px 50px rgba(58,76,79,.10);
  --radius:22px;
}

html[data-theme="dark"]{
  --header:#354e53;
  --accent:#86bdc6;
  --accent-dark:#a7d1d7;
  --beige:#242728;
  --beige-deep:#343232;
  --paper:#191c1d;
  --text:#d9dddd;
  --heading:#f5f1e9;
  --line:#384245;
  --shadow:0 18px 50px rgba(0,0,0,.25);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  color:var(--text);
  background:var(--paper);
  line-height:1.85;
  transition:background .3s,color .3s;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font:inherit}
h1,h2,h3,p{margin-top:0}
h1{font-family:"Hiragino Mincho ProN","Yu Mincho",YuMincho,serif}
h2{font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-weight:700;letter-spacing:.01em}
section{scroll-margin-top:85px}

/* header */
.site-header{
  height:84px;
  background:var(--header);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:8px clamp(18px,4vw,60px);
  position:sticky;
  top:0;
  z-index:1000;
  box-shadow:0 4px 20px rgba(0,0,0,.06);
}
.logo{width:270px;height:auto}
.desktop-nav{display:flex;gap:24px;align-items:center;font-size:13px;font-weight:700}
.desktop-nav a{position:relative}
.desktop-nav a:not(.nav-cta)::after{
  content:"";position:absolute;left:0;right:100%;bottom:-6px;height:2px;background:#fff;transition:.25s
}
.desktop-nav a:hover::after{right:0}
.nav-cta{padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.86);color:#55757b}
.header-actions{display:flex;gap:8px;align-items:center}
.theme-toggle,.menu-toggle{
  border:0;background:rgba(255,255,255,.45);color:#4f6f74;
  width:42px;height:42px;border-radius:50%;cursor:pointer
}
.menu-toggle{display:none;font-size:20px}
.theme-toggle .moon{display:none}
html[data-theme="dark"] .theme-toggle .sun{display:none}
html[data-theme="dark"] .theme-toggle .moon{display:inline}
.mobile-menu{display:none}

/* hero */
.hero{min-height:calc(100vh - 84px);position:relative;display:grid;place-items:center;overflow:hidden}
.hero-bg{
  position:absolute;inset:0;
  background-image:url("DSC04399.jpg");
  background-size:cover;
  background-position:center 48%;
  transform:scale(1.02)
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(38,45,45,.68) 0%,rgba(45,47,44,.45) 48%,rgba(28,31,30,.30) 100%)
}
.hero-content{
  position:relative;color:#fff;width:min(1120px,88vw);padding:90px 0;
  text-shadow:0 2px 16px rgba(0,0,0,.25)
}
.hero-kicker{font-size:14px;letter-spacing:.12em;margin-bottom:18px}
.hero h1{font-family:"Hiragino Mincho ProN","Yu Mincho",YuMincho,serif;font-size:clamp(38px,5.4vw,74px);line-height:1.35;font-weight:500;margin-bottom:24px;letter-spacing:.015em}
.hero h1 span{display:inline-block}
.hero-sub{font-size:clamp(15px,1.5vw,18px);max-width:790px}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.hero-note{font-size:12px;margin-top:18px;opacity:.92}

/* shared */
.section{padding:110px clamp(22px,7vw,110px)}
.section-light{background:var(--paper)}
.section-heading{text-align:center;max-width:850px;margin:0 auto 54px}
.section-heading .en,.contact-inner .en{
  margin:0 0 10px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.24em
}
.section-heading h2{color:var(--heading);font-size:clamp(30px,4vw,48px);line-height:1.45;margin-bottom:18px;font-weight:700;letter-spacing:.01em;text-align:center;text-wrap:balance}
.section-heading>p:last-child{max-width:700px;margin-inline:auto}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:13px 24px;border-radius:999px;font-weight:800;
  transition:transform .2s,box-shadow .2s,background .2s
}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.12)}
.btn-primary{background:var(--accent);color:#fff}
.btn-outline{border:1px solid var(--accent);color:var(--accent);background:transparent}
.btn-glass{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.65);color:#fff;backdrop-filter:blur(8px)}
.full{width:100%;margin-top:25px}

/* trouble */
.trouble-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:auto}
.trouble-card{
  padding:34px 28px;background:var(--beige);border-radius:var(--radius);
  border:1px solid var(--line);transition:.25s
}
.trouble-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.trouble-card .icon{
  width:58px;height:58px;border-radius:50%;display:grid;place-items:center;
  background:var(--header);color:#fff;font-size:25px;margin-bottom:22px
}
.trouble-card h3{color:var(--heading);font-size:18px}

/* why */
.why-section{background:linear-gradient(180deg,var(--beige),var(--paper))}
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:1100px;margin:auto}
.why-card{
  position:relative;padding:42px;background:var(--paper);border-radius:var(--radius);
  border:1px solid var(--line);box-shadow:var(--shadow)
}
.number{
  font-family:Georgia,serif;font-size:42px;color:var(--header);position:absolute;top:22px;right:28px
}
.why-card h3{color:var(--heading);font-size:22px;line-height:1.55;padding-right:60px}

/* design */
.design-section{background:var(--paper)}
.design-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px;max-width:1120px;margin:auto}
.design-card{
  overflow:hidden;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);transition:.3s
}
.design-card:hover{transform:translateY(-6px)}
.design-image{
  height:360px;
  position:relative;
  display:grid;
  place-items:center;
  background-size:cover;
  background-position:center;
}

/* 各サンプルサイトの紹介画像 */
.design-image.natural{
  background-image:
    linear-gradient(rgba(0,0,0,.10),rgba(0,0,0,.10)),
    url("sample-natural.jpg");
}

.design-image.elegant{
  background-image:
    linear-gradient(rgba(0,0,0,.10),rgba(0,0,0,.10)),
    url("sample-elegant.jpg");
}

.design-image.clean{
  background-image:
    linear-gradient(rgba(0,0,0,.10),rgba(0,0,0,.10)),
    url("sample-clean.jpg");

  background-position: 50% center;
}

.design-image.feminine{
  background-image:
    linear-gradient(rgba(0,0,0,.10),rgba(0,0,0,.10)),
    url("sample-feminine.jpg");
}

.design-image span{
  font-family:Georgia,serif;
  font-size:50px;
  color:#fff;
  text-shadow:0 2px 14px rgba(0,0,0,.35);
}.design-info{padding:28px 30px}
.style-no{font-size:11px;letter-spacing:.19em;color:var(--accent);font-weight:800}
.design-info h3{font-family:Georgia,serif;font-size:30px;color:var(--heading);margin-bottom:4px}
.view-link{display:inline-block;margin-top:14px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.08em}
.placeholder-note{text-align:center;font-size:12px;margin:28px auto 0;max-width:700px;color:#888}

/* price */
.price-section{background:var(--beige)}
.price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,480px));gap:28px;justify-content:center}
.price-card{
  position:relative;background:var(--paper);padding:45px;border-radius:var(--radius);
  border:1px solid var(--line);box-shadow:var(--shadow)
}
.price-card.featured{border:2px solid var(--accent)}
.popular{
  position:absolute;top:-16px;left:50%;transform:translateX(-50%);
  background:var(--accent);color:#fff;padding:6px 24px;border-radius:999px;font-size:12px;font-weight:800
}
.plan-name{font-size:21px;font-weight:800;color:var(--heading)}
.price{display:flex;align-items:flex-end;gap:5px;color:var(--heading);margin:18px 0 8px}
.price span{font-size:22px;margin-bottom:9px}.price strong{font-size:56px;line-height:1}.price small{font-size:13px;margin-bottom:7px}
.initial{padding-bottom:20px;border-bottom:1px solid var(--line)}
.price-card ul{list-style:none;padding:10px 0 0;margin:0}
.price-card li{padding:11px 0 11px 27px;position:relative;border-bottom:1px dashed var(--line)}
.price-card li::before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:900}
.price-note{
  max-width:900px;margin:35px auto 0;text-align:center;background:var(--paper);
  border:1px solid var(--line);padding:26px 32px;border-radius:16px
}
.price-note strong{color:var(--heading);font-size:18px}.price-note p{margin:7px 0 0}

/* process */
.process-section{background:var(--paper)}
.process-list{max-width:930px;margin:auto;position:relative}
.process-list::before{content:"";position:absolute;left:39px;top:20px;bottom:20px;width:1px;background:var(--line)}
.process-step{display:grid;grid-template-columns:80px 1fr;gap:25px;position:relative;padding:0 0 45px}
.step-number{
  width:80px;height:80px;border-radius:50%;background:var(--header);color:#fff;
  display:grid;place-items:center;font-family:Georgia,serif;font-size:25px;z-index:1
}
.step-label{font-size:10px;letter-spacing:.19em;color:var(--accent);font-weight:800;margin-bottom:3px}
.process-step h3{font-size:22px;color:var(--heading);margin-bottom:8px}

/* contact */
.contact-section{
  padding:110px 22px;background:linear-gradient(135deg,var(--header),var(--accent));
  text-align:center;color:#fff
}
.contact-inner{max-width:780px;margin:auto}
.contact-logo{width:min(390px,75vw);margin:0 auto 38px}
.contact-inner .en{color:#fff;opacity:.85}
.contact-inner h2{font-size:clamp(32px,4vw,48px);color:#fff;margin-bottom:16px;font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-weight:700;letter-spacing:.01em}
.line-button{
  display:inline-flex;
  gap:14px;
  align-items:center;
  justify-content:center;
  min-height:68px;
  margin-top:30px;
  background:#fff;
  color:#426a70;
  padding:0 28px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 15px 35px rgba(0,0,0,.12);
  transition:.2s;
}
.line-button:hover{transform:translateY(-3px)}
.line-icon{display:grid;place-items:center;background:#06c755;color:#fff;width:45px;height:45px;border-radius:50%;font-size:10px}
.contact-note{font-size:11px;margin-top:14px;opacity:.82}
footer{
  display:flex;justify-content:space-between;align-items:center;padding:22px clamp(20px,5vw,70px);
  font-size:11px;background:#2f3f42;color:#cbd4d5
}

/* reveal */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.show{opacity:1;transform:none}

@media(max-width:960px){
  .desktop-nav{display:none}.menu-toggle{display:block}
  .mobile-menu{
    position:fixed;top:84px;left:0;right:0;z-index:999;background:var(--paper);
    padding:18px 24px;border-bottom:1px solid var(--line);box-shadow:0 12px 30px rgba(0,0,0,.08)
  }
  .mobile-menu.open{display:grid}
  .mobile-menu a{padding:11px 0;border-bottom:1px solid var(--line)}
  .trouble-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid,.design-grid{grid-template-columns:1fr}
  .design-image{height:330px}
}
@media(max-width:680px){
  .site-header{height:74px;padding:8px 13px}.logo{width:205px}
  section{scroll-margin-top:75px}.mobile-menu{top:74px}
  .hero{min-height:760px}
  .hero-bg{
  background-image:url("DSC04399-mobile.png");
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
  .hero-overlay{background:linear-gradient(180deg,rgba(35,39,38,.48),rgba(28,31,30,.67))}
  .hero-content{width:88vw;padding:80px 0 65px}
  .hero h1{font-size:38px}
  .hero-sub{font-size:14px}.sp-hide{display:none}
  .hero-buttons{flex-direction:column;align-items:stretch}.btn{width:100%}
  .section{padding:78px 20px}.section-heading{margin-bottom:38px}
  .trouble-grid{grid-template-columns:1fr}.trouble-card{padding:28px}
  .why-card{padding:34px 28px}.why-card h3{padding-right:30px}
  .design-image{height:280px}
  .design-image span{font-size:42px}
  .price-grid{grid-template-columns:1fr}.price-card{padding:38px 27px}
  .price strong{font-size:46px}
  .process-list::before{left:27px}.process-step{grid-template-columns:55px 1fr;gap:18px}
  .step-number{width:55px;height:55px;font-size:18px}
  footer{display:block;text-align:center}footer a{display:inline-block;margin-top:8px}
}

.sample-custom-note{
  max-width:900px;margin:34px auto 0;padding:24px 30px;
  border-left:3px solid var(--accent);background:var(--beige);
  text-align:left;border-radius:0 14px 14px 0
}
.sample-custom-note span{
  display:block;font-size:10px;letter-spacing:.2em;color:var(--accent);
  font-weight:800;margin-bottom:5px
}
.sample-custom-note p{margin:0}

/* v4 typography refinement */
.section-heading .en,
.contact-inner .en{
  font-family:Arial,"Helvetica Neue",sans-serif;
}
/* ===== MAIN SITE PC FINAL ADJUSTMENT ===== */

@media (min-width: 769px) {

  /* HERO見出しを綺麗な2行に */
  .hero-content {
    max-width: 1100px;
  }

  .hero-content h1 {
    white-space: nowrap;
  }

  .hero-content h1 span {
    display: block;
  }

  .desktop-nav {
    margin-left: auto;
    margin-right: 46px;
  }

  .header-actions {
    flex-shrink: 0;
  }
}
   
/* =========================================
   DESIGN SAMPLE / PC 最終調整
========================================= */

@media (min-width: 769px) {

  .design-section .section-heading {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .design-section .section-heading > p:not(.en) {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.9;
    text-align: center;
  }

}
/* =========================================================
   MAIN SITE
   MOBILE FINAL OPTIMIZATION
========================================================= */

@media (max-width: 680px) {

  /* ---------- 全体 ---------- */

  body {
    overflow-x: hidden;
  }

  .section {
    padding: 68px 18px;
  }

  .section-heading {
    margin-bottom: 34px;
  }


  /* ---------- HEADER ---------- */

  .site-header {
    height: 94px;
    padding: 10px 16px;
  }

  .logo {
    width: 210px;
  }

  .theme-toggle,
  .menu-toggle {
    width: 48px;
    height: 48px;
  }

  .mobile-menu {
    top: 94px;
  }


  /* ---------- HERO ---------- */

  .hero {
    min-height: 720px;
  }

  .hero-content {
    width: 88vw;
    padding: 72px 0 54px;
  }

  .hero-kicker {
    font-size: 11px;
    letter-spacing: .09em;
    margin-bottom: 18px;
    white-space: nowrap;
  }

  .hero h1 {
    font-size: clamp(31px, 8.5vw, 37px);
    line-height: 1.5;
    letter-spacing: 0;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .hero h1 span {
    display: block;
  }

  .hero-sub {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.9;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .hero-buttons {
    margin-top: 26px;
    gap: 12px;
  }

  .hero-note {
    font-size: 10px;
    line-height: 1.7;
    margin-top: 16px;
  }


  /* ---------- 共通見出し ---------- */

  .section-heading h2 {
    font-size: clamp(29px, 8vw, 36px);
    line-height: 1.45;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .section-heading .en {
    font-size: 10px;
    letter-spacing: .20em;
  }

  .section-heading > p:last-child {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.9;
    word-break: keep-all;
    overflow-wrap: break-word;
  }


  /* ---------- TROUBLE ---------- */

  .trouble-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .trouble-card {
    padding: 26px 24px;
    min-height: auto;
  }

  .trouble-card .icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
    margin-bottom: 18px;
  }

  .trouble-card h3 {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 12px;
  }

  .trouble-card p {
    font-size: 13px;
    line-height: 1.85;
  }


  /* ---------- WHY ---------- */

  .why-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .why-card {
    padding: 28px 24px;
  }

  .why-card h3 {
    font-size: 19px;
    line-height: 1.55;
    padding-right: 46px;
  }

  .why-card p {
    font-size: 13px;
    line-height: 1.85;
  }

  .number {
    font-size: 34px;
    top: 18px;
    right: 20px;
  }


  /* ---------- DESIGN SAMPLE ---------- */

  .design-section .section-heading > p:not(.en) {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.9;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .design-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .design-image {
    height: 250px;
  }

  .design-image span {
    font-size: 38px;
  }

  .design-info {
    padding: 22px 22px 24px;
  }

  .design-info h3 {
    font-size: 26px;
  }

  .design-info > p:not(.style-no) {
    font-size: 13px;
    line-height: 1.7;
  }

  .sample-custom-note {
    margin-top: 26px;
    padding: 20px 22px;
  }

  .sample-custom-note p {
    font-size: 12px;
    line-height: 1.8;
  }


  /* ---------- PRICE ---------- */

  .price-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .price-card {
    padding: 34px 24px;
  }

  .plan-name {
    font-size: 20px;
  }

  .price strong {
    font-size: 44px;
  }

  .price span {
    font-size: 20px;
  }

  .price small {
    font-size: 12px;
  }

  .initial {
    font-size: 13px;
  }

  .price-card li {
    font-size: 13px;
    line-height: 1.75;
    padding-left: 24px;
  }

  .price-note {
    padding: 22px 20px;
  }

  .price-note strong {
    font-size: 16px;
  }

  .price-note p {
    font-size: 12px;
    line-height: 1.8;
  }


  /* ---------- PROCESS ---------- */

  .process-step {
    grid-template-columns: 52px 1fr;
    gap: 16px;
    padding-bottom: 34px;
  }

  .step-number {
    width: 52px;
    height: 52px;
    font-size: 17px;
  }

  .process-list::before {
    left: 25px;
  }

  .process-step h3 {
    font-size: 19px;
  }

  .process-step p {
    font-size: 13px;
    line-height: 1.8;
  }


  /* ---------- CONTACT ---------- */

  .contact-section {
    padding: 80px 18px 90px;
  }

  .contact-logo {
    width: min(300px, 78vw);
    margin-bottom: 28px;
  }

  .contact-inner .en {
    font-size: 10px;
    letter-spacing: .20em;
  }

  .contact-inner h2 {
    font-size: clamp(30px, 8vw, 38px);
    line-height: 1.45;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .contact-inner > p {
    font-size: 13px;
    line-height: 1.9;
  }

  .line-button {
    width: min(100%, 360px);
    justify-content: center;
    gap: 10px;
    padding: 13px 18px;
    font-size: 15px;
  }

  .line-icon {
    flex-shrink: 0;
  }

  .contact-note {
    font-size: 9px;
    line-height: 1.7;
  }


  /* ---------- FOOTER ---------- */

  footer {
    display: block;
    text-align: center;
    padding: 24px 18px 30px;
  }

  footer a {
    display: inline-block;
    margin-top: 8px;
  }

}


/* =========================================================
   SMALL SMARTPHONE
========================================================= */

@media (max-width: 480px) {

  .logo {
    width: 195px;
  }

  .hero-content {
    width: 90vw;
  }

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

  .section-heading h2 {
    font-size: 28px;
  }

  .contact-inner h2 {
    font-size: 29px;
  }

}
/* =========================================================
   MOBILE LINE BREAK FINAL TUNING
========================================================= */

/* PCではスマホ専用改行を無効 */
br.sp-only {
  display: none;
}

@media (max-width: 680px) {

  /* スマホ専用改行を有効 */
  br.sp-only {
    display: block;
  }

  /* TROUBLE見出しだけ1行に */
  #trouble .section-heading h2 {
    white-space: nowrap;
    font-size: clamp(24px, 6.4vw, 28px);
    letter-spacing: -0.03em;
  }

  /* WHY見出し */
  #why .section-heading h2 {
    line-height: 1.5;
  }

  /* PRICE説明文 */
  #price .section-heading > p:last-child {
    line-height: 1.9;
  }

  /* 「個人サロンのための〜」を1行に */
  .price-note strong {
    display: block;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: -0.02em;
  }

  /* CONTACTは意図した2行で */
  .contact-inner h2 {
    line-height: 1.45;
  }

}
/* PCだけ改行 */
.pc-only {
  display: none;
}

@media (min-width: 769px) {
  .pc-only {
    display: block;
  }
}
/* =========================================================
   v6 SALES PAGE UPDATE
========================================================= */
.hero-facts{display:flex;align-items:center;gap:0;margin-top:28px;flex-wrap:wrap;font-size:15px;font-weight:800;text-shadow:none}
.hero-facts>*{padding:4px 18px;border-right:1px solid rgba(255,255,255,.55)}
.hero-facts>*:first-child{padding-left:0}.hero-facts>*:last-child{border-right:0}
.feature-strip{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;padding:18px clamp(20px,5vw,70px);background:var(--paper);border-bottom:1px solid var(--line);font-size:12px;font-weight:800;color:var(--heading)}
.trouble-grid-five{grid-template-columns:repeat(5,1fr);max-width:1280px}.trouble-grid-five .trouble-card{padding:30px 23px}.trouble-grid-five .trouble-card h3{font-size:17px}
.trouble-answer{max-width:820px;margin:42px auto 0;text-align:center;color:var(--heading);font-size:18px;font-weight:800}
.design-emphasis{font-weight:800;color:var(--heading);margin-top:14px!important}.design-caption{text-align:center;font-size:11px;margin:20px auto 0;color:#888}
.sample-custom-note strong{display:block;color:var(--heading);font-size:18px;margin-bottom:8px}.sample-custom-note small{display:block;margin-top:10px;font-size:10px;opacity:.75}
.price-grid-single{grid-template-columns:minmax(0,720px)}.price-grid-single .price-card{padding:52px}.monthly-zero{display:inline-block;padding:7px 16px;border-radius:999px;background:var(--beige);color:var(--heading);font-weight:700;margin-bottom:12px}.monthly-zero strong{color:var(--accent-dark)}
.included-title{margin:24px 0 4px;color:var(--heading);font-size:17px;font-weight:800}.aftercare-box{margin-top:28px;padding:24px;border-radius:16px;background:var(--beige);border:1px solid var(--line)}.aftercare-box>strong{display:block;color:var(--heading);font-size:16px}.aftercare-box>span{display:block;color:var(--accent-dark);font-size:23px;font-weight:900;margin:5px 0 8px}.aftercare-box p{margin-bottom:6px}.aftercare-box small{font-size:10px;opacity:.78}
.extra-costs{max-width:1000px;margin:34px auto 0}.extra-costs h3{text-align:center;color:var(--heading);font-size:20px}.extra-cost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.extra-cost-grid>div{padding:22px;background:var(--paper);border:1px solid var(--line);border-radius:16px}.extra-cost-grid strong{color:var(--heading);font-size:14px}.extra-cost-grid p{font-size:12px;margin:7px 0 0}
.price-note small{display:block;margin-top:10px;font-size:10px;opacity:.75}.process-note{max-width:760px;margin:5px auto 0;text-align:center;font-size:11px;opacity:.8}
.contact-actions{display:flex;flex-direction:column;align-items:center;margin-top:28px}.apply-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:360px;
  min-height:68px;
  padding:0 30px;
  border-radius:999px;
  background:#fff;
  color:#426a70;
  font-weight:900;
  box-shadow:0 15px 35px rgba(0,0,0,.12);
  transition:.2s;
}.apply-button:hover{transform:translateY(-3px)}.apply-note{font-size:11px!important;line-height:1.75!important;margin:12px 0 4px!important;opacity:.9}.apply-note strong{color:#fff}.contact-actions .line-button{margin-top:22px}.footer-links{display:flex;gap:22px;align-items:center}.footer-links a:hover{text-decoration:underline}
@media(max-width:1100px){.trouble-grid-five{grid-template-columns:repeat(2,1fr)}.trouble-grid-five .trouble-card:last-child{grid-column:1/-1;max-width:540px;width:100%;justify-self:center}}
@media(max-width:680px){.hero{min-height:820px}.hero-facts{font-size:12px;margin-top:22px;gap:8px}.hero-facts>*{padding:3px 10px}.hero-facts>*:first-child{padding-left:0}.feature-strip{justify-content:flex-start;gap:8px 16px;padding:15px 18px;font-size:10px}.trouble-grid-five{grid-template-columns:1fr}.trouble-grid-five .trouble-card:last-child{grid-column:auto;max-width:none}.trouble-answer{font-size:15px;line-height:1.8;margin-top:32px}.price-grid-single .price-card{padding:36px 24px}.extra-cost-grid{grid-template-columns:1fr}.aftercare-box{padding:20px}.apply-button{min-width:0;width:min(100%,360px);font-size:14px;padding:15px 18px}.footer-links{flex-direction:column;gap:4px;margin-top:12px}.process-note{font-size:10px;line-height:1.8}.sample-custom-note strong{font-size:15px}}
/* ブランド名を途中で分割しない */
.brand-nowrap{
  white-space:nowrap;
}
@media (max-width: 680px) {
  #why .why-card:nth-child(1) h3 {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}
