body.purchase-lp {
  --suko-green: #075236;
  --suko-green-deep: #053021;
  --suko-cream: #fff8e9;
  --suko-white: #fffdf6;
  --suko-gold: #c99a33;
  --suko-gold-soft: #f2d88d;
  --suko-sakura: #f4cfc4;
  --suko-orange: #9a5427;
  --suko-ink: #123624;
  margin: 0;
  color: #27352a;
  background:
    radial-gradient(circle at 8% 2%, rgba(219, 181, 91, .2), transparent 24rem),
    linear-gradient(180deg, #0a241b 0%, #123325 42%, #0a241b 100%);
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.8;
  overflow-x: hidden;
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

html {
  margin-top: 0 !important;
}

body.purchase-lp #wpadminbar {
  display: none !important;
}

body.purchase-lp * {
  box-sizing: border-box;
}

body.purchase-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.purchase-lp a {
  color: inherit;
}

.purchase-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.purchase-page-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100svh;
}

.purchase-lp-header,
.purchase-lp-main,
.purchase-footer {
  width: min(920px, 100%);
  margin-inline: auto !important;
}

.purchase-lp-header {
  position: sticky;
  top: 0;
  z-index: 45;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 58px;
  padding: 10px 18px;
  background: rgba(255, 252, 243, .96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.purchase-logo {
  color: #173c28;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: 1.3rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.purchase-lp-header nav {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  font-size: .82rem;
  font-weight: 900;
}

.purchase-lp-header nav a,
.purchase-header-buy {
  text-decoration: none;
  white-space: nowrap;
}

.purchase-header-buy {
  padding: 9px 15px;
  border-radius: 999px;
  color: #fff;
  background: #0b6b3e;
  font-size: .82rem;
  font-weight: 900;
}

.purchase-lp-main {
  overflow: hidden;
  background: #fff9ed;
  box-shadow: 0 34px 120px rgba(0, 0, 0, .38);
}

.purchase-lp-main section {
  padding: 38px 34px;
}

.purchase-hero {
  display: block;
  padding: 0 0 28px !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(219, 181, 91, .28), transparent 16rem),
    linear-gradient(180deg, #fffaf1 0%, #f5ead3 100%);
}

.purchase-kicker {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 8px 14px;
  border: 1px solid rgba(11, 107, 62, .22);
  border-radius: 999px;
  color: #0b6b3e;
  background: rgba(255, 255, 255, .72);
  font-size: .84rem;
  font-weight: 900;
}

.purchase-hero h1 {
  margin: 0;
  color: #123626;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(2.8rem, 6vw, 4.75rem);
  line-height: 1.08;
  letter-spacing: .02em;
}

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

.purchase-hero-lead {
  margin: 16px 0 0;
  font-size: 1.07rem;
  font-weight: 700;
}

.purchase-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.purchase-hero-tags li {
  padding: 8px 11px;
  border-radius: 999px;
  color: #6c3b2c;
  background: #fff;
  font-size: .82rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(70, 45, 15, .08);
}

.purchase-hero-visual {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto 18px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.purchase-hero-visual img {
  width: 100%;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.purchase-hero-hotspot {
  position: absolute;
  z-index: 4;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  text-indent: -9999px;
  outline: 0;
}

.purchase-hero-hotspot::after {
  content: "";
  position: absolute;
  inset: -35% -55%;
  background: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, .62) 48%, rgba(255, 238, 170, .42) 53%, transparent 64%);
  opacity: .72;
  transform: translateX(-120%) skewX(-12deg);
  animation: purchase-cta-shine 3.6s ease-in-out infinite;
  pointer-events: none;
}

.purchase-hero-hotspot:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .85), 0 0 0 8px rgba(12, 120, 70, .65);
}

.purchase-hero-hotspot.is-line-top {
  top: 1.05%;
  left: 71.8%;
  width: 25.4%;
  height: 4.9%;
}

.purchase-hero-hotspot.is-line-top::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  animation: none !important;
}

.purchase-hero-hotspot.is-line-bottom {
  top: 91.55%;
  left: 3.7%;
  width: 58.1%;
  height: 7.4%;
}

.purchase-hero-hotspot.is-product-bottom {
  top: 91.75%;
  left: 64.8%;
  width: 32.6%;
  height: 7.2%;
}

.purchase-cta-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 34px 34px;
  padding: 24px 28px 22px;
  border: 1px solid rgba(229, 192, 101, .72);
  border-radius: 30px;
  color: var(--suko-white);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 235, 170, .32), transparent 14rem),
    radial-gradient(circle at 6% 100%, rgba(255, 253, 247, .14), transparent 18rem),
    linear-gradient(135deg, #0d6545 0%, var(--suko-green-deep) 100%);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, .2),
    inset 0 1px 0 rgba(255, 255, 255, .18);
  text-align: center;
}

.purchase-cta-panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: -1;
  border: 1px solid rgba(255, 238, 183, .18);
  border-radius: 24px;
  pointer-events: none;
}

.purchase-cta-panel::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -58px;
  z-index: -1;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  pointer-events: none;
}

.purchase-final .purchase-cta-panel {
  margin: 0;
}

.purchase-cta-panel h3 {
  margin: 2px 0 12px;
  color: #fff7dc;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.16rem, 2.6vw, 1.68rem);
  line-height: 1.24;
}

.purchase-cta-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 0 0 8px;
  color: var(--suko-gold-soft);
  font-size: .93rem;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.45;
  border-bottom: 1px solid rgba(242, 215, 138, .55);
}

.purchase-cta-actions {
  display: grid;
  grid-template-columns: minmax(220px, 1.18fr) minmax(180px, .82fr);
  gap: 12px;
  align-items: stretch;
  justify-content: center;
}

.purchase-text-button,
.purchase-card-button,
.purchase-sticky-link {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: clamp(.94rem, 1.45vw, 1.16rem);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.purchase-text-button::before,
.purchase-card-button::before,
.purchase-sticky-link::before {
  content: "";
  position: absolute;
  inset: -40% -55%;
  z-index: 1;
  background: linear-gradient(110deg, transparent 36%, rgba(255, 255, 255, .68) 48%, rgba(255, 230, 150, .54) 53%, transparent 64%);
  opacity: .46;
  transform: translateX(-120%) skewX(-12deg);
  animation: purchase-cta-shine 3.4s ease-in-out infinite;
  pointer-events: none;
}

.purchase-text-button > span,
.purchase-card-button > span,
.purchase-sticky-link > span {
  position: relative;
  z-index: 2;
}

.purchase-text-button.is-product::before,
.purchase-sticky-link.is-product::before {
  background: linear-gradient(110deg, transparent 34%, rgba(255, 255, 255, .9) 48%, rgba(255, 236, 170, .72) 54%, transparent 66%);
}

.purchase-text-button:hover,
.purchase-card-button:hover,
.purchase-sticky-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.02);
}

.purchase-text-button.is-product {
  border: 1px solid rgba(216, 174, 77, .75);
  color: var(--suko-ink) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 255, 255, .35) 46%),
    linear-gradient(135deg, #fffdf6 0%, #f3dc92 100%);
  box-shadow:
    0 7px 0 rgba(103, 76, 25, .2),
    0 18px 32px rgba(0, 0, 0, .18);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .42);
}

