:root {
  --color-green: #073d18;
  --color-green-light: #0c5d27;
  --color-green-hero: #0c3515;
  --color-cream: #f5f2e9;
  --color-orange: #ef6500;
  --color-orange-dark: #9e3900;
  --color-gold: #d5bd75;
  --color-dark-gold: #755415;
  --color-red: #a90d1d;
  --color-text: #20221f;
  --color-border: #c8c1ae;
  --font-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  --content-width: 900px;
  --side-padding: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--color-cream);
  color: var(--color-text);
  font-family: var(--font-base);
  font-size: 17px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }

.site-header {
  background: #181918;
  border-bottom: 1px solid #2d2d2d;
  color: #fff;
}
.site-header__inner {
  width: min(1000px, calc(100% - 40px));
  min-height: 74px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header__brand {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .03em;
}
.site-header__brand span { color: var(--color-gold); }
.site-header__back {
  color: #e7e7e7;
  font-size: 14px;
  text-underline-offset: 4px;
}

.page-hero {
  padding: 58px var(--side-padding) 48px;
  background: linear-gradient(115deg, #0b290d, #1e4319);
  color: #fff;
  text-align: center;
}
.page-hero__label {
  margin: 0 0 6px;
  color: var(--color-gold);
  font: 700 12px/1.4 Arial, sans-serif;
  letter-spacing: .2em;
}
.page-hero h1 {
  margin: 0;
  font-size: clamp(30px, 5vw, 44px);
  line-height: 1.35;
}
.page-hero p:last-child {
  max-width: 720px;
  margin: 14px auto 0;
  color: rgba(255,255,255,.86);
  font-size: 16px;
}

.page-main {
  width: min(var(--content-width), calc(100% - 40px));
  margin-inline: auto;
  padding: 64px 0 88px;
}

.panel {
  margin-bottom: 26px;
  padding: 34px 38px;
  background: #fff;
  border: 1px solid var(--color-border);
  box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
}
.panel--accent { border-top: 4px solid var(--color-gold); }
.panel h2 {
  margin: 0 0 22px;
  color: var(--color-green-light);
  font-size: 26px;
  line-height: 1.45;
}
.panel h3 {
  margin: 28px 0 12px;
  color: var(--color-green);
  font-size: 19px;
}
.panel p { margin: 0 0 15px; }
.panel p:last-child { margin-bottom: 0; }
.panel ul { margin: 0; padding-left: 1.4em; }
.panel li + li { margin-top: 6px; }

.product-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd7c7;
}
.product-summary__name {
  margin: 0 0 4px;
  color: var(--color-green);
  font-size: 24px;
  font-weight: 800;
}
.product-summary__sub { margin: 0; font-size: 14px; color: #666; }
.product-summary__price { text-align: right; }
.product-summary__price strong {
  display: block;
  color: var(--color-text);
  font-size: 38px;
  line-height: 1.2;
}
.product-summary__price small { font-size: 13px; color: #666; }

.included-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.included-list li {
  position: relative;
  padding: 10px 4px 10px 27px;
  border-bottom: 1px solid #e6e1d5;
}
.included-list li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 5px;
  width: 7px;
  height: 12px;
  border-right: 3px solid #046722;
  border-bottom: 3px solid #046722;
  transform: rotate(45deg);
}

.final-check {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.final-check th,
.final-check td {
  padding: 14px 16px;
  border-bottom: 1px solid #ddd7c7;
  vertical-align: top;
  text-align: left;
}
.final-check th {
  width: 190px;
  background: #f0eee7;
  color: var(--color-green);
  font-weight: 700;
}
.final-check strong { color: var(--color-red); }

.notice {
  margin: 22px 0 0;
  padding: 17px 20px;
  background: #fff8e4;
  border-left: 4px solid #c59a27;
  font-size: 14px;
  line-height: 1.7;
}
.placeholder {
  color: #9c1b1b;
  font-weight: 700;
  background: #fff2f2;
}

.cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 52px auto 0;
  width: min(650px, 100%);
}
.cta-note {
  position: relative;
  z-index: 2;
  margin-bottom: -15px;
  padding: 4px 28px;
  border: 2px solid var(--color-orange);
  border-radius: 999px;
  background: #fff;
  color: var(--color-orange);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  box-shadow: 0 3px 5px rgb(0 0 0 / 14%);
}
.cta-note::before,
.cta-note::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
.cta-note::before {
  bottom: -11px;
  border-width: 10px 10px 0;
  border-color: var(--color-orange) transparent transparent;
}
.cta-note::after {
  bottom: -7px;
  border-width: 8px 8px 0;
  border-color: #fff transparent transparent;
}
.cta-button {
  position: relative;
  width: 100%;
  padding: 22px 58px 19px 24px;
  border: 0;
  border-radius: 7px;
  background: var(--color-orange);
  box-shadow: 0 6px 0 var(--color-orange-dark);
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.cta-button::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-54%);
  font: 300 38px/1 Arial, sans-serif;
}
.cta-button:hover { transform: translateY(3px); box-shadow: 0 3px 0 var(--color-orange-dark); filter: brightness(.99); }
.cta-button.is-disabled { opacity: .55; pointer-events: none; }
.cta-sub {
  margin: 18px 0 0;
  color: #676767;
  font-size: 13px;
  text-align: center;
}

.next-steps {
  counter-reset: step;
  margin: 0;
  padding: 0;
  list-style: none;
}
.next-steps li {
  position: relative;
  padding: 20px 0 20px 70px;
  border-bottom: 1px solid #e0dbcf;
}
.next-steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 17px;
  left: 0;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: var(--color-green);
  color: var(--color-gold);
  font: 800 15px/1 Arial, sans-serif;
}
.next-steps strong { display: block; margin-bottom: 3px; color: var(--color-green); }

