.p1-generated-lp,
.p1-generated-lp * {
  box-sizing: border-box;
}

.p1-generated-lp {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

.p1-generated-lp :is(h1, h2, h3, h4, p, li, span, a, strong, em, b, figcaption) {
  overflow-wrap: anywhere;
}

:root {
  --p1-ref-fv-logo-width: clamp(330px, 22vw, 430px);
  --p1-ref-fv-logo-offset-y: clamp(-20px, -0.75vw, -8px);
  --p1-ref-fv-copy-left: clamp(382px, 26vw, 505px);
  --p1-ref-hero-mask-strong: rgba(255, 255, 255, .96);
  --p1-ref-hero-mask-mid: rgba(255, 255, 255, .82);
  --p1-ref-hero-mask-soft: rgba(255, 255, 255, .34);
  --p1-ref-hero-mask-clear: rgba(255, 255, 255, 0);
  --p1-ref-hero-mask-bottom: rgba(255, 255, 255, .26);
  --p1-ref-hero-copy-color: #24313b;
  --p1-ref-hero-copy-shadow: 0 2px 20px rgba(255, 255, 255, .88);
  --p1-fv-logo-extra-y: 0px;
  --p1-fv-copy-extra-y: 0px;
  --p1-fv-video-extra-y: 0px;
  --p1-fv-scroll-extra-y: 0px;
  --p1-fv-faq-extra-y: 0px;
  --p1-fv-dinya-extra-x: 0px;
  --p1-fv-dinya-extra-y: 0px;
  --p1-fv-dinya-scale: 1;
  --dinamo-floating-nav-top: clamp(14px, 1.25vw, 18px);
  --dinamo-floating-nav-left: max(320px, calc(50% - 320px));
  --dinamo-floating-nav-right: clamp(84px, 7vw, 150px);
}

body.p1-ref-hero-ready #proposal1-generated-lp a[href*="line.me"],
.p1-generated-lp a[href*="line.me"] {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.p1-hero-mode-single:not(.p1-hero-ken-burns) .p1-ref-hero__slide,
html.p1-hero-mode-focus .p1-ref-hero__slide {
  animation: none !important;
  opacity: 0 !important;
  transform: scale(1) !important;
}

html.p1-hero-mode-single .p1-ref-hero__slide:not(.p1-ref-hero__slide--1),
html.p1-hero-mode-focus .p1-ref-hero__slide:not(.p1-ref-hero__slide--1) {
  display: none !important;
}

html.p1-hero-mode-single .p1-ref-hero__slide--1,
html.p1-hero-mode-focus .p1-ref-hero__slide--1 {
  opacity: 1 !important;
}

html.p1-hero-ken-burns .p1-ref-hero {
  --p1-slideshow-total: 24s;
}

html.p1-hero-ken-burns .p1-ref-hero__slide {
  transform-origin: var(--p1-ref-hero-position, center center);
  will-change: opacity, transform;
}

html.p1-hero-ken-burns.p1-hero-mode-slideshow .p1-ref-hero__slide--1 {
  animation-name: p1RefHeroKenBurnsSlide1 !important;
}

html.p1-hero-ken-burns.p1-hero-mode-slideshow .p1-ref-hero__slide--2 {
  animation-name: p1RefHeroKenBurnsSlide2 !important;
}

html.p1-hero-ken-burns.p1-hero-mode-slideshow .p1-ref-hero__slide--3 {
  animation-name: p1RefHeroKenBurnsSlide3 !important;
}

html.p1-hero-ken-burns.p1-hero-mode-slideshow .p1-ref-hero__slide--4 {
  animation-name: p1RefHeroKenBurnsSlide4 !important;
}

html.p1-hero-ken-burns.p1-hero-mode-single .p1-ref-hero__slide--1 {
  animation: p1RefHeroKenBurnsSingle 22s ease-out infinite alternate !important;
}

@keyframes p1RefHeroKenBurnsSlide1 {
  0% { opacity: 1; transform: scale(1); }
  23% { opacity: 1; transform: scale(1.075); }
  30%, 100% { opacity: 0; transform: scale(1.09); }
}

@keyframes p1RefHeroKenBurnsSlide2 {
  0%, 25% { opacity: 0; transform: scale(1); }
  32% { opacity: 1; transform: scale(1.01); }
  47% { opacity: 1; transform: scale(1.075); }
  55%, 100% { opacity: 0; transform: scale(1.09); }
}

@keyframes p1RefHeroKenBurnsSlide3 {
  0%, 51% { opacity: 0; transform: scale(1); }
  58% { opacity: 1; transform: scale(1.01); }
  73% { opacity: 1; transform: scale(1.075); }
  81%, 100% { opacity: 0; transform: scale(1.09); }
}

@keyframes p1RefHeroKenBurnsSlide4 {
  0%, 77% { opacity: 0; transform: scale(1); }
  85% { opacity: 1; transform: scale(1.01); }
  100% { opacity: 1; transform: scale(1.06); }
}

@keyframes p1RefHeroKenBurnsSingle {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  html.p1-hero-ken-burns .p1-ref-hero__slide {
    animation: none !important;
    transform: scale(1) !important;
  }

  html.p1-hero-ken-burns .p1-ref-hero__slide--1 {
    opacity: 1 !important;
  }

  html.p1-hero-ken-burns.p1-hero-mode-slideshow .p1-ref-hero__slide:not(.p1-ref-hero__slide--1) {
    opacity: 0 !important;
  }
}

html.p1-hero-mode-single .p1-ref-hero__photo::after {
  background:
    linear-gradient(90deg, var(--p1-ref-hero-mask-strong) 0%, var(--p1-ref-hero-mask-mid) 28%, var(--p1-ref-hero-mask-soft) 58%, var(--p1-ref-hero-mask-clear) 76%),
    linear-gradient(0deg, var(--p1-ref-hero-mask-bottom) 0%, var(--p1-ref-hero-mask-clear) 36%) !important;
}

html.p1-hero-mask-off .p1-ref-hero__photo::after {
  opacity: 0 !important;
}

html.p1-hero-mode-single .p1-ref-hero__copy,
html.p1-hero-mode-single .p1-ref-hero__title,
html.p1-hero-mode-single .p1-ref-hero__lead {
  color: var(--p1-ref-hero-copy-color) !important;
  text-shadow: var(--p1-ref-hero-copy-shadow) !important;
}

.p1-ref-hero__brand {
  width: var(--p1-ref-fv-logo-width);
  max-width: min(var(--p1-ref-fv-logo-width), calc(100vw - 128px));
}

.p1-ref-hero__brand img {
  width: 100%;
  max-width: 100%;
  max-height: 460px;
  object-fit: contain;
  object-position: left top;
}

.p1-ref-hero__video--embed {
  display: block;
  width: min(280px, 42vw);
  min-height: 0;
  padding: 8px;
  border: 2px solid rgba(255, 255, 255, .82);
  border-radius: 18px;
  color: #fff;
  background: rgba(18, 29, 73, .58);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
  text-decoration: none;
  white-space: normal;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.p1-ref-hero__video--embed .p1-ref-hero__video-label {
  margin: 0 0 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.p1-ref-hero__video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: #121d49;
}

.p1-ref-hero__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p1-ref-hero__video--hidden {
  display: none !important;
}

.p1-ref-hero__background-video {
  position: absolute;
  inset: -1px;
  z-index: 1;
  overflow: hidden;
  background: #111;
  pointer-events: none;
}

.p1-ref-hero__background-video video,
.p1-ref-hero__background-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.p1-ref-hero__background-video--youtube iframe {
  width: max(100vw, 177.778vh);
  height: max(100vh, 56.25vw);
}

html.p1-hero-background-video-on .p1-ref-hero__slide {
  animation: none !important;
  opacity: 0 !important;
}

html.p1-hero-background-video-on .p1-ref-hero__photo {
  background: #111;
}

.p1-ref-hero__dinya {
  position: absolute;
  left: clamp(244px, 16.6vw, 340px);
  top: clamp(-8px, .7vw, 14px);
  right: auto;
  bottom: auto;
  z-index: 8;
  display: block;
  width: clamp(52px, 4.9vw, 76px);
  height: auto;
  filter: drop-shadow(0 16px 24px rgba(18, 29, 73, .2));
  pointer-events: none;
  transform: translate(var(--p1-fv-dinya-extra-x), var(--p1-fv-dinya-extra-y)) scale(var(--p1-fv-dinya-scale)) rotate(-7deg);
  transform-origin: 56% 82%;
}

@media (min-width: 761px) {
  .p1-ref-hero > .p1-ref-hero__video {
    left: clamp(64px, 4.7vw, 104px);
    top: auto;
    bottom: calc(var(--p1-wave-height, var(--p1-ref-wave-height, 110px)) + clamp(-22px, -1.2vw, -8px));
    z-index: 4;
    transform: translateY(var(--p1-ref-fv-video-admin-offset-y));
  }

  .p1-ref-hero > .p1-ref-hero__video--embed {
    width: clamp(320px, 24vw, 386px);
  }

  .p1-ref-hero__dinya {
    left: clamp(230px, 16.8vw, 324px);
    top: clamp(-8px, .65vw, 12px);
    right: auto;
    bottom: auto;
    width: clamp(50px, 4.6vw, 70px);
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  :root {
    --p1-ref-fv-logo-width: clamp(228px, 27vw, 292px);
    --p1-ref-fv-logo-offset-y: clamp(-24px, -1.4vw, -14px);
    --p1-ref-fv-copy-left: clamp(262px, 33vw, 344px);
  }

  html.p1-hero-faq-on {
    --p1-ref-hero-height: clamp(690px, 86vw, 760px) !important;
  }

  html.p1-hero-faq-on .p1-ref-hero {
    min-height: var(--p1-ref-hero-height) !important;
    height: var(--p1-ref-hero-height) !important;
  }

  html.p1-hero-faq-on .p1-ref-hero-spacer {
    height: var(--p1-ref-hero-height) !important;
  }

  .p1-ref-hero__brand img {
    max-height: 158px;
  }

  html.p1-hero-faq-on .p1-ref-hero > .p1-ref-hero__video {
    bottom: calc(var(--p1-wave-height, var(--p1-ref-wave-height, 110px)) + clamp(-18px, -1.1vw, -8px));
  }

  html.p1-hero-faq-on .p1-ref-hero > .p1-ref-hero__video--embed {
    width: clamp(260px, 32vw, 292px);
  }

  html.p1-hero-faq-on .p1-ref-hero__faq {
    right: clamp(42px, 6vw, 72px);
    bottom: calc(var(--p1-wave-height, var(--p1-ref-wave-height, 110px)) + clamp(28px, 3vw, 42px));
    width: min(340px, calc(100vw - 348px));
  }

  html.p1-hero-faq-on .p1-ref-hero__dinya {
    left: clamp(212px, 25.6vw, 282px);
    top: clamp(-6px, 1.2vw, 12px);
    right: auto;
    bottom: auto;
    width: clamp(46px, 6.2vw, 60px);
  }

  html.p1-hero-faq-on .p1-ref-hero__scroll {
    opacity: 0;
    pointer-events: none;
  }

  body.p1-mission-sticker-ready .p1-mission-sticker {
    display: none !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  html.p1-hero-faq-on {
    --p1-ref-hero-height: clamp(820px, 112vw, 860px) !important;
  }

  html.p1-hero-faq-on .p1-ref-hero,
  html.p1-hero-faq-on .p1-ref-hero-spacer {
    min-height: var(--p1-ref-hero-height) !important;
    height: var(--p1-ref-hero-height) !important;
  }

  html.p1-hero-faq-on .p1-ref-hero > .p1-ref-hero__video {
    left: clamp(54px, 7.4vw, 66px);
    bottom: calc(var(--p1-wave-height, var(--p1-ref-wave-height, 110px)) + 30px);
  }

  html.p1-hero-faq-on .p1-ref-hero > .p1-ref-hero__video--embed {
    width: clamp(246px, 33vw, 270px);
  }

  html.p1-hero-faq-on .p1-ref-hero__faq {
    right: clamp(96px, 13vw, 116px);
    bottom: calc(var(--p1-wave-height, var(--p1-ref-wave-height, 110px)) + 54px);
    width: min(318px, calc(100vw - 440px));
  }

  html.p1-hero-faq-on .p1-ref-hero__lead {
    top: min(326px, calc(var(--p1-ref-hero-height) - var(--p1-wave-height, var(--p1-ref-wave-height, 110px)) - 292px));
    width: min(280px, calc(100vw - 420px));
    font-size: clamp(9px, 1.22vw, 11px);
  }
}

@media (min-width: 1101px) and (max-width: 1600px) {
  html.p1-hero-faq-on .p1-ref-hero__dinya {
    left: clamp(238px, 16.4vw, 328px);
    top: clamp(-8px, .65vw, 12px);
    right: auto;
    bottom: auto;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  html.p1-hero-faq-on .p1-ref-hero > .p1-ref-hero__video,
  .p1-ref-hero > .p1-ref-hero__video {
    transform: translateY(calc(var(--p1-ref-fv-video-admin-offset-y) + 18px));
  }
}

@media (min-width: 901px) and (max-width: 1279px) {
  html.p1-hero-faq-on .p1-ref-hero > .p1-ref-hero__video,
  .p1-ref-hero > .p1-ref-hero__video {
    transform: translateY(calc(var(--p1-ref-fv-video-admin-offset-y) + 24px));
  }
}

@media (min-width: 1280px) and (min-height: 720px) {
  html.p1-hero-faq-on .p1-ref-hero > .p1-ref-hero__video,
  .p1-ref-hero > .p1-ref-hero__video {
    transform: translateY(calc(var(--p1-ref-fv-video-admin-offset-y) + 32px));
  }
}

@media (min-width: 1680px) and (min-height: 820px) {
  html.p1-hero-faq-on .p1-ref-hero > .p1-ref-hero__video,
  .p1-ref-hero > .p1-ref-hero__video {
    transform: translateY(calc(var(--p1-ref-fv-video-admin-offset-y) + 40px));
  }
}

@media (max-width: 760px) {
  :root {
    --p1-ref-fv-logo-width: min(176px, calc(100vw - 112px));
    --p1-ref-fv-copy-top: 156px;
  }

  html.p1-hero-faq-on {
    --p1-ref-hero-height: clamp(740px, 188vw, 800px) !important;
  }

  html.p1-hero-faq-on .p1-ref-hero {
    min-height: var(--p1-ref-hero-height) !important;
    height: var(--p1-ref-hero-height) !important;
  }

  html.p1-hero-faq-on .p1-ref-hero-spacer {
    height: var(--p1-ref-hero-height) !important;
  }

  html.p1-hero-faq-on .p1-ref-hero__faq {
    bottom: calc(var(--p1-wave-height, var(--p1-ref-wave-height, 116px)) + clamp(30px, 8vw, 36px));
  }

  .p1-ref-hero__lead {
    width: min(300px, calc(100vw - 84px)) !important;
    font-size: clamp(10px, 3.1vw, 13px);
    line-height: 1.52;
  }

  .p1-ref-hero__brand img {
    max-height: 116px;
  }

  .p1-ref-hero__dinya {
    left: min(168px, calc(100vw - 108px));
    top: 12px;
    right: auto;
    bottom: auto;
    width: clamp(40px, 11.8vw, 48px);
  }

  @media (max-width: 340px) {
    .p1-ref-hero__dinya {
      display: none;
    }
  }

  .p1-ref-hero__video--embed {
    width: min(188px, 48vw);
    padding: 5px;
    border-radius: 12px;
  }

  .p1-ref-hero__video--embed .p1-ref-hero__video-label {
    margin-bottom: 4px;
    font-size: 9px;
  }

  .p1-ref-hero__video-frame {
    border-radius: 8px;
  }
}

html.p1-hero-mode-focus .p1-ref-hero__photo::after {
  background:
    linear-gradient(90deg, rgba(6, 36, 55, .82) 0%, rgba(6, 36, 55, .56) 28%, rgba(6, 36, 55, .08) 72%),
    linear-gradient(0deg, rgba(0, 0, 0, .24) 0%, rgba(0, 0, 0, 0) 36%) !important;
}

html.p1-hero-mode-focus .p1-ref-hero__copy {
  isolation: isolate;
}

html.p1-hero-mode-focus .p1-ref-hero__copy::before {
  position: absolute;
  inset: -18px -24px -18px -18px;
  z-index: -1;
  border: 3px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(236, 111, 155, .92), rgba(8, 169, 242, .78)),
    rgba(255, 255, 255, .12);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .22);
  content: "";
}

@media (max-width: 760px) {
  html.p1-hero-mode-focus .p1-ref-hero__copy::before {
    inset: -12px -16px -12px -12px;
    border-width: 2px;
    border-radius: 14px;
  }
}

html.p1-fv2-design-active {
  --p1-ref-hero-height: 100svh;
  --p1-ref-wave-height: clamp(76px, 8.8svh, 132px);
  scroll-behavior: smooth;
}

@supports (height: 100dvh) {
  html.p1-fv2-design-active {
    --p1-ref-hero-height: 100dvh;
  }
}

html.p1-fv2-design-active .p1-ref-hero-cover-wave {
  display: block;
}

.p1-fv2-hero,
.p1-fv2-hero * {
  box-sizing: border-box;
}

.p1-fv2-hero {
  --fv2-pink: #ef5b9a;
  --fv2-blue: #2f8fdf;
  --fv2-yellow: #ffd85a;
  --fv2-ink: #202327;
  --fv2-muted: #4b5560;
  --fv2-mist-backdrop-strong: rgba(255, 255, 255, 1);
  --fv2-mist-backdrop-mid: rgba(255, 255, 255, .9);
  --fv2-mist-backdrop-soft: rgba(255, 255, 255, .1);
  --fv2-mist-left-strong: rgba(255, 255, 255, .99);
  --fv2-mist-left-mid: rgba(255, 255, 255, .86);
  --fv2-mist-left-soft: rgba(255, 255, 255, .18);
  --fv2-mist-left-faint: rgba(255, 255, 255, 0);
  --fv2-mist-bottom-light: rgba(255, 255, 255, 0);
  --fv2-mist-bottom-strong: rgba(255, 255, 255, .66);
  --fv2-mist-mobile-backdrop-top: rgba(255, 255, 255, .98);
  --fv2-mist-mobile-backdrop-mid: rgba(255, 255, 255, .92);
  --fv2-mist-mobile-backdrop-bottom: rgba(255, 255, 255, .75);
  --fv2-mist-mobile-bottom: rgba(255, 255, 255, .42);
  --fv2-mist-mobile-left: rgba(255, 255, 255, .48);
  --fv2-mist-mobile-left-soft: rgba(255, 255, 255, .08);
  isolation: isolate;
  min-height: 0;
  height: var(--p1-ref-hero-height);
  color: var(--fv2-ink);
  background: #fff;
  font-family: var(--s-font-b3ba0c0c), "Noto Sans JP", system-ui, sans-serif;
}

.p1-fv2-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, #fff 0%, var(--fv2-mist-backdrop-strong) 29%, var(--fv2-mist-backdrop-mid) 40%, var(--fv2-mist-backdrop-soft) 52%, transparent 64%);
  content: "";
}

.p1-fv2-hero__paper {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .24;
  background-image: radial-gradient(circle at 1px 1px, rgba(32, 35, 39, .09) 1px, transparent 0);
  background-size: 8px 8px;
  pointer-events: none;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.6) 24%, transparent 56%);
}

.p1-fv2-hero__header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: minmax(126px, 13vw) minmax(0, 1fr) auto;
  gap: clamp(14px, min(1.7vw, 2.8svh), 30px);
  align-items: center;
  width: min(100%, 1672px);
  padding: clamp(8px, min(1.15vw, 1.9svh), 18px) clamp(24px, min(3.9vw, 6.8svh), 72px) 0;
  transform: translateX(-50%);
}

.p1-fv2-hero__logo,
.p1-fv2-hero .p1-ref-hero__brand {
  display: inline-flex;
  width: clamp(126px, min(12.4vw, 21svh), 218px);
  margin: 0;
  text-decoration: none;
  transform: translateY(var(--p1-fv-logo-extra-y));
}

.p1-fv2-hero__logo img,
.p1-fv2-hero__logo picture,
.p1-fv2-hero .p1-ref-hero__brand img {
  display: block;
  width: 100%;
  max-height: none;
  height: auto;
  object-fit: contain;
  filter: none;
}

