@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
}

ul,
ol {
  list-style: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
}

body {
  overflow-x: hidden;
  font-family: "Manrope", "YakuHanJPs", "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media (max-width: 768px) {
  body {
    font-size: 0.9375rem;
  }
}
body {
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #212121;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
  body *,
  body *::before,
  body *::after {
    animation: none !important;
  }
}

a {
  transition: color 0.3s ease;
}
a:focus-visible {
  outline: 2px solid #FC4C9C;
  outline-offset: 2px;
}

strong {
  font-weight: 700;
}

::-moz-selection {
  color: #212121;
  background-color: rgba(252, 76, 156, 0.15);
}

::selection {
  color: #212121;
  background-color: rgba(252, 76, 156, 0.15);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@keyframes heroAppFadeIn {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroSlideA {
  0%, 30% {
    transform: translateX(0);
    opacity: 1;
  }
  33% {
    transform: translateX(-30%);
    opacity: 0;
  }
  33.01% {
    transform: translateX(30%);
    opacity: 0;
  }
  96% {
    transform: translateX(30%);
    opacity: 0;
  }
  99%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes heroSlideB {
  0%, 30% {
    transform: translateX(30%);
    opacity: 0;
  }
  33%, 63% {
    transform: translateX(0);
    opacity: 1;
  }
  66% {
    transform: translateX(-30%);
    opacity: 0;
  }
  66.01% {
    transform: translateX(30%);
    opacity: 0;
  }
  100% {
    transform: translateX(30%);
    opacity: 0;
  }
}
@keyframes heroSlideC {
  0%, 63% {
    transform: translateX(30%);
    opacity: 0;
  }
  66%, 96% {
    transform: translateX(0);
    opacity: 1;
  }
  99% {
    transform: translateX(-30%);
    opacity: 0;
  }
  99.01% {
    transform: translateX(30%);
    opacity: 0;
  }
  100% {
    transform: translateX(30%);
    opacity: 0;
  }
}
@keyframes valueSlideA {
  0%, 46% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translateX(-30%);
    opacity: 0;
  }
  49.01% {
    transform: translateX(30%);
    opacity: 0;
  }
  96% {
    transform: translateX(30%);
    opacity: 0;
  }
  99%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes valueSlideB {
  0%, 46% {
    transform: translateX(30%);
    opacity: 0;
  }
  49%, 96% {
    transform: translateX(0);
    opacity: 1;
  }
  99% {
    transform: translateX(-30%);
    opacity: 0;
  }
  99.01% {
    transform: translateX(30%);
    opacity: 0;
  }
  100% {
    transform: translateX(30%);
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes featuresScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
@keyframes sparkleRotate {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: rotate(180deg) scale(1.2);
    opacity: 1;
  }
}
@keyframes dustTwinkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.2);
  }
}
@keyframes spotlightPulse {
  0%, 100% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1.15);
  }
}
@keyframes textBreathe {
  0%, 100% {
    filter: drop-shadow(0 0 15px rgba(252, 76, 156, 0.3)) drop-shadow(0 0 30px rgba(143, 85, 255, 0.2));
  }
  50% {
    filter: drop-shadow(0 0 25px rgba(252, 76, 156, 0.6)) drop-shadow(0 0 50px rgba(143, 85, 255, 0.4));
  }
}
@keyframes baseTextBreathe {
  0%, 100% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  }
  50% {
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  }
}
@keyframes concernsFloatBalloon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes concernsFloatAvatar {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes swipeHint {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px);
  }
}
@keyframes mascotLookAround {
  0%, 20% {
    transform: translate(0, 0);
  }
  25%, 35% {
    transform: translate(3px, -1px);
  }
  40%, 50% {
    transform: translate(-3px, 0);
  }
  55%, 65% {
    transform: translate(2px, 1px);
  }
  70%, 80% {
    transform: translate(-1px, -1px);
  }
  85%, 100% {
    transform: translate(0, 0);
  }
}
@keyframes mascotBlink {
  0%, 37% {
    transform: scaleY(1);
  }
  38% {
    transform: scaleY(0.1);
  }
  42% {
    transform: scaleY(1);
  }
  43%, 100% {
    transform: scaleY(1);
  }
}
@keyframes chatTypingBounce {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);
  }
}
.l-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.l-bg__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.15;
}
.l-bg__orb--orange {
  top: -100px;
  right: -100px;
  width: 600px;
  height: 600px;
  background: #D75A11;
}
@media (max-width: 768px) {
  .l-bg__orb--orange {
    width: 400px;
    height: 400px;
  }
}
.l-bg__orb--purple {
  bottom: 20%;
  left: -80px;
  width: 500px;
  height: 500px;
  background: #EF54EB;
}
@media (max-width: 768px) {
  .l-bg__orb--purple {
    width: 300px;
    height: 300px;
  }
}
.l-bg__orb--blue {
  top: 40%;
  right: -120px;
  width: 550px;
  height: 550px;
  background: #2F62D7;
}
@media (max-width: 768px) {
  .l-bg__orb--blue {
    width: 350px;
    height: 350px;
  }
}

