@charset "UTF-8";
html {
  font-size: 62.5%;
}

.spring-c .l-footer {
  font-size: 100%;
  line-height: 2;
}
.spring-c .l-footer__sitemap .title,
.spring-c .l-footer__sitemap--header,
.spring-c .l-footer__bottom--sale,
.spring-c .l-footer__copyright--upper,
.spring-c .l-footer__copyright--footer {
  color: #333333;
}
.spring-c {
  --sc-blue: #00affe;
  --sc-blue-dark: #0d7db2;
  --sc-pink: #ed6791;
  --sc-pink-soft: #fef0f7;
  --sc-gold: #a39c31;
  --sc-ink: #243343;
  --sc-cream: #fffdf6;
  --sc-border: rgba(36, 51, 67, 0.12);
  --sc-shell: 1180px;
  margin: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fff8f0 20%, #f8fbff 100%);
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  color: var(--sc-ink);
}
.spring-c .sc-page,
.spring-c .sc-page *,
.spring-c .sc-page *::before,
.spring-c .sc-page *::after {
  box-sizing: border-box;
}
.spring-c .sc-page img {
  display: block;
  width: 100%;
  height: auto;
}
.spring-c a {
  color: inherit;
  text-decoration: none;
}
.spring-c button {
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}
.spring-c.sc-nav-open {
  overflow: hidden;
}
.spring-c .sc-shell {
  width: min(var(--sc-shell), 90%);
  margin: auto;
}
.spring-c .sc-page {
  overflow: hidden;
  padding-bottom: calc(112px + env(safe-area-inset-bottom, 0px));
}
.spring-c .sc-blue {
  color: var(--sc-blue);
}
.spring-c .sc-pink {
  color: var(--sc-pink);
}
.spring-c .sc-gold {
  color: var(--sc-gold);
}
.spring-c .sc-white {
  color: #fff;
}
.spring-c .sc-large {
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1;
}
.spring-c .sc-section,
.spring-c .sc-campaign {
  position: relative;
  padding: 56px 0;
}
.spring-c .sc-section__head {
  margin-bottom: 28px;
  text-align: center;
}
.spring-c .sc-section__eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.spring-c .sc-section h2 {
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.45;
}
.spring-c .sc-btn-cta,
.spring-c .sc-btn-secondary,
.spring-c .sc-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.spring-c .sc-btn-cta:hover,
.spring-c .sc-btn-secondary:hover,
.spring-c .sc-btn-outline:hover {
  transform: translateY(-1px);
}
.spring-c .sc-btn-cta {
  background: linear-gradient(135deg, #21dc5e 0%, #00b84e 100%);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 184, 78, 0.28);
}
.spring-c .sc-btn-secondary {
  background: linear-gradient(135deg, #eff9ff 0%, #d8f4ff 100%);
  color: var(--sc-blue-dark);
  box-shadow: 0 10px 24px rgba(0, 175, 254, 0.14);
}
.spring-c .sc-btn-secondary--line {
  background: linear-gradient(135deg, #00c853 0%, #00a843 100%);
  color: #fff;
}
.spring-c .sc-btn-secondary--light {
  background: #fff;
  color: var(--sc-blue-dark);
}
.spring-c .sc-btn-outline {
  border: 1px solid rgba(36, 51, 67, 0.18);
  background: rgba(255, 255, 255, 0.75);
  color: var(--sc-ink);
}
.spring-c .sc-btn-outline--light {
  border-color: rgba(255, 255, 255, 0.64);
  background: transparent;
  color: #fff;
}
.spring-c .sc-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 26px rgba(36, 51, 67, 0.12);
  backdrop-filter: blur(10px);
}
.spring-c .sc-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 10px 0;
}
.spring-c .sc-header__logo {
  width: 132px;
}
.spring-c .sc-header__menu {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.spring-c .sc-header__menu-icon {
  display: block;
  color: var(--sc-ink);
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}
.spring-c .sc-header__spacer {
  width: 32px;
  height: 32px;
}
.spring-c .sc-nav {
  position: fixed;
  inset: 0;
  z-index: 40;
}
.spring-c .sc-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 25, 35, 0.42);
}
.spring-c .sc-nav__panel {
  position: absolute;
  top: 16px;
  right: 16px;
  width: min(360px, 100% - 32px);
  padding: 20px 18px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 44px rgba(36, 51, 67, 0.2);
}
.spring-c .sc-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.spring-c .sc-nav__title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sc-blue-dark);
}
.spring-c .sc-nav__close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(36, 51, 67, 0.08);
  font-size: 24px;
  line-height: 1;
}
.spring-c .sc-nav__links {
  display: grid;
  gap: 10px;
}
.spring-c .sc-nav__links a {
  padding: 14px 16px;
  border-radius: 18px;
  background: #f8fbfd;
  font-size: 15px;
}
.spring-c .sc-nav__cta-group {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.spring-c .sc-hero {
  position: relative;
  margin-top: 64px;
}
.spring-c .sc-hero__visual {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  aspect-ratio: 64/100;
  background: url("../lp/spring-c/img/hero_sp.webp") center/cover no-repeat;
  box-shadow: 0 28px 44px rgba(36, 51, 67, 0.12);
}
.spring-c .sc-hero__body {
  position: relative;
  z-index: 1;
  display: none;
  align-content: start;
  min-height: 100%;
}
.spring-c .sc-hero__lead {
  max-width: 340px;
}
.spring-c .sc-hero__eyebrow {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  height: 20%;
}
.spring-c .sc-page .sc-hero__anniv {
  flex: none;
  width: auto;
  height: 100%;
}
.spring-c .sc-hero__pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff9cf 0%, #f6eeb8 100%);
  box-shadow: 0 10px 24px rgba(187, 167, 53, 0.18);
  color: #3c352b;
  font-size: 13px;
  font-weight: 800;
}
.spring-c .sc-hero__copy {
  height: 20%;
  padding-right: 12px;
  background: none;
}
.spring-c .sc-hero__copy-top,
.spring-c .sc-hero__copy-bottom {
  color: #2f2b28;
  line-height: 1.06;
  letter-spacing: -0.06em;
  text-shadow: 0 4px 16px rgba(255, 255, 255, 0.28);
}
.spring-c .sc-hero__copy-top {
  font-size: clamp(32px, 9.6vw, 46px);
  font-weight: 900;
}
.spring-c .sc-hero__copy-bottom {
  font-size: clamp(44px, 13vw, 64px);
  font-weight: 900;
}
.spring-c .sc-hero__copy-accent {
  color: #ff7a00;
}
.spring-c .sc-hero__summary {
  height: 7%;
  color: #35312d;
  font-size: clamp(18px, 5.2vw, 26px);
  font-weight: 800;
  line-height: 1.45;
}
.spring-c .sc-hero__points {
  display: grid;
  height: 25%;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.spring-c .sc-hero__points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #35312d;
  font-size: clamp(16px, 4.7vw, 22px);
  font-weight: 800;
}
.spring-c .sc-hero__points li::before {
  content: "";
  flex: none;
  width: 24px;
  height: 24px;
  background: url("../lp/spring-c/img/check-icon.webp") center/contain no-repeat;
}
.spring-c .sc-hero__actions {
  display: grid;
  height: 25%;
  gap: 12px;
}
.spring-c .sc-hero__cta-primary {
  min-height: 62px;
  font-size: 18px;
  background: linear-gradient(180deg, #57cd17 0%, #379f00 100%);
  box-shadow: 0 12px 28px rgba(72, 164, 16, 0.28);
}
.spring-c .sc-hero__cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 12px 18px;
  border: 2px solid rgba(60, 71, 82, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(36, 51, 67, 0.1);
  color: #34a853;
  font-size: 18px;
  font-weight: 800;
}
.spring-c .sc-hero__cta-secondary img {
  width: 24px;
}
.spring-c .sc-hero__note {
  height: 5%;
  color: rgba(53, 49, 45, 0.72);
  font-size: 12px;
  text-align: center;
}
.spring-c .sc-hero__gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  padding-right: 18px;
}
.spring-c .sc-hero__badges {
  position: absolute;
  right: 12px;
  bottom: 112px;
  z-index: 2;
  display: grid;
  gap: 10px;
  width: 96px;
}
.spring-c .sc-hero__badge {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(36, 51, 67, 0.16));
}
.spring-c .sc-hero__badge--raised {
  position: relative;
  top: -14px;
}
.spring-c .sc-hero__card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 28px rgba(36, 51, 67, 0.12);
}
.spring-c .sc-hero__card--wide {
  grid-column: span 2;
}
.spring-c .sc-hero__card img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.spring-c .sc-hero__medal {
  position: absolute;
  right: -4px;
  bottom: -14px;
  z-index: 2;
  width: 118px;
  filter: drop-shadow(0 14px 20px rgba(78, 49, 6, 0.26));
}
.spring-c .sc-campaign-intro,
.spring-c .sc-hero__chips,
.spring-c .sc-cta-box__actions,
.spring-c .sc-campaign__actions,
.spring-c .sc-access__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.spring-c .sc-campaign-intro {
  display: block;
  padding: 14px 12px 18px;
  background: url("../lp/spring-c/img/campaign-bg.jpg") center/cover no-repeat;
}
.spring-c .sc-campaign-card {
  padding: 14px 12px 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 6px 18px rgba(36, 51, 67, 0.18);
  text-align: center;
}
.spring-c .sc-campaign-card__title {
  margin: 0 0 10px;
  color: #3f2d1d;
  font-size: 13px;
  font-weight: 700;
}
.spring-c .sc-campaign-card__title span {
  margin-right: 4px;
  color: #d472a4;
  font-size: 20px;
}
.spring-c .sc-campaign-card__perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 8px;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  color: #9d8d48;
  font-size: 10px;
}
.spring-c .sc-campaign-card__perks li::before {
  content: ・;
  margin-right: 4px;
  color: #f1c9d6;
}
.spring-c .sc-campaign-card__price {
  margin: 0;
  color: #3f2d1d;
  font-size: 13px;
  line-height: 1.4;
}
.spring-c .sc-campaign-card__price strong {
  color: #e86b7a;
  font-size: 23px;
  font-weight: 900;
}
.spring-c .sc-campaign-card__price span {
  color: #ff5e8d;
  font-size: 28px;
  font-weight: 900;
}
.spring-c .sc-campaign-card__details {
  max-width: 620px;
  margin: 12px auto 0;
  padding: 10px;
  border: 1px solid rgba(212, 114, 164, 0.26);
  border-radius: 8px;
  background: #fffaf3;
  color: #4d3a2a;
  text-align: left;
}
.spring-c .sc-campaign-card__details-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  color: #d472a4;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  list-style: none;
}
.spring-c .sc-campaign-card__details[open] .sc-campaign-card__details-title {
  margin-bottom: 8px;
}
.spring-c .sc-campaign-card__details-title::-webkit-details-marker {
  display: none;
}
.spring-c .sc-campaign-card__details-title::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #f6dce7;
  color: #9b3f6b;
  font-size: 14px;
  line-height: 1;
}
.spring-c .sc-campaign-card__details[open] .sc-campaign-card__details-title::after {
  content: "-";
}
.spring-c .sc-campaign-card__detail-list {
  display: grid;
  gap: 8px;
  margin: 0;
}
.spring-c .sc-campaign-card__detail-list div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}
.spring-c .sc-campaign-card__detail-list dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  border-radius: 999px;
  background: #f6dce7;
  color: #9b3f6b;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
}
.spring-c .sc-campaign-card__detail-list dd {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}
.spring-c .sc-campaign-card__breakdown {
  margin: 10px 0 0;
  padding: 8px 10px;
  border-radius: 6px;
  background: #fff;
  color: #7f5833;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.spring-c .sc-campaign-card__terms {
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding-left: 1.2em;
  color: #77675b;
  font-size: 10px;
  line-height: 1.5;
}
.spring-c .sc-campaign-card__note {
  margin: 8px 0 0;
  color: #a5965d;
  font-size: 10px;
}
.spring-c .sc-campaign-intro__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 62px;
  margin-top: 12px;
  border: 0;
  background: linear-gradient(180deg, #57cd17 0%, #379f00 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(72, 164, 16, 0.28);
}
.spring-c .sc-campaign-intro__cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
}
.spring-c .sc-campaign-intro__cta img {
  width: 20px;
}
.spring-c .sc-campaign-intro__cta-arrow {
  font-size: 24px;
}
.spring-c .sc-worry-lead {
  background: linear-gradient(180deg, #fff 0%, #fffdf8 100%);
}
.spring-c .sc-worry-lead__panel {
  container-type: size;
  position: relative;
  display: grid;
  grid-template-rows: 35fr 8fr;
  width: 100%;
  height: 59vw;
  margin: auto;
  gap: 4px;
  aspect-ratio: 767/373;
}
@media (min-width: 768px) {
  .spring-c .sc-worry-lead__panel {
    width: min(var(--sc-shell), 90%);
    height: auto;
  }
}
.spring-c .sc-worry-lead__panel::before {
  content: none;
}
.spring-c .sc-worry-lead__panel > .sc-shell {
  margin-block: 0;
}
.spring-c .sc-worry-lead__intro {
  display: block;
  position: relative;
  z-index: 1;
  height: 45%;
  padding: 6% 20% 0 0;
}
.spring-c .sc-worry-lead__copy {
  position: relative;
  z-index: 1;
}
.spring-c .sc-worry-lead__eyebrow {
  margin: 0 0 7px;
  color: #3f2d1d;
  font-size: 6cqh;
  line-height: 1.45;
}
.spring-c .sc-worry-lead h2 {
  margin: 0 0 10px;
  color: #3f2d1d;
  font-size: 7cqh;
  line-height: 1.42;
  font-weight: 700;
}
.spring-c .sc-worry-lead h2 span {
  color: #b89b2b;
  font-size: 8cqh;
  line-height: 1;
}
.spring-c .sc-worry-lead__text {
  margin: 0;
  color: #8f805e;
  font-size: 0.8em;
  line-height: 1.5;
}
.spring-c .sc-worry-lead__image {
  position: absolute;
  right: 0;
  top: 0px;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.spring-c .sc-worry-lead__image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 0;
}
.spring-c .sc-worry-lead__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 2px 30% 0 0;
  list-style: none;
  position: relative;
  z-index: 1;
}
.spring-c .sc-worry-lead__list li {
  position: relative;
  min-height: 10px;
  padding: 5px 0 7px 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.85);
  color: #756643;
  font-size: 3cqh;
  font-weight: 700;
  line-height: 1.4;
}
.spring-c .sc-worry-lead__list li::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
  width: 18px;
  height: 18px;
  background: url("../lp/spring-c/img/check-icon.png") center/contain no-repeat;
}
.spring-c .sc-worry-lead__footer {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 14px 16px 8px;
  border-radius: 0;
  background: url("../lp/spring-c/img/concern-bg.jpg") center/cover no-repeat;
  text-align: center;
}
.spring-c .sc-worry-lead__footer p {
  margin: 0;
  color: #fff;
  font-size: 6cqh;
  font-weight: 700;
  line-height: 1.45;
}
.spring-c .sc-worry-lead__footer span {
  color: #d9c15b;
}
.spring-c .sc-worry-lead__footer::after {
  content: "";
  display: block;
  width: calc(100% - 36px);
  height: 1px;
  margin: 8px auto 0;
  background: rgba(255, 255, 255, 0.92);
}
.spring-c .sc-nayami {
  padding-top: 20px;
}
.spring-c .sc-nayami {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.98)), url("../lp/spring-c/img/concern-bg.jpg") center/cover no-repeat;
}
.spring-c .sc-nayami__body {
  display: grid;
  gap: 22px;
}
.spring-c .sc-nayami__image-wrap {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 28px rgba(36, 51, 67, 0.14);
}
.spring-c .sc-nayami__list {
  display: grid;
  gap: 12px;
}
.spring-c .sc-nayami__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 16px 16px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 22px rgba(36, 51, 67, 0.08);
  font-size: 14px;
  line-height: 1.8;
}
.spring-c .sc-nayami__list img {
  width: 22px;
  flex: 0 0 22px;
}
.spring-c .sc-solution {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(240, 250, 255, 0.98)), url("../lp/spring-c/img/slantedline.png") center/240px repeat;
}
.spring-c .sc-solution__copy {
  text-align: center;
}
.spring-c .sc-solution__vector {
  width: 124px;
  margin: 0 auto 10px;
}
.spring-c .sc-solution__lead,
.spring-c .sc-sugoi__text,
.spring-c .sc-campaign__box p,
.spring-c .sc-line-cta__content p,
.spring-c .sc-flow__item p,
.spring-c .sc-access dd {
  font-size: 15px;
  line-height: 1.9;
}
.spring-c .sc-solution__photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 28px 0;
}
.spring-c .sc-solution__photos figure,
.spring-c .sc-screenshot-grid figure,
.spring-c .sc-sugoi__feature-image {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 14px 24px rgba(36, 51, 67, 0.12);
}
.spring-c .sc-solution__photo-wide {
  grid-column: 1/-1;
}
.spring-c .sc-solution__result {
  padding: 24px 20px;
  border: 1px solid rgba(163, 156, 49, 0.2);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.spring-c .sc-solution__stat {
  margin-bottom: 12px;
  font-size: clamp(20px, 4vw, 30px);
  line-height: 1.7;
}
.spring-c .sc-solution__medals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}
.spring-c .sc-solution__medals img {
  width: clamp(64px, 9vw, 84px);
}
.spring-c .sc-cta-box {
  margin-top: 22px;
  padding: 24px 18px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0d7db2 0%, #00affe 100%);
  color: #fff;
  text-align: center;
}
.spring-c .sc-cta-box__catch {
  margin-bottom: 18px;
  font-size: clamp(20px, 3.2vw, 30px);
  line-height: 1.8;
}
.spring-c .sc-cta-box__actions {
  justify-content: center;
}
.spring-c .sc-sugoi {
  background: var(--sc-cream);
}
.spring-c .sc-sugoi + .sc-sugoi {
  border-top: 1px solid rgba(36, 51, 67, 0.06);
}
.spring-c .sc-sugoi__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 22px;
}
.spring-c .sc-sugoi__badges img {
  width: clamp(92px, 12vw, 124px);
}
.spring-c .sc-sugoi__coach-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}
.spring-c .sc-sugoi__coach-grid figure {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 12px 22px rgba(36, 51, 67, 0.12);
  transform: rotate(-2deg);
}
.spring-c .sc-sugoi__coach-grid figure:nth-child(even) {
  transform: rotate(2deg);
}
.spring-c .sc-sugoi__coach-grid-last {
  grid-column: 1/-1;
}
.spring-c .sc-sugoi__list {
  display: grid;
  gap: 12px;
}
.spring-c .sc-sugoi__list li {
  padding: 15px 16px;
  border-left: 4px solid var(--sc-pink);
  border-radius: 0 18px 18px 0;
  background: linear-gradient(90deg, rgba(237, 103, 145, 0.12), rgba(255, 255, 255, 0.92));
  font-size: 14px;
  line-height: 1.8;
}
.spring-c .sc-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}
.spring-c .sc-sugoi__feature-image {
  width: 100%;
}
.spring-c .sc-sugoi__small-layout {
  display: grid;
  gap: 18px;
}
.spring-c .sc-stat-card {
  display: grid;
  justify-items: center;
  gap: 6px;
  margin-top: 18px;
  padding: 22px 16px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(163, 156, 49, 0.14), rgba(255, 255, 255, 0.95));
  text-align: center;
}
.spring-c .sc-stat-card img {
  width: 106px;
}
.spring-c .sc-stat-card strong {
  font-size: clamp(52px, 8vw, 78px);
  line-height: 1;
  color: var(--sc-gold);
}
.spring-c .sc-campaign {
  background: linear-gradient(180deg, rgba(21, 50, 68, 0.28), rgba(21, 50, 68, 0.62)), url("../lp/spring-c/img/campaign-bg.jpg") center/cover no-repeat;
}
.spring-c .sc-campaign__box {
  width: 100%;
  padding: 24px 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 16px 30px rgba(36, 51, 67, 0.18);
  text-align: center;
}
.spring-c .sc-campaign__label {
  margin-bottom: 6px;
  color: var(--sc-pink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.spring-c .sc-campaign__box h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.5;
}
.spring-c .sc-campaign__actions {
  justify-content: center;
  margin-top: 16px;
}
.spring-c .sc-voices {
  background: linear-gradient(180deg, #f7fcff 0%, #fff7fb 100%);
}
.spring-c .sc-voice-grid {
  display: grid;
  gap: 14px;
}
.spring-c .sc-voice-card {
  padding: 18px 16px;
  border: 1px solid var(--sc-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(36, 51, 67, 0.08);
}
.spring-c .sc-voice-card__meta {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  color: var(--sc-pink);
  font-size: 13px;
  font-weight: 700;
}
.spring-c .sc-voice-card__meta img {
  width: 28px;
}
.spring-c .sc-voice-card p {
  font-size: 14px;
  line-height: 1.95;
}
.spring-c .sc-line-cta {
  background: linear-gradient(135deg, #effaf7 0%, #f0faff 100%);
}
.spring-c .sc-line-cta .sc-shell {
  position: relative;
  padding-top: 72px;
  text-align: center;
}
.spring-c .sc-line-cta__bubble {
  position: absolute;
  top: 0;
  max-width: 160px;
  padding: 10px 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(36, 51, 67, 0.08);
  font-size: 12px;
  line-height: 1.6;
}
.spring-c .sc-line-cta__bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
}
.spring-c .sc-line-cta__bubble--left {
  left: 0;
}
.spring-c .sc-line-cta__bubble--left::after {
  left: 22px;
}
.spring-c .sc-line-cta__bubble--right {
  right: 0;
}
.spring-c .sc-line-cta__bubble--right::after {
  right: 22px;
}
.spring-c .sc-line-cta__content {
  max-width: 700px;
  margin: 0 auto;
}
.spring-c .sc-line-cta__label {
  margin-bottom: 8px;
  color: var(--sc-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.spring-c .sc-line-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4.5vw, 44px);
}
.spring-c .sc-line-cta__icon {
  width: 84px;
  margin: 18px auto 0;
}
.spring-c .sc-flow {
  background: #fff;
}
.spring-c .sc-flow__list {
  display: grid;
  gap: 14px;
}
.spring-c .sc-flow__item {
  padding: 22px 16px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 12px 22px rgba(36, 51, 67, 0.08);
  text-align: center;
}
.spring-c .sc-flow__icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #e0f4ff;
}
.spring-c .sc-flow__icon img {
  width: 38px;
}
.spring-c .sc-flow__step {
  margin-bottom: 6px;
  color: var(--sc-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.spring-c .sc-flow__item h3 {
  margin-bottom: 8px;
  font-size: 20px;
}
.spring-c .sc-flow__cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.spring-c .sc-access {
  background: #00affe;
  color: #fff;
}
.spring-c .sc-access__layout {
  display: grid;
  gap: 20px;
}
.spring-c .sc-access__map {
  width: 100%;
  min-height: 280px;
  border-radius: 22px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
}
.spring-c .sc-access__content {
  display: grid;
  gap: 18px;
}
.spring-c .sc-access__info {
  display: grid;
  gap: 14px;
}
.spring-c .sc-access__info div {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
}
.spring-c .sc-access dt {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.spring-c .sc-access dd {
  margin: 0;
}
.spring-c .sc-access dd a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.spring-c .sc-floating-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  padding: 12px 16px calc(14px + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 -8px 24px rgba(36, 51, 67, 0.08);
  backdrop-filter: blur(10px);
}
.spring-c .sc-floating-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  margin: 0 auto;
  padding: 0 22px;
  border-radius: 999px;
  font-size: clamp(18px, 5vw, 21px);
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #fff;
}
.spring-c .sc-floating-cta__primary {
  background: linear-gradient(180deg, #57cd17 0%, #379f00 100%);
  box-shadow: 0 8px 0 #2f8700, 0 14px 28px rgba(72, 164, 16, 0.28);
}
.spring-c .sc-story,
.spring-c .sc-repeat-campaign,
.spring-c .sc-voices,
.spring-c .sc-line-panel,
.spring-c .sc-flow,
.spring-c .sc-final-message,
.spring-c .sc-access {
  position: relative;
  padding: 42px 0;
}
.spring-c .sc-story {
  background: url("../lp/spring-c/img/slantedline.webp") center/190px repeat;
  padding-bottom: 0;
}
.spring-c .sc-story__inner {
  width: min(var(--sc-shell), 90%);
  margin: 0 auto;
  background: #fff;
}
.spring-c .sc-story__panel {
  position: relative;
  width: min(var(--sc-shell), 100% - 32px);
  margin: 0 auto;
  padding: 52px 16px 32px;
  background: #fff;
}
.spring-c .sc-story__label {
  position: absolute;
  top: -28px;
  left: 50%;
  min-width: 214px;
  padding: 10px 18px 18px;
  background: #aa9f1f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 78% 52%, 50% 100%, 22% 52%);
}
.spring-c .sc-story__headline {
  position: relative;
  margin: 0 auto 22px;
  padding-top: 20px;
  padding-bottom: 24px;
  text-align: center;
}
.spring-c .sc-story__headline p {
  margin: 0;
  color: #2f241b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}
.spring-c .sc-story__word-anchor {
  position: relative;
  display: inline-block;
}
.spring-c .sc-story__dots,
.spring-c .sc-story__line,
.spring-c .sc-story__slash {
  display: block;
  margin: 0 auto;
}
.spring-c .sc-story__dots {
  position: absolute;
  top: -3px;
  left: 53.3%;
  width: 50px;
  height: 10px;
  margin: 0;
  transform: translateX(-50%);
  background: radial-gradient(circle, #ea1414 0 2px, transparent 2.5px) 0 50%/11.8px 10px repeat-x;
}
.spring-c .sc-story__word-anchor--growth .sc-story__dots {
  left: 51%;
  width: 62px;
  background: radial-gradient(circle, #ea1414 0 2px, transparent 2.5px) 0 50%/12px 10px repeat-x;
}
.spring-c .sc-story__line {
  width: 100%;
  height: 2px;
  margin-top: 6px;
  margin-left: 0;
  margin-right: auto;
  background: #53c4ff;
}
.spring-c .sc-story__slash {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 16px;
  margin-top: 0;
  background: url("../lp/spring-c/img/chevrons-right.png") center/contain no-repeat;
}
.spring-c .sc-story__row {
  position: relative;
  display: grid;
  margin: 0 auto;
}
.spring-c .sc-story__row--top {
  grid-template-columns: 50% 45%;
  grid-template-areas: "copy large";
  align-items: start;
  gap: 10px;
  margin-bottom: 24px;
}
.spring-c .sc-story__row--bottom {
  grid-template-columns: 45% 45%;
  grid-template-areas: "large copy";
  align-items: start;
  gap: 10%;
  margin-bottom: 20px;
}
.spring-c .sc-story__copy {
  margin: 0;
  color: #231815;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.55;
}
.spring-c .sc-story__copy--top {
  grid-area: copy;
  display: grid;
  padding-top: 8px;
  position: relative;
  left: 8px;
}
.spring-c .sc-story__copy--top p {
  margin: 0;
}
.spring-c .sc-story__copy--bottom {
  grid-area: copy;
  display: grid;
  justify-items: end;
  gap: 8px;
  align-self: start;
  padding-top: 2px;
  font-size: 8px;
  line-height: 1.55;
  text-align: center;
}
.spring-c .sc-story__copy--bottom p {
  margin: 0;
  font-size: 11px;
}
.spring-c .sc-story__photo {
  margin: 0;
  background: #fff;
  box-shadow: 0 6px 14px rgba(39, 30, 20, 0.14);
}
.spring-c .sc-story__photo img {
  display: block;
  width: 110%;
  height: 100%;
  object-fit: cover;
}
.spring-c .sc-story__photo--small-top {
  margin-top: 15px;
}
.spring-c .sc-story__photo--large-top {
  grid-area: large;
  position: relative;
  left: -8px;
}
.spring-c .sc-story__photo--large-bottom {
  grid-area: large;
  position: relative;
  right: -6px;
  z-index: 1;
}
.spring-c .sc-story__photo--small-bottom {
  margin-top: 0;
  position: relative;
  left: -6px;
}
.spring-c .sc-story__infinity {
  margin: 0 0 10px;
  text-align: center;
}
.spring-c .sc-story__infinity img {
  width: min(92%, 170px);
  margin: 0 auto;
  filter: drop-shadow(0 3px 8px rgba(255, 199, 0, 0.18));
}
.spring-c .sc-story__result-title {
  margin: 0 0 18px;
  color: #d25757;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
}
.spring-c .sc-story__badges {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
}
.spring-c .sc-story__badge {
  width: calc((100% - 16px) / 3);
  max-width: 96px;
}
.spring-c .sc-story__result-card {
  padding: 20px 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff7c9 0%, #fff1b2 100%);
  box-shadow: 0 5px 12px rgba(67, 74, 90, 0.22);
  text-align: center;
}
.spring-c .sc-story__result-card p {
  margin: 0;
  color: #2d220f;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.5;
}
.spring-c .sc-story__result-card p + p {
  margin-top: 4px;
}
.spring-c .sc-story__result-card span {
  display: inline-block;
  font-size: 14px;
  color: #14a8ff;
}
.spring-c .sc-wow {
  overflow: hidden;
}
.spring-c .sc-wow {
  margin: 0 auto;
}
.spring-c .sc-wow__eyebrow {
  margin: 0 0 12px;
  color: #ff0000;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
.spring-c .sc-wow__inner {
  padding: 0 16px;
}
.spring-c .sc-section__inner {
  padding: 0 16px;
}
.spring-c .sc-wow__chips,
.spring-c .sc-wow__chip-single {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.spring-c .sc-wow__chips span,
.spring-c .sc-wow__chip-single {
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, #26b8ff 0%, #149cf6 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(20, 156, 246, 0.18);
}
.spring-c .sc-wow__title {
  margin: 0 0 20px;
  color: #4d3d32;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.spring-c .sc-wow__collage {
  position: relative;
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}
.spring-c .sc-wow__collage figure,
.spring-c .sc-wow__hero-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 14px 26px rgba(61, 68, 95, 0.16);
}
.spring-c .sc-wow__collage img,
.spring-c .sc-wow__hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spring-c .sc-wow__collage--coach {
  grid-template-columns: 0.92fr 1.08fr;
  grid-template-areas: "main top" "badge bottom";
  align-items: start;
  gap: 10px 14px;
}
.spring-c .sc-wow__collage--coach .is-tilt-left {
  grid-area: main;
  width: 88%;
  justify-self: center;
  aspect-ratio: 0.88/1.12;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.spring-c .sc-wow__stacked-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  height: 100%;
}
.spring-c .sc-wow__stacked-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spring-c .sc-wow__stacked-photos .img-2 {
  position: relative;
  left: 10px;
  height: auto;
  z-index: 1;
}
.spring-c .sc-wow__stacked-photos .img-1 {
  position: relative;
  left: 20px;
  width: calc(100% + 14px);
  transform: rotate(-12deg);
  z-index: 0;
}
.spring-c .sc-wow__stacked-photos .img-1,
.spring-c .sc-wow__stacked-photos .img-2 {
  border-radius: 20px;
}
.spring-c .sc-wow__stacked-photos .img-2 {
  transform: rotate(-6deg);
}
.spring-c .sc-wow__collage--coach .is-top-right {
  grid-area: top;
  width: 94%;
  justify-self: center;
  aspect-ratio: 1.35/0.84;
  margin-top: 10px;
}
.spring-c .sc-wow__collage--coach .is-bottom-left {
  position: relative;
  left: 20px;
  grid-area: badge;
  width: 84%;
  transform: rotate(12deg);
  justify-self: start;
  border-radius: 0;
}
.spring-c .sc-wow__collage--coach .is-bottom-right {
  grid-area: bottom;
  justify-self: end;
  width: 96%;
}
.spring-c .sc-wow__bullet-card,
.spring-c .sc-wow__description {
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff6c8 0%, #fff1b0 100%);
  box-shadow: 0 12px 24px rgba(143, 121, 45, 0.14);
}
.spring-c .sc-wow__bullet-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.spring-c .sc-wow__bullet-card li {
  position: relative;
  padding: 0 0 10px 18px;
  color: #3e3325;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.8;
  border-bottom: 1px dashed rgba(164, 146, 82, 0.8);
}
.spring-c .sc-wow__bullet-card li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #21a8ff;
}
.spring-c .sc-wow__description {
  margin: 0;
  color: #534236;
  font-size: 15px;
  line-height: 1.95;
}
.spring-c .sc-wow__hero-photo {
  margin-bottom: 18px;
}
.spring-c .sc-wow__achievement {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 22px 18px 16px;
  border: 1px solid rgba(189, 177, 156, 0.5);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 242, 0.96));
  box-shadow: 0 12px 24px rgba(61, 68, 95, 0.08);
  text-align: center;
  overflow: hidden;
}
.spring-c .sc-wow__achievement img {
  position: relative;
  z-index: 1;
  width: 132px;
}
.spring-c .sc-wow__achievement p {
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  flex-wrap: wrap;
  line-height: 1.1;
}
.spring-c .sc-wow__achievement-lead {
  color: #241710;
  font-size: 2.3rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.04em;
}
.spring-c .sc-wow__achievement-accent {
  color: #b29a3c;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.spring-c .sc-wow__achievement small {
  position: relative;
  z-index: 1;
  width: min(100%, 240px);
  padding-top: 8px;
  border-top: 1px dotted rgba(130, 112, 101, 0.4);
  color: #7e7065;
  font-size: 11px;
  text-align: right;
}
.spring-c .sc-repeat-campaign {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 241, 247, 0.7)), url("../lp/spring-c/img/campaign-bg.jpg") center/cover no-repeat;
}
.spring-c .sc-repeat-campaign .sc-campaign-card {
  max-width: 840px;
  margin: 0 auto;
}
.spring-c .sc-repeat-campaign .sc-campaign-intro__cta {
  max-width: none;
  margin: 14px auto 0;
}
.spring-c .sc-voices {
  background: linear-gradient(180deg, #fffaf2 0%, #fff 34%, #f8fbff 100%);
}
.spring-c .sc-voices__header {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.spring-c .sc-voices__line {
  flex: 1;
  max-width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #dccf9d 30%, #dccf9d 70%, transparent 100%);
}
.spring-c .sc-voices__header h2 {
  margin: 0;
  color: #4d3d32;
  font-size: 27px;
  font-weight: 900;
  text-align: center;
}
.spring-c .sc-voices__stack {
  display: grid;
  gap: 18px;
}
.spring-c .sc-voice-panel {
  position: relative;
  padding: 18px 16px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(61, 68, 95, 0.1);
  text-align: center;
}
.spring-c .sc-voice-panel__title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  margin: 0 auto 14px;
  padding: 8px 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.spring-c .sc-voice-panel__title.is-student {
  background: linear-gradient(135deg, #e898b5 0%, #d96a9b 100%);
}
.spring-c .sc-voice-panel__title.is-parent {
  background: linear-gradient(135deg, #6dc8f3 0%, #329fe0 100%);
}
.spring-c img.sc-voice-panel__icon {
  width: 84px;
  margin: 0 auto 12px;
}
.spring-c .sc-voice-panel h3 {
  margin: 0 0 6px;
  color: #9b8742;
  font-size: 17px;
  font-weight: 700;
}
.spring-c .sc-voice-panel__name {
  margin: 0 0 12px;
  color: #4d3d32;
  font-size: 18px;
  font-weight: 900;
}
.spring-c .sc-voice-panel__body {
  margin: 0;
  color: #5e5146;
  font-size: 14px;
  line-height: 1.95;
  text-align: left;
}
.spring-c .sc-line-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(236, 250, 244, 0.85) 22%, rgba(237, 248, 255, 0.95) 100%);
}
.spring-c .sc-line-panel__inner {
  position: relative;
  padding: 82px 16px 24px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fffa 48%, #f1fbff 100%);
  box-shadow: 0 18px 32px rgba(61, 68, 95, 0.12);
  text-align: center;
}
.spring-c .sc-line-panel__bubble {
  position: absolute;
  top: 18px;
  max-width: 148px;
  padding: 10px 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(61, 68, 95, 0.1);
  color: #6a5b4d;
  font-size: 11px;
  line-height: 1.6;
}
.spring-c .sc-line-panel__bubble::after {
  content: "";
  position: absolute;
  bottom: -7px;
  width: 14px;
  height: 14px;
  background: #fff;
  transform: rotate(45deg);
}
.spring-c .sc-line-panel__bubble.is-left {
  left: 50%;
}
.spring-c .sc-line-panel__bubble.is-left::after {
  left: 26px;
}
.spring-c .sc-line-panel__bubble.is-right {
  right: 50%;
}
.spring-c .sc-line-panel__bubble.is-right::after {
  right: 24px;
}
.spring-c .sc-line-panel__sub {
  margin: 0 0 6px;
  color: #9b8742;
  font-size: 14px;
  font-weight: 700;
}
.spring-c .sc-line-panel h2 {
  margin: 0;
  color: #4d3d32;
  font-size: 31px;
  font-weight: 900;
  line-height: 1.45;
}
.spring-c img.sc-line-panel__icon {
  width: 96px;
  margin: 14px auto 18px;
}
.spring-c .sc-line-panel .sc-btn-secondary--line {
  width: min(100%, 320px);
  min-height: 56px;
  border-radius: 999px;
  font-size: 17px;
}
.spring-c .sc-flow {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
}
.spring-c .sc-flow__header {
  margin-bottom: 28px;
  text-align: center;
}
.spring-c .sc-flow__header h2 {
  position: relative;
  margin: 0 0 18px;
  color: #1fa4ff;
  font-size: 29px;
  font-weight: 900;
}
.spring-c .sc-flow__header h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 2px;
  margin: 12px auto 0;
  background: #1fa4ff;
}
.spring-c .sc-flow__header p {
  margin: 0;
  color: #1fa4ff;
  font-size: 13px;
  font-weight: 700;
}
.spring-c .sc-flow__steps {
  display: grid;
  gap: 16px;
}
.spring-c .sc-flow__arrow {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.spring-c .sc-flow__arrow::before,
.spring-c .sc-flow__arrow::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 14px;
  height: 2px;
  background: #49aef6;
}
.spring-c .sc-flow__arrow::before {
  left: 1px;
  transform: rotate(45deg);
}
.spring-c .sc-flow__arrow::after {
  right: 1px;
  transform: rotate(-45deg);
}
.spring-c .sc-flow-step {
  height: 100%;
  padding: 12px 12px 22px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(61, 68, 95, 0.08);
  text-align: center;
}
.spring-c .sc-flow-step__icon {
  display: grid;
  place-items: center;
  width: 144px;
  height: 144px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #49aef6;
  box-shadow: none;
}
.spring-c .sc-flow-step__icon img {
  width: 68px;
}
.spring-c .sc-flow-step h3 {
  margin: 0 0 14px;
  color: #1fa4ff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.7;
}
.spring-c .sc-flow-step p {
  margin: 0;
  color: #2f2318;
  font-size: 13px;
  line-height: 2;
  text-align: center;
}
.spring-c .sc-final-message {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 245, 224, 0.9) 100%);
}
.spring-c .sc-final-message__card {
  position: relative;
  margin: 0 auto;
  padding: 28px 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 36px rgba(61, 68, 95, 0.12);
  text-align: center;
}
.spring-c .sc-final-message__card p {
  margin: 0;
  color: #4d3d32;
  font-weight: 900;
  line-height: 1.6;
}
.spring-c .sc-final-message__card p:nth-child(1) {
  color: #9b8742;
  font-size: 24px;
}
.spring-c .sc-final-message__card p:nth-child(2) {
  color: #e36f8b;
  font-size: 24px;
}
.spring-c .sc-final-message__card p:nth-child(3) {
  margin-top: 4px;
  font-size: 18px;
}
.spring-c .sc-access {
  background: linear-gradient(180deg, #00affe 0%, #0198dc 100%);
  color: #fff;
}
.spring-c .sc-access__header {
  margin-bottom: 22px;
  text-align: center;
}
.spring-c .sc-access__header h2 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 900;
}
.spring-c .sc-access__header p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}
.spring-c .sc-access__layout {
  display: grid;
  gap: 18px;
}
.spring-c .sc-access__map {
  min-height: 100%;
  border-radius: 24px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}
.spring-c .sc-access__info {
  display: grid;
  gap: 12px;
}
.spring-c .sc-access__info div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.16);
}
.spring-c .sc-access dt {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.spring-c .sc-access dd {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
.spring-c .sc-access__actions {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .spring-c .sc-page {
    padding-bottom: 0;
  }
  .spring-c .sc-header__inner {
    min-height: 74px;
  }
  .spring-c .sc-header__menu {
    width: 36px;
    height: 36px;
  }
  .spring-c .sc-hero__visual {
    min-height: 640px;
    aspect-ratio: 16/9;
    width: 100%;
    background: url("../lp/spring-c/img/hero_pc.webp") center right/cover no-repeat;
  }
  .spring-c .sc-hero__body {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 540px) minmax(280px, 1fr);
    gap: 24px;
    align-items: stretch;
    overflow: hidden;
  }
  .spring-c .sc-hero__lead {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    left: 10%;
  }
  .spring-c .sc-hero__eyebrow {
    gap: 18px;
    align-items: center;
  }
  .spring-c .sc-page .sc-hero__anniv {
    width: auto;
    height: 128px;
  }
  .spring-c .sc-hero__pill {
    min-height: 48px;
    padding: 8px 18px;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
  }
  .spring-c .sc-hero__copy {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .spring-c .sc-hero__copy-top,
  .spring-c .sc-hero__copy-bottom {
    font-size: clamp(38px, 5.6vw, 50px);
  }
  .spring-c .sc-hero__summary {
    font-size: 20px;
  }
  .spring-c .sc-hero__points {
    gap: 16px;
    margin-bottom: 5%;
  }
  .spring-c .sc-hero__points li {
    gap: 14px;
    font-size: 23px;
  }
  .spring-c .sc-hero__points li::before {
    width: 30px;
    height: 30px;
  }
  .spring-c .sc-hero__actions {
    max-width: 300px;
  }
  .spring-c .sc-campaign-intro__cta,
  .spring-c .sc-repeat-campaign .sc-campaign-intro__cta {
    max-width: 300px;
  }
  .spring-c .sc-hero__cta-primary {
    min-height: 74px;
    font-size: 24px;
  }
  .spring-c .sc-hero__cta-secondary {
    min-height: 68px;
    font-size: 22px;
  }
  .spring-c .sc-hero__cta-secondary img {
    width: 28px;
  }
  .spring-c .sc-hero__note {
    font-size: 14px;
    text-align: left;
  }
  .spring-c .sc-hero__gallery {
    align-self: end;
    gap: 16px;
    padding: 172px 26px 12px 72px;
  }
  .spring-c .sc-hero__badges {
    bottom: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 360px;
  }
  .spring-c .sc-hero__card {
    border-width: 6px;
    border-radius: 26px;
  }
  .spring-c .sc-hero__medal {
    right: -10px;
    bottom: -26px;
    width: 184px;
  }
  .spring-c .sc-campaign-intro {
    padding: 30px;
  }
  .spring-c .sc-campaign-card {
    max-width: 840px;
    margin: 0 auto;
    padding: 24px 24px 20px;
  }
  .spring-c .sc-campaign-card__title {
    font-size: 26px;
  }
  .spring-c .sc-campaign-card__title span {
    font-size: 34px;
  }
  .spring-c .sc-campaign-card__perks {
    font-size: 14px;
  }
  .spring-c .sc-campaign-card__price {
    font-size: 24px;
  }
  .spring-c .sc-campaign-card__price strong {
    font-size: 52px;
  }
  .spring-c .sc-campaign-card__price span {
    font-size: 60px;
  }
  .spring-c .sc-campaign-card__details {
    max-width: 720px;
    margin-top: 16px;
    padding: 16px 18px;
  }
  .spring-c .sc-campaign-card__details-title {
    font-size: 18px;
  }
  .spring-c .sc-campaign-card__detail-list {
    gap: 10px;
  }
  .spring-c .sc-campaign-card__detail-list div {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
  }
  .spring-c .sc-campaign-card__detail-list dt {
    min-height: 32px;
    font-size: 13px;
  }
  .spring-c .sc-campaign-card__detail-list dd {
    font-size: 14px;
  }
  .spring-c .sc-campaign-card__breakdown {
    margin-top: 14px;
    font-size: 13px;
  }
  .spring-c .sc-campaign-card__terms {
    font-size: 12px;
  }
  .spring-c .sc-campaign-card__note {
    font-size: 15px;
  }
  .spring-c .sc-campaign-intro__cta {
    margin: 18px auto 0;
    min-height: 74px;
    font-size: 24px;
  }
  .spring-c .sc-worry-lead__panel {
    gap: 22px;
  }
  .spring-c .sc-worry-lead__panel::before {
    top: 4px;
    bottom: 118px;
    width: 30%;
  }
  .spring-c .sc-worry-lead__eyebrow {
    font-size: 6cqh;
  }
  .spring-c .sc-worry-lead h2 {
    font-size: 7cqh;
  }
  .spring-c .sc-worry-lead h2 span {
    font-size: 8cqh;
  }
  .spring-c .sc-worry-lead__text {
    font-size: 1.4em;
  }
  .spring-c .sc-worry-lead__intro,
  .spring-c .sc-worry-lead__list {
    padding-right: 32%;
  }
  .spring-c .sc-worry-lead__intro {
    height: 45%;
    padding: 6% 20% 0 0;
  }
  .spring-c .sc-worry-lead__list {
    gap: 14px;
  }
  .spring-c .sc-worry-lead__list li {
    padding-left: 38px;
    font-size: 3cqh;
  }
  .spring-c .sc-worry-lead__list li::before {
    width: 24px;
    height: 24px;
  }
  .spring-c .sc-worry-lead__footer {
    padding: 18px 20px 14px;
  }
  .spring-c .sc-worry-lead__footer p {
    font-size: 6cqh;
  }
  .spring-c .sc-nayami__body {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: center;
  }
  .spring-c .sc-solution__photos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .spring-c .sc-solution__photo-wide {
    grid-column: span 2;
  }
  .spring-c .sc-sugoi__coach-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .spring-c .sc-sugoi__coach-grid-last {
    grid-column: auto;
  }
  .spring-c .sc-screenshot-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .spring-c .sc-sugoi__small-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: center;
  }
  .spring-c .sc-voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .spring-c .sc-flow__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .spring-c .sc-access__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: start;
  }
  .spring-c .sc-floating-cta {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .spring-c .sc-hero__visual {
    min-height: clamp(560px, 64vw, 620px);
    aspect-ratio: auto;
    background-size: 100% auto;
    background-position: top center;
  }
  .spring-c .sc-hero__body {
    display: block;
  }
  .spring-c .sc-hero__body > .sc-shell {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .spring-c .sc-hero__lead {
    position: absolute;
    top: clamp(18px, 3vw, 30px);
    left: clamp(32px, 6vw, 54px);
    max-width: min(60vw, 460px);
    justify-content: flex-start;
  }
  .spring-c .sc-hero__eyebrow {
    gap: 10px;
  }
  .spring-c .sc-page .sc-hero__anniv {
    height: 70px;
  }
  .spring-c .sc-hero__pill {
    max-width: none;
    min-height: 42px;
    padding: 8px 18px;
    font-size: 13px;
    line-height: 1;
  }
  .spring-c .sc-hero__copy {
    margin: 16px 0 18px;
  }
  .spring-c .sc-hero__copy-top,
  .spring-c .sc-hero__copy-bottom {
    font-size: 44px;
  }
  .spring-c .sc-hero__points {
    gap: 13px;
    margin-bottom: 22px;
  }
  .spring-c .sc-hero__points li {
    gap: 12px;
    font-size: 20px;
  }
  .spring-c .sc-hero__points li::before {
    width: 22px;
    height: 22px;
  }
  .spring-c .sc-hero__actions {
    gap: 10px;
    max-width: 300px;
  }
  .spring-c .sc-campaign-intro__cta {
    min-height: 64px;
    font-size: 21px;
  }
  .spring-c .sc-hero__cta-primary {
    min-height: 64px;
    font-size: 21px;
  }
  .spring-c .sc-hero__cta-secondary {
    min-height: 58px;
    border-radius: 16px;
    font-size: 19px;
  }
  .spring-c .sc-hero__cta-secondary img {
    width: 24px;
  }
  .spring-c .sc-hero__gallery {
    position: absolute;
    inset: 0;
    display: block;
    width: auto;
    padding: 0;
    pointer-events: none;
  }
  .spring-c .sc-hero__badges {
    right: clamp(22px, 4vw, 40px);
    bottom: clamp(20px, 3vw, 30px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: min(320px, 42vw);
  }
  .spring-c .sc-hero__badge--raised {
    top: -8px;
  }
}
@media (min-width: 1025px) {
  .spring-c .sc-hero__actions {
    max-width: 410px;
  }
  .spring-c .sc-campaign-intro__cta,
  .spring-c .sc-repeat-campaign .sc-campaign-intro__cta {
    max-width: 410px;
  }
  .spring-c .sc-hero__summary {
    font-size: 28px;
  }
  .spring-c .sc-hero {
    margin-top: 0;
  }
  .spring-c .sc-hero__points {
    gap: 16px;
  }
  .spring-c .sc-hero__badges {
    right: 148px;
  }
  .spring-c .sc-section,
  .spring-c .sc-campaign {
    padding: 82px 0;
  }
  .spring-c .sc-nav__panel {
    top: 24px;
    right: max(24px, (100vw - var(--sc-shell)) / 2);
  }
  .spring-c .sc-hero__layout {
    grid-template-columns: minmax(0, 1fr) 260px;
  }
  .spring-c .sc-solution__result {
    max-width: 780px;
    margin: 0 auto;
  }
  .spring-c .sc-campaign__box {
    padding: 34px 40px;
  }
  .spring-c .sc-hero__visual {
    min-height: 720px;
    height: 720px;
    aspect-ratio: auto;
    background-size: auto 100%;
    background-position: top right;
  }
  .spring-c .sc-hero__copy-top,
  .spring-c .sc-hero__copy-bottom {
    font-size: 50px;
  }
  .spring-c .sc-hero__badges {
    width: min(69%, 520px);
  }
}
@media (min-width: 1025px) and (min-width: 1440px) {
  .spring-c .sc-hero__visual {
    min-height: 680px;
    height: 680px;
  }
  .spring-c .sc-hero__lead {
    max-width: 760px;
  }
  .spring-c .sc-hero__copy {
    display: flex;
    align-items: baseline;
    width: max-content;
    max-width: 760px;
    margin-bottom: 24px;
  }
  .spring-c .sc-hero__copy-top,
  .spring-c .sc-hero__copy-bottom {
    white-space: nowrap;
    letter-spacing: -0.04em;
  }
  .spring-c .sc-hero__copy-top,
  .spring-c .sc-hero__copy-bottom {
    font-size: 50px;
  }
    .spring-c .sc-hero__actions {
      max-width: 560px;
    }
    .spring-c .sc-campaign-intro__cta,
    .spring-c .sc-repeat-campaign .sc-campaign-intro__cta {
      max-width: 560px;
    }
  }
@media (min-width: 1025px) and (max-width: 1199px) {
  .spring-c .sc-hero__visual {
    min-height: 620px;
    height: 620px;
    background-size: 100% auto;
    background-position: top center;
  }
  .spring-c .sc-hero__body {
    display: block;
  }
  .spring-c .sc-hero__body > .sc-shell {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .spring-c .sc-hero__lead {
    position: absolute;
    top: 28px;
    left: clamp(56px, 7vw, 72px);
    max-width: 500px;
    justify-content: flex-start;
  }
  .spring-c .sc-page .sc-hero__anniv {
    height: 76px;
  }
  .spring-c .sc-hero__pill {
    max-width: none;
    font-size: 15px;
  }
  .spring-c .sc-hero__copy-top,
  .spring-c .sc-hero__copy-bottom {
    font-size: 50px;
  }
    .spring-c .sc-hero__actions {
      max-width: 360px;
    }
    .spring-c .sc-campaign-intro__cta,
    .spring-c .sc-repeat-campaign .sc-campaign-intro__cta {
      max-width: 360px;
    }
    .spring-c .sc-hero__gallery {
    position: absolute;
    inset: 0;
    display: block;
    width: auto;
    padding: 0;
    pointer-events: none;
  }
  .spring-c .sc-hero__badges {
    right: clamp(28px, 4vw, 48px);
    bottom: 26px;
    width: min(340px, 36vw);
  }
}
@media (min-width: 1025px) {
  .spring-c .sc-worry-lead__list li {
    font-size: 3cqh;
  }
  .spring-c .sc-worry-lead__footer {
    display: grid;
    place-items: center;
    padding: 12px 20px 14px;
  }
  .spring-c .sc-worry-lead__footer::after {
    position: absolute;
    right: 18px;
    bottom: 12px;
    left: 18px;
    width: auto;
    margin: 0;
  }
  .spring-c .sc-worry-lead__footer p {
    width: fit-content;
    margin: 0 auto;
    font-size: 6cqh;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .spring-c .sc-story,
  .spring-c .sc-wow,
  .spring-c .sc-repeat-campaign,
  .spring-c .sc-voices,
  .spring-c .sc-line-panel,
  .spring-c .sc-flow,
  .spring-c .sc-final-message,
  .spring-c .sc-access {
    padding: 40px 0;
  }
  .spring-c .sc-wow__title {
    font-size: 42px;
  }
  .spring-c .sc-story__panel {
    padding: 72px 40px 44px;
    border-width: 20px;
  }
  .spring-c .sc-story__label {
    top: -38px;
    min-width: 280px;
    font-size: 20px;
  }
  .spring-c .sc-story__headline {
    max-width: 920px;
    margin-bottom: 34px;
  }
  .spring-c .sc-story__headline p {
    font-size: 26px;
  }
  .spring-c .sc-story__dots {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4em;
    height: 10px;
    margin: 0;
    transform: translateX(-50%);
    background: radial-gradient(circle, #ea1414 0 2px, transparent 2.5px) 0 50%/1em 10px repeat-x;
  }
  .spring-c .sc-story__word-anchor--growth .sc-story__dots {
    width: 5em;
    background: radial-gradient(circle, #ea1414 0 2px, transparent 2.5px) 0 50%/1em 10px repeat-x;
  }
  .spring-c .sc-story__slash {
    width: 44px;
    height: 22px;
  }
  .spring-c .sc-story__row--top {
    gap: 18px;
    margin-bottom: 32px;
  }
  .spring-c .sc-story__row--bottom {
    grid-template-columns: 45% 45%;
    gap: 10%;
    margin-bottom: 42px;
  }
  .spring-c .sc-story__copy {
    font-size: 22px;
  }
  .spring-c .sc-story__copy--top {
    gap: 18px;
    padding-top: 18px;
  }
  .spring-c .sc-story__copy--bottom {
    gap: 16px;
    padding-top: 34px;
    font-size: 28px;
  }
  .spring-c .sc-story__copy--bottom p {
    font-size: 25px;
  }
  .spring-c .sc-story__infinity {
    margin-bottom: 22px;
  }
  .spring-c .sc-story__infinity img {
    width: min(92%, 260px);
  }
  .spring-c .sc-story__result-title {
    font-size: 39px;
  }
  .spring-c .sc-story__badges {
    gap: 16px;
    margin-bottom: 24px;
  }
  .spring-c .sc-story__badge {
    max-width: 150px;
  }
  .spring-c .sc-story__result-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 32px 24px;
  }
  .spring-c .sc-story__result-card p {
    font-size: 40px;
  }
  .spring-c .sc-story__result-card span {
    font-size: 28px;
  }
  .spring-c .sc-wow__eyebrow {
    font-size: 25px;
  }
  .spring-c .sc-wow__chips span,
  .spring-c .sc-wow__chip-single {
    font-size: 18px;
  }
  .spring-c .sc-wow__collage--coach {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
  }
  .spring-c .sc-wow__collage--coach .is-bottom-right {
    width: 100%;
  }
  .spring-c .sc-wow__bullet-card,
  .spring-c .sc-wow__description {
    padding: 24px 28px 26px;
  }
  .spring-c .sc-wow__bullet-card li,
  .spring-c .sc-wow__description {
    font-size: 18px;
  }
  .spring-c .sc-wow__hero-photo {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
  }
  .spring-c .sc-wow__achievement {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    padding: 28px 24px 18px;
  }
  .spring-c .sc-wow__achievement img {
    width: 350px;
  }
  .spring-c .sc-wow__achievement-lead {
    font-size: 3.4rem;
  }
  .spring-c .sc-wow__achievement-accent {
    font-size: 4.5rem;
  }
  .spring-c .sc-wow__achievement small {
    width: min(100%, 280px);
    font-size: 12px;
  }
  .spring-c .sc-voices__stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .spring-c .sc-voice-panel {
    padding: 24px 22px 26px;
  }
  .spring-c .sc-line-panel__inner {
    padding: 90px 32px 34px;
  }
  .spring-c .sc-line-panel__bubble {
    max-width: 200px;
    font-size: 15px;
  }
  .spring-c .sc-line-panel h2,
  .spring-c .sc-flow__header h2,
  .spring-c .sc-access__header h2 {
    font-size: 42px;
  }
  .spring-c .sc-flow-step h3 {
    font-size: 17px;
  }
  .spring-c .sc-flow-step p {
    font-size: 22px;
  }
  .spring-c .sc-flow__steps {
    align-items: start;
  }
  .spring-c .sc-flow__arrow {
    display: none;
  }
  .spring-c .sc-final-message__card {
    max-width: 820px;
    padding: 40px 30px;
  }
  .spring-c .sc-final-message__card p:nth-child(1) {
    font-size: 34px;
  }
  .spring-c .sc-final-message__card p:nth-child(2) {
    font-size: 51px;
  }
  .spring-c .sc-final-message__card p:nth-child(3) {
    font-size: 30px;
  }
  .spring-c .sc-access__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: start;
  }
  .spring-c .sc-access__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {
  .spring-c .sc-line-panel__bubble {
    max-width: 50%;
    font-size: 27px;
  }
  .spring-c .sc-line-panel__bubble.is-left {
    left: 55%;
  }
  .spring-c .sc-line-panel__bubble.is-right {
    right: 55%;
  }
  .spring-c .sc-story__headline br {
    display: none;
  }
  .spring-c .sc-story__dots {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4em;
    height: 10px;
    margin: 0;
    transform: translateX(-50%);
    background: radial-gradient(circle, #ea1414 0 2px, transparent 2.5px) 0 50%/1em 10px repeat-x;
  }
  .spring-c .sc-story__word-anchor--growth .sc-story__dots {
    left: 50%;
    width: 5em;
    background: radial-gradient(circle, #ea1414 0 2px, transparent 2.5px) 0 50%/1em 10px repeat-x;
  }
  .spring-c .sc-story__panel {
    width: min(var(--sc-shell), 100% - 128px);
  }
  .spring-c .sc-story__copy {
    font-size: 28px;
  }
  .spring-c .sc-story__copy--bottom p {
    font-size: 31px;
  }
  .spring-c .sc-story__result-title {
    font-size: 42px;
  }
  .spring-c .sc-flow-step p {
    font-size: 12px;
  }
  .spring-c .sc-story__result-card span {
    font-size: 40px;
  }
  .spring-c .sc-wow {
    width: min(var(--sc-shell), 100% - 128px);
  }
  .spring-c .sc-wow__collage--coach .is-tilt-left {
    position: relative;
    width: 75%;
    top: 10%;
  }
  .spring-c .sc-wow__collage--coach .is-top-right {
    position: relative;
    left: -10%;
    width: 100%;
    top: -10%;
  }
  .spring-c .sc-wow__collage--coach .is-bottom-left {
    left: 20%;
    width: 60%;
  }
  .spring-c .sc-wow__collage--coach .is-bottom-right {
    position: relative;
    width: 120%;
    left: -10%;
    top: -25%;
  }
  .spring-c .sc-wow__collage,
  .spring-c .sc-wow__bullet-card,
  .spring-c .sc-wow__description {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
  }
  .spring-c .sc-story,
  .spring-c .sc-wow,
  .spring-c .sc-repeat-campaign,
  .spring-c .sc-voices,
  .spring-c .sc-line-panel,
  .spring-c .sc-flow,
  .spring-c .sc-final-message,
  .spring-c .sc-access {
    padding: 68px 0;
  }
  .spring-c .sc-line-panel__inner {
    max-width: 920px;
    margin: 0 auto;
  }
  .spring-c .sc-flow__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
  .spring-c .sc-access__layout {
    gap: 24px;
  }
}

.p-course__line--for-age {
  box-sizing: content-box;
}

.spring-c .sc-page .p-course__line--for-age {
  box-sizing: content-box;
}