.p1-fv2-hero__nav {
  position: fixed;
  top: var(--dinamo-floating-nav-top, clamp(14px, 1.25vw, 18px));
  left: var(--dinamo-floating-nav-left, max(320px, calc(50% - 320px)));
  right: var(--dinamo-floating-nav-right, clamp(84px, 7vw, 150px));
  z-index: 40;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.15vw, 20px);
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 41px;
  padding: 8px clamp(14px, 1.5vw, 24px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(18, 31, 42, .22);
  box-shadow: 0 14px 34px rgba(13, 29, 44, .13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.p1-fv2-hero__nav a {
  color: #fff;
  font-size: clamp(12px, .76vw, 14px);
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
  white-space: nowrap;
}

.p1-front-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.p1-front-nav__submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 40;
  display: grid;
  min-width: 178px;
  gap: 2px;
  padding: 9px;
  border: 1px solid rgba(25, 31, 38, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 40px rgba(28, 40, 54, .16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  visibility: hidden;
}

.p1-front-nav__item:hover .p1-front-nav__submenu,
.p1-front-nav__item:focus-within .p1-front-nav__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.p1-front-nav__sub-link {
  display: block;
  padding: 8px 10px;
  border-radius: 10px;
  color: var(--fv2-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.p1-front-nav__sub-link:hover,
.p1-front-nav__sub-link:focus-visible {
  color: var(--fv2-pink);
  outline: none;
}

.p1-fv2-hero__header-actions,
.p1-fv2-hero__actions {
  display: flex;
  gap: clamp(10px, min(1.2vw, 2svh), 22px);
  align-items: center;
}

.p1-fv2-hero__header-button,
.p1-fv2-hero__cta {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: clamp(42px, min(3.3vw, 5.8svh), 62px);
  padding: 0 clamp(15px, min(1.7vw, 3svh), 30px);
  border: 2px solid transparent;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(31, 45, 58, .12);
  font-size: clamp(13px, min(.92vw, 1.6svh), 17px);
  font-weight: 950;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.p1-fv2-hero__header-button--pink,
.p1-fv2-hero__cta--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #ff78ae 0%, var(--fv2-pink) 100%);
  box-shadow: 0 16px 30px rgba(239, 91, 154, .28);
}

.p1-fv2-hero__header-button--blue,
.p1-fv2-hero__cta--secondary {
  color: var(--fv2-blue) !important;
  background: rgba(255,255,255,.94);
  border-color: var(--fv2-blue);
}

.p1-fv2-hero__header-button .p1-fv2-hero__button-label,
.p1-fv2-hero__cta .p1-fv2-hero__button-label,
.p1-fv2-hero__header-button b,
.p1-fv2-hero__cta b,
.p1-fv2-hero__button-icon {
  color: inherit;
}

.p1-fv2-hero__button-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.p1-fv2-hero__button-icon::before {
  position: absolute;
  top: 5px;
  right: -2px;
  left: -2px;
  height: 2px;
  background: currentColor;
  content: "";
}

.p1-fv2-hero__header-button b,
.p1-fv2-hero__cta b {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
}

.p1-fv2-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  pointer-events: none;
}

.p1-fv2-hero__photo {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #8ed8ff 0%, #d9f4ff 52%, #f5fff9 100%);
}

.p1-fv2-hero__photo img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  filter: saturate(1.12) brightness(1.04) contrast(1.03);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.1) 6%, rgba(0,0,0,.72) 19%, #000 32%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.1) 6%, rgba(0,0,0,.72) 19%, #000 32%);
}

.p1-fv2-hero__visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #fff 0%, var(--fv2-mist-left-strong) 22%, var(--fv2-mist-left-mid) 35%, var(--fv2-mist-left-soft) 48%, var(--fv2-mist-left-faint) 58%, rgba(255,255,255,0) 64%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 68%, var(--fv2-mist-bottom-light) 84%, var(--fv2-mist-bottom-strong) 100%);
  content: "";
}

.p1-fv2-hero__content {
  position: absolute;
  z-index: 4;
  top: clamp(130px, min(14.8vw, 23.5svh), 232px);
  left: clamp(76px, min(8.3vw, 13svh), 134px);
  width: min(43vw, 720px);
  transform: translateY(var(--p1-fv-copy-extra-y));
}

.p1-fv2-hero__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: clamp(38px, min(3vw, 5.2svh), 56px);
  margin: 0 0 clamp(13px, min(1.45vw, 2.4svh), 28px);
  padding: 0 clamp(18px, min(2.4vw, 4.1svh), 42px);
  border-radius: 999px;
  color: #fff;
  background: var(--fv2-pink);
  box-shadow: 0 12px 24px rgba(239, 91, 154, .2);
  font-size: clamp(13px, min(1vw, 1.75svh), 19px);
  font-weight: 950;
  line-height: 1.2;
}

.p1-fv2-hero__badge::after {
  position: absolute;
  right: 14%;
  bottom: -12px;
  width: 26px;
  height: 17px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.p1-fv2-hero__title {
  margin: 0;
  color: var(--fv2-ink);
  font-size: clamp(34px, min(3.7vw, 6.1svh), 70px);
  font-weight: 950;
  line-height: 1.22;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(255,255,255,.35);
  word-break: keep-all;
}

.p1-fv2-hero__title-highlight--pink {
  color: var(--fv2-pink);
}

.p1-fv2-hero__title-highlight--blue {
  color: var(--fv2-blue);
}

.p1-fv2-hero__lead {
  max-width: 650px;
  margin: clamp(12px, min(1.3vw, 2.2svh), 25px) 0 0;
  color: var(--fv2-ink);
  font-size: clamp(12px, min(.88vw, 1.5svh), 16px);
  font-weight: 850;
  line-height: 1.65;
}

.p1-fv2-hero__faq {
  width: min(520px, 100%);
  margin-top: clamp(12px, min(1.2vw, 2svh), 22px);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 36px rgba(31, 45, 58, .12);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(12px);
  transform: translateY(var(--p1-fv-faq-extra-y));
}

.p1-fv2-hero__faq-heading {
  margin: 0 0 8px;
  color: var(--fv2-pink);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}

.p1-fv2-hero__faq-item {
  border-top: 1px dashed rgba(39, 51, 66, .16);
}

.p1-fv2-hero__faq-item:first-of-type {
  border-top: 0;
}

.p1-fv2-hero__faq-item summary {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  color: var(--fv2-ink);
  cursor: pointer;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.35;
  list-style: none;
}

.p1-fv2-hero__faq-item summary::-webkit-details-marker {
  display: none;
}

.p1-fv2-hero__faq-item summary::before {
  display: inline-grid;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--fv2-blue);
  content: "+";
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
}

.p1-fv2-hero__faq-item[open] summary::before {
  content: "-";
}

.p1-fv2-hero__faq-item div {
  padding: 0 8px 10px 28px;
}

.p1-fv2-hero__faq-item p {
  margin: 0;
  color: rgba(38, 49, 58, .84);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.65;
}

.p1-fv2-hero__actions {
  margin-top: clamp(14px, min(1.55vw, 2.6svh), 30px);
}

.p1-fv2-hero__cta {
  min-width: clamp(190px, min(16.3vw, 28svh), 318px);
  min-height: clamp(44px, min(3.6vw, 6svh), 68px);
  font-size: clamp(14px, min(1vw, 1.7svh), 19px);
}

.p1-fv2-hero__features {
  position: absolute;
  left: clamp(72px, min(5.9vw, 10.5svh), 106px);
  bottom: clamp(78px, min(6.1vw, 10.8svh), 108px);
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(930px, calc(100% - clamp(142px, 12vw, 240px)));
  min-height: clamp(76px, min(6.8vw, 11.7svh), 124px);
  overflow: hidden;
  border-radius: clamp(18px, min(1.75vw, 3svh), 30px);
  border: 1px solid rgba(255,255,255,.68);
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 42px rgba(37, 51, 66, .13);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(12px);
}

.p1-fv2-hero__dinya {
  position: absolute;
  left: clamp(180px, min(17.8vw, 28.4svh), 306px);
  top: clamp(-8px, min(.45vw, 1.2svh), 8px);
  right: auto;
  bottom: auto;
  z-index: 7;
  display: block;
  width: clamp(46px, min(4.6vw, 7.4svh), 74px);
  height: auto;
  filter: drop-shadow(0 16px 22px rgba(31, 45, 58, .18));
  pointer-events: none;
  transform: translate(var(--p1-fv-dinya-extra-x), var(--p1-fv-dinya-extra-y)) scale(var(--p1-fv-dinya-scale)) rotate(-7deg);
  transform-origin: 56% 82%;
}

.p1-fv2-hero__movie {
  position: absolute;
  right: clamp(34px, min(6vw, 10svh), 112px);
  top: clamp(110px, min(13vw, 21svh), 196px);
  z-index: 6;
  display: block;
  width: clamp(214px, min(20vw, 34svh), 342px);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 20px;
  color: var(--fv2-ink);
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 20px 46px rgba(31, 45, 58, .16);
  text-decoration: none;
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  backdrop-filter: blur(12px);
  transform: translateY(var(--p1-fv-video-extra-y));
}

.p1-fv2-hero__movie p {
  margin: 0 0 6px;
  color: var(--fv2-ink);
  font-size: clamp(11px, min(.8vw, 1.4svh), 14px);
  font-weight: 950;
  line-height: 1.25;
}

.p1-fv2-hero__movie div {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #eaf6ff;
  aspect-ratio: 16 / 9;
}

.p1-fv2-hero__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p1-fv2-hero__movie--link span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--fv2-pink);
  font-size: 12px;
  font-weight: 950;
}

.p1-fv2-hero__feature {
  position: relative;
  display: grid;
  grid-template-columns: clamp(42px, min(4vw, 7svh), 72px) minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value"
    "icon note";
  column-gap: clamp(9px, min(1.05vw, 1.8svh), 18px);
  align-content: center;
  padding: clamp(10px, min(1.25vw, 2.1svh), 22px) clamp(10px, min(1.55vw, 2.7svh), 26px);
  border-right: 1px dashed rgba(39, 51, 66, .24);
}

.p1-fv2-hero__feature:last-child {
  border-right: 0;
}

.p1-fv2-hero__feature-icon {
  grid-area: icon;
  position: relative;
  display: block;
  align-self: center;
  width: clamp(42px, min(4vw, 7svh), 72px);
  height: clamp(42px, min(4vw, 7svh), 72px);
  border-radius: 50%;
  background: var(--fv2-pink);
}

.p1-fv2-hero__feature--blue .p1-fv2-hero__feature-icon {
  background: var(--fv2-blue);
}

.p1-fv2-hero__feature--yellow .p1-fv2-hero__feature-icon {
  background: #f4c42c;
}

.p1-fv2-hero__feature-icon::before,
.p1-fv2-hero__feature-icon::after {
  position: absolute;
  content: "";
}

.p1-fv2-hero__feature--pink .p1-fv2-hero__feature-icon::before {
  inset: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.p1-fv2-hero__feature--pink .p1-fv2-hero__feature-icon::after {
  left: 16px;
  right: 16px;
  bottom: 14px;
  height: 12px;
  border: 3px solid #fff;
  border-top: 0;
  border-radius: 0 0 16px 16px;
}

.p1-fv2-hero__feature--blue .p1-fv2-hero__feature-icon::before {
  left: 13px;
  top: 20px;
  width: 46px;
  height: 24px;
  border: 3px solid #fff;
  border-radius: 999px;
}

.p1-fv2-hero__feature--blue .p1-fv2-hero__feature-icon::after {
  left: 19px;
  top: 13px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 20px 0 0 -2px #2f8fdf, 20px 0 0 1px #fff;
}

.p1-fv2-hero__feature--yellow .p1-fv2-hero__feature-icon::before {
  left: 22px;
  top: 14px;
  width: 24px;
  height: 34px;
  border: 3px solid #fff;
  border-left-width: 5px;
  border-bottom: 0;
  transform: skewY(-10deg);
}

.p1-fv2-hero__feature--yellow .p1-fv2-hero__feature-icon::after {
  left: 15px;
  bottom: 15px;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 25px -5px 0 -3px #f4c42c, 25px -5px 0 0 #fff;
}

.p1-fv2-hero__feature b {
  grid-area: label;
  color: var(--fv2-ink);
  font-size: clamp(11px, min(.86vw, 1.45svh), 16px);
  font-style: normal;
  font-weight: 950;
  line-height: 1.2;
}

.p1-fv2-hero__feature strong {
  grid-area: value;
  color: var(--fv2-pink);
  font-size: clamp(17px, min(1.78vw, 3.05svh), 34px);
  font-weight: 950;
  line-height: 1.1;
}

.p1-fv2-hero__feature--blue strong,
.p1-fv2-hero__feature--yellow strong {
  color: var(--fv2-ink);
  font-size: clamp(13px, min(1.1vw, 1.9svh), 18px);
  line-height: 1.2;
}

.p1-fv2-hero__feature em {
  grid-area: note;
  color: var(--fv2-ink);
  font-size: clamp(9px, min(.7vw, 1.2svh), 13px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4;
}

.p1-fv2-hero__doodle,
.p1-fv2-hero__color-chip {
  position: absolute;
  z-index: 6;
  pointer-events: none;
}

.p1-fv2-hero__doodle--crown {
  left: 2.8%;
  top: 32%;
  width: clamp(40px, 4.2vw, 72px);
  height: clamp(36px, 3.8vw, 64px);
  border-bottom: 5px solid var(--fv2-pink);
  transform: rotate(-15deg);
}

.p1-fv2-hero__doodle--crown::before,
.p1-fv2-hero__doodle--crown::after {
  position: absolute;
  content: "";
}

.p1-fv2-hero__doodle--crown::before {
  inset: 10px 8px auto;
  height: 28px;
  border: 5px solid var(--fv2-pink);
  border-bottom: 0;
  clip-path: polygon(0 100%, 15% 30%, 35% 72%, 50% 0, 68% 70%, 86% 26%, 100% 100%);
}

.p1-fv2-hero__doodle--crown::after {
  left: 15%;
  right: 15%;
  bottom: -14px;
  height: 5px;
  background: var(--fv2-pink);
}

.p1-fv2-hero__doodle--star-left,
.p1-fv2-hero__doodle--star-right {
  width: 34px;
  height: 34px;
  transform: rotate(45deg);
}

.p1-fv2-hero__doodle--star-left {
  left: 3.2%;
  top: 59%;
}

.p1-fv2-hero__doodle--star-right {
  right: 6%;
  top: 54%;
}

.p1-fv2-hero__doodle--star-left::before,
.p1-fv2-hero__doodle--star-right::before {
  position: absolute;
  inset: 15px 0;
  border-top: 4px solid #f4c42c;
  content: "";
}

.p1-fv2-hero__doodle--star-left::after,
.p1-fv2-hero__doodle--star-right::after {
  position: absolute;
  inset: 0 15px;
  border-left: 4px solid #f4c42c;
  content: "";
}

.p1-fv2-hero__doodle--arrow {
  left: 35%;
  top: 49%;
  width: clamp(86px, 8vw, 138px);
  height: clamp(62px, 6vw, 98px);
  border: 6px solid rgba(47, 143, 223, .64);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 80px 0;
  transform: rotate(16deg);
}

.p1-fv2-hero__doodle--arrow::after {
  position: absolute;
  right: -10px;
  bottom: 2px;
  width: 22px;
  height: 22px;
  border-right: 6px solid rgba(47, 143, 223, .64);
  border-bottom: 6px solid rgba(47, 143, 223, .64);
  content: "";
  transform: rotate(-10deg);
}

.p1-fv2-hero__doodle--heart {
  right: 6%;
  bottom: 12%;
  width: 54px;
  height: 48px;
  border: 6px solid rgba(239, 91, 154, .72);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 18px 0;
  transform: rotate(45deg);
}

.p1-fv2-hero__color-chip--pink {
  left: 46%;
  top: 34%;
  width: 18px;
  height: 42px;
  border-radius: 999px;
  background: rgba(239, 91, 154, .72);
  transform: rotate(23deg);
}

.p1-fv2-hero__color-chip--yellow {
  left: 50%;
  top: 36%;
  width: 18px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 216, 90, .85);
  transform: rotate(68deg);
}

.p1-fv2-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(10px, min(1.3vw, 2.2svh), 24px);
  z-index: 12;
  display: grid;
  place-items: center;
  color: var(--fv2-ink);
  font-size: clamp(18px, min(1.45vw, 2.5svh), 28px);
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  transform: translate(-50%, var(--p1-fv-scroll-extra-y));
}

.p1-fv2-hero__scroll b {
  color: inherit;
  font-size: inherit;
  text-shadow: none;
}

.p1-fv2-hero__wave {
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 9;
  width: calc(100% + 2px);
  height: var(--p1-ref-wave-height);
  pointer-events: none;
}

.p1-fv2-hero__wave path {
  fill: #fff;
}

.p1-fv2-hero__doodle {
  display: block;
  height: auto;
  border: 0 !important;
  background: none !important;
  object-fit: contain;
  opacity: .98;
}

.p1-fv2-hero__doodle::before,
.p1-fv2-hero__doodle::after {
  display: none !important;
  content: none !important;
}

.p1-fv2-hero__doodle--crown {
  left: clamp(36px, 3.2vw, 58px);
  top: clamp(270px, 31svh, 350px);
  width: clamp(58px, 5.2vw, 92px);
  transform: rotate(-10deg);
}

.p1-fv2-hero__doodle--star-left {
  left: clamp(50px, 4.1vw, 74px);
  top: clamp(452px, 50.8svh, 570px);
  width: clamp(36px, 3.15vw, 58px);
  transform: rotate(-6deg);
}

.p1-fv2-hero__doodle--star-right {
  right: 7.4%;
  top: 42.7%;
  width: clamp(30px, 2.85vw, 48px);
  transform: rotate(5deg);
}

.p1-fv2-hero__doodle--arrow {
  z-index: 3;
  left: clamp(528px, 39.4vw, 724px);
  top: clamp(438px, 49.2svh, 552px);
  width: clamp(118px, 9.2vw, 164px);
  transform: rotate(1deg);
}

.p1-fv2-hero__doodle--arrow-white {
  z-index: 3;
  right: clamp(88px, 9.6vw, 168px);
  top: clamp(168px, 18.4svh, 248px);
  width: clamp(102px, 8.8vw, 154px);
  opacity: .9;
  transform: rotate(4deg);
}

.p1-fv2-hero__doodle--heart {
  right: clamp(42px, 5.6vw, 110px);
  bottom: clamp(78px, 8.8svh, 128px);
  width: clamp(72px, 6.4vw, 112px);
  transform: rotate(-8deg);
}

.p1-fv2-hero__doodle--dots {
  z-index: 5;
  right: clamp(166px, 13.3vw, 250px);
  bottom: clamp(74px, 8.4svh, 116px);
  width: clamp(126px, 11.4vw, 194px);
  opacity: .9;
  transform: rotate(-3deg);
}

.p1-fv2-hero__doodle--confetti {
  left: clamp(520px, 40.5vw, 710px);
  top: clamp(182px, 20.5svh, 244px);
  width: clamp(44px, 3.7vw, 66px);
  transform: rotate(-4deg);
}

.p1-fv2-hero__doodle--sparkle-lower {
  z-index: 5;
  right: clamp(22px, 3.4vw, 58px);
  bottom: clamp(154px, 14.5svh, 226px);
  width: clamp(28px, 2.7vw, 48px);
  transform: rotate(8deg);
}

.p1-fv2-hero__doodle--circles {
  z-index: 4;
  left: clamp(-42px, -2.8vw, -18px);
  bottom: clamp(16px, 4.6svh, 58px);
  width: clamp(118px, 11vw, 210px);
  opacity: .78;
  transform: rotate(-4deg);
}

@media (max-width: 1180px) {
  .p1-fv2-hero__header {
    grid-template-columns: auto 1fr;
  }

  .p1-fv2-hero__nav {
    display: none;
  }

  .p1-fv2-hero__header-actions {
    justify-self: end;
  }

  .p1-fv2-hero__visual {
    width: 100%;
    opacity: .94;
  }

  .p1-fv2-hero__content {
    width: min(620px, calc(100% - 48px));
    top: clamp(140px, 18svh, 190px);
    left: 34px;
  }

  .p1-fv2-hero__actions {
    display: none;
  }

  .p1-fv2-hero__features {
    left: 34px;
    bottom: clamp(82px, 9svh, 104px);
    width: min(850px, calc(100% - 68px));
  }
}

@media (min-width: 761px) and (max-height: 820px) {
  .p1-fv2-hero__content {
    top: clamp(120px, 16svh, 168px);
  }

  .p1-fv2-hero__actions {
    display: none;
  }

  .p1-fv2-hero__features {
    bottom: clamp(78px, 10svh, 102px);
  }
}

