:root {
  --black: #161616;
  --orange: #ff7b17;
  --yellow: #ffce00;
  --cream: #fffbcB;
  --mint: #e4f1f0;
  --green: #2e9984;
  --green-border: #38a18d;
  --shadow: #d9d9d9;
  --container: 1100px;
  --base-font: clamp(16px, 1.2vw, 18px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--base-font);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: .08em;
  color: var(--black);
  background: var(--mint);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  z-index: 20;
  width: 48px;
  height: 100vh;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0 22px,
      #f8fff9 22px 36px,
      transparent 36px 58px
    ),
    #06120f;
}

body::before {
  left: 0;
}

body::after {
  right: 0;
}

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

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

.show-sp {
  display: none;
}

.show-pc {
  display: block;
}

.yellow-dot-bg {
  background-color: #fffbcB;
  background-image: radial-gradient(var(--yellow) 1.2px, transparent 1.2px);
  background-size: 12px 12px;
}

.white-grid-bg {
  background-color: #fff;
  background-image:
    linear-gradient(rgba(0, 0, 0, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, .07) 1px, transparent 1px);
  background-size: 24px 24px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  pointer-events: none;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding-inline: 72px;
}

.brand,
.header-cta {
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 88px;
  height: 44px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  background: var(--black);
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 6px 6px 0 rgba(46, 153, 132, .9);
}

.brand__text {
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1;
  text-shadow: 2px 2px 0 #fff;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  background: var(--orange);
  border-radius: 14px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, .72);
}

.header-cta .play-icon {
  width: 32px;
  height: 32px;
  border-width: 2px;
}

.play-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 3px solid currentColor;
  border-radius: 999px;
}

.play-icon::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 11px solid currentColor;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: translate(-42%, -50%);
}

.pop-cta {
  animation: soft-pop 2.35s ease-in-out infinite;
  transform-origin: center;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 92px 56px 180px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -210px;
  z-index: 0;
  width: 142vw;
  height: 420px;
  background: var(--mint);
  border-radius: 50%;
  transform: translateX(-50%);
}

.hero__stage {
  position: relative;
  z-index: 1;
  width: min(1160px, 100%);
  min-height: 660px;
  margin: 0 auto;
}

.hero__main {
  position: absolute;
  left: 50%;
  top: 94px;
  z-index: 6;
  width: min(780px, 66vw);
  min-height: 420px;
  padding: 68px 58px 74px;
  text-align: center;
  background: #fff;
  border-radius: 48% 42% 52% 44% / 42% 50% 40% 52%;
  filter: drop-shadow(0 10px 0 rgba(0, 0, 0, .12));
  transform: translateX(-50%);
}

.hero__main::before,
.hero__main::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  border-radius: 999px;
}

.hero__main::before {
  left: 42px;
  top: -34px;
  width: 142px;
  height: 112px;
}

.hero__main::after {
  right: 44px;
  bottom: -36px;
  width: 84px;
  height: 76px;
}

.hero__tag {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 18px;
  color: var(--yellow);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 900;
  line-height: 1;
  background: var(--black);
  box-shadow: 8px 8px 0 rgba(46, 153, 132, .86);
  transform: rotate(-5deg);
}

.hero__title {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: .03em;
}

.hero__title span {
  display: block;
  font-size: clamp(30px, 3.2vw, 48px);
}

.hero__title strong {
  display: block;
  margin-top: 6px;
  font-size: clamp(50px, 5.1vw, 74px);
  letter-spacing: 0;
}

