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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #474245;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  body {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 410px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 411px) {
  .l-main {
    margin-top: 5rem;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(182, 68, 116, 0.4);
            box-shadow: 0px 0px 40px 0px rgba(182, 68, 116, 0.4);
  }
}

.l-main__container {
  position: relative;
  z-index: 1;
  width: min(410px, 100%);
  margin-inline: auto;
}

.l-main__bg {
  background: #fbf7f9;
  position: relative;
  z-index: -5;
}

.l-inner {
  position: relative;
  height: inherit;
  margin-inline: auto;
  width: 100%;
  max-width: 430px;
  padding: 0 1.25rem;
}

.l-inner__narrow {
  position: relative;
  height: inherit;
  margin-inline: auto;
  width: 100%;
  max-width: 430px;
  padding: 0 0.625rem;
}

.l-section {
  padding-block: 3.75rem;
}

.l-section-top-company {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
}

.l-section-top {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
  border-bottom: 1px solid #ddbac8;
}

.l-section__card {
  background: #fcfcfc;
  border-radius: 40px;
  padding-block: 3.75rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.c-btn {
  margin-inline: auto;
  border-radius: 100px;
  border: 1px solid #ce4f84;
  padding: 0.34375rem 1rem 0.34375rem 1.5rem;
  width: min(10rem, 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.c-btn span {
  color: #ce4f84;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.c-btn.--big {
  padding: 0.625rem 1rem 0.625rem 1.5rem;
}
.c-btn.--pink {
  background: #ce4f84;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-btn.--pink span {
  color: #fcfcfc;
}
.c-btn.--pink:active {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .c-btn.--pink:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.c-btn svg {
  width: 7px;
  height: 13px;
  fill: #ce4f84;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}
.c-btn:active {
  background: #ce4f84;
}
.c-btn:active span {
  color: #fcfcfc;
}
.c-btn:active svg {
  fill: #fcfcfc;
}
@media (any-hover: hover) {
  .c-btn:hover {
    cursor: pointer;
    background: #ce4f84;
  }
  .c-btn:hover span {
    color: #fcfcfc;
  }
  .c-btn:hover svg {
    fill: #fcfcfc;
  }
}

.c-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
  padding-bottom: 5rem;
}

.c-btn2 {
  width: min(16.25rem, 100%);
}
.c-btn2 span {
  font-size: 1.125rem;
  font-weight: 700;
}
.c-btn2 svg {
  width: 9px;
  height: 15px;
}

.c-btn__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
.c-btn__line svg {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1/1;
}

.c-animated__fadeIn {
  translate: 0 40px;
  opacity: 0;
  -webkit-transition: translate 0.5s ease, opacity 0.5s ease;
  transition: translate 0.5s ease, opacity 0.5s ease;
}
.c-animated__fadeIn.js-show {
  translate: 0 0;
  opacity: 1;
}

.c-animation__text1 .char {
  translate: 0 100%;
}
.c-animation__text1 span {
  overflow: hidden;
}

@-webkit-keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}

@keyframes slide {
  0% {
    -webkit-mask-size: 0% 100%;
    mask-size: 0% 100%;
  }
  100% {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-pagination {
  padding-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.c-pagination .current .c-pagination--number {
  background: #7e767b;
  color: #fcfcfc;
}
.c-pagination .c-pagination--number {
  border-radius: 100vmax;
  border: 1px solid #7e767b;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7e767b;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (any-hover: hover) {
  .c-pagination:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.c-title__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}

.c-title {
  color: #ce4f84;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.0625em;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 409px) {
  .c-title {
    font-size: 1rem;
  }
}

.c-title__text {
  color: #474245;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .c-title__text {
    font-size: 1.25rem;
  }
}

.c-text {
  color: #474245;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .c-text {
    font-size: 1rem;
  }
}
.c-text span {
  color: #ce4f84;
  font-weight: 700;
}

.c-page-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3.9375rem;
}

.c-page-top__title--en {
  color: #ce4f84;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.c-page-top__title--jp {
  color: #474245;
  font-size: max(1.75rem, 22.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-top: -0.5rem;
}
@media screen and (max-width: 409px) {
  .c-page-top__title--jp {
    font-size: 1.75rem;
  }
}
.c-page-top__title--jp.--white {
  color: #fcfcfc;
}

.c-title__date {
  color: #7e767b;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0714285714em;
}
@media screen and (max-width: 409px) {
  .c-title__date {
    font-size: 0.875rem;
  }
}

.p-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  translate: -50%;
  width: min(410px, 100%);
  padding-inline: 1.25rem;
  height: 3.75rem;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
  background: transparent;
}
.p-header.is-fixed {
  position: fixed;
  top: 0;
}
@media (max-width: 410px) {
  .p-header {
    position: fixed;
  }
}

.p-header__wrap {
  position: absolute;
  top: 0;
  left: 1.25rem;
  width: 100%;
	z-index: 3;
}

.p-header__inner {
  padding-block: 0.625rem;
}

.p-header__logo {
  width: 8.625rem;
  height: auto;
}
.p-header__logo img {
  width: 100%;
  height: 100%;
}
.p-header__logo .logo--light {
  fill: #fcfcfc;
}
.p-header__logo .logo--dark {
  fill: #474245;
}

.p-brawer__icons {
  width: min(25.625rem, 100%);
  margin-inline: auto;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.5625rem;
  top: 0;
  right: 0;
  width: 4.375rem;
  height: 3.75rem;
  background: rgba(206, 79, 132, 0.2);
}

.p-drawer__icon--bar {
  width: 1.875rem;
  height: 0.0625rem;
  border-radius: 100vmax;
}
.p-drawer__icon--bar.logo--light {
  background: #fcfcfc;
}
.p-drawer__icon--bar.logo--dark {
  background: #474245;
}

.p-drawer__icon.js-show {
  display: none;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: rgba(206, 79, 132, 0.6);
  /* ぼかし */
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  scale: 1.5;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, scale 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, scale 0.3s ease-in-out;
  padding-block: 1.25rem;
  padding-inline: 1.25rem;
}
.p-drawer.js-show {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-drawer__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.25rem;
}

.p-drawer__head {
  position: relative;
  background: #fcfcfc;
  border-radius: 40px 40px 0px 0px;
  width: 100%;
  padding: 1.0625rem 1.25rem 0.375rem 1.25rem;
}

.p-drawer__logo {
  width: 8.625rem;
  height: auto;
}
.p-drawer__logo img {
  width: 100%;
  height: 100%;
}

.p-drawer__btn-close {
  position: absolute;
  background: #474245;
  border-radius: 50%;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  top: 1.25rem;
  right: 1.25rem;
}
.p-drawer__btn-close svg {
  width: 14.515px;
  height: 14.53px;
}

.p-drawer__lists {
  width: 100%;
  background: #fcfcfc;
  border-radius: 0px 0px 40px 40px;
  padding: 1.875rem 1.25rem;
  text-align: center;
}

.p-drawer__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
  margin-bottom: 1.875rem;
}
.p-drawer__list li a {
  color: #474245;
  font-size: max(1.125rem, 14.4px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-drawer__list li a {
    font-size: 1.125rem;
  }
}

.p-drawer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  padding-bottom: 1.875rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ce4f84;
}

.p-drawer__insta,
.p-drawer__line {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
}

.p-drawer__privacy {
  color: #474245;
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-drawer__privacy {
    font-size: 0.875rem;
  }
}

.p-footer {
  padding-block: 3.75rem 3.125rem;
  background: #fcfcfc;
}

.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 2.5rem;
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}

.p-footer__insta,
.p-footer__line {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.p-footer__list li a {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-inline: 0.3125rem;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 409px) {
  .p-footer__list li a {
    font-size: 0.875rem;
  }
}
.p-footer__list li a:active {
  color: #ce4f84;
}
@media (any-hover: hover) {
  .p-footer__list li a:hover {
    color: #ce4f84;
  }
}

.p-footer__under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.6875rem;
}

.p-footer__privacy {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-footer__privacy {
    font-size: 0.875rem;
  }
}

.p-footer__copy {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-footer__copy {
    font-size: 0.875rem;
  }
}

.p-fv__pc-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #ddbac8;
}