.legal-table { width: 100%; border-collapse: collapse; }
.legal-table th,
.legal-table td {
  padding: 16px 18px;
  border-bottom: 1px solid #d8d2c4;
  vertical-align: top;
  text-align: left;
}
.legal-table th {
  width: 230px;
  background: #ecebe3;
  color: var(--color-green);
}

.policy-section + .policy-section { margin-top: 38px; }
.policy-section h2 {
  margin: 0 0 13px;
  padding-bottom: 9px;
  border-bottom: 1px solid #d0cabd;
  color: var(--color-green-light);
  font-size: 23px;
}
.policy-section h3 { margin: 22px 0 8px; font-size: 18px; }
.policy-section ol,
.policy-section ul { padding-left: 1.4em; }
.policy-section li + li { margin-top: 5px; }

.site-footer {
  padding: 36px 20px;
  background: #09150d;
  color: #bbb;
  text-align: center;
  font-size: 13px;
}
.site-footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-bottom: 16px;
}
.site-footer a { color: #ddd; text-underline-offset: 3px; }

@media (max-width: 767px) {
  body { font-size: 16px; }
  .site-header__inner { width: calc(100% - 28px); min-height: 62px; }
  .site-header__brand { font-size: 14px; }
  .site-header__back { font-size: 12px; }
  .page-hero { padding: 43px 20px 38px; }
  .page-hero p:last-child { font-size: 14px; }
  .page-main { width: calc(100% - 36px); padding: 40px 0 64px; }
  .panel { padding: 25px 20px; }
  .panel h2 { font-size: 22px; }
  .product-summary { grid-template-columns: 1fr; gap: 16px; }
  .product-summary__name { font-size: 21px; }
  .product-summary__price { text-align: left; }
  .product-summary__price strong { font-size: 34px; }
  .included-list { grid-template-columns: 1fr; }
  .final-check, .final-check tbody, .final-check tr, .final-check th, .final-check td,
  .legal-table, .legal-table tbody, .legal-table tr, .legal-table th, .legal-table td { display: block; width: 100%; }
  .final-check tr, .legal-table tr { border-bottom: 1px solid #d8d2c4; }
  .final-check th, .legal-table th { border-bottom: 0; padding: 11px 14px 4px; }
  .final-check td, .legal-table td { padding: 4px 14px 12px; border-bottom: 0; }
  .cta-wrap { margin-top: 42px; }
  .cta-note { max-width: calc(100% - 28px); padding: 4px 18px; font-size: 13px; }
  .cta-button { padding: 21px 42px 18px 16px; font-size: 19px; }
  .cta-button::after { right: 15px; font-size: 31px; }
  .next-steps li { padding-left: 60px; }
  .next-steps li::before { width: 44px; height: 44px; }
  .policy-section h2 { font-size: 20px; }
}

/* ==================================================
   PayPal checkout button
================================================== */
.cta-button--paypal {
  gap: 12px;
  background: #ffc439;
  box-shadow: 0 6px 0 #d6a51f;
  color: #111820;
  font-weight: 800;
}

.cta-button--paypal::after {
  color: #111820;
}

.cta-button--paypal:hover {
  background: #ffcf56;
  box-shadow: 0 3px 0 #d6a51f;
  filter: none;
}

.paypal-mark {
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 5px;
  background: #003087;
  color: #fff;
  font: italic 900 21px/1 Arial, sans-serif;
}

@media (max-width: 767px) {
  .cta-button--paypal {
    gap: 8px;
    padding-right: 38px;
  }

  .paypal-mark {
    width: 27px;
    height: 27px;
    font-size: 18px;
  }
}