.l-bg-grid {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: linear-gradient(rgba(224, 224, 224, 0.3) 1px, transparent 1px), linear-gradient(90deg, rgba(224, 224, 224, 0.3) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}

.l-bg-brand-grid {
  position: relative;
  overflow: hidden;
  background-color: #140B17;
  color: #FFFFFF;
}
.l-bg-brand-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
.l-bg-brand-grid__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.3;
  pointer-events: none;
}
.l-bg-brand-grid__orb--pink {
  top: -20%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: #301A3B;
}
@media (max-width: 768px) {
  .l-bg-brand-grid__orb--pink {
    width: 300px;
    height: 300px;
  }
}
.l-bg-brand-grid__orb--purple {
  top: 30%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: #33232D;
}
@media (max-width: 768px) {
  .l-bg-brand-grid__orb--purple {
    width: 250px;
    height: 250px;
  }
}
.l-bg-brand-grid__orb--blue {
  bottom: -20%;
  left: 20%;
  width: 450px;
  height: 450px;
  background: #0F0F40;
}
@media (max-width: 768px) {
  .l-bg-brand-grid__orb--blue {
    width: 280px;
    height: 280px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}
.l-header {
  backdrop-filter: blur(0);
  transition: all 0.3s ease;
}
.l-header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(224, 224, 224, 0.6);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 1024px) {
  .l-header__inner {
    padding: 0 16px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.l-header__logo:hover {
  opacity: 0.7;
}
.l-header__logo-image {
  width: auto;
  height: 48px;
}
@media (max-width: 768px) {
  .l-header__logo-image {
    height: 40px;
  }
}
.l-header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-link {
  font-size: 0.8125rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.l-header__nav-link:hover {
  color: #666666;
}
.l-header__nav-link.is-active {
  color: #FC4C9C;
}
.l-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .l-header__actions {
    display: none;
  }
}
.l-header__login {
  font-size: 0.8125rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.l-header__login:hover {
  color: #666666;
}
.l-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
  color: #212121;
  background-color: #FFCC3B;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.l-header__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 204, 59, 0.35);
  opacity: 0.7;
}
.l-header__cta:active {
  transform: translateY(0) scale(0.98);
}
.l-header__hamburger {
  display: none;
}
@media (max-width: 1024px) {
  .l-header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 40px;
    height: 40px;
  }
}
.l-header__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #212121;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.l-header__hamburger.is-active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.l-header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.l-header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.l-mobile-menu {
  display: none;
}
@media (max-width: 1024px) {
  .l-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: calc(60px + 40px) 0 40px;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
  }
}
.l-mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.l-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 32px;
  margin-bottom: 32px;
}
.l-mobile-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #212121;
}
.l-mobile-menu__actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  width: 100%;
  padding: 0 24px;
}
.l-mobile-menu__login {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666666;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.l-mobile-menu__overlay {
  display: none;
}
@media (max-width: 1024px) {
  .l-mobile-menu__overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
}
.l-mobile-menu__overlay.is-open {
  visibility: visible;
  opacity: 1;
}

.l-inner {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 1280px) {
  .l-inner {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding: 0 16px;
  }
}

.l-section {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .l-section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .l-section {
    padding: 64px 0;
  }
}
@media (min-width: 769px) {
  .l-section.is-animate > * {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .l-section.is-visible > * {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-section--hero {
  padding-top: 144px;
}
@media (max-width: 768px) {
  .l-section--hero {
    padding-top: 92px;
  }
}
.l-section--hero {
  padding-bottom: 0;
}
.l-section--hero .l-inner {
  max-width: 1280px;
}
.l-section--concerns {
  background-color: #F3EEEA;
}
.l-section--transition {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 0 120px;
}
@media (max-width: 1024px) {
  .l-section--transition {
    padding: 64px 0 80px;
  }
}
@media (max-width: 768px) {
  .l-section--transition {
    padding: 48px 0 64px;
  }
}
.l-section--transition {
  overflow: hidden;
  background-color: #020617;
}
.l-section--transition > .l-inner {
  position: relative;
  z-index: 5;
}
.l-section--intro {
  padding: 96px 0 80px;
}
@media (max-width: 768px) {
  .l-section--intro {
    padding: 64px 0 56px;
  }
}
.l-section--intro {
  overflow: hidden;
}
.l-section--features-carousel {
  padding: 0;
  overflow: hidden;
}
.l-section--voice {
  overflow: hidden;
  background-color: #F3EEEA;
}
.l-section--price {
  background-color: #F3EEEA;
}
.l-section--price .l-inner {
  max-width: 1080px;
}
.l-section--trial {
  overflow: hidden;
  background-color: #FFFFFF;
  background-image: linear-gradient(135deg, rgba(143, 85, 255, 0.1) 0%, rgba(252, 76, 156, 0.1) 100%);
}
.l-section--trial::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
  pointer-events: none;
}
.l-section--trial .l-inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
}
.l-section--steps {
  background-color: #FFFFFF;
}
.l-section--cta-final {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .l-section--cta-final {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .l-section--cta-final {
    padding: 48px 0;
  }
}
.l-section--cta-final::after {
  content: "";
  position: absolute;
  right: 3%;
  bottom: -15%;
  z-index: 1;
  width: 80%;
  max-width: 800px;
  aspect-ratio: 80/38;
  background: url("../../images/cta/image-uptrend.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
  opacity: 0.05;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-section--cta-final::after {
    width: 100%;
    right: -10%;
    bottom: -10%;
  }
}
.l-section--faq {
  background-color: #FAFAFA;
}
.l-section--faq .l-inner {
  max-width: 1080px;
}
.l-section--cta-bottom {
  padding: 80px 0 40px;
}
@media (max-width: 1024px) {
  .l-section--cta-bottom {
    padding: 64px 0 40px;
  }
}
@media (max-width: 768px) {
  .l-section--cta-bottom {
    padding: 48px 0 24px;
  }
}

.l-footer {
  color: #212121;
  background-color: #FAFAFA;
  padding: 64px 0 32px;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 48px 0 80px;
  }
}
.l-footer__inner {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media (max-width: 1280px) {
  .l-footer__inner {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .l-footer__inner {
    padding: 0 16px;
  }
}
.l-footer__inner {
  text-align: center;
}
.l-footer__logo {
  display: inline-block;
  margin-bottom: 48px;
  transition: all 0.3s ease;
}
.l-footer__logo:hover {
  opacity: 0.7;
}
.l-footer__logo img {
  width: auto;
  height: 64px;
}
@media (max-width: 768px) {
  .l-footer__logo img {
    height: 48px;
  }
}
.l-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
}
.l-footer__link {
  font-size: 0.75rem;
  color: #666666;
  transition: color 0.3s ease;
}
.l-footer__link:hover {
  color: #212121;
}
.l-footer__divider {
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
}
.l-footer__copyright {
  font-size: 0.6875rem;
  color: #999999;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", "YakuHanJPs", "Noto Sans JP", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 9999px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.c-btn:hover {
  transform: translateY(-2px);
  opacity: 0.7;
}
.c-btn:active {
  transform: translateY(0) scale(0.98);
}
.c-btn--primary-lg {
  padding: 22px 64px;
  font-size: 1.125rem;
  color: #212121;
  background-color: #FFCC3B;
}
.c-btn--primary-lg:hover {
  box-shadow: 0 8px 24px rgba(255, 204, 59, 0.4);
}
@media (max-width: 768px) {
  .c-btn--primary-lg {
    padding: 18px 48px;
    font-size: 1rem;
  }
}
.c-btn--primary-xl {
  width: 100%;
  max-width: 560px;
  padding: 32px 72px;
  font-size: 1.375rem;
  color: #212121;
  background-color: #FFCC3B;
}
.c-btn--primary-xl:hover {
  box-shadow: 0 8px 24px rgba(255, 204, 59, 0.4);
}
@media (max-width: 768px) {
  .c-btn--primary-xl {
    padding: 24px 48px;
    font-size: 1.125rem;
  }
}

.c-section-heading {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .c-section-heading {
    margin-bottom: 48px;
  }
}
.c-section-heading__en {
  margin-bottom: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .c-section-heading__en {
    font-size: 3rem;
  }
}
.c-section-heading__en {
  font-weight: 700;
  line-height: 1.2;
}
.c-section-heading__label {
  font-family: "Manrope", "YakuHanJPs", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-section-heading--narrow {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .c-section-heading--narrow {
    margin-bottom: 20px;
  }
}

.l-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  padding: 0 40px 12px;
  text-align: left;
  pointer-events: none;
}
@media (max-width: 768px) {
  .l-fixed-cta {
    display: block;
  }
}
.l-fixed-cta__btn {
  display: block;
  pointer-events: auto;
  width: 100%;
  padding: 14px 42px;
  font-size: 0.875rem;
  text-align: center;
}
.l-fixed-cta__btn:hover {
  transform: none;
}

.p-hero {
  text-align: center;
}
.p-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-hero__catch {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-hero__catch {
    margin-bottom: 20px;
  }
}
.p-hero__catch-sub {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-hero__catch-sub {
    font-size: 1.125rem;
  }
}
.p-hero__catch-sub {
  font-weight: 600;
}
.p-hero__catch-main {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-hero__catch-main {
    font-size: 2rem;
  }
}
.p-hero__catch-main {
  font-weight: 800;
  line-height: 1.4;
}
.p-hero__ai {
  padding-left: 4px;
  font-size: 1.25em;
  font-weight: 800;
  letter-spacing: 0.1em;
  vertical-align: -0.05em;
  color: #FC4C9C;
}
.p-hero__ai-wrap {
  position: relative;
  display: inline-block;
}
.p-hero__ai-wrap::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -10px;
  width: 24px;
  height: 24px;
  background-color: #FC4C9C;
  mask-image: url("../images/common/icon-ai.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../images/common/icon-ai.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .p-hero__ai-wrap::after {
    top: -2px;
    right: -6px;
    width: 14px;
    height: 14px;
  }
}
.p-hero__devices {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 48px;
  margin-left: 64px;
}
@media (max-width: 768px) {
  .p-hero__devices {
    margin-left: 0;
  }
}
.p-hero__app {
  position: relative;
  width: 100%;
  max-width: 780px;
  padding: 5px;
  overflow: visible;
  text-align: left;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 30px 80px -20px rgba(143, 85, 255, 0.25), 0 10px 30px rgba(0, 0, 0, 0.08);
  animation: heroAppFadeIn 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s both !important;
}
@media (max-width: 1024px) {
  .p-hero__app {
    max-width: 620px;
  }
}
.p-hero__app--sp {
  flex-shrink: 0;
  width: 260px;
  max-width: none;
  margin-left: -40px;
  margin-bottom: -24px;
  padding: 5px;
  overflow: hidden;
  border-radius: 8px;
  animation-delay: 0.5s;
}
@media (max-width: 1024px) {
  .p-hero__app--sp {
    width: 190px;
  }
}
@media (max-width: 768px) {
  .p-hero__app--sp {
    width: 260px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.p-hero__mascot {
  position: absolute;
  left: -16px;
  bottom: -40px;
  z-index: 5;
  width: 80px;
  height: auto;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-hero__mascot {
    left: auto;
    right: calc(50% - 158px);
    bottom: -20px;
    width: 56px;
  }
}
.p-hero__slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.p-hero__slideshow--sp {
  aspect-ratio: 9/16;
}
.p-hero__slide {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  transform: translateX(100%);
}
.p-hero__slide--01 {
  transform: translateX(0);
  animation: heroSlideA 10s ease-in-out infinite !important;
}
.p-hero__slide--02 {
  animation: heroSlideB 10s ease-in-out infinite !important;
}
.p-hero__slide--03 {
  animation: heroSlideC 10s ease-in-out infinite !important;
}
.p-hero__cta-area {
  margin-bottom: 48px;
}
.p-hero__cta-area .c-btn--primary-lg {
  padding: 22px 96px;
}
@media (max-width: 768px) {
  .p-hero__cta-area .c-btn--primary-lg {
    padding: 18px 64px;
  }
}
.p-hero__cta-label {
  margin-bottom: 8px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-hero__cta-label {
    font-size: 0.9375rem;
  }
}
.p-hero__cta-label {
  font-weight: 600;
}
.p-hero__stats {
  display: flex;
  justify-content: center;
  gap: 64px;
}
@media (max-width: 768px) {
  .p-hero__stats {
    gap: 8px;
  }
}
.p-hero__stat {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .p-hero__stat {
    gap: 4px;
  }
}
.p-hero__stat-award {
  width: 36px;
}
@media (max-width: 768px) {
  .p-hero__stat-award {
    width: 28px;
  }
}
.p-hero__stat-award {
  height: auto;
  opacity: 0.6;
}
.p-hero__stat-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-hero__stat-label {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .p-hero__stat-label {
    font-size: 0.8125rem;
  }
}
.p-hero__stat-label {
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-hero__stat-label {
    letter-spacing: 0;
  }
}
.p-hero__stat-number {
  display: flex;
  align-items: baseline;
  font-family: "Manrope", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}
.p-hero__stat-number [data-count] {
  display: inline-block;
  min-width: 5ch;
}
@media (max-width: 768px) {
  .p-hero__stat-number [data-count] {
    min-width: 4.5ch;
  }
}
.p-hero__stat-number [data-count] {
  text-align: right;
}
@media (max-width: 768px) {
  .p-hero__stat-number {
    flex-direction: column;
    align-items: center;
    font-size: 1.75rem;
  }
}
.p-hero__stat-unit {
  margin-left: 2px;
  font-family: "Manrope", "YakuHanJPs", "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-hero__stat-unit {
    font-size: 0.875rem;
  }
}
.p-hero__stat-unit {
  font-weight: 700;
}
.p-hero__stat-star {
  width: 64px;
}
@media (max-width: 768px) {
  .p-hero__stat-star {
    width: 48px;
  }
}
.p-hero__stat-star {
  height: auto;
  margin-top: 4px;
}
.p-hero__icons {
  position: relative;
  width: 100%;
  max-width: 1280px;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .p-hero__icons {
    padding: 24px 0;
  }
}
.p-hero__icons {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.p-hero__icons-row {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-hero__icons-row {
    gap: 16px;
  }
}
.p-hero__icons-row {
  width: -moz-max-content;
  width: max-content;
  animation: marquee calc(2.85s * var(--items)) linear infinite !important;
}
.p-hero__icons-row:first-child {
  margin-bottom: 16px;
}
.p-hero__icons-row:nth-child(2) {
  animation-direction: reverse !important;
}
.p-hero__icon-item {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-hero__icon-item {
    width: 56px;
    height: 56px;
  }
}

.p-concerns__title {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p-concerns__title {
    margin-bottom: 32px;
  }
}
.p-concerns__title {
  text-align: center;
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .p-concerns__title {
    font-size: 1.5rem;
  }
}
.p-concerns__title {
  font-weight: 700;
  line-height: 1.4;
}
.p-concerns__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 800px;
  margin: 0 auto;
}
.p-concerns__item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-concerns__item {
    gap: 16px;
  }
}
@media (min-width: 769px) {
  .p-concerns__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .p-concerns__item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-concerns__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-concerns__item:nth-child(odd) .p-concerns__balloon::after {
  top: 50%;
  right: -8px;
  left: auto;
  border-top: 8px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #FFFFFF;
  transform: translateY(-50%);
}
.p-concerns__item:nth-child(even) .p-concerns__balloon::after {
  top: 50%;
  right: auto;
  left: -8px;
  border-top: 8px solid transparent;
  border-right: 8px solid #FFFFFF;
  border-bottom: 8px solid transparent;
  border-left: 0;
  transform: translateY(-50%);
}
.p-concerns__balloon {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
}
@media (max-width: 768px) {
  .p-concerns__balloon {
    padding: 20px;
  }
}
.p-concerns__balloon {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  animation: concernsFloatBalloon 10s ease-in-out infinite !important;
}
@media (max-width: 768px) {
  .p-concerns__balloon {
    animation: none !important;
  }
}
.p-concerns__balloon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.p-concerns__balloon-text {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .p-concerns__balloon-text {
    font-size: 0.9375rem;
  }
}
.p-concerns__balloon-text {
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
.p-concerns__avatar {
  flex-shrink: 0;
  width: 120px;
}
@media (max-width: 768px) {
  .p-concerns__avatar {
    width: 96px;
  }
}
.p-concerns__avatar {
  animation: concernsFloatAvatar 7s ease-in-out infinite !important;
}
@media (max-width: 768px) {
  .p-concerns__avatar {
    animation: none !important;
  }
}
.p-concerns__avatar img {
  width: 100%;
  height: auto;
}
.p-concerns__item:nth-child(2) .p-concerns__balloon {
  animation-delay: -1.4s;
}
.p-concerns__item:nth-child(2) .p-concerns__avatar {
  animation-delay: -1s;
}
.p-concerns__item:nth-child(3) .p-concerns__balloon {
  animation-delay: -2.8s;
}
.p-concerns__item:nth-child(3) .p-concerns__avatar {
  animation-delay: -2s;
}
.p-concerns__item:nth-child(4) .p-concerns__balloon {
  animation-delay: -4.2s;
}
.p-concerns__item:nth-child(4) .p-concerns__avatar {
  animation-delay: -3s;
}

.p-transition__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, #1E1B4B, #0F172A 60%, #020617);
  opacity: 0.8;
}
@media (max-width: 768px) {
  .p-transition__bg {
    background: #020617;
  }
}
.p-transition__vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: radial-gradient(circle at center, transparent 30%, rgba(2, 6, 23, 0.85) 80%, #020617 100%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-transition__vignette {
    display: none;
  }
}
.p-transition__spotlight {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle, rgba(143, 85, 255, 0.15) 0%, rgba(252, 76, 156, 0.05) 30%, transparent 70%);
  pointer-events: none;
  animation: spotlightPulse 8s infinite ease-in-out;
}
@media (max-width: 768px) {
  .p-transition__spotlight {
    display: none;
  }
}
.p-transition__dust-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-transition__dust-layer {
    display: none;
  }
}
.p-transition__dust {
  position: absolute;
  border-radius: 50%;
  background-color: #FFFFFF;
  animation: dustTwinkle 5s infinite ease-in-out;
}
@media (max-width: 768px) {
  .p-transition__dust {
    animation: none;
  }
}
.p-transition__dust--far {
  width: 1px;
  height: 1px;
  filter: blur(0.5px);
}
.p-transition__dust--mid {
  width: 2px;
  height: 2px;
  filter: blur(1px);
}
.p-transition__dust--near {
  width: 4px;
  height: 4px;
  filter: blur(2px);
}
.p-transition__dust--pink {
  background-color: #FC4C9C;
}
.p-transition__dust--purple {
  background-color: #8F55FF;
}
.p-transition__text {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-transition__text {
    gap: 16px;
  }
}
.p-transition__text {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-transition__text {
    font-size: 1.25rem;
  }
}
.p-transition__text {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #F8FAFC;
  text-align: center;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  animation: baseTextBreathe 5s infinite ease-in-out;
}
@media (max-width: 768px) {
  .p-transition__text {
    animation: none;
  }
}
.p-transition__text-highlight {
  display: block;
  font-size: 2.75rem;
}
@media (max-width: 768px) {
  .p-transition__text-highlight {
    font-size: 1.75rem;
  }
}
.p-transition__text-highlight {
  font-weight: 800;
  line-height: 1.4;
  background: linear-gradient(135deg, #FC4C9C, #EF54EB, #8F55FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textBreathe 5s infinite ease-in-out;
}
@media (max-width: 768px) {
  .p-transition__text-highlight {
    animation: none;
  }
}

.p-intro {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-intro__sparkle {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.p-intro__sparkle-line {
  display: block;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #FC4C9C, transparent);
}
.p-intro__sparkle-icon {
  width: 20px;
  height: 20px;
  color: #FC4C9C;
  animation: sparkleRotate 4s ease-in-out infinite !important;
}
.p-intro__subtitle {
  margin-bottom: 12px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-intro__subtitle {
    font-size: 1.25rem;
  }
}
.p-intro__subtitle {
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.08em;
}
.p-intro__title {
  position: relative;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-intro__title {
    font-size: 2rem;
  }
}
.p-intro__title {
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.p-intro__ai {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.1em;
  padding: 24px 12px;
  margin: 0 8px;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-intro__ai {
    font-size: 1.375rem;
  }
}
.p-intro__ai {
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  vertical-align: 0.2em;
  color: #FFFFFF;
  background: linear-gradient(135deg, #FC4C9C, #8F55FF);
  border-radius: 6px;
}
@media (max-width: 768px) {
  .p-intro__ai {
    margin: 0 0 0 6px;
    padding: 16px 10px;
  }
}
.p-intro__brand {
  background: linear-gradient(135deg, #FC4C9C 0%, #EF54EB 50%, #8F55FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-intro__mascot {
  width: 56px;
  height: auto;
}
.p-intro__mascot.u-pc-only {
  position: absolute;
  top: 8px;
  left: calc(50% + 260px);
}
.p-intro__mascot.u-sp-only {
  width: 40px;
  margin: 8px auto;
}

.p-features-carousel__track {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-features-carousel__track {
    gap: 16px;
  }
}
.p-features-carousel__track {
  animation: featuresScroll 40s linear infinite !important;
  width: -moz-max-content;
  width: max-content;
  padding: 16px 0;
}
@media (max-width: 768px) {
  .p-features-carousel__track {
    animation: none !important;
    touch-action: pan-y;
  }
}
.p-features-carousel__item {
  flex-shrink: 0;
  width: 240px;
}
@media (max-width: 768px) {
  .p-features-carousel__item {
    width: 220px;
  }
}
.p-features-carousel__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.p-features-carousel__label {
  display: flex;
  justify-content: center;
}
.p-features-carousel__label-badge {
  position: relative;
  display: inline-block;
  padding: 6px 24px;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .p-features-carousel__label-badge {
    font-size: 0.8125rem;
  }
}
.p-features-carousel__label-badge {
  font-weight: 700;
  color: #FFFFFF;
  background-color: #212121;
  border-radius: 9999px;
}
.p-features-carousel__label-badge::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 6px solid #212121;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transform: translateX(-50%);
}
.p-features-carousel__card {
  width: 100%;
  padding: 5px;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}
.p-features-carousel__card-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.p-value__main-title {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .p-value__main-title {
    margin-bottom: 48px;
  }
}
.p-value__main-title {
  text-align: center;
  font-size: 2.75rem;
}
@media (max-width: 768px) {
  .p-value__main-title {
    font-size: 2rem;
  }
}
.p-value__main-title {
  font-weight: 800;
  line-height: 1.4;
}
.p-value__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .p-value__items {
    gap: 40px;
  }
}
.p-value__item {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 480px;
}
@media (max-width: 1024px) {
  .p-value__item {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .p-value__item {
    min-height: auto;
  }
}
.p-value__item {
  overflow: clip;
  border: 1px solid #BDBDBD;
  border-radius: 8px;
}
@media (min-width: 769px) {
  .p-value__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .p-value__item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-value__item:nth-child(even) {
  flex-direction: row-reverse;
}
.p-value__item:nth-child(even) .p-value__item-image {
  margin: 64px 0 -12px -12px;
}
@media (max-width: 768px) {
  .p-value__item:nth-child(even) .p-value__item-image {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .p-value__item:nth-child(even) {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .p-value__item {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 32px 24px;
  }
}
.p-value__item-content {
  flex: 1;
  width: auto;
}
@media (max-width: 768px) {
  .p-value__item-content {
    width: 100%;
  }
}
.p-value__item-content {
  padding: 64px 56px 112px;
}
@media (max-width: 1024px) {
  .p-value__item-content {
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .p-value__item-content {
    padding: 0;
  }
}
.p-value__item-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 24px;
}
@media (max-width: 768px) {
  .p-value__item-tag {
    padding: 4px 16px;
  }
}
.p-value__item-tag {
  margin-bottom: 20px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .p-value__item-tag {
    font-size: 0.875rem;
  }
}
.p-value__item-tag {
  font-weight: 700;
  color: #FFFFFF;
  background-color: #212121;
  border-radius: 9999px;
}
.p-value__item-title {
  margin-bottom: 32px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-value__item-title {
    font-size: 1.625rem;
  }
}
.p-value__item-title {
  font-weight: 700;
  line-height: 1.4;
}
.p-value__item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.p-value__item-image {
  position: relative;
  flex: 0 0 57%;
  align-self: stretch;
  margin: 64px -12px -12px 0;
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .p-value__item-image {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.p-value__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  border-radius: calc(8px - 4px);
}
.p-value__item:nth-child(even) .p-value__item-image img {
  -o-object-position: right top;
     object-position: right top;
}

.p-voice {
  position: relative;
}
.p-voice__carousel {
  position: relative;
  max-width: 100%;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .p-voice__carousel {
    padding: 0 16px;
  }
}
.p-voice__viewport {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  cursor: grab;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-voice__viewport {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .p-voice__viewport {
    transition: height 0.4s ease;
  }
}
.p-voice__card {
  position: absolute;
  width: 720px;
}
@media (max-width: 768px) {
  .p-voice__card {
    width: 480px;
  }
}
@media (max-width: 576px) {
  .p-voice__card {
    width: 94%;
  }
}
.p-voice__card {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  padding: 36px;
}
@media (max-width: 768px) {
  .p-voice__card {
    padding: 24px;
  }
}
.p-voice__card {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.p-voice__card.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  z-index: 3;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
  padding: 56px;
}
@media (max-width: 768px) {
  .p-voice__card.is-active {
    padding: 24px;
  }
}
.p-voice__card.is-prev {
  opacity: 0.5;
  transform: translateX(-100%) scale(0.8);
}
@media (max-width: 768px) {
  .p-voice__card.is-prev {
    transform: translateX(-92%) scale(0.85);
  }
}
.p-voice__card.is-prev {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}
.p-voice__card.is-next {
  opacity: 0.5;
  transform: translateX(100%) scale(0.8);
}
@media (max-width: 768px) {
  .p-voice__card.is-next {
    transform: translateX(92%) scale(0.85);
  }
}
.p-voice__card.is-next {
  z-index: 2;
  pointer-events: auto;
  cursor: pointer;
}
.p-voice__card.is-prev-hidden {
  opacity: 0;
  transform: translateX(-160%) scale(0.8);
  z-index: 1;
}
.p-voice__card.is-next-hidden {
  opacity: 0;
  transform: translateX(160%) scale(0.8);
  z-index: 1;
}
.p-voice__card-catchcopy {
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .p-voice__card-catchcopy {
    font-size: 1.25rem;
  }
}
.p-voice__card-catchcopy {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-voice__card-catchcopy {
    margin-bottom: 16px;
  }
}
.p-voice__card-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.p-voice__card-avatar-wrap {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
.p-voice__card-avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-voice__card-profile-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.p-voice__card-name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-voice__card-handle {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #666666;
}
.p-voice__card-followers {
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-family: "Manrope", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #666666;
  border-bottom: 1px solid #EEEEEE;
}
.p-voice__card-followers span {
  font-size: 1.25rem;
  font-weight: 800;
  color: #212121;
}
.p-voice__card-achievement {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 10px 16px 12px;
  margin-bottom: 16px;
  text-align: center;
  background: linear-gradient(135deg, #8F55FF, #EF54EB, #FC4C9C);
  border-radius: 8px;
}
.p-voice__card-achievement::before {
  content: "Before → After";
  display: block;
  width: 100%;
  margin-bottom: 2px;
  font-family: "Manrope", sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}
@media (max-width: 768px) {
  .p-voice__card-achievement::before {
    text-align: center;
  }
}
.p-voice__card-achievement-sub {
  font-size: 0.875rem;
}
.p-voice__card-achievement-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #FFFFFF;
}
.p-voice__card-achievement-label svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  opacity: 0.8;
}
.p-voice__card-achievement-number {
  font-family: "Manrope", sans-serif;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .p-voice__card-achievement-number {
    font-size: 1.5rem;
  }
}
.p-voice__card-achievement-number {
  font-weight: 800;
  line-height: 1;
  color: #FFFFFF;
}
.p-voice__card-achievement-unit {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FFFFFF;
}
.p-voice__card-text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0;
  color: #666666;
}
.p-voice__card-text p:not(:last-child) {
  margin-bottom: 8px;
}
.p-voice__nav-btn {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1rem;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translateY(-50%);
  cursor: pointer;
}
.p-voice__nav-btn:hover {
  transform: translateY(-50%) scale(1.08);
}
.p-voice__nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}
.p-voice__nav-btn--prev {
  left: calc(50% - 390px);
}
@media (max-width: 768px) {
  .p-voice__nav-btn--prev {
    left: 4px;
  }
}
.p-voice__nav-btn--next {
  right: calc(50% - 390px);
}
@media (max-width: 768px) {
  .p-voice__nav-btn--next {
    right: 4px;
  }
}
@media (max-width: 768px) {
  .p-voice__nav-btn {
    width: 36px;
    height: 36px;
    font-size: 0.875rem;
  }
}
.p-voice__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.p-voice__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 9999px;
  background-color: rgba(189, 189, 189, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
}
.p-voice__dot:hover {
  background-color: rgba(189, 189, 189, 0.5);
}
.p-voice__dot.is-active {
  width: 28px;
  background-color: #212121;
}

.p-feature-detail__sub-text {
  margin-bottom: 48px;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-feature-detail__sub-text {
    font-size: 1.25rem;
  }
}
.p-feature-detail__sub-text {
  font-weight: 700;
}
.p-feature-detail__items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .p-feature-detail__items {
    gap: 72px;
  }
}
.p-feature-detail__item {
  position: relative;
}
@media (min-width: 769px) {
  .p-feature-detail__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .p-feature-detail__item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-feature-detail__item-number {
  display: block;
  margin-bottom: 16px;
  font-family: "Manrope", sans-serif;
  font-size: 6rem;
}
@media (max-width: 768px) {
  .p-feature-detail__item-number {
    font-size: 5rem;
  }
}
.p-feature-detail__item-number {
  font-weight: 800;
  line-height: 1;
  color: rgba(252, 76, 156, 0.15);
}
@media (max-width: 768px) {
  .p-feature-detail__item-number {
    position: absolute;
    top: -40px;
    right: 4px;
    margin-bottom: 0;
    font-size: 6rem;
    color: rgba(252, 76, 156, 0.08);
    pointer-events: none;
  }
}
.p-feature-detail__item-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 1024px) {
  .p-feature-detail__item-inner {
    flex-direction: column;
    gap: 32px;
  }
}
.p-feature-detail__item-content {
  flex: 0 0 36%;
}
@media (max-width: 1024px) {
  .p-feature-detail__item-content {
    flex: 1;
  }
}
.p-feature-detail__item-content {
  margin-top: 8px;
}
.p-feature-detail__item-header {
  margin-bottom: 16px;
}
.p-feature-detail__item-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 18px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #212121;
  border-radius: 9999px;
}
.p-feature-detail__item-badge img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
.p-feature-detail__item-title {
  margin-bottom: 24px;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .p-feature-detail__item-title {
    font-size: 1.625rem;
  }
}
.p-feature-detail__item-title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.p-feature-detail__item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .p-feature-detail__item-text {
    font-size: 0.875rem;
  }
}
.p-feature-detail__item-text {
  line-height: 1.7;
}
.p-feature-detail__item-text strong {
  font-weight: 700;
  color: #FC4C9C;
}
.p-feature-detail__item-image {
  flex: 1;
  width: 100%;
}
.p-feature-detail__slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
  .p-feature-detail__slideshow {
    max-width: 640px;
  }
}
.p-feature-detail__slide {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
  border-radius: calc(8px - 2px);
  transform: translateX(100%);
}
.p-feature-detail__slide--01 {
  transform: translateX(0);
  animation: valueSlideA 6s ease-in-out infinite !important;
}
.p-feature-detail__slide--02 {
  animation: valueSlideB 6s ease-in-out infinite !important;
}

.p-price__subtitle {
  margin-bottom: 8px;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-price__subtitle {
    font-size: 1.625rem;
  }
}
.p-price__subtitle {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-price__subtitle-highlight {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-price__subtitle-highlight {
    font-size: 2.25rem;
  }
}
.p-price__subtitle-highlight {
  font-weight: 800;
  color: #FC4C9C;
}
.p-price__desc {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p-price__desc {
    margin-bottom: 32px;
  }
}
.p-price__desc {
  text-align: center;
  font-size: 0.9375rem;
}
.p-price__tabs {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 400px;
  padding: 4px;
  margin: 0 auto 48px;
}
@media (max-width: 768px) {
  .p-price__tabs {
    margin: 0 auto 32px;
  }
}
.p-price__tabs {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 9999px;
}
.p-price__tabs-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  background-color: #212121;
  border-radius: 9999px;
  transition: transform 0.3s ease;
}
.p-price__tabs.is-right .p-price__tabs-slider {
  transform: translateX(100%);
}
.p-price__tab {
  position: relative;
  z-index: 1;
  flex: 1;
  padding: 10px 16px;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  color: inherit;
  background: none;
  border: none;
  transition: color 0.3s ease;
  cursor: pointer;
}
.p-price__tab.is-active {
  color: #FFFFFF;
}
.p-price__panels {
  position: relative;
}
.p-price__panel {
  position: absolute;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
}
.p-price__panel.is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.p-price__plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .p-price__plans {
    display: flex;
    gap: 16px;
    margin-right: -16px;
    padding-right: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
}
.p-price__plans::-webkit-scrollbar {
  display: none;
}
.p-price__plans-hint {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  font-size: 0.8125rem;
  animation: swipeHint 1.5s ease-in-out infinite !important;
}
@media (max-width: 768px) {
  .p-price__plans-hint {
    display: flex;
  }
}
.p-price__plan {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 48px;
}
@media (max-width: 768px) {
  .p-price__plan {
    padding: 24px;
  }
}
.p-price__plan {
  border: 1px solid #E0E0E0;
  transition: box-shadow 0.3s ease;
}
.p-price__plan:hover {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .p-price__plan {
    flex: 0 0 85%;
    scroll-snap-align: center;
  }
}
.p-price__plan-name {
  margin-bottom: 16px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .p-price__plan-name {
    font-size: 1.125rem;
  }
}
.p-price__plan-name {
  font-weight: 700;
}
.p-price__plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 8px;
}
.p-price__plan-amount {
  font-family: "Manrope", sans-serif;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-price__plan-amount {
    font-size: 2.5rem;
  }
}
.p-price__plan-amount {
  font-weight: 800;
  line-height: 1;
}
.p-price__plan-unit {
  font-size: 0.8125rem;
}
.p-price__plan-annual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 0.875rem;
  border-bottom: 1px solid #E0E0E0;
}
.p-price__plan-annual-label {
  display: inline-block;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FC4C9C;
  border-radius: 8px;
}
.p-price__plan-annual-price {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
}
.p-price__plan-annual-unit {
  font-size: 0.875rem;
}
.p-price__plan-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-price__plan-category {
  padding-top: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
}
.p-price__plan-category:first-child {
  padding-top: 0;
}
.p-price__plan-feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.p-price__plan-feature strong {
  margin: 0 2px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .p-price__plan-feature strong {
    font-size: 1.125rem;
  }
}
.p-price__plan-feature strong {
  color: #FC4C9C;
}
.p-price__plan-feature-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  color: #FC4C9C;
}
.p-price__notes {
  margin-bottom: 32px;
  font-size: 0.875rem;
  line-height: 1.7;
  list-style: none;
  color: #666666;
}
.p-price__notes li {
  display: flex;
}
.p-price__notes li span {
  flex-shrink: 0;
  width: 2em;
}
.p-price__notes li:not(:last-child) {
  margin-bottom: 4px;
}
.p-price__recommend {
  margin-bottom: 128px;
}
@media (max-width: 768px) {
  .p-price__recommend {
    margin-bottom: 80px;
  }
}
.p-price__recommend {
  padding: 24px 8px;
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-price__recommend {
    font-size: 1.125rem;
  }
}
.p-price__recommend {
  font-weight: 700;
  line-height: 1.4;
  color: #FFFFFF;
  background-color: #424242;
  border-radius: 8px;
}
.p-price__comparison {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-price__comparison {
    gap: 24px;
  }
}
.p-price__comparison-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}
.p-price__comparison-title-text {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .p-price__comparison-title-text {
    font-size: 1.5rem;
  }
}
.p-price__comparison-title-text {
  font-weight: 700;
  line-height: 1.4;
}
.p-price__comparison-num {
  font-family: "Manrope", sans-serif;
  font-size: 3.25rem;
}
@media (max-width: 768px) {
  .p-price__comparison-num {
    font-size: 2.5rem;
  }
}
.p-price__comparison-num {
  font-weight: 700;
  line-height: 1.4;
}
.p-price__comparison-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .p-price__comparison-options {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-price__comparison-option {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 240px;
}
@media (max-width: 768px) {
  .p-price__comparison-option {
    min-height: 180px;
  }
}
.p-price__comparison-option {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #BDBDBD;
}
.p-price__comparison-option-body {
  position: relative;
  z-index: 1;
  padding: 40px;
}
@media (max-width: 768px) {
  .p-price__comparison-option-body {
    padding: 28px;
  }
}
.p-price__comparison-option-label {
  margin-bottom: 12px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-price__comparison-option-label {
    font-size: 0.9375rem;
  }
}
.p-price__comparison-option-label {
  font-weight: 500;
  color: #424242;
}
.p-price__comparison-option-price {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .p-price__comparison-option-price {
    font-size: 1.375rem;
  }
}
.p-price__comparison-option-price {
  font-weight: 700;
}
.p-price__comparison-option-num {
  padding: 0 2px;
  font-family: "Manrope", sans-serif;
}
.p-price__comparison-option-img {
  position: absolute;
  top: 40%;
  right: -5%;
  width: 55%;
}
@media (max-width: 768px) {
  .p-price__comparison-option-img {
    width: 50%;
  }
}
.p-price__comparison-option-img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #FFFFFF;
  border: 1px solid #BDBDBD;
  border-radius: 24px;
  opacity: 0.8;
  transform: translateY(-50%) rotate(6deg);
  pointer-events: none;
}
.p-price__comparison-result {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding: 48px 56px;
  border-radius: 24px;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .p-price__comparison-result {
    flex-direction: column;
    gap: 24px;
    padding: 32px 24px;
    text-align: center;
  }
}
.p-price__comparison-result-icon img {
  width: 56px;
}
@media (max-width: 768px) {
  .p-price__comparison-result-icon img {
    width: 48px;
  }
}
.p-price__comparison-result-icon img {
  height: auto;
}
.p-price__comparison-result-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-price__comparison-result-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .p-price__comparison-result-price {
    justify-content: center;
  }
}
.p-price__comparison-result-price {
  align-items: baseline;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-price__comparison-result-price {
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .p-price__comparison-result-price {
    flex-direction: column;
    align-items: center;
  }
}
.p-price__comparison-result-lead {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .p-price__comparison-result-lead {
    font-size: 1rem;
  }
}
.p-price__comparison-result-lead {
  font-weight: 700;
}
.p-price__comparison-result-amount {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
@media (max-width: 768px) {
  .p-price__comparison-result-amount {
    gap: 4px;
  }
}
.p-price__comparison-result-amount {
  color: #FC4C9C;
}
.p-price__comparison-result-num {
  font-family: "Manrope", sans-serif;
  font-size: 2.75rem;
}
@media (max-width: 768px) {
  .p-price__comparison-result-num {
    font-size: 2.25rem;
  }
}
.p-price__comparison-result-num {
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}
.p-price__comparison-result-unit {
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .p-price__comparison-result-unit {
    font-size: 1.25rem;
  }
}
.p-price__comparison-result-unit {
  font-weight: 700;
}
.p-price__comparison-result-note {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-price__comparison-result-note {
    font-size: 1.25rem;
  }
}
.p-price__comparison-result-note {
  font-weight: 700;
}

.p-trial {
  position: relative;
  text-align: center;
}
.p-trial__glow {
  position: absolute;
  z-index: 0;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  filter: blur(180px);
  opacity: 0.05;
  pointer-events: none;
}
.p-trial__glow--a {
  top: -280px;
  left: -280px;
  background: rgba(143, 85, 255, 0.9);
}
.p-trial__glow--b {
  right: -280px;
  bottom: -280px;
  background: rgba(252, 76, 156, 0.9);
}
@media (max-width: 768px) {
  .p-trial__glow {
    width: 520px;
    height: 520px;
    filter: blur(120px);
  }
}
.p-trial__card {
  position: relative;
  z-index: 1;
  padding: 72px 64px;
}
@media (max-width: 768px) {
  .p-trial__card {
    padding: 56px 24px 40px;
  }
}
.p-trial__card {
  background-color: #FFFFFF;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.p-trial__label {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 24px;
  font-size: 1rem;
  font-weight: 700;
  color: #FC4C9C;
  border: 1px solid #FC4C9C;
  border-radius: 9999px;
}
.p-trial__title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-trial__title {
    margin-bottom: 16px;
  }
}
.p-trial__title {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .p-trial__title {
    font-size: 1.625rem;
  }
}
.p-trial__title {
  font-weight: 700;
  line-height: 1.4;
}
.p-trial__title strong {
  font-family: "Manrope", sans-serif;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-trial__title strong {
    font-size: 2rem;
  }
}
.p-trial__title strong {
  font-weight: 700;
}
.p-trial__subtitle {
  margin-bottom: 40px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .p-trial__subtitle {
    font-size: 0.9375rem;
  }
}
.p-trial__subtitle {
  font-weight: 500;
}
.p-trial__highlight {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .p-trial__highlight {
    font-size: 1.25rem;
  }
}
.p-trial__highlight {
  font-weight: 700;
  color: #DD3333;
  background: linear-gradient(transparent 60%, rgba(255, 204, 59, 0.4) 60%);
}
.p-trial__action {
  margin-bottom: 24px;
}
.p-trial__notes {
  display: inline-block;
  margin-bottom: 48px;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: left;
  list-style: none;
}
.p-trial__notes li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
@media (max-width: 768px) {
  .p-trial__notes {
    margin-bottom: 32px;
    font-size: 0.6875rem;
  }
}
.p-trial__faq {
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}
.p-trial__faq-item {
  padding: 24px 0;
  border-bottom: 1px solid #E0E0E0;
}
.p-trial__faq-q, .p-trial__faq-a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.p-trial__faq-q {
  margin-bottom: 12px;
  font-weight: 700;
}
.p-trial__faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  font-family: "Manrope", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FC4C9C;
  border-radius: 50%;
}
.p-trial__faq-icon--a {
  color: #999999;
  background-color: #EEEEEE;
}