.hero__lead {
  display: inline;
  margin: 18px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.45;
  background: linear-gradient(transparent 60%, #fffbcB 60%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding-inline: 8px;
}

.hero__box {
  position: absolute;
  left: 50%;
  top: 468px;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(420px, 36vw);
  height: 150px;
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  background: #ffc400;
  clip-path: polygon(7% 20%, 50% 0, 93% 20%, 100% 84%, 50% 100%, 0 84%);
  filter: drop-shadow(0 12px 0 rgba(0, 0, 0, .16));
  transform: translateX(-50%);
}

.hero__box::before,
.hero__box::after {
  content: "";
  position: absolute;
  top: -42px;
  width: 52%;
  height: 62px;
  background: #ffd500;
}

.hero__box::before {
  left: -4px;
  clip-path: polygon(0 100%, 100% 35%, 95% 100%);
}

.hero__box::after {
  right: -4px;
  clip-path: polygon(5% 100%, 0 35%, 100% 100%);
}

.hero__boxLogo,
.hero__boxText {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  padding-top: 28px;
  font-size: 34px;
}

.hero__boxLogo {
  font-family: "Viga", sans-serif;
  font-size: 56px;
}

.hero__person {
  position: absolute;
  z-index: 10;
  overflow: visible;
  background: transparent;
  filter: drop-shadow(12px 14px 0 rgba(46, 153, 132, .72)) drop-shadow(0 8px 0 rgba(0, 0, 0, .2));
}

.hero__person img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero__person--left {
  left: -8px;
  bottom: 92px;
  width: clamp(230px, 23vw, 340px);
  transform: rotate(-6deg);
}

.hero__person--right {
  right: -6px;
  bottom: 54px;
  width: clamp(255px, 27vw, 395px);
  transform: rotate(8deg);
}

.hero-badge {
  position: absolute;
  z-index: 12;
  display: grid;
  place-items: center;
  width: clamp(126px, 10.5vw, 152px);
  aspect-ratio: 1;
  padding: 20px 16px;
  text-align: center;
  color: var(--black);
  background: #54c4ad;
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 6px 8px 0 rgba(0, 0, 0, .42);
  transform: rotate(-12deg);
}

.hero-badge span {
  display: block;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 900;
  line-height: 1.3;
}

.hero-badge strong {
  display: block;
  margin-top: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(15px, 1.2vw, 19px);
  font-weight: 900;
  line-height: 1.25;
}

.hero-badge--left {
  left: calc(50% - 250px);
  top: 478px;
  transform: rotate(-8deg);
}

.hero-badge--right {
  left: 50%;
  top: 492px;
  transform: translateX(-50%) rotate(6deg);
}

.hero-badge--right strong {
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.18;
}

.hero-badge--bottom {
  left: calc(50% + 116px);
  top: 478px;
  transform: rotate(8deg);
}

.hero__deco {
  position: absolute;
  z-index: 2;
  color: var(--black);
  font-family: "Viga", sans-serif;
  font-weight: 900;
  line-height: 1;
}

.hero__deco--gear {
  left: 248px;
  top: 128px;
  font-size: 44px;
}

.hero__deco--spark {
  left: 384px;
  bottom: 152px;
  font-size: 62px;
}

.hero__deco--heart {
  right: 378px;
  bottom: 180px;
  font-size: 46px;
}

.hero__deco--mic {
  right: 142px;
  top: 250px;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  color: var(--orange);
  font-size: 54px;
  background: #fff;
  border: 4px solid var(--black);
  border-radius: 999px;
  transform: rotate(12deg);
}

.hero__offer {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.offer-pill,
.offer-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  min-height: 76px;
  padding: 13px 22px;
  background: #fff;
  border: 3px solid var(--green);
  border-radius: 18px;
  box-shadow: 0 6px 0 var(--green-border);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}

.offer-pill span,
.offer-price span,
.offer-price small {
  font-size: 15px;
  color: var(--green);
}

.offer-pill strong,
.offer-price strong {
  color: var(--orange);
  font-family: "Viga", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1;
}

.main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 82px;
  padding: 18px 36px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 900;
  line-height: 1.2;
  background: var(--orange);
  border-radius: 18px;
  box-shadow: 0 7px 0 #111;
  transition: transform .12s ease, box-shadow .12s ease;
}

.main-cta:hover,
.header-cta:hover {
  transform: translateY(2px);
}

.main-cta:active,
.header-cta:active {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #111;
}

.intro-preview {
  position: relative;
  z-index: 2;
  margin-top: -150px;
  padding: 64px 24px 104px;
  background: var(--mint);
  overflow: hidden;
  scroll-margin-top: 120px;
}

.section-container {
  width: min(var(--container), 100%);
  margin-inline: auto;
  padding-inline: 40px;
}

.section-title {
  text-align: center;
}

.section-title__lead {
  margin: 0 0 10px;
  color: var(--green);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 1.3vw, 24px);
  font-weight: 900;
  line-height: 1.5;
}

.section-title__main {
  display: inline;
  margin: 0;
  padding-inline: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 900;
  line-height: 1.3;
  background: linear-gradient(transparent 62%, #fff 62%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.section-title--yellow .section-title__main {
  background: linear-gradient(transparent 62%, var(--cream) 62%);
}

.section-lead {
  max-width: 860px;
  margin: 34px auto 0;
  font-weight: 700;
  text-align: center;
}

.worry-scene {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(320px, 540px);
  align-items: center;
  justify-content: center;
  gap: 28px;
  max-width: 900px;
  margin: 46px auto 0;
}

.worry-scene__person {
  position: relative;
  z-index: 2;
  width: 240px;
  margin-inline: auto;
  filter: drop-shadow(9px 10px 0 rgba(46, 153, 132, .72)) drop-shadow(0 5px 0 rgba(0, 0, 0, .18));
  transform: rotate(-4deg);
}

.worry-scene__bubble {
  position: relative;
  width: min(100%, 540px);
  padding: 24px 30px;
  background: #fff;
  border: 3px solid var(--green);
  border-radius: 24px;
  box-shadow: 0 7px 0 var(--green-border);
}

.worry-scene__bubble::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 28px;
  height: 28px;
  background: #fff;
  border-left: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  border-radius: 0 0 0 5px;
  box-shadow: -3px 4px 0 var(--green-border);
  transform: translateY(-50%) rotate(45deg);
}

.worry-scene__bubble::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 50%;
  width: 8px;
  height: 48px;
  background: #fff;
  border: 0;
  transform: translateY(-50%);
}

.worry-scene__bubble p {
  margin: 0;
  color: var(--orange);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  letter-spacing: .04em;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}

.worry-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 142px;
  padding: 32px 18px 22px;
  text-align: center;
  background: #fff;
  border: 2px solid #bebebe;
  border-radius: 18px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, .1);
}

.worry-card__no {
  position: absolute;
  left: 18px;
  top: -18px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  font-family: "Viga", sans-serif;
  font-size: 26px;
  line-height: 1;
  background: var(--orange);
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, .32);
  transform: rotate(-8deg);
}

.worry-card p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 1.55vw, 21px);
  font-weight: 900;
  line-height: 1.5;
}

.stumble-section {
  position: relative;
  padding: 92px 24px 112px;
  overflow: hidden;
  scroll-margin-top: 120px;
}

