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

a[href^=tel] {
  text-decoration: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  /* 強調をなくす */
}

a:hover {
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

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

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:focus:not(:focus-visible) {
  outline: none;
}

input[type=text] {
  font-size: 1rem;
  /* = 16px */
}

textarea {
  field-sizing: content;
}

body {
  font-family: var(--base-font-family);
  font-weight: var(--fw-semi-bold);
  color: var(--color-text);
  background: var(--color-white);
  opacity: 0;
}

html {
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  tab-size: 4;
  text-size-adjust: 100%;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  border-color: inherit;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  appearance: textfield;
  appearance: none;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
input,
select,
textarea {
  appearance: none;
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  font: inherit;
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  appearance: button;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
  list-style: "";
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
:root {
  /* inner */
  --inner: min(1200px, 100%);
  --inner-sp: min(500px, 100%);
  --padding-inner: 40px;
  --inner-narrow: min(1100px, 100%);
  /* z-index */
  --z-index-header: 900;
  /* color */
  --color-white: #fff;
  --color-black: #000;
  --color-text: #434343;
  --color-text-purple: #57398f;
  --color-border-gray: #aaaaaf;
  --color-red: #e85d6f;
  --color-blue: #307dcf;
  --color-green: #3ca595;
  /* font-weight */
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi-bold: 600;
  --fw-bold: 700;
  /* font-family */
  --base-font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  --en-font-family: "futura-pt", sans-serif;
  --en-font-family-bold: "futura-pt-bold", sans-serif;
  --mochiy-pop-one: "Mochiy Pop One", sans-serif;
  --bg-cover: center center / cover no-repeat;
  --bg-cover-top: top center / cover no-repeat;
  --bg-contain: center center / contain no-repeat;
  /* transition duration */
  --duration: 0.3s;
  /* header height */
  --header-height: 80px;
}
@media screen and (width >= 768px) {
  :root {
    --header-height: 130px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index-header);
  width: 100%;
}

.l-inner {
  max-width: calc(var(--inner) + var(--padding-inner) * 2);
  padding-inline: var(--padding-inner);
  margin-inline: auto;
}
.l-inner.--narrow {
  max-width: calc(var(--inner-narrow) + var(--padding-inner) * 2);
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px;
    padding-inline: 20px;
  }
  .l-inner.--narrow {
    max-width: 600px;
    padding-inline: 20px;
  }
}

.l-section {
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 60px;
  }
}

.c-accordion {
  --_text-color: var(--color-text);
  --_background-default: var(--color-white);
  --_background-interactive: var(--color-gray);
  --_background-opened: var(--color-accent);
  --_text-color-opened: var(--color-white);
  --_duration: 0.2s;
}
.c-accordion::details-content {
  content-visibility: unset;
  display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
  .c-accordion::details-content {
    transition-duration: 300ms;
    transition-property: grid-template-rows;
  }
}
.c-accordion:not([open])::details-content {
  grid-template-rows: 0fr;
}
.c-accordion[open]::details-content {
  grid-template-rows: 1fr;
}

.c-accordion__summary {
  display: block grid;
  grid-template: ". icon"/1fr max-content;
  gap: 1rem;
  align-items: center;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  color: var(--_text-color);
  background-color: var(--_background-default);
  transition: background-color var(--_duration) ease, color var(--_duration) ease;
}
.c-accordion__summary::before {
  display: inline-block;
  grid-area: icon;
  width: 1.125rem;
  height: 0.125rem;
  content: "";
  background-color: currentcolor;
}
.c-accordion__summary::after {
  display: inline-block;
  grid-area: icon;
  width: 1.125rem;
  height: 0.125rem;
  content: "";
  background-color: currentcolor;
  transition: rotate var(--_duration) ease;
  rotate: 90deg;
}
.c-accordion__summary:focus-visible {
  background-color: var(--_background-interactive);
  outline: 2px solid currentcolor;
  outline-offset: -2px;
}
@media (any-hover: hover) {
  .c-accordion__summary:hover {
    background-color: var(--_background-interactive);
  }
}

.c-accordion[open] .c-accordion__summary {
  color: var(--_text-color-opened);
  background-color: var(--_background-opened);
}
.c-accordion[open] .c-accordion__summary::after {
  rotate: 0deg;
}

.c-accordion__contents {
  padding-block: 1rem;
  padding-inline: 1.5rem;
}

.c-button {
  position: relative;
  display: inline-grid;
  grid-template-columns: max-content 1fr max-content;
  column-gap: 50px;
  align-items: center;
  padding-block: 22px;
  padding-inline: 30px;
  font-size: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
  font-weight: var(--fw-semi-bold);
  line-height: 1;
  color: #fff;
  background: linear-gradient(97deg, var(--color-white) 0%, var(--color-white) 49%, #ef9cd7 49%, #d0aff2 76.29%, #6a74ce 100%);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 210% auto;
  border-radius: 10px;
  box-shadow: 11px 11px 7.9px 0 rgba(146, 121, 135, 0.06);
  transition: background-position var(--duration) ease, color var(--duration) ease, scale var(--duration) ease;
}
.c-button::before {
  display: block;
  width: 10px;
  aspect-ratio: 1;
  content: "";
}
.c-button::after {
  display: block;
  width: 10px;
  aspect-ratio: 1;
  content: "";
  border-block-end: 2px solid var(--color-white);
  border-inline-end: 2px solid var(--color-white);
  transition: border-color var(--duration) ease;
  rotate: -45deg;
}
@media (any-hover: hover) {
  .c-button:hover {
    color: var(--color-text-purple);
    background-position: 0% 0;
    scale: 0.95;
  }
  .c-button:hover::after {
    border-color: var(--color-text-purple);
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    column-gap: 30px;
    padding-inline: 25px;
  }
}

.c-card {
  overflow: hidden;
  background-color: var(--color-white);
  border-radius: 12px;
  transition: scale 0.3s ease;
  container-type: inline-size;
  container-name: card;
}

.c-card__body {
  display: grid;
  grid-template-columns: minmax(min(400 * var(--to-rem), 100%), 1fr) auto;
}
@container card (inline-size <= 700px) {
  .c-card__body {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (any-hover: hover) {
  .c-card:has(.c-button:hover) .c-card__image img {
    scale: 1.1;
  }
}
.c-card__image {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.c-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s ease;
}

.c-card__content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: calc(16 * var(--to-rem));
  padding: calc(24 * var(--to-rem));
}

.c-card__title {
  margin: 0;
  font-size: calc(20 * var(--to-rem));
  font-weight: var(--fw-bold);
  line-height: 1.4;
  color: var(--color-text);
}

@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: calc(24 * var(--to-rem));
  }
}
.c-card__text {
  margin: 0;
  font-size: calc(14 * var(--to-rem));
  line-height: 1.8;
  color: var(--color-text-secondary);
}

@media screen and (max-width: 767px) {
  .c-card__text {
    font-size: calc(16 * var(--to-rem));
  }
}
.c-card__button {
  align-self: end;
}

.c-image-text {
  display: grid;
  grid-template: "image" auto "text" auto/1fr;
  row-gap: calc(24 * var(--to-rem));
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-image-text {
    grid-template: "image gutter text margin" auto/41.6666666667% calc(16 * var(--to-rem)) 1fr max((100% - var(--inner)) / 2, 32 * var(--to-rem));
  }
}

@media screen and (max-width: 767px) {
  .c-image-text.c-image-text--reverse {
    grid-template: "margin text gutter image" auto/max((100% - var(--inner)) / 2, 32 * var(--to-rem)) 1fr calc(16 * var(--to-rem)) 41.6666666667%;
  }
}

@media screen and (max-width: 767px) {
  .c-image-text.c-image-text--overlap {
    grid-template: "image text margin" auto/41.6666666667% 1fr max((100% - var(--inner)) / 2, 32 * var(--to-rem));
  }
}

@media screen and (max-width: 767px) {
  .c-image-text.c-image-text--overlap.c-image-text--reverse {
    grid-template: "margin text image" auto/max((100% - var(--inner)) / 2, 32 * var(--to-rem)) 1fr 41.6666666667%;
  }
}

.c-image-text__image {
  grid-area: image;
}

.c-image-text__image img {
  width: 100%;
  height: calc(300 * var(--to-rem));
  object-fit: cover;
}

.c-image-text__text {
  grid-area: text;
  max-width: var(--inner-sp);
  padding: var(--padding-inner);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-image-text__text {
    max-width: none;
    padding-inline: revert;
    margin-inline: 0;
  }
}

.c-image-text.c-image-text--overlap .c-image-text__text {
  padding: var(--padding-inner);
  background: var(--color-white);
}
@media screen and (max-width: 767px) {
  .c-image-text.c-image-text--overlap .c-image-text__text {
    padding: calc(20 * var(--to-rem)) 0 calc(20 * var(--to-rem)) calc(20 * var(--to-rem));
    margin-left: calc(-100 * var(--to-rem));
  }
}

@media screen and (max-width: 767px) {
  .c-image-text.c-image-text--overlap.c-image-text--reverse .c-image-text__text {
    padding: calc(20 * var(--to-rem)) calc(20 * var(--to-rem)) calc(20 * var(--to-rem)) 0;
    margin-right: calc(-100 * var(--to-rem));
    margin-left: auto;
  }
}

.c-section-title-main {
  font-family: var(--en-font-family);
  font-size: clamp(3.75rem, 3.1117957746rem + 2.7230046948vw, 5.5625rem);
  font-weight: var(--fw-medium);
  line-height: 1;
  color: var(--color-text-purple);
}
.c-section-title-main.is-active + .c-section-title-sub {
  animation: fade-in 0.5s ease-in-out forwards 0.5s;
}

.c-section-title-sub {
  font-size: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
  font-weight: var(--fw-medium);
  color: var(--color-text-purple);
  letter-spacing: 0.18em;
  opacity: 0;
  transform: translateY(10px);
}

.c-section-title[data-position=center] {
  text-align: center;
}

.c-section-title[data-position=left] {
  text-align: left;
}

.c-section-title[data-position=right] {
  text-align: right;
}

@keyframes fade-in {
  from {
    filter: blur(10px);
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.c-triangle {
  display: inline-block;
  width: 4rem;
  aspect-ratio: 1/1;
  background-color: var(--color-black);
}

.c-triangle[data-direction=top] {
  clip-path: var(--clip-triangle-top);
}

.c-triangle[data-direction=bottom] {
  clip-path: var(--clip-triangle-bottom);
}

.c-triangle[data-direction=left] {
  clip-path: var(--clip-triangle-left);
}

.c-triangle[data-direction=right] {
  clip-path: var(--clip-triangle-right);
}

.c-triangle[data-direction=lower-left] {
  clip-path: var(--clip-triangle-lower-left);
}

.c-triangle[data-direction=upper-left] {
  clip-path: var(--clip-triangle-upper-left);
}

.c-triangle[data-direction=lower-right] {
  clip-path: var(--clip-triangle-lower-right);
}

.c-triangle[data-direction=upper-right] {
  clip-path: var(--clip-triangle-upper-right);
}

.p-about {
  position: relative;
  z-index: 2;
  padding-block: 80px 20px;
  overflow-x: clip;
  background: var(--color-white);
}
.p-about.is-active::before {
  animation: clip-path 1s linear forwards 0.2s;
}
.p-about::before {
  position: absolute;
  top: min(2.0833333333vw, 30px);
  left: 50%;
  z-index: -1;
  width: 100%;
  height: clamp(400px, 40.2777777778vw, 800px);
  aspect-ratio: 1440/580;
  clip-path: inset(0 100% 0 0);
  content: "";
  background: url("../images/about-bg.6GmPNHhQ.webp") var(--bg-cover);
  translate: -50% 0;
}
.p-about::after {
  position: absolute;
  top: -14.9305555556vw;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/220;
  content: "";
  background-image: url("../images/white-deco.BsYkm5He.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 120px 20px;
  }
  .p-about::before {
    top: 400px;
  }
  .p-about::after {
    top: -79px;
    width: 100%;
    height: 85px;
    background-position: 10% bottom;
    background-size: cover;
  }
}

.p-about__inner {
  display: grid;
  grid-template-columns: minmax(400px, min(41.6666666667vw, 600px)) 1fr;
  gap: min(5.9027777778vw, 85px);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 60px;
  }
}

.p-about__imgs {
  position: relative;
  display: flex;
  height: clamp(380px, 36.9444444444vw, 532px);
}
@media screen and (max-width: 767px) {
  .p-about__imgs {
    width: 100%;
    height: min(87.1794871795vw, 520px);
  }
}
.p-about__imgs.is-active .p-about__img--1 {
  animation: img1 0.7s cubic-bezier(0.57, 0.16, 0.36, 0.99) forwards 0.4s;
}
.p-about__imgs.is-active .p-about__img--2 {
  animation: img2 1s cubic-bezier(0.57, 0.16, 0.36, 0.99) forwards;
}
.p-about__imgs.is-active .p-about__img--3 img {
  animation: img3 1s cubic-bezier(0.57, 0.16, 0.36, 0.99) forwards 0.4s;
}

.p-about__img {
  position: absolute;
}

.p-about__img--1 {
  bottom: max(-2.0833333333vw, -30px);
  opacity: 0;
  transform: translateX(-40px);
}
.p-about__img--1 img {
  width: clamp(132px, 13.9045138889vw, 200.225px);
  height: auto;
  aspect-ratio: 172.225/368.512;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-about__img--1 {
    left: -5.1282051282vw;
  }
  .p-about__img--1 img {
    width: min(33.8461538462vw, 202px);
  }
}

.p-about__img--2 {
  top: -47px;
  left: 50%;
  opacity: 0;
  transform: translateY(20px);
  scale: 0.5;
  translate: -50% 0;
}
.p-about__img--2 img {
  width: clamp(250px, 24.3055555556vw, 350px);
  height: auto;
  aspect-ratio: 291.276/458.937;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-about__img--2 {
    top: -10.2564102564vw;
    translate: -40% 0;
  }
  .p-about__img--2 img {
    width: min(56.4102564103vw, 331px);
  }
}

.p-about__img--3 {
  right: 0;
  bottom: max(-4.5138888889vw, -65px);
  overflow: clip;
}
.p-about__img--3 img {
  width: clamp(225px, 22.2222222222vw, 320px);
  height: auto;
  aspect-ratio: 255.559/383.438;
  object-fit: contain;
  opacity: 0;
  transform: translateY(60px);
  scale: 0.8;
}
@media screen and (max-width: 767px) {
  .p-about__img--3 {
    right: -14.1025641026vw;
  }
  .p-about__img--3 img {
    width: min(51.2820512821vw, 295px);
  }
}

.p-about__lead {
  margin-block-start: -45px;
}

.p-about__title-main {
  font-family: var(--en-font-family);
  font-size: 5rem;
  color: var(--color-text-purple);
}

.p-about__title-sub {
  margin-block-start: 10px;
  font-size: 1rem;
  font-weight: var(--fw-medium);
  color: var(--color-text-purple);
  letter-spacing: 0.18em;
}

.p-about__message {
  margin-block-start: 60px;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: var(--fw-semi-bold);
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.p-about__message span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-about__message {
    margin-block-start: 40px;
  }
}

@keyframes img1 {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes clip-path {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes img1-blur {
  from {
    filter: blur(5px);
  }
  to {
    filter: blur(0);
  }
}
@keyframes img2 {
  from {
    opacity: 0;
    transform: translateY(20px);
    scale: 0.5;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    scale: 1;
  }
}
@keyframes img3 {
  0% {
    opacity: 0;
    transform: translateY(60px);
    scale: 0.8;
  }
  70% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    scale: 1;
  }
}
.p-audition {
  padding-block-end: 60px;
  overflow-x: clip;
}

.p-audition__content-wrapper {
  padding-block: 74px;
  padding-inline: min(5.4166666667vw, 78px) 0;
  background: #fcf2ff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-audition__content-wrapper {
    position: relative;
    z-index: 1;
    padding-block: 60px;
    padding-inline: 20px;
  }
}

.p-audition__title {
  align-self: start;
}

.p-audition__content {
  display: grid;
  grid-template-columns: 1fr min(35.0694444444vw, 505px);
  gap: min(0.6944444444vw, 10px);
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-audition__content {
    grid-template-columns: 1fr;
  }
}

.p-audition__lead > * + * {
  margin-block-start: 60px;
}
@media screen and (max-width: 767px) {
  .p-audition__lead > * + * {
    margin-block-start: 40px;
  }
}

.p-audition__message {
  font-size: clamp(12px, 1.1111111111vw, 16px);
  font-weight: var(--fw-semi-bold);
  line-height: 2.625;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-audition__button {
    text-align: center;
  }
}

.p-audition__img {
  align-self: center;
  margin-block-start: -68px;
}
.p-audition__img img {
  width: min(41.6666666667vw, 600px);
  height: auto;
  aspect-ratio: 505.52/483.39;
}
@media screen and (max-width: 767px) {
  .p-audition__img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    margin-block-start: 0;
  }
  .p-audition__img img {
    width: min(51.2820512821vw, 220px);
    opacity: 0.4;
  }
}

.p-footer {
  padding-block: 82px;
  overflow-x: clip;
  background: #fcf2ff;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-block: 60px;
  }
}

.p-footer__logo {
  text-align: center;
}
.p-footer__logo img {
  width: 136px;
  height: auto;
  aspect-ratio: 34/23;
}

.p-footer__links {
  display: flex;
  column-gap: 43px;
  align-items: center;
  justify-content: center;
  margin-block-start: 24px;
}

.p-footer__links-item {
  transition: opacity var(--duration) ease, scale var(--duration) ease;
}
@media (any-hover: hover) {
  .p-footer__links-item:hover {
    opacity: 0.8;
    scale: 1.05;
  }
}
.p-footer__links-item.--tiktok img {
  width: 181px;
  height: auto;
  aspect-ratio: 181/53;
}
.p-footer__links-item.--youtube img {
  width: 196px;
  height: auto;
  aspect-ratio: 49/11;
}
@media screen and (max-width: 767px) {
  .p-footer__links-item.--tiktok img {
    width: 141px;
  }
  .p-footer__links-item.--youtube img {
    width: 156px;
  }
}

.p-footer__nav {
  margin-block-start: 30px;
}

.p-footer__nav-list {
  display: flex;
  column-gap: min(7.9861111111vw, 115px);
  align-items: center;
  justify-content: center;
}

.p-footer__nav-item a {
  font-family: var(--en-font-family-bold);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-text-purple);
  transition: opacity var(--duration) ease;
}
@media (any-hover: hover) {
  .p-footer__nav-item a:hover {
    opacity: 0.8;
  }
}

.p-fv {
  position: relative;
  padding-block: min(11.3888888889vw, 164px) min(5.6944444444vw, 120px);
  overflow-x: clip;
  background: url("../images/fv-bg.CJucyCzp.webp") var(--bg-cover-top);
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-block: 120px 0;
  }
}

.p-fv__inner {
  display: flex;
  column-gap: min(2.3611111111vw, 34px);
  align-items: center;
  max-width: 1440px;
  padding-inline: min(5.6944444444vw, 82px) min(2.9861111111vw, 43px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    flex-direction: column;
    row-gap: 50px;
    max-width: 600px;
  }
}

.p-fv__lead {
  margin-block-start: -7px;
}

.p-fv__title img {
  width: min(38.5069444444vw, 554.5px);
  height: auto;
  aspect-ratio: 554.5/149;
}
@media screen and (max-width: 767px) {
  .p-fv__title img {
    width: 100%;
  }
}

.p-fv__message {
  margin-block-start: 40px;
  font-size: clamp(0.75rem, 0.4642857143rem + 0.5952380952vw, 1rem);
  font-weight: var(--fw-semi-bold);
  line-height: 2;
  color: var(--color-text-purple);
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  .p-fv__message {
    margin-block-start: 20px;
    font-size: 0.9375rem;
  }
}

