:root{
  --paper:#fffdf6;
  --milk:#fffaf0;
  --white:#fff;
  --ink:#21352b;
  --muted:#68786f;
  --line:#e8e2d5;
  --green:#06c755;
  --green-deep:#118449;
  --green-soft:#e7f9ed;
  --sky:#d9f2ff;
  --sky-deep:#52a8dc;
  --coral:#ff6f61;
  --coral-soft:#fff0eb;
  --butter:#fff0a8;
  --butter-deep:#f2bc38;
  --shadow:0 24px 70px rgba(33,53,43,.14);
  --soft-shadow:0 12px 34px rgba(33,53,43,.10);
  --font:"Noto Sans JP","Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font);
  font-size:16px;
  line-height:1.85;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
.inner{width:min(1120px,calc(100% - 40px));margin:0 auto;}
section{position:relative;padding:92px 0;}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--green-deep);
  font-size:12px;
  font-weight:400;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.eyebrow::before{
  content:"";
  width:26px;
  height:2px;
  background:var(--coral);
  border-radius:99px;
}
.sec-head{
  margin-bottom:46px;
  text-align:center;
}
.sec-head h2{
  font-size:clamp(28px,4.2vw,44px);
  font-weight:400;
  line-height:1.42;
  margin-top:14px;
}
.sec-head p{
  color:var(--muted);
  font-size:15px;
  font-weight:400;
  margin:16px auto 0;
  max-width:680px;
}
.mark{
  background:linear-gradient(transparent 62%,var(--butter) 62%);
  font-weight:inherit;
}
.btn{
  align-items:center;
  border-radius:999px;
  display:inline-flex;
  font-weight:400;
  gap:12px;
  justify-content:center;
  line-height:1.2;
  transition:transform .2s ease,box-shadow .2s ease;
}
.btn-main{
  background:linear-gradient(180deg,#14d466,var(--green));
  box-shadow:0 14px 30px rgba(6,199,85,.20);
  color:#fff;
  font-size:17px;
  padding:18px 34px;
}
.btn-main:hover{box-shadow:0 10px 24px rgba(6,199,85,.18);transform:translateY(-1px);}
.btn-main .arrow,.btn-light .arrow{
  align-items:center;
  border-radius:50%;
  display:inline-flex;
  height:28px;
  justify-content:center;
  width:28px;
}
.btn-main .arrow{background:#fff;color:var(--green-deep);}
.btn-light{
  background:#fff;
  border:2px solid var(--line);
  box-shadow:var(--soft-shadow);
  color:var(--green-deep);
  font-size:16px;
  padding:16px 28px;
}
.btn-light .arrow{background:var(--green-soft);}
.btn-light:hover{transform:translateY(-2px);}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1);}
.reveal.in{opacity:1;transform:none;}
.reveal.delay-1{transition-delay:.12s;}
.reveal.delay-2{transition-delay:.24s;}
.hero .reveal{opacity:1;transform:none;}
@media(prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none;}
  *{animation:none !important;}
}

