@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  overflow-x: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  html,
  body {
    font-size: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  html,
  body {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 2.4875621891vw;
  }
  html.active,
  body.active {
    overflow-y: hidden;
  }
}

figure {
  line-height: 0;
}

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

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

ul,
dl {
  list-style: none;
  padding: 0;
}

.u-pcDb {
  display: block !important;
}

.u-spDb {
  display: none !important;
}

.u-spDf {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-pcDb {
    display: none !important;
  }
  .u-spDb {
    display: block !important;
  }
  .u-spDf {
    display: flex !important;
  }
}
html,
body {
  font-feature-settings: "palt" 1;
  font-family: "Noto Sans", sans-serif;
}
html.is-active,
body.is-active {
  overflow: hidden;
}

main {
  min-height: 100svh;
}

.u-pcDb {
  display: block !important;
}

.u-pcDf {
  display: flex !important;
}

.u-spDb,
.u-spDf {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-spDb {
    display: block !important;
  }
  .u-spDf {
    display: flex !important;
  }
  .u-pcDf,
  .u-pcDb {
    display: none !important;
  }
}
.relative {
  position: relative;
}

.common__titleContainer {
  text-align: center;
}
.common__title {
  padding: 0.8rem;
  border-top: 0.2rem solid #1E1E1E;
  border-bottom: 0.2rem solid #1E1E1E;
  color: #1E1E1E;
  font-style: normal;
  display: inline-block;
  font-weight: 900;
  font-size: 2.4rem;
}
.common__text {
  font-weight: 700;
  font-size: 1.6rem;
}
.common__textThin {
  font-weight: 400;
  font-size: 1.6rem;
}
.common__small {
  font-size: 1.2rem;
}

.header {
  z-index: 1000;
  position: fixed;
  height: 6rem;
  width: 100%;
  background-color: #00C1CD;
  transition: transform 0.3s ease;
}
.header.is-hidden {
  transform: translateY(-100%);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}
.header__logoLink {
  width: 6.1rem;
  display: block;
}
.header__logo {
  width: 100%;
  z-index: 1001;
  position: relative;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__mapPin {
  width: 4.4rem;
  height: 4.4rem;
  z-index: 1001;
  position: relative;
}
.header__menuButton {
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
  z-index: 1001;
  position: relative;
  display: block;
}
.header__menuClose {
  width: 4.4rem;
  height: 4.4rem;
  cursor: pointer;
  z-index: 1001;
  position: relative;
  display: none;
}
.header__container {
  display: flex;
  gap: 0.8rem;
}
.header__container.is-active .header__menuButton {
  display: none;
}
.header__container.is-active .header__menuClose {
  display: block;
}
.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #00C1CD;
  padding-top: 8rem;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 900;
}
.header__nav.is-active {
  transform: translateX(0);
}
.header__socMeds {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.6rem;
  justify-content: flex-end;
  padding: 0 2.4rem;
}
.header__socItem a {
  width: 4rem;
  height: 4rem;
  display: block;
}
.header__navList {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  padding: 0 2.4rem;
}
.header__navItem a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: end;
  font-size: 24px;
}

