:root {
  --paper: #fff4f3;
  --white: #fffafa;
  --ink: #3f302d;
  --muted: #806b66;
  --line: #2fbd5b;
  --line-dark: #1e9d46;
  --coral: #e85f69;
  --coral-soft: #fff0ef;
  --gold: #d8aa55;
  --sand: #f6dfd6;
  --border: #f0d5cc;
  --shadow: 0 18px 50px rgba(183, 86, 82, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 2%, rgba(255, 255, 255, 0.98), transparent 28rem),
    radial-gradient(circle at 86% 18%, rgba(232, 95, 105, 0.12), transparent 22rem),
    linear-gradient(180deg, #fffafa 0%, var(--paper) 58%, #fff 100%);
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.85;
  letter-spacing: 0;
  overflow-x: hidden;
  text-align: center;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(240, 213, 204, 0.9);
  border-radius: 8px;
  background: rgba(255, 250, 250, 0.88);
  box-shadow: 0 10px 35px rgba(183, 86, 82, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-align: left;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--coral);
  color: var(--coral);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 24px;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand small {
  margin-top: -5px;
  color: var(--muted);
  font-size: 10px;
}

.nav {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.section-pad {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.68fr);
  gap: 46px;
  align-items: start;
  min-height: auto;
  padding-top: 34px;
}

.hero-poster-section {
  width: min(752px, 100%);
  padding-top: 0;
  padding-bottom: 18px;
}

.hero-poster {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffafa;
  box-shadow: var(--shadow);
}

.hero-poster img {
  width: 100%;
  height: auto;
}

.app-section {
  padding-top: 4px;
  padding-bottom: 26px;
}

.area-label,
.eyebrow {
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: 500;
  line-height: 1.45;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(34px, 3.8vw, 52px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3.2vw, 44px);
}

h3 {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.55;
}

.lead {
  max-width: 680px;
  color: var(--muted);
  font-size: 16px;
}

.strong-lead {
  color: var(--ink);
  font-size: 21px;
  font-weight: 800;
}

.hero-message {
  padding-bottom: 22px;
}

.hero-tagline {
  color: var(--coral);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 700;
  line-height: 1.65;
}

.hero-info {
  display: grid;
  gap: 16px;
  max-width: 650px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 250, 250, 0.92);
  box-shadow: var(--shadow);
  text-align: center;
}

.hero-info .campaign {
  margin: 0;
  box-shadow: none;
}

.hero-info .line-button {
  width: 100%;
}

.app-strip {
  max-width: 650px;
  margin-inline: auto;
  padding: 12px 14px 11px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 12%, rgba(232, 95, 105, 0.1), transparent 110px),
    rgba(255, 250, 250, 0.9);
  box-shadow: 0 12px 28px rgba(183, 86, 82, 0.08);
}

.app-strip p {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.app-strip small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
}

.app-logo-grid.real-logos {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 7px;
}

.app-logo-grid.real-logos img {
  width: 100%;
  aspect-ratio: 1;
  padding: 5px;
  border: 1px solid rgba(240, 213, 204, 0.9);
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 7px 14px rgba(183, 86, 82, 0.08);
}

.copy-block {
  max-width: 720px;
  color: var(--muted);
  font-size: 16px;
}

.copy-block p:last-child,
.text-panel p:last-child,
.check-panel p:last-child,
.plan-copy p:last-child {
  margin-bottom: 0;
}

.campaign {
  display: grid;
  gap: 4px;
  max-width: 620px;
  margin: 22px 0 22px;
  padding: 16px 20px;
  border: 1px solid rgba(214, 181, 125, 0.7);
  border-radius: 8px;
  background: linear-gradient(180deg, #fffafa, #fff0ef);
  box-shadow: 0 14px 35px rgba(183, 86, 82, 0.1);
}

.campaign span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
}

.campaign strong {
  font-size: 22px;
}

.campaign b {
  color: var(--gold);
  font-size: 16px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 22px;
}

.line-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 8px;
  font-weight: 800;
}

.line-button {
  position: relative;
  overflow: hidden;
  gap: 12px;
  color: #fff;
  background: linear-gradient(180deg, var(--line), var(--line-dark));
  box-shadow: 0 12px 28px rgba(47, 189, 91, 0.24);
}

.line-button::after {
  position: absolute;
  inset: -45% auto -45% -90%;
  width: 54%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.3) 58%, transparent 74%);
  transform: skewX(-18deg);
  animation: line-shine 6s cubic-bezier(0.22, 0.78, 0.28, 1) infinite;
  content: "";
  pointer-events: none;
}

.line-button > * {
  position: relative;
  z-index: 1;
}

.line-button span {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: var(--line);
  background: #fff;
  font-size: 11px;
  font-weight: 900;
}

@keyframes line-shine {
  0%,
  50% {
    left: -90%;
  }

  76% {
    left: 122%;
  }

  100% {
    left: 122%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .line-button::after {
    animation: none;
  }
}

.line-button.small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
}

.line-button.small span {
  width: 24px;
  height: 24px;
  font-size: 9px;
}

.line-button.large {
  min-height: 66px;
  padding-inline: 42px;
  font-size: 18px;
}

.ghost-button {
  min-width: 240px;
  border: 1px solid rgba(216, 170, 85, 0.7);
  background: rgba(255, 250, 250, 0.72);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 670px;
}

.trust-row div {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 250, 250, 0.75);
}

.trust-row b,
.trust-row small {
  display: block;
}

.trust-row small {
  color: var(--muted);
  font-size: 12px;
}

.hero-visual {
  position: relative;
  justify-self: center;
  width: min(100%, 430px);
  position: sticky;
  top: 120px;
}

.hero-visual::before {
  position: absolute;
  inset: 12% -11% auto auto;
  z-index: -1;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: rgba(214, 181, 125, 0.2);
  content: "";
  filter: blur(38px);
}

.hero-visual img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 44px;
  box-shadow: var(--shadow);
}

.hero-visual p {
  position: absolute;
  right: -24px;
  bottom: 28px;
  max-width: 210px;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 250, 250, 0.92);
  box-shadow: var(--shadow);
  color: var(--coral);
  font-family: "Hiragino Mincho ProN", serif;
  font-weight: 700;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head.narrow {
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
}

.section-head p {
  color: var(--muted);
}

.problem-section.section-pad {
  position: relative;
  width: min(100%, 560px);
  margin: 34px auto 42px;
  padding-top: 28px;
}

.problem-card {
  position: relative;
  width: 100%;
}

.problem-main-ribbon {
  position: absolute;
  top: -18px;
  left: -10px;
  right: -10px;
  z-index: 2;
  padding: 13px 28px;
  clip-path: polygon(0 15%, 100% 0, 95% 50%, 100% 100%, 0 85%, 5% 50%);
  color: #fff;
  background: linear-gradient(90deg, #e85f69, #ee8d97);
  box-shadow: 0 10px 22px rgba(232, 95, 105, 0.24);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.35;
  transform: rotate(-2deg);
  text-align: center;
}

.problem-card-content {
  position: relative;
  overflow: hidden;
  padding: 68px 28px 34px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(232, 95, 105, 0.12), transparent 150px),
    linear-gradient(180deg, #fffafa, #fdf8f5);
  box-shadow: var(--shadow);
}

.problem-card-content::before {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(228, 211, 197, 0.78);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.problem-description-area,
.problem-visual-compare,
.problem-divider,
.problem-sub-ribbon-wrap,
.problem-quote-wrap {
  position: relative;
  z-index: 1;
}

.problem-description-area {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.85;
}

.problem-description-area p {
  margin-bottom: 4px;
}

.problem-text-highlight {
  color: var(--coral);
}

.problem-visual-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  max-width: 420px;
  margin: 0 auto 4px;
}

.problem-mini-card {
  display: grid;
  gap: 5px;
  justify-items: center;
  min-height: 124px;
  padding: 13px 10px 12px;
  border: 1px solid rgba(232, 95, 105, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 22px rgba(183, 86, 82, 0.08);
}

.problem-mini-card.natural {
  border-color: rgba(216, 170, 85, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 250, 239, 0.72));
}

.mini-photo-icon {
  position: relative;
  display: block;
  width: 56px;
  height: 48px;
  border: 2px solid currentColor;
  border-radius: 8px;
  color: var(--coral);
  background: #fffafa;
}

.mini-photo-icon::before {
  position: absolute;
  left: 11px;
  top: 10px;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.mini-photo-icon::after {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 8px;
  height: 14px;
  border-radius: 50% 50% 5px 5px;
  background: currentColor;
  content: "";
  opacity: 0.72;
}

.too-much .mini-photo-icon {
  transform: rotate(-4deg);
}

.too-much .mini-photo-icon::before {
  border-radius: 0;
}

.natural .mini-photo-icon {
  color: var(--gold);
  transform: rotate(3deg);
}

.natural .mini-photo-icon::before {
  left: 18px;
}

.problem-mini-card strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
}

.problem-mini-card small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
}