@media (max-width: 760px) {
  html.p1-fv2-design-active {
    --p1-ref-hero-height: max(980px, 100svh);
    --p1-ref-wave-height: 54px;
  }

  @supports (height: 100dvh) {
    html.p1-fv2-design-active {
      --p1-ref-hero-height: max(980px, 100dvh);
    }
  }

  .p1-fv2-hero::before {
    background: linear-gradient(180deg, var(--fv2-mist-mobile-backdrop-top) 0%, var(--fv2-mist-mobile-backdrop-mid) 45%, var(--fv2-mist-mobile-backdrop-bottom) 100%);
  }

  .p1-fv2-hero__paper {
    mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.4) 52%, transparent 100%);
  }

  .p1-fv2-hero__header {
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 16px 0;
  }

  .p1-fv2-hero__logo,
  .p1-fv2-hero .p1-ref-hero__brand {
    width: 132px;
  }

  .p1-fv2-hero__nav {
    display: none;
  }

  .p1-fv2-hero__header-actions {
    justify-self: end;
    gap: 8px;
  }

  .p1-fv2-hero__header-button {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 11px;
  }

  .p1-fv2-hero__header-button--blue {
    display: none;
  }

  .p1-fv2-hero__visual {
    width: 100%;
    height: 47%;
    top: 0;
    opacity: .98;
  }

  .p1-fv2-hero__photo img {
    left: 0;
    right: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: 62% top;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .p1-fv2-hero__visual::after {
    background:
      linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.02) 48%, var(--fv2-mist-mobile-bottom) 100%),
      linear-gradient(90deg, var(--fv2-mist-mobile-left) 0%, var(--fv2-mist-mobile-left-soft) 38%, rgba(255,255,255,0) 70%);
  }

  .p1-fv2-hero__content {
    top: 41%;
    left: 16px;
    right: 16px;
    width: auto;
  }

  .p1-fv2-hero__movie {
    top: 24.5%;
    right: auto;
    left: 16px;
    width: min(168px, 44vw);
    padding: 5px;
    border-radius: 12px;
  }

  .p1-fv2-hero__movie p {
    margin-bottom: 4px;
    font-size: 9px;
  }

  .p1-fv2-hero__movie div {
    border-radius: 8px;
  }

  .p1-fv2-hero__badge {
    min-height: 34px;
    margin-bottom: 10px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .p1-fv2-hero__badge::after {
    bottom: -9px;
    width: 20px;
    height: 12px;
  }

  .p1-fv2-hero__title {
    font-size: clamp(26px, 7.35vw, 34px);
    line-height: 1.16;
  }

  .p1-fv2-hero__lead {
    max-width: 96%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.55;
  }

  .p1-fv2-hero__faq {
    width: min(100%, 360px);
    margin-top: 10px;
    padding: 9px;
    border-radius: 14px;
  }

  .p1-fv2-hero__faq-heading {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .p1-fv2-hero__faq-item summary {
    min-height: 30px;
    font-size: 11px;
  }

  .p1-fv2-hero__faq-item p {
    font-size: 10px;
    line-height: 1.55;
  }

  .p1-fv2-hero__actions {
    gap: 8px;
    margin-top: 12px;
  }

  .p1-fv2-hero__cta {
    min-width: 0;
    min-height: 42px;
    padding-inline: 14px;
    font-size: 12px;
  }

  .p1-fv2-hero__cta--secondary {
    display: none;
  }

  .p1-fv2-hero__features {
    left: 16px;
    right: 16px;
    bottom: 92px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: auto;
    min-height: 72px;
    border-radius: 16px;
  }

  .p1-fv2-hero__dinya {
    left: min(160px, calc(100vw - 100px));
    top: 0;
    right: auto;
    bottom: auto;
    z-index: 6;
    width: clamp(38px, 10.8vw, 46px);
    opacity: .94;
  }

  .p1-fv2-hero__feature {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "label"
      "value"
      "note";
    justify-items: center;
    gap: 2px;
    padding: 8px 5px;
    text-align: center;
  }

  .p1-fv2-hero__feature-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 2px;
  }

  .p1-fv2-hero__feature-icon::before,
  .p1-fv2-hero__feature-icon::after,
  .p1-fv2-hero__color-chip {
    display: none;
  }

  .p1-fv2-hero__doodle {
    z-index: 5;
    display: block;
    opacity: .92;
  }

  .p1-fv2-hero__doodle--crown {
    left: -18px;
    top: 47%;
    width: clamp(44px, 12.4vw, 54px);
    transform: rotate(-11deg);
  }

  .p1-fv2-hero__doodle--star-left {
    left: -3px;
    top: 55.7%;
    width: clamp(28px, 8.4vw, 36px);
    transform: rotate(-8deg);
  }

  .p1-fv2-hero__doodle--confetti {
    left: 52px;
    right: auto;
    top: 36.4%;
    width: clamp(32px, 9vw, 42px);
    transform: rotate(-4deg);
  }

  .p1-fv2-hero__doodle--arrow {
    left: auto;
    right: 12px;
    top: 58.6%;
    width: clamp(78px, 23vw, 104px);
    transform: rotate(0deg);
  }

  .p1-fv2-hero__doodle--star-right,
  .p1-fv2-hero__doodle--arrow-white,
  .p1-fv2-hero__doodle--heart,
  .p1-fv2-hero__doodle--dots {
    display: none;
  }

  .p1-fv2-hero__doodle--sparkle-lower {
    right: 14px;
    top: 66%;
    bottom: auto;
    width: clamp(24px, 7vw, 34px);
    opacity: .82;
  }

  .p1-fv2-hero__doodle--circles {
    z-index: 1;
    left: -34px;
    bottom: 18px;
    width: clamp(112px, 32vw, 148px);
    opacity: .5;
  }

  .p1-fv2-hero__feature b {
    font-size: 10px;
  }

  .p1-fv2-hero__feature strong,
  .p1-fv2-hero__feature--blue strong,
  .p1-fv2-hero__feature--yellow strong {
    font-size: 11px;
  }

  .p1-fv2-hero__feature em {
    display: none;
  }

  .p1-fv2-hero__scroll {
    bottom: 36px;
    z-index: 7;
    font-size: 18px;
  }
}

html.p1-fv3-design-active {
  --p1-ref-hero-height: 100svh;
  --p1-ref-wave-height: clamp(72px, 9svh, 120px);
  scroll-behavior: smooth;
}

@supports (height: 100dvh) {
  html.p1-fv3-design-active {
    --p1-ref-hero-height: 100dvh;
  }
}

.p1-fv3-hero,
.p1-fv3-hero * {
  box-sizing: border-box;
}

.p1-fv3-hero {
  --fv3-pink: #f56599;
  --fv3-pink-deep: #e94d86;
  --fv3-purple: #8b5de8;
  --fv3-blue: #49b9ec;
  --fv3-yellow: #fff2a9;
  --fv3-ink: #26313d;
  --fv3-muted: #647080;
  isolation: isolate;
  height: var(--p1-ref-hero-height);
  min-height: 0;
  overflow: hidden;
  color: var(--fv3-ink);
  background: #fff;
  font-family: var(--s-font-b3ba0c0c), "Noto Sans JP", system-ui, sans-serif;
}

.p1-fv3-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 2% 88%, rgba(255, 242, 169, .75) 0 28px, transparent 29px),
    radial-gradient(circle at 91% 86%, rgba(73, 185, 236, .22) 0 38px, transparent 39px),
    linear-gradient(90deg, #fff 0%, #fff 31%, rgba(255, 255, 255, .92) 44%, rgba(255, 255, 255, .18) 66%, rgba(255, 255, 255, 0) 82%);
  content: "";
}

.p1-fv3-hero__ribbon {
  position: absolute;
  z-index: 14;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  min-height: 24px;
  place-items: center;
  padding: 3px 18px;
  color: #fff;
  background: linear-gradient(90deg, var(--fv3-pink) 0%, var(--fv3-purple) 58%, var(--fv3-blue) 100%);
  font-size: .7rem;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.p1-fv3-hero__header {
  position: absolute;
  z-index: 13;
  top: 24px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: minmax(118px, 156px) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 62px;
  padding: 7px clamp(24px, 3.6vw, 58px);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(245, 101, 153, .15);
  box-shadow: 0 10px 26px rgba(55, 70, 88, .08);
  backdrop-filter: blur(14px);
}

.p1-fv3-hero__logo,
.p1-fv3-hero .p1-ref-hero__brand {
  display: inline-flex;
  width: min(156px, 11vw);
  min-width: 112px;
  height: 48px;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.p1-fv3-hero__logo img,
.p1-fv3-hero .p1-ref-hero__brand img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

.p1-fv3-hero__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.p1-fv3-hero__nav a {
  position: relative;
  color: var(--fv3-ink);
  font-size: .78rem;
  font-weight: 950;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
}

.p1-fv3-hero__nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fv3-pink), var(--fv3-purple), var(--fv3-blue));
  content: "";
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .18s ease, transform .18s ease;
}

.p1-fv3-hero__nav a:hover::after,
.p1-fv3-hero__nav a:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.p1-fv3-hero__nav .p1-front-nav__submenu a::after {
  content: none;
}

.p1-fv3-hero__header-actions,
.p1-fv3-hero__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

.p1-fv3-hero__phone {
  display: grid;
  gap: 2px;
  color: var(--fv3-ink);
  line-height: 1.15;
  text-align: right;
  text-decoration: none;
  white-space: nowrap;
}

.p1-fv3-hero__phone span {
  color: var(--fv3-muted);
  font-size: .62rem;
  font-weight: 800;
}

.p1-fv3-hero__phone strong {
  color: var(--fv3-pink-deep);
  font-size: .96rem;
  font-weight: 950;
}

.p1-fv3-hero__header-button,
.p1-fv3-hero__cta {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.p1-fv3-hero__header-button,
.p1-fv3-hero__cta--primary {
  color: #fff;
  background: linear-gradient(135deg, #ff86b2 0%, var(--fv3-pink-deep) 100%);
  box-shadow: 0 16px 30px rgba(233, 77, 134, .28);
}

.p1-fv3-hero__cta--secondary {
  color: var(--fv3-purple);
  background: rgba(255, 255, 255, .92);
  border-color: rgba(139, 93, 232, .34);
  box-shadow: 0 12px 26px rgba(54, 67, 84, .11);
}

.p1-fv3-hero__button-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.p1-fv3-hero__button-icon::before,
.p1-fv3-hero__button-icon::after {
  position: absolute;
  content: "";
}

.p1-fv3-hero__button-icon--calendar::before {
  top: 4px;
  left: -2px;
  right: -2px;
  height: 2px;
  background: currentColor;
}

.p1-fv3-hero__button-icon--info {
  border-radius: 50%;
}

.p1-fv3-hero__button-icon--info::before {
  top: 3px;
  left: 6px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 5px 0 currentColor, 0 8px 0 currentColor;
}

.p1-fv3-hero__header-button b,
.p1-fv3-hero__cta b {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1;
}

.p1-fv3-hero__visual {
  position: absolute;
  inset: 86px 0 0 auto;
  z-index: 0;
  width: min(68%, 1180px);
  pointer-events: none;
}

.p1-fv3-hero__photo {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
}

.p1-fv3-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.04) brightness(1.03);
}

.p1-fv3-hero__visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .83) 20%, rgba(255, 255, 255, .28) 43%, rgba(255, 255, 255, 0) 66%),
    linear-gradient(0deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 42%);
  content: "";
}

.p1-fv3-hero__content {
  position: absolute;
  z-index: 5;
  top: clamp(112px, 13svh, 146px);
  left: clamp(38px, 5vw, 86px);
  width: min(40rem, 42vw);
}

.p1-fv3-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin: 0 0 12px;
  padding: 0 18px;
  border: 1px solid rgba(245, 101, 153, .2);
  border-radius: 999px;
  color: var(--fv3-pink-deep);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 26px rgba(233, 77, 134, .12);
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.2;
}

.p1-fv3-hero__title {
  margin: 0;
  color: var(--fv3-ink);
  font-size: clamp(3rem, 3.15vw, 3.65rem);
  font-weight: 950;
  line-height: 1.14;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .45), 0 16px 34px rgba(255, 255, 255, .82);
  word-break: keep-all;
}

.p1-fv3-hero__title-highlight--pink {
  color: var(--fv3-pink-deep);
}

.p1-fv3-hero__title-highlight--purple {
  color: var(--fv3-purple);
}

.p1-fv3-hero__title-highlight--blue {
  color: var(--fv3-blue);
}

.p1-fv3-hero__lead {
  max-width: 42rem;
  margin: 13px 0 0;
  color: #46525f;
  font-size: .93rem;
  font-weight: 850;
  line-height: 1.75;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .64);
}

.p1-fv3-hero__actions {
  margin-top: 18px;
}

.p1-fv3-hero__cta {
  min-width: 210px;
  min-height: 50px;
  padding-inline: 24px;
}

.p1-fv3-hero__support-card {
  position: absolute;
  right: clamp(42px, 5vw, 88px);
  bottom: clamp(108px, 14svh, 156px);
  z-index: 7;
  display: grid;
  grid-template-columns: 122px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  width: min(390px, 27vw);
  min-height: 112px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(245, 101, 153, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 44px rgba(45, 58, 74, .15);
  backdrop-filter: blur(10px);
}

.p1-fv3-hero__support-card figure {
  height: 84px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
}

.p1-fv3-hero__support-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p1-fv3-hero__support-card b {
  display: block;
  color: var(--fv3-pink-deep);
  font-size: .94rem;
  font-weight: 950;
  line-height: 1.25;
}

.p1-fv3-hero__support-card p {
  margin: 5px 0 0;
  color: #596675;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.55;
}

.p1-fv3-hero__features {
  position: absolute;
  left: clamp(38px, 5vw, 86px);
  bottom: clamp(48px, 6svh, 76px);
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 56vw);
  min-height: 104px;
  overflow: hidden;
  border: 1px solid rgba(245, 101, 153, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 18px 42px rgba(37, 51, 66, .14);
  backdrop-filter: blur(12px);
}

.p1-fv3-hero__feature {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value"
    "icon note";
  column-gap: 12px;
  align-content: center;
  padding: 16px 18px;
  border-right: 1px solid rgba(245, 101, 153, .14);
}

.p1-fv3-hero__feature:last-child {
  border-right: 0;
}

.p1-fv3-hero__feature-icon {
  grid-area: icon;
  position: relative;
  align-self: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff91b8, var(--fv3-pink-deep));
}

.p1-fv3-hero__feature--purple .p1-fv3-hero__feature-icon {
  background: linear-gradient(135deg, #b995ff, var(--fv3-purple));
}

.p1-fv3-hero__feature--blue .p1-fv3-hero__feature-icon {
  background: linear-gradient(135deg, #8bdfff, var(--fv3-blue));
}

.p1-fv3-hero__feature-icon::before,
.p1-fv3-hero__feature-icon::after {
  position: absolute;
  content: "";
}

.p1-fv3-hero__feature--pink .p1-fv3-hero__feature-icon::before {
  inset: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.p1-fv3-hero__feature--pink .p1-fv3-hero__feature-icon::after {
  left: 12px;
  right: 12px;
  bottom: 10px;
  height: 8px;
  border: 3px solid #fff;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}

.p1-fv3-hero__feature--purple .p1-fv3-hero__feature-icon::before {
  left: 10px;
  top: 12px;
  width: 22px;
  height: 17px;
  border: 3px solid #fff;
  border-radius: 999px;
}

.p1-fv3-hero__feature--purple .p1-fv3-hero__feature-icon::after {
  left: 17px;
  top: 24px;
  width: 7px;
  height: 9px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-42deg);
}

.p1-fv3-hero__feature--blue .p1-fv3-hero__feature-icon::before {
  left: 13px;
  top: 9px;
  width: 16px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 10px 10px 12px 12px;
}

.p1-fv3-hero__feature--blue .p1-fv3-hero__feature-icon::after {
  left: 18px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 14px 0 #fff;
}

.p1-fv3-hero__feature-label {
  grid-area: label;
  color: var(--fv3-muted);
  font-size: .74rem;
  font-weight: 900;
  line-height: 1.25;
}

.p1-fv3-hero__feature strong {
  grid-area: value;
  color: var(--fv3-ink);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.25;
}

.p1-fv3-hero__feature em {
  grid-area: note;
  color: #758090;
  font-size: .68rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.p1-fv3-hero__decor {
  position: absolute;
  z-index: 6;
  pointer-events: none;
}

.p1-fv3-hero__decor--star {
  right: 5.5%;
  bottom: 18%;
  width: 34px;
  height: 34px;
  color: var(--fv3-purple);
  transform: rotate(45deg);
}

.p1-fv3-hero__decor--star::before,
.p1-fv3-hero__decor--star::after {
  position: absolute;
  content: "";
}

.p1-fv3-hero__decor--star::before {
  inset: 15px 0;
  border-top: 4px solid currentColor;
}

.p1-fv3-hero__decor--star::after {
  inset: 0 15px;
  border-left: 4px solid currentColor;
}

.p1-fv3-hero__decor--circle {
  left: 2.8%;
  bottom: 22%;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 242, 169, .82);
}

.p1-fv3-hero__decor--spark {
  right: 16%;
  top: 21%;
  width: 20px;
  height: 44px;
  border-radius: 999px;
  background: rgba(73, 185, 236, .34);
  transform: rotate(46deg);
}

.p1-fv3-hero__decor--spark::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 44px;
  border-radius: 999px;
  background: rgba(245, 101, 153, .3);
  content: "";
  transform: rotate(90deg);
}

.p1-fv3-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(21px, 2.8svh, 36px);
  z-index: 12;
  display: grid;
  justify-items: center;
  gap: 5px;
  color: rgba(61, 75, 92, .68);
  font-size: .88rem;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  transform: translateX(-50%);
}

.p1-fv3-hero__scroll b {
  color: var(--fv3-pink-deep);
  font-size: 1.45rem;
  text-shadow: none;
}

.p1-fv3-hero__wave {
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 9;
  width: calc(100% + 2px);
  height: var(--p1-ref-wave-height);
  pointer-events: none;
}

.p1-fv3-hero__wave path {
  fill: #fff;
}

@media (max-width: 1280px) {
  .p1-fv3-hero__header {
    grid-template-columns: auto 1fr;
    gap: 14px 20px;
  }

  .p1-fv3-hero__nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    flex-wrap: nowrap;
  }

  .p1-fv3-hero__header-actions {
    justify-self: end;
  }

  .p1-fv3-hero__content {
    width: min(39rem, calc(100% - 48px));
  }

  .p1-fv3-hero__title {
    font-size: 3.35rem;
  }

  .p1-fv3-hero__features {
    width: min(720px, calc(100% - 76px));
  }

  .p1-fv3-hero__support-card {
    width: 340px;
    right: 34px;
  }
}

@media (max-width: 900px) {
  .p1-fv3-hero__phone,
  .p1-fv3-hero__support-card {
    display: none;
  }

  .p1-fv3-hero__visual {
    width: 78%;
  }

  .p1-fv3-hero__content {
    width: min(35rem, calc(100% - 44px));
  }

  .p1-fv3-hero__title {
    font-size: 2.9rem;
  }
}

@media (max-width: 760px) {
  html.p1-fv3-design-active {
    --p1-ref-wave-height: 56px;
  }

  .p1-fv3-hero::before {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .92) 47%, rgba(255, 255, 255, .78) 100%),
      radial-gradient(circle at 8% 92%, rgba(255, 242, 169, .74) 0 26px, transparent 27px),
      radial-gradient(circle at 90% 87%, rgba(73, 185, 236, .18) 0 34px, transparent 35px);
  }

  .p1-fv3-hero__ribbon {
    min-height: 24px;
    padding: 4px 10px;
    font-size: .62rem;
  }

  .p1-fv3-hero__header {
    top: 24px;
    grid-template-columns: 132px minmax(0, 1fr);
    min-height: 62px;
    gap: 10px;
    padding: 10px 14px;
  }

  .p1-fv3-hero__logo,
  .p1-fv3-hero .p1-ref-hero__brand {
    width: 132px;
    min-width: 0;
  }

  .p1-fv3-hero__nav {
    display: none;
  }

  .p1-fv3-hero__header-actions {
    justify-self: end;
  }

  .p1-fv3-hero__header-button {
    min-height: 38px;
    padding-inline: 12px;
    font-size: .72rem;
  }

  .p1-fv3-hero__visual {
    inset: 86px 0 auto 0;
    width: 100%;
    height: 38%;
    opacity: .86;
  }

  .p1-fv3-hero__photo img {
    object-position: 60% top;
  }

  .p1-fv3-hero__visual::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, .88) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .36) 65%, rgba(255, 255, 255, .08) 100%);
  }

  .p1-fv3-hero__content {
    top: 37%;
    left: 16px;
    right: 16px;
    width: auto;
  }

  .p1-fv3-hero__badge {
    min-height: 31px;
    margin-bottom: 9px;
    padding-inline: 12px;
    font-size: .75rem;
  }

  .p1-fv3-hero__title {
    font-size: 2.35rem;
    line-height: 1.12;
  }

  .p1-fv3-hero__lead {
    max-width: 100%;
    margin-top: 9px;
    font-size: .78rem;
    line-height: 1.55;
  }

  .p1-fv3-hero__actions {
    gap: 8px;
    margin-top: 12px;
  }

  .p1-fv3-hero__cta {
    min-width: 0;
    min-height: 40px;
    padding-inline: 13px;
    font-size: .75rem;
  }

  .p1-fv3-hero__cta--secondary {
    display: none;
  }

  .p1-fv3-hero__features {
    left: 16px;
    right: 16px;
    bottom: 44px;
    width: auto;
    min-height: 70px;
    border-radius: 15px;
  }

  .p1-fv3-hero__feature {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "label"
      "value";
    justify-items: center;
    gap: 2px;
    padding: 8px 5px;
    text-align: center;
  }

  .p1-fv3-hero__feature-icon {
    width: 28px;
    height: 28px;
  }

  .p1-fv3-hero__feature-icon::before,
  .p1-fv3-hero__feature-icon::after,
  .p1-fv3-hero__decor,
  .p1-fv3-hero__feature em {
    display: none;
  }

  .p1-fv3-hero__feature-label {
    font-size: .62rem;
  }

  .p1-fv3-hero__feature strong {
    font-size: .68rem;
  }

  .p1-fv3-hero__scroll {
    bottom: 12px;
    font-size: .7rem;
  }

  .p1-fv3-hero__scroll b {
    font-size: 1.2rem;
  }
}