.purchase-card-button,
.purchase-sticky-link.is-product {
  border: 1px solid rgba(228, 191, 101, .52);
  color: #fffaf0 !important;
  background:
    linear-gradient(180deg, rgba(41, 139, 89, .72), rgba(8, 46, 31, .98)),
    linear-gradient(135deg, #17442e, var(--suko-green-deep));
  box-shadow: 0 8px 0 rgba(5, 49, 31, .16), 0 18px 34px rgba(7, 45, 29, .2);
}

.purchase-text-button.is-product::after,
.purchase-card-button::after,
.purchase-sticky-link.is-product::after {
  content: "›";
  position: relative;
  z-index: 2;
  font-size: 1.25em;
  line-height: 1;
}

.purchase-text-button.is-roadmap,
.purchase-text-button.is-line,
.purchase-sticky-link.is-roadmap,
.purchase-sticky-link.is-line {
  border: 1px solid rgba(229, 192, 101, .74);
  color: #fffdf7 !important;
  background:
    linear-gradient(180deg, rgba(34, 145, 91, .96), rgba(7, 76, 49, .99)),
    var(--suko-green);
  box-shadow: 0 8px 0 rgba(3, 42, 26, .24), 0 18px 34px rgba(0, 0, 0, .22);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .16);
}

.purchase-image-button {
  display: inline-grid;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  place-items: center;
  border-radius: 999px;
  text-decoration: none;
  line-height: 0;
  transform: translateZ(0);
  transition: transform .22s ease, filter .22s ease, box-shadow .22s ease;
}

.purchase-image-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.04) brightness(1.02);
}

.purchase-image-button img {
  display: block;
  width: 100%;
  height: auto;
}

.purchase-image-button.is-product {
  justify-self: end;
  max-width: 342px;
  box-shadow: 0 10px 22px rgba(168, 75, 82, .18);
}

.purchase-image-button.is-line {
  justify-self: start;
  max-width: 590px;
  box-shadow: 0 12px 28px rgba(22, 128, 77, .2);
}

.purchase-image-button.in-card,
.purchase-image-button.in-shop-link,
.purchase-image-button.in-exit {
  max-width: 270px;
}

.purchase-image-button.in-exit.is-line {
  max-width: 340px;
  margin-top: 10px;
}

.purchase-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.purchase-button:hover {
  transform: translateY(-2px);
}

.purchase-button-main {
  color: #fff !important;
  background: linear-gradient(135deg, #15804d, #063e27);
  box-shadow: 0 10px 0 rgba(3, 49, 30, .22), 0 18px 38px rgba(4, 70, 42, .22);
}

.purchase-button-sub {
  border: 2px solid #d9b55b;
  color: #173c28 !important;
  background: #fffdf7;
}

.purchase-section-head {
  margin-bottom: 24px;
  text-align: center;
}

.purchase-image-section-title {
  margin: 0 0 18px;
  color: #173c28;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.8rem, 4.6vw, 2.8rem);
  line-height: 1.16;
  text-align: center;
}

.purchase-image-section-title span {
  display: inline-block;
}

.purchase-section-head p {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 7px 13px;
  border-radius: 999px;
  color: #fff;
  background: #0b6b3e;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.purchase-section-head h2 {
  margin: 0;
  color: #173c28;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(2.05rem, 5vw, 3.35rem);
  line-height: 1.18;
  letter-spacing: .02em;
}

.purchase-section-head span {
  display: block;
  margin-top: 10px;
  color: rgba(39, 53, 42, .72);
  font-weight: 700;
}

.purchase-section-head.strong {
  padding: 22px 20px;
  border: 1px solid rgba(219, 181, 91, .55);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 0%, rgba(245, 210, 200, .32), transparent 12rem),
    linear-gradient(135deg, #fffdf6, #f4ead0);
  box-shadow: 0 18px 45px rgba(80, 58, 20, .1);
}

.purchase-full-image,
.purchase-two-column figure,
.purchase-image-stack figure,
.purchase-voice-grid figure,
.purchase-comic-panel,
.purchase-product-photo-strip figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(219, 181, 91, .22);
  border-radius: 24px;
  background: #fffdf8;
  box-shadow: 0 14px 34px rgba(40, 32, 12, .07);
}

.purchase-full-image img,
.purchase-two-column img,
.purchase-image-stack img,
.purchase-voice-grid img,
.purchase-comic-panel img,
.purchase-product-photo-strip img {
  width: 100%;
}

.purchase-comic-stack {
  display: grid;
  gap: 12px;
  width: min(760px, 92%);
  margin: 0 auto;
}

.purchase-comic-panel {
  border-color: rgba(216, 174, 77, .26);
  border-radius: 16px;
  background: var(--suko-white);
  box-shadow: 0 10px 28px rgba(40, 32, 12, .07);
}

.purchase-comic-panel img {
  display: block;
}

.purchase-comic,
.purchase-about,
.purchase-reasons,
.purchase-products,
.purchase-faq {
  background: #fffaf1;
}

.purchase-products {
  scroll-margin-top: 24px;
}

.purchase-problem,
.purchase-steps,
.purchase-lifestyle,
.purchase-voices,
.purchase-price,
.purchase-final {
  background: #f8efd8;
}

.purchase-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
  gap: 22px;
  align-items: center;
}

.purchase-copy-card {
  padding: 28px;
  border-radius: 26px;
  color: #fffaf0;
  background: linear-gradient(135deg, #103d2c, #071f16);
  box-shadow: 0 18px 45px rgba(10, 40, 28, .2);
}

.purchase-copy-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: 1.8rem;
  line-height: 1.25;
}

.purchase-copy-card p {
  margin: 0 0 18px;
  color: rgba(255, 250, 240, .82);
  font-weight: 700;
}

.purchase-copy-card a,
.purchase-shop-link a {
  font-weight: 900;
  text-decoration: none;
}

.purchase-centered-text,
.purchase-note {
  max-width: 720px;
  margin: 20px auto 0;
  text-align: center;
  font-weight: 700;
}

.purchase-note {
  color: rgba(23, 60, 40, .8);
  font-size: .86rem;
}

.purchase-image-stack {
  display: grid;
  gap: 18px;
}

.purchase-voice-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: min(760px, 92%);
  margin: 0 auto;
  gap: 12px;
}

.purchase-product-grid {
  display: grid;
  gap: 18px;
}

.purchase-product-card {
  display: grid;
  grid-template-columns: minmax(240px, .82fr) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(219, 181, 91, .35);
  border-radius: 30px;
  background: #fffdf8;
  box-shadow: 0 16px 42px rgba(43, 30, 10, .08);
}

.purchase-product-card.is-featured {
  border-width: 2px;
  border-color: #d7ac46;
  background: linear-gradient(135deg, #fffdf8, #fff7dd);
}

.purchase-product-image {
  display: grid;
  min-height: 260px;
  place-items: center;
  border-radius: 22px;
  background: #fffdf8;
}

.purchase-product-image img {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  filter: brightness(1.08) contrast(1.02) saturate(.98);
}

.purchase-product-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.purchase-product-photo-strip figure {
  display: grid;
  min-height: 240px;
  place-items: center;
  border-radius: 22px;
  background: #fffdf8;
}

.purchase-product-photo-strip img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  filter: brightness(1.08) contrast(1.02) saturate(.98);
}

.purchase-product-badge {
  display: inline-flex;
  margin: 0 0 8px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #8b5520;
  background: #fff2c9;
  font-size: .78rem;
  font-weight: 900;
}

.purchase-product-card h3 {
  margin: 0 0 6px;
  color: #173c28;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.2;
}

.purchase-product-card strong {
  display: block;
  margin-bottom: 8px;
  color: #8b3e23;
  font-size: 1.7rem;
  line-height: 1.1;
}

.purchase-product-card span {
  display: block;
  margin-bottom: 16px;
  color: rgba(39, 53, 42, .72);
}

.purchase-card-button {
  width: min(100%, 320px);
}

.purchase-shop-link {
  margin-top: 18px;
  text-align: center;
}