.problem-mini-card.natural strong,
.problem-mini-card.natural small {
  color: var(--coral);
}

.compare-arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: var(--coral);
  box-shadow: 0 8px 16px rgba(232, 95, 105, 0.24);
  font-size: 20px;
  font-weight: 900;
}

.problem-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
  color: var(--coral);
}

.problem-divider::before,
.problem-divider::after {
  flex: 1;
  border-top: 2px dotted rgba(232, 95, 105, 0.58);
  content: "";
}

.problem-divider span {
  margin: 0 14px;
  font-size: 18px;
}

.problem-divider.bottom {
  margin: 34px 0 0;
}

.problem-sub-ribbon-wrap {
  margin-bottom: 20px;
}

.problem-sub-ribbon {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 32px;
  color: #fff;
  background: var(--coral);
  font-weight: 900;
  line-height: 1.45;
}

.problem-sub-ribbon::before,
.problem-sub-ribbon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  background: inherit;
  content: "";
}

.problem-sub-ribbon::before {
  left: -10px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 50%, 0 0);
}

.problem-sub-ribbon::after {
  right: -10px;
  clip-path: polygon(0 0, 0 100%, 100% 100%, 50% 50%, 100% 0);
}

.problem-sparkle {
  position: absolute;
  top: -12px;
  color: var(--coral);
  font-size: 20px;
  font-weight: 900;
}

.problem-sparkle.left {
  left: 14%;
  transform: rotate(-16deg);
}

.problem-sparkle.right {
  right: 14%;
  transform: rotate(16deg);
}

.problem-quote-wrap {
  max-width: 430px;
  margin: 0 auto;
  padding: 0 16px;
}

.problem-quote-box {
  position: relative;
  padding: 30px 18px;
  border-radius: 8px;
  background: rgba(232, 95, 105, 0.13);
  color: var(--coral);
  font-weight: 900;
}

.problem-quote-box p {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.5;
}

.problem-quote-box p:last-child {
  margin-bottom: 0;
  font-size: 30px;
}

.problem-quote-box span {
  font-size: 48px;
  line-height: 0.7;
  vertical-align: -0.08em;
}

.problem-quote-mark {
  position: absolute;
  z-index: 2;
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 60px;
  line-height: 1;
  opacity: 0.78;
}

.problem-quote-mark.left {
  top: -14px;
  left: 20px;
}

.problem-quote-mark.right {
  right: 18px;
  bottom: -30px;
}

.problem-decoration {
  position: absolute;
  color: var(--gold);
  font-size: 25px;
}

.problem-decoration.top {
  top: -19px;
  right: 4px;
  color: var(--coral);
}

.problem-decoration.bottom {
  left: 0;
  bottom: -12px;
}

.pain.section-pad {
  width: min(760px, calc(100% - 32px));
  padding-top: 22px;
}

.worry-card {
  position: relative;
  overflow: hidden;
  padding: 56px 30px 34px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 5% 2%, rgba(216, 170, 85, 0.14), transparent 170px),
    radial-gradient(circle at 96% 8%, rgba(232, 95, 105, 0.12), transparent 170px),
    linear-gradient(180deg, #fffafa, #fdf8f5 68%, #fffafa);
  box-shadow: var(--shadow);
}

.worry-main-ribbon {
  position: relative;
  z-index: 2;
  width: min(660px, 100%);
  margin: 0 auto 30px;
  padding: 16px 42px;
  clip-path: polygon(0 15%, 100% 0, 95% 50%, 100% 100%, 0 85%, 5% 50%);
  color: #fff;
  background: linear-gradient(90deg, #e85f69, #ee8d97);
  box-shadow: 0 16px 30px rgba(232, 95, 105, 0.22);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.35;
  transform: rotate(-2deg);
}

.worry-decor {
  position: absolute;
  pointer-events: none;
}

.worry-decor.camera {
  top: 46px;
  right: 58px;
  width: 50px;
  height: 36px;
  border: 3px solid var(--coral);
  border-radius: 8px;
  transform: rotate(10deg);
}

.worry-decor.camera::before {
  position: absolute;
  top: -11px;
  left: 10px;
  width: 17px;
  height: 9px;
  border: 3px solid var(--coral);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
}

.worry-decor.camera::after {
  position: absolute;
  inset: 8px 16px;
  border: 3px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.worry-decor.heart {
  top: 108px;
  right: 35px;
  width: 32px;
  height: 32px;
  border-right: 3px solid var(--coral);
  border-bottom: 3px solid var(--coral);
  transform: rotate(45deg);
}

.worry-decor.heart::before,
.worry-decor.heart::after {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 3px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.worry-decor.heart::before {
  left: -17px;
  top: 6px;
  border-right: 0;
}

.worry-decor.heart::after {
  left: 6px;
  top: -17px;
  border-bottom: 0;
}

.worry-list-card,
.worry-cta {
  position: relative;
  z-index: 1;
  border: 2px solid rgba(216, 170, 85, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(183, 86, 82, 0.08);
}

.worry-list-card {
  padding: 26px 36px;
}

.worry-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.worry-list li {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  min-height: 96px;
  border-bottom: 2px dotted rgba(232, 95, 105, 0.7);
}

.worry-list li:last-child {
  border-bottom: 0;
}

.worry-list p {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  white-space: nowrap;
}

.worry-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffe4e7;
}

.worry-icon::before {
  color: var(--coral);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.worry-icon.person::before {
  content: "♙";
}

.worry-icon.id::before {
  content: "▣";
}

.worry-icon.mirror::before {
  content: "◉";
}

.worry-icon.cutout::before {
  content: "✂";
}

.worry-icon.face::before {
  content: "☺";
}

.worry-sparkle {
  position: absolute;
  right: 36px;
  bottom: 28px;
  color: var(--gold);
  font-size: 34px;
}

.worry-transition-ribbon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  margin: 32px auto 12px;
  padding: 8px 28px;
  border: 2px solid rgba(232, 95, 105, 0.34);
  border-radius: 999px;
  color: var(--coral);
  background: rgba(255, 250, 250, 0.92);
  box-shadow: 0 8px 18px rgba(183, 86, 82, 0.08);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
}

.worry-transition-ribbon::after {
  position: absolute;
  left: 50%;
  bottom: -17px;
  width: 2px;
  height: 16px;
  background: linear-gradient(180deg, var(--coral), rgba(232, 95, 105, 0));
  content: "";
}

.solution-ribbon {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100% - 48px));
  margin: 16px auto 24px;
  padding: 16px 28px;
  border: 2px solid rgba(232, 95, 105, 0.45);
  border-radius: 8px;
  color: var(--coral);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 242, 0.94));
  box-shadow: 0 14px 28px rgba(183, 86, 82, 0.11);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.35;
}

.solution-ribbon::before,
.solution-ribbon::after {
  position: absolute;
  top: 50%;
  width: 42px;
  border-top: 3px solid rgba(232, 95, 105, 0.58);
  content: "";
}

.solution-ribbon::before {
  left: -24px;
  transform: translateY(-50%) rotate(12deg);
}

.solution-ribbon::after {
  right: -24px;
  transform: translateY(-50%) rotate(-12deg);
}