.p1-generated-lp {
  --p1-pink: #ec6f9b;
  --p1-hot-pink: #f44586;
  --p1-teal: #21c2bd;
  --p1-blue: #08a9f2;
  --p1-blue-dark: #047fd3;
  --p1-yellow: #ffd91e;
  --p1-navy: #062437;
  --p1-ink: #26313a;
  --p1-muted: #65727f;
  --p1-shadow: 0 14px 28px rgba(32, 53, 70, .16);
  --p1-recruit-bg-start: #0b3146;
  --p1-recruit-bg-end: var(--p1-navy);
  --p1-recruit-orb: rgba(236, 111, 155, .14);
  --p1-recruit-glow: rgba(255, 217, 30, .08);
  --p1-recruit-overlay: rgba(255, 255, 255, .04);
  --p1-recruit-text: #fff;
  --p1-recruit-subtext: rgba(255, 255, 255, .82);
  --p1-recruit-shadow: rgba(0, 0, 0, .26);
  --p1-footer-bg: #061d2e;
  --p1-footer-brand: #fff;
  --p1-footer-link: rgba(255, 255, 255, .9);
  --p1-footer-text: rgba(255, 255, 255, .78);
  --p1-footer-copy: rgba(255, 255, 255, .72);
  --p1-footer-check: var(--p1-yellow);
  position: relative;
  flex: 0 1 100%;
  align-self: stretch;
  z-index: 43;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  color: var(--p1-ink);
  font-family: var(--s-font-b3ba0c0c), "Noto Sans JP", system-ui, sans-serif;
}

.p1-generated-lp [data-p1-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity .65s ease, transform .65s ease;
}

.p1-generated-lp [data-p1-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(.99);
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1),
    transform .72s cubic-bezier(.22, 1, .36, 1),
    filter .72s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--p1-scroll-delay, 0ms);
  will-change: opacity, transform;
}

html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal[data-p1-scroll-from="card"] {
  transform: translate3d(0, 32px, 0) scale(.975);
}

html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal[data-p1-scroll-from="image"] {
  filter: saturate(.96) brightness(1.02);
  transform: translate3d(0, 24px, 0) scale(.985);
}

html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal[data-p1-scroll-from="image"] img:not(.emoji) {
  transform: scale(1.035);
  transition: transform .92s cubic-bezier(.22, 1, .36, 1);
}

html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0) scale(1);
}

html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal.is-visible img:not(.emoji) {
  transform: scale(1);
}

@media (max-width: 760px) {
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal,
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal[data-p1-scroll-from="card"],
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal[data-p1-scroll-from="image"] {
    transform: translate3d(0, 20px, 0);
    transition-duration: .62s;
  }
}

@media (max-width: 540px) {
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal,
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal.is-visible,
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal[data-p1-scroll-from="card"],
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal[data-p1-scroll-from="image"],
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal img:not(.emoji) {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal,
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal.is-visible,
  html.p1-site-scroll-effects .p1-generated-lp .p1-scroll-reveal img:not(.emoji) {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }
}

.p1-lp-wrap {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.p1-section {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 5.8vw, 72px) 0;
}

.p1-section--soft {
  background:
    radial-gradient(circle at 0 28%, rgba(236, 111, 155, .24) 0 46px, transparent 47px),
    radial-gradient(circle at 100% 16%, rgba(255, 217, 30, .28) 0 58px, transparent 59px),
    linear-gradient(180deg, #fff 0%, #f4fbfe 100%);
}

.p1-section--soft::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 86px;
  background: #eaf8fd;
  clip-path: ellipse(64% 44% at 50% 100%);
  opacity: .9;
  pointer-events: none;
}

.p1-section--blue {
  padding: clamp(46px, 5.8vw, 74px) 0;
  background:
    radial-gradient(circle at 9% 25%, rgba(255, 255, 255, .25) 0 58px, transparent 59px),
    radial-gradient(circle at 91% 84%, rgba(255, 255, 255, .16) 0 90px, transparent 91px),
    linear-gradient(180deg, var(--p1-blue) 0%, var(--p1-blue-dark) 100%);
  color: #fff;
}

.p1-section--blue::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -38px;
  height: 90px;
  border-radius: 50% 50% 0 0 / 45px 45px 0 0;
  background: rgba(0, 131, 218, .18);
  pointer-events: none;
}

.p1-section-transition {
  position: relative;
  z-index: 3;
  height: clamp(96px, 9.5vw, 142px);
  margin-top: -42px;
  margin-bottom: clamp(-92px, -6.2vw, -58px);
  overflow: hidden;
  background: linear-gradient(180deg, #fff 0%, #fff9df 100%);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 180' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 50C154 18 288 74 452 48C623 21 752 13 934 48C1119 83 1258 82 1440 47V129C1273 101 1141 110 968 137C781 166 642 129 470 142C293 155 154 126 0 149Z' fill='%23fff'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 180' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 50C154 18 288 74 452 48C623 21 752 13 934 48C1119 83 1258 82 1440 47V129C1273 101 1141 110 968 137C781 166 642 129 470 142C293 155 154 126 0 149Z' fill='%23fff'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  pointer-events: none;
}

.p1-section-transition::after {
  content: "";
  position: absolute;
  inset: auto 0 8% 0;
  height: 42%;
  background:
    radial-gradient(circle at 16% 80%, rgba(255, 217, 30, .14) 0 56px, transparent 57px),
    radial-gradient(circle at 84% 18%, rgba(236, 111, 155, .10) 0 68px, transparent 69px);
  opacity: .75;
}

.p1-section-transition--coach-recruit {
  height: 0;
  margin: 0;
  background: #fff;
  -webkit-mask-image: none;
  mask-image: none;
}

.p1-section-transition--coach-recruit::after,
.p1-section--access-late::after {
  display: none;
}

.p1-section--miyata {
  padding: clamp(46px, 5.8vw, 74px) 0 clamp(42px, 5.4vw, 68px);
  background:
    radial-gradient(circle at 7% 28%, rgba(236, 111, 155, .18) 0 56px, transparent 57px),
    radial-gradient(circle at 94% 18%, rgba(255, 217, 30, .2) 0 70px, transparent 71px),
    linear-gradient(180deg, #fff 0%, #f3fbff 100%);
}

.p1-section--miyata::before {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  top: -48px;
  z-index: 0;
  height: 96px;
  border-radius: 0 0 50% 50% / 0 0 54px 54px;
  background: #fff;
  pointer-events: none;
}

.p1-section--miyata::after {
  content: "";
  position: absolute;
  right: max(18px, calc(50% - 590px));
  top: 52px;
  z-index: 0;
  width: 112px;
  height: 92px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 112 92' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25 9l7 18 19 5-17 9-8 19-9-18L1 33l18-7z' fill='%23fff'/%3E%3Cpath d='M82 28l5 14 15 4-14 7-6 14-7-14-13-7 15-4z' fill='%23ffd91e'/%3E%3Cpath d='M40 76l14 9M77 8l24-7M13 72L2 84'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.p1-section--miyata-in-coach-flow {
  margin: clamp(42px, 6vw, 64px) 0 0;
  padding: clamp(28px, 4.4vw, 44px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 255, 255, .34) 0 58px, transparent 59px),
    radial-gradient(circle at 94% 80%, rgba(255, 217, 30, .2) 0 78px, transparent 79px),
    linear-gradient(135deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .08));
  box-shadow: 0 20px 48px rgba(0, 92, 150, .18);
}

.p1-section--miyata-in-coach-flow::before {
  display: none;
}

.p1-section--miyata-in-coach-flow::after {
  right: 28px;
  top: 28px;
  opacity: .56;
}

.p1-section--miyata-in-coach-flow > .p1-lp-wrap {
  width: 100%;
  max-width: none;
  padding: 0;
}

.p1-section--miyata-in-coach-flow + .p1-coach-zone {
  margin-top: clamp(30px, 4.4vw, 48px);
}

.p1-section--miyata-in-coach-flow .p1-miyata-head {
  max-width: 780px;
}

.p1-miyata-blob {
  position: absolute;
  z-index: 0;
  display: none;
  pointer-events: none;
}

.p1-miyata-blob--pink {
  left: -72px;
  bottom: 94px;
  width: 150px;
  height: 104px;
  border-radius: 45% 55% 48% 52%;
  background: rgba(244, 155, 188, .78);
  transform: rotate(10deg);
}

.p1-miyata-blob--yellow {
  right: -78px;
  bottom: 190px;
  width: 168px;
  height: 112px;
  border-radius: 56% 44% 52% 48%;
  background: rgba(255, 227, 108, .72);
  transform: rotate(-12deg);
}

.p1-miyata-head {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto clamp(26px, 4vw, 42px);
  text-align: center;
}

.p1-miyata-head::before {
  content: "";
  position: absolute;
  left: -78px;
  top: 22px;
  width: 128px;
  height: 86px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 128 86' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='4' stroke-linecap='round'%3E%3Cpath d='M10 61C37 22 72 15 112 29'/%3E%3Cpath d='M102 16l13 14-19 8'/%3E%3Cpath d='M31 74l-18 8M52 71l-5 11'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .88;
  pointer-events: none;
}

.p1-miyata-kicker {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 22px;
  border-radius: 999px;
  color: #fff;
  background: #151515;
  box-shadow: 0 12px 22px rgba(38, 49, 58, .13);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.p1-miyata-head .p1-heading {
  margin-bottom: 14px;
}

.p1-miyata-head p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 800;
  line-height: 1.9;
  text-shadow: 0 2px 12px rgba(18, 29, 73, .16);
}

.p1-miyata-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
}

.p1-miyata-copy {
  position: relative;
  min-width: 0;
}

.p1-miyata-copy::before {
  content: "";
  position: absolute;
  left: -26px;
  bottom: -34px;
  width: 132px;
  height: 118px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 132 118' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='4.2' stroke-linecap='round'%3E%3Cpath d='M106 9C60 16 39 43 49 76c8 25 40 31 50 9 7-15-9-30-25-22-23 11-23 38-5 51'/%3E%3Cpath d='M19 71L3 59M29 93L14 104M111 89l17 6'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .82;
  pointer-events: none;
}

.p1-miyata-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
}

.p1-miyata-point {
  position: relative;
  display: grid;
  min-height: 134px;
  place-items: center;
  padding: 22px 18px 18px;
  border: 2px solid rgba(30, 174, 234, .16);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--p1-shadow);
  color: var(--p1-ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.55;
  text-align: center;
}

.p1-miyata-point::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 42px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 42 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M8 24L2 30M18 9L14 2M30 10L39 4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .62;
}

.p1-miyata-point b {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 8px;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--point-color, var(--p1-teal));
  box-shadow: 0 10px 18px rgba(38, 49, 58, .14);
  font-family: var(--s-font-fab7dc6a), system-ui, sans-serif;
  font-size: 18px;
  line-height: 1;
}

.p1-miyata-point--teal {
  --point-color: var(--p1-teal);
}

.p1-miyata-point--pink {
  --point-color: var(--p1-pink);
}

.p1-miyata-point--yellow {
  --point-color: var(--p1-yellow);
}

.p1-miyata-point--yellow b {
  color: var(--p1-ink);
}

.p1-miyata-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.p1-miyata-actions .p1-btn {
  min-width: 224px;
}

.p1-miyata-movie {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border: 2px solid rgba(33, 194, 189, .42);
  border-radius: 999px;
  color: var(--p1-blue-dark);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 20px rgba(32, 53, 70, .08);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.p1-miyata-movie:hover,
.p1-miyata-movie:focus-visible {
  box-shadow: 0 18px 30px rgba(32, 53, 70, .15);
  outline: none;
  transform: translateY(-3px);
}

.p1-miyata-movie span {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: var(--p1-teal);
}

.p1-miyata-movie span::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}

.p1-miyata-social {
  position: relative;
  z-index: 1;
  width: min(430px, 100%);
  margin-top: 18px;
  pointer-events: auto;
}

.p1-miyata-instagram {
  position: relative;
  z-index: 5;
  display: grid;
  min-height: 78px;
  grid-template-columns: 48px 1fr;
  align-items: center;
  column-gap: 14px;
  padding: 14px 18px;
  border: 2px solid rgba(236, 111, 155, .28);
  border-radius: 24px;
  color: var(--p1-blue-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 247, 252, .94)),
    radial-gradient(circle at 100% 0, rgba(255, 211, 34, .2), transparent 42%);
  box-shadow: 0 18px 34px rgba(236, 111, 155, .16), 0 8px 18px rgba(30, 174, 234, .08);
  opacity: 1 !important;
  pointer-events: auto !important;
  text-decoration: none;
  transition: border-color .24s ease, box-shadow .24s ease, filter .24s ease, transform .24s ease;
  visibility: visible !important;
}

.p1-miyata-social .p1-miyata-instagram {
  display: grid !important;
  color: var(--p1-blue-dark) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 247, 252, .94)),
    radial-gradient(circle at 100% 0, rgba(255, 211, 34, .2), transparent 42%) !important;
}

.p1-miyata-instagram span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ec6f9b, #ffb347);
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .42), 0 10px 18px rgba(236, 111, 155, .24);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.p1-miyata-instagram strong {
  display: block;
  grid-column: 2;
  min-width: 0;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 900;
  line-height: 1.35;
}

.p1-miyata-instagram small {
  display: block;
  grid-column: 2;
  min-width: 0;
  margin-top: 4px;
  color: var(--p1-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  overflow-wrap: normal;
  word-break: keep-all;
}

.p1-miyata-instagram:hover,
.p1-miyata-instagram:focus-visible {
  border-color: rgba(236, 111, 155, .5);
  box-shadow: 0 20px 38px rgba(236, 111, 155, .2), 0 9px 20px rgba(30, 174, 234, .1);
  filter: saturate(1.04) brightness(1.02);
  outline: none;
}

.p1-miyata-feature {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 8px solid #fff;
  border-radius: 28px;
  background: #eaf8fd;
  box-shadow: 0 22px 46px rgba(34, 115, 164, .18);
}

.p1-miyata-feature::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 22px;
  z-index: 2;
  width: 92px;
  height: 74px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 92 74' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M30 8l8 20 21 5-19 10-9 21-10-20L3 33l21-6z'/%3E%3Cpath d='M64 12l6 13 15 4-13 8-6 14-7-14-12-8 14-4z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.18));
  pointer-events: none;
}

.p1-miyata-feature img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(1.06) brightness(1.06);
}

.p1-miyata-feature figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  max-width: 210px;
  padding: 13px 18px;
  border: 4px solid #fff;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, rgba(236, 111, 155, .96), rgba(33, 194, 189, .88));
  box-shadow: 0 16px 28px rgba(32, 53, 70, .18);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.p1-miyata-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(11, minmax(132px, 1fr));
  gap: 12px;
  margin-top: clamp(24px, 3.5vw, 36px);
  overflow-x: auto;
  padding: 4px 4px 16px;
  scroll-snap-type: x proximity;
}

.p1-miyata-gallery__item {
  min-width: 132px;
  margin: 0;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(34, 115, 164, .12);
  scroll-snap-align: start;
}

.p1-miyata-gallery__item img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: cover;
  object-position: center 28%;
  transition: transform .24s ease;
}

.p1-miyata-gallery__item--2 img {
  object-position: center 43%;
}

.p1-miyata-gallery__item:hover img,
.p1-miyata-gallery__item:focus-within img {
  transform: scale(1.035);
}