.p-fv__pc-bg-img {
  width: 100%;
  height: 100%;
}
.p-fv__pc-bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__pc-bg-img picture {
  width: 100%;
  height: 100%;
}

.p-fv__pc-bg-header {
  position: absolute;
  top: 5rem;
  left: 5rem;
}
@media (max-width: 1000px) {
  .p-fv__pc-bg-header {
    display: none;
  }
}
@media (max-width: 1280px) {
  .p-fv__pc-bg-header {
    left: 2.5rem;
  }
}

.p-fv__pc-bg-header__inner {
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2.5rem;
}

.p-fv__pc-bg-header__logo {
  width: 248.826px;
  height: auto;
  aspect-ratio: 248.83/82.46;
}
.p-fv__pc-bg-header__logo svg {
  width: 100%;
  height: 100%;
}

.p-fv__pc-bg-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-fv__pc-bg-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  padding-bottom: 1.875rem;
}
.p-fv__pc-bg-header__list li a {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 409px) {
  .p-fv__pc-bg-header__list li a {
    font-size: 1.25rem;
  }
}
@media (any-hover: hover) {
  .p-fv__pc-bg-header__list li a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-fv__pc-bg-header--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}

.p-fv__pc-bg-header--insta {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
}
.p-fv__pc-bg-header--insta svg {
  width: 100%;
  height: 100%;
}
@media (any-hover: hover) {
  .p-fv__pc-bg-header--insta:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-fv__pc-bg-header--privacy {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-fv__pc-bg-header--privacy:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

.p-fv__pc-bg-header--item {
  border-radius: 20px;
  background: #fbf7f9;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.75rem;
}

.p-fv__pc-bg-header--line {
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
}
.p-fv__pc-bg-header--line img {
  width: 100%;
  height: 100%;
}

.p-fv__pc-bg-header--item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.p-fv__pc-bg-header--item-body-icon {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
}
.p-fv__pc-bg-header--item-body-icon img {
  width: 100%;
  height: 100%;
}

.p-fv__pc-bg-header--item-body--text {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-fv__pc-bg--main {
  position: absolute;
  bottom: 5rem;
  left: calc(50% + 22.8125rem);
  width: 18.75rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
@media (max-width: 1000px) {
  .p-fv__pc-bg--main {
    display: none;
  }
}
@media (max-width: 1280px) {
  .p-fv__pc-bg--main {
    left: calc(50% + 15.3125rem);
  }
}

.p-fv__pc-bg--main--jp {
  color: #fcfcfc;
  font-size: max(2.25rem, 28.8px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0138888889em;
}
@media screen and (max-width: 409px) {
  .p-fv__pc-bg--main--jp {
    font-size: 2.25rem;
  }
}

.p-fv__pc-bg--main--en {
  color: #474245;
  font-family: "Cormorant Garamond", serif;
  font-size: max(3.625rem, 46.4px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.0689655172em;
}
@media screen and (max-width: 409px) {
  .p-fv__pc-bg--main--en {
    font-size: 3.625rem;
  }
}

.p-fv {
  width: 100%;
  position: relative;
  padding-top: 0;
}

.p-fv__inner {
  position: relative;
  width: 100%;
}

.p-fv__swiper-container,
.p-fv__swiper,
.p-fv__swiper-wrapper,
.p-fv__swiper-slide {
  position: relative;
}

.p-fv__swiper-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 375/410;
}
.p-fv__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.--swiper1 {
  top: calc(100% + 1.4375rem);
  -moz-text-align-last: left;
       text-align-last: left;
  margin-left: 0.9375rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.--swiper2 {
  top: calc(100% + 40px);
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-left: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.--swiper4 {
  top: calc(100% + 55px);
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  margin-left: 0;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 13px;
  height: auto;
  aspect-ratio: 13/12;
  margin-inline: 6px;
  background-color: transparent;
  border-radius: unset;
  background: url(../img/pagination.png) no-repeat center center/cover;
}

.swiper-pagination.--swiper2 .swiper-pagination-bullet {
  background: url(../img/pagination-pink.png) no-repeat center center/cover;
}

.swiper-pagination.--swiper4 .swiper-pagination-bullet {
  background: url(../img/pagination-pink.png) no-repeat center center/cover;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: url(../img/pagination-active.png) no-repeat center center/cover;
}

.p-fv__main {
  width: 100%;
  position: relative;
}

.p-fv__bg--img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.p-fv__bg--img picture {
  width: 100%;
}
.p-fv__bg--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__body {
  padding-top: 4rem;
  width: 100%;
  height: auto;
  will-change: transform;
}

.p-fv__title--en {
  color: #fcfcfc;
  font-family: "Cormorant Garamond", serif;
  font-size: max(3.625rem, 46.4px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.0689655172em;
  padding-bottom: 5.75rem;
}
@media screen and (max-width: 409px) {
  .p-fv__title--en {
    font-size: 3.625rem;
  }
}

.p-fv__title--jp {
  padding-bottom: 2.9375rem;
  width: 19.125rem;
  height: auto;
}
.p-fv__title--jp img {
  width: 100%;
  height: 100%;
}

.p-fv__text {
  color: #fcfcfc;
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.03125em;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 409px) {
  .p-fv__text {
    font-size: 1rem;
  }
}

.p-top-photo {
  background: #fbf7f9;
}

.p-top-photo__boxes {
  padding-block: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0625rem;
}

.p-top-photo__box {
  width: 6.25rem;
  height: auto;
  aspect-ratio: 1;
}
.p-top-photo__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-photo__box--modal {
  padding-block: 5rem 4.25rem;
  width: 100%;
  height: auto;
}
.p-photo__box--modal img {
  width: 100%;
  height: 100%;
}

.p-meet {
  background: #fbf7f9;
  -webkit-padding-after: 7.5rem;
          padding-block-end: 7.5rem;
}

.p-meet__swiper-container,
.p-meet__swiper,
.p-meet__swiper-wrapper,
.p-meet__swiper-slide {
  position: relative;
}

.p-meet__swiper-container {
  margin-top: 3.75rem;
}

.p-meet__swiper-slide {
  position: relative;
  width: 15.625rem;
}
.p-meet__swiper-slide:nth-of-type(odd) .p-meet__img {
  rotate: 8deg;
}
.p-meet__swiper-slide:nth-of-type(odd) .p-meet__name {
  top: 17.6875rem;
}
.p-meet__swiper-slide:nth-of-type(even) .p-meet__img {
  rotate: -8deg;
}
.p-meet__swiper-slide:nth-of-type(even) .p-meet__name {
  top: 3.3125rem;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.p-meet__img {
  width: 13.75rem;
  height: 23.4375rem;
  margin-inline: auto;
  rotate: 8deg;
}
.p-meet__img img {
  width: 100%;
  height: 100%;
}

.p-meet__name {
  position: absolute;
  right: 0;
  width: 8.125rem;
  height: auto;
  padding: 0px 12px 0px 16px;
  background: #ddbac8;
  color: #fcfcfc;
  border-radius: 79.167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.p-meet__name::after {
  content: "";
  position: absolute;
  background: url(../img/meet-arrow.png) no-repeat center center/cover;
  width: 15.75px;
  height: 14.318px;
  right: 22px;
  bottom: -8px;
}

.p-meet__links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-meet__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  border-bottom: 1px solid #ce4f84;
  padding-inline: 0.125rem;
}
.p-meet__link svg {
  width: 1.125rem;
  height: auto;
  aspect-ratio: 1/1;
}

.p-meet__link--text {
  color: #ce4f84;
}

.p-fv-gallery {
  position: relative;
  width: 100%;
  height: auto;
}

.p-fv-company__title {
  -webkit-padding-after: 6.875rem;
          padding-block-end: 6.875rem;
}

.p-fv-gallery__bg--img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.p-fv-gallery__bg--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv-gallery__bg--img picture {
  width: 100%;
}

.p-fv-gallery__inner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 247, 249, 0)), to(#fbf7f9));
  background: linear-gradient(180deg, rgba(251, 247, 249, 0) 0%, #fbf7f9 100%);
  -webkit-padding-after: 2.5rem;
          padding-block-end: 2.5rem;
}

.p-fv-gallery__swiper-container,
.p-fv-gallery__swiper,
.p-fv-gallery__swiper-wrapper,
.p-fv-gallery__swiper-slide {
  position: relative;
}

.p-fv-gallery__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-fv-gallery__swiper-slide {
  border-radius: 1.875rem;
  margin: 1.25rem 0.625rem;
  overflow: hidden;
  background: #d9d9d9;
  /* カード用 */
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  width: 8.125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  aspect-ratio: 1;
}
.p-fv-gallery__swiper-slide:nth-of-type(even) {
  margin-top: 4.375rem;
}
.p-fv-gallery__swiper-slide picture {
  width: 100%;
}
.p-fv-gallery__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv-gallery__main--body {
  padding-top: 1.25rem;
}

.p-fv-gallery__main--title {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 409px) {
  .p-fv-gallery__main--title {
    font-size: 1.25rem;
  }
}

.p-fv-gallery__main--text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 409px) {
  .p-fv-gallery__main--text {
    font-size: 1rem;
  }
}

.p-privacy__body {
  padding-bottom: 5rem;
}
.p-privacy__body .small {
  font-size: 0.875rem;
}
.p-privacy__body h2 {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-privacy__body h2 {
    font-size: 1.125rem;
  }
}
.p-privacy__body ul li {
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  list-style: none;
  position: relative;
}
.p-privacy__body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.03125rem;
}
.p-privacy__body a {
  color: #1a0dab;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-privacy__body p + p {
  margin-top: 0.625rem;
}
.p-privacy__body p + h2 {
  margin-top: 1.875rem;
}
.p-privacy__body h2 + p {
  margin-top: 0.5rem;
}
.p-privacy__body ul + h2 {
  margin-top: 1.875rem;
}

.p-what-live {
  background: #fcfcfc;
  border-radius: 40px;
  padding-block: 3.75rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 5rem;
}

.p-what-live__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}

.p-what-live__pictures {
  position: relative;
  width: 100%;
  height: 24.375rem;
}

.p-what-live__img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12.5rem;
  height: auto;
  aspect-ratio: 200/375;
}
.p-what-live__img img {
  width: 100%;
  height: 100%;
}

.p-what-live__frame {
  position: absolute;
  bottom: 2.6875rem;
  left: 2.25rem;
  width: 7.5rem;
  height: auto;
}
.p-what-live__frame img {
  width: 100%;
  height: 100%;
}

.p-what-live__harts {
  width: 2rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  bottom: 2rem;
  left: calc(50% + 40px);
  z-index: 2;
}
.p-what-live__harts img {
  width: 100%;
  height: 100%;
}

.p-what-live__hart {
  position: absolute;
  bottom: 3.4375rem;
}
.p-what-live__hart svg {
  width: 100%;
  height: 100%;
}
.p-what-live__hart.--1 {
  left: calc(50% + 40px);
  width: 11.111px;
  height: 10px;
  -webkit-animation: 5s 0.5s linear backwards infinite hart;
          animation: 5s 0.5s linear backwards infinite hart;
}
.p-what-live__hart.--2 {
  left: calc(50% + 60px);
  width: 13.333px;
  height: 12px;
  -webkit-animation: 5s 1.4s linear backwards infinite hart;
          animation: 5s 1.4s linear backwards infinite hart;
}
.p-what-live__hart.--3 {
  left: calc(50% + 47px);
  width: 13.333px;
  height: 12px;
  -webkit-animation: 5s 2.3s linear backwards infinite hart;
          animation: 5s 2.3s linear backwards infinite hart;
}
.p-what-live__hart.--4 {
  left: calc(50% + 65px);
  width: 13.333px;
  height: 12px;
  -webkit-animation: 5s 2.8s linear backwards infinite hart;
          animation: 5s 2.8s linear backwards infinite hart;
}
.p-what-live__hart.--5 {
  left: calc(50% + 42px);
  width: 13.333px;
  height: 12px;
  -webkit-animation: 5s 3.7s linear backwards infinite hart;
          animation: 5s 3.7s linear backwards infinite hart;
}
.p-what-live__hart.--6 {
  left: calc(50% + 63px);
  width: 13.333px;
  height: 12px;
  -webkit-animation: 5s 4.6s linear backwards infinite hart;
          animation: 5s 4.6s linear backwards infinite hart;
}

@-webkit-keyframes hart {
  0% {
    translate: 0 0;
    opacity: 0;
  }
  1% {
    translate: 0 0;
    opacity: 1;
  }
  5% {
    translate: 2px -5px;
  }
  10% {
    translate: 4px -10px;
  }
  15% {
    translate: 2px -15px;
  }
  20% {
    translate: -2px -20px;
  }
  25% {
    translate: -4px -25px;
  }
  30% {
    translate: -2px -30px;
  }
  35% {
    translate: 2px -35px;
  }
  40% {
    translate: 4px -40px;
  }
  45% {
    translate: 2px -45px;
  }
  50% {
    translate: -2px -50px;
  }
  55% {
    translate: -4px -55px;
  }
  60% {
    translate: -2px -60px;
  }
  65% {
    translate: 2px -65px;
  }
  70% {
    translate: 4px -70px;
  }
  75% {
    translate: 2px -75px;
  }
  80% {
    translate: -2px -80px;
  }
  85% {
    translate: -4px -85px;
  }
  90% {
    translate: -2px -90px;
  }
  95% {
    translate: 0px -95px;
    opacity: 0.5;
  }
  100% {
    translate: 0px -100px;
    opacity: 0;
  }
}

@keyframes hart {
  0% {
    translate: 0 0;
    opacity: 0;
  }
  1% {
    translate: 0 0;
    opacity: 1;
  }
  5% {
    translate: 2px -5px;
  }
  10% {
    translate: 4px -10px;
  }
  15% {
    translate: 2px -15px;
  }
  20% {
    translate: -2px -20px;
  }
  25% {
    translate: -4px -25px;
  }
  30% {
    translate: -2px -30px;
  }
  35% {
    translate: 2px -35px;
  }
  40% {
    translate: 4px -40px;
  }
  45% {
    translate: 2px -45px;
  }
  50% {
    translate: -2px -50px;
  }
  55% {
    translate: -4px -55px;
  }
  60% {
    translate: -2px -60px;
  }
  65% {
    translate: 2px -65px;
  }
  70% {
    translate: 4px -70px;
  }
  75% {
    translate: 2px -75px;
  }
  80% {
    translate: -2px -80px;
  }
  85% {
    translate: -4px -85px;
  }
  90% {
    translate: -2px -90px;
  }
  95% {
    translate: 0px -95px;
    opacity: 0.5;
  }
  100% {
    translate: 0px -100px;
    opacity: 0;
  }
}
.p-why-choose {
  margin-bottom: 4.75rem;
  background: #fbf7f9;
  position: relative;
}

.p-why-choose__head {
  padding-bottom: 2.5rem;
}

.p-why-choose__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 0.5625rem;
}

.p-why-choose__item {
  background: #f3e4ea;
  border-radius: 1.875rem;
  width: 100%;
  position: relative;
}
.p-why-choose__item:nth-child(2) {
  background: #eacad7;
}
.p-why-choose__item:nth-child(3) {
  background: #eacad7;
}

.p-why-choose__item--bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='45' viewBox='0 0 34 45' fill='none'%3E%3Cpath d='M34 45L17 34L0 45V0H34V45Z' fill='%23CE4F84'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 45px;
  position: absolute;
  top: -0.625rem;
  left: 0.625rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-why-choose__item--bg span {
  color: #fcfcfc;
  font-family: "Roboto", sans-serif;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-why-choose__item--bg span {
    font-size: 1.25rem;
  }
}

.p-why-choose__item--img {
  width: 100%;
  height: auto;
  aspect-ratio: 173/100;
}
.p-why-choose__item--img img {
  border-radius: 1.875rem 1.875rem 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-why-choose__item--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding-inline: 0.625rem;
  padding-block: 0.75rem 1.25rem;
}

.p-why-choose__item--text {
  color: #474245;
  text-align: center;
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-why-choose__item--text {
    font-size: 1rem;
  }
}

.p-our-track {
  -webkit-padding-after: 3.8125rem;
          padding-block-end: 3.8125rem;
}

.p-our-track__head {
  padding-bottom: 2.5rem;
}

.p-our-track__wrap {
  border-radius: 1.875rem;
  background: #eacad7;
  overflow: hidden;
}

.p-our-track__img {
  width: 100%;
  height: auto;
  aspect-ratio: 355/140;
}
.p-our-track__img picture {
  width: 100%;
}
.p-our-track__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-our-track__text {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  text-align: center;
  color: #474245;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-our-track__text {
    font-size: 1.125rem;
  }
}

.p-our-track__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
  padding-inline: 0.625rem;
}

.p-our-track__card {
  padding: 0.875rem 2.5rem 0.625rem;
  border-radius: 20px;
  background: #fbf7f9;
  display: grid;
  grid-template-columns: 4.375rem 1fr;
  -webkit-column-gap: 1.1875rem;
     -moz-column-gap: 1.1875rem;
          column-gap: 1.1875rem;
  position: relative;
}
.p-our-track__card:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: -0.6875rem;
  left: 50%;
  translate: -50%;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 1.5rem;
  height: 0.75rem;
  aspect-ratio: 2/1;
  background: #fbf7f9;
}

