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

ul {
  list-style-type: none;
}

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

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #000;
  scroll-behavior: smooth;
}

html[data-loader-lower=true] .loader__progress,
html[data-loader-lower=true] .loader__progress-bar {
  display: none !important;
}

body,
.wrapper {
  background-color: #f8f0ff;
}

body {
  padding: 8px;
}

.wrapper {
  position: relative;
  z-index: 1;
}

.container {
  width: 100%;
  padding: 0 2%;
  margin: 0 auto;
  max-width: calc(1200px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 809px) {
  .container {
    max-width: 100%;
  }
}

.desc {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--100 {
  height: 100%;
}
.image--auto {
  width: auto;
}
.image--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.loader {
  width: 100%;
  height: 100%;
  background-color: #000;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  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;
  overflow: hidden;
}
.loader__content {
  width: 100%;
  max-width: 434px;
}
@media screen and (max-width: 809px) {
  .loader__content {
    max-width: 260px;
  }
}
.loader__slogan {
  font: 700 5.6rem "Sora", sans-serif;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  text-align: center;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 809px) {
  .loader__slogan {
    font-size: 32px;
  }
}
.loader__slogan span {
  display: inline-block;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.loader__slogan .fade-up {
  opacity: 0 !important;
  -webkit-transform: translateY(-30px) !important;
          transform: translateY(-30px) !important;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.loader__progress {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  overflow: hidden;
}
.loader__progress-bar {
  width: 0%;
  height: 100%;
  background: #fe4f9e;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.header {
  width: calc(100% - 16px);
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 999;
}
.header.is-dark .header__logo {
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
}
.header.is-dark .header__nav {
  border-color: rgba(0, 0, 0, 0.5);
}
.header.is-dark .header__nav-link {
  color: #000;
}
.header.is-dark .header__nav-link:hover::before {
  background-color: #000;
}
.header.is-dark .button--solid {
  background-color: #000;
}
.header.is-dark .button--solid::after {
  background: url("./src/img/icons/arrow-white.svg") center/cover no-repeat;
}
.header.is-dark .button--solid > .button__text {
  color: #fff;
}
.header.is-dark .header__menu-line {
  background-color: #000;
}
.header.is-active .header__wrapper {
  border-bottom: 1px solid #e1e1e1;
}
.header.is-active .header__logo {
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
}
.header.is-active .header__nav {
  max-height: 355px;
  padding: 120px 0 40px;
  -webkit-animation: fade-in 0.3s ease;
          animation: fade-in 0.3s ease;
}
.header.is-active .header__nav-link {
  color: #000;
}
.header.is-active .header__menu .header__menu-line {
  background-color: #000;
}
.header.is-active .header__menu .header__menu-line:nth-child(1) {
  -webkit-transform: translate(0, 5px) rotate(45deg);
          transform: translate(0, 5px) rotate(45deg);
}
.header.is-active .header__menu .header__menu-line:nth-child(2) {
  width: 22px;
  -webkit-transform: translate(0, -5px) rotate(-45deg);
          transform: translate(0, -5px) rotate(-45deg);
}
.header__container, .header__wrap, .header__wrapper, .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__container {
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 40px;
}
@media screen and (max-width: 809px) {
  .header__container {
    padding: 20px;
  }
}
@media screen and (max-width: 809px) {
  .header__wrap, .header__wrapper {
    width: 100%;
  }
}
.header__logo, .header__nav, .header__menu-line {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 809px) {
  .header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1;
    padding-bottom: 20px;
  }
}
.header__logo {
  width: 95px;
  height: 34px;
  display: inline-block;
  margin-right: 32px;
  position: relative;
}
.header__nav {
  border-left: 2px solid #fff;
  padding-left: 32px;
  gap: 32px;
}
@media screen and (max-width: 809px) {
  .header__nav {
    width: 100%;
    max-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-left: 0;
    border-radius: 24px 24px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
}
.header__nav-link {
  font: 400 1.6rem "Sora", sans-serif;
  color: #fff;
  padding-block: 2px;
  position: relative;
}
.header__nav-link::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 809px) {
  .header__nav-link::before {
    display: none;
  }
}
.header__nav-link:hover::before {
  width: 100%;
}
@media screen and (max-width: 809px) {
  .header__btn {
    display: none !important;
  }
}
.header__menu {
  width: 32px;
  height: 32px;
  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;
  gap: 8px 0;
  padding: 5px;
  position: relative;
}
.header__menu-line {
  width: 22px;
  height: 2px;
  display: block;
  background-color: #fff;
  border-radius: 1px;
}
.header__menu-line:last-child {
  width: 16px;
}

.footer {
  background-color: #000;
  border-radius: 24px;
  padding: 48px 24px;
  margin-top: 80px;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .footer {
    padding: 32px;
  }
}
@media screen and (max-width: 809px) {
  .footer {
    padding: 32px 24px;
  }
}
.footer__container, .footer__wrapper, .footer__nav, .footer__nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 809px) {
  .footer__container, .footer__wrapper, .footer__nav, .footer__nav-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__container, .footer__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2%;
  margin: 0 auto;
  max-width: calc(1200px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
@media screen and (max-width: 809px) {
  .footer__container, .footer__wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .footer__container, .footer__wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .footer__container {
    gap: 0 50px;
  }
}
.footer__logo {
  width: 106px;
  height: 76px;
  display: inline-block;
  margin-bottom: 32px;
}
.footer__desc {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1.5em;
}
.footer__nav {
  gap: 72px;
}
@media screen and (max-width: 1199px) {
  .footer__nav {
    gap: 0;
  }
}
@media screen and (max-width: 809px) {
  .footer__nav {
    margin-top: 50px;
  }
}
.footer__nav-col {
  min-width: 184px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  border-left: 1px solid #fff;
  padding-left: 18px;
}
@media screen and (max-width: 1199px) {
  .footer__nav-col {
    min-height: 163px;
  }
}
@media screen and (max-width: 809px) {
  .footer__nav-col {
    min-width: 100%;
  }
}
.footer__nav-link {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1.1111111111em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__wrapper {
  margin-top: 100px;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 28px 0;
  }
}
@media screen and (max-width: 809px) {
  .footer__wrapper {
    margin-top: 48px;
  }
}
@media screen and (max-width: 809px) {
  .footer__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__details, .footer__links {
  font-size: 1.4rem;
  font-weight: 500;
  color: #636363;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1199px) {
  .footer__details, .footer__links {
    text-align: center;
  }
}
.footer__details > span:first-child {
  margin-right: 41px;
}
@media screen and (max-width: 809px) {
  .footer__details > span:first-child {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 809px) {
  .footer__links {
    margin-top: 24px;
  }
}
.footer__links > a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__links > a:hover {
  opacity: 0.7;
}
.footer__email {
  text-decoration: underline;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer__email:hover {
  opacity: 0.7;
}

.button {
  width: 230px;
  height: 48px;
  border: 1px solid #fff;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  padding: 12px 18px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button--w255 {
  width: 255px;
}
.button::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("./src/img/icons/arrow-white.svg") center/cover no-repeat;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button__text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button:hover {
  background: linear-gradient(-45deg, rgb(254, 92, 127) 0%, rgb(124, 54, 234) 100%);
  border: 0;
}
.button:hover::after,
.button:hover .button__text {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.button--solid {
  width: 164px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 10px 5px 18px;
  gap: 0 8px;
}
.button--solid::after {
  background: url("./src/img/icons/arrow.svg") center/cover no-repeat;
}
.button--solid .button__text {
  font: 500 1.6rem "Poppins", sans-serif;
  color: #000;
  letter-spacing: 0;
}
.button--solid:hover {
  background: linear-gradient(45deg, rgb(254, 92, 127) 0%, rgb(124, 54, 234) 100%);
}
.button--solid:hover::after {
  background: url("./src/img/icons/arrow-white.svg") center/cover no-repeat;
}
.button--solid:hover .button__text {
  color: #fff;
}
.button--dark {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 58px;
  background-color: #fff;
  border: 0;
  border-radius: 29px;
}
.button--dark::after {
  background: url("./src/img/icons/arrow.svg") center/cover no-repeat;
}
.button--dark .button__text {
  color: #000;
}
.button--dark:hover {
  background: #000;
}
.button--dark:hover::after {
  background: url("./src/img/icons/arrow-white.svg") center/cover no-repeat;
}
.button--dark:hover .button__text {
  color: #fff;
}
.button--black {
  background-color: #000;
  margin-top: 8px;
}
.button--black::after {
  background: url("./src/img/icons/arrow-white.svg") center/cover no-repeat;
}
.button--black .button__text {
  color: #fff;
}

.modal {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  z-index: 9999;
  -webkit-animation: fade-in 0.3s ease;
          animation: fade-in 0.3s ease;
}
.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal:nth-child(3n+1) .modal__creator {
  background-image: url("./src/img/home/gradient-red.jpg");
}
.modal:nth-child(3n+2) .modal__creator {
  background-image: url("./src/img/home/gradient-pink.jpg");
}
.modal:nth-child(3n+3) .modal__creator {
  background-image: url("./src/img/home/gradient-purple.jpg");
}
.modal__wrapper {
  width: 100%;
  max-width: 936px;
  height: 600px;
  background-color: #fff;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px 25px;
  padding: 8px;
  position: relative;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .modal__wrapper {
    max-width: 755px;
  }
}
@media screen and (max-width: 809px) {
  .modal__wrapper {
    max-width: 340px;
    height: 90vh;
    min-height: 491px;
    max-height: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 12px 12px 20px;
    overflow-y: auto;
  }
}
.modal__close {
  width: 32px;
  height: 32px;
  background: url("./src/img/icons/close.png") center/cover no-repeat;
  position: absolute;
  top: 11px;
  right: 18px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 809px) {
  .modal__close {
    top: 21px;
    right: 24px;
  }
}
.modal__creator {
  width: auto;
  height: 100%;
  aspect-ratio: 394/584;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .modal__creator {
    width: 270px;
  }
}
@media screen and (max-width: 809px) {
  .modal__creator {
    width: 100%;
    min-height: 155px;
    max-height: 155px;
    aspect-ratio: 340/155;
  }
}
.modal__creator--red {
  background-image: url("./src/img/home/gradient-red.jpg");
}
.modal__creator--pink {
  background-image: url("./src/img/home/gradient-pink.jpg");
}
.modal__creator--purple {
  background-image: url("./src/img/home/gradient-purple.jpg");
}
.modal__img {
  width: 494px;
  height: 659px;
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .modal__img {
    width: 472px;
    height: 630px;
    left: 48%;
    -webkit-transform: translateX(-52%);
            transform: translateX(-52%);
  }
}
@media screen and (max-width: 809px) {
  .modal__img {
    width: 340px;
    height: 453px;
    top: -58px;
  }
}
.modal__content {
  width: calc(100% - 419px);
  height: 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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 48px 8px 8px 0;
  overflow-y: auto;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .modal__content {
    width: calc(100% - 295px);
    border-radius: 0 24px 24px 0;
    padding-right: 15px;
  }
}
@media screen and (max-width: 809px) {
  .modal__content {
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
    overflow-y: unset;
  }
}
@media screen and (max-width: 809px) {
  .modal__heading {
    text-align: center;
  }
}
.modal__name {
  font: 600 5.6rem "Sora", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1em;
  display: inline-block;
}
@media screen and (max-width: 809px) {
  .modal__name {
    font-size: 32px;
  }
}
.modal__flag {
  width: 57px;
  height: 33px;
  position: absolute;
  -webkit-transform: translate(28px, 10px);
          transform: translate(28px, 10px);
}
@media screen and (max-width: 809px) {
  .modal__flag {
    width: 43px;
    height: 25px;
    position: relative;
    margin-left: 24px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.modal__cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-block: 12px 32px;
}
@media screen and (max-width: 809px) {
  .modal__cat-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-block: 16px;
    padding-inline: 16px;
  }
}
.modal__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 31px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1em;
  color: #5c5c5c;
  border: 1px solid #5c5c5c;
  border-radius: 12px;
  padding: 7px 11px;
}
@media screen and (max-width: 809px) {
  .modal__cat {
    height: 30px;
    font-size: 12px;
  }
}
.modal__desc {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.5em;
  padding-right: 27px;
}
@media screen and (max-width: 809px) {
  .modal__desc {
    font-size: 12px;
    text-align: center;
    padding-right: 0;
  }
}
.modal__desc > .highlight {
  font-style: italic;
}
.modal__sns-list {
  width: calc(100% - 35px);
  height: 102px;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 16px;
}
@media screen and (max-width: 1199px) {
  .modal__sns-list {
    width: 100%;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .modal__sns-list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 809px) {
  .modal__sns-list {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 15px;
    margin-top: 24px;
    gap: 24px;
  }
}
.modal__sns-list--h-auto {
  position: relative;
  left: unset;
  bottom: unset;
  height: auto;
  margin-top: 26px;
}
.modal__sns {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  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;
}
.modal__sns-logo {
  width: auto;
  height: 40px;
  margin-right: 16px;
}
.modal__sns-logo--sm {
  height: 32px;
  margin-right: 11px;
}
.modal__sns-num {
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #5c5c5c;
}
@media screen and (max-width: 809px) {
  .modal__sns-num {
    font-size: 14px;
  }
}

.card {
  width: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 24px;
  -webkit-animation: fade-in 0.3s ease;
          animation: fade-in 0.3s ease;
}
.card--creator {
  max-width: 290px;
  height: 449px;
  padding: 5px;
}
@media (hover: hover) {
  .card--creator:hover .card__wrap {
    height: 350px;
  }
  .card--creator:hover .card__wrap::before {
    background-size: 105%;
  }
  .card--creator:hover .card__img {
    -webkit-transform: translateX(-50%) scale(1.08);
            transform: translateX(-50%) scale(1.08);
  }
  .card--creator:hover .card__title::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.card--creator .card__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card--creator .card__img {
  width: 366px;
  height: auto;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.card--creator .card__title {
  font-size: 2.1rem;
  bottom: 10px;
  gap: 0 15px;
}
.card--creator .card__title::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("./src/img/icons/arrow.svg") center/cover no-repeat;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card--creator .card__content {
  width: calc(100% - 10px);
  height: 90px;
  gap: 4px 0;
  left: 5px;
  bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .card--creator .card__content {
    display: none;
  }
}
.card--creator-1 .card__wrap::before {
  background-image: url("./src/img/home/gradient-red.jpg");
}
.card--creator-2 .card__wrap::before {
  background-image: url("./src/img/home/gradient-pink.jpg");
}
.card--creator-3 .card__wrap::before {
  background-image: url("./src/img/home/gradient-purple.jpg");
}
.card--service {
  height: 468px;
  padding: 12px;
}
@media screen and (max-width: 1199px) {
  .card--service {
    position: sticky;
    top: 40px;
  }
}
@media (hover: hover) {
  .card--service:hover .card__wrap {
    height: 331px;
  }
}
@media screen and (max-width: 1199px) {
  .card--service .card__wrap {
    height: 331px;
  }
}
.card--service .card__img {
  width: 552px;
  height: 444px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .card--service .card__img {
    width: 700px;
    height: 558px;
  }
}
.card--service .card__title {
  font-size: 1.8rem;
  bottom: 28px;
}
@media screen and (max-width: 809px) {
  .card--service .card__title {
    font-size: 17px;
  }
}
.card--service .card__content {
  width: calc(100% - 24px);
  height: 100px;
  left: 12px;
  bottom: 12px;
}
@media screen and (max-width: 809px) {
  .card--service .card__desc {
    font-size: 14px;
  }
}
.card__wrap {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__img {
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 0.7066px 0.7066px -0.625px, rgba(0, 0, 0, 0.07) 0 1.8066px 1.8066px -1.25px, rgba(0, 0, 0, 0.07) 0 3.6218px 3.6218px -1.875px, rgba(0, 0, 0, 0.06) 0 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.05) 0 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.03) 0 30px 30px -3.75px;
          box-shadow: rgba(0, 0, 0, 0.07) 0 0.7066px 0.7066px -0.625px, rgba(0, 0, 0, 0.07) 0 1.8066px 1.8066px -1.25px, rgba(0, 0, 0, 0.07) 0 3.6218px 3.6218px -1.875px, rgba(0, 0, 0, 0.06) 0 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.05) 0 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.03) 0 30px 30px -3.75px;
  border-radius: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 809px) {
  .card__title {
    border-radius: 30px;
  }
}
.card__content {
  border-radius: 0 0 24px 24px;
  text-align: center;
  position: absolute;
  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;
  padding: 5px 5px 0;
}
.card__desc {
  font-size: 1.8rem;
  line-height: 1.5em;
}
.card__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.card__label, .card__info {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.4em;
}
.card__label {
  font-weight: 700;
  white-space: nowrap;
}
.card__label::after {
  content: ":";
  font-weight: 400;
  display: inline-block;
  margin-right: 3px;
}
.card__info {
  text-align: left;
}

.tab {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.tab--form {
  max-width: 564px;
}
.tab__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 26px;
  margin-bottom: 35px;
}
@media screen and (max-width: 809px) {
  .tab__buttons {
    -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;
  }
}
.tab__buttons--white .tab__btn {
  color: #fff;
  border-color: #fff;
}
.tab__buttons--white .tab__btn.is-active, .tab__buttons--white .tab__btn:hover {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.tab__btn {
  width: 169px;
  height: 42px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 21px;
  font: 400 1.8rem "Poppins", sans-serif;
  color: #000;
  line-height: 1em;
  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-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.tab__btn--w183 {
  width: 183px;
}
.tab__btn:hover, .tab__btn.is-active {
  background-color: #000;
  color: #fff;
}
.tab__wrap {
  display: none;
}
.tab__wrap.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form {
  margin-top: 80px;
}
.form__content {
  width: 100%;
  min-height: 645px;
  background-color: #f9f0ff;
  border: 3px solid #595959;
  border-radius: 24px;
  padding: 32px;
}
.form__form {
  width: 100%;
}
.form__item {
  margin-bottom: 24px;
}
.form__label {
  font: 500 1.8rem "Sora", sans-serif;
  display: block;
  margin-bottom: 16px;
}
.form__input, .form__select-wrap, .form__others {
  width: 100%;
  height: 46px;
}
.form__input, .form__select, .form__textarea, .form__others {
  background-color: rgba(187, 187, 187, 0.15);
  border-radius: 10px;
  border: 1px solid rgba(136, 136, 136, 0.1);
  font: 400 1.8rem "Poppins", sans-serif;
  color: #636363;
  padding: 4px 12px;
}
.form__input:focus, .form__select:focus, .form__textarea:focus, .form__others:focus {
  outline: none;
}
.form__others {
  margin-top: 10px;
}
.form__select-wrap {
  position: relative;
}
.form__select-wrap::after {
  content: "";
  width: 38px;
  height: 46px;
  background: url("./src/img/icons/caret.svg") center/cover no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.form__select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
}
.form__textarea {
  width: 100%;
  height: 100px;
  line-height: 1.2em;
  resize: none;
}
.form__button-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.form__button {
  width: 100%;
  height: 40px;
  background-color: #333;
  border: 0;
  font: 600 1.4rem "Inter", sans-serif;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form__button:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 92, 127)), to(rgb(164, 62, 210)));
  background: linear-gradient(90deg, rgb(254, 92, 127) 0%, rgb(164, 62, 210) 100%);
}
.form__button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.form__loader {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.form__message {
  width: 100%;
  height: 100%;
  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;
  font: 600 1.4rem "Inter", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.form__message--success {
  color: #fff;
  background-color: #333;
}
.form__message--error {
  color: #f24;
  background-color: rgba(255, 34, 68, 0.15);
}

#team-cursor {
  width: 103px;
  height: 103px;
  background: linear-gradient(15deg, rgb(124, 54, 234) 0%, rgb(254, 92, 127) 100%);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, left 0.1s ease-out opacity 0.1s ease-out;
  transition: top 0.1s ease-out, left 0.1s ease-out opacity 0.1s ease-out;
}
#team-cursor::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url("./src/img/icons/team-cursor.png") center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 51%;
  -webkit-transform: translate(-49%, -50%);
          transform: translate(-49%, -50%);
}

.team {
  margin-block: 95px 75px;
}
@media screen and (max-width: 809px) {
  .team {
    margin-block: 83px;
  }
}
.team__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin-block: 7px 15px;
}
@media screen and (max-width: 1199px) {
  .team__sns-list {
    -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;
  }
}
.team__sns-link {
  width: 100%;
  width: 351px;
  height: 175px;
  background-color: #000;
  border-radius: 24px;
  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;
  gap: 0 34px;
  padding: 30px 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}
.team__sns-link::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-top-left-radius: 24px;
  position: absolute;
  right: -100%;
  bottom: -100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.team__sns-link:hover::after {
  right: 0;
  bottom: 0;
}
.team__sns-link:hover .team__sns-icon {
  -webkit-filter: grayscale(100%) invert(100%);
          filter: grayscale(100%) invert(100%);
}
.team__sns-link:hover .team__sns-label,
.team__sns-link:hover .team__sns-info {
  color: #000;
}
.team__sns-link--white {
  background-color: #fff;
}
.team__sns-link--white .team__sns-label,
.team__sns-link--white .team__sns-info {
  color: #000;
}
.team__sns-link--white:hover::after {
  background-color: #000;
}
.team__sns-link--white:hover .team__sns-label {
  color: #fff;
}
.team__sns-link--white:hover .team__sns-info {
  color: #f9f0ff;
}
.team__sns-icon {
  width: 67px;
  height: 67px;
}
.team__sns-label, .team__sns-info {
  line-height: 1.2em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.team__sns-label {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 6px;
}
.team__sns-info {
  font-size: 2rem;
  color: #f9f0ff;
}

.mv {
  width: 100%;
  height: calc(100vh - 16px);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.mv--creator::before {
  display: none;
}
.mv--creator .mv__video {
  -o-object-position: top center;
     object-position: top center;
}
.mv--creator .mv__content {
  width: 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;
  top: unset;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  padding: 0 2%;
  margin: 0 auto;
  max-width: calc(1200px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 809px) {
  .mv--creator .mv__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .mv--creator .mv__content {
    padding-inline: 10px;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .mv--creator .mv__content {
    gap: 0 45px;
  }
}
@media screen and (max-width: 809px) {
  .mv--creator .mv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    gap: 25px 0;
  }
}
.mv--creator .mv__heading {
  font-size: 7rem;
  text-align: left;
}
@media screen and (max-width: 809px) {
  .mv--creator .mv__heading {
    font-size: 40px;
    text-align: center;
  }
}
.mv__video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  overflow: hidden;
  cursor: auto;
}
.mv__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -53%);
          transform: translate(-50%, -53%);
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 809px) {
  .mv__content {
    width: 90%;
    top: 40%;
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
}
.mv__heading, .mv__desc {
  color: #fff;
}
.mv__heading {
  font-family: "Sora", sans-serif;
  font-size: 9rem;
  line-height: 100%;
}
@media screen and (max-width: 809px) {
  .mv__heading {
    font-size: 60px;
  }
}
.mv__desc {
  font-weight: 400;
  margin-block: 12px 48px;
}
@media screen and (max-width: 809px) {
  .mv__desc {
    font-size: 16px;
  }
}
.mv__button {
  margin: 0 auto;
}
.mv__mascot-wrap {
  position: relative;
}
.mv__mascot {
  width: 846px;
  height: 601px;
  position: absolute;
  left: 50%;
  bottom: -450px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .mv__mascot {
    width: 683px;
    height: 485px;
    bottom: -262px;
  }
}
@media screen and (max-width: 809px) {
  .mv__mascot {
    width: 518px;
    height: 368px;
    bottom: -189px;
  }
}

.reason {
  padding-block: 60px;
}
.reason__wrapper {
  width: 100%;
  height: 1632px;
  background: url("./src/img/home/reason-bg.png") center bottom/cover no-repeat;
  border-radius: 24px;
  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: 40px;
  padding: 100px 40px;
  position: relative;
}
@media screen and (max-width: 809px) {
  .reason__wrapper {
    padding-inline: 17px;
  }
}
.reason__sticker {
  width: 319px;
  height: 328px;
  position: absolute;
  top: 135px;
  right: 44px;
  will-change: transform;
}
@media screen and (max-width: 1199px) {
  .reason__sticker {
    display: none;
  }
}
.reason__sticker-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.reason__logo {
  width: 163px;
  height: 116px;
  position: absolute;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, -46%);
          transform: translate(-50%, -46%);
  z-index: 2;
}
.reason__slogan {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  will-change: transform;
}
.reason__card {
  width: 100%;
  max-width: 749px;
  height: 488px;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
  position: sticky;
  top: 150px;
  z-index: 1;
}
@media screen and (max-width: 809px) {
  .reason__card {
    height: auto;
    top: 80px;
    padding: 12px 12px 32px;
  }
}
.reason__card:nth-child(1) {
  -webkit-transform: rotate(1.4715deg);
          transform: rotate(1.4715deg);
}
.reason__card:nth-child(2) {
  -webkit-transform: rotate(-2.359deg);
          transform: rotate(-2.359deg);
}
.reason__card:nth-child(3) {
  -webkit-transform: rotate(-0.7864deg);
          transform: rotate(-0.7864deg);
}
.reason__card-img {
  width: 100%;
  height: 300px;
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 36px;
}
.reason__card-desc {
  width: 100%;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 120%;
  display: inline-block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 92, 127)), to(rgb(164, 62, 210)));
  background: linear-gradient(90deg, rgb(254, 92, 127) 0%, rgb(164, 62, 210) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 809px) {
  .reason__card-desc {
    font-size: 24px;
  }
}

.marquee {
  width: calc(100% + 16px);
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 68px;
}
.marquee__wrap, .marquee__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  white-space: nowrap;
}
.marquee__wrap {
  -webkit-column-gap: 71px;
     -moz-column-gap: 71px;
          column-gap: 71px;
}
.marquee__content {
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  -webkit-animation: marquee 28s linear infinite;
          animation: marquee 28s linear infinite;
}
.marquee__content:not(:last-child) {
  margin-right: 64px;
}
.marquee__item {
  font: 700 12rem "Sora", sans-serif;
  line-height: 1em;
}
@media screen and (max-width: 809px) {
  .marquee__item {
    font-size: 68px;
  }
}
.marquee__item::after {
  content: "";
  width: 89px;
  height: 89px;
  background: url("./src/img/home/v1be-logo.svg") center/cover no-repeat;
  display: inline-block;
  margin-left: 71px;
}
@media screen and (max-width: 809px) {
  .marquee__item::after {
    vertical-align: bottom;
  }
}
.marquee__item--fs120 {
  font-size: 12rem;
}
@media screen and (max-width: 809px) {
  .marquee__item--fs120::after {
    vertical-align: baseline;
  }
}
.marquee__text {
  font-size: 12rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1em;
}
@media screen and (max-width: 809px) {
  .marquee__text {
    font-size: 80px;
  }
}
.marquee__text.stroke {
  color: #f8f0ff;
  -webkit-text-stroke: 3px black;
  text-shadow: 1px 1px 1px rgb 0 0 0/16%;
}

.block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: sticky;
  top: 100px;
}

.service__anchors {
  font-size: 16px;
}
.service__anchors.is-active {
  font-weight: 700;
}

.card-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: 20px;
}