.p1-section--cream {
  z-index: 2;
  overflow: visible;
  padding-bottom: clamp(56px, 7vw, 92px);
  background:
    radial-gradient(circle at 0 10%, rgba(255, 217, 30, .24) 0 56px, transparent 57px),
    radial-gradient(circle at 100% 28%, rgba(255, 217, 30, .22) 0 72px, transparent 73px),
    linear-gradient(180deg, #fff 0%, #fff9df 100%);
}

.p1-section--trial-entry {
  z-index: 3;
  overflow: visible;
  padding: clamp(34px, 4vw, 48px) 0 clamp(24px, 3.4vw, 42px);
  background: #fff;
  color: var(--p1-ink);
}

.p1-section--trial-entry::before,
.p1-section--trial-entry::after {
  content: "";
  position: absolute;
  display: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.p1-section--trial-entry::before {
  left: max(42px, calc(50% - 690px));
  top: clamp(126px, 12vw, 168px);
  width: clamp(56px, 6vw, 86px);
  height: clamp(52px, 5.6vw, 78px);
  background-image: url("./live-assets/fv2-doodles/crown-pink-crayon-generated-v2.png");
  opacity: .78;
  transform: rotate(-28deg);
}

.p1-section--trial-entry::after {
  right: max(18px, calc(50% - 710px));
  top: clamp(82px, 8vw, 112px);
  width: clamp(82px, 7vw, 110px);
  height: clamp(82px, 7vw, 110px);
  background-image: url("./live-assets/fv2-doodles/star-yellow-crayon-generated-v2.png");
  opacity: .9;
  transform: rotate(12deg);
}

.p1-section--trial-entry .p1-lp-wrap {
  position: relative;
  width: min(1198px, calc(100% - 104px));
}

.p1-trial-entry-deco {
  position: absolute;
  z-index: 3;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.p1-trial-entry-deco--black-star {
  left: -82px;
  top: 50px;
  width: 42px;
  height: 42px;
  background-image: url("./live-assets/trial-entry-reference/deco-black-star.png");
}

.p1-trial-entry-deco--pink-stroke {
  left: -68px;
  top: 129px;
  width: 54px;
  height: 58px;
  background-image: url("./live-assets/trial-entry-reference/deco-pink-stroke.png");
}

.p1-trial-entry-deco--black-curves {
  left: -72px;
  top: 225px;
  width: 55px;
  height: 65px;
  background-image: url("./live-assets/trial-entry-reference/deco-black-curves.png");
}

.p1-trial-entry-deco--yellow-star {
  right: -61px;
  top: 110px;
  width: 65px;
  height: 65px;
  background-image: url("./live-assets/trial-entry-reference/deco-yellow-star.png");
}

.p1-trial-entry-deco--pink-star {
  right: -59px;
  top: 252px;
  width: 56px;
  height: 41px;
  background-image: url("./live-assets/trial-entry-reference/deco-pink-star.png");
}

.p1-trial-entry-deco--top-right-lines {
  right: 29px;
  top: 34px;
  width: 66px;
  height: 51px;
  background-image: url("./live-assets/trial-entry-reference/deco-top-right-lines.png");
}

.p1-trial-entry-deco--kicker-lines {
  left: 178px;
  top: 33px;
  width: 27px;
  height: 33px;
  background-image: url("./live-assets/trial-entry-reference/deco-kicker-lines.png");
}

.p1-trial-entry-deco--mid-lines {
  left: 430px;
  top: 77px;
  width: 34px;
  height: 39px;
  background-image: url("./live-assets/trial-entry-reference/deco-mid-lines.png");
}

.p1-section--trial-entry .p1-lp-wrap::before,
.p1-section--trial-entry .p1-lp-wrap::after {
  content: "";
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.p1-section--trial-entry .p1-lp-wrap::before {
  left: 4px;
  top: 5px;
  z-index: 2;
  width: 82px;
  height: 82px;
  background-image: radial-gradient(circle, rgba(8, 169, 242, .32) 0 2px, transparent 2.5px);
  background-size: 16px 16px;
  opacity: .86;
  filter: none;
  transform: rotate(-6deg);
}

.p1-section--trial-entry .p1-lp-wrap::after {
  right: -44px;
  top: 86px;
  z-index: 2;
  width: 96px;
  height: 122px;
  background-image: radial-gradient(circle, rgba(8, 169, 242, .34) 0 2px, transparent 2.5px);
  background-size: 16px 16px;
  opacity: .62;
  filter: none;
  transform: rotate(8deg);
}

.p1-trial-entry {
  position: relative;
  display: grid;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(540px, .92fr);
  gap: clamp(26px, 3.2vw, 38px);
  align-items: center;
  overflow: hidden;
  min-height: 0;
  min-height: clamp(326px, 22.8vw, 374px);
  height: auto;
  padding:
    clamp(34px, 3.5vw, 44px)
    clamp(58px, 5.2vw, 78px)
    clamp(44px, 4vw, 58px)
    clamp(34px, 3.4vw, 44px);
  border: 3px solid #0c2342;
  border-radius: 18px;
  background:
    url("./live-assets/fv2-doodles/dots-white-crayon-generated-v2.png") right -64px bottom -42px / 250px auto no-repeat,
    linear-gradient(132deg, rgba(255, 217, 30, .12) 0 24%, transparent 24% 100%),
    radial-gradient(circle at 4% 9%, rgba(8, 169, 242, .16) 0 34px, transparent 58px),
    radial-gradient(circle at 92% 78%, rgba(8, 169, 242, .12) 0 56px, transparent 92px),
    rgba(255, 255, 255, .98);
  box-shadow: 0 18px 40px rgba(7, 32, 58, .1);
}

.p1-trial-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 169, 242, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(8, 169, 242, .035) 1px, transparent 1px),
    radial-gradient(circle at 9% 84%, rgba(8, 169, 242, .14), transparent 34%),
    radial-gradient(circle at 90% 19%, rgba(8, 169, 242, .1), transparent 24%);
  background-size: 34px 34px, 34px 34px, 100% 100%, 100% 100%;
  pointer-events: none;
}

.p1-trial-entry::after {
  content: "";
  position: absolute;
  right: clamp(24px, 3vw, 42px);
  top: clamp(18px, 2.7vw, 36px);
  width: 128px;
  height: 76px;
  background: url("./live-assets/fv2-doodles/confetti-pink-yellow-crayon-generated-v2.png") center / contain no-repeat;
  opacity: .38;
  pointer-events: none;
  transform: rotate(2deg);
}

.p1-trial-entry__copy,
.p1-trial-entry__actions {
  position: relative;
  z-index: 1;
}

.p1-trial-entry__copy {
  max-width: 590px;
}

.p1-trial-entry__copy::before {
  content: "";
  position: absolute;
  display: none;
  left: clamp(-86px, -6vw, -58px);
  top: clamp(42px, 4.4vw, 62px);
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 5l7 18 19 4-15 12 3 19-16-10-17 9 5-19L4 25l20-3z' fill='none' stroke='%23111111' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: rotate(-10deg);
}

.p1-trial-entry__copy::after {
  content: "";
  position: absolute;
  display: none;
  left: clamp(-104px, -7vw, -70px);
  bottom: clamp(-2px, .4vw, 8px);
  width: 74px;
  height: 58px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23111111' stroke-width='5' stroke-linecap='round'%3E%3Cpath d='M10 24c14-13 26-19 43-22'/%3E%3Cpath d='M6 45c17-16 34-25 57-31'/%3E%3Cpath d='M23 65c14-11 28-18 48-24'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .86;
  pointer-events: none;
  transform: rotate(-11deg);
}

.p1-trial-entry__actions::before {
  content: "";
  position: absolute;
  display: none;
  right: -32px;
  top: -42px;
  width: 78px;
  height: 76px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 94 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23111111' stroke-width='5' stroke-linecap='round'%3E%3Cpath d='M61 9c-5 10-6 17-5 25'/%3E%3Cpath d='M80 19c-9 6-14 12-17 20'/%3E%3Cpath d='M34 31c-3 7-4 13-3 21'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .85;
  pointer-events: none;
}

.p1-trial-entry__kicker {
  position: relative;
  margin: 0 0 13px;
}

.p1-trial-entry__kicker::after {
  content: "";
  position: absolute;
  display: none;
  left: 152px;
  top: -9px;
  width: 34px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 58 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23111111' stroke-width='4' stroke-linecap='round'%3E%3Cpath d='M10 16l-5-8'/%3E%3Cpath d='M25 10l1-8'/%3E%3Cpath d='M38 18l9-5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  transform: rotate(8deg);
}

.p1-trial-entry__kicker span {
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  justify-content: center;
  padding: 8px 19px 7px;
  border: 3px solid #111;
  border-radius: 999px;
  color: #111;
  background: var(--p1-yellow);
  box-shadow: 4px 5px 0 rgba(17, 17, 17, .13);
  font-family: var(--s-font-fab7dc6a), system-ui, sans-serif;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  transform: rotate(-4deg);
}

.p1-trial-entry h2 {
  display: block;
  max-width: 620px;
  margin: 0;
  color: #263142;
  font-size: clamp(38px, 3.55vw, 48px);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: normal;
}

.p1-trial-entry__emphasis {
  position: relative;
  display: inline-block;
  z-index: 0;
  color: var(--p1-hot-pink);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .85);
}

.p1-trial-entry__emphasis::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -.05em;
  right: -.05em;
  bottom: .02em;
  height: .19em;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(8, 169, 242, .85), rgba(33, 194, 189, .78));
  transform: rotate(-1.5deg);
}

.p1-trial-entry__lead {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(38, 49, 58, .78);
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 800;
  line-height: 1.85;
}

.p1-trial-entry__points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.p1-trial-entry__points span {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 36px;
  padding: 8px 16px;
  border: 1px solid rgba(8, 169, 242, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .95);
  color: var(--p1-blue-dark);
  box-shadow: 0 10px 24px rgba(8, 169, 242, .12);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
}

.p1-trial-entry__points span::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 48%, #fff 0 2px, transparent 3px),
    var(--p1-hot-pink);
  box-shadow: 0 0 0 3px rgba(236, 111, 155, .12);
}

.p1-trial-entry__points span:nth-child(2)::before {
  background:
    radial-gradient(circle at 50% 48%, #fff 0 2px, transparent 3px),
    var(--p1-hot-pink);
  box-shadow: 0 0 0 3px rgba(236, 111, 155, .12);
}

.p1-trial-entry__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  gap: 16px 14px;
  align-items: center;
  width: 100%;
  max-width: 540px;
  justify-self: end;
}

.p1-trial-entry__btn {
  position: relative;
  display: inline-flex;
  min-width: 0;
  min-height: 58px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border: 2px solid transparent;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(38, 49, 58, .13);
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.p1-trial-entry__btn::after {
  content: ">";
  display: inline-flex;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: system-ui, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.p1-trial-entry__btn:hover,
.p1-trial-entry__btn:focus-visible {
  box-shadow: 0 20px 40px rgba(38, 49, 58, .18);
  outline: none;
  transform: translateY(-2px);
}

.p1-trial-entry__btn span {
  color: inherit !important;
  min-width: 0;
  white-space: nowrap;
}

.p1-trial-entry__btn b {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .24);
}

.p1-trial-entry__btn b::before,
.p1-trial-entry__btn b::after {
  content: "";
  position: absolute;
}

.p1-trial-entry__btn--primary {
  grid-column: 1 / -1;
  width: calc(100% - 30px);
  min-height: 70px;
  justify-self: center;
  padding: 16px 18px 16px 26px;
  border-color: rgba(255, 255, 255, .78);
  color: #fff !important;
  background: linear-gradient(135deg, #ff2f89 0%, var(--p1-hot-pink) 55%, #f21f78 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .28), 0 18px 36px rgba(236, 111, 155, .35);
  font-size: clamp(20px, 1.72vw, 24px);
}

.p1-trial-entry__btn--primary::after {
  margin-left: auto;
  color: rgba(255, 255, 255, .94);
}

.p1-trial-entry__btn--primary b {
  background:
    rgba(255, 255, 255, .2)
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='6.5' width='14' height='13' rx='2.2'/%3E%3Cpath d='M8 4.5v4M16 4.5v4M5 10h14'/%3E%3C/g%3E%3C/svg%3E")
    center / 23px 23px no-repeat;
}

.p1-trial-entry__btn--primary b::before {
  display: none;
}

.p1-trial-entry__btn--primary b::after {
  display: none;
}

.p1-trial-entry__btn--line {
  color: #fff !important;
  background: linear-gradient(135deg, #24d860 0%, #09b64d 100%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .25), 0 14px 28px rgba(8, 181, 76, .25);
  font-size: 16px;
}

.p1-trial-entry__btn--line b {
  overflow: visible;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.p1-trial-entry__btn--line b::before {
  content: "LINE";
  position: static;
  color: #09b64d;
  font-family: Arial, system-ui, sans-serif;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: -.02em;
  line-height: 1;
}

.p1-trial-entry__btn--line b::after {
  display: block;
  right: 3px;
  bottom: 4px;
  width: 9px;
  height: 8px;
  background: #fff;
  clip-path: polygon(0 0, 100% 20%, 20% 100%);
  transform: rotate(-22deg);
}

.p1-trial-entry__btn--guide {
  border-color: #0c2342;
  color: var(--p1-ink) !important;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 13px 26px rgba(7, 32, 58, .11);
  font-size: 15px;
}

.p1-trial-entry__btn--guide::after {
  color: rgba(38, 49, 58, .58);
}

.p1-trial-entry__btn--guide b {
  background:
    rgba(8, 169, 242, .1)
    url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2308a9f2' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='3.5' width='12' height='17' rx='2.2'/%3E%3Cpath d='M9.5 9h5M9.5 13h5'/%3E%3C/g%3E%3C/svg%3E")
    center / 22px 22px no-repeat;
}

.p1-trial-entry__btn--guide b::before {
  display: none;
}

.p1-trial-entry__btn--guide b::after {
  display: none;
}

.p1-section--recruit {
  z-index: 1;
  margin-top: -1px;
  padding-bottom: 46px;
  background:
    radial-gradient(circle at 92% 18%, var(--p1-recruit-orb), transparent 25%),
    linear-gradient(180deg, var(--p1-recruit-bg-start) 0%, var(--p1-recruit-bg-end) 100%);
  color: var(--p1-recruit-text);
}

.p1-section--recruit::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 18%, var(--p1-recruit-glow) 0 40px, transparent 41px),
    linear-gradient(180deg, var(--p1-recruit-overlay), rgba(255,255,255,0));
  pointer-events: none;
}

.p1-section--lesson-scenes {
  z-index: 2;
  overflow: hidden;
  padding: clamp(54px, 6.4vw, 84px) 0;
  border-top: 1px solid rgba(8, 169, 242, .16);
  border-bottom: 1px solid rgba(38, 49, 58, .08);
  background:
    linear-gradient(90deg, rgba(8, 169, 242, .045) 1px, transparent 1px),
    linear-gradient(180deg, #fff 0%, #f6fbff 100%);
  background-size: 34px 34px, 100% 100%;
  color: var(--p1-ink);
}

.p1-section--lesson-scenes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--p1-pink) 0 26%, var(--p1-yellow) 26% 52%, var(--p1-teal) 52% 76%, var(--p1-blue) 76% 100%);
  opacity: .95;
  pointer-events: none;
}

.p1-lesson-scenes__wrap {
  display: grid;
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
}

.p1-lesson-scenes__copy {
  max-width: 450px;
}

.p1-lesson-scenes__kicker {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 6px 16px;
  border: 2px solid #151515;
  border-radius: 999px;
  color: #151515;
  background: var(--p1-yellow);
  box-shadow: 5px 5px 0 rgba(21, 21, 21, .1);
  font-family: var(--s-font-fab7dc6a), system-ui, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.p1-lesson-scenes__copy .p1-heading {
  margin-bottom: 16px;
  text-align: left;
}

.p1-lesson-scenes__copy .p1-heading small {
  color: var(--p1-muted);
}

.p1-lesson-scenes__copy p {
  margin: 0;
  color: var(--p1-muted);
  font-family: var(--s-font-77a6768e), "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(13px, 1.35vw, 15px);
  font-weight: 700;
  line-height: 1.9;
}

.p1-lesson-scenes__actions {
  display: flex;
  margin-top: 22px;
}

.p1-lesson-scenes__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  grid-template-rows: repeat(3, minmax(126px, 1fr));
  grid-auto-rows: minmax(126px, 1fr);
  gap: clamp(12px, 1.7vw, 18px);
  align-items: stretch;
}

.p1-lesson-card {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 22px;
  background: #eaf8fd;
  box-shadow: 0 16px 34px rgba(38, 49, 58, .15);
}

.p1-lesson-card--featured {
  grid-row: span 3;
  min-height: clamp(390px, 36vw, 478px);
}

.p1-lesson-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.p1-lesson-card--support img {
  object-position: center 35%;
}

.p1-lesson-card--foam img {
  object-position: center 54%;
}

.p1-lesson-card--climb img {
  object-position: center 44%;
}

.p1-lesson-card--voice img {
  object-position: center center;
}

.p1-lesson-card figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 13px;
  color: #fff;
  background: rgba(6, 36, 55, .84);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.p1-lesson-card figcaption span {
  color: var(--p1-yellow);
  font-family: var(--s-font-fab7dc6a), system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.p1-lesson-card figcaption strong {
  color: #fff !important;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .28);
}

.p1-side-blob {
  position: absolute;
  z-index: 0;
  display: none;
  pointer-events: none;
}

.p1-side-blob--pink {
  left: -68px;
  top: 220px;
  width: 150px;
  height: 104px;
  border-radius: 45% 55% 48% 52%;
  background: #f49bbc;
}

.p1-side-blob--pink::before,
.p1-side-blob--pink::after,
.p1-side-blob--yellow::before,
.p1-side-blob--yellow::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 52px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.p1-side-blob--pink::before {
  right: -30px;
  top: 10px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 56 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M20 15L31 4'/%3E%3Cpath d='M33 24L47 19'/%3E%3Cpath d='M18 38L28 48'/%3E%3C/g%3E%3C/svg%3E");
}

.p1-side-blob--pink::after {
  right: -12px;
  bottom: -22px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 56 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M12 11L23 19'/%3E%3Cpath d='M28 8L32 22'/%3E%3Cpath d='M38 20L51 24'/%3E%3C/g%3E%3Ccircle cx='18' cy='36' r='2.3' fill='%23151515'/%3E%3Ccircle cx='35' cy='40' r='2' fill='%23151515'/%3E%3C/svg%3E");
}

.p1-side-blob--yellow {
  right: -74px;
  top: 228px;
  width: 160px;
  height: 104px;
  border-radius: 54% 46% 50% 50%;
  background: #ffe36c;
  transform: rotate(-11deg);
}

.p1-side-blob--yellow::before {
  left: -46px;
  top: 2px;
  transform: rotate(11deg);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 56 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M49 14L35 6'/%3E%3Cpath d='M41 28L25 25'/%3E%3Cpath d='M29 40L18 50'/%3E%3C/g%3E%3C/svg%3E");
}

.p1-side-blob--yellow::after {
  left: -34px;
  bottom: -28px;
  transform: rotate(11deg);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 56 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M41 9L31 19'/%3E%3Cpath d='M24 11L23 25'/%3E%3Cpath d='M13 19L2 25'/%3E%3C/g%3E%3C/svg%3E");
}

.p1-side-blob--cream-left {
  left: -76px;
  top: 40px;
  width: 160px;
  height: 120px;
  border-radius: 52% 48% 45% 55%;
  background: #fff0a9;
}

.p1-side-blob--cream-right {
  right: -86px;
  top: 86px;
  width: 180px;
  height: 134px;
  border-radius: 55% 45% 48% 52%;
  background: #fff0a9;
}

.p1-info-doodle {
  position: absolute;
  z-index: 3;
  display: block;
  width: 120px;
  height: auto;
  overflow: visible;
  pointer-events: none;
}

.p1-info-doodle--news-sparkles {
  left: max(24px, calc(50% - 610px));
  top: 68px;
  width: 96px;
}

.p1-info-doodle--pdf-sparkles {
  right: max(22px, calc(50% - 614px));
  top: 78px;
  width: 120px;
}

.p1-info-doodle--faq-left-lines {
  left: max(16px, calc(50% - 612px));
  bottom: 162px;
  z-index: 1;
  width: 72px;
  opacity: .82;
}

.p1-info-doodle--faq-right-scribble {
  display: none;
}

.p1-info-doodle--lower-stars {
  right: max(18px, calc(50% - 574px));
  bottom: -24px;
  z-index: 1;
  width: 104px;
}

.p1-info-doodle--recruit-stars {
  right: max(22px, calc(50% - 586px));
  top: 24px;
  z-index: 2;
  width: 126px;
}

.p1-motion-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: -6px auto 22px;
}

.p1-motion-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid #151515;
  border-radius: 50%;
  background: #fff;
  color: var(--p1-pink);
  box-shadow: 0 8px 0 rgba(21, 21, 21, .08);
}

.p1-motion-icon svg {
  display: block;
  width: 31px;
  height: 31px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p1-motion-icon circle {
  fill: currentColor;
  stroke: none;
}

.p1-motion-icon--blue {
  color: var(--p1-blue-dark);
}

.p1-motion-icon--yellow {
  color: #d4a800;
}

.p1-motion-icon--teal {
  color: var(--p1-teal);
}

.p1-arrow-doodle {
  position: absolute;
  z-index: 0;
  color: #111;
  width: min(280px, 26vw);
  opacity: .9;
  pointer-events: none;
}

.p1-arrow-doodle--top {
  display: none;
}

.p1-heading {
  margin: 0 0 10px;
  color: inherit;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.28;
  text-align: center;
  letter-spacing: 0;
}

.p1-heading small {
  display: block;
  margin-top: 6px;
  color: var(--p1-muted);
  font-size: clamp(13px, 1.55vw, 16px);
  font-weight: 700;
}

.p1-section--blue .p1-heading small,
.p1-section--recruit .p1-heading small {
  color: rgba(255, 255, 255, .82);
}

.p1-section--recruit .p1-heading small {
  color: var(--p1-recruit-subtext);
}

.p1-section--blue .p1-heading {
  color: #fff;
  text-shadow: 0 3px 14px rgba(0, 84, 139, .18);
}

.p1-section--recruit .p1-heading {
  color: var(--p1-recruit-text);
  text-shadow: 0 4px 18px var(--p1-recruit-shadow);
}

.p1-heading--features {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.p1-heading--features > span {
  position: relative;
  display: inline-block;
  padding: 0 clamp(28px, 4vw, 46px);
}

.p1-heading--features > span::before,
.p1-heading--features > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}

.p1-heading--features > span::before {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='2.8' stroke-linecap='round'%3E%3Cpath d='M5 8l9 12'/%3E%3Cpath d='M17 6l7 10'/%3E%3C/g%3E%3C/svg%3E");
}

.p1-heading--features > span::after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='2.8' stroke-linecap='round'%3E%3Cpath d='M4 20L13 8'/%3E%3Cpath d='M17 22l7-10'/%3E%3C/g%3E%3C/svg%3E");
}

.p1-grid {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
}

.p1-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p1-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.p1-card {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(30, 174, 234, .14);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--p1-shadow);
}

.p1-feature-card {
  display: flex;
  min-height: 266px;
  flex-direction: column;
  overflow: visible;
  padding: clamp(20px, 2.1vw, 26px) clamp(16px, 2vw, 22px) clamp(16px, 1.8vw, 20px);
  border: 1px solid rgba(152, 187, 202, .35);
  border-radius: 15px;
  box-shadow: 0 13px 26px rgba(41, 60, 70, .14);
}

.p1-feature-grid {
  max-width: 980px;
  margin: 0 auto;
  align-items: stretch;
  gap: clamp(18px, 2.4vw, 28px);
}

.p1-feature-card__head {
  display: grid;
  grid-template-columns: clamp(48px, 5vw, 58px) minmax(0, 1fr);
  gap: clamp(12px, 1.5vw, 16px);
  align-items: center;
  min-height: 64px;
}

.p1-feature-card__num {
  display: inline-flex;
  width: clamp(48px, 5vw, 58px);
  height: clamp(48px, 5vw, 58px);
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--num-color, var(--p1-pink));
  font-family: var(--s-font-fab7dc6a), system-ui, sans-serif;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 8px 16px rgba(38, 49, 58, .12);
}

.p1-feature-card h3 {
  margin: 0;
  font-size: clamp(17px, 1.85vw, 21px);
  line-height: 1.36;
  letter-spacing: 0;
}