.p-our-track__card--icon {
  height: auto;
}
.p-our-track__card--icon img {
  width: 100%;
  height: 100%;
}
.p-our-track__card--icon.--1 {
  width: 4.25rem;
}
.p-our-track__card--icon.--2 {
  width: 4.25rem;
}
.p-our-track__card--icon.--3 {
  width: 4.25rem;
}

.p-our-track__card--sub {
  font-size: 16px;
  font-weight: 400;
}
.p-our-track__card--sub span {
  font-size: 1.25rem;
  font-weight: 700;
}

.p-our-track__card--tag {
  display: inline-block;
  background: #7e767b;
  border-radius: 25px;
  padding-inline: 0.625rem;
  color: #fcfcfc;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-our-track__card--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  margin-top: -0.625rem;
}
.p-our-track__card--main span {
  font-family: "Roboto", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 900;
}

.p-our-track__down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
  padding-block: 0.625rem 1.875rem;
}

.p-our-track__down--text {
  color: #474245;
  text-align: center;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-our-track__down--text {
    font-size: 1.125rem;
  }
}
.p-our-track__down--text span {
  font-size: max(1.375rem, 17.6px);
  font-weight: 700;
  line-height: 8.1818181818%;
  letter-spacing: 0.01em;
  font-family: "Zen Kaku Gothic New";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.22px;
}
@media screen and (max-width: 409px) {
  .p-our-track__down--text span {
    font-size: 1.375rem;
  }
}

.p-support {
  -webkit-padding-before: 6.5625rem;
          padding-block-start: 6.5625rem;
}

.p-support__head {
  padding-bottom: 2.5rem;
}

.p-support__img {
  width: 19.6875rem;
  height: auto;
  aspect-ratio: 315/390;
  margin-left: -1.25rem;
}
.p-support__img img {
  width: 100%;
  height: 100%;
}

.p-support__lists {
  padding-top: 2.5rem;
}

.p-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  padding-block: 0.75rem 1rem;
  border-bottom: 1.5px dashed #ddbac8;
}

.p-support__list--title {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-left: 1.4375rem;
  position: relative;
}
@media screen and (max-width: 409px) {
  .p-support__list--title {
    font-size: 1.125rem;
  }
}
.p-support__list--title::before {
  content: "";
  position: absolute;
  background: url(../img/hart-list.png) no-repeat center center/cover;
  width: 0.8125rem;
  height: 0.75rem;
  top: 0.6875rem;
  left: 0;
}

.p-support__list--text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-support__list--text {
    font-size: 1rem;
  }
}
.p-support__list--text span {
  font-size: 0.875rem;
}

.p-faq {
  padding-block: 4.375rem 4.9375rem;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

.p-faq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}

.p-faq__item {
  border-radius: 1.875rem;
  background: #eacad7;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding: 0.375rem 0.625rem;
}
@media screen and (max-width: 409px) {
  .p-faq__item {
    font-size: 1.125rem;
  }
}

.p-faq__question {
  position: relative;
}
@media (any-hover: hover) {
  .p-faq__question:hover {
    cursor: pointer;
  }
}

.p-faq__icon {
  display: inline-block;
  width: 0.9375rem;
  aspect-ratio: 5/3;
  background: url(../img/arrow.png) no-repeat center center/cover;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.js-content {
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.p-faq__question-text {
  list-style: none;
  padding-inline: 2.3125rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-faq__question-text::before {
  content: "Q.";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.625rem;
  color: #ce4f84;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-faq__question-text::before {
    font-size: 1.25rem;
  }
}

.p-faq__answer {
  border-radius: 1.25rem;
  background: #fcfcfc;
  padding: 0.625rem;
  margin-block: 0.625rem 0.625rem;
}

.p-faq__answer-text {
  list-style: none;
  color: #474245;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-faq__answer-text {
    font-size: 1rem;
  }
}
.p-faq__answer-text span {
  font-size: max(0.875rem, 11.2px);
  font-weight: 400;
  line-height: 12.8571428571%;
  letter-spacing: 0.0714285714em;
}
@media screen and (max-width: 409px) {
  .p-faq__answer-text span {
    font-size: 0.875rem;
  }
}

.p-cta {
  background: url(../img/cta-bg.png) no-repeat center center/cover;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -2;
}

.p-cta2 {
  position: relative;
  z-index: -3;
  -webkit-padding-before: 5.6875rem;
          padding-block-start: 5.6875rem;
}

.p-cta3 {
  -webkit-padding-before: 2.9375rem;
          padding-block-start: 2.9375rem;
  position: relative;
  z-index: 0;
}

.p-cta4 {
  -webkit-padding-before: 2.9375rem;
          padding-block-start: 2.9375rem;
  background: #fbf7f9;
  position: relative;
  z-index: 0;
}

.p-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-cta__head {
  padding-bottom: 1.25rem;
}

.p-cta__img {
  width: 100%;
  height: auto;
  aspect-ratio: 375/230;
}
.p-cta__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cta__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
  padding: 0.8125rem 2.625rem 0.8125rem 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ce4f84;
  margin-bottom: 1.25rem;
  margin-top: -0.0625rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.p-cta__foot svg {
  width: 0.6875rem;
  height: 1.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 5/3;
}
@media (any-hover: hover) {
  .p-cta__foot:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-cta__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  font-size: max(1.5rem, 19.2px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-cta__line {
    font-size: 1.5rem;
  }
}
.p-cta__line svg {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
}

.p-cta__text {
  padding-inline: 1.25rem;
  padding-bottom: 1.25rem;
}

.cta__main--title-jp {
  width: 15.9375rem;
  height: auto;
  padding-bottom: 1.625rem;
}
.cta__main--title-jp img {
  width: 100%;
  height: 100%;
}

.cta__main--title-en {
  font-family: "Cormorant Garamond", serif;
  color: #7e767b;
  font-size: max(3.625rem, 46.4px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.0689655172em;
  padding-bottom: 4.6875rem;
}
@media screen and (max-width: 409px) {
  .cta__main--title-en {
    font-size: 3.625rem;
  }
}

.p-cta__text2 {
  text-align: center;
}

.p-step__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3.75rem;
  margin-top: 1.25rem;
}

.p-step__item {
  border-radius: 1.875rem;
  background: #f3e4ea;
  overflow: hidden;
}

.p-step__item--img {
  width: 100%;
  height: auto;
  aspect-ratio: 355/200;
}
.p-step__item--img img {
  width: 100%;
  height: 100%;
}
.p-step__item--img picture {
  width: 100%;
}

.p-step__item--body {
  padding: 1.25rem 0.625rem 1.25rem;
}

.p-step__item--title {
  color: #474245;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.0625em;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 409px) {
  .p-step__item--title {
    font-size: 1rem;
  }
}
.p-step__item--title span {
  font-family: "Roboto", sans-serif;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 11.1111111111%;
}
@media screen and (max-width: 409px) {
  .p-step__item--title span {
    font-size: 1.125rem;
  }
}

.p-step__item--pink {
  color: #ce4f84;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 409px) {
  .p-step__item--pink {
    font-size: 1.25rem;
  }
}

.p-step__item--text {
  padding-bottom: 0.6875rem;
}
.p-step__item--text.--1 {
  padding-bottom: 1.8125rem;
}

.p-step__btn {
  display: inline-block;
  border-radius: 6.25rem;
  background: #ce4f84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 16.25rem;
  padding: 0.625rem 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  color: #fcfcfc;
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-inline: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 409px) {
  .p-step__btn {
    font-size: 1.25rem;
  }
}
.p-step__btn svg {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
}
@media (any-hover: hover) {
  .p-step__btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-step__text {
  text-align: center;
  margin-top: 0.6875rem;
}

.p-top-news {
  background: #fbf7f9;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  -webkit-padding-after: 4.875rem;
          padding-block-end: 4.875rem;
}

.p-top-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  padding-block: 1.1875rem 2.375rem;
}

.p-top-news__item {
  padding-block: 0.625rem 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1.5px dashed #ddbac8;
}
.p-top-news__item:active {
  color: #ce4f84;
}
@media (any-hover: hover) {
  .p-top-news__item:hover {
    cursor: pointer;
    color: #ce4f84;
  }
}

.p-top-news__item--title {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-top-news__item--title {
    font-size: 1rem;
  }
}

.p-top-news__btn {
  width: min(16.25rem, 100%);
}
.p-top-news__btn span {
  font-size: 1.125rem;
  font-weight: 500;
}
.p-top-news__btn svg {
  width: 9px;
  height: 15px;
}

.p-about {
  -webkit-margin-after: 2.625rem;
          margin-block-end: 2.625rem;
}

.p-about__head--text {
  padding-bottom: 1.8125rem;
}

.p-about__lists {
  padding-top: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}

.p-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  padding-block: 0.625rem 1rem;
}

.p-about__list--title {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-left: 1.4375rem;
  position: relative;
}
@media screen and (max-width: 409px) {
  .p-about__list--title {
    font-size: 1.125rem;
  }
}
.p-about__list--title::before {
  content: "";
  position: absolute;
  background: url(../img/hart-list.png) no-repeat center center/cover;
  width: 0.8125rem;
  height: 0.75rem;
  top: 50%;
  translate: 0 -50%;
  left: 0;
}

.p-about__list--text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-about__list--text {
    font-size: 1rem;
  }
}

.p-profile__lists {
  padding-top: 2.5rem;
}

.p-profile__list {
  padding-block: 0.625rem;
  border-bottom: 1.5px dashed #ddbac8;
}

.p-profile__list--title {
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0714285714em;
}
@media screen and (max-width: 409px) {
  .p-profile__list--title {
    font-size: 0.875rem;
  }
}

.p-profile__list--text.mail {
  color: #1a0dab;
}

.p-profile__text {
  color: #7e767b;
  font-size: max(0.875rem, 11.2px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.0714285714em;
  margin-top: 1rem;
}
@media screen and (max-width: 409px) {
  .p-profile__text {
    font-size: 0.875rem;
  }
}

.p-page--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  background: #fcfcfc;
  padding-block: 1.25rem;
}
.p-page--list.p-under {
  border-bottom: 1px solid #ddbac8;
}

.p-page__text span {
  color: #7e767b;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.0714285714em;
}
@media screen and (max-width: 409px) {
  .p-page__text span {
    font-size: 0.875rem;
  }
}
.p-page__text .current-item {
  color: #474245;
}

.p-page--list__inner {
  padding-inline: 1.25rem;
}

.p-fv-company {
  position: relative;
  width: 100%;
  height: auto;
}

.p-fv-company__title {
  -webkit-padding-after: 6.875rem;
          padding-block-end: 6.875rem;
}

.p-fv-company__bg--img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.p-fv-company__bg--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-story {
  -webkit-padding-before: 2.5625rem;
          padding-block-start: 2.5625rem;
}

.p-story__swiper-container,
.p-story__swiper,
.p-story__swiper-wrapper,
.p-story__swiper-slide {
  position: relative;
}

.p-story__swiper-container {
  -webkit-padding-before: 1.25rem;
          padding-block-start: 1.25rem;
}

.p-story__swiper-slide {
  border-radius: 0px 100px 0px 0px;
  background: #f3e4ea;
  padding-block: 1.875rem 2.75rem;
  width: 19.6875rem;
}

.p-story__swiper-slide--inner {
  padding-inline: 0.625rem;
}

.p-story__post {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-left: 2.125rem;
  position: relative;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 409px) {
  .p-story__post {
    font-size: 1.125rem;
  }
}
.p-story__post::before {
  content: "";
  position: absolute;
  background: url(../img/hart-list.png) no-repeat center center/cover;
  width: 1rem;
  height: 0.875rem;
  top: 50%;
  translate: 0 -50%;
  left: 0.625rem;
}

.p-story__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 0.875rem;
  padding-inline: 0.625rem;
}

.p-story__icon {
  width: 3.625rem;
  height: auto;
  aspect-ratio: 29/35;
}
.p-story__icon img {
  width: 100%;
  height: 100%;
}

.p-story__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-story__name {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-story__name {
    font-size: 1.25rem;
  }
}

.p-story__label {
  background: #ce4f84;
  opacity: 0.9;
  color: #fcfcfc;
  padding-inline: 0.9375rem;
  font-size: 20px;
  font-weight: 500;
  margin-block: 0.25rem;
  position: relative;
  white-space: nowrap;
}
.p-story__label span {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-story__label span {
    font-size: 1.5rem;
  }
}
.p-story__label .big {
  font-family: "Roboto", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
  padding-inline: 0.1875rem;
  line-height: 1.4;
  position: relative;
  top: 0.125rem;
}
.p-story__label .left {
  -webkit-margin-start: -0.875rem;
          margin-inline-start: -0.875rem;
}
.p-story__label::before, .p-story__label::after {
  content: "";
  position: absolute;
  background: #ce4f84;
  opacity: 0.9;
  width: 0.9375rem;
}
.p-story__label::before {
  height: 100%;
  top: 0;
  left: 100%;
}
.p-story__label::after {
  top: calc(100% + 1px);
  right: -0.9375rem;
  height: 0.5rem;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.p-story__changes {
  -webkit-margin-before: 0.8125rem;
          margin-block-start: 0.8125rem;
}

.p-story__change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.875rem;
     -moz-column-gap: 0.875rem;
          column-gap: 0.875rem;
  height: 2.5rem;
}
.p-story__change:nth-of-type(2) {
  margin-top: -0.1875rem;
}

.p-story__change--btn {
  border-radius: 0.5rem;
  width: 4.6875rem;
  color: #fcfcfc;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.p-story__change--btn.--before {
  background: #7e767b;
}
.p-story__change--btn.--after {
  background: #ce4f84;
}

.p-story__change--text {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-story__change--text span {
  color: #7e767b;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding-inline: 0.1875rem;
  position: relative;
  top: 0.09375rem;
}
.p-story__change--text .big {
  padding-inline: 0.125rem;
  color: #ce4f84;
  font-family: "Roboto", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  font-size: 34px;
}
.p-story__change--text .small {
  color: #7e767b;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 180%;
  position: relative;
  top: 0.125rem;
  padding-inline: 0;
}

.p-story__comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  -webkit-margin-before: 0.875rem;
          margin-block-start: 0.875rem;
}

.p-story__comment {
  border-radius: 0 1.25rem 1.25rem 1.25rem;
  background: #fcfcfc;
  padding: 0.625rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal.--swiper2 {
  top: calc(100% + 28px);
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out, scale 0.3s ease;
  transition: background 0.3s ease-in-out, scale 0.3s ease;
  scale: 1.5;
}

dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out, scale 0.3s ease;
  transition: background 0.3s ease-in-out, scale 0.3s ease;
  scale: 1.5;
}
dialog.js-show.p-modal__content {
  opacity: 1;
  scale: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  background: rgba(206, 79, 132, 0.6);
  /* ぼかし */
  backdrop-filter: blur(4px);
  scale: 1;
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(206, 79, 132, 0.6);
  /* ぼかし */
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  scale: 1;
}

.p-modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, scale 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, scale 0.3s ease-in-out;
  scale: 1.5;
  width: min(20.9375rem, 95%);
  max-height: 90vh;
  border-radius: 40px;
  background: #fcfcfc;
}

.p-modal__inner {
  overflow-y: scroll;
  height: inherit;
  max-height: inherit;
  position: relative;
}

.p-modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 0.625rem 1.25rem 2.5rem;
}
.p-modal__body h3 {
  padding-bottom: 1.25rem;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-modal__body h3 {
    font-size: 1.25rem;
  }
}
.p-modal__body.our-track__modal {
  padding: 5rem 0.9375rem 2.5rem;
}
.p-modal__body.our-track__modal h3 {
  padding-bottom: 1.875rem;
}

.p-modal__number {
  color: #eacad7;
  font-family: "Roboto", sans-serif;
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 409px) {
  .p-modal__number {
    font-size: 2.5rem;
  }
}

.p-modal__text {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-modal__text {
    font-size: 1rem;
  }
}
.p-modal__text span {
  color: #ce4f84;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  display: inline;
}
@media screen and (max-width: 409px) {
  .p-modal__text span {
    font-size: 1.125rem;
  }
}

.p-modal__img {
  height: auto;
  margin-inline: auto;
}
.p-modal__img img {
  width: 100%;
  height: 100%;
}
.p-modal__img.--1 {
  width: 14.0625rem;
  padding-block: 2.5rem;
}
.p-modal__img.--2 {
  width: 13.25rem;
  padding-block: 1.25rem;
}
.p-modal__img.--3 {
  width: 7.875rem;
}
.p-modal__img.--4 {
  width: 18.375rem;
  padding-block: 1.25rem;
}

.p-modal__img--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.4375rem;
     -moz-column-gap: 1.4375rem;
          column-gap: 1.4375rem;
  padding-block: 1.25rem;
}

.p-modal__support {
  border-radius: 20px;
  border: 1px solid #ce4f84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  margin-top: 1.25rem;
}

.p-modal__support--head {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  color: #fcfcfc;
  background: #ce4f84;
  border-radius: 0px 0px 10px 0px;
  margin-left: -1px;
  margin-top: -1px;
  margin-right: auto;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-modal__support--head {
    font-size: 1.125rem;
  }
}

.p-modal__support--text {
  padding: 0.25rem 0.625rem;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 409px) {
  .p-modal__support--text {
    font-size: 1rem;
  }
}
.p-modal__support--text span {
  color: #ce4f84;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  display: inline;
}
@media screen and (max-width: 409px) {
  .p-modal__support--text span {
    font-size: 1.125rem;
  }
}

.p-modal__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-bottom: 1.25rem;
}

.p-modal__comment--q,
.p-modal__comment--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding: 0.25rem 0.625rem;
}
.p-modal__comment--q span,
.p-modal__comment--a span {
  color: #fcfcfc;
}

.p-modal__comment--q {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 10px 0px 10px 10px;
  background: #7e767b;
  height: 2.5rem;
}
.p-modal__comment--q .--q {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 409px) {
  .p-modal__comment--q .--q {
    font-size: 1.25rem;
  }
}
.p-modal__comment--q span {
  font-size: max(1rem, 12.8px);
  font-weight: 400 32.4;
  line-height: 0.01125;
}
@media screen and (max-width: 409px) {
  .p-modal__comment--q span {
    font-size: 1rem;
  }
}

.p-modal__comment--a {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 10px 10px 10px;
  background: #ce4f84;
  height: 2.75rem;
}
.p-modal__comment--a .--q {
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.0416666667em;
  font-family: "Raleway", sans-serif;
}
@media screen and (max-width: 409px) {
  .p-modal__comment--a .--q {
    font-size: 1.5rem;
  }
}
.p-modal__comment--a span {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-modal__comment--a span {
    font-size: 1.125rem;
  }
}

.p-modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  border-radius: 100vmax;
  background: #474245;
  width: 2.5rem;
  height: 2.5rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-modal__close-btn svg {
  width: 0.875rem;
  height: 0.875rem;
}