/* hero */
.hero{
  min-height:calc(100vh - 18px);
  padding:28px 0 34px;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(255,253,246,.98) 0%,rgba(255,253,246,.90) 36%,rgba(255,253,246,.18) 67%,rgba(255,253,246,.02) 100%),
    linear-gradient(180deg,rgba(255,253,246,.02) 0%,rgba(255,253,246,.10) 58%,var(--paper) 100%);
  z-index:1;
}
.hero-photo{
  height:100%;
  inset:0;
  object-fit:cover;
  object-position:center right;
  position:absolute;
  width:100%;
}
.hero .inner{position:relative;z-index:2;}
.nav{
  align-items:center;
  background:rgba(255,255,255,.62);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.72);
  border-radius:999px;
  box-shadow:0 12px 34px rgba(33,53,43,.08);
  display:flex;
  justify-content:space-between;
  margin-bottom:54px;
  padding:10px 14px 10px 12px;
}
.brand{
  align-items:center;
  display:flex;
  font-weight:400;
  gap:10px;
}
.brand-mark{
  align-items:center;
  background:var(--green);
  border-radius:14px;
  box-shadow:0 10px 26px rgba(6,199,85,.25);
  color:#fff;
  display:inline-flex;
  height:40px;
  justify-content:center;
  width:40px;
}
.nav-links{
  align-items:center;
  display:flex;
  gap:22px;
  color:var(--muted);
  font-size:13px;
  font-weight:400;
}
.nav-links a:hover{color:var(--green-deep);}
.hero-content{
  max-width:640px;
  padding-bottom:72px;
}
.hero-label{
  align-items:center;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(232,226,213,.9);
  border-radius:999px;
  box-shadow:0 12px 32px rgba(33,53,43,.08);
  color:var(--green-deep);
  display:inline-flex;
  font-size:13px;
  font-weight:400;
  gap:9px;
  padding:9px 18px;
}
.hero-label .dot{
  background:var(--green);
  border-radius:50%;
  box-shadow:0 0 0 5px rgba(6,199,85,.16);
  height:9px;
  width:9px;
}
.hero h1{
  font-size:clamp(40px,5.1vw,62px);
  font-weight:400;
  line-height:1.16;
  margin-top:26px;
  max-width:760px;
}
.hero h1 .line{
  color:var(--green);
  letter-spacing:.03em;
}
.hero h1 .nowrap{white-space:nowrap;}
.sp-only{display:none;}
.hero-copy{
  color:#46584f;
  font-size:17px;
  font-weight:400;
  line-height:2;
  margin-top:24px;
  max-width:560px;
}
.hero-copy b{color:var(--green-deep);}
.hero-actions{
  align-items:center;
  display:flex;
  flex-wrap:nowrap;
  gap:14px;
  margin-top:34px;
}
.hero-note{
  color:var(--muted);
  font-size:12px;
  font-weight:400;
  margin-top:14px;
}
.hero-note + .hero-note{margin-top:5px;}
.hero-mini{
  bottom:74px;
  display:grid;
  gap:12px;
  position:absolute;
  right:22px;
  width:min(390px,34vw);
  z-index:3;
}
.mini-card{
  align-items:center;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.76);
  border-radius:22px;
  box-shadow:var(--soft-shadow);
  display:grid;
  gap:14px;
  grid-template-columns:54px 1fr;
  padding:16px;
}
.mini-icon{
  align-items:center;
  background:var(--green-soft);
  border-radius:18px;
  color:var(--green-deep);
  display:flex;
  font-size:13px;
  font-weight:700;
  height:54px;
  justify-content:center;
  letter-spacing:.04em;
  width:54px;
}
.mini-card strong{display:block;font-size:14px;font-weight:400;line-height:1.45;}
.mini-card span{color:var(--muted);font-size:12px;font-weight:400;}
.next-peek{
  background:#fff;
  border-radius:32px 32px 0 0;
  box-shadow:0 -18px 60px rgba(33,53,43,.08);
  margin-top:-28px;
  position:relative;
  z-index:4;
}
.peek-grid{
  display:grid;
  gap:18px;
  grid-template-columns:1.25fr repeat(3,1fr);
  padding:24px 0;
}
.peek-title{
  align-items:center;
  color:var(--green-deep);
  display:flex;
  font-size:18px;
  font-weight:400;
  gap:12px;
}
.peek-title .bubble{
  align-items:center;
  background:var(--green);
  border-radius:18px;
  color:#fff;
  display:flex;
  height:54px;
  justify-content:center;
  width:54px;
}
.peek-item{
  align-items:center;
  border-left:1px dashed #cfe5d5;
  display:grid;
  gap:12px;
  grid-template-columns:46px 1fr;
  padding-left:18px;
}
.peek-icon{
  align-items:center;
  border-radius:16px;
  display:flex;
  height:46px;
  justify-content:center;
  overflow:hidden;
  width:46px;
}
.peek-icon img{
  display:block;
  height:132%;
  object-fit:cover;
  transform:scale(1.02);
  width:132%;
}
.peek-item b{
  color:var(--ink);
  display:block;
  font-size:15px;
  font-weight:400;
}
.peek-item span{
  color:var(--muted);
  display:block;
  font-size:12px;
  font-weight:400;
  line-height:1.6;
  margin-top:4px;
}