.p1-feature-card p,
.p1-program-card p,
.p1-access-card p,
.p1-step-card p,
.p1-info-card p,
.p1-coach-card p,
.p1-recruit-card p {
  margin: 0;
  color: var(--p1-muted);
  font-family: var(--s-font-77a6768e), "Noto Sans JP", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.p1-feature-card > p {
  min-height: 42px;
  margin-top: clamp(8px, 1vw, 10px);
  font-size: clamp(11px, 1.1vw, 13px);
  line-height: 1.58;
}

.p1-feature-card img,
.p1-program-card img,
.p1-news-card img,
.p1-recruit-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.p1-feature-card img {
  height: 100%;
  margin: 0;
  border-radius: 0;
}

.p1-feature-card__photo {
  position: relative;
  display: block;
  width: 100%;
  margin: clamp(14px, 1.7vw, 18px) 0 0;
  overflow: hidden;
  border-radius: 11px;
  aspect-ratio: 16 / 9;
  background: #edf7fa;
  box-shadow: inset 0 0 0 1px rgba(38, 49, 58, .08);
}

.p1-feature-card__photo img {
  height: 100%;
  object-fit: cover;
}

.p1-feature-card__photo--success img {
  object-position: 45% 45%;
}

.p1-feature-card__photo--safe img {
  object-position: 48% 44%;
}

.p1-feature-card__photo--challenge img {
  object-position: center 47%;
}

.p1-feature-card__doodle {
  position: absolute;
  z-index: 2;
  display: block;
  pointer-events: none;
}

.p1-feature-card__doodle--success {
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  color: var(--p1-hot-pink);
}

.p1-feature-card__doodle--safe {
  right: 10px;
  top: 18px;
  width: clamp(82px, 8.3vw, 108px);
}

.p1-feature-card__doodle--challenge {
  left: 50%;
  top: 4px;
  width: clamp(84px, 8.6vw, 112px);
  transform: translateX(-50%);
}

.p1-feature-card__corner-doodle {
  position: absolute;
  z-index: 4;
  display: block;
  pointer-events: none;
}

.p1-feature-card__corner-doodle--challenge {
  top: -10px;
  right: -10px;
  width: clamp(46px, 4.8vw, 62px);
}

.p1-doodle {
  position: absolute;
  pointer-events: none;
}

.p1-doodle--spark {
  width: 74px;
  height: 56px;
  color: #151515;
}

.p1-doodle--spark::before,
.p1-doodle--spark::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}

.p1-doodle--spark::before {
  width: 46px;
  height: 4px;
  left: 6px;
  top: 18px;
  box-shadow: 10px 16px 0 currentColor;
  transform: rotate(-20deg);
}

.p1-doodle--spark::after {
  width: 34px;
  height: 4px;
  right: 4px;
  top: 30px;
  transform: rotate(64deg);
}

.p1-program-band {
  position: relative;
  margin-top: 34px;
  padding-top: 38px;
  background:
    linear-gradient(180deg, rgba(224, 247, 255, .86), rgba(255, 255, 255, 0));
  border-radius: 48% 48% 0 0 / 22px 22px 0 0;
}

.p1-program-band::before,
.p1-program-band::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.p1-program-band::before {
  left: -42px;
  top: 50px;
  width: 66px;
  height: 84px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 92 112' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-linejoin='round'%3E%3Cpath d='M31 3 L40 27 L65 35 L42 48 L31 74 L20 49 L-1 35 L23 27 Z' stroke-width='5'/%3E%3Cpath d='M62 65 L67 78 L81 82 L68 89 L62 103 L55 89 L43 82 L57 78 Z' stroke-width='3.8'/%3E%3C/g%3E%3Cg fill='none' stroke='%23151515' stroke-width='3.6' stroke-linecap='round'%3E%3Cpath d='M66 19 L80 8'/%3E%3Cpath d='M12 84 L2 96'/%3E%3C/g%3E%3C/svg%3E");
}

.p1-program-band::after {
  right: -96px;
  top: 104px;
  width: 78px;
  height: 72px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 96 82' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='4.6' stroke-linecap='round'%3E%3Cpath d='M30 15 C17 17 8 22 2 30'/%3E%3Cpath d='M44 33 C29 36 18 43 12 52'/%3E%3Cpath d='M58 51 C43 55 32 62 25 74'/%3E%3C/g%3E%3C/svg%3E");
}

.p1-info-layout::before,
.p1-faq-row::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 22px;
  height: 22px;
  border: 3px solid #151515;
  transform: rotate(45deg);
  pointer-events: none;
}

.p1-program-card {
  padding: 12px;
}

.p1-program-grid {
  max-width: 920px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p1-program-card__tag {
  display: block;
  margin: -2px 0 10px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--tag-color, var(--p1-pink));
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.p1-program-card[style*="#ffd91e"] .p1-program-card__tag {
  color: #533f00;
}

.p1-program-card img {
  height: 142px;
  border-radius: 12px;
}

.p1-program-card h3 {
  margin: 12px 4px 6px;
  font-size: 18px;
  text-align: center;
}

.p1-program-card__target {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px !important;
  padding: 5px 12px;
  border-radius: 999px;
  color: var(--p1-blue-dark) !important;
  background: rgba(30, 174, 234, .1);
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.p1-program-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 22px;
}

.p1-course-info {
  display: grid;
  gap: 8px;
  width: min(760px, 100%);
  margin: 20px auto 0;
  padding: 18px 22px;
  border: 1px solid rgba(30, 174, 234, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 28px rgba(32, 53, 70, .08);
}

.p1-course-info h3 {
  margin: 0;
  color: var(--p1-blue-dark);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.p1-course-info p {
  margin: 0;
  color: var(--p1-muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
  text-align: center;
}

.p1-course-info__rows {
  display: grid;
  gap: 8px;
  margin: 6px 0;
}

.p1-course-info__row {
  display: grid;
  grid-template-columns: minmax(126px, 1fr) minmax(120px, .9fr) minmax(152px, 1fr) minmax(138px, .9fr);
  gap: 8px;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(30, 174, 234, .14);
  border-radius: 12px;
  background: rgba(244, 251, 255, .86);
}

.p1-course-info__row span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--p1-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
}

.p1-course-info__row-name {
  color: var(--p1-blue-dark) !important;
  font-size: 13px !important;
}

.p1-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 999px;
  color: #fff;
  background: var(--p1-pink);
  box-shadow: 0 14px 26px rgba(236, 111, 155, .28);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.p1-btn--yellow {
  color: #533f00;
  background: var(--p1-yellow);
}

.p1-btn--green {
  background: #39c96b;
}

.p1-btn--outline {
  border: 2px solid currentColor;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.p1-access-layout {
  display: grid;
  grid-template-columns: minmax(320px, 430px) 1fr;
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
  margin-top: 32px;
}

.p1-access-layout--cards-only {
  display: block;
}

.p1-access-layout--cards-only .p1-access-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p1-access-layout--cards-only .p1-access-cards--count-1 {
  grid-template-columns: minmax(300px, 460px);
  justify-content: center;
}

.p1-access-layout--cards-only .p1-access-cards--count-1 .p1-access-card {
  width: 100%;
  justify-self: center;
}

.p1-section--network-before-recruit {
  padding: clamp(56px, 7vw, 94px) 0 clamp(48px, 6vw, 82px);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 0%, rgba(196, 234, 255, .82) 0 120px, transparent 121px),
    radial-gradient(circle at 8% 96%, rgba(196, 234, 255, .58) 0 92px, transparent 93px),
    linear-gradient(180deg, #f7fbff 0%, #ffffff 100%),
    #fff;
}

.p1-section--network-before-recruit::before,
.p1-section--network-before-recruit::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 214px;
  height: 172px;
  pointer-events: none;
  opacity: .68;
  background-image: radial-gradient(circle, rgba(72, 175, 231, .28) 2px, transparent 2.5px);
  background-size: 18px 18px;
}

.p1-section--network-before-recruit::before {
  left: max(16px, calc(50% - 680px));
  top: 14px;
}

.p1-section--network-before-recruit::after {
  right: max(18px, calc(50% - 690px));
  bottom: 16px;
}

.p1-section--network-before-recruit .p1-lp-wrap {
  position: relative;
  z-index: 1;
}

.p1-section--network-before-recruit .p1-heading {
  text-align: center;
}

.p1-network-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr);
  gap: clamp(18px, 2.2vw, 32px);
  align-items: start;
  margin-top: clamp(26px, 3vw, 38px);
}

.p1-network-map-wrap {
  position: relative;
  min-width: 0;
}

.p1-map-card {
  position: relative;
  min-height: 286px;
  border-radius: 24px;
  background: rgba(255,255,255,.16);
}

.p1-network-map {
  aspect-ratio: 4 / 3;
  min-height: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  box-shadow: 0 18px 36px rgba(0, 93, 151, .14);
}

.p1-network-map--standalone {
  width: 100%;
  margin: 0;
  background: #fff;
  box-shadow: 0 24px 54px rgba(0, 93, 151, .16);
}

.p1-network-map--video {
  background: #07182a;
}

.p1-network-map--video iframe {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 24px;
}

.p1-network-map::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
}

.p1-network-map__bubble {
  position: absolute;
  left: 8.4%;
  top: 17.8%;
  z-index: 4;
  display: inline-flex;
  width: 31%;
  min-height: 18%;
  align-items: center;
  justify-content: center;
  color: var(--p1-ink);
  background: transparent;
  box-shadow: none;
  font-size: clamp(11px, 1.18vw, 15px);
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  pointer-events: none;
}

.p1-network-map__route {
  position: absolute;
  left: 22%;
  top: 32%;
  z-index: 1;
  width: 62%;
  height: 48%;
  border: 3px dashed rgba(255, 255, 255, .72);
  border-left: 0;
  border-bottom: 0;
  border-radius: 50%;
  transform: rotate(18deg);
}

.p1-network-map__island {
  position: absolute;
  z-index: 1;
  display: block;
  background: rgba(255,255,255,.92);
  filter: drop-shadow(0 8px 16px rgba(0, 82, 133, .18));
}

.p1-network-map__island--main {
  left: 42%;
  top: 22%;
  width: 48px;
  height: 142px;
  border-radius: 58% 42% 48% 52%;
  transform: rotate(24deg);
}

.p1-network-map__island--west {
  left: 30%;
  top: 49%;
  width: 82px;
  height: 38px;
  border-radius: 62% 38% 55% 45%;
  transform: rotate(-17deg);
}

.p1-network-map__island--south {
  right: 20%;
  bottom: 34px;
  width: 72px;
  height: 30px;
  border-radius: 58% 42% 46% 54%;
  transform: rotate(-12deg);
}

.p1-network-map__pin {
  position: absolute;
  z-index: 5;
  display: grid;
  width: clamp(68px, 16%, 96px);
  min-width: 0;
  gap: 1px;
  justify-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--p1-ink);
  background: transparent;
  box-shadow: none;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  pointer-events: none;
}

.p1-network-map__pin::after {
  display: none;
}

.p1-network-map__pin b {
  font-size: clamp(17px, 2vw, 25px);
}

.p1-network-map__pin small {
  font-size: clamp(9px, .95vw, 13px);
}

.p1-network-map__pin--hyogo {
  left: 55.5%;
  top: 26.8%;
  transform: translateX(-50%);
  background: transparent;
}

.p1-network-map__pin--tokushima {
  left: 34.6%;
  top: 60.5%;
  transform: translateX(-50%);
  background: transparent;
}

.p1-network-map__pin--okinawa {
  right: auto;
  bottom: auto;
  left: 78.5%;
  top: 64.3%;
  transform: translateX(-50%);
  color: #4a2336;
  background: transparent;
}

.p1-map-card img {
  width: 100%;
  height: 286px;
  border: 6px solid rgba(255,255,255,.28);
  border-radius: 24px;
  object-fit: cover;
}

.p1-network-map img.p1-network-map__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 24px;
  background: #fff;
  object-fit: contain;
  object-position: center;
}

.p1-network-school-list {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: clamp(9px, .9vw, 12px);
  align-self: stretch;
  min-width: 0;
}

.p1-network-school-list--scroll {
  display: flex;
  gap: clamp(10px, 1vw, 14px);
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.p1-network-school-list--scroll .p1-network-school-card {
  flex: 0 0 min(420px, 82vw);
  scroll-snap-align: start;
}

.p1-network-school-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(136px, 36%);
  gap: clamp(10px, .85vw, 15px);
  align-items: center;
  min-height: 0;
  height: 100%;
  padding: clamp(10px, .85vw, 15px);
  overflow: hidden;
  border: 1px solid rgba(88, 170, 223, .14);
  border-radius: 20px;
  color: var(--p1-ink);
  text-decoration: none;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 38px rgba(0, 93, 151, .12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.p1-network-school-card:hover,
.p1-network-school-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 24px 46px rgba(0, 93, 151, .18);
}

.p1-network-school-card__copy {
  display: grid;
  gap: clamp(5px, .55vw, 8px);
  min-width: 0;
}

.p1-network-school-card__label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 7px;
  padding: 6px 13px 7px;
  border-radius: 999px;
  color: #fff;
  background: #f9c400;
  font-size: clamp(12px, .92vw, 14px);
  font-weight: 950;
  line-height: 1.1;
  white-space: nowrap;
}

.p1-network-school-card__label::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.p1-network-school-card--tokushima .p1-network-school-card__label,
.p1-network-school-card--okinawa .p1-network-school-card__label {
  background: #f45b9a;
}

.p1-network-school-card strong {
  display: block;
  color: #12365d;
  font-size: clamp(20px, 1.45vw, 24px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.16;
  word-break: keep-all;
  overflow-wrap: normal;
}

.p1-network-school-card em {
  display: block;
  color: rgba(18, 54, 93, .76);
  font-size: clamp(11px, .86vw, 13px);
  font-style: normal;
  font-weight: 850;
  line-height: 1.4;
}

.p1-network-school-card__rule {
  display: block;
  width: 100%;
  border-top: 2px dashed rgba(86, 165, 213, .18);
}

.p1-network-school-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.p1-network-school-card__tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 24px;
  padding: 3px 9px 4px;
  border: 2px solid currentColor;
  border-radius: 999px;
  color: #1880d0;
  background: #fff;
  font-size: clamp(10px, .76vw, 11px);
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.p1-network-school-card__tags span::before {
  content: "★";
  flex: 0 0 auto;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  clip-path: none;
  box-shadow: none;
  font-size: .82em;
  line-height: 1;
}

.p1-network-school-card--tokushima .p1-network-school-card__tags span,
.p1-network-school-card--okinawa .p1-network-school-card__tags span {
  color: #f23886;
}

.p1-network-school-card__photo {
  position: relative;
  align-self: stretch;
  min-height: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #e9f8ff;
}

.p1-network-school-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p1-network-school-card__photo span {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #ffd91e;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  text-shadow:
    0 2px 0 #fff,
    2px 0 0 #fff,
    0 -2px 0 #fff,
    -2px 0 0 #fff;
}

.p1-network-school-card--tokushima .p1-network-school-card__photo span,
.p1-network-school-card--okinawa .p1-network-school-card__photo span {
  color: #f45b9a;
}

.p1-network-school-card--future {
  opacity: .88;
}

.p1-network-message {
  display: flex;
  width: fit-content;
  max-width: min(760px, 100%);
  align-items: center;
  gap: 14px;
  margin: clamp(18px, 2.4vw, 32px) auto 0;
  padding: 12px 28px 13px;
  border-radius: 999px;
  color: #12365d;
  background: linear-gradient(90deg, rgba(207, 239, 255, .96), rgba(235, 250, 255, .78));
  box-shadow: 0 12px 26px rgba(0, 117, 183, .08);
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 950;
  line-height: 1.35;
  text-align: center;
}

.p1-network-message span {
  display: inline-block;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, transparent 0 7px, #fff 8px 10px, transparent 11px),
    linear-gradient(90deg, transparent 46%, #1880d0 47% 53%, transparent 54%),
    linear-gradient(0deg, transparent 46%, #1880d0 47% 53%, transparent 54%),
    #1880d0;
}

.p1-map-card__bubble {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-flex;
  min-width: 118px;
  min-height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--p1-ink);
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.p1-map-card__pin {
  position: absolute;
  left: 52%;
  top: 58%;
  width: 26px;
  height: 26px;
  border: 5px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: var(--p1-yellow);
  transform: rotate(-45deg);
  box-shadow: 0 6px 14px rgba(0,0,0,.25);
}

.p1-access-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.p1-access-card {
  position: relative;
  padding: 14px;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--p1-shadow);
}

.p1-access-card--main {
  grid-row: span 2;
}

.p1-access-card--partner {
  display: flex;
  min-height: 154px;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
}

.p1-access-card img {
  width: 100%;
  height: 136px;
  border-radius: 12px;
  object-fit: cover;
}

.p1-access-card__label {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 8px;
  padding: 6px 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--p1-teal);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.p1-access-card--main .p1-access-card__label {
  margin-top: 12px;
  background: var(--p1-pink);
}

.p1-access-card h3 {
  margin: 12px 0 6px;
  color: var(--p1-blue-dark);
  font-size: 18px;
  text-align: center;
}

.p1-access-card--partner h3 {
  margin-top: 2px;
}

.p1-access-card p + p {
  margin-top: 8px;
}

.p1-access-card__button {
  align-self: flex-start;
  margin-top: auto;
}

.p1-access-map-guide {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(14px, 2vw, 22px);
  align-items: center;
  margin-top: clamp(18px, 3vw, 28px);
  padding: clamp(16px, 2.4vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82)),
    repeating-linear-gradient(90deg, rgba(53, 178, 239, .08) 0 1px, transparent 1px 12px);
  box-shadow: 0 18px 40px rgba(0, 86, 142, .16);
}

.p1-access-map-guide::before,
.p1-access-map-guide::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.p1-access-map-guide::before {
  right: 18%;
  top: 10px;
  width: 74px;
  height: 20px;
  border-top: 4px dotted rgba(53, 178, 239, .42);
  transform: rotate(-8deg);
}

.p1-access-map-guide::after {
  right: 34px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border: 5px solid var(--p1-yellow);
  border-radius: 12px 12px 12px 0;
  opacity: .72;
  transform: rotate(-45deg);
}

.p1-access-map-guide__mark {
  display: inline-grid;
  width: clamp(58px, 7vw, 74px);
  aspect-ratio: 1;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50% 50% 50% 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--p1-pink), #ff86b3);
  box-shadow: 0 12px 24px rgba(244, 104, 162, .26);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0;
  transform: rotate(-8deg);
}

.p1-access-map-guide__copy {
  min-width: 0;
}

.p1-access-map-guide__copy h3 {
  margin: 0;
  color: var(--p1-blue-dark);
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 950;
  line-height: 1.45;
}

.p1-access-map-guide__copy p {
  margin-top: 5px;
  color: rgba(38, 49, 58, .72);
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 800;
  line-height: 1.65;
}

.p1-access-map-guide a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--p1-pink), #ec5f99);
  box-shadow: 0 14px 24px rgba(244, 104, 162, .24);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.p1-access-map-guide a span {
  font-size: 22px;
  line-height: 1;
}

.p1-access-free-card {
  display: grid;
  grid-template-columns: minmax(170px, 260px) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 24px);
  align-items: center;
  margin-top: clamp(18px, 3vw, 28px);
  padding: clamp(16px, 2.4vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 22px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 18px 40px rgba(0, 86, 142, .16);
}

.p1-access-free-card__image {
  height: 100%;
  min-height: 156px;
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(53, 178, 239, .12);
}

.p1-access-free-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 156px;
  object-fit: cover;
}

.p1-access-free-card__copy:first-child {
  grid-column: 1 / -1;
}

.p1-access-free-card h3 {
  margin: 0;
  color: var(--p1-blue-dark);
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 950;
  line-height: 1.45;
}

.p1-access-free-card p {
  margin: 8px 0 0;
  color: rgba(38, 49, 58, .76);
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 800;
  line-height: 1.8;
}

.p1-access-free-card .p1-btn {
  width: fit-content;
  min-height: 46px;
  margin-top: 16px;
  padding: 0 22px;
}

.p1-coach-zone {
  position: relative;
  margin-top: clamp(42px, 6vw, 62px);
  padding: clamp(26px, 4vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 24px;
  background:
    radial-gradient(circle at 5% 16%, rgba(255, 255, 255, .28) 0 48px, transparent 49px),
    radial-gradient(circle at 96% 82%, rgba(255, 217, 30, .22) 0 68px, transparent 69px),
    rgba(255, 255, 255, .14);
  box-shadow: 0 18px 42px rgba(0, 92, 150, .18);
}

.p1-coach-zone::before {
  content: "";
  position: absolute;
  right: 26px;
  top: 20px;
  width: 92px;
  height: 78px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 92 78' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M30 8l8 19 20 5-18 10-9 20-9-20L4 32l20-5z'/%3E%3Cpath d='M66 28l5 12 13 4-12 7-6 13-6-13-11-7 13-4z'/%3E%3Cpath d='M14 66L4 74M78 10l12-8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .86;
  pointer-events: none;
}

.p1-coach-head {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto 26px;
  text-align: center;
}

.p1-coach-head > span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 5px 18px;
  border-radius: 999px;
  color: var(--p1-ink);
  background: var(--p1-yellow);
  box-shadow: 0 10px 18px rgba(0, 72, 130, .12);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.p1-coach-head p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.p1-coach-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
}