.footer {
  background-color: #FFF100;
  padding: 4.8rem 0;
}
.footer__inner {
  width: 100%;
  padding: 0 2rem;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
.footer__redmapContainer {
  display: flex;
  gap: 0.2rem;
  align-items: center;
}
.footer__redmapText {
  color: #E50068;
  font-size: 1.2rem;
}
.footer__redmap {
  width: 2.4rem;
  height: 2.4rem;
}
.footer__listTitle {
  display: flex;
  gap: 0.4rem;
  font-size: 1.6rem;
  font-weight: 900;
}
.footer__listTitle::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  background-color: #1E1E1E;
  margin-top: 0.3rem;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.footer__map {
  margin-top: 1.6rem;
}
.footer__map iframe {
  width: 100%;
  height: 350px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 4.8rem;
}

.heroSec__swiper {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background-color: #FFF100;
}
.heroSec__swiper .swiper {
  margin-left: -16px;
}
.heroSec__swiper .swiper-wrapper {
  margin-left: -16px;
  transition-timing-function: linear !important;
}
.heroSec__swiper .swiper-container {
  position: relative;
}
.heroSec__swiper .swiper-slide {
  height: 10rem;
  width: 20rem !important;
}
.heroSec__swiper .swiper-slide img {
  height: 10rem;
  width: 20rem;
}

.unlockSec__swiper {
  margin-top: 2.4rem;
}
.unlockSec__swiper .swiper {
  margin-left: -16px;
}
.unlockSec__swiper .swiper-wrapper {
  margin-left: -16px;
  transition-timing-function: linear !important;
}
.unlockSec__swiper .swiper-container {
  position: relative;
}
.unlockSec__swiper .swiper-slide {
  height: 15rem;
  width: 20rem !important;
}
.unlockSec__swiper .swiper-slide img {
  height: 15rem;
  width: 20rem;
}

.mysterySec__swiper {
  margin-top: 2.4rem;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .mysterySec__swiper {
    max-width: 68rem;
    padding: 0 2.4rem;
    margin: 2.4rem auto 0;
  }
}
.mysterySec__swiper .swiper-container {
  position: relative;
}
.mysterySec__swiper .swiper-slide {
  height: 31.2rem;
  width: 20rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.mysterySec__swiper .swiper-slide img {
  height: 28.2rem;
  width: 20rem;
}
.mysterySec__swiper .swiper-text {
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}
.mysterySec__swiper .swiper-pagination {
  position: relative;
  margin-top: 2.4rem;
}
.mysterySec__swiper .swiper-pagination-bullet {
  opacity: 0.6;
  background-color: #939598;
}
.mysterySec__swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #939598 !important;
  background: #939598 !important;
}
.mysterySec__swiper .swiper-pagination-bullet:nth-child(n+4) {
  display: none;
}

.animation__blue {
  position: absolute;
  top: 37.2rem;
  right: -10rem;
  max-width: 24rem;
  z-index: 4;
}
.animation__blue img {
  display: block;
  width: 100%;
  height: auto;
}
.animation__blue.is-hidden img {
  opacity: 0;
  visibility: hidden;
}
.animation__blue.animate-intro img {
  animation: fall 1s ease forwards, wiggle 1s ease 1s forwards;
}
.animation__yellow {
  position: absolute;
  top: 17.2rem;
  left: -4rem;
  max-width: 16rem;
  z-index: 4;
}
.animation__yellow img {
  display: block;
  width: 100%;
  height: auto;
}
.animation__yellow.is-hidden img {
  opacity: 0;
  visibility: hidden;
}
.animation__yellow.animate-intro img {
  animation: slideInLeft 1s ease forwards;
}
.animation__yellow.animate-loop img {
  animation: bounce-infinite 2s infinite ease-in-out;
}
.animation__red {
  position: absolute;
  top: 20.2rem;
  right: -8rem;
  max-width: 20rem;
  z-index: 4;
}
.animation__red img {
  display: block;
  width: 100%;
  height: auto;
}
.animation__red.is-hidden img {
  opacity: 0;
  visibility: hidden;
}
.animation__red.animate-intro img {
  animation: slideInRight 1s ease forwards;
}
.animation__red.animate-loop img {
  animation: roll-infinite 4s infinite linear;
}

@keyframes fall {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bounce-infinite {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes roll-infinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.heroSec {
  position: relative;
}
.heroSec__inner {
  width: 100%;
  position: relative;
}
.heroSec__bg {
  height: 27.2rem;
  width: 100%;
  background-image: url("../images/gizagiza_yellow.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 40.7rem;
  left: 0;
  z-index: -1;
}
.heroSec__visual {
  width: 100%;
}
.heroSec__title {
  padding: 0 2.4rem;
  width: 100%;
  margin-top: 2.4rem;
}
@media screen and (min-width: 769px) {
  .heroSec__title {
    max-width: 86.4rem;
    margin: 2.4rem auto 0;
  }
}
.heroSec__subTitle {
  width: 27.2rem;
  margin: 0.6rem auto 0;
}
@media screen and (min-width: 769px) {
  .heroSec__subTitle {
    width: 66.5rem;
    margin: 1.5rem auto 0;
  }
}
.heroSec__schedule {
  padding: 0 2.4rem;
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 769px) {
  .heroSec__schedule {
    max-width: 40rem;
    margin: 1.6rem auto 0;
  }
}
.heroSec__bannerContainer {
  padding: 2.4rem 0;
  background-color: #FFF100;
  height: 14.8rem;
}
.mysterySec {
  padding: 2.4rem 0 4.8rem;
  margin-top: 2.4rem;
  background-color: #FFF100;
  position: relative;
}

.unlockSec {
  margin-top: 4.8rem;
  position: relative;
}
.unlockSec__inner {
  padding: 0 2.4rem;
}
.unlockSec__titleContainer {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .unlockSec__titleContainer {
    flex-direction: column;
  }
}
.unlockSec__floor {
  width: 12.6rem;
  height: 10rem;
}
.unlockSec__icon {
  width: 5.4rem;
  height: 8rem;
}
@media screen and (min-width: 769px) {
  .unlockSec__icon {
    width: 8rem;
    height: 12rem;
  }
}
.unlockSec__figure {
  margin: 2.4rem auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .unlockSec__figure {
    margin: 0 auto 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .unlockSec__wrapper {
    display: flex;
    gap: 4.8rem;
    max-width: 96rem;
    margin: 0 auto;
  }
}

.connectSec {
  margin: 4.8rem 0;
}
.connectSec__inner {
  padding: 0 2.4rem;
}
.connectSec__logoContent {
  width: 8.4rem;
  height: 6rem;
}
@media screen and (min-width: 769px) {
  .connectSec__logoContent {
    width: 8rem;
    height: 5.7rem;
  }
}
.connectSec__titleContainer {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .connectSec__titleContainer {
    flex-direction: column-reverse;
    justify-content: start;
  }
}
.connectSec__floor {
  width: 12.5rem;
  height: 10rem;
}
.connectSec__figure {
  margin: 2.4rem auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .connectSec__figure {
    margin: 0 auto 2.4rem;
  }
}
.connectSec__socBox {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.connectSec__socials {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.connectSec__socIcon {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100%;
}
@media screen and (min-width: 769px) {
  .connectSec__wrapper {
    display: flex;
    gap: 4.8rem;
    max-width: 96rem;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=main.css.map */