.purchase-shop-link .purchase-text-button {
  margin-inline: auto;
}

.purchase-faq details {
  margin-top: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(219, 181, 91, .24);
  border-radius: 18px;
  background: #fff;
}

.purchase-faq summary {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-left: 1.25em;
  cursor: pointer;
  color: #173c28;
  font-weight: 900;
  line-height: 1.5;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

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

.purchase-faq summary::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
}

.purchase-faq details[open] summary::before {
  content: "▼";
}

.purchase-faq p {
  margin-bottom: 0;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.purchase-final {
  padding-bottom: 90px !important;
}

.purchase-sticky {
  position: fixed;
  right: 50%;
  bottom: 12px;
  z-index: 50;
  display: flex;
  align-items: center;
  width: min(720px, calc(100% - 20px));
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(229, 192, 101, .66);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 253, 246, .99), rgba(249, 238, 205, .98));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(255, 255, 255, .84);
  transform: translate(50%, 140%);
  transition: transform .45s ease;
}

.purchase-sticky.is-visible {
  transform: translate(50%, 0);
}

.purchase-sticky a {
  flex: 1 1 0;
  min-width: 0;
}

.purchase-sticky-link {
  min-height: 44px;
  padding: 10px 16px;
  font-size: .88rem;
  line-height: 1.22;
}

.purchase-sticky-link.is-product {
  flex: .92 1 0;
  color: #143426 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, 0) 45%),
    linear-gradient(135deg, #fffdf4 0%, #f0d384 100%);
  box-shadow: 0 5px 0 rgba(103, 76, 25, .18), 0 12px 22px rgba(72, 45, 12, .14);
}

@keyframes purchase-cta-shine {
  0%,
  48% {
    transform: translateX(-120%) skewX(-12deg);
  }
  72%,
  100% {
    transform: translateX(120%) skewX(-12deg);
  }
}

.purchase-sticky-link.is-roadmap,
.purchase-sticky-link.is-line {
  flex: 1.08 1 0;
}

.lp-exit-popup.purchase-exit {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 22px !important;
  background: rgba(2, 22, 15, .74) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  transition: opacity .28s ease, visibility .28s ease !important;
}

.lp-exit-popup.purchase-exit.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.purchase-exit .lp-exit-dialog {
  position: relative !important;
  box-sizing: border-box !important;
  width: min(100%, 460px);
  max-width: 100%;
  overflow: hidden;
  padding: 30px 24px 24px !important;
  border: 1px solid rgba(229, 192, 101, .65) !important;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 5%, rgba(245, 187, 170, .32), transparent 30%),
    linear-gradient(180deg, #fffaf0 0%, #f8efdd 100%) !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255,255,255,.8) !important;
  color: #173c28 !important;
  text-align: center !important;
  transform: translateY(10px) scale(.98) !important;
  transition: transform .28s ease !important;
}

@media (max-width: 480px) {
  .lp-exit-popup.purchase-exit {
    padding: 12px !important;
  }

  .purchase-exit .lp-exit-dialog {
    padding: 28px 18px 20px !important;
  }
}

.lp-exit-popup.purchase-exit.is-visible .lp-exit-dialog {
  transform: translateY(0) scale(1) !important;
}

.purchase-exit .lp-exit-close {
  position: absolute !important;
  top: 12px !important;
  right: 14px !important;
  left: auto !important;
  bottom: auto !important;
  display: grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(23, 60, 40, .18) !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.84) !important;
  color: #173c28 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.purchase-exit .lp-exit-dialog h2 {
  margin-bottom: 10px;
  color: #173c28;
  font-family: Georgia, "Times New Roman", "Yu Mincho", serif;
  font-size: clamp(1.45rem, 6vw, 2rem);
  line-height: 1.3;
}

.purchase-exit .lp-exit-dialog p {
  margin: 0 0 14px !important;
  color: #3c5a48 !important;
  font-size: .98rem !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
}

.purchase-exit-line {
  display: block;
  margin-top: 12px;
  color: #0b6b3e;
  font-weight: 900;
  text-align: center;
}

.purchase-exit .purchase-text-button {
  width: 100%;
  margin-top: 10px;
}

.purchase-exit .purchase-text-button.is-roadmap,
.purchase-exit .purchase-text-button.is-product {
  min-height: 58px !important;
  font-size: 1rem !important;
}

.purchase-footer {
  padding: 28px 16px;
  color: rgba(255, 250, 240, .72);
  text-align: center;
}

.purchase-footer p {
  margin: 0;
}

@media (max-width: 760px) {
  .purchase-lp-header,
  .purchase-lp-main,
  .purchase-footer {
    width: 100%;
  }

  .purchase-lp-header {
    grid-template-columns: 1fr auto;
    min-height: 50px;
    gap: 10px;
    padding: 8px 12px;
  }

  .purchase-logo {
    font-size: 1.05rem;
  }

  .purchase-lp-header nav {
    display: none;
  }

  .purchase-header-buy {
    padding: 8px 12px;
  }

  .purchase-lp-main section {
    padding: 26px 12px;
  }

  .purchase-hero {
    padding: 0 0 20px !important;
  }

  .purchase-hero-visual img {
    min-height: 0;
    max-height: none;
    object-fit: contain;
  }

  .purchase-hero h1 {
    font-size: clamp(2.12rem, 10.7vw, 2.72rem);
  }

  .purchase-hero h1 span {
    word-break: normal;
    overflow-wrap: break-word;
  }

  .purchase-cta-actions {
    grid-template-columns: 1fr;
  }

  .purchase-text-button,
  .purchase-card-button {
    min-height: 50px;
    padding-inline: 14px;
    font-size: clamp(.84rem, 3.35vw, .98rem);
    line-height: 1.32;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .purchase-cta-panel,
  .purchase-hero > .purchase-cta-panel {
    margin: 0 12px 26px;
    padding: 20px 15px 18px;
    border-radius: 24px;
  }

  .purchase-image-button.is-product,
  .purchase-image-button.is-line {
    justify-self: center;
  }

  .purchase-two-column,
  .purchase-product-card {
    grid-template-columns: 1fr;
  }

  .purchase-voice-grid {
    grid-template-columns: 1fr;
  }

  .purchase-product-image {
    min-height: 220px;
  }

  .purchase-product-image img {
    max-height: 210px;
  }

  .purchase-product-photo-strip {
    grid-template-columns: 1fr;
  }

  .purchase-product-photo-strip figure {
    min-height: 210px;
  }

  .purchase-product-photo-strip img {
    height: 210px;
  }

  .purchase-sticky {
    bottom: 8px;
    width: calc(100% - 24px);
    gap: 6px;
    padding: 6px;
    border-radius: 18px;
  }

  .purchase-sticky-link {
    min-height: 38px;
    padding: 8px 10px;
    font-size: clamp(.68rem, 2.75vw, .78rem);
    line-height: 1.14;
  }
}

/*
 * v1.0.79 code-native first view
 * The old single-image FV and invisible hotspots were replaced by semantic,
 * responsive content and real CTA controls.
 */
html {
  scroll-behavior: smooth;
}

body.purchase-lp .suko-fv-header {
  grid-template-columns: auto 1fr minmax(230px, 300px);
  gap: 18px;
  min-height: 86px;
  padding: 7px 16px 7px 10px;
  border-bottom: 1px solid rgba(190, 145, 55, .32);
  background: rgba(255, 250, 240, .97);
  box-shadow: 0 10px 28px rgba(0, 24, 15, .2);
  backdrop-filter: blur(12px);
}

body.purchase-lp .suko-fv-brand {
  display: flex;
  align-items: center;
  width: 116px;
  height: 72px;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
}

body.purchase-lp .suko-fv-brand img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

body.purchase-lp .suko-fv-header-note {
  color: #3b5e4a;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
}

body.purchase-lp .suko-fv-header-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  padding: 8px 40px 8px 18px;
  border: 1px solid rgba(239, 211, 126, .78);
  border-radius: 15px;
  color: #fffdf5;
  background: linear-gradient(145deg, #108b56 0%, #005635 52%, #003b28 100%);
  box-shadow: 0 7px 0 rgba(0, 43, 28, .2), 0 11px 22px rgba(0, 43, 28, .2), inset 0 1px 0 rgba(255, 255, 255, .28);
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body.purchase-lp .suko-fv-header-cta::after {
  content: "›";
  position: absolute;
  margin-left: 228px;
  font-size: 2rem;
  line-height: 1;
}

body.purchase-lp .suko-fv-header-cta span {
  font-size: .84rem;
  font-weight: 700;
}

body.purchase-lp .suko-fv-header-cta strong {
  font-size: 1.08rem;
  letter-spacing: .06em;
}

body.purchase-lp .suko-fv-header-cta:hover,
body.purchase-lp .suko-fv-header-cta:focus-visible,
body.purchase-lp .suko-fv-button:hover,
body.purchase-lp .suko-fv-button:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

body.purchase-lp .purchase-hero {
  padding: 0 !important;
  color: #fffdf5;
  background: #002d20;
}

body.purchase-lp .suko-fv-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 38px 28px 30px;
  background:
    radial-gradient(circle at 8% 18%, rgba(110, 185, 121, .2) 0 2px, transparent 3px),
    radial-gradient(circle at 18% 7%, rgba(255, 225, 136, .75) 0 1px, transparent 2px),
    radial-gradient(circle at 72% 21%, rgba(255, 255, 255, .55) 0 1px, transparent 2px),
    radial-gradient(circle at 89% 13%, rgba(245, 205, 96, .72) 0 2px, transparent 3px),
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, .35) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 63%, rgba(230, 196, 95, .36) 0 1px, transparent 2px),
    radial-gradient(ellipse at 14% 70%, rgba(30, 111, 67, .76), transparent 42%),
    radial-gradient(ellipse at 74% 28%, rgba(16, 88, 54, .55), transparent 43%),
    linear-gradient(155deg, #001d16 0%, #003828 49%, #001a13 100%);
}