.p1-coach-card {
  position: relative;
  overflow: hidden;
  padding: 14px 16px 20px;
  border-radius: 20px;
  color: var(--p1-ink);
  background: #fff;
  box-shadow: 0 16px 32px rgba(0, 92, 150, .18);
}

.p1-coach-card::after {
  content: "";
  position: absolute;
  right: -24px;
  top: -24px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--coach-color, var(--p1-pink));
  opacity: .16;
  pointer-events: none;
}

.p1-coach-card--pink {
  --coach-color: var(--p1-pink);
}

.p1-coach-card--teal {
  --coach-color: var(--p1-teal);
}

.p1-coach-card--yellow {
  --coach-color: var(--p1-yellow);
}

.p1-coach-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 6px solid rgba(255, 255, 255, .98);
  border-radius: 18px;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: 0 12px 22px rgba(38, 49, 58, .12);
}

.p1-coach-card > span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  margin: 14px 0 8px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--coach-color, var(--p1-pink));
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
}

.p1-coach-card--yellow > span {
  color: #533f00;
}

.p1-coach-card h3 {
  margin: 0 0 8px;
  color: var(--p1-blue-dark);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.25;
  letter-spacing: 0;
}

.p1-coach-actions {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  margin-top: 22px;
}

.p1-steps {
  margin-top: 34px;
}

.p1-section--blue .p1-lp-wrap > .p1-steps:first-child {
  margin-top: 0;
  margin-bottom: clamp(30px, 4.6vw, 48px);
}

.p1-section--blue .p1-lp-wrap > .p1-steps:only-child {
  margin-bottom: 0;
}

.p1-step-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.p1-step-card {
  position: relative;
  min-height: 194px;
  padding: 22px 22px 104px 104px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  color: var(--p1-ink);
  box-shadow: var(--p1-shadow);
}

.p1-step-card::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 20px;
  background: #ffd91e;
  clip-path: polygon(0 35%, 68% 35%, 68% 0, 100% 50%, 68% 100%, 68% 65%, 0 65%);
  transform: translateY(-50%);
}

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

.p1-step-card__num {
  position: absolute;
  left: 22px;
  top: 20px;
  width: 64px;
  color: var(--p1-yellow);
  font-family: var(--s-font-fab7dc6a), system-ui, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: .9;
  text-align: center;
}

.p1-step-card h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.p1-step-card__visual {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 1;
  display: block;
  width: 116px;
  height: 74px;
  margin: 0;
  overflow: hidden;
  border: 4px solid rgba(255,255,255,.92);
  border-radius: 22px;
  background: #f5fbff;
  box-shadow: 0 12px 24px rgba(0, 77, 132, .18);
}

.p1-step-card__visual::after {
  content: "";
  position: absolute;
  right: -12px;
  top: -12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 217, 30, .55);
  pointer-events: none;
}

.p1-step-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  object-fit: cover;
}

.p1-step-card__visual--illustration {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #fff;
}

.p1-step-card__visual--illustration img {
  object-fit: cover;
  transform: scale(1.12);
}

.p1-step-card__visual--class img {
  object-position: 42% center;
}

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

.p1-step-cta .p1-btn {
  width: 100%;
  min-height: 54px;
}

.p1-step-cta .p1-btn:first-child {
  font-size: 16px;
}

.p1-section--cream > .p1-lp-wrap > .p1-program-cta {
  position: relative;
  z-index: 4;
  margin-top: 28px;
}

.p1-info-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.p1-info-layout::before {
  left: 49.5%;
  top: 86px;
  width: 16px;
  height: 16px;
}

.p1-info-column + .p1-info-column {
  border-left: 2px solid rgba(38, 49, 58, .22);
  padding-left: clamp(28px, 4vw, 52px);
}

.p1-info-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.p1-news-card,
.p1-pdf-card,
.p1-faq-card {
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--p1-shadow);
}

.p1-news-card,
.p1-pdf-card {
  min-width: 0;
}

.p1-news-card {
  display: block;
  min-height: 190px;
  color: inherit;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.p1-news-card:hover,
.p1-news-card:focus-visible {
  box-shadow: 0 18px 34px rgba(32, 53, 70, .2);
  outline: none;
  transform: translateY(-4px);
}

.p1-news-card img {
  display: block;
  width: 100%;
  height: 88px;
  border-radius: 10px;
  object-fit: cover;
}

.p1-news-card__meta {
  display: flex;
  min-height: 21px;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.p1-news-card time {
  display: block;
  margin-top: 0;
  color: var(--p1-muted);
  font-size: 11px;
  font-weight: 800;
}

.p1-news-card__label {
  display: inline-flex;
  max-width: 72px;
  min-height: 19px;
  align-items: center;
  justify-content: center;
  padding: 2px 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--p1-pink);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.p1-news-card h3 {
  display: -webkit-box;
  min-height: 4.35em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 8px;
}

.p1-news-card h3 {
  color: var(--p1-ink);
  font-size: 13px;
  line-height: 1.45;
}

.p1-pdf-card {
  position: relative;
  min-height: 148px;
  color: var(--p1-ink);
  text-align: center;
}

.p1-pdf-card--link {
  display: block;
  min-height: 172px;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.p1-pdf-card--link:hover,
.p1-pdf-card--link:focus-visible {
  box-shadow: 0 18px 34px rgba(32, 53, 70, .2);
  outline: none;
  transform: translateY(-4px);
}

.p1-pdf-card--guide {
  --doc-color: var(--p1-teal);
}

.p1-pdf-card--price {
  --doc-color: var(--p1-yellow);
}

.p1-pdf-card--recruit {
  --doc-color: var(--p1-hot-pink);
}

.p1-pdf-card__visual {
  position: relative;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 16px;
}

.p1-pdf-card__icon {
  position: relative;
  display: inline-grid;
  width: 58px;
  height: 64px;
  place-items: center;
  border: 3px solid var(--doc-color, var(--p1-hot-pink));
  border-radius: 8px;
  color: var(--doc-color, var(--p1-hot-pink));
  background: linear-gradient(180deg, #fff, rgba(255,255,255,.74));
  font-size: 11px;
  font-weight: 900;
}

.p1-pdf-card__icon::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--doc-color, var(--p1-hot-pink));
  border-right: 3px solid var(--doc-color, var(--p1-hot-pink));
  border-radius: 0 6px 0 0;
  background: #fff;
}

.p1-pdf-card__badge {
  position: absolute;
  right: -31px;
  top: -9px;
  z-index: 2;
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border: 3px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--doc-color, var(--p1-hot-pink));
  box-shadow: 0 8px 16px rgba(32, 53, 70, .12);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.p1-pdf-card h3 {
  min-height: 2.8em;
  margin: 0 0 6px;
  color: var(--p1-ink);
  font-size: 13px;
  line-height: 1.4;
}

.p1-pdf-card p {
  margin: 0;
  color: var(--p1-muted);
  font-size: 11px;
  font-weight: 800;
}

.p1-faq-zone {
  position: relative;
  margin-top: 42px;
  padding-left: 182px;
}

.p1-faq-bubble {
  position: absolute;
  left: -4px;
  top: 14px;
  z-index: 2;
  display: grid;
  width: 166px;
  min-height: 94px;
  place-items: center;
  padding: 16px 20px;
  border: 2.5px solid #151515;
  border-radius: 53% 47% 50% 50% / 52% 52% 48% 48%;
  background: #fff;
  color: #151515;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  transform: rotate(-5deg);
}

.p1-faq-bubble span {
  position: relative;
  z-index: 2;
}

.p1-faq-bubble::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -12px;
  z-index: 0;
  width: 28px;
  height: 18px;
  border-right: 2.5px solid #151515;
  border-bottom: 2.5px solid #151515;
  border-radius: 0 0 22px 0;
  background: #fff;
  transform: rotate(16deg);
}

.p1-faq-bubble::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -28px;
  z-index: -1;
  width: 78px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 78 34' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23151515' stroke-width='4' stroke-linecap='round'%3E%3Cpath d='M5 9 C22 13 35 20 49 30'/%3E%3Cpath d='M21 28 L5 32'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(8deg);
}

.p1-faq-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.p1-faq-row::before {
  display: none;
}

.p1-faq-card {
  position: relative;
  z-index: 2;
  padding: 26px 18px 18px;
}

.p1-faq-card:last-child::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 12px;
  z-index: 1;
  width: 38px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 92 76' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38 8 L44 25 L62 30 L46 38 L38 56 L30 38 L14 30 L32 25 Z' fill='%23fff' stroke='%23151515' stroke-width='3.5' stroke-linejoin='round'/%3E%3Cpath d='M70 32 L74 42 L85 45 L75 51 L70 62 L65 51 L55 45 L66 42 Z' fill='%23ffd91e' stroke='%23151515' stroke-width='3' stroke-linejoin='round'/%3E%3Cpath d='M12 58 L3 66 M72 14 L88 6 M82 61 L91 68' fill='none' stroke='%23151515' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .72;
  pointer-events: none;
  transform: rotate(5deg);
}

.p1-faq-card__q {
  position: absolute;
  left: 18px;
  top: -18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--p1-pink);
  box-shadow: 0 8px 16px rgba(236,111,155,.28);
}

.p1-faq-card h3 {
  margin: 8px 0 8px;
  font-size: 15px;
}

.p1-faq-card p {
  position: relative;
  z-index: 2;
}

@media (min-width: 901px) {
  .p1-faq-card:last-child {
    padding-right: 28px;
  }
}

.p1-recruit-layout {
  display: grid;
  grid-template-columns: 250px 1fr 220px;
  gap: 28px;
  align-items: center;
  margin-top: 28px;
}

.p1-burst {
  position: relative;
  display: grid;
  width: min(270px, 100%);
  min-height: 238px;
  place-items: center;
  justify-self: center;
  color: #101820;
  font-size: clamp(27px, 2.55vw, 34px);
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
}

.p1-burst svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.p1-burst__image {
  position: absolute;
  inset: -9%;
  z-index: 0;
  display: block;
  width: 118%;
  height: 118%;
  object-fit: contain;
  pointer-events: none;
}

.p1-burst span {
  position: absolute;
  top: 46%;
  left: 53%;
  z-index: 1;
  display: block;
  width: 54%;
  max-width: 150px;
  transform: translate(-50%, -50%) rotate(-1.5deg);
  overflow-wrap: anywhere;
}

.p1-recruit-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.p1-recruit-card {
  padding: 12px;
  border-radius: 14px;
  background: #fff;
  color: var(--p1-ink);
}

.p1-recruit-card img {
  height: 92px;
  border-radius: 10px;
}

.p1-recruit-card h3 {
  margin: 12px 0 6px;
  font-size: 16px;
}

.p1-recruit-actions {
  display: grid;
  gap: 16px;
}

.p1-video-block {
  display: grid;
  gap: 12px;
  width: min(560px, 100%);
  margin: 20px 0 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 14px;
  color: var(--p1-recruit-text);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 18px 38px var(--p1-recruit-shadow);
  text-decoration: none;
}

.p1-video-block__head,
.p1-video-block > span {
  color: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

.p1-video-block p {
  margin: 0;
  color: var(--p1-recruit-subtext);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.p1-video-block__frame {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(0, 0, 0, .24);
  aspect-ratio: 16 / 9;
}

.p1-video-block__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.p1-recruit-video {
  grid-column: 2;
}

.p1-recruit-video.p1-video-block,
.p1-recruit-video .p1-video-block__head,
.p1-recruit-video .p1-video-block__head span,
.p1-recruit-video > span {
  color: #fff;
  text-shadow: 0 2px 12px rgba(18, 29, 73, .22);
}

.p1-miyata-video {
  width: min(420px, 100%);
  margin-top: 18px;
  border: 2px solid rgba(33, 194, 189, .24);
  border-radius: 18px;
  color: #203546;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 34px rgba(32, 53, 70, .12);
}

.p1-miyata-video .p1-video-block__head,
.p1-miyata-video > span {
  color: #203546;
  font-size: 13px;
}

.p1-miyata-video .p1-video-block__frame {
  border: 3px solid #fff;
  border-radius: 13px;
  background: #dceff7;
  box-shadow: inset 0 0 0 1px rgba(33, 194, 189, .12);
}

.p1-miyata-video.p1-video-block--link,
.p1-miyata-video.p1-video-block--placeholder {
  padding: 14px 16px;
}

.p1-footer {
  margin-top: -2px;
  padding: 36px 0 26px;
  border-top: 0;
  background: var(--p1-footer-bg);
  color: var(--p1-footer-brand);
}

.p1-footer-layout {
  display: grid;
  grid-template-columns: 240px 1fr 180px;
  gap: 34px;
  align-items: start;
}

.p1-footer-brand {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--p1-footer-brand);
  font-family: var(--s-font-fab7dc6a), system-ui, sans-serif;
  font-weight: 900;
  line-height: .9;
  letter-spacing: .08em;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.22));
}

.p1-footer-brand::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 11px;
  width: 16px;
  height: 8px;
  border-left: 4px solid var(--p1-footer-check);
  border-bottom: 4px solid var(--p1-footer-check);
  border-radius: 1px;
  transform: rotate(-45deg);
}

.p1-footer-brand__name {
  display: block;
  color: var(--p1-footer-brand) !important;
  font-size: clamp(28px, 3vw, 38px);
  text-shadow: 0 3px 12px rgba(0, 0, 0, .28);
}

.p1-footer-brand__sub {
  display: block;
  margin-top: 7px;
  padding-left: 28px;
  color: var(--p1-footer-brand) !important;
  font-size: 11px;
  letter-spacing: .14em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .26);
}

.p1-footer-nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p1-footer-nav a {
  color: var(--p1-footer-link);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  text-decoration: none;
}

.p1-footer-copy {
  margin: 28px 0 0;
  color: var(--p1-footer-copy);
  font-size: 11px;
  text-align: center;
}

.p1-footer p {
  margin: 8px 0 0;
  color: var(--p1-footer-text);
  font-size: 12px;
  line-height: 1.7;
}

.p1-footer-brand-wrap {
  position: relative;
  display: inline-grid;
  justify-items: start;
  min-width: 206px;
  padding-bottom: 48px;
}

.p1-footer-logo {
  display: block;
  width: min(188px, 100%);
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .14));
}

.p1-footer-mascot {
  position: absolute;
  right: 2px;
  bottom: 0;
  display: block;
  width: 66px;
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, .16));
  transform: rotate(4deg);
  pointer-events: none;
}

.p1-hidden-original {
  display: none !important;
}

html.p1-common-footer-mode,
html.p1-common-footer-mode body {
  min-height: 0 !important;
  overflow: hidden !important;
}

.p1-edit-mobile {
  display: none;
}

.p1-edit-desktop,
.p1-edit-mobile {
  white-space: normal;
}

