:root {
  --lp-ink: #12130f;
  --lp-paper: #f2efe5;
  --lp-paper-deep: #e5e0d2;
  --lp-acid: #c9ff3d;
  --lp-green: #244638;
  --lp-line: #b7b3a6;
  --lp-muted: #5e6259;
}

.shonan-lp {
  color-scheme: light;
  margin: 0;
  background: var(--lp-paper);
  color: var(--lp-ink);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.85;
}

.shonan-lp::after { display: none; }
.shonan-lp * { box-sizing: border-box; }
.shonan-lp img { max-width: 100%; }
.shonan-lp section { scroll-margin-top: 92px; }
.shonan-lp a:focus-visible,
.shonan-lp select:focus-visible,
.shonan-lp summary:focus-visible { outline: 3px solid #5c8d00; outline-offset: 5px; }

.lp-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 13px max(26px, calc((100vw - 1240px) / 2));
  background: var(--lp-ink);
  color: #fff;
  border-bottom: 1px solid #34362e;
}

.lp-brand {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: .01em;
}

.lp-brand small {
  display: block;
  margin-top: 6px;
  color: #b7bbaf;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .14em;
}

.lp-header nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.lp-header nav > a:not(.lp-button) { color: #d8dbd2; }
.lp-header nav > a:not(.lp-button):hover { color: var(--lp-acid); }

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 13px 22px;
  border: 1px solid var(--lp-ink);
  background: var(--lp-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  transition: background-color .18s, color .18s, transform .18s;
}

.lp-button:hover { background: var(--lp-green); transform: translateY(-2px); }
.lp-header .lp-button { min-height: 44px; padding: 9px 16px; background: var(--lp-acid); border-color: var(--lp-acid); color: var(--lp-ink); }
.lp-header .lp-button:hover { background: #fff; border-color: #fff; }

.lp-main { max-width: 1240px; margin: 0 auto; padding: 0 32px; }

.lp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 46px 66px;
  align-items: center;
  padding: 76px 0 34px;
}

.lp-kicker,
.lp-index,
.lp-case-no,
.lp-case-type,
.lp-person-label {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.6;
  text-transform: uppercase;
}

.lp-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.lp-kicker span { padding: 4px 9px; background: var(--lp-acid); }

.lp-hero h1 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(48px, 5.65vw, 78px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: 1.22;
}

.lp-h1-service {
  display: block;
  margin-bottom: 13px;
  padding-left: 13px;
  border-left: 8px solid var(--lp-acid);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.5;
}

.lp-hero h1 em { position: relative; display: inline-block; z-index: 0; font-style: normal; }
.lp-hero h1 em::after {
  position: absolute;
  z-index: -1;
  right: -.05em;
  bottom: .09em;
  left: -.08em;
  height: .28em;
  background: var(--lp-acid);
  content: "";
  transform: rotate(-1.2deg);
  transform-origin: center;
}

.lp-intro { margin: 30px 0 14px; font-size: 19px; font-weight: 700; line-height: 1.8; }
.lp-description { max-width: 37em; margin: 0; color: #474b43; font-size: 14px; }
.lp-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.lp-text-link { display: inline-block; padding-bottom: 2px; border-bottom: 1px solid currentColor; color: inherit; font-size: 13px; font-weight: 700; }
.lp-text-link:hover { color: #3f6d00; }

.lp-nowrap { white-space: nowrap; }
.lp-maker { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 10px; margin: 29px 0 0; color: var(--lp-muted); font-size: 11px; }
.lp-maker span { margin-right: 12px; color: var(--lp-ink); font-family: "IBM Plex Mono", monospace; }
.lp-maker strong { color: var(--lp-ink); font-size: 13px; }
.lp-maker small { font-size: 11px; }

.lp-hero-work { position: relative; margin: 6px 0 0; padding: 13px; background: var(--lp-ink); }
.lp-work-frame { overflow: hidden; background: #fff; }
.lp-work-frame img { display: block; width: 100%; height: auto; aspect-ratio: 8 / 5; object-fit: contain; object-position: top; }
.lp-hero-work figcaption { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin: 14px 4px 0; color: #fff; font-size: 11px; }
.lp-hero-work figcaption span { color: var(--lp-acid); font-family: "IBM Plex Mono", monospace; }
.lp-hero-work figcaption strong { font-size: 12px; }
.lp-work-meta { display: grid; gap: 4px; text-align: right; }
.lp-work-meta a { padding: 3px 0; color: #fff; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; }
.lp-work-meta a:hover { color: var(--lp-acid); }
.lp-work-meta a:focus-visible { outline-color: var(--lp-acid); }

.lp-offer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.05fr 1.7fr 1fr auto;
  align-items: stretch;
  margin-top: 12px;
  border-top: 2px solid var(--lp-ink);
  border-bottom: 1px solid var(--lp-ink);
}

.lp-offer > div,
.lp-offer > a { min-width: 0; padding: 20px 22px; border-right: 1px solid var(--lp-line); }
.lp-offer > div:first-child { padding-left: 0; }
.lp-offer > div > span { display: block; margin-bottom: 8px; color: var(--lp-muted); font-family: "IBM Plex Mono", monospace; font-size: 10px; }
.lp-offer p { margin: 0; font-size: 13px; line-height: 1.7; }
.lp-offer p strong { font-family: "Space Grotesk", sans-serif; font-size: 34px; letter-spacing: -.04em; }
.lp-offer p small { display: block; font-size: 10px; }
.lp-offer > a { display: flex; align-items: center; gap: 16px; padding-right: 0; border-right: 0; font-size: 12px; font-weight: 700; }
.lp-offer > a:hover { color: #3f6d00; }
.lp-fine { color: var(--lp-muted); font-size: 11px !important; line-height: 1.8; }
.lp-fine a, .lp-price-note a { text-decoration: underline; text-underline-offset: 3px; }
.lp-hero-fine { grid-column: 1 / -1; margin: -31px 0 0; }

.lp-trust {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 20px;
  padding: 17px 4px;
  border-bottom: 1px solid var(--lp-line);
  color: #454940;
  font-size: 12px;
  font-weight: 700;
}
.lp-trust span::before { margin-right: 10px; color: #52710c; content: "●"; font-size: 8px; }

.lp-section { position: relative; padding: 106px 0; border-bottom: 1px solid var(--lp-line); }
.lp-section-head { display: grid; grid-template-columns: 160px minmax(0, 1fr); align-items: start; gap: 28px; }
.lp-section-head .lp-index { padding-top: 13px; color: #565b51; }
.lp-section-head h2,
.lp-contact h2 {
  max-width: 18em;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(35px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.35;
}
.lp-section-head > p:last-child { grid-column: 2; max-width: 43em; margin: 20px 0 0; color: var(--lp-muted); font-size: 14px; }

.lp-route-board { width: 82%; margin: 72px 0 0 auto; border-top: 2px solid var(--lp-ink); }
.lp-route-line { display: grid; grid-template-columns: 110px minmax(220px, .9fr) minmax(0, 1.2fr); align-items: baseline; gap: 24px; padding: 25px 0; border-bottom: 1px solid var(--lp-line); }
.lp-route-line > span { color: #506d00; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 23px; font-weight: 900; }
.lp-route-line > strong { font-size: 16px; }
.lp-route-line > p { margin: 0; color: var(--lp-muted); font-size: 13px; }
.lp-margin-note { width: fit-content; margin: 34px 7% 0 auto; padding: 6px 10px; background: var(--lp-acid); font-size: 12px; font-weight: 700; }

.lp-works .lp-section-head { margin-bottom: 70px; }
.lp-case-image { display: block; overflow: hidden; border: 1px solid #898d83; background: #fff; }
.lp-case-image img { display: block; width: 100%; object-fit: cover; object-position: top; transition: transform .35s; }
.lp-case-image:hover img { transform: scale(1.015); }
.lp-case-featured { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr); gap: 54px; align-items: center; }
.lp-case-featured .lp-case-image { padding: 10px; background: var(--lp-ink); border: 0; }
.lp-case-featured .lp-case-image img { aspect-ratio: 1.55; }
.lp-case-copy { padding-right: 10px; }
.lp-case-no { margin-bottom: 38px; color: #506d00; }
.lp-case-type { color: var(--lp-muted); }
.lp-case-copy h3, .lp-case-pair h3 { margin: 8px 0 13px; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 25px; font-weight: 900; line-height: 1.4; }
.lp-case-lead { margin: 0 0 20px !important; color: var(--lp-ink) !important; font-size: 18px !important; font-weight: 700; }
.lp-case-copy p, .lp-case-pair article > p { color: var(--lp-muted); font-size: 13px; }
.lp-case-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px; align-items: start; width: 100%; margin: 90px 0 72px; }
.lp-case-pair .lp-case-image { margin-bottom: 24px; }
.lp-case-pair .lp-case-image img { aspect-ratio: 1.45; }
.lp-case-pair .lp-case-no { margin-bottom: 8px; color: #506d00; }
.lp-case-store { margin-bottom: 36px; }
.lp-case-store .lp-case-image img { height: auto; aspect-ratio: 1181 / 630; object-fit: contain; }
.lp-case-url { display: inline-block; max-width: 100%; padding: 4px 0; color: var(--lp-ink); overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 4px; }
.lp-case-url:hover { color: #506d00; }

.lp-price-section { border-bottom: 0; }
.lp-price-section .lp-section-head { margin-bottom: 55px; }
.lp-price-sheet { position: relative; display: grid; grid-template-columns: 1.12fr .94fr .94fr; background: var(--lp-ink); color: #fff; }
.lp-price-sheet::before { position: absolute; top: 0; right: 0; width: 118px; height: 9px; background: var(--lp-acid); content: ""; }
.lp-price-sheet > div { min-width: 0; padding: 42px; border-right: 1px solid #3c3e37; }
.lp-price-sheet > div:last-child { border-right: 0; }
.lp-price-main > p:first-child { margin: 0; color: #b8bcb2; font-size: 12px; }
.lp-price { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; margin: 16px 0 24px; }
.lp-price strong { font-family: "Space Grotesk", sans-serif; font-size: clamp(43px, 4.2vw, 60px); letter-spacing: -.055em; line-height: 1; }
.lp-price span { font-size: 13px; line-height: 1.5; }
.lp-price small { display: block; color: #c6cabf; font-size: 10px; }
.lp-price-main > p:last-of-type { color: #c6cabf; font-size: 12px; }
.lp-button.inverse { margin-top: 22px; background: var(--lp-acid); border-color: var(--lp-acid); color: var(--lp-ink); }
.lp-button.inverse:hover { background: #fff; border-color: #fff; }
.lp-scope h3 { margin: 0 0 21px; font-size: 15px; }
.lp-scope ul { margin: 0; padding: 0; list-style: none; }
.lp-scope li { position: relative; margin: 12px 0; padding-left: 17px; color: #e1e4dc; font-size: 12px; }
.lp-scope li::before { position: absolute; top: .85em; left: 0; width: 6px; height: 1px; background: var(--lp-acid); content: ""; }
.lp-scope-muted { background: #20221c; }
.lp-price-note { max-width: 86em; margin: 24px 0 0 auto; color: var(--lp-muted); font-size: 11px; }

.lp-flow { border-top: 1px solid var(--lp-line); }
.lp-flow .lp-section-head { margin-bottom: 64px; }
.lp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; border-top: 2px solid var(--lp-ink); list-style: none; }
.lp-steps li { position: relative; min-height: 190px; padding: 24px 25px 24px 0; border-right: 1px solid var(--lp-line); }
.lp-steps li:not(:first-child) { padding-left: 25px; }
.lp-steps li:last-child { border-right: 0; }
.lp-steps span { color: #506d00; font-family: "IBM Plex Mono", monospace; font-size: 11px; }
.lp-steps strong { display: block; margin: 24px 0 9px; font-size: 16px; }
.lp-steps p { margin: 0; color: var(--lp-muted); font-size: 12px; }
.lp-person { display: grid; grid-template-columns: 130px 1fr 1.5fr auto; gap: 28px; align-items: center; margin-top: 46px; padding: 26px 0; border-top: 1px solid var(--lp-line); border-bottom: 1px solid var(--lp-line); }
.lp-person-label { color: #506d00; }
.lp-person h3 { margin: 0 0 3px; font-size: 19px; }
.lp-person div p, .lp-person > p { margin: 0; color: var(--lp-muted); font-size: 11px; }

.lp-options .lp-section-head { margin-bottom: 54px; }
.lp-option-row { display: grid; grid-template-columns: minmax(280px, 1.35fr) minmax(190px, .7fr) minmax(250px, 1fr) auto; gap: 28px; align-items: center; padding: 28px 0; border-top: 1px solid var(--lp-ink); }
.lp-option-row:last-of-type { border-bottom: 1px solid var(--lp-ink); }
.lp-option-row > div > span { color: #506d00; font-family: "IBM Plex Mono", monospace; font-size: 10px; }
.lp-option-row h3 { margin: 7px 0 4px; font-size: 16px; }
.lp-option-row p { margin: 0; color: var(--lp-muted); font-size: 11px; }
.lp-option-price strong { display: block; color: var(--lp-ink); font-family: "Space Grotesk", sans-serif; font-size: 28px; line-height: 1.2; }
.lp-option-price small { display: block; font-size: 11px; }
.lp-extra { max-width: 66em; margin: 20px 0 0 auto; font-size: 12px; }
.lp-extra summary { min-height: 48px; padding: 12px 0; cursor: pointer; font-weight: 700; }

.lp-faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.lp-faq-section .lp-section-head { display: block; }
.lp-faq-section .lp-section-head .lp-index { margin-bottom: 28px; padding-top: 0; }
.lp-faq { border-top: 1px solid var(--lp-line); }
.lp-faq:last-child { border-bottom: 1px solid var(--lp-line); }
.lp-faq summary { min-height: 62px; padding: 18px 34px 18px 0; cursor: pointer; font-size: 14px; font-weight: 700; line-height: 1.8; }
.lp-faq p { max-width: 49em; margin: 0; padding: 0 30px 25px 0; color: var(--lp-muted); font-size: 13px; }

.lp-contact {
  position: relative;
  margin: 0 0 52px;
  padding: 70px 64px;
  overflow: hidden;
  background: var(--lp-green);
  color: #fff;
}
.lp-contact::before { position: absolute; top: 0; left: 0; width: 31%; height: 10px; background: var(--lp-acid); content: ""; }
.lp-contact-head { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 28px; }
.lp-contact-head .lp-index { padding-top: 13px; color: var(--lp-acid); }
.lp-contact-head > p:last-child { grid-column: 2; max-width: 48em; margin: 22px 0 0; color: #d9e2db; font-size: 13px; }
.lp-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 42px 0 0 178px; }
.lp-fields label { color: #e4ebe6; font-size: 11px; font-weight: 700; }
.lp-fields select { display: block; width: 100%; min-height: 51px; margin-top: 8px; padding: 11px 36px 11px 12px; border: 1px solid #9caf9f; border-radius: 0; background: #fff; color: var(--lp-ink); font: 13px "Noto Sans JP", sans-serif; }
.lp-contact-hint, .lp-email-address { margin-left: 178px; color: #cad7cd; font-size: 10px !important; }
.lp-contact-hint a, .lp-email-address a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.lp-button.light { margin: 18px 0 5px 178px; background: var(--lp-acid); border-color: var(--lp-acid); color: var(--lp-ink); }
.lp-button.light:hover { background: #fff; border-color: #fff; }

.lp-footer { display: flex; justify-content: space-between; gap: 24px; max-width: 1240px; margin: 0 auto; padding: 0 32px 42px; color: var(--lp-muted); font-size: 10px; }
.lp-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.lp-footer nav a { display: inline-block; color: inherit; }
.lp-footer nav a:hover { color: var(--lp-ink); text-decoration: underline; }
.lp-mobile-cta { display: none; }

@media (max-width: 980px) {
  .lp-header nav > a:not(.lp-button) { display: none; }
  .lp-hero { grid-template-columns: minmax(0, 1fr) minmax(330px, .85fr); gap: 42px; }
  .lp-hero h1 { font-size: clamp(46px, 6vw, 62px); }
  .lp-offer { grid-template-columns: 1fr 1.45fr 1fr; }
  .lp-offer > a { grid-column: 1 / -1; justify-content: center; padding: 13px 0; border-top: 1px solid var(--lp-line); }
  .lp-route-board { width: 91%; }
  .lp-case-featured { gap: 38px; }
  .lp-case-pair { gap: 34px; }
  .lp-price-sheet { grid-template-columns: 1fr 1fr; }
  .lp-price-main { grid-row: 1 / 3; }
  .lp-price-sheet > div:nth-child(2) { border-bottom: 1px solid #3c3e37; }
  .lp-option-row { grid-template-columns: 1.2fr .8fr; }
  .lp-option-row > p:nth-of-type(2) { grid-column: 1; }
  .lp-option-row > .lp-text-link { grid-column: 2; grid-row: 2; justify-self: start; }
  .lp-person { grid-template-columns: 90px 1fr 1.5fr; }
  .lp-person > .lp-text-link { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
  .lp-header { min-height: 66px; padding: 11px 20px; }
  .lp-brand { font-size: 16px; }
  .lp-brand small { font-size: 8px; }
  .lp-header .lp-button { min-height: 40px; padding: 8px 11px; font-size: 11px; }
  .lp-main { padding: 0 21px; }
  .lp-hero { display: block; padding: 50px 0 24px; }
  .lp-kicker { align-items: flex-start; margin-bottom: 23px; font-size: 9px; }
  .lp-kicker span { flex: 0 0 auto; }
  .lp-h1-service { margin-bottom: 11px; padding-left: 10px; border-left-width: 6px; font-size: 18px; }
  .lp-hero h1 { font-size: clamp(41px, 12.8vw, 58px); line-height: 1.25; }
  .lp-intro { margin-top: 25px; font-size: 17px; }
  .lp-description { font-size: 13px; }
  .lp-actions { align-items: stretch; gap: 16px; }
  .lp-actions .lp-button { width: 100%; }
  .lp-maker { line-height: 1.9; }
  .lp-maker small { flex-basis: 100%; margin-left: 0; }
  .lp-hero-work { width: 100%; margin: 48px 0 36px; padding: 9px; }
  .lp-offer { display: block; margin-top: 0; }
  .lp-offer > div, .lp-offer > a { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--lp-line); }
  .lp-offer > a { justify-content: flex-start; border-top: 0; border-bottom: 0; }
  .lp-hero-fine { margin: 12px 0 0; }
  .lp-trust { display: grid; gap: 7px; padding: 15px 0; }
  .lp-section { padding: 75px 0; }
  .lp-section-head, .lp-contact-head { display: block; }
  .lp-section-head .lp-index, .lp-contact-head .lp-index { margin-bottom: 21px; padding-top: 0; }
  .lp-section-head h2, .lp-contact h2 { font-size: 34px; line-height: 1.4; }
  .lp-section-head > p:last-child, .lp-contact-head > p:last-child { margin-top: 18px; }
  .lp-route-board { width: 100%; margin-top: 48px; }
  .lp-route-line { grid-template-columns: 86px 1fr; gap: 12px 14px; padding: 22px 0; }
  .lp-route-line > span { font-size: 19px; }
  .lp-route-line > strong { font-size: 14px; }
  .lp-route-line > p { grid-column: 2; font-size: 12px; }
  .lp-margin-note { margin: 27px 0 0 auto; font-size: 10px; }
  .lp-works .lp-section-head { margin-bottom: 46px; }
  .lp-case-featured { display: block; }
  .lp-case-featured .lp-case-image { padding: 7px; }
  .lp-case-copy { padding: 28px 8px 0; }
  .lp-case-copy .lp-case-no { margin-bottom: 16px; }
  .lp-case-pair { display: block; width: 100%; margin: 65px 0 48px; }
  .lp-case-pair article + article { margin-top: 64px; }
  .lp-price-section .lp-section-head { margin-bottom: 40px; }
  .lp-price-sheet { display: block; }
  .lp-price-sheet > div { padding: 33px 27px; border-right: 0; border-bottom: 1px solid #3c3e37; }
  .lp-price-sheet > div:last-child { border-bottom: 0; }
  .lp-price-note { font-size: 11px; }
  .lp-flow .lp-section-head { margin-bottom: 42px; }
  .lp-steps { display: block; }
  .lp-steps li, .lp-steps li:not(:first-child) { min-height: 0; padding: 21px 0; border-right: 0; border-bottom: 1px solid var(--lp-line); }
  .lp-steps strong { display: inline; margin: 0 0 0 20px; }
  .lp-steps p { margin: 9px 0 0 38px; }
  .lp-person { display: grid; grid-template-columns: 82px 1fr; gap: 16px; padding: 24px 0; }
  .lp-person > p { grid-column: 1 / -1; }
  .lp-person > .lp-text-link { grid-column: 1 / -1; }
  .lp-options .lp-section-head { margin-bottom: 38px; }
  .lp-option-row { display: block; padding: 26px 0; }
  .lp-option-price { margin: 20px 0 !important; }
  .lp-option-row > p:nth-of-type(2) { margin-bottom: 16px; }
  .lp-extra { font-size: 11px; }
  .lp-faq-section { display: block; }
  .lp-faq-section .lp-section-head { margin-bottom: 38px; }
  .lp-faq summary { font-size: 13px; }
  .lp-faq p { font-size: 12px; }
  .lp-contact { margin: 0 -5px 35px; padding: 55px 25px 38px; }
  .lp-fields { grid-template-columns: 1fr; gap: 16px; margin: 32px 0 0; }
  .lp-contact-hint, .lp-email-address, .lp-button.light { margin-left: 0; }
  .lp-contact-hint, .lp-email-address, .lp-price small { font-size: 11px !important; }
  .lp-button.light { width: 100%; }
  .lp-email-address { overflow-wrap: anywhere; }
  .lp-footer { display: block; padding: 0 22px 105px; }
  .lp-footer nav { display: grid; gap: 9px; margin-top: 18px; }
  .lp-mobile-cta { position: fixed; right: 15px; bottom: max(12px, env(safe-area-inset-bottom)); left: 15px; z-index: 50; display: flex; background: var(--lp-acid); border-color: var(--lp-ink); color: var(--lp-ink); box-shadow: 4px 4px 0 #10120e; }
  .lp-mobile-cta[hidden] { display: none; }
  .shonan-lp section { scroll-margin-top: 72px; }
}

@media (max-width: 355px) {
  .lp-main { padding: 0 17px; }
  .lp-hero h1 { font-size: 39px; }
  .lp-header .lp-button { max-width: 116px; line-height: 1.25; }
  .lp-section-head h2, .lp-contact h2 { font-size: 31px; }
  .lp-price-sheet > div { padding: 28px 21px; }
  .lp-price strong { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lp-button, .lp-case-image img { transition: none; }
  .lp-button:hover { transform: none; }
}

.lp-inquiry-form { margin: 36px 0 0 178px; }
.lp-inquiry-form fieldset { margin: 0; padding: 0; min-width: 0; border: 0; }
.lp-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.lp-form-grid label { color: #fff; font-size: 13px; font-weight: 700; }
.lp-form-wide { grid-column: 1 / -1; }
.lp-form-grid input, .lp-form-grid select, .lp-form-grid textarea {
  display: block; width: 100%; min-width: 0; min-height: 50px; margin-top: 9px;
  padding: 12px; border: 1px solid #afc1b3; border-radius: 2px; background: #fff;
  color: var(--lp-ink); font: 16px/1.6 "Noto Sans JP", sans-serif;
}
.lp-form-grid textarea { min-height: 140px; resize: vertical; }
.lp-form-grid input::placeholder, .lp-form-grid textarea::placeholder { color: #686e66; opacity: 1; }
.lp-required, .lp-optional { display: inline-block; margin-left: 7px; font-size: 10px; font-weight: 500; }
.lp-required { color: #dafca3; }
.lp-optional { color: #d2ded5; }
.lp-form-note { color: #d9e2db; font-size: 11px; line-height: 1.9; }
.lp-form-note a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.lp-inquiry-form .lp-button.light { margin-left: 0; cursor: pointer; }
.lp-inquiry-form .lp-button:disabled { cursor: wait; opacity: .7; transform: none; }
.lp-form-status { padding: 14px 16px; background: #edf6e8; color: #193526; font-size: 13px; overflow-wrap: anywhere; }
.lp-form-status.is-error { background: #ffefdf; color: #772c09; }
.lp-form-status[hidden], .lp-inline-success[hidden], .lp-thanks [hidden] { display: none; }
.lp-form-honeypot, .lp-sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.lp-inline-success { margin: 36px 0 0 178px; }
.lp-thanks { max-width: 940px; padding-top: 90px; padding-bottom: 100px; min-height: 75vh; }
.lp-thanks h1 { font-size: clamp(26px,4vw,42px); line-height: 1.5; margin: 20px 0 32px; }
.lp-thanks p { font-size: 15px; }
.lp-thanks .lp-receipt { padding: 16px; border: 1px solid var(--lp-line); overflow-wrap: anywhere; }
.lp-thanks .lp-button { margin-top: 28px; }
.shonan-lp input:focus-visible, .shonan-lp textarea:focus-visible, .shonan-lp select:focus-visible, .shonan-lp button:focus-visible { outline: 3px solid var(--lp-acid); outline-offset: 4px; }
@media (max-width:980px) { .lp-inquiry-form, .lp-inline-success { margin-left: 0; } }
@media (max-width:720px) {
  .lp-form-grid { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .lp-inquiry-form { margin-top: 32px; }
  .lp-form-wide { grid-column: auto; }
  .lp-form-note { font-size: 11px; }
  .lp-thanks { padding-top: 50px; padding-bottom: 60px; }
}