body.purchase-lp .suko-fv-stage::before,
body.purchase-lp .suko-fv-stage::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(219, 171, 62, .17);
  border-radius: 50%;
  pointer-events: none;
}

body.purchase-lp .suko-fv-stage::before {
  top: 130px;
  right: -238px;
}

body.purchase-lp .suko-fv-stage::after {
  top: 520px;
  left: -260px;
}

body.purchase-lp .suko-fv-ornament {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(690px, calc(100% - 130px));
  margin: 0 auto 18px;
  color: #e4b758;
}

body.purchase-lp .suko-fv-ornament::before,
body.purchase-lp .suko-fv-ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e2ae43 28%, #e2ae43 72%, transparent);
}

body.purchase-lp .suko-fv-ornament span {
  width: 30px;
  height: 22px;
  background: #e2ae43;
  clip-path: polygon(50% 0, 63% 38%, 100% 24%, 78% 58%, 100% 84%, 59% 72%, 50% 100%, 41% 72%, 0 84%, 22% 58%, 0 24%, 37% 38%);
}

body.purchase-lp .suko-fv-copy {
  position: relative;
  z-index: 4;
  width: min(710px, calc(100% - 110px));
  margin: 0 auto;
  padding-right: 26px;
  text-align: center;
}

body.purchase-lp .suko-fv-kicker {
  margin: 0 0 8px;
  color: #fff8e4;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(.96rem, 2.1vw, 1.25rem);
  font-weight: 700;
  letter-spacing: .06em;
}

body.purchase-lp .suko-fv-whisper {
  position: absolute;
  top: 112px;
  left: -74px;
  margin: 0;
  color: #fffaf0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.03rem;
  letter-spacing: .06em;
  line-height: 1.7;
  text-align: left;
  transform: rotate(-9deg);
}

body.purchase-lp .suko-fv-copy h1 {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .04em;
  text-shadow: 0 3px 16px rgba(0, 0, 0, .68);
}

body.purchase-lp .suko-fv-copy h1 span {
  display: block;
  font-size: clamp(2.7rem, 6.2vw, 4.05rem);
  line-height: 1.08;
}

body.purchase-lp .suko-fv-copy h1 strong {
  display: inline-block;
  margin: -3px 4px -1px;
  color: #fff6cb;
  font-size: clamp(5.5rem, 12vw, 8.8rem);
  font-weight: 500;
  line-height: .93;
  letter-spacing: -.06em;
  text-shadow: 0 0 8px #bf9036, 0 0 24px rgba(255, 226, 139, .8), 0 5px 16px rgba(0, 0, 0, .75);
}

body.purchase-lp .suko-fv-copy h1 b {
  display: inline-block;
  font-size: clamp(2.8rem, 6vw, 4.6rem);
  font-weight: 500;
}

body.purchase-lp .suko-fv-copy h1 em {
  display: block;
  margin-top: 2px;
  font-size: clamp(2.25rem, 5vw, 3.55rem);
  font-style: normal;
  line-height: 1.22;
}

body.purchase-lp .suko-fv-lead {
  display: inline-block;
  margin: 14px 0 0;
  padding: 8px 24px;
  border-top: 1px solid rgba(226, 174, 67, .72);
  border-bottom: 1px dotted rgba(226, 174, 67, .72);
  color: #f3cf81;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .98rem;
  line-height: 1.6;
}

body.purchase-lp .suko-fv-visual {
  position: relative;
  z-index: 2;
  height: 548px;
  margin: -8px 118px 8px -28px;
}

body.purchase-lp .suko-fv-woman,
body.purchase-lp .suko-fv-products {
  position: absolute;
  bottom: 0;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .28));
}

body.purchase-lp .suko-fv-woman {
  left: -8px;
  width: min(55%, 440px);
}

body.purchase-lp .suko-fv-products {
  right: 1%;
  z-index: 3;
  width: min(49%, 390px);
}

body.purchase-lp .suko-fv-benefits {
  position: absolute;
  top: 182px;
  right: 18px;
  z-index: 6;
  display: grid;
  gap: 8px;
  width: 130px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.purchase-lp .suko-fv-benefits li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 9px 5px;
  border: 2px solid #d9ad50;
  border-radius: 50%;
  color: #0d4e34;
  background: #fff9ec;
  box-shadow: 0 0 18px rgba(255, 222, 136, .52), inset 0 0 14px rgba(226, 174, 67, .14);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.32;
  text-align: center;
}

body.purchase-lp .suko-fv-benefits li > span {
  margin-bottom: 1px;
  color: #08603c;
  font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1;
}