.cards {
  width: 500px;
  height: 400px;
  position: sticky;
  top: 100px; /* stick point */
  margin-bottom: 50px;
}
.cards:nth-child(1) {
  background-color: red;
}
.cards:nth-child(2) {
  background-color: blue;
}
.cards:nth-child(3) {
  background-color: green;
}

#creator-cursor {
  width: 138px;
  height: 28px;
  background-color: #fe5c7f;
  border-radius: 14px;
  font: 400 1.7rem "Inter", sans-serif;
  color: #fff;
  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;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, left 0.1s ease-out opacity 0.1s ease-out;
  transition: top 0.1s ease-out, left 0.1s ease-out opacity 0.1s ease-out;
}
#creator-cursor::before {
  content: "";
  width: 29px;
  height: 29px;
  background: url("./src/img/icons/cursor.svg") center/cover no-repeat;
  position: absolute;
  top: -12px;
  right: 98%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.creator {
  width: 100%;
  min-height: 450px;
  background: linear-gradient(31deg, #7c36ea -41%, #000 36%, #000 77%, #fe5c7f 119%);
  border-radius: 24px;
  padding-block: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.creator--mb60 {
  margin-bottom: 60px;
}
.creator__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2%;
  margin: 0 auto;
  max-width: calc(1200px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 56px;
  padding-inline: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 809px) {
  .creator__row {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .creator__row {
    -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;
    padding-inline: 8px;
  }
}
.creator__row--mb64 {
  margin-bottom: 64px;
}
.creator__heading {
  font: 700 4.8rem "Sora", sans-serif;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .creator__heading {
    margin-bottom: 23px;
    text-align: center;
  }
}
@media screen and (max-width: 809px) {
  .creator__heading {
    font-size: 40px;
  }
}
.creator__content {
  width: 100%;
  max-width: 486px;
}
.creator__desc {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5em;
  margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
  .creator__desc {
    text-align: center;
  }
}
@media screen and (max-width: 809px) {
  .creator__desc {
    font-size: 14px;
  }
}
.creator__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1199px) {
  .creator__button {
    margin: 0 auto;
  }
}
.creator__slider {
  z-index: 1;
}
.creator__list {
  width: 100%;
  max-width: 934px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  margin: 0 auto;
}
.creator__list--masonry {
  max-width: 952px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
@media screen and (min-width: 1401px) {
  .creator__list--masonry {
    max-width: 1196px;
  }
}
@media screen and (max-width: 1199px) {
  .creator__list--masonry {
    max-width: 708px;
  }
}
@media screen and (max-width: 809px) {
  .creator__list--masonry {
    max-width: 352px;
    gap: 12px;
    padding-inline: 12px;
  }
}
.creator__list--masonry .card--creator {
  width: 220px;
  height: 350px;
}
@media screen and (max-width: 809px) {
  .creator__list--masonry .card--creator {
    width: calc(50% - 6px);
    max-width: 170px;
    height: 270px;
  }
}
.creator__list--masonry .card--creator .card__content {
  height: 70px;
}
.creator__list--masonry .card--creator:hover .card__wrap {
  height: 270px;
}
@media screen and (max-width: 809px) {
  .creator__list--masonry .card--creator:hover .card__wrap {
    height: 100%;
  }
}
.creator__list--masonry .card__wrap::before {
  background-size: cover;
}
.creator__list--masonry .card__img {
  width: 287px;
}
@media screen and (max-width: 809px) {
  .creator__list--masonry .card__img {
    width: 237px;
  }
}
.creator__list--masonry .card__title {
  font-size: 1.8rem;
}
.creator__list--masonry .card__content {
  padding-inline: 0;
  gap: 6px 0;
}
.creator__list--masonry .card__label,
.creator__list--masonry .card__info {
  font-size: 1.2rem;
  line-height: 1.3em;
}
.creator__item, .creator__wrap {
  border-radius: 24px;
}
.creator__item {
  display: none;
}
.creator__item:nth-child(3n+1) .card__wrap::before {
  background-image: url("./src/img/home/gradient-red.jpg");
}
.creator__item:nth-child(3n+2) .card__wrap::before {
  background-image: url("./src/img/home/gradient-pink.jpg");
}
.creator__item:nth-child(3n+3) .card__wrap::before {
  background-image: url("./src/img/home/gradient-purple.jpg");
}
@media (hover: hover) {
  .creator__item:hover .creator__wrap {
    height: 350px;
  }
  .creator__item:hover .creator__wrap::before {
    background-size: 105%;
  }
  .creator__item:hover .creator__img {
    -webkit-transform: translateX(-50%) scale(1.08);
            transform: translateX(-50%) scale(1.08);
  }
  .creator__item:hover .creator__btn::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.creator__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.creator__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.creator__img {
  width: 366px;
  height: auto;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.creator__btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-height: 41px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 0.7066px 0.7066px -0.625px, rgba(0, 0, 0, 0.07) 0 1.8066px 1.8066px -1.25px, rgba(0, 0, 0, 0.07) 0 3.6218px 3.6218px -1.875px, rgba(0, 0, 0, 0.06) 0 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.05) 0 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.03) 0 30px 30px -3.75px;
          box-shadow: rgba(0, 0, 0, 0.07) 0 0.7066px 0.7066px -0.625px, rgba(0, 0, 0, 0.07) 0 1.8066px 1.8066px -1.25px, rgba(0, 0, 0, 0.07) 0 3.6218px 3.6218px -1.875px, rgba(0, 0, 0, 0.06) 0 6.8656px 6.8656px -2.5px, rgba(0, 0, 0, 0.05) 0 13.6468px 13.6468px -3.125px, rgba(0, 0, 0, 0.03) 0 30px 30px -3.75px;
  border-radius: 20px;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  gap: 0 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}
@media screen and (max-width: 809px) {
  .creator__btn {
    border-radius: 30px;
  }
}
.creator__btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("./src/img/icons/arrow.svg") center/cover no-repeat;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.creator__detail {
  width: calc(100% - 10px);
  height: 90px;
  border-radius: 0 0 24px 24px;
  position: absolute;
  left: 5px;
  bottom: 5px;
  -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;
  text-align: center;
  gap: 4px 0;
  padding: 5px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .creator__detail {
    display: none;
  }
}
.creator__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.creator__label, .creator__info {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1.4em;
}
.creator__label {
  font-weight: 700;
  white-space: nowrap;
}
.creator__label::after {
  content: ":";
  font-weight: 400;
  display: inline-block;
  margin-right: 3px;
}
.creator__info {
  text-align: left;
}
.creator__deco {
  width: 320px;
  height: 327px;
  position: absolute;
  z-index: -1;
}
.creator__deco--01 {
  top: 139px;
  left: 271px;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .creator__deco--01 {
    top: 275px;
    left: 21px;
  }
}
@media screen and (max-width: 809px) {
  .creator__deco--01 {
    top: unset;
    left: 8px;
    bottom: 188px;
  }
}
.creator__deco--02 {
  right: -43px;
  bottom: -196px;
}
@media screen and (max-width: 1199px) {
  .creator__deco--02 {
    right: -33px;
    bottom: -237px;
  }
}
.creator__deco--03 {
  top: 255px;
  left: 31px;
}
.creator__deco--04 {
  right: 95px;
  bottom: 72px;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .creator__deco--04 {
    right: -56px;
    bottom: 40px;
  }
}
@media screen and (max-width: 809px) {
  .creator__deco--04 {
    right: 11px;
    bottom: 40px;
  }
}
.creator__dropdown-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 809px) {
  .creator__dropdown-row {
    -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;
  }
}
.creator__dropdown {
  width: 257px;
  position: relative;
}
.creator__dropdown--w245 {
  width: 245px;
}
.creator__dropdown.is-active .creator__dropdown-menu {
  display: block;
}
.creator__dropdown.is-active .creator__dropdown-toggle::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.creator__dropdown-toggle {
  width: 100%;
  height: 46px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 1.8rem;
  line-height: 1.2em;
  display: inline-block;
  padding: 12px;
  position: relative;
  cursor: pointer;
}
.creator__dropdown-toggle::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./src/img/icons/arrow-down.png") center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.creator__dropdown-menu {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  position: absolute;
  top: 56px;
  left: 0;
  display: none;
  -webkit-animation: fade-in 0.3s ease;
          animation: fade-in 0.3s ease;
  z-index: 1;
}
.creator__dropdown-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-left: 40px;
  font-size: 1.8rem;
  letter-spacing: -0.01em;
  line-height: 1.5em;
  cursor: pointer;
}
.creator__dropdown-item > input {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.creator__dropdown-item:hover input ~ .creator__dropdown-check {
  background-color: #ffdee5;
}
.creator__dropdown-item > input:checked ~ .creator__dropdown-check {
  background-color: #fe5c7f;
}
.creator__dropdown-item > input:checked ~ .creator__dropdown-check::after {
  display: block;
}
.creator__dropdown-item:not(:last-child) {
  margin-bottom: 10px;
}
.creator__dropdown-check {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.creator__dropdown-check::after {
  content: "";
  width: 18px;
  height: 15px;
  background: url("./src/img/icons/check.svg") center/cover no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
.creator__load-btn {
  width: 124px;
  height: 42px;
  background-color: #fff;
  border: 0;
  border-radius: 21px;
  font: 400 1.8rem "Poppins", sans-serif;
  color: #000;
  text-align: center;
  margin: 32px auto 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-animation: fade-in 0.3s ease;
          animation: fade-in 0.3s ease;
}
.creator__load-btn:hover {
  background-color: #000;
  color: #fff;
}

.about {
  width: 100%;
  overflow: visible;
  z-index: 1;
  padding-block: 120px;
}
@media screen and (max-width: 1199px) {
  .about {
    padding-block: 100px;
  }
}
.about--sticky {
  height: calc(100vh - 80px);
}
@media screen and (max-width: 1199px) {
  .about--sticky {
    height: auto;
  }
}
.about__row {
  height: 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;
  padding: 0 2%;
  margin: 0 auto;
  max-width: calc(1200px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 809px) {
  .about__row {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .about__row {
    -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;
    padding: 0;
  }
}
.about__row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .about__row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 809px) {
  .about__content, .about__list {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .about__list {
    width: 100%;
    max-width: 372px;
  }
}
@media screen and (max-width: 1199px) {
  .about__content {
    text-align: center;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .about__content {
    margin-bottom: 98px;
  }
}
@media screen and (max-width: 809px) {
  .about__content {
    min-height: 176px;
    margin-bottom: 16px;
  }
}
.about__content--row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2%;
  margin: 0 auto;
  max-width: calc(1200px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto 120px;
}
@media screen and (max-width: 809px) {
  .about__content--row {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .about__content--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 8px;
  }
}
.about__subtext {
  font-size: 1.6rem;
  font-weight: 500;
}
.about__subtext--fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 809px) {
  .about__subtext--fs24 {
    font-size: 18px;
  }
}
.about__subtext::before {
  content: "";
  width: 17px;
  height: 17px;
  background: linear-gradient(11.556deg, #ff6276 0%, #7c36ea 100%);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
.about__heading {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1em;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(254, 92, 127)), to(rgb(124, 54, 234)));
  background: linear-gradient(0deg, rgb(254, 92, 127) 0%, rgb(124, 54, 234) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 573px;
  margin-top: 32px;
}
@media screen and (max-width: 1199px) {
  .about__heading {
    margin-inline: auto;
  }
}
@media screen and (max-width: 809px) {
  .about__heading {
    font-size: 20px;
    line-height: unset;
    max-width: 364px;
  }
}
.about__heading--fs50 {
  font-size: 5rem;
  line-height: 1.1em;
  max-width: 663px;
  margin-top: 0;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .about__heading--fs50 {
    margin-block: 32px 60px;
  }
}
@media screen and (max-width: 809px) {
  .about__heading--fs50 {
    font-size: 24px;
    padding-block: 8px 0;
  }
}
.about__item {
  border-top: 1px solid #bfbfbf;
  padding-block: 20px;
}
@media screen and (max-width: 1199px) {
  .about__item {
    text-align: center;
  }
}
.about__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 37.5px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 92, 127)), to(rgb(164, 62, 210)));
  background: linear-gradient(90deg, rgb(254, 92, 127) 0%, rgb(164, 62, 210) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 809px) {
  .about__title {
    font-size: 18px;
  }
}
.about__desc {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 12px;
}
@media screen and (max-width: 809px) {
  .about__desc {
    font-size: 16px;
  }
}
.about__desc--mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 809px) {
  .about__desc--mt24 {
    margin-top: 42px;
  }
}
.about__creator-heading {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1em;
}
@media screen and (max-width: 1199px) {
  .about__creator-heading {
    text-align: center;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .about__creator-heading {
    font-size: 60px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 809px) {
  .about__creator-heading {
    font-size: 40px;
    margin-bottom: 55px;
  }
}
.about__creator-desc {
  width: 100%;
  max-width: 542px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 1199px) {
  .about__creator-desc {
    max-width: 562px;
    text-align: center;
  }
}
.about__mv {
  width: calc(100% + 16px);
  height: 100vh;
  background-color: #f8f0ff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.about__mv::before {
  content: "";
  width: 1041px;
  height: 1041px;
  background: url("./src/img/about/purple-circle.svg") center/cover no-repeat;
  position: absolute;
  top: -700px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__mv::after {
  content: "";
  width: 1041px;
  height: 1041px;
  background: url("./src/img/about/pink-circle.svg") center/cover no-repeat;
  position: absolute;
  left: 50%;
  bottom: -700px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__mv-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  z-index: 1;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .about__mv-content {
    top: 43%;
    -webkit-transform: translate(-50%, -57%);
            transform: translate(-50%, -57%);
  }
}
@media screen and (max-width: 809px) {
  .about__mv-content {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.about__mv-head, .about__mv-desc {
  text-align: center;
}
.about__mv-head {
  font: 600 11rem "Sora", sans-serif;
  line-height: 110%;
  margin-bottom: 80px;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .about__mv-head {
    font-size: 7.5rem;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 809px) {
  .about__mv-head {
    font-size: 4.5rem;
  }
}
.about__mv-logo {
  width: 143px;
  height: 102px;
  display: inline-block;
  margin-inline: 20px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 1199px) {
  .about__mv-logo {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .about__mv-logo {
    width: 108px;
    height: 77px;
  }
}
@media screen and (max-width: 809px) {
  .about__mv-logo {
    width: 74px;
    height: 53px;
    margin-inline: 10px 0;
  }
}
.about__mv-desc {
  font-size: 2.4rem;
  line-height: 150%;
}
.about__us {
  padding-block: 120px;
}
.about__us-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0 2%;
  margin: 0 auto;
  max-width: calc(1200px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 809px) {
  .about__us-list {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .about__us-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .about__us-list {
    max-width: 489px;
  }
}
@media screen and (max-width: 809px) {
  .about__us-list {
    max-width: 379px;
  }
}
.about__us-item {
  width: calc((100% - 20px) * 3);
  min-height: 150px;
  padding-inline: 20px;
  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;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .about__us-item {
    width: 100%;
  }
}
@media screen and (max-width: 809px) {
  .about__us-item {
    padding-inline: 0;
  }
}
.about__us-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .about__us-item:not(:last-child)::after {
    width: 100%;
    height: 1px;
    top: unset;
    bottom: 0;
  }
}
.about__us-desc {
  font-size: 2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 1199px) {
  .about__us-desc {
    text-align: center;
  }
}
@media screen and (max-width: 809px) {
  .about__us-desc {
    font-size: 16px;
  }
}

.service {
  padding-block: 60px;
}
.service--pb0 {
  padding-block: 120px 0;
}
.service__row, .service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2%;
  margin: 0 auto;
  max-width: calc(1200px + 4%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
@media screen and (max-width: 809px) {
  .service__row {
    max-width: 100%;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .service__row {
    padding: 0 30px;
  }
}
@media screen and (max-width: 809px) {
  .service__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .service__row--tab-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
.service__heading {
  font: 600 6rem "Sora", sans-serif;
  line-height: 150%;
}
@media screen and (max-width: 809px) {
  .service__heading {
    font-size: 40px;
  }
}
.service__heading--fs60 {
  font-size: 6rem;
}
.service__logo {
  width: 83px;
  height: 82px;
  display: inline-block;
  margin-inline: 10px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
@media screen and (max-width: 809px) {
  .service__logo {
    width: 46px;
    height: 45px;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.service__desc {
  font-size: 2rem;
  line-height: 150%;
}
@media screen and (max-width: 1199px) {
  .service__desc {
    text-align: center;
  }
}
@media screen and (max-width: 809px) {
  .service__desc {
    font-size: 14px;
    max-width: 300px;
  }
}
.service__wrapper {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #000;
  padding-block: 56px 60px;
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  .service__wrapper {
    -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;
  }
}
.service__wrapper--mt60 {
  margin-top: 60px;
  padding-block: 64px 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.service__wrap {
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .service__wrap {
    max-width: 580px;
  }
}
@media screen and (max-width: 809px) {
  .service__wrap {
    max-width: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .service__wrap:not(:last-child) {
    margin-bottom: 74px;
  }
}
.service__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  border-radius: 22px;
  font: 500 3rem "Sora", sans-serif;
  line-height: 1em;
  color: #fff;
  display: block;
  margin-left: 28px;
  padding: 8px 30px 7px;
}
@media screen and (max-width: 809px) {
  .service__title {
    font-size: 18px;
    display: block;
    margin: 0 auto;
    padding-block: 5px 4px;
  }
}
.service__list {
  margin-top: 56px;
}
.service__item {
  width: 100%;
  display: block;
  border-radius: 46px;
  padding: 23px 28px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 809px) {
  .service__item {
    border-radius: 40px;
    padding: 24px 20px 0;
  }
}
.service__item:hover .service__img {
  opacity: 1;
}
.service__item:hover .service__text {
  color: #fff;
  padding-left: 46px;
}
@media screen and (max-width: 809px) {
  .service__item:hover .service__text {
    padding-left: 0;
  }
}
.service__item:hover .service__text::before {
  display: inline-block;
}
.service__img, .service__text {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.service__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.service__text {
  width: 100%;
  display: inline-block;
  font-size: 3rem;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 24px;
  border-bottom: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 809px) {
  .service__text {
    font-size: 18px;
    text-align: center;
  }
}
.service__text::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./src/img/icons/arrow-white.svg") center/cover no-repeat;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 39%;
  left: 0;
  -webkit-transform: translateY(-61%) rotate(-45deg);
          transform: translateY(-61%) rotate(-45deg);
  display: none;
}
@media screen and (max-width: 809px) {
  .service__text::before {
    width: 16px;
    height: 16px;
    top: 35%;
    left: -12px;
    -webkit-transform: translateY(-65%) rotate(-45deg);
            transform: translateY(-65%) rotate(-45deg);
  }
}
.service__block {
  width: 100%;
  background: linear-gradient(31deg, #fe5c7f -41%, #000 36%, #000 77%, #7c36ea 119%);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 120px;
  padding: 50px 32px;
}
@media screen and (max-width: 1199px) {
  .service__block {
    -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;
  }
}
.service__side {
  width: 100%;
  max-width: 500px;
  position: sticky;
  top: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .service__side {
    position: unset;
    top: unset;
  }
}
.service__tab {
  max-width: 576px;
  display: unset;
  margin: unset;
}
@media screen and (max-width: 1199px) {
  .service__tab-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service__buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.service__anchor-links {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 1199px) {
  .service__anchor-links {
    display: none;
  }
}
.service__anchor-links.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .service__anchor-links.is-active {
    display: none;
  }
}
.service__anchor {
  font-size: 3rem;
  line-height: 150%;
  color: #fff;
  padding-block: 24px;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.service__anchor.is-active, .service__anchor:hover {
  color: #fe5c7f;
  border-color: #fe5c7f;
}
.service__card-list {
  width: 576px;
  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: 24px;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .service__card-list {
    max-width: 730px;
  }
}
@media screen and (max-width: 809px) {
  .service__card-list {
    max-width: 310px;
  }
}

.privacy {
  margin-top: 160px;
}
@media screen and (max-width: 809px) {
  .privacy {
    margin-top: 120px;
  }
}
.privacy__container {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .privacy__container {
    padding-inline: 3%;
  }
}
.privacy__heading {
  font-family: "Sora", sans-serif;
  font-size: 6.4rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 809px) {
  .privacy__heading {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.privacy__wrap:not(:last-child) {
  margin-bottom: 40px;
}
.privacy__subwrap {
  margin-top: 40px;
}
.privacy__subhead {
  font-family: "Sora", sans-serif;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 809px) {
  .privacy__subhead {
    font-size: 18px;
  }
}
.privacy__subhead--mb0 {
  margin-bottom: 0;
}
.privacy__list {
  margin: 20px 0 0 20px;
}
.privacy__list--mb20 {
  margin-bottom: 20px;
}
.privacy__item {
  position: relative;
  padding-left: 20px;
}
.privacy__item::before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.privacy__item:not(:last-child) {
  margin-bottom: 10px;
}
.privacy__desc, .privacy__item {
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  text-align: justify;
}
@media screen and (max-width: 809px) {
  .privacy__desc, .privacy__item {
    font-size: 16px;
  }
}
.privacy__link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.privacy__link:hover {
  opacity: 0.5;
  text-decoration: underline;
  text-underline-position: below;
}

.purpose {
  padding-block: 20px;
}
.purpose__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 1199px) {
  .purpose__list {
    -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;
  }
}
.purpose__item {
  width: 100%;
  max-width: 349px;
  height: 430px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #000;
  border-radius: 24px;
  padding: 24px 32px;
}
@media screen and (max-width: 1199px) {
  .purpose__item {
    text-align: center;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .purpose__item {
    max-width: 513px;
    height: 306px;
  }
}
@media screen and (max-width: 809px) {
  .purpose__item {
    max-width: 339px;
    height: 270px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-inline: 24px;
  }
}
.purpose__icon {
  width: 62px;
  height: 62px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .purpose__icon {
    margin-inline: auto;
  }
}
.purpose__title {
  font-size: 3.2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(254, 92, 127)), to(rgb(124, 54, 234)));
  background: linear-gradient(0deg, rgb(254, 92, 127) 0%, rgb(124, 54, 234) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}
@media screen and (max-width: 809px) {
  .purpose__title {
    font-size: 20px;
  }
}
.purpose__desc {
  font-size: 2rem;
  line-height: 1.5em;
}
@media screen and (max-width: 809px) {
  .purpose__desc {
    font-size: 16px;
    margin-top: 24px;
  }
}
.purpose__wrapper {
  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;
  row-gap: 60px;
  padding-block: 120px;
}
@media screen and (max-width: 1199px) {
  .purpose__wrapper {
    height: 100vh;
    padding-block: 60px;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .purpose__wrapper {
    row-gap: 100px;
  }
}
.purpose__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 20px;
}
@media screen and (max-width: 1199px) {
  .purpose__wrap {
    -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;
    text-align: center;
  }
}
.purpose__label {
  width: 283px;
  font-size: 3.2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(254, 92, 127)), to(rgb(124, 54, 234)));
  background: linear-gradient(0deg, rgb(254, 92, 127) 0%, rgb(124, 54, 234) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1199px) {
  .purpose__label {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 809px) {
  .purpose__label {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.purpose__info {
  width: calc(100% - 283px);
  max-width: 753px;
  font-size: 3.6rem;
  line-height: 150%;
}
@media screen and (max-width: 1199px) {
  .purpose__info {
    max-width: 684px;
    font-size: 32px;
  }
}
@media screen and (max-width: 809px) {
  .purpose__info {
    width: 100%;
    font-size: 16px;
  }
}

.values {
  padding-block: 20px;
}
.values__card-list {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 24px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1199px) {
  .values__card-list {
    -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: 24px;
  }
}
.values__card {
  width: 100%;
  max-width: 368px;
  height: 535px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
}
@media screen and (max-width: 1199px) {
  .values__card {
    text-align: center;
  }
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .values__card {
    max-width: 497px;
    height: 420px;
  }
}
@media screen and (max-width: 809px) {
  .values__card {
    max-width: 340px;
    height: 316px;
    padding: 24px 12px;
  }
}
.values__title {
  font-size: 3.2rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(254, 92, 127)), to(rgb(124, 54, 234)));
  background: linear-gradient(0deg, rgb(254, 92, 127) 0%, rgb(124, 54, 234) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 809px) {
  .values__title {
    font-size: 20px;
  }
}
.values__desc {
  font-size: 2rem;
  line-height: 1.5em;
  margin-top: 16px;
}
@media screen and (max-width: 809px) {
  .values__desc {
    font-size: 16px;
  }
}
.values__img {
  width: 100%;
  height: 269px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .values__img {
    height: 200px;
  }
}
@media screen and (max-width: 809px) {
  .values__img {
    height: 150px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  margin-top: 5px;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}
@media screen and (max-width: 809px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 809px) {
  .sp {
    display: block;
  }
}

.sp-flex {
  display: none;
}
@media screen and (max-width: 809px) {
  .sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tablet-block {
  display: none;
}
@media screen and (min-width: 810px) and (max-width: 1199px) {
  .tablet-block {
    display: block;
  }
}

.tablet-hide {
  display: block;
}
@media screen and (max-width: 1199px) {
  .tablet-hide {
    display: none;
  }
}

.pc-tablet {
  display: block;
}
@media screen and (max-width: 809px) {
  .pc-tablet {
    display: none;
  }
}

.bold {
  font-weight: 700;
}

.semibold {
  font-weight: 600;
}

.no-padding {
  padding-top: 0;
}

.empty-post__message {
  width: 100%;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-top: 70px;
}

.empty-post__message2 {
  font-size: 1.6rem;
  width: 100%;
}

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

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  /* margin: 0 !important; */
  /* display: none !important; */
}

.wpcf7-not-valid-tip {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  margin-top: 2px;
  position: absolute;
}

.wpcf7-spinner {
  display: none !important;
}