.p-steps__title {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p-steps__title {
    margin-bottom: 32px;
  }
}
.p-steps__title {
  text-align: center;
  font-size: 2.75rem;
}
@media (max-width: 768px) {
  .p-steps__title {
    font-size: 2rem;
  }
}
.p-steps__title {
  font-weight: 700;
}
.p-steps__list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .p-steps__list {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .p-steps__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
}
.p-steps__item {
  flex: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .p-steps__item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .p-steps__item.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-steps__item-badge {
  display: inline-block;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-steps__item-badge {
    margin-bottom: 24px;
  }
}
.p-steps__item-badge {
  padding: 4px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 0.9375rem;
  font-weight: 800;
  color: #FFFFFF;
  background: linear-gradient(135deg, #8F55FF, #EF54EB, #FC4C9C);
  border-radius: 9999px;
}
.p-steps__item-image {
  margin-bottom: 16px;
}
.p-steps__item-image img {
  width: 180px;
}
@media (max-width: 768px) {
  .p-steps__item-image img {
    width: 140px;
  }
}
.p-steps__item-image img {
  height: auto;
}
.p-steps__item-title {
  margin-bottom: 8px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .p-steps__item-title {
    font-size: 1rem;
  }
}
.p-steps__item-title {
  font-weight: 700;
}
.p-steps__item-text {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #666666;
  text-align: left;
}
.p-steps__separator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 0 32px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .p-steps__separator {
    flex-direction: row;
    padding: 24px 0;
    align-self: auto;
    width: 60%;
  }
}
.p-steps__separator-line {
  flex: 1;
  border-left: 1px dashed rgb(205, 110, 154);
}
@media (max-width: 768px) {
  .p-steps__separator-line {
    border-left: none;
    border-top: 1px dashed rgb(205, 110, 154);
  }
}
.p-steps__separator-arrow {
  display: flex;
  flex-shrink: 0;
  color: rgb(205, 110, 154);
  transform: none;
}
@media (max-width: 768px) {
  .p-steps__separator-arrow {
    transform: rotate(90deg);
  }
}

.p-cta-final {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-cta-final__title {
  margin-bottom: 48px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .p-cta-final__title {
    font-size: 1.75rem;
  }
}
.p-cta-final__title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.p-cta-final .c-btn {
  margin-bottom: 32px;
}
.p-cta-final__notes {
  max-width: 560px;
  font-size: 0.875rem;
  text-align: left;
}
.p-cta-final__notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-cta-final__notes li::before {
  content: "・";
}
.p-cta-final__notes li:not(:last-child) {
  margin-bottom: 4px;
}

.p-faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-faq__item {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
}
.p-faq__question {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 32px;
}
@media (max-width: 768px) {
  .p-faq__question {
    padding: 24px;
  }
}
.p-faq__question {
  font: inherit;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
}
.p-faq__question:hover .p-faq__q-text {
  color: #FC4C9C;
}
.p-faq__question[aria-expanded=true] + .p-faq__answer {
  grid-template-rows: 1fr;
  padding: 0 32px 32px 80px;
}
@media (max-width: 768px) {
  .p-faq__question[aria-expanded=true] + .p-faq__answer {
    padding: 0 24px 24px 72px;
  }
}
.p-faq__question[aria-expanded=true] .p-faq__toggle::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.p-faq__toggle {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.p-faq__toggle::before, .p-faq__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #999999;
  border-radius: 1px;
}
.p-faq__toggle::before {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.15s ease;
}
.p-faq__toggle::after {
  transform: translate(-50%, -50%);
}
.p-faq__q-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-family: "Manrope", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FC4C9C;
  border-radius: 50%;
}
.p-faq__q-text {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .p-faq__q-text {
    font-size: 1rem;
  }
}
.p-faq__q-text {
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.15s ease;
}
.p-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 32px 0 80px;
}
@media (max-width: 768px) {
  .p-faq__answer {
    padding: 0 24px 0 72px;
  }
}
.p-faq__answer {
  overflow: hidden;
  will-change: grid-template-rows;
  transition: grid-template-rows 0.15s ease-out, padding 0.15s ease-out;
}
.p-faq__answer > * {
  min-height: 0;
  overflow: hidden;
}
.p-faq__a-text {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .p-faq__a-text {
    font-size: 0.9375rem;
  }
}
.p-faq__a-text {
  line-height: 1.7;
  color: #666666;
}

.p-cta-bottom__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-cta-bottom__content {
    margin-bottom: 48px;
  }
}
.p-cta-bottom__content {
  text-align: center;
}
.p-cta-bottom__title {
  margin-bottom: 48px;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .p-cta-bottom__title {
    font-size: 1.75rem;
  }
}
.p-cta-bottom__title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.p-cta-bottom__slide {
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 15%, #000000 85%, transparent 100%);
}
.p-cta-bottom__slide-track {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .p-cta-bottom__slide-track {
    gap: 12px;
  }
}
.p-cta-bottom__slide-track {
  width: -moz-max-content;
  width: max-content;
  animation: marquee 47s linear infinite !important;
}
.p-cta-bottom__slide-item {
  width: 280px;
  height: 200px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  opacity: 0.8;
  filter: brightness(0.95);
}
@media (max-width: 768px) {
  .p-cta-bottom__slide-item {
    width: 200px;
    height: 140px;
  }
}

.u-hidden {
  display: none;
}

.u-pc-only {
  display: block;
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.u-sp-only {
  display: none;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */