@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@700&display=swap");
@keyframes slide {
  0% {
    left: -20vw;
  }
  50% {
    left: -100vw;
  }
  100% {
    left: -20vw;
  }
}
html {
  font-size: 0.625rem;
}

body {
  color: black;
  background-color: white;
  overflow-x: hidden;
}

main {
  min-height: 100svh;
}

@font-face {
  font-family: Phenomena;
  src: url("../fonts/Phenomena-Bold.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: Phenomena;
  src: url("../fonts/Phenomena-Black.woff") format("woff");
  font-weight: bold;
}
body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.main-frame {
  margin-top: 20rem;
  margin: 20rem 10vw;
  padding: 2rem 4rem;
  min-height: 80svh;
  background-color: hsl(0, 0%, 97%);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-direction: column;
}
.main-frame > p {
  padding-block: 0.8rem;
  color: hsl(0, 0%, 25%);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.footer {
  padding-block: 4rem;
  width: 100vw;
  align-items: center;
  background-color: black;
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
.footer__logo {
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  place-content: center;
  display: flex;
  flex-direction: row;
}
.footer__logo--img {
  width: 4rem;
  aspect-ratio: 1/1;
}
.footer__logo--text {
  margin-block: auto;
  color: white;
  font-family: "Phenomena", sans-serif;
  font-weight: bold;
  font-size: 3.3rem;
  place-content: center;
}
.footer__link {
  color: white;
  font-size: 1.6rem;
  text-decoration: underline;
}
.footer__link:hover {
  text-decoration: none;
}
.footer__text {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.6rem;
  font-weight: bold;
}

.header-wrapper {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
}

.header {
  margin: 1rem auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 13rem;
  display: flex;
  font-family: "Phenomena", sans-serif;
}
.header.heading {
  height: 13rem;
}
.header.heading .header-background {
  height: 13rem;
}
.header.heading .header__logo {
  filter: blur(2rem);
  opacity: 0;
}
.header.heading .header__heading {
  margin-top: -0.6rem;
  font-size: 10rem;
  scale: 1;
  filter: blur(0);
  opacity: 1;
}
.header.heading .navigation {
  filter: blur(2rem);
  opacity: 0;
}
.header.mini-heading {
  height: 5rem;
}
.header.mini-heading .header-background {
  height: 5rem;
}
.header.mini-heading .header__logo {
  filter: blur(2rem);
  opacity: 0;
}
.header.mini-heading .header__heading {
  margin-top: -0.2rem;
  font-size: 4rem;
  scale: 1;
  filter: blur(0);
  opacity: 1;
}
.header.mini-heading .navigation {
  filter: blur(2rem);
  opacity: 0;
}
.header.button__button {
  filter: blur(0);
  opacity: 1;
}

.header-background {
  padding: 0.5rem 2.2rem 0.5rem 1.4rem;
  width: 69.7rem;
  height: 5rem;
  background-color: black;
  border-radius: 100vmax;
  position: relative;
  gap: 12rem;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  display: flex;
  flex-direction: row;
}

.header__logo {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  filter: blur(0);
  opacity: 1;
}
.header__logo--img {
  width: 4rem;
  aspect-ratio: 1/1;
}
.header__logo--text {
  margin-block: auto;
  color: white;
  font-weight: bold;
  font-size: 3.3rem;
  place-content: center;
}

.header__heading {
  margin: 0 auto;
  font-size: 10rem;
  font-weight: bold;
  top: 50%;
  left: 50%;
  scale: 1 0.2;
  transform-origin: center;
  position: absolute;
  translate: -50% -50%;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  filter: blur(2rem);
  opacity: 0;
}
.header__heading[data-index="1"] {
  color: hsl(350, 100%, 68%);
}
.header__heading[data-index="2"] {
  color: hsl(40, 100%, 65%);
}
.header__heading[data-index="3"] {
  color: hsl(110, 75%, 62%);
}
.header__heading[data-index="4"] {
  color: hsl(195, 95%, 60%);
}
.header__heading[data-index="5"] {
  color: hsl(285, 100%, 70%);
}
.header__heading[data-index="6"] {
  color: hsl(0, 0%, 90%);
}

.navigation {
  display: flex;
  flex-direction: row;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  filter: blur(0);
  opacity: 1;
}
.navigation__content {
  inset: 0;
  gap: 3rem;
  display: flex;
  flex-direction: row;
}

.menu {
  display: flex;
  flex-direction: row;
}
.menu > a {
  margin-block: auto;
  padding-block: 0.2rem;
  color: white;
  font-size: 2rem;
  place-content: center;
  position: relative;
}
.menu:nth-child(1) > a::after {
  content: "";
  height: 0.2rem;
  width: 0;
  background-color: hsl(350, 100%, 68%);
  border-radius: 100vmax;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: width 0.2s;
}
.menu:nth-child(1) > a:hover::after {
  width: 100%;
}
.menu:nth-child(2) > a::after {
  content: "";
  height: 0.2rem;
  width: 0;
  background-color: hsl(40, 100%, 65%);
  border-radius: 100vmax;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: width 0.2s;
}
.menu:nth-child(2) > a:hover::after {
  width: 100%;
}
.menu:nth-child(3) > a::after {
  content: "";
  height: 0.2rem;
  width: 0;
  background-color: hsl(110, 75%, 62%);
  border-radius: 100vmax;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: width 0.2s;
}
.menu:nth-child(3) > a:hover::after {
  width: 100%;
}
.menu:nth-child(4) > a::after {
  content: "";
  height: 0.2rem;
  width: 0;
  background-color: hsl(195, 95%, 60%);
  border-radius: 100vmax;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: width 0.2s;
}
.menu:nth-child(4) > a:hover::after {
  width: 100%;
}
.menu:nth-child(5) > a::after {
  content: "";
  height: 0.2rem;
  width: 0;
  background-color: hsl(285, 100%, 70%);
  border-radius: 100vmax;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: width 0.2s;
}
.menu:nth-child(5) > a:hover::after {
  width: 100%;
}
.menu:nth-child(6) > a::after {
  content: "";
  height: 0.2rem;
  width: 0;
  background-color: hsl(0, 0%, 90%);
  border-radius: 100vmax;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: width 0.2s;
}
.menu:nth-child(6) > a:hover::after {
  width: 100%;
}

.header__button {
  padding-inline: 1.4rem 4.2rem;
  height: 3.6rem;
  background-color: hsl(240, 100%, 75%);
  border-radius: 100vmax;
  color: white;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  top: 50%;
  right: 0.8rem;
  position: absolute;
  translate: 0 -50%;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  filter: blur(2rem);
  opacity: 0;
}
.header__button::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("../images/right-arrow.svg");
  background-position: center;
  background-size: cover;
  top: 0.9rem;
  right: 1.4rem;
  rotate: -90deg;
  position: absolute;
  translate: 0 0;
}

.home {
  margin-top: 10rem;
  width: 100vw;
  display: flex;
  flex-direction: column;
}
.home__content {
  padding-block: 15rem;
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
.home__content:nth-child(1) .home__content--heading-text {
  color: hsl(350, 100%, 68%);
}
.home__content:nth-child(1) .home__content--link {
  background-color: hsl(350, 100%, 68%);
}
.home__content:nth-child(2) .home__content--heading-text {
  color: hsl(40, 100%, 65%);
}
.home__content:nth-child(2) .home__content--link {
  background-color: hsl(40, 100%, 65%);
}
.home__content:nth-child(3) .home__content--heading-text {
  color: hsl(110, 75%, 62%);
}
.home__content:nth-child(3) .home__content--link {
  background-color: hsl(110, 75%, 62%);
}
.home__content:nth-child(4) .home__content--heading-text {
  color: hsl(195, 95%, 60%);
}
.home__content:nth-child(4) .home__content--link {
  background-color: hsl(195, 95%, 60%);
}
.home__content:nth-child(5) .home__content--heading-text {
  color: hsl(285, 100%, 70%);
}
.home__content:nth-child(5) .home__content--link {
  background-color: hsl(285, 100%, 70%);
}
.home__content:nth-child(6) .home__content--heading-text {
  color: hsl(0, 0%, 90%);
}
.home__content:nth-child(6) .home__content--link {
  background-color: hsl(0, 0%, 90%);
}

.home__content--heading {
  width: 100%;
  height: 16.1rem;
  display: flex;
  font-family: "Phenomena", sans-serif;
  font-weight: bold;
  position: relative;
}
.home__content--heading::after {
  content: attr(data-decoration);
  animation-name: slide;
  animation-duration: 80s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: hsl(0, 0%, 97%);
  display: inline;
  font-size: 14rem;
  top: 0;
  white-space: nowrap;
  position: absolute;
  translate: 0 0;
}
.home__content--heading-text {
  margin: auto;
  display: inline-block;
  font-size: 10rem;
  z-index: 10;
}

.home__content--preview {
  padding: 5rem 5vw;
  margin-inline: 15vw;
  padding: 8rem;
  background-color: hsl(0, 0%, 97%);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
}
.home__content--preview p {
  color: hsl(0, 0%, 25%);
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.home__content--link {
  margin-inline: auto;
  padding: 1.6rem 5.4rem 1.6rem 2.2rem;
  height: 6rem;
  border-radius: 100vmax;
  color: white;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  place-content: center;
  transition: scale 0.3s;
}
.home__content--link::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../images/right-arrow.svg");
  background-position: center;
  background-size: cover;
  fill: white;
  top: 2rem;
  right: 1.8rem;
  position: absolute;
  translate: 0 0;
}
.home__content--link:hover {
  scale: 1.08;
}

.privacy__date {
  text-align: right;
  padding-left: 8rem;
  padding-block: 0.6rem;
  color: hsl(0, 0%, 40%);
  font-size: 1.6rem;
}

.privacy__content {
  padding: 1.4rem 0 1.8rem;
  border-bottom: solid 0.15rem hsl(0, 0%, 90%);
}
.privacy__content--heading {
  padding-block: 0.8rem;
  color: black;
  font-size: 2rem;
  font-weight: bold;
}
.privacy__content--text {
  padding-left: 4rem;
  padding-block: 0.6rem;
  color: hsl(0, 0%, 40%);
  font-size: 1.6rem;
}
.privacy__content--list {
  padding-left: 8rem;
  padding-block: 0.6rem;
  color: hsl(0, 0%, 40%);
  font-size: 1.6rem;
  list-style: disc;
}/*# sourceMappingURL=main.css.map */