@media (max-width: 1100px) {
  .p1-network-layout {
    grid-template-columns: 1fr;
  }

  .p1-network-map {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .p1-network-school-list {
    grid-template-rows: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(920px, 100%);
    margin: 0 auto;
  }

  .p1-network-school-card {
    grid-template-columns: 1fr;
    height: auto;
  }

  .p1-network-school-card__photo {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 900px) {
  .p1-arrow-doodle {
    display: none;
  }

  .p1-grid--3,
  .p1-grid--4,
  .p1-access-layout,
  .p1-miyata-grid,
  .p1-lesson-scenes__wrap,
  .p1-step-row,
  .p1-step-cta,
  .p1-info-layout,
  .p1-recruit-layout,
  .p1-footer-layout {
    grid-template-columns: 1fr;
  }

  .p1-footer-layout {
    justify-items: center;
    text-align: center;
  }

  .p1-footer-brand-wrap {
    justify-self: center;
    justify-items: center;
    width: fit-content;
  }

  .p1-footer-mascot {
    right: 6px;
  }

  .p1-access-cards,
  .p1-info-cards,
  .p1-faq-row,
  .p1-recruit-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p1-access-layout--cards-only .p1-access-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p1-network-map {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  .p1-network-layout {
    grid-template-columns: 1fr;
  }

  .p1-network-school-list {
    grid-template-rows: none;
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 22px auto 0;
  }

  .p1-access-map-guide {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .p1-access-map-guide a {
    grid-column: 2;
    width: fit-content;
  }

  .p1-access-free-card {
    grid-template-columns: 1fr;
  }

  .p1-info-column + .p1-info-column {
    border-left: 0;
    border-top: 2px solid rgba(38, 49, 58, .18);
    padding: 34px 0 0;
  }

  .p1-info-doodle--news-sparkles,
  .p1-info-doodle--pdf-sparkles,
  .p1-info-doodle--faq-left-lines,
  .p1-info-doodle--faq-right-scribble {
    display: none;
  }

  .p1-info-doodle--lower-stars {
    display: none;
  }

  .p1-info-doodle--recruit-stars {
    width: 90px;
  }

  .p1-coach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p1-coach-zone::before {
    display: none;
  }

  .p1-coach-actions {
    justify-content: center;
  }

  .p1-lesson-scenes__copy {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .p1-lesson-scenes__copy .p1-heading {
    text-align: center;
  }

  .p1-lesson-scenes__actions {
    justify-content: center;
  }

  .p1-lesson-scenes__gallery {
    width: 100%;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
  }

  .p1-section--miyata::after,
  .p1-miyata-head::before,
  .p1-miyata-copy::before {
    display: none;
  }

  .p1-section--miyata-in-coach-flow {
    padding: clamp(24px, 4vw, 34px);
    border-radius: 22px;
  }

  .p1-miyata-grid {
    justify-items: center;
  }

  .p1-miyata-copy {
    width: 100%;
  }

  .p1-miyata-feature {
    width: min(420px, 100%);
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .p1-miyata-feature img {
    height: 100%;
    min-height: 0;
  }

  .p1-miyata-actions {
    justify-content: center;
  }

  .p1-faq-zone {
    padding-left: 0;
  }

  .p1-faq-bubble {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 28px;
  }

  .p1-faq-card:last-child::after {
    display: none;
  }

  .p1-trial-entry {
    height: auto;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .p1-trial-entry__copy {
    justify-self: center;
  }

  .p1-trial-entry__lead,
  .p1-trial-entry h2 {
    margin-right: auto;
    margin-left: auto;
  }

  .p1-trial-entry__points {
    justify-content: center;
  }

  .p1-trial-entry__actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
    width: 100%;
    max-width: 620px;
    justify-self: center;
  }

  .p1-trial-entry__copy::after {
    right: 50%;
    bottom: -34px;
    opacity: .18;
    transform: translateX(50%) rotate(8deg);
  }

  .p1-trial-entry__actions::before {
    display: none;
  }

  .p1-trial-entry__btn--primary {
    grid-column: 1 / -1;
  }

  .p1-recruit-layout {
    text-align: center;
  }

  .p1-recruit-video {
    grid-column: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .p1-map-card,
  .p1-map-card img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .p1-network-map,
  .p1-network-map img.p1-network-map__image {
    aspect-ratio: 4 / 3;
  }

  .p1-network-school-card {
    grid-template-columns: minmax(0, 1fr) minmax(142px, 40%);
    min-height: 168px;
  }

  .p1-step-card::after,
  .p1-info-layout::before,
  .p1-faq-row::before {
    display: none;
  }

  .p1-burst {
    width: min(280px, 100%);
    margin: 0 auto;
  }

  .p1-side-blob--pink,
  .p1-side-blob--yellow,
  .p1-side-blob--cream-left,
  .p1-side-blob--cream-right {
    width: 94px;
    height: 70px;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .p1-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .p1-feature-card {
    min-height: 248px;
    padding: 18px 14px 14px;
  }

  .p1-feature-card__head {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 10px;
    min-height: 54px;
  }

  .p1-feature-card__num {
    width: 46px;
    height: 46px;
    font-size: 18px;
  }

  .p1-feature-card h3 {
    font-size: 15px;
  }

  .p1-feature-card > p {
    min-height: 52px;
    font-size: 10.8px;
    line-height: 1.55;
  }

  .p1-feature-card__photo {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 640px) {
  .p1-heading--features > span {
    padding: 0 26px;
  }

  .p1-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .p1-feature-card {
    max-width: 390px;
    min-height: 0;
    margin: 0 auto;
  }
}

@media (max-width: 540px) {
  .p1-edit-desktop {
    display: none;
  }

  .p1-edit-mobile {
    display: inline;
  }

  .p1-lp-wrap {
    width: 100%;
    max-width: 390px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .p1-section {
    padding: 48px 0;
  }

  .p1-access-cards,
  .p1-info-cards,
  .p1-miyata-points,
  .p1-faq-row,
  .p1-coach-grid,
  .p1-recruit-cards,
  .p1-footer-nav {
    grid-template-columns: 1fr;
  }

  .p1-access-layout--cards-only .p1-access-cards {
    grid-template-columns: 1fr;
  }

  .p1-access-map-guide {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 34px;
    text-align: center;
  }

  .p1-access-map-guide a {
    grid-column: auto;
    width: 100%;
    max-width: 320px;
    white-space: normal;
  }

  .p1-access-free-card {
    text-align: center;
  }

  .p1-access-free-card .p1-btn {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    white-space: normal;
  }

  .p1-feature-card {
    min-height: 0;
  }

  .p1-network-map__bubble {
    left: 8%;
    width: 32%;
    font-size: 11px;
  }

  .p1-network-map__pin b {
    font-size: 17px;
  }

  .p1-network-map__pin small {
    font-size: 9px;
  }

  .p1-network-school-card {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
    min-height: 0;
  }

  .p1-network-school-card__label {
    font-size: 13px;
  }

  .p1-network-school-card strong {
    font-size: clamp(22px, 7vw, 28px);
  }

  .p1-network-school-card__photo {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .p1-network-message {
    width: 100%;
    justify-content: center;
    border-radius: 22px;
    padding: 12px 16px;
    text-align: left;
  }

  .p1-program-band::before,
  .p1-program-band::after {
    display: none;
  }

  .p1-miyata-blob--pink,
  .p1-miyata-blob--yellow {
    display: none;
  }

  .p1-section--miyata-in-coach-flow {
    margin-top: 34px;
    padding: 22px 16px;
  }

  .p1-miyata-head p {
    text-align: left;
  }

  .p1-miyata-point {
    min-height: 112px;
    padding: 18px 16px;
  }

  .p1-miyata-actions .p1-btn,
  .p1-miyata-movie,
  .p1-miyata-instagram {
    width: 100%;
    max-width: 320px;
  }

  .p1-miyata-social {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .p1-miyata-instagram {
    grid-template-columns: 42px 1fr;
    min-height: 72px;
    padding: 12px 14px;
    border-radius: 22px;
  }

  .p1-miyata-instagram span {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .p1-miyata-video {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .p1-miyata-feature {
    max-width: 340px;
    border-width: 6px;
    border-radius: 22px;
  }

  .p1-miyata-feature figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
    padding: 11px 14px;
    font-size: 12px;
  }

  .p1-miyata-gallery {
    grid-template-columns: repeat(11, 126px);
    margin-right: -6px;
    margin-left: -6px;
  }

  .p1-miyata-gallery__item {
    min-width: 126px;
  }

  .p1-miyata-gallery__item img {
    height: 158px;
  }

  .p1-feature-card img,
  .p1-program-card img,
  .p1-access-card img,
  .p1-news-card img,
  .p1-coach-card img,
  .p1-recruit-card img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .p1-feature-card__photo {
    aspect-ratio: 16 / 9;
  }

  .p1-feature-card__photo img {
    height: 100%;
    aspect-ratio: auto;
  }

  .p1-program-cta {
    justify-content: center;
  }

  .p1-info-column .p1-program-cta {
    margin-top: 34px;
  }

  .p1-course-info {
    margin-top: 42px;
    padding: 16px;
  }

  .p1-course-info__row {
    grid-template-columns: 1fr;
    gap: 5px;
    min-height: 0;
    text-align: left;
  }

  .p1-section--trial-entry {
    padding: 54px 0 66px;
  }

  .p1-section--trial-entry .p1-lp-wrap {
    width: min(390px, calc(100% - 32px));
  }

  .p1-section--trial-entry::after,
  .p1-section--trial-entry .p1-lp-wrap::before,
  .p1-section--trial-entry .p1-lp-wrap::after,
  .p1-trial-entry-deco,
  .p1-trial-entry::after,
  .p1-trial-entry__copy::before,
  .p1-trial-entry__copy::after,
  .p1-trial-entry__actions::before {
    display: none;
  }

  .p1-trial-entry {
    padding: 24px 18px;
    border-radius: 18px;
    min-height: 0;
    box-shadow: 0 16px 34px rgba(7, 32, 58, .1);
  }

  .p1-trial-entry::before {
    background:
      linear-gradient(90deg, rgba(8, 169, 242, .045) 1px, transparent 1px),
      linear-gradient(180deg, rgba(8, 169, 242, .035) 1px, transparent 1px),
      linear-gradient(135deg, rgba(255, 217, 30, .16) 0 34%, transparent 34% 100%);
    background-size: 30px 30px, 30px 30px, 100% 100%;
  }

  .p1-trial-entry h2 {
    font-size: clamp(29px, 8.3vw, 34px);
    line-height: 1.24;
  }

  .p1-trial-entry__actions {
    grid-template-columns: 1fr;
  }

  .p1-trial-entry__btn,
  .p1-trial-entry__btn--primary {
    grid-column: auto;
    width: 100%;
    min-height: 54px;
  }

  .p1-btn {
    width: 100%;
    max-width: 320px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .p1-step-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-areas:
      "num title"
      "num text"
      "visual visual";
    gap: 6px 14px;
    min-height: 0;
    padding: 20px 18px 18px;
  }

  .p1-step-card__num {
    position: static;
    grid-area: num;
    width: 76px;
    min-width: 76px;
    align-self: start;
    font-size: 46px;
    line-height: .96;
    letter-spacing: -.04em;
    white-space: nowrap !important;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .p1-step-card h3 {
    grid-area: title;
    align-self: end;
    margin-top: 2px;
  }

  .p1-step-card p {
    grid-area: text;
  }

  .p1-step-card__visual {
    position: relative;
    right: auto;
    bottom: auto;
    grid-area: visual;
    justify-self: end;
    width: min(142px, 52%);
    height: auto;
    margin-top: 8px;
    aspect-ratio: 16 / 10;
  }

  .p1-step-card__visual--illustration {
    width: 96px;
    aspect-ratio: 1;
  }

  .p1-coach-actions {
    margin-top: 34px;
  }

  .p1-step-cta {
    margin-top: 34px;
    justify-items: center;
  }

  .p1-recruit-actions {
    margin-top: 34px;
    justify-items: center;
  }

  .p1-recruit-actions .p1-btn,
  .p1-footer-layout > div:last-child .p1-btn {
    margin-right: auto;
    margin-left: auto;
  }

  .p1-lesson-scenes__gallery {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .p1-lesson-card,
  .p1-lesson-card--featured {
    grid-row: auto;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .p1-lesson-card--featured {
    aspect-ratio: 4 / 3;
  }

  .p1-lesson-card img {
    min-height: 0;
  }

  .p1-footer-layout {
    gap: 24px;
    justify-items: center;
    text-align: center;
  }

  .p1-footer-brand-wrap {
    justify-items: center;
    min-width: 0;
    padding-bottom: 44px;
  }

  .p1-footer-mascot {
    right: 50%;
    bottom: 0;
    width: 54px;
    transform: translateX(88px) rotate(4deg);
  }

  .p1-footer-layout > div:last-child {
    display: grid;
    width: 100%;
    justify-items: center;
  }

  .p1-footer {
    min-height: 100svh;
    min-height: 100dvh;
    display: grid;
    align-content: center;
    padding-bottom: max(28px, env(safe-area-inset-bottom));
  }

  .p1-footer-nav {
    width: 100%;
    max-width: 320px;
    gap: 12px;
  }

  .p1-footer-nav a {
    display: block;
  }
}

.p1-ref-hero__menu-label {
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

.p1-ref-hero__top-nav {
  position: fixed;
  top: var(--dinamo-floating-nav-top, clamp(14px, 1.25vw, 18px));
  left: var(--dinamo-floating-nav-left, max(320px, calc(50% - 320px)));
  right: var(--dinamo-floating-nav-right, clamp(84px, 7vw, 150px));
  z-index: 920;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  max-width: none;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: clamp(10px, 1.15vw, 20px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  box-sizing: border-box;
  padding: 8px clamp(14px, 1.5vw, 24px);
  background: rgba(18, 31, 42, .22);
  box-shadow: 0 14px 34px rgba(13, 29, 44, .13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: auto;
}

html.p1-wp-adminbar .p1-ref-hero__top-nav {
  top: calc(var(--dinamo-floating-nav-top, clamp(14px, 1.25vw, 18px)) - 4px);
}

.p1-ref-hero__top-nav .p1-front-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  color: #fff;
  font-size: clamp(12px, .76vw, 14px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.35;
  text-decoration: none;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .28);
  transition: color .18s ease, transform .18s ease;
  white-space: nowrap;
}

.p1-ref-hero__top-nav .p1-front-nav__link::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity .18s ease, transform .18s ease;
}

.p1-ref-hero__top-nav .p1-front-nav__link:hover,
.p1-ref-hero__top-nav .p1-front-nav__link:focus-visible {
  color: #ffee8f;
  outline: none;
  transform: translateY(-1px);
}

.p1-ref-hero__top-nav .p1-front-nav__link:hover::after,
.p1-ref-hero__top-nav .p1-front-nav__link:focus-visible::after {
  opacity: .9;
  transform: scaleX(1);
}

.p1-ref-hero__top-nav .p1-front-nav__submenu {
  top: calc(100% + 12px);
  border-radius: 14px;
}

@media (max-width: 1180px) {
  .p1-ref-hero__top-nav {
    display: none;
  }
}

.p4-menu__item {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.p4-menu__submenu {
  display: grid;
  justify-items: center;
  gap: 7px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height .22s ease, opacity .18s ease, transform .18s ease;
}

.p4-menu__item.has-children:hover .p4-menu__submenu,
.p4-menu__item.has-children:focus-within .p4-menu__submenu {
  max-height: 260px;
  opacity: 1;
  transform: translateY(0);
}

.p4-menu__sub-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.p4-menu__sub-link:hover,
.p4-menu__sub-link:focus-visible {
  background: rgba(255, 255, 255, .2);
  outline: none;
}

@media (max-width: 720px) {
  .p1-front-nav__submenu {
    position: static;
    min-width: 0;
    padding: 4px 0 0 12px;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .p1-front-nav__sub-link {
    padding: 5px 0;
    font-size: 12px;
  }
}

html.p1-hero-mode-single:not(.p1-hero-ken-burns) .p1-ref-hero__slide--1,
html.p1-hero-mode-focus .p1-ref-hero__slide--1 {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) !important;
}

html.p1-hero-mode-single .p1-ref-hero__slide--1 {
  filter: brightness(1.16) saturate(1.06) contrast(1.02);
}

/* Restore the icon that belongs to the "ディナモについて詳しくみる" CTA. */
.sd[data-s-e6e62f11-61dc-4c93-ba74-c2b5d52299bf] {
  gap: 14px !important;
  border: 0 !important;
  outline: none !important;
  background: #ec6f9b !important;
  box-shadow: 0 16px 30px rgba(236, 111, 155, .24) !important;
  transform: none !important;
  transition: box-shadow .22s ease, background-color .22s ease !important;
}

.sd[data-s-e6e62f11-61dc-4c93-ba74-c2b5d52299bf]:hover,
.sd[data-s-e6e62f11-61dc-4c93-ba74-c2b5d52299bf]:focus-visible {
  border: 0 !important;
  outline: none !important;
  background: #e95f94 !important;
  box-shadow: 0 20px 38px rgba(236, 111, 155, .3) !important;
  transform: none !important;
}

.sd[data-s-e6e62f11-61dc-4c93-ba74-c2b5d52299bf] > .sd[data-s-19211cf8-5223-43d5-be01-b3de9dbfec5f] {
  display: inline-flex !important;
  flex: 0 0 38px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.22) !important;
  opacity: 1 !important;
  overflow: visible !important;
}

.sd[data-s-e6e62f11-61dc-4c93-ba74-c2b5d52299bf]:hover > .sd[data-s-19211cf8-5223-43d5-be01-b3de9dbfec5f],
.sd[data-s-e6e62f11-61dc-4c93-ba74-c2b5d52299bf]:focus-visible > .sd[data-s-19211cf8-5223-43d5-be01-b3de9dbfec5f] {
  color: #fff !important;
  background: rgba(255, 255, 255, .24) !important;
}

.sd[data-s-e6e62f11-61dc-4c93-ba74-c2b5d52299bf] > .sd[data-s-19211cf8-5223-43d5-be01-b3de9dbfec5f] .material-icons {
  display: block !important;
  width: auto !important;
  height: auto !important;
  color: #fff !important;
  font-family: "Material Icons" !important;
  font-size: 22px !important;
  line-height: 1 !important;
  opacity: 1 !important;
}

.sd[data-s-e6e62f11-61dc-4c93-ba74-c2b5d52299bf]:hover > .sd[data-s-19211cf8-5223-43d5-be01-b3de9dbfec5f] .material-icons,
.sd[data-s-e6e62f11-61dc-4c93-ba74-c2b5d52299bf]:focus-visible > .sd[data-s-19211cf8-5223-43d5-be01-b3de9dbfec5f] .material-icons {
  color: #fff !important;
}

/* Shared top-page button response: main CTAs lift, simple links stay steady. */
.p1-btn,
.p1-trial-entry__btn,
.p1-miyata-instagram {
  transition:
    background-color .24s ease,
    border-color .24s ease,
    box-shadow .24s ease,
    filter .24s ease,
    transform .24s cubic-bezier(.22, 1, .36, 1) !important;
}

@media (hover: hover) and (pointer: fine) {
  .p1-btn:hover,
  .p1-btn:focus-visible,
  .p1-miyata-instagram:hover,
  .p1-miyata-instagram:focus-visible {
    box-shadow: 0 16px 32px rgba(236, 111, 155, .22), 0 6px 14px rgba(30, 174, 234, .12) !important;
    filter: saturate(1.05) brightness(1.02) !important;
    transform: none !important;
  }

  .p1-step-cta .p1-btn:hover,
  .p1-step-cta .p1-btn:focus-visible,
  .p1-trial-entry__btn:hover,
  .p1-trial-entry__btn:focus-visible,
  .p1-miyata-actions .p1-btn:hover,
  .p1-miyata-actions .p1-btn:focus-visible,
  .p1-lesson-scenes__actions .p1-btn:hover,
  .p1-lesson-scenes__actions .p1-btn:focus-visible,
  .p1-recruit-actions .p1-btn:hover,
  .p1-recruit-actions .p1-btn:focus-visible,
  .p1-footer-layout > div:last-child .p1-btn:hover,
  .p1-footer-layout > div:last-child .p1-btn:focus-visible {
    box-shadow: 0 18px 36px rgba(236, 111, 155, .24), 0 8px 18px rgba(30, 174, 234, .14) !important;
    filter: saturate(1.06) brightness(1.02) !important;
    transform: translateY(-2px) !important;
  }

  .p1-program-cta .p1-btn:hover,
  .p1-program-cta .p1-btn:focus-visible,
  .p1-coach-actions .p1-btn:hover,
  .p1-coach-actions .p1-btn:focus-visible,
  .p1-access-card__button:hover,
  .p1-access-card__button:focus-visible {
    transform: none !important;
  }
}

/* The top page lives inside an iframe, so the shared WordPress footer styles are mirrored here. */
.p1-footer.studio4-footer {
  display: block;
  min-height: 0;
  margin-top: -2px;
  padding: 36px 0 26px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 217, 30, .10) 0 96px, transparent 97px),
    var(--p1-footer-bg);
  font-family: "Noto Sans JP", "Yu Gothic", system-ui, sans-serif;
  letter-spacing: 0;
}

.p1-footer .studio4-frame,
.p1-footer .studio4-footer__inner {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) minmax(300px, 310px);
  gap: 24px;
  align-items: start;
}

.p1-footer .studio4-footer__brand-block {
  display: grid;
  justify-items: start;
}

.p1-footer .studio4-footer__brand-wrap {
  position: relative;
  display: inline-grid;
  min-width: 206px;
  padding-bottom: 48px;
  justify-items: start;
  text-decoration: none;
}

.p1-footer .studio4-footer__logo-frame {
  display: block;
  width: min(188px, 100%);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .16));
}

.p1-footer .studio4-footer__logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.p1-footer .studio4-footer__mascot {
  position: absolute;
  right: 2px;
  bottom: 0;
  display: block;
  width: 66px;
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, .16));
  pointer-events: none;
  transform: rotate(4deg);
}

.p1-footer .studio4-footer__lead {
  max-width: 240px;
  margin: 8px 0 0;
  color: var(--p1-footer-text);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.p1-footer .studio4-footer__nav-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(114px, 1fr));
  gap: 14px;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p1-footer a {
  color: var(--p1-footer-link);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  text-decoration: none;
}

.p1-footer .studio4-footer__nav-list a {
  display: inline;
  white-space: nowrap;
}

.p1-footer .studio4-footer__action {
  display: grid;
  gap: 10px;
  width: auto;
  justify-items: stretch;
}

.p1-footer .studio4-footer__button {
  display: inline-flex;
  width: 100%;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
  border-radius: 999px;
  background: #e26f9b;
  box-shadow: 0 18px 36px rgba(236, 111, 155, .28);
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center;
  white-space: nowrap;
}

.p1-footer .studio4-footer__button:hover,
.p1-footer .studio4-footer__button:focus-visible {
  box-shadow: 0 22px 42px rgba(236, 111, 155, .34) !important;
  transform: translateY(-2px) !important;
}

.p1-footer .studio4-footer__sub-link {
  display: inline-block;
  color: var(--p1-footer-text) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.7 !important;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.p1-footer .studio4-footer__copy {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  color: var(--p1-footer-copy);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 821px) {
  .p1-footer .studio4-footer__sub-link {
    white-space: nowrap;
  }
}

@media (max-width: 1120px) {
  .p1-footer .studio4-frame,
  .p1-footer .studio4-footer__inner {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .p1-footer .studio4-footer__action {
    grid-column: 1 / -1;
    width: min(100%, 420px);
    justify-self: center;
  }
}

@media (max-width: 820px) {
  .p1-footer .studio4-frame,
  .p1-footer .studio4-footer__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 26px;
    text-align: center;
  }

  .p1-footer .studio4-footer__brand-block,
  .p1-footer .studio4-footer__brand-wrap {
    justify-items: center;
  }

  .p1-footer .studio4-footer__mascot {
    right: 50%;
    width: 54px;
    transform: translateX(88px) rotate(4deg);
  }

  .p1-footer .studio4-footer__nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 360px);
    max-width: 360px;
  }

  .p1-footer .studio4-footer__action {
    width: min(100%, 360px);
  }
}

/* Launch hotfix: prevent short labels and large numerals from breaking by platform font metrics. */
.p1-step-card__num,
.p1-feature-card__num,
.p1-chip,
.p1-feature-card__kicker,
.p1-trial-entry-card__badge,
.p1-trial-entry__kicker span,
.p1-trial-entry__points span,
.p1-trial-entry__btn span,
.p1-class-card__label,
.p1-front-news-card__label,
.p1-front-posts__meta,
.p1-ref-hero__faq-heading {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  line-break: strict;
}

.p1-step-card__num {
  display: inline-flex !important;
  min-width: max-content;
  align-items: flex-start;
  justify-content: center;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0 !important;
  text-align: center;
  writing-mode: horizontal-tb !important;
}

@media (min-width: 761px) {
  .p1-step-card__num {
    width: 76px;
  }
}

@media (max-width: 760px) {
  html.p1-hero-faq-on {
    --p1-ref-hero-height: clamp(780px, 204vw, 880px) !important;
  }

  html.p1-hero-faq-on .p1-ref-hero__faq {
    bottom: calc(var(--p1-wave-height, var(--p1-ref-wave-height, 116px)) + clamp(42px, 12vw, 64px)) !important;
    max-height: min(258px, 34svh);
    overflow: visible;
  }

  html.p1-hero-faq-on .p1-ref-hero__faq-list {
    max-height: min(210px, 28svh);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 380px) {
  html.p1-hero-faq-on {
    --p1-ref-hero-height: clamp(800px, 218vw, 900px) !important;
  }

  html.p1-hero-faq-on .p1-ref-hero__faq {
    left: 14px;
    top: min(408px, calc(100svh - 156px)) !important;
    bottom: auto !important;
    width: min(248px, calc(100vw - 92px));
    max-height: 144px;
  }

  html.p1-hero-faq-on .p1-ref-hero__faq-list {
    max-height: 96px;
  }

  html.p1-hero-faq-on .p1-ref-hero__faq-button {
    min-height: 30px;
    padding-block: 6px;
  }

  html.p1-hero-faq-on .p1-ref-hero__faq-title {
    font-size: 11px;
    line-height: 1.3;
  }
}

/* Keep the large mission headline weight stable while web fonts finish loading. */
.sd[data-s-db6e4037-9816-4112-a181-aced6ba39e11] {
  font-family: var(--s-font-b3ba0c0c), "Noto Sans JP", system-ui, sans-serif !important;
  font-weight: 900 !important;
  font-synthesis-weight: auto;
}