/* why line */
.why-line{
  background:
    radial-gradient(circle at 12% 14%,rgba(217,242,255,.56),transparent 26%),
    radial-gradient(circle at 88% 28%,rgba(231,249,237,.78),transparent 28%),
    #fff;
}
.why-line .sec-head{margin-bottom:34px;}
.why-grid{
  display:grid;
  gap:18px;
  grid-template-columns:repeat(4,1fr);
}
.why-card{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:0 10px 28px rgba(33,53,43,.06);
  padding:28px 24px;
  text-align:center;
}
.why-card .peek-icon{
  border-radius:22px;
  height:76px;
  margin:0 auto 18px;
  width:76px;
}
.why-card h3{
  font-size:17px;
  font-weight:700;
  line-height:1.5;
}
.why-card p{
  color:var(--muted);
  font-size:13px;
  font-weight:500;
  line-height:1.8;
  margin-top:8px;
}

/* story */
.story{
  background:
    radial-gradient(circle at 14% 16%,rgba(217,242,255,.65),transparent 26%),
    radial-gradient(circle at 91% 20%,rgba(255,240,168,.42),transparent 24%),
    var(--paper);
}
.story-grid{
  align-items:center;
  display:grid;
  gap:56px;
  grid-template-columns:.9fr 1.1fr;
}
.story-illust{
  border-radius:36px;
  box-shadow:var(--shadow);
  overflow:hidden;
  transform:rotate(-1.2deg);
}
.story-copy h2{
  font-size:clamp(28px,4vw,46px);
  font-weight:400;
  line-height:1.42;
}
.story-copy p{
  color:var(--muted);
  font-size:15.5px;
  font-weight:400;
  margin-top:18px;
}
.story-list{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.story-list li{
  align-items:flex-start;
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 8px 24px rgba(33,53,43,.06);
  display:flex;
  font-weight:400;
  gap:12px;
  list-style:none;
  padding:14px 16px;
}
.story-list li::before{
  align-items:center;
  background:var(--green-soft);
  border-radius:50%;
  color:var(--green-deep);
  content:"✓";
  display:flex;
  flex-shrink:0;
  height:28px;
  justify-content:center;
  margin-top:2px;
  width:28px;
}

/* problem */
.problem{background:#fff;}
.problem-grid{
  display:grid;
  gap:18px;
  grid-template-columns:repeat(3,1fr);
}
.problem-card{
  background:var(--milk);
  border:1px solid var(--line);
  border-radius:26px;
  min-height:180px;
  padding:26px;
  position:relative;
}
.problem-card::after{
  background:var(--coral-soft);
  border-radius:50%;
  color:var(--coral);
  content:"!";
  font-size:18px;
  font-weight:400;
  height:38px;
  line-height:38px;
  position:absolute;
  right:22px;
  text-align:center;
  top:22px;
  width:38px;
}
.problem-card h3{
  font-size:18px;
  font-weight:400;
  line-height:1.55;
  padding-right:46px;
}
.problem-card p{
  color:var(--muted);
  font-size:13.5px;
  font-weight:400;
  margin-top:12px;
}
.bridge{
  align-items:center;
  background:linear-gradient(135deg,var(--green-deep),#0ca65a);
  border-radius:34px;
  box-shadow:var(--shadow);
  color:#fff;
  display:grid;
  gap:36px;
  grid-template-columns:1fr 260px;
  margin-top:36px;
  overflow:hidden;
  padding:34px 38px;
}
.bridge h3{
  font-size:clamp(23px,3.4vw,34px);
  font-weight:400;
  line-height:1.5;
}
.bridge p{
  color:rgba(255,255,255,.82);
  font-size:14px;
  font-weight:400;
  margin-top:10px;
}
.bridge-illust{
  background:#fff;
  border-radius:28px;
  box-shadow:0 18px 42px rgba(0,0,0,.16);
  padding:10px;
  transform:rotate(2deg);
}
.bridge-illust img{border-radius:22px;}

/* service */
.service{
  background:
    linear-gradient(180deg,var(--paper),#fff 52%,var(--paper));
}
.service-grid{
  display:grid;
  gap:22px;
  grid-template-columns:repeat(3,1fr);
}
.service-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  box-shadow:0 14px 38px rgba(33,53,43,.08);
  overflow:hidden;
}
.service-card.large{grid-column:span 3;}
.service-card-inner{
  align-items:center;
  display:grid;
  gap:34px;
  grid-template-columns:.82fr 1.18fr;
  padding:28px;
}
.service-img{
  background:var(--paper);
  border-radius:24px;
  overflow:hidden;
}
.line-reservation-preview{
  background:
    radial-gradient(circle at 12% 12%,rgba(6,199,85,.16),transparent 32%),
    radial-gradient(circle at 88% 14%,rgba(217,242,255,.70),transparent 34%),
    linear-gradient(180deg,#f5fbff,#fffdf6);
  display:grid;
  min-height:356px;
  padding:22px;
  place-items:center;
}
.line-chat-mock{
  background:#dceeff;
  border:8px solid #192b2d;
  border-radius:34px;
  box-shadow:0 22px 48px rgba(33,53,43,.16);
  max-width:318px;
  overflow:hidden;
  transform:rotate(-1.2deg);
  width:100%;
}
.line-chat-head{
  align-items:center;
  background:#f9fbff;
  border-bottom:1px solid rgba(33,53,43,.10);
  display:flex;
  gap:10px;
  padding:12px 14px;
}
.line-chat-badge{
  align-items:center;
  background:var(--green);
  border-radius:12px;
  color:#fff;
  display:flex;
  font-size:10px;
  font-weight:700;
  height:34px;
  justify-content:center;
  letter-spacing:.04em;
  width:34px;
}
.line-chat-title b{
  display:block;
  font-size:13px;
  line-height:1.35;
}
.line-chat-title span{
  color:var(--muted);
  display:block;
  font-size:10px;
  line-height:1.4;
}
.line-chat-body{
  display:grid;
  gap:10px;
  padding:14px;
}
.chat-row{display:flex;}
.chat-row.customer{justify-content:flex-end;}
.chat-bubble{
  background:#fff;
  border-radius:16px 16px 16px 4px;
  box-shadow:0 8px 18px rgba(33,53,43,.08);
  color:var(--ink);
  font-size:11px;
  line-height:1.7;
  max-width:82%;
  padding:9px 11px;
}
.chat-row.customer .chat-bubble{
  background:var(--green);
  border-radius:16px 16px 4px 16px;
  color:#fff;
}
.reservation-card{
  background:#fff;
  border:1px solid rgba(33,53,43,.08);
  border-radius:18px;
  box-shadow:0 14px 28px rgba(33,53,43,.10);
  overflow:hidden;
}
.reservation-card-top{
  display:grid;
  gap:10px;
  grid-template-columns:70px 1fr;
  padding:12px;
}
.reservation-thumb{
  border:1px solid rgba(33,53,43,.10);
  border-radius:12px;
  min-height:70px;
  overflow:hidden;
}
.reservation-thumb img{
  height:100%;
  object-fit:cover;
  width:100%;
}
.reservation-meta strong{
  display:block;
  font-size:12px;
  line-height:1.45;
}
.reservation-meta span{
  color:var(--muted);
  display:block;
  font-size:10px;
  line-height:1.55;
  margin-top:4px;
}
.reservation-button{
  align-items:center;
  background:var(--green);
  color:#fff;
  display:flex;
  font-size:12px;
  font-weight:700;
  justify-content:center;
  padding:11px;
}
.reservation-panel{
  background:#fff;
  border-radius:18px;
  box-shadow:0 14px 28px rgba(33,53,43,.08);
  padding:12px;
}
.reservation-steps{
  display:grid;
  gap:5px;
  grid-template-columns:repeat(4,1fr);
}
.reservation-steps span{
  background:#eef5f1;
  border-radius:999px;
  color:var(--muted);
  font-size:9px;
  padding:4px 0;
  text-align:center;
}
.reservation-steps span:first-child{
  background:var(--coral);
  color:#fff;
}
.reservation-panel b{
  display:block;
  font-size:11px;
  margin-top:10px;
}
.date-slots{
  display:grid;
  gap:6px;
  grid-template-columns:repeat(3,1fr);
  margin-top:8px;
}
.date-slots span{
  border:1px solid #dbe7df;
  border-radius:9px;
  color:#52645b;
  font-size:10px;
  padding:6px 0;
  text-align:center;
}
.date-slots .active{
  background:var(--green);
  border-color:var(--green);
  color:#fff;
}
.service-card:not(.large) .service-img{border-radius:30px 30px 0 0;}
.service-body{padding:26px;}
.service-card.large .service-body{padding:0;}
.service-num{
  color:var(--coral);
  font-size:12px;
  font-weight:400;
  letter-spacing:.14em;
}
.service-body h3{
  font-size:clamp(20px,2.6vw,28px);
  font-weight:400;
  line-height:1.45;
  margin-top:9px;
}
.service-body p{
  color:var(--muted);
  font-size:14px;
  font-weight:400;
  margin-top:12px;
}
.mini-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.mini-points span{
  background:var(--green-soft);
  border-radius:999px;
  color:var(--green-deep);
  font-size:12px;
  font-weight:400;
  padding:6px 12px;
}

/* demo */
.demo{
  background:
    radial-gradient(circle at 12% 20%,rgba(217,242,255,.30),transparent 28%),
    linear-gradient(135deg,#133d2c,#0d8c4a);
  color:#fff;
}
.demo-wrap{
  align-items:center;
  display:grid;
  gap:54px;
  grid-template-columns:1fr .82fr;
}
.demo .eyebrow{color:var(--butter);}
.demo .eyebrow::before{background:var(--butter);}
.demo h2{
  font-size:clamp(28px,4vw,44px);
  font-weight:400;
  line-height:1.43;
  margin-top:14px;
}
.demo p{
  color:rgba(255,255,255,.78);
  font-size:15px;
  font-weight:400;
  margin-top:18px;
  max-width:540px;
}
.demo .btn-light{
  border:0;
  margin-top:30px;
}
.phone-demo{
  background:#101511;
  border-radius:46px;
  box-shadow:0 34px 80px rgba(0,0,0,.32);
  margin:0 auto;
  max-width:306px;
  padding:12px;
  transform:rotate(1.8deg);
}
.phone-screen{
  background:#f7f8f2;
  border-radius:36px;
  color:var(--ink);
  overflow:hidden;
}
.phone-head{
  background:#fff;
  border-bottom:1px solid #ece8de;
  padding:20px 18px 16px;
}
.phone-head small{
  color:var(--green-deep);
  font-size:10px;
  font-weight:400;
  letter-spacing:.08em;
}
.phone-head b{
  display:block;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  margin-top:3px;
}
.calendar{
  padding:16px;
}
.calendar-top{
  display:flex;
  font-size:12px;
  font-weight:400;
  justify-content:space-between;
  margin-bottom:8px;
}
.calendar-grid{
  display:grid;
  gap:5px;
  grid-template-columns:repeat(7,1fr);
  text-align:center;
}
.calendar-grid div{
  border-radius:10px;
  font-size:10px;
  font-weight:400;
  padding:5px 0;
}
.calendar-grid .dow{color:#89958d;font-size:9px;}
.calendar-grid .ok{background:#fff;box-shadow:0 2px 6px rgba(33,53,43,.06);}
.calendar-grid .pick{background:var(--green);color:#fff;}
.time-grid{
  display:grid;
  gap:7px;
  grid-template-columns:repeat(3,1fr);
  padding:0 16px 14px;
}
.time-grid span{
  background:#fff;
  border:1px solid #e8e2d5;
  border-radius:11px;
  font-size:11px;
  font-weight:400;
  padding:7px 0;
  text-align:center;
}
.time-grid .on{background:var(--coral);border-color:var(--coral);color:#fff;}
.phone-btn{
  background:var(--green);
  border-radius:999px;
  color:#fff;
  font-size:13px;
  font-weight:400;
  margin:0 16px 20px;
  padding:12px;
  text-align:center;
}

/* scope price */
.scope-price{background:#fff;}
.pricing-table-wrap{
  background:#fff;
  border:1px solid #e0e6e2;
  border-radius:12px;
  margin:0 auto;
  max-width:1000px;
  overflow-x:auto;
}
.pricing-table{border-collapse:separate;border-spacing:0;min-width:720px;width:100%;}
.pricing-table caption{clip:rect(0 0 0 0);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}
.pricing-visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;}
.pricing-table th,.pricing-table td{border-bottom:1px solid #e9eeeb;padding:16px 24px;text-align:center;vertical-align:middle;}
.pricing-table th:first-child{background:#fafbfa;color:#536159;font-size:13px;font-weight:600;text-align:left;width:40%;}
.pricing-table thead th{border-bottom:1px solid #e4e9e6;padding-bottom:22px;padding-top:22px;}
.pricing-table thead th:first-child{border-radius:12px 0 0 0;}
.pricing-table .plan-column{width:30%;}
.pricing-table .plan-column>strong{display:block;font-size:23px;letter-spacing:-.02em;line-height:1.2;}
.pricing-table .free-column{background:#fff;border-top:3px solid transparent;color:var(--ink);}
.pricing-table .starter-column{background:#fff;border-radius:0 12px 0 0;border-top:3px solid var(--green-deep);box-shadow:inset 1px 0 #dce5df,inset -1px 0 #dce5df;color:var(--ink);}
.pricing-table .price-row th,.pricing-table .price-row td{padding-bottom:24px;padding-top:24px;}
.pricing-table .free-price{color:var(--ink);font-size:24px;font-weight:800;}
.pricing-table .starter-pricing{color:var(--ink);margin:0 auto;max-width:260px;}
.pricing-table .monthly-price{display:block;font-size:13px;line-height:1.5;white-space:nowrap;}
.pricing-table .monthly-price b{font-size:27px;letter-spacing:-.03em;}
.pricing-table .starter-pricing>small{color:var(--muted);display:block;font-size:10px;}
.pricing-table .annual-price{border-top:1px solid #cbdcd2;color:var(--green-deep);display:block;margin:14px auto 0;max-width:230px;padding-top:12px;}
.pricing-table .annual-price b,.pricing-table .annual-price small{display:block;}
.pricing-table .annual-price b{font-size:13px;line-height:1.5;}
.pricing-table .annual-price small{font-size:10px;font-weight:500;}
.pricing-table tbody td{background:#fff;color:#33473b;font-size:14px;}
.pricing-table tbody td:nth-child(3),.pricing-table td.starter-cell{background:#fbfdfb;box-shadow:inset 1px 0 #dce5df,inset -1px 0 #dce5df;}
.pricing-table .available,.pricing-table .check{color:#218343;font-weight:700;}
.pricing-table .unavailable{color:#98a69d;}
.pricing-table .starter-benefit{color:var(--ink);font-weight:700;}
.pricing-table .option-row th,.pricing-table .option-row td{background:#fff;}
.pricing-table .option-row th{background:#fafbfa;}
.pricing-table .option-row td.starter-cell{background:#fbfdfb;}
.pricing-table .optional-label{color:var(--green-deep);display:block;font-size:11px;font-weight:700;}
.pricing-table .optional-price{color:var(--ink);display:block;font-weight:700;margin-top:3px;}
.pricing-table .optional-price small{color:var(--muted);display:block;font-size:10px;font-weight:500;}
.pricing-table tfoot th,.pricing-table tfoot td{border-bottom:0;padding-bottom:22px;padding-top:22px;}
.pricing-table tfoot th{border-radius:0 0 0 12px;}
.pricing-table tfoot td:nth-child(3){background:#fbfdfb;border-radius:0 0 12px 0;box-shadow:inset 1px 0 #dce5df,inset -1px 0 #dce5df;}
.pricing-table .pricing-cta{font-size:14px;padding:12px 20px;white-space:nowrap;}
.pricing-table .upgrade-note{color:var(--muted);display:block;font-size:11px;font-weight:600;margin-top:7px;}
.pricing-table .pricing-plan-button{color:#fff;font-size:13px;justify-content:center;padding:11px 15px;white-space:nowrap;}
.pricing-table .starter-signup-button{background:var(--green-deep);}
.pricing-table .standard-signup-button{background:#7c3aed;}
.pricing-table{min-width:860px;}
.pricing-table th:first-child{width:34%;}
.pricing-table .plan-column{width:22%;}
.pricing-table .starter-column{border-radius:0;}
.pricing-table .standard-column{background:#faf8ff;border-radius:0 12px 0 0;border-top:3px solid #7c3aed;box-shadow:inset 1px 0 #e3ddf2,inset -1px 0 #e3ddf2;color:var(--ink);}
.pricing-table .plan-status{background:#ede9fe;border-radius:999px;color:#6d28d9;display:inline-block;font-size:10px;font-weight:700;margin-top:7px;padding:3px 7px;}
.pricing-table .plan-pricing{color:var(--ink);margin:0 auto;max-width:260px;}
.pricing-table .plan-pricing>small{color:var(--muted);display:block;font-size:10px;}
.pricing-table .standard-cell{background:#faf8ff;box-shadow:inset 1px 0 #e3ddf2,inset -1px 0 #e3ddf2;}
.pricing-table .standard-cell .annual-price{border-color:#ddd6fe;color:#6d28d9;}
.pricing-table .standard-benefit{color:#5b21b6;font-weight:700;}
.pricing-table .option-row td.standard-cell{background:#faf8ff;}
.pricing-table tfoot td.standard-cell{border-radius:0 0 12px 0;}
.pricing-scroll-hint{display:none;}
.pricing-note{color:var(--muted);font-size:11px;margin-top:18px;text-align:center;}
.scope-price-grid{
  display:grid;
  gap:22px;
  grid-template-columns:1fr;
  margin:0 auto;
  max-width:820px;
}
.panel{
  border:1px solid var(--line);
  border-radius:30px;
  overflow:hidden;
}
.panel-head{
  align-items:center;
  display:flex;
  gap:12px;
  padding:24px 26px 0;
}
.panel-head .badge{
  align-items:center;
  background:var(--green-soft);
  border-radius:16px;
  color:var(--green-deep);
  display:flex;
  font-weight:400;
  height:42px;
  justify-content:center;
  width:42px;
}
.panel h3{font-size:20px;font-weight:400;}
.panel ul{
  list-style:none;
  padding:20px 26px 26px;
}
.panel li{
  border-top:1px dashed var(--line);
  color:var(--muted);
  font-size:14px;
  font-weight:400;
  padding:11px 0 11px 28px;
  position:relative;
}
.panel.in li::before{color:var(--green);content:"✓";font-weight:400;left:0;position:absolute;}
.price-card{
  background:linear-gradient(180deg,var(--milk),#fff);
  border:1px solid var(--line);
  border-radius:34px;
  box-shadow:var(--shadow);
  margin:34px auto 0;
  max-width:720px;
  padding:36px;
  text-align:center;
}
.price-label{
  background:var(--green-deep);
  border-radius:999px;
  color:#fff;
  display:inline-block;
  font-size:13px;
  font-weight:400;
  padding:7px 18px;
}
.price-main{
  align-items:baseline;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:18px;
}
.price-main .yen{
  color:var(--green-deep);
  font-size:clamp(52px,8vw,74px);
  font-weight:400;
  line-height:1;
}
.price-main span{font-weight:400;}
.price-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-top:18px;
}
.price-chips span{
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  color:var(--green-deep);
  font-size:12px;
  font-weight:400;
  padding:6px 12px;
}
.price-roi{
  color:var(--ink);
  font-size:14px;
  font-weight:500;
  line-height:1.9;
  margin-top:20px;
}
.mid-cta{
  margin-top:44px;
  text-align:center;
}
.init{
  border-top:1px dashed var(--line);
  font-size:14px;
  font-weight:400;
  margin-top:22px;
  padding-top:20px;
}
.init b{font-size:24px;}
.price-foot{
  color:var(--muted);
  font-size:11.5px;
  font-weight:400;
  margin-top:14px;
}

/* flow faq */
.flow{background:var(--paper);}
.flow-grid{
  display:grid;
  gap:18px;
  grid-template-columns:repeat(4,1fr);
}
.flow-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:0 10px 26px rgba(33,53,43,.06);
  padding:26px;
}
.flow-card .num{
  color:var(--coral);
  font-size:30px;
  font-weight:400;
  line-height:1;
}
.flow-card h3{
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  margin-top:16px;
}
.flow-card p{
  color:var(--muted);
  font-size:13px;
  font-weight:400;
  margin-top:8px;
}
.faq{background:#fff;}
.faq-list{margin:0 auto;max-width:800px;}
.faq-item{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:20px;
  margin-bottom:12px;
  padding:20px 24px;
}
.faq-item h3{
  font-size:16px;
  font-weight:400;
}
.faq-item p{
  color:var(--muted);
  font-size:14px;
  font-weight:400;
  margin-top:8px;
}

/* final */
.final{
  background:
    linear-gradient(135deg,rgba(19,61,44,.92),rgba(6,199,85,.84)),
    url("/lp/housing/assets/v3-line-visit.png") center/cover;
  color:#fff;
  overflow:hidden;
  text-align:center;
}
.final h2{
  font-size:clamp(30px,4.2vw,44px);
  font-weight:400;
  line-height:1.42;
}
.final p{
  color:rgba(255,255,255,.84);
  font-size:15px;
  font-weight:400;
  margin:16px auto 0;
  max-width:680px;
}
.final .btn-light{
  border:0;
}
.final-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:14px;
  justify-content:center;
  margin-top:30px;
}
footer{
  background:#113426;
  color:rgba(255,255,255,.55);
  font-size:11px;
  line-height:1.9;
  padding:30px 20px;
  text-align:center;
}

/* Type weight tuning: keep the page crisp without the heavy rounded look. */
.hero h1{font-weight:800;}
.sec-head h2,
.story-copy h2,
.bridge h3,
.service-body h3,
.demo h2,
.final h2{font-weight:700;}
.brand,
.hero-label,
.btn,
.peek-title,
.peek-item b,
.story-list li,
.problem-card h3,
.service-num,
.mini-points span,
.phone-head b,
.phone-btn,
.panel h3,
.price-label,
.price-main .yen,
.price-main span,
.init,
.flow-card .num,
.flow-card h3,
.faq-item h3{font-weight:700;}
.eyebrow,
.nav-links,
.hero-copy,
.hero-copy b,
.hero-note,
.mini-card strong,
.story-copy p,
.problem-card p,
.bridge p,
.service-body p,
.demo p,
.panel li,
.price-chips span,
.flow-card p,
.faq-item p,
.final p{font-weight:500;}
.mini-card span,
.peek-item span,
.phone-head small,
.calendar-top,
.calendar-grid div,
.time-grid span,
.price-foot{font-weight:400;}

@media(max-width:980px){
  .hero{min-height:auto;padding-bottom:0;}
  .nav-links a:not(.nav-cta){display:none;}
  .hero-mini{position:relative;right:auto;bottom:auto;width:100%;margin-top:20px;}
  .peek-grid,.story-grid,.why-grid,.demo-wrap,.scope-price-grid{grid-template-columns:1fr;}
  .peek-item{border-left:0;border-top:1px dashed #cfe5d5;padding-left:0;padding-top:14px;}
  .problem-grid,.service-grid{grid-template-columns:1fr;}
  .service-card.large{grid-column:auto;}
  .service-card-inner{grid-template-columns:1fr;}
  .bridge{grid-template-columns:1fr;}
  .flow-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .inner{width:calc(100% - 28px);}
  section{padding:70px 0;}
  .hero{
    padding-top:18px;
  }
  .hero::before{
    background:
      linear-gradient(180deg,rgba(255,253,246,.98) 0%,rgba(255,253,246,.94) 47%,rgba(255,253,246,.62) 70%,var(--paper) 100%);
  }
  .hero-photo{
    height:46%;
    inset:auto 0 0;
    object-position:64% center;
  }
  .nav{margin-bottom:36px;}
  .brand span:last-child{font-size:13px;}
  .brand-mark{height:34px;width:34px;border-radius:12px;}
  .nav-cta{font-size:12px;}
  .hero-content{padding-bottom:34px;}
  .hero h1{font-size:clamp(34px,11vw,48px);}
  .hero h1 .headline-first{white-space:normal;}
  .sp-only{display:block;}
  .hero-copy{font-size:15px;}
  .hero-actions,.final-actions{flex-wrap:wrap;}
  .btn{width:100%;}
  .hero-mini{padding-bottom:260px;}
  .mini-card{grid-template-columns:46px 1fr;padding:13px;}
  .mini-icon{height:46px;width:46px;}
  .next-peek{border-radius:24px 24px 0 0;margin-top:-10px;}
  .peek-grid{padding:20px 0;}
  .peek-item{grid-template-columns:42px 1fr;}
  .peek-icon{height:42px;width:42px;}
  .story-grid{gap:34px;}
  .story-illust{border-radius:26px;}
  .problem-card{min-height:auto;}
  .bridge{padding:28px 22px;border-radius:26px;}
  .service-body{padding:22px;}
  .line-reservation-preview{min-height:320px;padding:16px;}
  .line-chat-mock{max-width:300px;}
  .price-card{padding:28px 18px;}
  .pricing-table-wrap{border-radius:20px;}
  .pricing-table{min-width:760px;}
  .pricing-table th,.pricing-table td{padding:15px 16px;}
  .pricing-table .pricing-cta{width:auto;}
  .pricing-scroll-hint{color:var(--green-deep);display:block;font-size:12px;font-weight:700;margin:0 0 10px;text-align:right;}
  .flow-grid{grid-template-columns:1fr;}
}