.stumble-marquee,
.voice-marquee {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.stumble-marquee {
  margin-top: 52px;
  padding: 64px 0 18px;
}

.stumble-track,
.voice-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.stumble-track {
  animation: marquee-rtl 58s linear infinite;
}

.voice-track {
  animation: marquee-ltr 115s linear infinite;
}

.stumble-marquee:hover .stumble-track,
.voice-marquee:hover .voice-track {
  animation-play-state: paused;
}

.stumble-group,
.voice-group {
  display: flex;
  gap: 24px;
  padding-right: 24px;
}

.stumble-card {
  position: relative;
  flex: 0 0 320px;
  min-height: 258px;
  padding: 84px 24px 26px;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 20px;
  box-shadow: 0 7px 0 var(--green-border);
  overflow: visible;
}

.stumble-card__photo {
  position: absolute;
  left: 50%;
  top: -54px;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  padding: 4px;
  background: #fff;
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 6px 7px 0 rgba(46, 153, 132, .7), 3px 4px 0 rgba(0, 0, 0, .26);
  transform: translateX(-50%) rotate(-7deg);
}

.stumble-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 999px;
}

.stumble-card__photo--kuruma {
  transform: translateX(-50%) rotate(7deg);
}

.stumble-card__photo--kuruma img {
  object-position: center 14%;
}

.stumble-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--green);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 1.8vw, 25px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.stumble-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 700;
  line-height: 1.75;
}

.stumble-message {
  width: min(820px, 100%);
  margin: 54px auto 0;
  padding: 26px 30px;
  text-align: center;
  background: var(--mint);
  border-radius: 18px;
}

.stumble-message p {
  margin: 0;
  color: var(--orange);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.5;
}

.voice-section {
  position: relative;
  padding: 96px 24px 112px;
  overflow: hidden;
}

.voice-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -100px;
  width: min(1080px, 92vw);
  height: 210px;
  background: #fff;
  border-radius: 0 0 999px 999px;
  opacity: .82;
  transform: translateX(-50%);
}

.voice-section .section-container {
  position: relative;
  z-index: 1;
}

.voice-marquee {
  position: relative;
  z-index: 1;
  margin-top: 54px;
  padding: 10px 0 18px;
}

.voice-card {
  position: relative;
  flex: 0 0 330px;
  min-height: 260px;
  padding: 26px 24px 24px;
  background: #fff;
  border: 2px solid var(--black);
  border-radius: 18px;
  box-shadow: 7px 8px 0 rgba(46, 153, 132, .62);
}

.voice-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  background: var(--mint);
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, .25);
  overflow: hidden;
  transform: rotate(-5deg);
}

.voice-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-avatar::before {
  content: none;
  position: absolute;
  left: 17px;
  top: 18px;
  width: 38px;
  height: 42px;
  background: #ffd1aa;
  border: 2px solid var(--black);
  border-radius: 45% 45% 50% 50%;
}

.voice-avatar::after {
  content: none;
  position: absolute;
  left: 14px;
  top: 13px;
  width: 44px;
  height: 24px;
  background: #2a2522;
  border-radius: 50% 50% 35% 35%;
}

.voice-avatar span::before,
.voice-avatar span::after {
  content: none;
  position: absolute;
  z-index: 2;
  top: 38px;
  width: 5px;
  height: 5px;
  background: var(--black);
  border-radius: 999px;
}

.voice-avatar span::before {
  left: 29px;
}

.voice-avatar span::after {
  right: 29px;
}

.voice-card::after {
  content: none;
  position: absolute;
  left: 50%;
  top: 52px;
  z-index: 2;
  width: 18px;
  height: 8px;
  border-bottom: 3px solid var(--black);
  border-radius: 0 0 999px 999px;
  transform: translateX(-50%);
}

.voice-avatar--2,
.voice-avatar--8 {
  background: #fff3ba;
  transform: rotate(4deg);
}

.voice-avatar--3,
.voice-avatar--9 {
  background: #c7efe6;
  transform: rotate(-2deg);
}

.voice-avatar--4,
.voice-avatar--10 {
  background: #ffd7bf;
  transform: rotate(3deg);
}

.voice-avatar--5,
.voice-avatar--11 {
  background: #fff;
  transform: rotate(-6deg);
}

.voice-avatar--6,
.voice-avatar--12 {
  background: #f5eaff;
  transform: rotate(5deg);
}

.voice-card h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.voice-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.75;
}

.program-section {
  position: relative;
  padding: 96px 24px 112px;
  overflow: hidden;
}

.program-board {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  margin-top: 58px;
}

.program-person {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: end;
  min-height: 520px;
}

.program-person img {
  position: relative;
  z-index: 2;
  width: min(330px, 100%);
  margin-inline: auto;
  filter: drop-shadow(12px 14px 0 rgba(46, 153, 132, .65)) drop-shadow(0 7px 0 rgba(0, 0, 0, .22));
}

.program-person::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 250px;
  height: 250px;
  background: var(--yellow);
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 9px 10px 0 rgba(0, 0, 0, .18);
  transform: translateX(-50%) rotate(-8deg);
}

.program-person__label {
  position: absolute;
  right: -10px;
  top: 58px;
  z-index: 3;
  display: grid;
  grid-template-rows: auto auto;
  place-items: center;
  width: 178px;
  min-height: 86px;
  padding: 12px 16px 14px;
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  text-align: center;
  background: #fff;
  border: 3px solid var(--black);
  border-radius: 18px;
  box-shadow: 7px 8px 0 rgba(46, 153, 132, .68);
  transform: rotate(5deg);
}