.worry-cta {
  overflow: hidden;
  padding: 52px 28px 34px;
  background:
    radial-gradient(circle at 50% -20%, rgba(255, 255, 255, 0.98), transparent 230px),
    linear-gradient(180deg, #fffafa, #fff4f3);
}

.worry-cta::before {
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(216, 170, 85, 0.6);
  border-radius: 6px;
  content: "";
}

.worry-cta-ribbon {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 320px;
  margin-bottom: 22px;
  padding: 10px 44px;
  clip-path: polygon(0 25%, 14% 25%, 14% 0, 86% 0, 86% 25%, 100% 25%, 90% 78%, 10% 78%);
  color: #fff;
  background: linear-gradient(90deg, #e85f69, #ee8d97);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.3;
}

.worry-highlight {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
  color: var(--coral);
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-shadow: 0 3px 0 rgba(214, 181, 125, 0.18);
  white-space: nowrap;
}

.worry-highlight::after {
  display: block;
  width: min(520px, 86%);
  height: 10px;
  margin: -8px auto 0;
  border-radius: 999px;
  background: rgba(216, 170, 85, 0.25);
  content: "";
}

.worry-action {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}

.worry-action::after {
  display: block;
  width: min(420px, 80%);
  height: 4px;
  margin: 8px auto 0;
  border-radius: 999px;
  background: var(--coral);
  content: "";
  opacity: 0.75;
}

.benefit-badges {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.benefit-badge {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 172px;
  padding: 20px 12px 18px;
  border: 2px solid rgba(216, 170, 85, 0.82);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 255, 255, 0.92), transparent 74px),
    rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 5px rgba(255, 250, 250, 0.75);
}

.benefit-badge::before,
.benefit-badge::after {
  position: absolute;
  bottom: 13px;
  width: 28px;
  height: 44px;
  border-bottom: 3px solid var(--gold);
  content: "";
}

.benefit-badge::before {
  left: 14px;
  border-left: 3px solid var(--gold);
  border-radius: 0 0 0 42px;
  transform: rotate(-20deg);
}

.benefit-badge::after {
  right: 14px;
  border-right: 3px solid var(--gold);
  border-radius: 0 0 42px 0;
  transform: rotate(20deg);
}

.benefit-icon {
  position: relative;
  display: block;
  width: 42px;
  height: 38px;
  margin-bottom: 8px;
  color: var(--gold);
}

.benefit-icon::before {
  display: block;
  color: var(--gold);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.benefit-icon.crown::before {
  content: "♛";
}

.benefit-icon.people::before {
  content: "♟";
}

.benefit-icon.stars::before {
  content: "★";
}

.benefit-badge p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.benefit-badge strong {
  color: var(--coral);
  font-size: 21px;
}

.worry-cta-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.worry-cta-decor.heart-left {
  left: 48px;
  bottom: 38px;
  width: 34px;
  height: 34px;
  border-right: 3px solid var(--coral);
  border-bottom: 3px solid var(--coral);
  transform: rotate(45deg);
}

.worry-cta-decor.heart-left::before,
.worry-cta-decor.heart-left::after {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.worry-cta-decor.heart-left::before {
  left: -18px;
  top: 7px;
  border-right: 0;
}

.worry-cta-decor.heart-left::after {
  left: 7px;
  top: -18px;
  border-bottom: 0;
}

.worry-cta-decor.camera-right {
  right: 46px;
  bottom: 40px;
  width: 48px;
  height: 34px;
  border: 3px solid var(--coral);
  border-radius: 8px;
}

.worry-cta-decor.camera-right::before {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 16px;
  height: 8px;
  border: 3px solid var(--coral);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
}

.worry-cta-decor.camera-right::after {
  position: absolute;
  inset: 8px 15px;
  border: 3px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.quote-box,
.price-card,
.text-panel,
.check-panel {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 250, 250, 0.9);
  box-shadow: var(--shadow);
}

.text-panel,
.check-panel {
  max-width: 820px;
  margin: 0 auto;
  padding: 34px;
  color: var(--muted);
  font-size: 17px;
}

.text-panel p,
.check-panel p,
.future-panel p {
  margin-bottom: 9px;
}

.highlight-line {
  color: var(--coral);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  font-size: clamp(22px, 2.5vw, 31px);
  font-weight: 700;
  line-height: 1.65;
}

.quote-box {
  max-width: 850px;
  margin: 0 auto;
  padding: 34px;
  text-align: center;
}

.quote-box span,
.quote-box strong {
  display: block;
}

.quote-box strong {
  margin: 8px 0 12px;
  color: var(--coral);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 600;
}

.pain-grid,
.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pain-grid article,
.reason-grid article,
.result-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(183, 86, 82, 0.09);
}

.pain-grid article {
  min-height: 112px;
  padding: 22px;
  font-weight: 700;
}

.pain-grid article:nth-child(4),
.pain-grid article:nth-child(5) {
  grid-column: span 1;
}

.center-message {
  max-width: 850px;
  margin: 34px auto 0;
  text-align: center;
  font-size: 19px;
}

.center-message strong {
  color: var(--coral);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 16px 18px 16px 46px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fffafa;
  color: var(--ink);
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  left: 18px;
  top: 18px;
  color: var(--coral);
  content: "✓";
  font-weight: 900;
}

.why {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.55fr);
  gap: 42px;
  align-items: center;
}

.why-copy p {
  color: var(--muted);
  font-size: 17px;
}

.why-copy strong {
  color: var(--ink);
}

.reasons.section-pad {
  width: min(760px, calc(100% - 32px));
  padding-top: 34px;
}

.reason-card-section {
  position: relative;
  overflow: hidden;
  padding: 34px 28px 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 2% 5%, rgba(216, 170, 85, 0.14), transparent 160px),
    radial-gradient(circle at 95% 5%, rgba(232, 95, 105, 0.12), transparent 160px),
    linear-gradient(180deg, #fffafa, #fdf8f5 70%, #fffafa);
  box-shadow: var(--shadow);
}

.reason-main-ribbon {
  position: relative;
  z-index: 2;
  width: min(560px, 100%);
  margin: 0 auto 22px;
  padding: 13px 36px;
  clip-path: polygon(0 14%, 100% 0, 95% 50%, 100% 100%, 0 86%, 5% 50%);
  color: #fff;
  background: linear-gradient(90deg, #e85f69, #ee8d97);
  box-shadow: 0 14px 26px rgba(232, 95, 105, 0.22);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.35;
  transform: rotate(-2deg);
}

.reason-decor {
  position: absolute;
  pointer-events: none;
}

.reason-decor.camera {
  top: 23px;
  right: 57px;
  width: 38px;
  height: 28px;
  border: 2px solid var(--coral);
  border-radius: 7px;
  transform: rotate(10deg);
}

.reason-decor.camera::before {
  position: absolute;
  top: -8px;
  left: 8px;
  width: 13px;
  height: 7px;
  border: 2px solid var(--coral);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  content: "";
}

.reason-decor.camera::after {
  position: absolute;
  inset: 7px 12px;
  border: 2px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.reason-decor.heart {
  top: 66px;
  right: 36px;
  width: 23px;
  height: 23px;
  border-right: 2px solid var(--coral);
  border-bottom: 2px solid var(--coral);
  transform: rotate(45deg);
}

.reason-decor.heart::before,
.reason-decor.heart::after {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.reason-decor.heart::before {
  left: -12px;
  top: 4px;
  border-right: 0;
}

.reason-decor.heart::after {
  left: 4px;
  top: -12px;
  border-bottom: 0;
}

.reason-feature-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 20px;
  align-items: center;
  margin: 0 0 16px;
  padding: 18px 18px 18px 20px;
  border: 2px solid rgba(216, 170, 85, 0.62);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(183, 86, 82, 0.08);
}

.reason-feature-card:last-child {
  margin-bottom: 0;
}

.reason-feature-copy {
  min-width: 0;
  text-align: left;
}

.reason-title-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 10px;
  padding-bottom: 7px;
  border-bottom: 2px dotted rgba(232, 95, 105, 0.5);
}

.reason-badge {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 2px solid rgba(232, 95, 105, 0.45);
  border-radius: 50%;
  color: var(--coral);
  background: #fff0f1;
  font-size: 20px;
  font-weight: 900;
}

.reason-feature-card h3 {
  margin: 0;
  color: var(--coral);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.35;
  white-space: nowrap;
}

.reason-feature-card p {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  text-align: left;
}

.reason-feature-card img {
  width: 100%;
  height: 122px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(183, 86, 82, 0.12);
}

.reason-sparkle {
  position: absolute;
  left: 13px;
  bottom: 12px;
  color: var(--gold);
  font-size: 20px;
}

.result-card {
  overflow: hidden;
  padding: 10px;
}

.result-card img {
  width: 100%;
  border-radius: 6px;
}

.reason-grid article {
  padding: 26px;
}

.number {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 34px;
}

.reason-grid p {
  color: var(--muted);
  text-align: center;
}

.flow.section-pad {
  width: min(760px, calc(100% - 32px));
  padding: 42px 0;
}

.flow-head {
  position: relative;
  display: grid;
  grid-template-columns: 180px 1fr 80px;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.flow-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.flow-logo {
  position: relative;
  width: 44px;
  height: 34px;
  flex: 0 0 44px;
  border: 3px solid var(--coral);
  border-radius: 9px;
}

.flow-logo::before {
  position: absolute;
  inset: 7px 13px;
  border: 3px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.flow-logo::after {
  position: absolute;
  top: -10px;
  right: -9px;
  width: 19px;
  height: 19px;
  border-right: 3px solid var(--coral);
  border-bottom: 3px solid var(--coral);
  content: "";
  transform: rotate(45deg);
}

.flow-brand strong,
.flow-brand small {
  display: block;
  white-space: nowrap;
}

.flow-brand strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.flow-brand small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.flow-head h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 900;
  line-height: 1.25;
}

.flow-head h2::after {
  display: block;
  width: min(420px, 84%);
  margin: 12px auto 0;
  border-top: 5px dotted rgba(232, 95, 105, 0.5);
  content: "";
}

.flow-heart {
  position: relative;
  justify-self: center;
  width: 34px;
  height: 34px;
  border-right: 3px solid var(--coral);
  border-bottom: 3px solid var(--coral);
  transform: rotate(45deg);
}

.flow-heart::before,
.flow-heart::after {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.flow-heart::before {
  left: -18px;
  top: 7px;
  border-right: 0;
}

.flow-heart::after {
  left: 7px;
  top: -18px;
  border-bottom: 0;
}

.flow-steps {
  position: relative;
  display: grid;
  gap: 22px;
}

.flow-steps::before {
  position: absolute;
  top: 130px;
  bottom: 130px;
  left: 50%;
  border-left: 7px dotted rgba(232, 95, 105, 0.58);
  content: "";
  transform: translateX(-50%);
}

.flow-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(250px, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 230px;
  padding: 22px 24px 22px 84px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255, 250, 250, 0.98) 0%, rgba(255, 250, 250, 0.78) 52%, rgba(255, 255, 255, 0.58) 100%),
    #fffafa;
  box-shadow: 0 16px 38px rgba(183, 86, 82, 0.13);
}

.step-number {
  position: absolute;
  left: 22px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #e85f69, #f49aa3);
  box-shadow: 0 8px 18px rgba(183, 86, 82, 0.2);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.flow-copy {
  position: relative;
  z-index: 2;
  text-align: left;
}

.flow-copy h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.45;
}

.flow-copy h3 span {
  color: var(--coral);
}

.flow-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.flow-tags span {
  padding: 7px 16px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(232, 95, 105, 0.16);
  font-weight: 900;
}

.flow-visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 18px;
}

.flow-visual > img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  filter: saturate(1.04);
}