body.purchase-lp .suko-fv-benefits li.is-program {
  color: #194530;
  background: linear-gradient(145deg, #fff9e8, #f3d780);
  font-size: .91rem;
}

body.purchase-lp .suko-fv-benefits li small {
  display: block;
  margin-bottom: 3px;
  font-size: .64rem;
  line-height: 1.2;
}

body.purchase-lp .suko-fv-check-card,
body.purchase-lp .suko-fv-offer {
  position: relative;
  z-index: 8;
  display: grid;
  align-items: center;
  width: 100%;
  border: 2px solid #d9ad50;
  color: #173f2d;
  background: #fffaf0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .2), inset 0 0 0 6px rgba(230, 194, 111, .11);
}

body.purchase-lp .suko-fv-check-card {
  grid-template-columns: 230px 1fr;
  gap: 22px;
  min-height: 190px;
  padding: 20px 42px 20px 26px;
  border-radius: 22px 22px 8px 8px;
}

body.purchase-lp .suko-fv-check-visual {
  position: relative;
  height: 145px;
}

body.purchase-lp .suko-fv-book,
body.purchase-lp .suko-fv-phone {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.purchase-lp .suko-fv-book {
  left: 12px;
  bottom: 1px;
  width: 108px;
  height: 136px;
  border: 2px solid #d7b35a;
  border-radius: 5px 12px 12px 5px;
  color: #e9d790;
  background: linear-gradient(145deg, #164c35, #042d20);
  box-shadow: -7px 8px 13px rgba(0, 0, 0, .18);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: .82rem;
  line-height: 1.55;
  transform: rotate(-5deg);
}

body.purchase-lp .suko-fv-phone {
  right: 14px;
  bottom: 0;
  width: 78px;
  height: 142px;
  border: 7px solid #282d2b;
  border-radius: 16px;
  color: #0b603c;
  background:
    linear-gradient(#dcefe5 0 16%, transparent 16%),
    repeating-linear-gradient(180deg, #fff 0 20px, #edf6f1 20px 40px);
  box-shadow: 5px 8px 13px rgba(0, 0, 0, .18);
  font-size: 1.45rem;
  font-weight: 900;
  transform: rotate(4deg);
}

body.purchase-lp .suko-fv-phone span {
  font-size: .65rem;
}

body.purchase-lp .suko-fv-check-card h2 {
  margin: 0 0 8px;
  color: #075236;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.7rem, 3.5vw, 2.35rem);
  font-weight: 500;
  line-height: 1.25;
}

body.purchase-lp .suko-fv-check-card h2 strong {
  color: #a75a2d;
}

body.purchase-lp .suko-fv-check-card p {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
}

body.purchase-lp .suko-fv-offer {
  grid-template-columns: 180px 1fr;
  min-height: 128px;
  margin-top: 10px;
  padding: 12px 44px 12px 22px;
  border-radius: 8px;
}

body.purchase-lp .suko-fv-discount {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-right: 1px solid rgba(190, 145, 55, .45);
  color: #8f5b22;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  line-height: .9;
  text-align: center;
}

body.purchase-lp .suko-fv-discount strong {
  font-size: 4rem;
  font-weight: 500;
}

body.purchase-lp .suko-fv-offer > div {
  padding-left: 34px;
}

body.purchase-lp .suko-fv-offer p {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.1rem;
  line-height: 1.25;
}

body.purchase-lp .suko-fv-offer > div > strong {
  display: block;
  color: #075236;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.6rem, 7.5vw, 5.2rem);
  font-weight: 500;
  line-height: 1;
}

body.purchase-lp .suko-fv-offer > div > strong small {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.05rem;
}

body.purchase-lp .suko-fv-actions {
  position: relative;
  z-index: 9;
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

body.purchase-lp .suko-fv-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  padding: 13px 46px 13px 20px;
  border: 2px solid #d9ad50;
  border-radius: 23px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 0 rgba(0, 31, 21, .38), 0 14px 24px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .28);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

body.purchase-lp .suko-fv-button.is-check {
  color: #fff;
  background: linear-gradient(145deg, #13925a, #005838 58%, #003825);
}

body.purchase-lp .suko-fv-button.is-products {
  color: #21432f;
  background: linear-gradient(145deg, #fffdf7, #f7e5b6);
}

body.purchase-lp .suko-fv-button span {
  font-size: .96rem;
}

body.purchase-lp .suko-fv-button strong {
  font-size: 1.45rem;
  letter-spacing: .04em;
}

body.purchase-lp .suko-fv-button b {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}

body.purchase-lp #products {
  scroll-margin-top: 100px;
}

@media (max-width: 760px) {
  body.purchase-lp .suko-fv-header {
    grid-template-columns: 88px 1fr;
    gap: 8px;
    min-height: 68px;
    padding: 5px 8px;
  }

  body.purchase-lp .suko-fv-brand {
    width: 84px;
    height: 58px;
  }

  body.purchase-lp .suko-fv-header-note {
    display: none;
  }

  body.purchase-lp .suko-fv-header-cta {
    min-height: 54px;
    padding: 7px 31px 7px 8px;
    border-radius: 12px;
    box-shadow: 0 4px 0 rgba(0, 43, 28, .2), 0 8px 15px rgba(0, 43, 28, .16);
  }

  body.purchase-lp .suko-fv-header-cta::after {
    right: 10px;
    margin-left: 0;
    font-size: 1.7rem;
  }

  body.purchase-lp .suko-fv-header-cta span {
    font-size: clamp(.62rem, 2.7vw, .76rem);
    white-space: nowrap !important;
  }

  body.purchase-lp .suko-fv-header-cta strong {
    font-size: clamp(.82rem, 3.4vw, 1rem);
    white-space: nowrap !important;
  }

  body.purchase-lp .suko-fv-stage {
    padding: 26px 12px 22px;
  }

  body.purchase-lp .suko-fv-ornament {
    width: calc(100% - 40px);
    margin-bottom: 13px;
  }

  body.purchase-lp .suko-fv-copy {
    width: 100%;
    padding: 0;
  }

  body.purchase-lp .suko-fv-kicker {
    font-size: clamp(.7rem, 3.3vw, .88rem);
    letter-spacing: .02em;
  }

  body.purchase-lp .suko-fv-whisper {
    top: 122px;
    left: 0;
    width: 62px;
    font-size: clamp(.54rem, 2.35vw, .66rem);
    line-height: 1.5;
  }

  body.purchase-lp .suko-fv-copy h1 span {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  body.purchase-lp .suko-fv-copy h1 strong {
    font-size: clamp(4.8rem, 26vw, 7.2rem);
  }

  body.purchase-lp .suko-fv-copy h1 b {
    font-size: clamp(2.15rem, 11vw, 3.1rem);
  }

  body.purchase-lp .suko-fv-copy h1 em {
    font-size: clamp(1.72rem, 8.8vw, 2.4rem);
    white-space: nowrap !important;
  }

  body.purchase-lp .suko-fv-lead {
    margin-top: 10px;
    padding: 6px 9px;
    font-size: clamp(.68rem, 3.15vw, .84rem);
  }

  body.purchase-lp .suko-fv-benefits {
    position: relative;
    top: auto;
    right: auto;
    z-index: 7;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    width: 100%;
    margin-top: 15px;
  }

  body.purchase-lp .suko-fv-benefits li {
    min-height: 76px;
    padding: 7px 2px;
    border-width: 1px;
    font-size: clamp(.58rem, 2.75vw, .72rem);
  }

  body.purchase-lp .suko-fv-benefits li > span {
    font-size: .92rem;
  }

  body.purchase-lp .suko-fv-benefits li.is-program {
    grid-column: 1 / -1;
    min-height: 46px;
    border-radius: 999px;
    font-size: .74rem;
  }

  body.purchase-lp .suko-fv-benefits li.is-program small {
    display: inline;
    margin-right: 5px;
    font-size: .59rem;
  }

  body.purchase-lp .suko-fv-visual {
    height: min(116vw, 490px);
    margin: -8px -12px 3px;
  }

  body.purchase-lp .suko-fv-woman {
    left: -8%;
    width: 70%;
  }

  body.purchase-lp .suko-fv-products {
    right: -1%;
    width: 59%;
  }

  body.purchase-lp .suko-fv-check-card {
    grid-template-columns: minmax(92px, 31%) 1fr;
    gap: 10px;
    min-height: 142px;
    padding: 12px 11px;
    border-radius: 15px 15px 6px 6px;
  }

  body.purchase-lp .suko-fv-check-visual {
    height: 112px;
  }

  body.purchase-lp .suko-fv-book {
    left: 0;
    width: 68px;
    height: 100px;
    font-size: .58rem;
  }

  body.purchase-lp .suko-fv-phone {
    right: 0;
    width: 48px;
    height: 104px;
    border-width: 4px;
    border-radius: 11px;
    font-size: .9rem;
  }

  body.purchase-lp .suko-fv-check-card h2 {
    margin-bottom: 6px;
    font-size: clamp(1.12rem, 5vw, 1.42rem);
    white-space: nowrap !important;
  }

  body.purchase-lp .suko-fv-check-card p {
    font-size: clamp(.64rem, 2.9vw, .78rem);
    line-height: 1.55;
  }

  body.purchase-lp .suko-fv-offer {
    grid-template-columns: 92px 1fr;
    min-height: 96px;
    padding: 8px 12px 8px 6px;
  }

  body.purchase-lp .suko-fv-discount {
    display: block;
    padding-top: 15px;
    font-size: .82rem;
  }

  body.purchase-lp .suko-fv-discount strong {
    font-size: 2.5rem;
  }

  body.purchase-lp .suko-fv-offer > div {
    padding-left: 12px;
  }

  body.purchase-lp .suko-fv-offer p {
    font-size: clamp(.66rem, 3vw, .8rem);
  }

  body.purchase-lp .suko-fv-offer > div > strong {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
    white-space: nowrap !important;
  }

  body.purchase-lp .suko-fv-offer > div > strong small {
    font-size: clamp(.58rem, 2.8vw, .72rem);
  }

  body.purchase-lp .suko-fv-actions {
    grid-template-columns: 1.45fr 1fr;
    gap: 7px;
    margin-top: 8px;
  }

  body.purchase-lp .suko-fv-button {
    min-height: 70px;
    padding: 9px 24px 9px 8px;
    border-width: 1px;
    border-radius: 17px;
    box-shadow: 0 5px 0 rgba(0, 31, 21, .34), 0 9px 16px rgba(0, 0, 0, .2);
  }

  body.purchase-lp .suko-fv-button span {
    font-size: clamp(.58rem, 2.65vw, .72rem);
    white-space: nowrap !important;
  }

  body.purchase-lp .suko-fv-button strong {
    font-size: clamp(.8rem, 3.7vw, 1.05rem);
    white-space: nowrap !important;
  }

  body.purchase-lp .suko-fv-button b {
    right: 8px;
    font-size: 1.8rem;
  }

  body.purchase-lp #products {
    scroll-margin-top: 78px;
  }
}

@media (max-width: 350px) {
  body.purchase-lp .suko-fv-copy h1 em {
    font-size: 1.55rem;
  }

  body.purchase-lp .suko-fv-check-card {
    grid-template-columns: 86px 1fr;
  }

  body.purchase-lp .suko-fv-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.purchase-lp .suko-fv-header-cta,
  body.purchase-lp .suko-fv-button {
    transition: none;
  }
}

/* Mobile polish: LP/FV画像・CTA・漫画のスマホ最適化 */
body.purchase-lp,
body.purchase-lp .purchase-page-shell,
body.purchase-lp .purchase-lp-main {
  max-width: 100%;
  overflow-x: hidden;
}

body.purchase-lp .purchase-hero-visual,
body.purchase-lp .purchase-full-image,
body.purchase-lp .purchase-comic-panel {
  max-width: 100%;
}

/*
 * v1.0.85 compact PC header CTA with reduced horizontal whitespace
 * Preserve the approved art direction while keeping the header and CTA
 * controls as accessible, measurable HTML instead of one large image.
 */
body.purchase-lp .suko-fv-header {
  position: sticky;
  top: 0;
  z-index: 80;
  display: block;
  width: min(920px, 100%);
  height: 74px;
  min-height: 74px;
  padding: 0;
  aspect-ratio: auto;
  border: 0;
  background: #fffaf2;
  box-shadow: none;
  container-type: inline-size;
}

body.purchase-lp .suko-fv-brand {
  position: absolute;
  inset: 0 auto 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 35.15625%;
  height: 100%;
  padding: 4px 0 4px 12px;
  overflow: hidden;
  border-radius: 0;
  box-sizing: border-box;
}

body.purchase-lp .suko-fv-brand img {
  width: auto;
  height: 92%;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: normal;
}

body.purchase-lp .suko-fv-header-title {
  position: absolute;
  top: 50%;
  left: 35.15625%;
  width: 22.65%;
  transform: translateY(-50%);
  color: #526a59;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(.58rem, 1.48cqw, .86rem);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .01em;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

body.purchase-lp .suko-fv-header-cta {
  position: absolute;
  top: 50%;
  right: 3.5%;
  bottom: auto;
  display: flex;
  width: 29%;
  height: 50px;
  min-height: 50px;
  padding: 3px 14px;
  transform: translateY(-50%);
  border: 1px solid #d8b457;
  border-radius: 17px;
  color: #fffdf5;
  background: linear-gradient(180deg, #07834d 0%, #00653c 48%, #00432d 100%);
  box-shadow: 0 4px 0 rgba(0, 43, 28, .3), 0 8px 16px rgba(0, 43, 28, .18), inset 0 1px 0 rgba(255, 255, 255, .24);
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(.72rem, 1.65cqw, .95rem);
  line-height: 1.18;
  letter-spacing: .01em;
}

body.purchase-lp .suko-fv-header-cta::after {
  display: none;
}

body.purchase-lp .suko-fv-header-cta span,
body.purchase-lp .suko-fv-header-cta strong {
  display: block;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  white-space: nowrap !important;
}

body.purchase-lp .suko-fv-stage.suko-fv-segmented {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  background: #002d20;
}

body.purchase-lp .suko-fv-stage.suko-fv-segmented::before,
body.purchase-lp .suko-fv-stage.suko-fv-segmented::after {
  display: none;
}

body.purchase-lp .suko-fv-segment {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

body.purchase-lp .suko-fv-segment img {
  width: 100%;
  height: auto;
}

body.purchase-lp .suko-fv-segment-check {
  position: relative;
  z-index: 2;
}

body.purchase-lp .suko-fv-segment-check {
  margin-top: -1px;
}

body.purchase-lp .suko-fv-segmented .suko-fv-actions {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.72fr 1fr;
  gap: 12px;
  min-height: clamp(54px, 12.5cqw, 115px);
  margin: -1px 0 0;
  padding: clamp(6px, 1.15cqw, 12px) clamp(16px, 4.3cqw, 44px) clamp(8px, 1.75cqw, 18px);
  background: #002d20;
  container-type: inline-size;
}

body.purchase-lp .suko-fv-segmented .suko-fv-button {
  min-height: 0;
  padding: 5px clamp(18px, 4.3cqw, 44px) 5px 8px;
  border: 2px solid #d9ad50;
  border-radius: clamp(12px, 2.2cqw, 23px);
  box-shadow: 0 clamp(3px, .7cqw, 7px) 0 rgba(0, 25, 17, .52), 0 10px 20px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .25);
  font-size: clamp(.68rem, 2.5cqw, 1.45rem);
  line-height: 1.28;
}

body.purchase-lp .suko-fv-segmented .suko-fv-button.is-check {
  background: linear-gradient(180deg, #0d9255 0%, #00613b 52%, #00422d 100%);
}

body.purchase-lp .suko-fv-segmented .suko-fv-button.is-products {
  color: #173d2b;
  background: linear-gradient(180deg, #fffdf8 0%, #fbf5e6 54%, #f6e4b5 100%);
}

body.purchase-lp .suko-fv-segmented .suko-fv-button span,
body.purchase-lp .suko-fv-segmented .suko-fv-button strong {
  display: block;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: .01em;
  white-space: nowrap !important;
}

body.purchase-lp .suko-fv-segmented .suko-fv-button.is-check span,
body.purchase-lp .suko-fv-segmented .suko-fv-button.is-check strong {
  font-weight: 700;
}

body.purchase-lp .suko-fv-segmented .suko-fv-button b {
  right: clamp(8px, 2cqw, 20px);
  font-size: clamp(1.4rem, 4cqw, 2.4rem);
}

@media (max-width: 760px) {
  body.purchase-lp .suko-fv-header {
    display: block;
    height: auto;
    min-height: 0;
    padding: 0;
    aspect-ratio: 1024 / 124;
  }

  body.purchase-lp .suko-fv-brand {
    width: 18.5%;
    height: 100%;
    padding: 2px 0 2px 5px;
  }

  body.purchase-lp .suko-fv-header-title {
    display: block;
    left: 18.5%;
    width: 38.25%;
    font-size: clamp(.44rem, 2.15cqw, .56rem);
    line-height: 1.35;
    letter-spacing: -.04em;
    white-space: nowrap;
  }

  body.purchase-lp .suko-fv-header-cta {
    top: 12.9%;
    right: 3.5%;
    bottom: 10.5%;
    width: 38.7%;
    height: auto;
    min-height: 0;
    padding: 2px 5px;
    transform: none;
    border-radius: clamp(8px, 1.7cqw, 17px);
    font-size: clamp(.68rem, 2.8cqw, .86rem);
  }

  body.purchase-lp .suko-fv-stage.suko-fv-segmented {
    padding: 0;
  }

  body.purchase-lp .suko-fv-segmented .suko-fv-actions,
  body.purchase-lp .suko-fv-segmented .suko-fv-actions {
    grid-template-columns: 1.72fr 1fr;
    gap: clamp(4px, 1.2cqw, 12px);
    margin-top: -1px;
  }

  body.purchase-lp .suko-fv-segmented .suko-fv-button {
    min-height: 0;
    padding: 3px clamp(14px, 4cqw, 40px) 3px 5px;
    border-width: 1px;
    font-size: clamp(.62rem, 2.5cqw, .78rem);
  }
}

@media (max-width: 350px) {
  body.purchase-lp .suko-fv-segmented .suko-fv-actions {
    grid-template-columns: 1.72fr 1fr;
  }
}

@media (max-width: 760px) {
  body.purchase-lp {
    background:
      radial-gradient(circle at 10% 0%, rgba(219,181,91,.18), transparent 16rem),
      linear-gradient(180deg, #08281d 0%, #103323 100%);
  }

  body.purchase-lp .purchase-lp-main {
    box-shadow: 0 22px 80px rgba(0, 0, 0, .34);
  }

  body.purchase-lp .purchase-hero {
    padding-bottom: 14px !important;
  }

  body.purchase-lp .purchase-hero-visual {
    margin-bottom: 10px;
    background: #071f18;
  }

  body.purchase-lp .purchase-hero-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  body.purchase-lp .purchase-hero-hotspot {
    border-radius: 20px;
  }

  body.purchase-lp .purchase-comic-stack {
    width: min(94vw, 620px);
    gap: 10px;
  }

  body.purchase-lp .purchase-comic-panel {
    border-radius: 14px;
  }

  body.purchase-lp .purchase-image-section-title {
    margin: 0 0 20px;
    padding-inline: 4px;
    font-size: clamp(1.44rem, 6.8vw, 1.86rem);
    line-height: 1.26;
    letter-spacing: .01em;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  body.purchase-lp .purchase-image-section-title span {
    display: block;
  }

  body.purchase-lp .purchase-section-head h2,
  body.purchase-lp .purchase-final h2,
  body.purchase-lp .purchase-faq h2 {
    font-size: clamp(1.62rem, 7vw, 2.25rem);
    line-height: 1.32;
    letter-spacing: .02em;
  }

  body.purchase-lp .purchase-section-head span,
  body.purchase-lp .purchase-cta-label,
  body.purchase-lp .purchase-cta-note,
  body.purchase-lp .purchase-product-card p,
  body.purchase-lp .purchase-faq p {
    font-size: clamp(.82rem, 3.45vw, .96rem);
    line-height: 1.72;
  }

  body.purchase-lp .purchase-cta-panel {
    margin-left: 10px;
    margin-right: 10px;
  }

  body.purchase-lp .purchase-text-button,
  body.purchase-lp .purchase-card-button,
  body.purchase-lp .purchase-sticky-link {
    letter-spacing: .01em;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  body.purchase-lp .purchase-product-card {
    gap: 18px;
    padding: 18px;
    border-radius: 24px;
  }

  body.purchase-lp .purchase-product-card h3 {
    font-size: clamp(1.65rem, 7vw, 2.15rem);
    line-height: 1.24;
  }

  body.purchase-lp .purchase-price {
    font-size: clamp(1.58rem, 7vw, 2.15rem);
  }

  body.purchase-lp .purchase-full-image,
  body.purchase-lp .purchase-two-column figure,
  body.purchase-lp .purchase-image-stack figure,
  body.purchase-lp .purchase-voice-grid figure,
  body.purchase-lp .purchase-product-photo-strip figure {
    border-radius: 18px;
  }

  body.purchase-lp .purchase-sticky {
    width: min(100% - 18px, 520px);
    bottom: calc(8px + env(safe-area-inset-bottom));
    padding: 6px;
    border-radius: 18px;
  }
}

@media (max-width: 430px) {
  body.purchase-lp .purchase-lp-main section {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.purchase-lp .purchase-comic-stack {
    width: min(92vw, 380px);
  }

  body.purchase-lp .purchase-cta-panel {
    padding: 17px 12px 15px;
    border-radius: 20px;
  }

  body.purchase-lp .purchase-text-button,
  body.purchase-lp .purchase-card-button {
    min-height: 48px;
    padding-inline: 12px;
  }

  body.purchase-lp .purchase-sticky-link {
    min-height: 36px;
    padding: 7px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .purchase-button,
  .purchase-image-button,
  .purchase-text-button,
  .purchase-card-button,
  .purchase-sticky-link,
  .purchase-sticky {
    transition: none;
  }

  .purchase-hero-hotspot::after,
  .purchase-text-button::before,
  .purchase-card-button::before,
  .purchase-sticky-link::before {
    animation: none;
    opacity: 0;
  }
}

/* Keep the requested mobile CTA copy to its explicit two-line break. */
@media (max-width: 760px) {
  body.purchase-lp .purchase-text-button.is-roadmap > span,
  body.purchase-lp .purchase-text-button.is-line > span {
    display: inline-block !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

/*
 * v1.0.40 LP mobile centering guard
 * すこやかLPの画像・漫画・CTAがスマホ幅で左右に寄らないよう最終補正。
 */
@media (max-width: 760px) {
  html,
  body.purchase-lp {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  body.purchase-lp .purchase-page-shell,
  body.purchase-lp .purchase-lp-main,
  body.purchase-lp .purchase-lp-main section {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow-x: hidden !important;
  }

  body.purchase-lp .purchase-section-inner,
  body.purchase-lp .purchase-hero-inner,
  body.purchase-lp .purchase-section-head,
  body.purchase-lp .purchase-product-grid,
  body.purchase-lp .purchase-price-panel,
  body.purchase-lp .purchase-faq-list {
    width: min(calc(100% - 24px), 430px) !important;
    max-width: 430px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.purchase-lp .purchase-hero,
  body.purchase-lp .purchase-two-column,
  body.purchase-lp .purchase-product-grid,
  body.purchase-lp .purchase-voice-grid,
  body.purchase-lp .purchase-reason-grid,
  body.purchase-lp .purchase-price-list {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }

  body.purchase-lp .purchase-hero-visual,
  body.purchase-lp .purchase-full-image,
  body.purchase-lp .purchase-comic-stack,
  body.purchase-lp .purchase-comic-panel,
  body.purchase-lp .purchase-cta-panel,
  body.purchase-lp .purchase-product-card,
  body.purchase-lp .purchase-faq-item {
    width: min(calc(100% - 24px), 420px) !important;
    max-width: 420px !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body.purchase-lp .purchase-hero-visual img,
  body.purchase-lp .purchase-full-image img,
  body.purchase-lp .purchase-comic-panel img,
  body.purchase-lp .purchase-product-card img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-right: auto !important;
    margin-left: auto !important;
    object-fit: contain !important;
  }

  body.purchase-lp .purchase-sticky {
    left: 50% !important;
    right: auto !important;
    width: min(calc(100% - 18px), 420px) !important;
    max-width: 420px !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 430px) {
  body.purchase-lp .purchase-section-inner,
  body.purchase-lp .purchase-hero-inner,
  body.purchase-lp .purchase-section-head,
  body.purchase-lp .purchase-product-grid,
  body.purchase-lp .purchase-price-panel,
  body.purchase-lp .purchase-faq-list,
  body.purchase-lp .purchase-hero-visual,
  body.purchase-lp .purchase-full-image,
  body.purchase-lp .purchase-comic-stack,
  body.purchase-lp .purchase-comic-panel,
  body.purchase-lp .purchase-cta-panel,
  body.purchase-lp .purchase-product-card,
  body.purchase-lp .purchase-faq-item {
    width: min(calc(100% - 20px), 390px) !important;
    max-width: 390px !important;
  }
}

/*
 * v1.0.41 LP mobile text/photo guard
 * LP内の長い見出し・CTA・商品写真がスマホで切れたり片寄ったりしないよう補正。
 */
@media (max-width: 760px) {
  body.purchase-lp h1,
  body.purchase-lp h2,
  body.purchase-lp h3,
  body.purchase-lp p,
  body.purchase-lp li,
  body.purchase-lp a,
  body.purchase-lp span {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
    hyphens: none !important;
  }

  body.purchase-lp .purchase-hero-title,
  body.purchase-lp .purchase-section-title,
  body.purchase-lp .purchase-final-title {
    font-size: clamp(28px, 8.2vw, 38px) !important;
    line-height: 1.48 !important;
    letter-spacing: .02em !important;
    text-align: left !important;
  }

  body.purchase-lp .purchase-product-card,
  body.purchase-lp .purchase-price-panel,
  body.purchase-lp .purchase-cta-panel {
    overflow: visible !important;
  }

  body.purchase-lp .purchase-product-card img,
  body.purchase-lp .purchase-product-image img,
  body.purchase-lp .purchase-price-panel img,
  body.purchase-lp .purchase-hero-visual img,
  body.purchase-lp .purchase-full-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  body.purchase-lp .purchase-text-button,
  body.purchase-lp .purchase-card-button,
  body.purchase-lp .purchase-sticky-link {
    white-space: normal !important;
    line-height: 1.35 !important;
  }
}

/*
 * v1.0.82 sticky-header guard.
 * The older mobile centering rules used overflow-x:hidden, which computes an
 * independent vertical scrolling ancestor and disables position:sticky.
 * Keep horizontal clipping without creating that scrolling ancestor.
 */
html,
body.purchase-lp,
body.purchase-lp .purchase-page-shell {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

/* v1.0.87: keep every Sukoyaka CTA visibly illuminated. */
@keyframes suko-cta-glow-pulse {
  0%,
  100% {
    filter: brightness(1) saturate(1) drop-shadow(0 0 2px rgba(255, 213, 112, .32));
  }
  50% {
    filter: brightness(1.12) saturate(1.08) drop-shadow(0 0 12px rgba(255, 222, 137, .9));
  }
}

@keyframes suko-cta-light-sweep {
  0%,
  42% {
    opacity: 0;
    transform: translateX(-125%) skewX(-14deg);
  }
  52% {
    opacity: .82;
  }
  72%,
  100% {
    opacity: 0;
    transform: translateX(125%) skewX(-14deg);
  }
}

body.purchase-lp .suko-fv-header-cta,
body.purchase-lp .suko-fv-button,
body.purchase-lp .purchase-text-button,
body.purchase-lp .purchase-card-button,
body.purchase-lp .purchase-sticky-link {
  animation: suko-cta-glow-pulse 2.4s ease-in-out infinite;
}

body.purchase-lp .suko-fv-header-cta,
body.purchase-lp .suko-fv-button {
  isolation: isolate;
  overflow: hidden;
}

body.purchase-lp .suko-fv-header-cta::before,
body.purchase-lp .suko-fv-button::before {
  content: "";
  position: absolute;
  inset: -45% -60%;
  z-index: 1;
  background: linear-gradient(110deg, transparent 37%, rgba(255, 255, 255, .76) 48%, rgba(255, 222, 128, .62) 54%, transparent 65%);
  opacity: 0;
  transform: translateX(-125%) skewX(-14deg);
  animation: suko-cta-light-sweep 2.8s ease-in-out infinite;
  pointer-events: none;
}

body.purchase-lp .suko-fv-button.is-products::before {
  background: linear-gradient(110deg, transparent 36%, rgba(255, 255, 255, .96) 48%, rgba(219, 171, 62, .56) 54%, transparent 66%);
}

body.purchase-lp .suko-fv-header-cta span,
body.purchase-lp .suko-fv-header-cta strong,
body.purchase-lp .suko-fv-button span,
body.purchase-lp .suko-fv-button strong {
  position: relative;
  z-index: 2;
}

body.purchase-lp .suko-fv-button b {
  position: absolute;
  z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
  body.purchase-lp .suko-fv-header-cta,
  body.purchase-lp .suko-fv-button,
  body.purchase-lp .purchase-text-button,
  body.purchase-lp .purchase-card-button,
  body.purchase-lp .purchase-sticky-link {
    animation: none !important;
    filter: brightness(1.05) drop-shadow(0 0 5px rgba(255, 222, 137, .72));
  }

  body.purchase-lp .suko-fv-header-cta::before,
  body.purchase-lp .suko-fv-button::before {
    animation: none !important;
    opacity: .16;
    transform: translateX(0) skewX(-14deg);
  }
}

/*
 * v1.0.101: diagnosis-only conversion path.
 * Product selection and price panels were removed from the LP, so each
 * remaining 60-second check CTA occupies one centered column.
 */
body.purchase-lp .suko-fv-segmented .suko-fv-actions,
body.purchase-lp .purchase-cta-actions {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
}

body.purchase-lp .suko-fv-segmented .suko-fv-button.is-check {
  width: min(100%, 640px);
  justify-self: center;
}

body.purchase-lp .purchase-cta-actions .purchase-text-button.is-roadmap {
  width: min(100%, 600px);
}

body.purchase-lp .purchase-sticky {
  width: min(520px, calc(100% - 20px));
  justify-content: center;
}

body.purchase-lp .purchase-sticky-link.is-roadmap {
  width: 100%;
  flex: 1 1 100%;
}

@media (max-width: 760px) {
  body.purchase-lp .suko-fv-segmented .suko-fv-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  body.purchase-lp .suko-fv-segmented .suko-fv-button.is-check {
    width: min(78%, 420px);
  }
}