.p-fv__img {
  position: relative;
  z-index: 1;
}
.p-fv__img img {
  width: min(50.7638888889vw, 731px);
  height: auto;
  aspect-ratio: 731/534;
}
.p-fv__img::after {
  position: absolute;
  top: max(-10.4166666667vw, -150px);
  left: max(-3.6805555556vw, -53px);
  z-index: -1;
  width: min(61.9444444444vw, 892px);
  height: auto;
  aspect-ratio: 1785/1710;
  content: "";
  background: url("../images/fv-heart.BF8xh1lj.webp") var(--bg-contain);
  animation: heart 8s infinite;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    width: 100%;
  }
  .p-fv__img::after {
    top: -70px;
    left: -40px;
    width: calc(100% + 100px);
    max-width: 800px;
  }
}

@keyframes heart {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.p-goods {
  padding-block-end: 65px;
  margin-block-start: 120px;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-goods {
    padding-block: 60px;
  }
}

.p-goods__content {
  position: relative;
  max-width: 1030px;
  padding-block: 117px 162px;
  margin-inline: auto;
}
.p-goods__content::after {
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: -1;
  width: calc(100% - 50px);
  height: 100%;
  content: "";
  background: url("../images/goods-bg.lGu3BLmh.webp") var(--bg-contain);
  opacity: 0;
  scale: 0.8;
  translate: 0 -50%;
}
.p-goods__content:has(.p-goods__list.is-active)::after {
  animation: goods-bg 1s cubic-bezier(0.57, 0.16, 0.36, 0.99) forwards 0.2s, goods-bg-infinite 7s linear infinite 1.2s;
}
@media screen and (max-width: 767px) {
  .p-goods__content {
    padding-block: 50px 100px;
  }
  .p-goods__content::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 600px;
    height: 100%;
    content: "";
    background: url("../images/goods-bg.lGu3BLmh.webp") var(--bg-cover);
    background-size: 100% auto;
    translate: -50% -50%;
  }
}

.p-goods__list {
  display: flex;
  column-gap: min(0.6944444444vw, 10px);
  justify-content: space-between;
  margin-block-start: min(3.75vw, 54px);
}
@media screen and (max-width: 767px) {
  .p-goods__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.p-goods__item:nth-of-type(1) img {
  width: clamp(170px, 17.3611111111vw, 250px);
  height: auto;
  aspect-ratio: 192.303/169.445;
}
.p-goods__item:nth-of-type(2) {
  margin-block-start: min(2.2916666667vw, 33px);
  margin-inline-start: min(0.4861111111vw, 7px);
}
.p-goods__item:nth-of-type(2) img {
  width: clamp(76px, 7.6388888889vw, 110px);
  height: auto;
  aspect-ratio: 96.906/212.398;
}
.p-goods__item:nth-of-type(3) {
  margin-block-start: max(-1.7361111111vw, -25px);
  margin-inline-start: min(1.3888888889vw, 20px);
}
.p-goods__item:nth-of-type(3) img {
  width: clamp(111px, 11.8055555556vw, 170px);
  height: auto;
  aspect-ratio: 144/216;
}
.p-goods__item:nth-of-type(4) {
  margin-block-start: min(2.0138888889vw, 29px);
  translate: max(-0.7638888889vw, -11px) 0;
}
.p-goods__item:nth-of-type(4) img {
  width: clamp(111px, 11.1111111111vw, 160px);
  height: auto;
  aspect-ratio: 144/214;
}
.p-goods__item:nth-of-type(5) {
  margin-block-start: min(0.2777777778vw, 4px);
  margin-inline-start: min(0.2083333333vw, 3px);
}
.p-goods__item:nth-of-type(5) img {
  width: clamp(80px, 9.375vw, 135px);
  height: auto;
  aspect-ratio: 111/152;
}
.p-goods__item:nth-of-type(6) {
  margin-block-start: min(2.5vw, 36px);
  margin-inline-start: min(1.1111111111vw, 16px);
}
.p-goods__item:nth-of-type(6) img {
  width: clamp(80px, 8.6805555556vw, 125px);
  height: auto;
  aspect-ratio: 113/172;
}
@media screen and (max-width: 767px) {
  .p-goods__item:nth-of-type(1) img {
    width: 125px;
  }
  .p-goods__item:nth-of-type(2) img {
    width: 55px;
  }
  .p-goods__item:nth-of-type(3) img {
    width: 85px;
  }
  .p-goods__item:nth-of-type(4) {
    margin-block-start: min(2.0138888889vw, 29px);
    translate: max(-0.7638888889vw, -11px) 0;
  }
  .p-goods__item:nth-of-type(4) img {
    width: 85px;
  }
  .p-goods__item:nth-of-type(5) {
    margin-block-start: min(0.2777777778vw, 4px);
    margin-inline-start: min(0.2083333333vw, 3px);
  }
  .p-goods__item:nth-of-type(5) img {
    width: 65px;
  }
  .p-goods__item:nth-of-type(6) {
    margin-block-start: min(2.5vw, 36px);
    margin-inline-start: min(1.1111111111vw, 16px);
  }
  .p-goods__item:nth-of-type(6) img {
    width: 65px;
  }
}

.p-goods__button {
  margin-block-start: 10px;
  text-align: center;
}

@keyframes goods-bg {
  from {
    opacity: 0;
    scale: 0.8;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
@keyframes goods-bg-infinite {
  0% {
    scale: 1;
  }
  25% {
    scale: 0.95;
  }
  50% {
    scale: 1;
  }
  75% {
    scale: 0.95;
  }
  100% {
    scale: 1;
  }
}
.p-header__inner {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  max-width: 1440px;
  min-height: var(--header-height);
  padding-inline: min(3.4722222222vw, 50px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    align-items: center;
  }
}

.p-header__logo {
  margin-block-start: 15px;
}
.p-header__logo img {
  width: 149px;
  height: auto;
  aspect-ratio: 149/101;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    display: grid;
    place-items: center;
    margin-block-start: 0;
  }
  .p-header__logo img {
    width: 115px;
  }
}

.p-header__nav {
  margin-block-start: 26px;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: flex;
  column-gap: min(2.0833333333vw, 30px);
  align-items: center;
}

.p-header__nav-item a {
  font-family: var(--en-font-family-bold);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-text-purple);
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__nav-item a:hover {
    opacity: 0.8;
  }
}

.p-header__nav-item-youtube {
  margin-inline-start: min(0.6944444444vw, 10px);
  text-align: center;
}
.p-header__nav-item-youtube a {
  display: inline-block;
  width: min(13.5416666667vw, 195px);
  padding-block: 11px;
  padding-inline: 20px;
  font-family: var(--en-font-family-bold);
  font-size: 0.9375rem;
  color: var(--color-white);
  background: var(--color-text-purple);
  border-radius: 100vmax;
  text-box-trim: trim-both;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__nav-item-youtube a:hover {
    opacity: 0.8;
  }
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
  }
  .p-header__hamburger.is-open span:nth-of-type(1) {
    top: 10px;
    rotate: 30deg;
  }
  .p-header__hamburger.is-open span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
  }
  .p-header__hamburger.is-open span:nth-of-type(3) {
    top: 10px;
    width: 100%;
    rotate: -30deg;
  }
  .p-header__hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--color-text-purple);
    transition: all 0.3s ease;
  }
  .p-header__hamburger span:nth-of-type(1) {
    top: 0;
    left: 0;
  }
  .p-header__hamburger span:nth-of-type(2) {
    top: 50%;
    right: 0;
    width: 80%;
    translate: 0 -50%;
  }
  .p-header__hamburger span:nth-of-type(3) {
    right: 0;
    bottom: 0;
    width: 60%;
  }
}