.chat-panel {
  position: absolute;
  right: 14px;
  top: 20px;
  display: grid;
  gap: 8px;
  width: 172px;
  padding: 12px;
  border: 6px solid #2d2d2d;
  border-radius: 18px;
  background: #dce9ff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.chat-panel p {
  margin: 0;
  padding: 8px 10px;
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  text-align: left;
}

.chat-panel p:nth-child(2),
.chat-panel p:nth-child(3) {
  background: #d8f59a;
}

.flow-icons {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  gap: 9px;
}

.flow-icons span {
  display: grid;
  place-items: center;
  min-width: 48px;
  height: 48px;
  padding: 0 9px;
  border: 4px solid rgba(232, 95, 105, 0.22);
  border-radius: 50%;
  color: var(--coral);
  background: rgba(255, 250, 250, 0.92);
  font-size: 18px;
  font-weight: 900;
}

.flow-icons span:first-child {
  color: #fff;
  background: #2fc35b;
}

.laptop .flow-icons span:first-child,
.delivery .flow-icons span:first-child,
.payment .flow-icons span:first-child {
  color: var(--coral);
  background: rgba(255, 250, 250, 0.92);
}

.laptop-frame {
  position: absolute;
  left: 26px;
  right: 44px;
  bottom: 15px;
  height: 132px;
  border: 10px solid #222;
  border-bottom-width: 22px;
  border-radius: 14px 14px 7px 7px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.pay-card {
  position: absolute;
  right: 66px;
  bottom: 15px;
  width: 120px;
  padding: 12px 10px;
  border: 5px solid #222;
  border-radius: 18px;
  background: #fff;
  transform: rotate(-7deg);
}

.pay-card strong {
  display: block;
  color: #e84450;
  font-size: 15px;
}

.pay-card span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin: 8px auto;
  border-radius: 50%;
  color: #fff;
  background: #29c66c;
  font-weight: 900;
}

.pay-card p {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

.photo-stack {
  position: absolute;
  right: 16px;
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.photo-stack img {
  width: 58px;
  height: 72px;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.photo-stack img:nth-child(1) {
  transform: rotate(-8deg);
}

.photo-stack img:nth-child(2) {
  transform: rotate(5deg) translateY(-10px);
}

.photo-stack img:nth-child(3) {
  transform: rotate(10deg);
}

.showcase.section-pad {
  position: relative;
  width: min(760px, calc(100% - 32px));
  padding: 36px 24px 42px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 5%, rgba(255, 255, 255, 0.95), transparent 240px),
    linear-gradient(180deg, #fffafa, #fdf8f5 70%, #fffafa);
  box-shadow: var(--shadow);
  text-align: center;
}

.showcase.section-pad::before {
  position: absolute;
  left: 16px;
  bottom: 12px;
  color: rgba(216, 170, 85, 0.45);
  font-size: 34px;
  content: "✿";
}

.showcase.section-pad::after {
  position: absolute;
  right: 18px;
  bottom: 14px;
  color: rgba(232, 95, 105, 0.42);
  font-size: 33px;
  content: "✦";
}

.works-head {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  margin: 0 auto 26px;
}

.works-head h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
}

.works-head::after {
  width: min(420px, 72%);
  border-top: 5px dotted rgba(232, 95, 105, 0.36);
  content: "";
}

.works-decor {
  position: absolute;
  pointer-events: none;
}

.works-decor.camera {
  left: 24px;
  top: 0;
  width: 48px;
  height: 34px;
  border: 3px solid rgba(128, 107, 102, 0.8);
  border-radius: 8px;
  transform: rotate(-12deg);
}

.works-decor.camera::before {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 16px;
  height: 8px;
  border: 3px solid rgba(128, 107, 102, 0.8);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
}

.works-decor.camera::after {
  position: absolute;
  inset: 8px 15px;
  border: 3px solid rgba(128, 107, 102, 0.8);
  border-radius: 50%;
  content: "";
}

.works-decor.hearts {
  right: 30px;
  top: 3px;
  width: 34px;
  height: 34px;
  transform: rotate(28deg);
}

.works-decor.hearts::before,
.works-decor.hearts::after {
  position: absolute;
  color: rgba(232, 95, 105, 0.42);
  font-size: 28px;
  content: "♥";
}

.works-decor.hearts::before {
  left: 0;
  top: 0;
}

.works-decor.hearts::after {
  right: -12px;
  top: 28px;
  font-size: 22px;
}

.work-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.work-grid figure {
  margin: 0;
  overflow: hidden;
  border: 6px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  background: rgba(255, 250, 250, 0.96);
  box-shadow: 0 14px 32px rgba(183, 86, 82, 0.13);
}

.work-grid img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

.work-grid figcaption {
  padding: 18px 12px 20px;
  color: var(--ink);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.future-image {
  width: min(752px, 100%);
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.plan {
  width: min(760px, calc(100% - 32px));
}

.opening-plan {
  position: relative;
  overflow: hidden;
  padding: 54px 30px 34px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background:
    radial-gradient(circle at 2% 8%, rgba(216, 170, 85, 0.16), transparent 170px),
    radial-gradient(circle at 94% 0%, rgba(232, 95, 105, 0.12), transparent 180px),
    linear-gradient(180deg, rgba(255, 250, 250, 0.98), #fff8f6 68%, #fffafa);
  box-shadow: var(--shadow);
}

.opening-plan::before {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(216, 170, 85, 0.16) 0 1px, transparent 2px);
  background-size: 26px 26px;
  opacity: 0.28;
  content: "";
  pointer-events: none;
}

.plan-ribbon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(660px, 100%);
  min-height: 68px;
  margin: 0 auto 42px;
  padding: 12px 44px;
  color: #fff;
  background: linear-gradient(90deg, #e94f63, #ee7781);
  clip-path: polygon(0 12%, 94% 0, 100% 50%, 94% 100%, 0 88%, 4% 50%);
  box-shadow: 0 18px 34px rgba(201, 74, 92, 0.2);
}

.plan-ribbon span {
  width: 22px;
  height: 22px;
  background: #fff;
}

.plan-ribbon h2 {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
}

.plan-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.plan-decor.camera {
  top: 44px;
  right: 60px;
  width: 54px;
  height: 38px;
  border: 3px solid var(--coral);
  border-radius: 8px;
  transform: rotate(10deg);
}

.plan-decor.camera::before {
  position: absolute;
  top: -12px;
  left: 11px;
  width: 18px;
  height: 10px;
  border: 3px solid var(--coral);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
}

.plan-decor.camera::after {
  position: absolute;
  inset: 9px 17px;
  border: 3px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.plan-decor.heart {
  top: 96px;
  right: 36px;
  width: 34px;
  height: 34px;
  border-right: 3px solid var(--coral);
  border-bottom: 3px solid var(--coral);
  transform: rotate(45deg);
}

.plan-decor.heart::before,
.plan-decor.heart::after {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.plan-decor.heart::before {
  left: -18px;
  top: 7px;
  border-right: 0;
}

.plan-decor.heart::after {
  left: 7px;
  top: -18px;
  border-bottom: 0;
}

.plan-detail-card,
.price-board {
  position: relative;
  z-index: 1;
  border: 2px solid rgba(216, 170, 85, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(183, 86, 82, 0.08);
}

.plan-detail-card {
  padding: 22px 28px 20px;
  border-color: rgba(216, 170, 85, 0.44);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 8px 18px rgba(183, 86, 82, 0.05);
}

.plan-detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.plan-detail-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dotted rgba(232, 95, 105, 0.28);
}

.plan-detail-list div:last-child {
  border-bottom: 0;
}

.plan-detail-list dt {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(63, 48, 45, 0.72);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.plan-detail-list dd {
  margin: 0;
  color: rgba(63, 48, 45, 0.86);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
}

.plan-detail-list dd strong,
.plan-detail-list dd small {
  display: block;
}

.plan-detail-list dd strong {
  color: rgba(232, 95, 105, 0.88);
  font-size: 20px;
  white-space: nowrap;
}

.plan-detail-list dd small {
  margin-top: 4px;
  color: rgba(63, 48, 45, 0.7);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.plan-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: rgba(232, 95, 105, 0.1);
}

.plan-icon::before {
  color: rgba(232, 95, 105, 0.78);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.plan-icon.clock::before {
  content: "◷";
}

.plan-icon.photo::before {
  content: "▧";
}

.plan-icon.gift::before {
  content: "□";
}

.plan-caution {
  display: inline-block;
  margin: 12px auto 0;
  padding: 7px 20px;
  border-radius: 999px;
  background: rgba(232, 95, 105, 0.08);
  color: rgba(63, 48, 45, 0.74);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.campaign-ribbon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 72px;
  margin: 42px -8px 28px;
  padding: 12px 34px;
  border: 3px solid var(--coral);
  color: var(--coral);
  background: linear-gradient(90deg, #fff8f8, #fff0f1, #fff8f8);
  clip-path: polygon(0 0, 100% 8%, 96% 50%, 100% 92%, 0 100%, 4% 50%);
}

.campaign-ribbon p {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.35;
}

.campaign-ribbon strong {
  color: var(--coral);
  font-size: 42px;
  line-height: 1;
}

.crown {
  position: relative;
  width: 42px;
  height: 34px;
  flex: 0 0 42px;
}

.crown::before {
  position: absolute;
  inset: 8px 0 0;
  background: linear-gradient(180deg, #d8aa55, #bd8735);
  clip-path: polygon(0 100%, 0 38%, 24% 66%, 50% 0, 76% 66%, 100% 38%, 100% 100%);
  content: "";
}

.price-board {
  padding: 30px 28px 34px;
}

.regular-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
  color: var(--ink);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", YuMincho, serif;
}

.regular-price span {
  font-size: 28px;
  font-weight: 700;
}

.regular-price del {
  position: relative;
  color: var(--ink);
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  text-decoration-color: rgba(232, 95, 105, 0.65);
  text-decoration-thickness: 5px;
}

.regular-price small {
  font-size: 17px;
}

.down-arrow {
  width: 0;
  height: 0;
  margin: 6px auto 22px;
  border-inline: 34px solid transparent;
  border-top: 28px solid #a77b4d;
}

.discount-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  align-items: end;
  gap: 14px;
}

.price-panel {
  position: relative;
  min-width: 0;
  padding-top: 6px;
}

.price-panel p {
  display: inline-flex;
  justify-content: center;
  min-width: 130px;
  margin-bottom: 16px;
  padding: 7px 18px;
  border: 2px solid currentColor;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}

.price-panel strong {
  display: block;
  font-family: Georgia, "Noto Serif JP", serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 0.95;
  white-space: nowrap;
}

.price-panel strong span {
  font-size: 36px;
}

.price-panel small {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
}

.price-panel.male {
  color: #316eb8;
}

.price-panel.female {
  color: var(--coral);
}

.price-heart {
  position: relative;
  width: 34px;
  height: 34px;
  margin-bottom: 40px;
  border-right: 3px solid var(--coral);
  border-bottom: 3px solid var(--coral);
  transform: rotate(45deg);
}

.price-heart::before,
.price-heart::after {
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid var(--coral);
  border-radius: 50%;
  content: "";
}

.price-heart::before {
  left: -18px;
  top: 7px;
  border-right: 0;
}

.price-heart::after {
  left: 7px;
  top: -18px;
  border-bottom: 0;
}

.faq {
  position: relative;
  overflow: visible;
}

.faq::before,
.faq::after {
  position: absolute;
  z-index: 0;
  color: var(--gold);
  font-size: 36px;
  content: "✦";
}

.faq::before {
  left: 16px;
  top: 28px;
}

.faq::after {
  right: 18px;
  top: 132px;
}

.faq-header {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 82px;
  margin-bottom: 22px;
}

.faq-header h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: min(82%, 620px);
  margin: 0;
  padding: 18px 54px 20px;
  clip-path: polygon(0 18%, 8% 18%, 8% 0, 92% 0, 92% 18%, 100% 18%, 94% 50%, 100% 82%, 92% 82%, 92% 100%, 8% 100%, 8% 82%, 0 82%, 6% 50%);
  color: #fff;
  background: linear-gradient(135deg, #e85f69, #f28c96);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-shadow: 0 2px 0 rgba(160, 55, 60, 0.18);
  box-shadow: 0 10px 22px rgba(183, 86, 82, 0.16);
}

.faq-header h2::before,
.faq-header h2::after {
  color: #fff;
  font-weight: 900;
}

.faq-header h2::before {
  content: "＼ ";
}

.faq-header h2::after {
  content: " ／";
}

.faq-decor {
  position: absolute;
  display: block;
  pointer-events: none;
}

.faq-decor.camera {
  left: 10px;
  top: 18px;
  width: 54px;
  height: 38px;
  border: 3px solid rgba(232, 95, 105, 0.62);
  border-radius: 8px;
  transform: rotate(-8deg);
}

.faq-decor.camera::before {
  position: absolute;
  left: 11px;
  top: -11px;
  width: 18px;
  height: 10px;
  border: 3px solid rgba(232, 95, 105, 0.62);
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  content: "";
}

.faq-decor.camera::after {
  position: absolute;
  inset: 9px 18px;
  border: 3px solid rgba(232, 95, 105, 0.62);
  border-radius: 50%;
  content: "";
}

.faq-decor.heart {
  right: 18px;
  top: 20px;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(232, 95, 105, 0.58);
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.faq-decor.heart::before,
.faq-decor.heart::after {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(232, 95, 105, 0.58);
  border-radius: 50%;
  content: "";
}

.faq-decor.heart::before {
  left: -17px;
  top: 4px;
  border-right: 0;
}

.faq-decor.heart::after {
  left: 4px;
  top: -17px;
  border-bottom: 0;
}

.faq-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
}

.faq-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px;
  overflow: hidden;
  border: 2px solid rgba(232, 95, 105, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 250, 0.92)),
    var(--white);
  box-shadow: 0 16px 38px rgba(183, 86, 82, 0.12);
}

.faq-card::before {
  position: absolute;
  inset: 12px;
  border: 2px solid rgba(232, 95, 105, 0.18);
  border-radius: 18px;
  content: "";
  pointer-events: none;
}

.faq-card.sparkle::after {
  position: absolute;
  right: 28px;
  top: 38px;
  color: var(--gold);
  font-size: 30px;
  content: "✦";
}

.faq-card.rain::after {
  position: absolute;
  right: 25px;
  top: 40px;
  color: rgba(232, 95, 105, 0.66);
  font-size: 42px;
  content: "☂";
  transform: rotate(-12deg);
}

.faq-question,
.faq-answer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  text-align: left;
}

.faq-question {
  padding-bottom: 18px;
  border-bottom: 2px dotted rgba(232, 95, 105, 0.52);
}

.faq-badge {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.faq-badge.q {
  color: #fff;
  background: linear-gradient(135deg, #e85f69, #f38f9a);
  box-shadow: 0 9px 20px rgba(183, 86, 82, 0.16);
}

.faq-badge.a {
  border: 3px solid rgba(232, 95, 105, 0.72);
  color: var(--coral);
  background: rgba(255, 255, 255, 0.86);
}

.faq-question h3 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.45;
  white-space: normal;
}

.faq-answer p {
  margin: 0;
  color: rgba(63, 48, 45, 0.86);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.75;
}

.final-cta {
  display: flex;
  justify-content: center;
  padding: 8px 0 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.line-cta-panel {
  width: min(100%, 660px);
  overflow: hidden;
  border: 1px solid rgba(232, 90, 113, 0.3);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(232, 90, 113, 0.16);
}

.line-cta-urgency {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 6px 16px;
  color: #fff;
  background: linear-gradient(90deg, #ef5f6f, #e94d62);
  font-weight: 900;
}

.line-cta-urgency span {
  font-size: 18px;
}

.line-cta-urgency strong {
  font-size: clamp(24px, 5vw, 34px);
  color: #fff6a5;
  line-height: 1;
}

.line-cta-main {
  display: grid;
  justify-items: center;
  padding: 18px 26px 8px;
  background: linear-gradient(180deg, #fff, #f9f9f7);
}

.line-cta-bubble {
  position: relative;
  z-index: 2;
  min-width: min(82%, 360px);
  margin: 0 0 -10px;
  padding: 5px 18px 6px;
  border: 2px solid #312622;
  border-radius: 999px;
  color: #3f302d;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.line-cta-bubble::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 14px;
  height: 14px;
  border-right: 2px solid #312622;
  border-bottom: 2px solid #312622;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  content: "";
}

.line-cta-button {
  position: relative;
  width: min(100%, 560px);
  min-height: 78px;
  gap: 16px;
  padding: 0 68px 0 44px;
  border-radius: 999px;
  background: linear-gradient(180deg, #08d865, #06b94f);
  box-shadow: inset 0 -4px 0 rgba(0, 110, 43, 0.22), 0 11px 0 rgba(0, 0, 0, 0.18), 0 18px 28px rgba(6, 199, 85, 0.28);
  font-size: clamp(18px, 4.8vw, 30px);
  font-weight: 950;
  letter-spacing: 0.04em;
}

.line-cta-button span {
  width: 48px;
  height: 48px;
  color: #06c755;
  font-size: 14px;
}

.line-cta-button i {
  position: absolute;
  right: 24px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
}

.line-cta-button i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #3f302d;
  border-right: 3px solid #3f302d;
  transform: translate(-60%, -50%) rotate(45deg);
  content: "";
}

.line-cta-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-top: 22px;
  border-top: 1px solid rgba(205, 169, 111, 0.45);
}

.line-cta-benefits div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 8px 10px;
}

.line-cta-benefits div + div {
  border-left: 1px solid rgba(205, 169, 111, 0.72);
}

.line-cta-benefits p {
  margin: 0;
  color: #4d4642;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.line-cta-benefits strong {
  display: block;
  font-size: 13px;
}

.mini-icon {
  position: relative;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: #4d4642;
}

.mini-icon.calendar {
  border: 2px solid currentColor;
  border-radius: 3px;
}

.mini-icon.calendar::before {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  border-top: 2px solid currentColor;
  content: "";
}

.mini-icon.calendar::after {
  position: absolute;
  top: -5px;
  left: 5px;
  width: 11px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
}

.mini-icon.lock::before {
  position: absolute;
  left: 4px;
  top: 0;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  content: "";
}

.mini-icon.lock::after {
  position: absolute;
  left: 2px;
  bottom: 1px;
  width: 21px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 3px;
  content: "";
}

.mini-icon.shield {
  border: 2px solid currentColor;
  border-radius: 4px 4px 9px 9px;
  clip-path: polygon(50% 0, 94% 16%, 84% 78%, 50% 100%, 16% 78%, 6% 16%);
}

.mini-icon.shield::after {
  position: absolute;
  left: 7px;
  top: 6px;
  width: 9px;
  height: 5px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  content: "";
}

.line-cta-main small {
  justify-self: start;
  margin-top: 2px;
  color: rgba(63, 48, 45, 0.62);
  font-size: 11px;
}

.plan-line-cta {
  display: grid;
  justify-items: center;
  margin: 22px auto 0;
  padding: 8px 14px 18px;
}

.plan-line-cta .line-cta-bubble {
  min-width: min(82%, 340px);
}

.plan-line-cta .line-cta-button {
  width: min(100%, 540px);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 36px;
  padding: 26px 0 0;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 920px) {
  .site-header {
    top: 10px;
  }

  .nav {
    display: none;
  }

  .hero,
  .why,
  .price-card {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 36px;
    min-height: auto;
  }

  .hero-visual {
    width: min(100%, 360px);
    position: relative;
    top: auto;
  }

  .hero-visual p {
    right: 0;
  }

  .pain-grid,
  .reason-grid {
    grid-template-columns: 1fr;
  }

  .plan-heading,
  .footer {
    align-items: center;
    flex-direction: column;
  }

}

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 20px);
    padding: 10px;
  }

  .site-header .line-button {
    display: none;
  }

  .section-pad {
    width: calc(100% - 22px);
    padding: 34px 0;
  }

  .hero-poster-section {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 8px;
  }

  .hero-poster {
    border-radius: 0;
    border-inline: 0;
    box-shadow: none;
  }

  .app-section {
    padding-top: 4px;
    padding-bottom: 20px;
  }

  .hero {
    padding-top: 26px;
    gap: 12px;
  }

  .problem-section.section-pad {
    width: calc(100% - 22px);
    margin-top: 18px;
    margin-bottom: 26px;
    padding-top: 20px;
  }

  .problem-main-ribbon {
    top: -13px;
    left: -5px;
    right: -5px;
    padding: 10px 18px;
    font-size: 15px;
    line-height: 1.45;
    white-space: normal;
  }

  .problem-card-content {
    padding: 54px 18px 24px;
  }

  .problem-description-area {
    margin-bottom: 17px;
    font-size: 15px;
    line-height: 1.8;
    white-space: normal;
  }

  .problem-description-area p {
    white-space: nowrap;
  }

  .problem-visual-compare {
    grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
    gap: 7px;
  }

  .problem-mini-card {
    min-height: 102px;
    padding: 10px 6px 9px;
  }

  .mini-photo-icon {
    width: 46px;
    height: 40px;
  }

  .mini-photo-icon::before {
    left: 9px;
    top: 8px;
    width: 12px;
    height: 12px;
  }

  .mini-photo-icon::after {
    left: 7px;
    right: 7px;
    bottom: 7px;
    height: 11px;
  }

  .natural .mini-photo-icon::before {
    left: 15px;
  }

  .problem-mini-card strong {
    font-size: 13px;
  }

  .problem-mini-card small {
    font-size: 10px;
  }

  .compare-arrow {
    width: 30px;
    height: 30px;
    font-size: 17px;
  }

  .problem-divider {
    margin: 22px 0;
  }

  .problem-sub-ribbon {
    padding: 7px 24px;
    font-size: 14px;
    white-space: nowrap;
  }

  .problem-sparkle.left {
    left: 9%;
  }

  .problem-sparkle.right {
    right: 9%;
  }

  .problem-quote-wrap {
    padding: 0 8px;
  }

  .problem-quote-box {
    padding: 24px 12px;
  }

  .problem-quote-box p {
    font-size: 17px;
    line-height: 1.48;
    white-space: nowrap;
  }

  .problem-quote-box p:last-child {
    font-size: 25px;
    white-space: normal;
  }

  .problem-quote-box span {
    font-size: 40px;
  }

  .problem-quote-mark {
    font-size: 48px;
  }

  h1 {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 14px;
    white-space: nowrap;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 12px;
    white-space: nowrap;
  }

  h3 {
    font-size: 17px;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
    white-space: nowrap;
  }

  .area-label {
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    white-space: nowrap;
  }

  .hero-tagline {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.55;
    white-space: nowrap;
  }

  .campaign {
    padding: 13px 12px;
  }

  .campaign span,
  .campaign b {
    font-size: 12px;
    white-space: nowrap;
  }

  .campaign strong {
    font-size: 20px;
    line-height: 1.45;
    white-space: nowrap;
  }

  .lead,
  .why-copy p,
  .center-message {
    font-size: 17px;
  }

  .pain.section-pad {
    width: calc(100% - 22px);
    padding-top: 18px;
  }

  .worry-card {
    padding: 30px 12px 18px;
  }

  .worry-main-ribbon {
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 20px;
    white-space: nowrap;
  }

  .worry-decor.camera,
  .worry-decor.heart {
    display: none;
  }

  .worry-list-card {
    padding: 16px 12px;
  }

  .worry-list li {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    min-height: 68px;
  }

  .worry-list p {
    font-size: 20px;
    line-height: 1.42;
    white-space: nowrap;
  }

  .worry-icon {
    width: 42px;
    height: 42px;
  }

  .worry-icon::before {
    font-size: 22px;
  }

  .worry-sparkle {
    right: 14px;
    bottom: 12px;
    font-size: 21px;
  }

  .worry-transition-ribbon {
    min-width: 0;
    width: auto;
    margin: 20px auto 10px;
    padding: 6px 20px;
    font-size: 15px;
    white-space: nowrap;
  }

  .worry-transition-ribbon::after {
    bottom: -13px;
    height: 12px;
  }

  .solution-ribbon {
    width: calc(100% - 38px);
    margin: 14px auto 16px;
    padding: 11px 12px;
    font-size: 16px;
    white-space: nowrap;
  }

  .solution-ribbon::before,
  .solution-ribbon::after {
    width: 20px;
    border-top-width: 2px;
  }

  .solution-ribbon::before {
    left: -8px;
  }

  .solution-ribbon::after {
    right: -8px;
  }

  .worry-cta {
    padding: 26px 10px 20px;
  }

  .worry-highlight {
    margin-bottom: 12px;
    font-size: 35px;
    white-space: nowrap;
  }

  .worry-action {
    font-size: 24px;
    white-space: nowrap;
  }

  .benefit-badges {
    gap: 7px;
    margin-top: 22px;
  }

  .benefit-badge {
    min-height: 104px;
    padding: 9px 5px 8px;
    border-width: 1px;
    box-shadow: inset 0 0 0 3px rgba(255, 250, 250, 0.78);
  }

  .benefit-badge::before,
  .benefit-badge::after {
    bottom: 7px;
    width: 14px;
    height: 27px;
    border-bottom-width: 2px;
  }

  .benefit-badge::before {
    left: 6px;
    border-left-width: 2px;
  }

  .benefit-badge::after {
    right: 6px;
    border-right-width: 2px;
  }

  .benefit-icon {
    width: 25px;
    height: 23px;
    margin-bottom: 4px;
  }

  .benefit-icon::before {
    font-size: 21px;
  }

  .benefit-badge p {
    font-size: 10px;
    line-height: 1.35;
  }

  .benefit-badge strong {
    font-size: 13px;
  }

  .worry-cta-decor.heart-left {
    left: 22px;
    bottom: 112px;
    width: 22px;
    height: 22px;
    border-width: 2px;
  }

  .worry-cta-decor.heart-left::before,
  .worry-cta-decor.heart-left::after {
    width: 16px;
    height: 16px;
    border-width: 2px;
  }

  .worry-cta-decor.heart-left::before {
    left: -12px;
    top: 4px;
  }

  .worry-cta-decor.heart-left::after {
    left: 4px;
    top: -12px;
  }

  .worry-cta-decor.camera-right {
    right: 20px;
    bottom: 112px;
    width: 32px;
    height: 23px;
    border-width: 2px;
  }

  .worry-cta-decor.camera-right::before {
    top: -7px;
    left: 7px;
    width: 11px;
    height: 6px;
    border-width: 2px;
  }

  .worry-cta-decor.camera-right::after {
    inset: 5px 10px;
    border-width: 2px;
  }

  .reasons.section-pad {
    width: calc(100% - 22px);
    padding-top: 20px;
  }

  .reason-card-section {
    padding: 22px 12px 16px;
  }

  .reason-main-ribbon {
    margin-bottom: 16px;
    padding: 9px 22px;
    font-size: 21px;
    white-space: nowrap;
  }

  .reason-decor.camera,
  .reason-decor.heart {
    display: none;
  }

  .reason-feature-card {
    grid-template-columns: minmax(0, 1fr) 100px;
    gap: 8px;
    margin-bottom: 12px;
    padding: 12px 10px 12px 12px;
  }

  .reason-title-row {
    gap: 6px;
    margin-bottom: 7px;
    padding-bottom: 5px;
  }

  .reason-badge {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: 14px;
  }

  .reason-feature-card h3 {
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .reason-feature-card p {
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 1.55;
    white-space: nowrap;
  }

  .reason-feature-card img {
    height: 78px;
  }

  .reason-sparkle {
    left: 8px;
    bottom: 7px;
    font-size: 15px;
  }

  .flow.section-pad {
    width: calc(100% - 22px);
    padding: 30px 0;
  }

  .flow-head {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .flow-brand {
    justify-content: center;
  }

  .flow-logo {
    width: 36px;
    height: 28px;
    flex-basis: 36px;
    border-width: 2px;
  }

  .flow-logo::before {
    inset: 6px 11px;
    border-width: 2px;
  }

  .flow-logo::after {
    top: -8px;
    right: -8px;
    width: 15px;
    height: 15px;
    border-width: 2px;
  }

  .flow-head h2 {
    font-size: 29px;
    white-space: nowrap;
  }

  .flow-head h2::after {
    margin-top: 8px;
    border-top-width: 4px;
  }

  .flow-heart {
    display: none;
  }

  .flow-steps {
    gap: 15px;
  }

  .flow-steps::before {
    left: 27px;
    top: 100px;
    bottom: 100px;
    border-left-width: 4px;
  }

  .flow-card {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 16px 12px 14px 58px;
    border-radius: 18px;
  }

  .step-number {
    left: 12px;
    top: 17px;
    width: 38px;
    height: 38px;
    border-width: 4px;
    font-size: 22px;
  }

  .flow-copy h3 {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 1.38;
    white-space: normal;
  }

  .flow-card:nth-child(1) .flow-copy h3 span,
  .flow-card:nth-child(3) .flow-copy h3 span {
    display: block;
  }

  .flow-tags {
    gap: 6px;
    margin-top: 9px;
  }

  .flow-tags span {
    padding: 5px 10px;
    font-size: 12px;
  }

  .flow-visual {
    min-height: 160px;
    border-radius: 14px;
  }

  .flow-visual > img {
    height: 176px;
  }

  .chat-panel {
    right: 8px;
    top: 12px;
    gap: 5px;
    width: 130px;
    padding: 8px;
    border-width: 4px;
    border-radius: 14px;
  }

  .chat-panel p {
    padding: 6px 7px;
    font-size: 9px;
  }

  .flow-icons {
    right: 8px;
    bottom: 8px;
    gap: 6px;
  }

  .flow-icons span {
    min-width: 34px;
    height: 34px;
    padding: 0 6px;
    border-width: 3px;
    font-size: 13px;
  }

  .laptop-frame {
    left: 16px;
    right: 40px;
    bottom: 10px;
    height: 90px;
    border-width: 7px;
    border-bottom-width: 15px;
  }

  .pay-card {
    right: 42px;
    bottom: 9px;
    width: 92px;
    padding: 8px 7px;
    border-width: 4px;
    border-radius: 14px;
  }

  .pay-card span {
    width: 28px;
    height: 28px;
    margin: 5px auto;
  }

  .pay-card p {
    font-size: 10px;
  }

  .photo-stack {
    right: 10px;
    bottom: 12px;
    gap: 5px;
  }

  .photo-stack img {
    width: 42px;
    height: 54px;
    border-width: 3px;
  }

  .hero-actions,
  .line-button,
  .ghost-button {
    width: 100%;
  }

  .line-button,
  .ghost-button {
    min-height: 50px;
    gap: 7px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
  }

  .line-button span {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    font-size: 9px;
  }

  .app-strip {
    padding: 10px 10px 9px;
  }

  .app-strip p {
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .app-logo-grid.real-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .app-logo-grid.real-logos img {
    padding: 4px;
    border-radius: 7px;
  }

  .hero-visual {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 250, 250, 0.72);
    box-shadow: none;
  }

  .hero-visual::before {
    content: none;
  }

  .hero-visual img {
    width: 78px;
    height: 92px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
  }

  .hero-visual p {
    position: static;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--coral);
    font-family: "Noto Sans JP", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.65;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .quote-box,
  .price-card,
  .text-panel,
  .check-panel,
  .hero-info {
    padding: 18px;
  }

  .final-cta {
    padding: 12px 0 14px;
  }

  .line-cta-button {
    width: 100%;
    min-height: 66px;
  }

  .price-main {
    padding: 18px;
  }

  .prices strong {
    font-size: 25px;
    display: inline-block;
    width: max-content;
    max-width: 100%;
    white-space: nowrap;
  }

  .plan-list li,
  .check-list li {
    font-size: 14px;
    white-space: nowrap;
  }

  .text-panel,
  .check-panel {
    font-size: 15px;
  }

  .text-panel p,
  .check-panel p,
  .future-panel p {
    margin-bottom: 7px;
    line-height: 1.75;
    white-space: nowrap;
  }

  .reason-grid p {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.75;
    white-space: nowrap;
  }

  .highlight-line {
    font-size: 17px;
    line-height: 1.55;
    white-space: nowrap;
  }

  .future-image {
    width: 100%;
  }

  .future {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .plan {
    width: calc(100% - 22px);
  }

  .opening-plan {
    padding: 28px 12px 18px;
  }

  .plan-ribbon {
    gap: 9px;
    min-height: 48px;
    margin-bottom: 22px;
    padding: 9px 26px;
  }

  .plan-ribbon span {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
  }

  .plan-ribbon h2 {
    font-size: 22px;
    white-space: nowrap;
  }

  .plan-decor.camera,
  .plan-decor.heart {
    display: none;
  }

  .plan-detail-card {
    padding: 14px 12px 12px;
  }

  .plan-detail-list {
    gap: 8px;
  }

  .plan-detail-list div {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 7px;
    padding-bottom: 8px;
  }

  .plan-detail-list dt {
    gap: 6px;
    font-size: 13px;
    line-height: 1.35;
  }

  .plan-detail-list dd {
    font-size: 17px;
    line-height: 1.35;
    white-space: nowrap;
  }

  .plan-detail-list dd strong {
    font-size: 14px;
    line-height: 1.45;
    white-space: nowrap;
  }

  .plan-detail-list dd small {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.5;
    white-space: normal;
  }

  .plan-icon {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .plan-icon::before {
    font-size: 12px;
  }

  .plan-caution {
    margin-top: 10px;
    padding: 6px 14px;
    font-size: 12px;
    white-space: nowrap;
  }

  .campaign-ribbon {
    gap: 8px;
    min-height: 54px;
    margin: 22px -4px 18px;
    padding: 9px 16px;
    border-width: 2px;
  }

  .campaign-ribbon p {
    font-size: 16px;
    white-space: nowrap;
  }

  .campaign-ribbon strong {
    font-size: 29px;
  }

  .crown {
    width: 28px;
    height: 24px;
    flex-basis: 28px;
  }

  .price-board {
    padding: 18px 10px 20px;
  }

  .regular-price {
    gap: 7px;
    margin-bottom: 8px;
  }

  .regular-price span {
    font-size: 19px;
  }

  .regular-price del {
    font-size: 36px;
    text-decoration-thickness: 3px;
  }

  .regular-price small {
    font-size: 12px;
  }

  .down-arrow {
    margin-bottom: 14px;
    border-inline-width: 24px;
    border-top-width: 19px;
  }

  .discount-grid {
    grid-template-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
    gap: 4px;
  }

  .price-panel p {
    min-width: 86px;
    margin-bottom: 10px;
    padding: 5px 12px;
    font-size: 17px;
  }

  .price-panel strong {
    font-size: 38px;
    line-height: 0.98;
  }

  .price-panel strong span {
    font-size: 19px;
  }

  .price-panel small {
    margin-top: 6px;
    font-size: 11px;
  }

  .price-heart {
    width: 17px;
    height: 17px;
    margin-bottom: 28px;
    border-width: 2px;
  }

  .price-heart::before,
  .price-heart::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }

  .price-heart::before {
    left: -9px;
    top: 3px;
  }

  .price-heart::after {
    left: 3px;
    top: -9px;
  }

  .section-head {
    margin-bottom: 18px;
  }

  .reason-grid {
    gap: 12px;
  }

  .reason-grid article {
    padding: 18px;
  }

  .number {
    margin-bottom: 8px;
    font-size: 28px;
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .showcase.section-pad {
    width: calc(100% - 22px);
    padding: 28px 12px 30px;
  }

  .works-head {
    gap: 10px;
    margin-bottom: 18px;
  }

  .works-head h2 {
    font-size: 24px;
    white-space: nowrap;
  }

  .works-head::after {
    width: 72%;
    border-top-width: 4px;
  }

  .works-decor.camera {
    left: 12px;
    width: 34px;
    height: 24px;
    border-width: 2px;
  }

  .works-decor.camera::before {
    top: -7px;
    left: 7px;
    width: 11px;
    height: 6px;
    border-width: 2px;
  }

  .works-decor.camera::after {
    inset: 5px 10px;
    border-width: 2px;
  }

  .works-decor.hearts {
    right: 13px;
    top: 0;
  }

  .works-decor.hearts::before {
    font-size: 20px;
  }

  .works-decor.hearts::after {
    right: -7px;
    top: 20px;
    font-size: 16px;
  }

  .work-grid figure {
    border-width: 4px;
    border-radius: 12px;
  }

  .work-grid img {
    height: 150px;
  }

  .plan-heading {
    gap: 8px;
    margin-bottom: 16px;
  }

  .price-card {
    gap: 16px;
    min-width: 0;
    overflow: hidden;
  }

  .price-main,
  .plan-copy,
  .prices,
  .plan-list {
    min-width: 0;
  }

  .plan-list {
    gap: 9px;
    margin-bottom: 0;
  }

  .plan-list li {
    padding: 12px 14px;
    width: 100%;
  }

  .check-list {
    gap: 9px;
    margin-bottom: 18px;
  }

  .check-list li {
    padding: 12px 14px;
    text-align: center;
  }

  .check-list li::before {
    position: static;
    display: inline-block;
    margin-right: 6px;
  }

  .faq-list {
    gap: 12px;
  }

  .faq::before {
    left: 8px;
    top: 12px;
    font-size: 24px;
  }

  .faq::after {
    right: 8px;
    top: 104px;
    font-size: 24px;
  }

  .faq-header {
    min-height: 62px;
    margin-bottom: 14px;
  }

  .faq-header h2 {
    min-width: calc(100% - 28px);
    padding: 13px 36px 15px;
    font-size: 24px;
  }

  .faq-decor.camera {
    left: 4px;
    top: 7px;
    width: 34px;
    height: 24px;
    border-width: 2px;
  }

  .faq-decor.camera::before {
    left: 7px;
    top: -8px;
    width: 12px;
    height: 7px;
    border-width: 2px;
  }

  .faq-decor.camera::after {
    inset: 5px 10px;
    border-width: 2px;
  }

  .faq-decor.heart {
    right: 9px;
    top: 9px;
    width: 18px;
    height: 18px;
    border-width: 2px;
  }

  .faq-decor.heart::before,
  .faq-decor.heart::after {
    width: 13px;
    height: 13px;
    border-width: 2px;
  }

  .faq-decor.heart::before {
    left: -10px;
    top: 2px;
  }

  .faq-decor.heart::after {
    left: 2px;
    top: -10px;
  }

  .faq-card {
    gap: 12px;
    padding: 18px 14px;
    border-radius: 16px;
  }

  .faq-card::before {
    inset: 7px;
    border-radius: 12px;
  }

  .faq-card.sparkle::after {
    right: 16px;
    top: 24px;
    font-size: 20px;
  }

  .faq-card.rain::after {
    right: 14px;
    top: 24px;
    font-size: 28px;
  }

  .faq-question,
  .faq-answer {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .faq-question {
    padding-bottom: 12px;
    border-bottom-width: 1px;
  }

  .faq-badge {
    width: 46px;
    height: 46px;
    font-size: 24px;
  }

  .faq-badge.a {
    border-width: 2px;
  }

  .faq-question h3 {
    font-size: 18px;
    line-height: 1.45;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 1.7;
  }

  .work-grid figcaption {
    padding: 10px 6px 12px;
    font-size: 14px;
    white-space: nowrap;
  }

  .line-button.large {
    padding-inline: 20px;
    font-size: 13px;
  }

  .line-cta-panel {
    width: 100%;
  }

  .line-cta-urgency {
    min-height: 38px;
    gap: 7px;
  }

  .line-cta-urgency span {
    font-size: 13px;
  }

  .line-cta-main {
    padding: 16px 14px 7px;
  }

  .line-cta-bubble {
    min-width: 78%;
    padding: 4px 12px 5px;
    font-size: 12px;
  }

  .line-cta-button {
    min-height: 66px;
    gap: 8px;
    padding: 0 36px 0 12px;
    border-radius: 999px;
    font-size: clamp(15px, 4.75vw, 20px);
    letter-spacing: 0.01em;
  }

  .line-cta-button span {
    width: 35px;
    height: 35px;
    font-size: 10px;
  }

  .line-cta-button i {
    right: 9px;
    width: 28px;
    height: 28px;
  }

  .line-cta-benefits {
    margin-top: 18px;
  }

  .line-cta-benefits div {
    flex-direction: column;
    gap: 4px;
    min-height: 62px;
    padding: 7px 3px;
  }

  .line-cta-benefits p,
  .line-cta-benefits strong {
    font-size: 9px;
    line-height: 1.18;
  }

  .mini-icon {
    width: 22px;
    height: 22px;
  }
}