.p-modal__item--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  margin-top: 1.875rem;
}

.p-modal__item {
  background: #eacad7;
  width: 100%;
  height: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-modal__item.--1 {
  border-radius: 2.5rem 2.5rem 0px 0px;
  height: 10.625rem;
  row-gap: 1.125rem;
}
.p-modal__item.--2 {
  row-gap: 1.0625rem;
}
.p-modal__item.--3 {
  row-gap: 0.875rem;
}
.p-modal__item.--4 {
  row-gap: 0.6875rem;
}
.p-modal__item.--5 {
  row-gap: 0.625rem;
}
.p-modal__item.--6 {
  border-radius: 0 0 2.5rem 2.5rem;
  height: 8.4375rem;
  row-gap: 1.25rem;
}

.p-modal__item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-modal__item--img.--1 svg {
  width: 4.375rem;
  height: auto;
}
.p-modal__item--img.--2 svg {
  width: 2rem;
  height: auto;
}
.p-modal__item--img.--3 svg {
  width: 3rem;
  height: auto;
}
.p-modal__item--img.--4 svg {
  width: 3.4375rem;
  height: auto;
}
.p-modal__item--img.--5 svg {
  width: 4rem;
  height: auto;
}

.p-modal__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}

.p-modal__item--text {
  white-space: nowrap;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 409px) {
  .p-modal__item--text {
    font-size: 1rem;
  }
}
.p-modal__item--text span {
  color: #ce4f84;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 6%;
}
@media screen and (max-width: 409px) {
  .p-modal__item--text span {
    font-size: 1.25rem;
  }
}
.p-modal__item--text.center {
  text-align: center;
}
.p-modal__item--text.tate {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: -0.25rem;
  font-size: max(0.8125rem, 10.4px);
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 409px) {
  .p-modal__item--text.tate {
    font-size: 0.8125rem;
  }
}
.p-modal__item--text .number {
  color: #ce4f84;
  font-family: "Roboto", sans-serif;
  padding-inline: 0.1875rem;
  font-size: max(2.125rem, 27.2px);
  font-weight: 900;
  line-height: 5.2941176471%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-modal__item--text .number {
    font-size: 2.125rem;
  }
}

.p-modal__item--text5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-modal__item--title {
  text-align: center;
  color: #fcfcfc;
  font-size: max(1.75rem, 22.4px);
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (max-width: 409px) {
  .p-modal__item--title {
    font-size: 1.75rem;
  }
}

.p-archive {
  background: #fcfcfc;
}

.p-archive__body {
  padding-block: 2.5rem 5rem;
}

.p-archive__item {
  padding-block: 1.25rem;
  border-bottom: 1.5px dashed #ddbac8;
}
.p-archive__item:active {
  color: #ce4f84;
}

.p-archive__page--title {
  margin-bottom: 0.625rem;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-archive__page--title {
    font-size: 1.25rem;
  }
}

.p-archive__page--img {
  margin-bottom: 0.625rem;
  width: 100%;
  height: auto;
  aspect-ratio: 355/188;
}
.p-archive__page--img a {
  display: block;
}
.p-archive__page--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 11.75rem;
}

.p-archive__page--text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-404__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.875rem;
  padding-bottom: 3.75rem;
}

.p-404__img {
  width: 2.5625rem;
  height: auto;
  aspect-ratio: 41/49;
}
.p-404__img svg {
  width: 100%;
  height: 100%;
}

.p-404__body--title {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 409px) {
  .p-404__body--title {
    font-size: 1.125rem;
  }
}

.p-banner,
.p-banner2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (min-width: 410px) {
  .p-banner,
  .p-banner2 {
    display: none;
  }
}
.p-banner.hidden,
.p-banner2.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.p-banner.visible,
.p-banner2.visible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-banner__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 68px;
  padding: 0.8125rem 2.8125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(206, 79, 132, 0.6);
  /* ぼかし */
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.p-banner__foot svg {
  width: 0.6875rem;
  height: 1.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 5/3;
}

.p-banner__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fcfcfc;
  font-size: max(1.5rem, 19.2px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 409px) {
  .p-banner__line {
    font-size: 1.5rem;
  }
}
.p-banner__line svg {
  width: 2.125rem;
  height: auto;
  aspect-ratio: 1;
}

.p-single {
  background: #fcfcfc;
}

.p-single__title {
  padding-bottom: 4.375rem;
}

.p-single__title--jp {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 409px) {
  .p-single__title--jp {
    font-size: 1.25rem;
  }
}

.p-single__body {
  padding-bottom: 5rem;
}
.p-single__body .image {
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
}
.p-single__body .image img {
  width: 100%;
  height: 100%;
}
.p-single__body h2 {
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-single__body h2 {
    font-size: 1.125rem;
  }
}
.p-single__body h3 {
  color: #ce4f84;
  font-size: max(1.125rem, 14.4px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 409px) {
  .p-single__body h3 {
    font-size: 1.125rem;
  }
}
.p-single__body b,
.p-single__body strong {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(255, 230, 0);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.p-single__body h2 {
  margin-bottom: 1.25rem;
}
.p-single__body h3,
.p-single__body h4 {
  margin-bottom: 1.25rem;
}
.p-single__body p + p {
  margin-top: 0.625rem;
}
.p-single__body figure {
  margin-bottom: 2.5rem;
}
.p-single__body p + ul,
.p-single__body p + ol,
.p-single__body ul + p,
.p-single__body ol + p,
.p-single__body ul + ol,
.p-single__body ol + ul {
  margin-top: 1.25rem;
}
.p-single__body p + h2,
.p-single__body ul + h2,
.p-single__body ol + h2,
.p-single__body figure + h2,
.p-single__body table + h2 {
  margin-top: 2.5rem;
}
.p-single__body p + h3,
.p-single__body ul + h3,
.p-single__body ol + h3,
.p-single__body figure + h3,
.p-single__body table + h3 {
  margin-top: 2.5rem;
}
.p-single__body p + h4,
.p-single__body ul + h4,
.p-single__body ol + h4,
.p-single__body figure + h4,
.p-single__body table + h4 {
  margin-top: 1.25rem;
}
.p-single__body table + table {
  margin-top: 2.5rem;
}

@media (min-width: 410px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 409px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.u-font__jp {
  font-family: "Roboto", sans-serif;
}
.u-font__en {
  font-family: "Raleway", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 409px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 410px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 409px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 410px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 409px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 410px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 409px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 410px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 409px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 410px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}