.onetime-lp {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 248, 251, 0.98) 58%, rgba(255, 255, 255, 1) 100%);
  color: #173552;
  padding-top: 1.5rem;
}

.onetime-lp > .section,
.onetime-lp > .divider {
  display: none;
}

.onetime-lp .breadcrumb {
  max-width: 1000px;
  margin-top: 0;
}

.lp-page {
  --lp-blue: #2f6595;
  --lp-deep: #173552;
  --lp-soft-blue: #eaf2f8;
  --lp-line: #dce8f1;
  --lp-gold: #d99a00;
  --lp-gold-deep: #b87800;
  --lp-green: #06c755;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px 40px;
  font-size: 16px;
  line-height: 1.8;
}

.lp-page * {
  box-sizing: border-box;
}

.lp-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  margin: 12px -16px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.93) 48%, rgba(255, 255, 255, 0.36) 100%),
    url("../images/menu/onetime/onetime_bg.webp") right center / cover no-repeat;
  border-bottom: 1px solid var(--lp-line);
}

.lp-hero__inner {
  width: min(1000px, 100%);
  min-height: 520px;
  margin: 0 auto;
  padding: 26px 16px 34px;
  display: flex;
  align-items: center;
}

.lp-hero__copy {
  width: min(100%, 680px);
}

.lp-eyebrow {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 13px;
  color: #fff;
  background: var(--lp-deep);
  border-radius: 3px;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.lp-hero h1 {
  margin: 0;
  color: #111;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: 0.06em;
}

.lp-hero h1 span {
  display: block;
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 500;
}

.lp-checks {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: #2d4a65;
  font-size: 14px;
}

.lp-checks li {
  position: relative;
  padding-left: 24px;
}

.lp-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 14px;
  height: 14px;
  border: 1px solid #5c86ad;
  border-radius: 2px;
  background: #fff;
}

.lp-checks li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.58em;
  width: 6px;
  height: 9px;
  border: solid var(--lp-blue);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.lp-lead {
  max-width: 620px;
  margin: 18px 0 22px;
  color: #2d4a65;
  font-size: 15px;
  line-height: 1.9;
}

.lp-line-cta {
  display: grid;
  grid-template-columns: 38px 1fr 18px;
  align-items: center;
  gap: 12px;
  width: min(100%, 420px);
  min-height: 66px;
  padding: 11px 16px 11px 20px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #e8b900 0%, var(--lp-gold) 48%, var(--lp-gold-deep) 100%);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(184, 120, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-line-cta:hover,
.lp-line-cta.btn-main:hover {
  background: linear-gradient(180deg, #e8b900 0%, var(--lp-gold) 48%, var(--lp-gold-deep) 100%);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(184, 120, 0, 0.28);
}

.lp-line-cta::after,
.lp-line-cta:hover::after {
  display: none;
}

.lp-line-cta__icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: 7px;
}

.lp-line-cta__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-line-cta strong {
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

.lp-line-cta span:not(.lp-line-cta__icon):not(.lp-line-cta__arrow) {
  display: block;
  font-size: 12px;
  line-height: 1.45;
}

.lp-line-cta__arrow {
  display: grid;
  place-items: center;
  align-self: center;
  width: 18px;
  height: 18px;
  font-size: 0;
  line-height: 0;
}

.lp-line-cta__arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(1px) rotate(45deg);
}

.lp-cta-stack {
  display: grid;
  gap: 10px;
  width: min(100%, 430px);
}

.lp-direct-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 18px;
  color: var(--lp-blue);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(47, 101, 149, 0.34);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(23, 53, 82, 0.06);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lp-direct-cta:hover {
  color: var(--lp-deep);
  background: #fff;
  border-color: rgba(47, 101, 149, 0.54);
  transform: translateY(-1px);
}

.lp-direct-cta::after,
.lp-direct-cta:hover::after {
  display: none;
}

.lp-section {
  margin: 28px 0 0;
}

.lp-section h2 {
  margin: 0 0 14px;
  color: var(--lp-deep);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
}

.lp-worry-grid,
.lp-benefit-grid,
.lp-voice-grid {
  display: grid;
  gap: 10px;
}

.lp-worry-grid article,
.lp-benefit-grid article,
.lp-voice-grid article {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--lp-line);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(29, 68, 102, 0.06);
}

.lp-worry-grid article {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 11px 14px;
}

.lp-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
}

.lp-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-worry-grid p,
.lp-benefit-grid p,
.lp-voice-grid p {
  margin: 0;
}

.lp-worry-grid p {
  color: #24425e;
  font-size: 14px;
  line-height: 1.55;
}

.lp-center-copy {
  margin: 18px auto 0;
  color: #24425e;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}

.lp-benefits {
  padding: 18px 10px 0;
  background: linear-gradient(180deg, rgba(239, 246, 251, 0.85), rgba(255, 255, 255, 0));
}

.lp-benefit-grid article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 12px;
}