.p-header__drawer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: #fcf2ff;
  }
}

.p-header__drawer__inner {
  padding-block: 100px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .p-header__drawer__nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}

.p-header__drawer__nav-item a {
  font-family: var(--en-font-family-bold);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-text-purple);
}
.p-header__drawer__nav-item.--youtube {
  text-align: center;
}
.p-header__drawer__nav-item.--youtube a {
  display: inline-block;
  min-width: 195px;
  padding-block: 11px;
  padding-inline: 20px;
  font-family: var(--en-font-family-bold);
  font-size: 0.9375rem;
  color: var(--color-white);
  background: var(--color-text-purple);
  border-radius: 100vmax;
  text-box-trim: trim-both;
}

.p-loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: url("../images/fv-bg.CJucyCzp.webp") var(--bg-cover);
  mask-image: linear-gradient(to right, transparent, black 50% 100%);
  mask-repeat: no-repeat;
  mask-position: 100% 0;
  mask-size: 200% 100%;
}

.p-loader_text {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.p-loader_text span {
  display: inline-block;
  font-family: var(--mochiy-pop-one);
  font-size: 2.5rem;
  font-weight: var(--fw-medium);
  line-height: 1;
  color: var(--color-text-purple);
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .p-loader_text span {
    font-size: 1.5rem;
  }
}

.p-loader_cursor {
  display: inline-block;
  margin-left: 0.125rem;
  animation: blink 1s infinite;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
.p-news {
  overflow-x: clip;
}

.p-news__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 60px min(6.25vw, 90px);
  margin-block-start: 60px;
}

.p-news__card {
  transition: scale 0.3s ease;
}
.p-news__card:focus-within {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media (scripting: enabled) {
  .p-news__card[data-href] {
    cursor: pointer;
  }
}
@media (any-hover: hover) {
  .p-news__card:hover {
    scale: 1.05;
  }
}

.p-news__card-img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.p-news__card-img img {
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.p-news__card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  margin-block-start: 16px;
}

.p-news__card__meta-time {
  font-size: 0.75rem;
  font-weight: var(--fw-medium);
  line-height: 1;
  color: #8d8d8d;
  letter-spacing: 0.05em;
}

.p-news__card__meta-cate {
  display: inline-block;
  padding-block: 0 2px;
  padding-inline: 18px;
  font-family: var(--local-font-family);
  font-size: 0.625rem;
  font-weight: var(--fw-medium);
  text-box-trim: trim-both;
  color: var(--color-white);
  letter-spacing: 0.05em;
  background: #e974ce;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-news__card__meta-cate {
    font-size: 0.75rem;
  }
}

.p-news__card__title {
  height: fit-content;
  margin-block-start: 10px;
  font-size: 0.75rem;
  font-weight: var(--fw-semi-bold);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-news__card__title {
    font-size: 1rem;
  }
}

.p-news__card__text {
  margin-block-start: 12px;
  font-size: 0.75rem;
  font-weight: var(--fw-light);
  line-height: 1.3028;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-news__card__text {
    font-size: 0.875rem;
  }
}

.p-news__button {
  margin-block-start: 60px;
  text-align: center;
}

.p-talents {
  overflow-x: clip;
}

.p-talents__cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 70px 40px;
  margin-block-start: 60px;
}
@media screen and (max-width: 767px) {
  .p-talents__cards {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 40px 20px;
  }
}

.p-talents__card {
  transition: scale 0.3s ease;
}
@media (any-hover: hover) {
  .p-talents__card:hover {
    scale: 1.05;
  }
  .p-talents__card:hover[data-color=red] .p-talents__card-title {
    color: var(--color-red);
  }
  .p-talents__card:hover[data-color=blue] .p-talents__card-title {
    color: var(--color-blue);
  }
  .p-talents__card:hover[data-color=green] .p-talents__card-title {
    color: var(--color-green);
  }
}

.p-talents__card-img {
  overflow: hidden;
  border-radius: 25px;
}

.p-talents__card-title {
  margin-block-start: 13px;
  font-family: var(--en-font-family-bold);
  font-size: clamp(1.125rem, 1.0809859155rem + 0.1877934272vw, 1.25rem);
  line-height: 1.4;
  transition: color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-talents__card-title {
    font-size: 1rem;
  }
}

.p-talents__card-label {
  display: grid;
  place-items: center;
  width: fit-content;
  padding-block: 6px 8px;
  padding-inline: 14px 12px;
  margin-block-start: 6px;
  border: 1px solid var(--color-text);
  border-radius: 100vmax;
  text-box-trim: trim-both;
}
.p-talents__card-label span {
  font-family: var(--en-font-family-bold);
  font-size: 0.625rem;
  font-weight: var(--fw-bold);
  line-height: 1;
  color: var(--color-red);
  letter-spacing: 0.3199886963em;
}
@media screen and (max-width: 767px) {
  .p-talents__card-label {
    padding-block: 6px 8px;
  }
  .p-talents__card-label span {
    font-size: 0.5rem;
  }
}

.p-talents__card-label--blue span {
  color: var(--color-blue);
}

.p-talents__card-label--green span {
  color: var(--color-green);
}

.p-talents__button {
  margin-block-start: 67px;
  text-align: center;
}

.p-text-swiper {
  margin-block-start: 2px;
}

.p-text-swiper__swiper-wrapper {
  transition-timing-function: linear;
}

.p-text-swiper__swiper-slide {
  width: fit-content;
}
.p-text-swiper__swiper-slide span {
  font-family: var(--en-font-family-bold);
  font-size: clamp(3.875rem, 3.4348591549rem + 1.8779342723vw, 5.125rem);
  font-weight: 800;
  line-height: 1;
  color: #e9efff;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
.p-text-swiper__swiper-slide.--pink span {
  color: #f8e9f8;
}

.p-text-swiper__swiper-container-reverse {
  margin-block-start: 2px;
}

.p-text-swiper__swiper-reverse-wrapper {
  transition-timing-function: linear;
}

.p-text-swiper__swiper-reverse-slide {
  width: fit-content;
}
.p-text-swiper__swiper-reverse-slide span {
  display: inline-block;
  font-family: var(--en-font-family-bold);
  font-size: clamp(3.875rem, 3.4348591549rem + 1.8779342723vw, 5.125rem);
  font-weight: 800;
  line-height: 1;
  color: #f3f3f3;
  letter-spacing: -0.03em;
  white-space: nowrap;
  rotate: 180deg;
}

:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

@media (width <= 767px) {
  [data-only-device=md] {
    display: none;
  }
}

@media (width >= 768px) {
  [data-only-device=sm] {
    display: none;
  }
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  border: 0;
}

.u-text__marker {
  background: linear-gradient(transparent 75%, var(--color-orange) 75%);
}

.u-text__inline-block {
  display: inline-block;
}

.u-text__indent {
  padding-inline-start: 1em;
  text-indent: -1em;
}