.program-person__label span {
  display: block;
  color: var(--orange);
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.program-person__label strong {
  display: block;
  margin-top: 8px;
  color: var(--black);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.program-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.program-card {
  position: relative;
  min-height: 226px;
  padding: 34px 26px 26px;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 20px;
  box-shadow: 0 7px 0 var(--green-border);
}

.program-card__no {
  position: absolute;
  left: 20px;
  top: -20px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: #fff;
  font-family: "Viga", sans-serif;
  font-size: 27px;
  line-height: 1;
  background: var(--orange);
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, .32);
  transform: rotate(-8deg);
}

.program-card h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 1.8vw, 25px);
  font-weight: 900;
  line-height: 1.35;
}

.program-card p {
  margin: 0;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 750;
  line-height: 1.75;
}

.theme-panel {
  margin-top: 54px;
  padding: 34px 34px 30px;
  background: var(--mint);
  border: 3px solid var(--green);
  border-radius: 22px;
  box-shadow: 0 8px 0 var(--green-border);
}

.theme-panel h3 {
  margin: 0 0 22px;
  color: var(--orange);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.theme-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.theme-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  background: #fff;
  border: 2px solid var(--black);
  border-radius: 999px;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, .16);
}

.theme-panel p {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.journey-section {
  position: relative;
  padding: 96px 24px 112px;
  overflow: hidden;
}

.journey-road {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 58px;
}

.journey-road::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 80px;
  height: 8px;
  background: var(--green);
  border: 2px solid var(--black);
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, .22);
}

.journey-card {
  position: relative;
  min-height: 324px;
  padding: 90px 26px 28px;
  background: #fff;
  border: 3px solid var(--black);
  border-radius: 22px;
  box-shadow: 8px 9px 0 rgba(46, 153, 132, .7);
  transform-origin: center bottom;
  animation: boin-card 3.8s ease-in-out infinite;
}

.journey-card:nth-child(2) {
  margin-top: 34px;
  animation-delay: .28s;
}

.journey-card:nth-child(3) {
  margin-top: 68px;
  animation-delay: .56s;
}

.journey-card__month {
  position: absolute;
  left: 50%;
  top: -24px;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  background: var(--orange);
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 6px 7px 0 rgba(0, 0, 0, .34);
  --month-rotate: -7deg;
  transform: translateX(-50%) rotate(-7deg);
  transform-origin: center bottom;
  animation: boin-month 1.9s cubic-bezier(.22, 1.25, .36, 1) infinite;
}

.journey-card:nth-child(2) .journey-card__month {
  animation-delay: .22s;
  --month-rotate: 5deg;
  transform: translateX(-50%) rotate(5deg);
}

.journey-card:nth-child(3) .journey-card__month {
  animation-delay: .44s;
  --month-rotate: -3deg;
  transform: translateX(-50%) rotate(-3deg);
}

.journey-card h3 {
  margin: 0 0 14px;
  color: var(--green);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.journey-card p {
  margin: 0;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 800;
  line-height: 1.75;
}

.journey-message {
  width: min(820px, 100%);
  margin: 56px auto 0;
  padding: 26px 30px;
  color: var(--orange);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  border: 3px solid var(--green);
  border-radius: 20px;
  box-shadow: 0 8px 0 var(--green-border);
  transform-origin: center;
  animation: boin-message 3.2s ease-in-out infinite;
}

.journey-message p {
  margin: 0;
}

.recommend-section {
  position: relative;
  padding: 96px 24px 112px;
  overflow: hidden;
}

.recommend-section .section-container {
  position: relative;
}

.recommend-section .section-title {
  position: relative;
  z-index: 2;
}

.recommend-title-art {
  position: absolute;
  right: 34px;
  top: 82px;
  z-index: 1;
  width: 132px;
  pointer-events: none;
  filter: drop-shadow(7px 8px 0 rgba(46, 153, 132, .7)) drop-shadow(0 4px 0 rgba(0, 0, 0, .2));
  transform: rotate(8deg);
}

.recommend-title-art img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center 13%;
  border: 3px solid var(--black);
  border-radius: 999px;
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 96px;
}

.recommend-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 164px;
  padding: 36px 22px 24px;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 20px;
  box-shadow: 0 7px 0 var(--green-border);
}

.recommend-card span {
  position: absolute;
  left: 18px;
  top: -18px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #fff;
  font-family: "Viga", sans-serif;
  font-size: 25px;
  line-height: 1;
  background: var(--orange);
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, .32);
  transform: rotate(-8deg);
}

.recommend-card p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.recommend-cta {
  width: min(840px, 100%);
  margin: 54px auto 0;
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: 30px;
  background: var(--mint);
  border-radius: 22px;
}

.recommend-cta p {
  margin: 0;
  color: var(--black);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.reason-section,
.flow-section,
.faq-section,
.final-section {
  position: relative;
  padding: 96px 24px 112px;
  overflow: hidden;
}

.reason-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
  margin-top: 56px;
}

.reason-price {
  display: grid;
  place-items: center;
  min-height: 320px;
  padding: 28px;
  text-align: center;
  background: #fff;
  border: 3px solid var(--black);
  border-radius: 50%;
  box-shadow: 10px 12px 0 rgba(46, 153, 132, .7);
  transform: rotate(-4deg);
}

.reason-price span,
.reason-price small {
  color: var(--green);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.reason-price strong {
  display: block;
  color: var(--orange);
  font-family: "Viga", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(48px, 5vw, 74px);
  line-height: 1;
}

.reason-cards {
  display: grid;
  gap: 20px;
}

.reason-card {
  position: relative;
  padding: 26px 28px 24px 88px;
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 20px;
  box-shadow: 0 7px 0 var(--green-border);
}

.reason-card span,
.recommend-card span {
  font-family: "Viga", sans-serif;
}

.reason-card span {
  position: absolute;
  left: 24px;
  top: 28px;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  background: var(--orange);
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, .32);
  transform: rotate(-7deg);
}

.reason-card h3,
.flow-step h3 {
  margin: 0 0 10px;
  color: var(--green);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.35;
}

.reason-card p,
.flow-step p,
.faq-list p {
  margin: 0;
  font-size: clamp(14px, 1.25vw, 16px);
  font-weight: 800;
  line-height: 1.75;
}

.reason-note {
  width: fit-content;
  max-width: 100%;
  margin: 38px auto 0;
  padding: 13px 24px;
  color: var(--orange);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  background: #fff;
  border: 2px solid var(--black);
  border-radius: 999px;
  box-shadow: 6px 7px 0 rgba(46, 153, 132, .72);
  transform: rotate(-1.5deg);
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 56px;
}

.flow-step {
  position: relative;
  min-height: 260px;
  padding: 72px 20px 24px;
  background: #fff;
  border: 2px solid var(--black);
  border-radius: 20px;
  box-shadow: 7px 8px 0 rgba(46, 153, 132, .62);
}

.flow-step::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  background: var(--orange);
  border: 3px solid var(--black);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}

.flow-step:last-child::after {
  display: none;
}

.flow-step span {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-grid;
  place-items: center;
  min-height: 38px;
  padding: 6px 14px;
  color: #fff;
  font-family: "Viga", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 1;
  background: var(--orange);
  border: 3px solid var(--black);
  border-radius: 999px;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, .32);
  transform: rotate(-5deg);
}

.faq-list {
  display: grid;
  gap: 18px;
  width: min(900px, 100%);
  margin: 56px auto 0;
}

.faq-list details {
  background: #fff;
  border: 2px solid var(--green);
  border-radius: 18px;
  box-shadow: 0 7px 0 var(--green-border);
  overflow: hidden;
}

.faq-list summary {
  position: relative;
  padding: 22px 64px 22px 26px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 900;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--orange);
  border: 2px solid var(--black);
  border-radius: 999px;
  transform: translateY(-50%);
}

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

.faq-list p {
  padding: 0 26px 24px;
}

.final-panel {
  display: grid;
  justify-items: center;
  gap: 26px;
  width: min(940px, 100%);
  margin: 0 auto;
  padding: 54px 36px;
  text-align: center;
  background: var(--mint);
  border: 3px solid var(--green);
  border-radius: 28px;
  box-shadow: 0 10px 0 var(--green-border);
}

.final-copy h2 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.18;
}

.final-copy > p:last-child {
  margin: 20px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.5;
}

.final-offer {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  min-height: 84px;
  padding: 14px 28px;
  background: #fff;
  border: 3px solid var(--green);
  border-radius: 18px;
  box-shadow: 0 6px 0 var(--green-border);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}

.final-offer span,
.final-offer small {
  color: var(--green);
  font-size: 16px;
}

.final-offer strong {
  color: var(--orange);
  font-family: "Viga", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(40px, 4vw, 62px);
  line-height: 1;
}

.private-note {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(780px, 100%);
  margin: 28px auto 0;
  padding: 16px 20px;
  background: #fff;
  border: 2px dashed var(--green);
  border-radius: 16px;
}

.private-note span {
  flex: 0 0 auto;
  padding: 6px 12px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 900;
  background: var(--orange);
  border-radius: 999px;
}

.private-note p {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}

.site-footer {
  padding: 34px 24px 40px;
  color: #fff;
  background: var(--black);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.site-footer p {
  margin: 0;
}

.site-footer__label {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.site-footer__company,
.site-footer__copy {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  opacity: .82;
}

@keyframes soft-pop {
  0%,
  100% {
    scale: 1;
  }
  45% {
    scale: 1.028;
  }
  62% {
    scale: .992;
  }
}

@keyframes boin-card {
  0%,
  72%,
  100% {
    transform: translateY(0) scale(1);
  }
  78% {
    transform: translateY(-7px) scale(1.018, .988);
  }
  84% {
    transform: translateY(3px) scale(.992, 1.012);
  }
  90% {
    transform: translateY(-3px) scale(1.008, .996);
  }
}

@keyframes boin-month {
  0%,
  58%,
  100% {
    transform: translateX(-50%) translateY(0) rotate(var(--month-rotate)) scale(1);
  }
  66% {
    transform: translateX(-50%) translateY(-18px) rotate(var(--month-rotate)) scale(1.09, .92);
  }
  75% {
    transform: translateX(-50%) translateY(5px) rotate(var(--month-rotate)) scale(.94, 1.12);
  }
  84% {
    transform: translateX(-50%) translateY(-6px) rotate(var(--month-rotate)) scale(1.035, .98);
  }
}

@keyframes boin-message {
  0%,
  76%,
  100% {
    transform: scale(1);
  }
  83% {
    transform: scale(1.026, .985);
  }
  90% {
    transform: scale(.992, 1.018);
  }
}

@keyframes marquee-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-ltr {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

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

  .pop-cta,
  .stumble-track,
  .voice-track,
  .journey-card,
  .journey-card__month,
  .journey-message {
    animation: none;
  }
}

@media screen and (max-width: 1024px) {
  .hero {
    padding-bottom: 120px;
  }

  .hero__stage {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: end;
    column-gap: 12px;
    row-gap: 10px;
    width: min(900px, 100%);
    min-height: 0;
    padding-top: 112px;
  }

  .hero__main {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 1 / -1;
    order: 1;
    width: min(720px, 78vw);
    min-height: 400px;
    margin-inline: auto;
    padding: 64px 46px 70px;
    transform: none;
  }

  .hero__main::before,
  .hero__main::after {
    display: none;
  }

  .hero__title span {
    font-size: clamp(30px, 4vw, 40px);
  }

  .hero__title strong {
    font-size: clamp(48px, 6.2vw, 64px);
    line-height: 1.06;
  }

  .hero__box {
    position: relative;
    left: auto;
    top: auto;
    grid-column: 2 / 6;
    order: 2;
    width: min(360px, 40vw);
    height: 136px;
    margin: -42px auto 0;
    transform: none;
  }

  .hero__person--left {
    position: relative;
    left: auto;
    bottom: auto;
    grid-column: 1 / 3;
    order: 4;
    justify-self: center;
    width: clamp(190px, 24vw, 250px);
    margin-top: 4px;
  }

  .hero__person--right {
    position: relative;
    right: auto;
    bottom: auto;
    grid-column: 5 / 7;
    order: 5;
    justify-self: center;
    width: clamp(230px, 30vw, 315px);
    margin-top: -16px;
  }

  .hero-badge {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    order: 3;
    width: clamp(118px, 14vw, 142px);
    padding: 16px 12px;
  }

  .hero-badge span {
    font-size: 11px;
  }

  .hero-badge strong {
    font-size: clamp(14px, 1.65vw, 17px);
  }

  .hero-badge--left {
    grid-column: 1 / 3;
    justify-self: center;
    margin-top: -30px;
    transform: rotate(-8deg);
  }

  .hero-badge--right {
    grid-column: 3 / 5;
    justify-self: center;
    margin-top: -30px;
    transform: rotate(6deg);
  }

  .hero-badge--bottom {
    grid-column: 5 / 7;
    justify-self: center;
    margin-top: -30px;
    transform: rotate(8deg);
  }

  .hero__deco {
    display: none;
  }

  .hero__offer {
    flex-wrap: wrap;
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  body::before,
  body::after {
    display: none;
  }

  .show-sp {
    display: block;
  }

  .show-pc {
    display: none;
  }

  .site-header__inner {
    height: 72px;
    padding-inline: 12px;
  }

  .brand {
    gap: 7px;
  }

  .brand__mark {
    width: 58px;
    height: 30px;
    border-width: 2px;
    box-shadow: 4px 4px 0 rgba(46, 153, 132, .9);
    font-size: 12px;
  }

  .brand__text {
    max-width: 124px;
    font-size: clamp(15px, 4.2vw, 19px);
    line-height: 1.05;
  }

  .header-cta {
    gap: 7px;
    padding: 9px 10px;
    border-radius: 13px;
    font-size: 12px;
    letter-spacing: .02em;
    white-space: nowrap;
    box-shadow: 0 5px 0 rgba(0, 0, 0, .78);
  }

  .header-cta .play-icon {
    width: 29px;
    height: 29px;
    border-width: 2px;
  }

  .header-cta span:last-child {
    display: inline;
    max-width: none;
    line-height: 1.15;
  }

  .hero {
    min-height: auto;
    padding: 86px 14px 156px;
  }

  .hero::after {
    bottom: -130px;
    width: 145vw;
    height: 260px;
  }

  .hero__stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    padding-top: 112px;
  }

  .hero__main {
    top: auto;
    grid-column: 1 / -1;
    width: min(94vw, 470px);
    min-height: 312px;
    padding: 54px 20px 52px;
    border-radius: 46% 42% 50% 44% / 40% 46% 44% 50%;
  }

  .hero__main::before {
    left: 26px;
    top: -28px;
    width: 104px;
    height: 86px;
  }

  .hero__main::after {
    right: 26px;
    bottom: -28px;
    width: 64px;
    height: 58px;
  }

  .hero__tag {
    font-size: 15px;
    padding: 7px 13px;
    box-shadow: 6px 6px 0 rgba(46, 153, 132, .86);
  }

  .hero__title span {
    font-size: clamp(24px, 7vw, 30px);
  }

  .hero__title strong {
    font-size: clamp(48px, 14vw, 62px);
    line-height: 1.02;
  }

  .hero__lead {
    font-size: clamp(18px, 5vw, 22px);
  }

  .hero__box {
    top: auto;
    grid-column: 1 / -1;
    width: 285px;
    height: 112px;
    margin-top: 2px;
  }

  .hero__box::before,
  .hero__box::after {
    top: -32px;
    height: 44px;
  }

  .hero__boxLogo {
    font-size: 40px;
  }

  .hero__boxText {
    font-size: 24px;
  }

  .hero__person {
    filter: drop-shadow(7px 8px 0 rgba(46, 153, 132, .72)) drop-shadow(0 5px 0 rgba(0, 0, 0, .18));
  }

  .hero__person--left {
    left: auto;
    bottom: auto;
    grid-column: 1 / 2;
    justify-self: center;
    width: 170px;
    margin-top: -34px;
  }

  .hero__person--right {
    right: auto;
    bottom: auto;
    grid-column: 2 / 3;
    justify-self: center;
    width: 235px;
    margin-top: -20px;
  }

  .hero-badge {
    order: 3;
    width: 116px;
    padding: 15px 10px;
    border-width: 2px;
    box-shadow: 5px 6px 0 rgba(0, 0, 0, .38);
  }

  .hero-badge span {
    font-size: 10px;
  }

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

  .hero-badge--left {
    grid-column: 1 / 2;
    justify-self: center;
    margin-top: -26px;
    transform: rotate(-8deg);
  }

  .hero-badge--right {
    grid-column: 2 / 3;
    justify-self: center;
    margin-top: -26px;
    transform: rotate(6deg);
  }

  .hero-badge--bottom {
    grid-column: 1 / -1;
    justify-self: center;
    margin-top: -8px;
    transform: rotate(8deg);
  }

  .hero__deco--gear {
    left: 16px;
    top: 202px;
    font-size: 34px;
  }

  .hero__deco--spark {
    left: 42px;
    bottom: 160px;
    font-size: 38px;
  }

  .hero__deco--heart {
    right: 26px;
    bottom: 212px;
    font-size: 32px;
  }

  .hero__deco--mic {
    right: 8px;
    top: 248px;
    width: 46px;
    height: 46px;
    border-width: 3px;
    font-size: 35px;
  }

  .hero__offer {
    display: grid;
    grid-template-columns: 1fr;
    width: min(420px, 100%);
    gap: 12px;
    margin-top: 4px;
  }

  .offer-pill,
  .offer-price {
    min-height: 64px;
    padding: 10px 16px;
    border-radius: 15px;
    border-width: 2px;
    box-shadow: 0 5px 0 var(--green-border);
  }

  .offer-pill strong,
  .offer-price strong {
    font-size: 34px;
  }

  .main-cta {
    min-height: 70px;
    padding: 14px 18px;
    border-radius: 16px;
    font-size: 18px;
    box-shadow: 0 6px 0 #111;
  }

  .main-cta .play-icon {
    width: 34px;
    height: 34px;
    border-width: 2px;
  }

  .intro-preview {
    margin-top: -90px;
    padding: 50px 16px 72px;
  }

  .section-container {
    padding-inline: 8px;
  }

  .section-title__lead {
    font-size: clamp(15px, 4.2vw, 18px);
  }

  .section-title__main {
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.35;
  }

  .section-lead {
    margin-top: 26px;
    text-align: left;
  }

  .worry-scene {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 34px;
  }

  .worry-scene__person {
    width: 190px;
  }

  .worry-scene__bubble {
    width: 100%;
    margin-top: -8px;
    padding: 20px 18px;
    border-radius: 22px;
  }

  .worry-scene__bubble::before {
    left: 50%;
    top: -15px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-left: 3px solid var(--green);
    border-top: 3px solid var(--green);
    border-right: 0;
    border-bottom: 0;
    border-radius: 5px 0 0 0;
    box-shadow: -3px -3px 0 var(--green-border);
    transform: translateX(-50%) rotate(45deg);
  }

  .worry-scene__bubble::after {
    left: 50%;
    top: -2px;
    width: 48px;
    height: 8px;
    background: #fff;
    border: 0;
    transform: translateX(-50%);
  }

  .worry-scene__bubble p {
    font-size: clamp(20px, 6vw, 25px);
  }

  .worry-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 40px;
  }

  .worry-card {
    min-height: 118px;
    padding: 28px 16px 20px;
    border-radius: 16px;
  }

  .worry-card__no {
    left: 14px;
    top: -15px;
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .worry-card p {
    font-size: 18px;
    line-height: 1.45;
  }

  .stumble-section {
    padding: 64px 16px 78px;
  }

  .stumble-marquee {
    margin-top: 34px;
    padding: 58px 0 16px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  }

  .stumble-group,
  .voice-group {
    gap: 18px;
    padding-right: 18px;
  }

  .stumble-card {
    flex-basis: 300px;
    min-height: auto;
    padding: 78px 18px 22px;
    border-radius: 16px;
  }

  .stumble-card__photo {
    top: -46px;
    width: 96px;
    height: 96px;
  }

  .stumble-card h3 {
    font-size: 21px;
  }

  .stumble-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .stumble-message {
    margin-top: 36px;
    padding: 22px 18px;
  }

  .stumble-message p {
    font-size: 20px;
  }

  .voice-section {
    padding: 68px 16px 82px;
  }

  .voice-section::before {
    top: -78px;
    height: 150px;
  }

  .voice-marquee {
    margin-top: 40px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  }

  .voice-track {
    animation-duration: 130s;
  }

  .voice-card {
    flex-basis: 292px;
    min-height: 250px;
    padding: 24px 20px 22px;
    border-radius: 16px;
  }

  .voice-avatar {
    width: 64px;
    height: 64px;
    margin-bottom: 12px;
  }

  .voice-avatar::before {
    left: 15px;
    top: 16px;
    width: 34px;
    height: 38px;
  }

  .voice-avatar::after {
    left: 12px;
    top: 12px;
    width: 40px;
    height: 22px;
  }

  .voice-avatar span::before {
    left: 26px;
    top: 34px;
  }

  .voice-avatar span::after {
    right: 26px;
    top: 34px;
  }

  .voice-card::after {
    top: 47px;
  }

  .voice-card h3 {
    font-size: 18px;
  }

  .voice-card p {
    font-size: 14px;
    line-height: 1.7;
  }

  .program-section {
    padding: 68px 16px 84px;
  }

  .program-board {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 42px;
  }

  .program-person {
    min-height: 330px;
  }

  .program-person img {
    width: 230px;
  }

  .program-person::before {
    bottom: 14px;
    width: 190px;
    height: 190px;
  }

  .program-person__label {
    right: calc(50% - 174px);
    top: 18px;
    width: 148px;
    min-height: 70px;
    height: auto;
    padding: 10px 12px 11px;
    border-radius: 15px;
    transform: rotate(5deg);
  }

  .program-person__label span {
    font-size: 14px;
  }

  .program-person__label strong {
    margin-top: 6px;
    font-size: 24px;
  }

  .program-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .program-card {
    min-height: auto;
    padding: 30px 18px 22px;
    border-radius: 16px;
  }

  .program-card__no {
    left: 16px;
    top: -16px;
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .program-card h3 {
    padding-left: 52px;
    font-size: 21px;
  }

  .program-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .theme-panel {
    margin-top: 38px;
    padding: 28px 18px 24px;
    border-radius: 18px;
  }

  .theme-tags {
    justify-content: flex-start;
    gap: 10px;
  }

  .theme-tags span {
    min-height: 38px;
    padding: 7px 12px;
    font-size: 13px;
  }

  .theme-panel p {
    text-align: left;
  }

  .journey-section {
    padding: 68px 16px 84px;
  }

  .journey-road {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 48px;
  }

  .journey-road::before {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: auto;
    transform: translateX(-50%);
  }

  .journey-card,
  .journey-card:nth-child(2),
  .journey-card:nth-child(3) {
    min-height: auto;
    margin-top: 0;
    padding: 78px 20px 24px;
    border-radius: 18px;
  }

  .journey-card__month {
    width: 92px;
    height: 92px;
    top: -18px;
    font-size: 18px;
  }

  .journey-card h3 {
    font-size: 22px;
  }

  .journey-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .journey-message {
    margin-top: 38px;
    padding: 22px 18px;
    font-size: 21px;
    border-radius: 18px;
  }

  .recommend-section {
    padding: 68px 16px 84px;
  }

  .recommend-title-art {
    position: relative;
    right: auto;
    top: auto;
    width: 112px;
    margin: 22px auto -4px;
  }

  .recommend-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 42px;
  }

  .recommend-card {
    min-height: 128px;
    padding: 30px 18px 22px;
    border-radius: 16px;
  }

  .recommend-card span {
    left: 14px;
    top: -15px;
    width: 46px;
    height: 46px;
    font-size: 22px;
  }

  .recommend-card p {
    font-size: 18px;
  }

  .recommend-cta {
    margin-top: 38px;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .recommend-cta p {
    font-size: 21px;
  }

  .reason-section,
  .flow-section,
  .faq-section,
  .final-section {
    padding: 68px 16px 84px;
  }

  .reason-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 42px;
  }

  .reason-price {
    min-height: 240px;
    width: min(240px, 100%);
    margin-inline: auto;
    padding: 22px;
  }

  .reason-price span,
  .reason-price small {
    font-size: 18px;
  }

  .reason-price strong {
    font-size: 52px;
  }

  .reason-cards {
    gap: 18px;
  }

  .reason-card {
    padding: 30px 18px 22px;
    border-radius: 16px;
  }

  .reason-card span {
    left: 16px;
    top: -16px;
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .reason-card h3 {
    padding-left: 52px;
    font-size: 21px;
  }

  .reason-card p {
    font-size: 15px;
    line-height: 1.7;
  }

  .reason-note {
    margin-top: 30px;
    padding: 12px 16px;
    font-size: 17px;
    border-radius: 18px;
  }

  .flow-steps {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 42px;
  }

  .flow-step {
    min-height: auto;
    padding: 68px 18px 22px;
    border-radius: 16px;
  }

  .flow-step::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -25px;
    transform: translateX(-50%) rotate(90deg);
  }

  .flow-step h3 {
    font-size: 22px;
  }

  .flow-step p {
    font-size: 15px;
    line-height: 1.7;
  }

  .faq-list {
    gap: 16px;
    margin-top: 42px;
  }

  .faq-list details {
    border-radius: 16px;
  }

  .faq-list summary {
    padding: 18px 58px 18px 18px;
    font-size: 17px;
  }

  .faq-list summary::after {
    right: 16px;
    width: 32px;
    height: 32px;
  }

  .faq-list p {
    padding: 0 18px 20px;
    font-size: 15px;
    line-height: 1.7;
  }

  .final-panel {
    gap: 22px;
    padding: 36px 18px;
    border-radius: 22px;
  }

  .final-copy h2 {
    font-size: clamp(28px, 8vw, 32px);
    line-height: 1.24;
  }

  .final-copy > p:last-child {
    font-size: 21px;
  }

  .final-offer {
    width: 100%;
    min-height: 76px;
    padding: 12px 18px;
    gap: 8px;
  }

  .final-offer span,
  .final-offer small {
    min-width: 2.4em;
    white-space: nowrap;
    font-size: 14px;
    letter-spacing: .02em;
  }

  .final-offer strong {
    font-size: clamp(38px, 11vw, 42px);
  }

  .private-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
  }

  .site-footer {
    padding: 30px 16px 36px;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__label {
    font-size: 16px;
    line-height: 1.45;
  }
}