.lp-number {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #8aa9c8;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

.lp-benefit-grid h3 {
  margin: 0 0 4px;
  color: #173552;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.lp-benefit-grid p {
  color: #425b73;
  font-size: 12px;
  line-height: 1.7;
}

.lp-band {
  margin: 14px 0 0;
  padding: 10px 14px;
  color: #fff;
  background: linear-gradient(90deg, #2e6594, #5c86ad);
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.lp-overview__layout {
  display: grid;
  gap: 16px;
  align-items: center;
}

.lp-overview img {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.lp-overview ul {
  margin: 0;
  padding-left: 1.2em;
  color: #173552;
  font-size: 14px;
  line-height: 1.9;
}

.lp-mini-cta {
  display: flex;
  justify-content: center;
  margin: 28px 0 0;
  padding: 4px 0 0;
}

.lp-mini-cta .lp-cta-stack {
  margin: 0 auto;
}

.lp-line-cta--small,
.lp-line-cta--final {
  width: 100%;
  margin: 0 auto;
}

.lp-voice-grid article {
  position: relative;
  min-height: 132px;
  padding: 16px 14px 14px 66px;
}

.lp-avatar {
  position: absolute;
  left: 14px;
  top: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 2px solid #d8e4ee;
}

.lp-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-voice-grid h3 {
  margin: 0 0 6px;
  color: #173552;
  font-size: 14px;
  font-weight: 600;
}

.lp-voice-grid p {
  color: #3e556c;
  font-size: 13px;
  line-height: 1.75;
}

.lp-voice-grid small {
  display: block;
  margin-top: 6px;
  color: #6a8298;
  font-size: 12px;
}

.lp-faq details {
  margin-bottom: 8px;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 5px;
}

.lp-faq summary {
  position: relative;
  cursor: pointer;
  padding: 12px 42px 12px 16px;
  color: var(--lp-blue);
  font-weight: 600;
  list-style: none;
}

.lp-faq summary::-webkit-details-marker {
  display: none;
}

.lp-faq summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
}

.lp-faq details[open] summary::after {
  content: "-";
}

.lp-faq p {
  margin: 0;
  padding: 0 16px 14px;
  color: #344e67;
  font-size: 14px;
  line-height: 1.8;
}

.lp-final-cta {
  display: grid;
  gap: 16px;
  margin: 30px 0 0;
  padding: 24px 18px;
  color: #fff;
  background: linear-gradient(135deg, #1f507d 0%, #3f78a5 100%);
  border-radius: 6px;
}

.lp-final-cta p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

@media (min-width: 560px) {
  .lp-page {
    padding-inline: 22px;
    font-size: 16px;
  }

  .lp-hero {
    margin-inline: -22px;
  }

  .lp-hero__inner {
    padding-inline: 22px;
  }

  .lp-hero h1 {
    font-size: 46px;
  }

  .lp-hero h1 span {
    font-size: 28px;
  }

  .lp-checks {
    grid-template-columns: repeat(3, max-content);
    column-gap: 20px;
  }

  .lp-worry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-benefit-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lp-benefit-grid article {
    grid-template-columns: 34px 1fr;
  }

  .lp-overview__layout,
  .lp-final-cta {
    grid-template-columns: 0.9fr 1.4fr;
  }

  .lp-final-cta {
    align-items: center;
  }

  .lp-final-cta p {
    text-align: left;
  }
}

@media (min-width: 900px) {
  .lp-page {
    padding: 0 0 48px;
  }

  .lp-hero {
    min-height: 430px;
    margin: 14px 0 0;
    border: 1px solid var(--lp-line);
    border-radius: 6px 6px 0 0;
  }

  .lp-hero__inner {
    min-height: 430px;
    padding: 42px 72px;
  }

  .lp-hero h1 {
    font-size: 52px;
  }

  .lp-hero h1 span {
    font-size: 31px;
  }

  .lp-line-cta {
    width: 430px;
  }

  .lp-cta-stack {
    width: 430px;
  }

  .lp-section {
    margin-top: 36px;
    padding-inline: 78px;
  }

  .lp-section h2 {
    font-size: 20px;
  }

  .lp-worry-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
  }

  .lp-worry-grid article {
    display: block;
    min-height: 128px;
    padding: 22px 14px;
    text-align: center;
  }

  .lp-icon {
    margin: 0 auto 12px;
    width: 38px;
    height: 38px;
  }

  .lp-worry-grid p {
    font-size: 14px;
  }

  .lp-center-copy {
    font-size: 14px;
  }

  .lp-benefits {
    margin-inline: 78px;
    padding: 22px 22px 0;
  }

  .lp-benefit-grid {
    gap: 18px;
  }

  .lp-benefit-grid article {
    min-height: 122px;
    padding: 18px;
  }

  .lp-overview__layout {
    grid-template-columns: 280px 1fr;
    gap: 44px;
  }

  .lp-overview ul {
    font-size: 14px;
  }

  .lp-mini-cta {
    margin: 30px 78px 0;
    padding: 0;
  }

  .lp-voice-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .lp-final-cta {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 430px);
    margin: 34px 78px 0;
    padding: 26px 32px;
  }

  .lp-final-cta .lp-line-cta {
    width: 100%;
    min-width: 0;
  }

  .lp-final-cta .lp-cta-stack {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 380px) {
  .lp-page {
    padding-inline: 12px;
  }

  .lp-hero {
    margin-inline: -12px;
  }

  .lp-hero__inner {
    padding-inline: 12px;
  }

  .lp-hero h1 {
    font-size: 31px;
  }

  .lp-hero h1 span {
    font-size: 19px;
  }

  .lp-line-cta {
    grid-template-columns: 34px 1fr 14px;
    gap: 9px;
    padding-left: 14px;
    padding-right: 11px;
  }

  .lp-line-cta strong {
    font-size: 14px;
  }
}
