.PopupText_popup__OKKPb {
  margin: 30px auto;
  width: 20vw;
}
.PopupText_outer__chCs9 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.PopupText_popup__OKKPb img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .PopupText_popup__OKKPb {
    margin: 0;
    width: 80vw;
  }
  .PopupText_popup__OKKPb img {
    width: 100%;
  }
  #PopupText_panzoom__j00Sl {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  #PopupText_panzoom__j00Sl img {
    width: auto;
    height: auto;
    vertical-align: bottom;
  }
}
.PopupText_btn__2yBHo {
  width: auto;
  height: 60px;
  line-height: 60px;
  margin-bottom: 5%;
}
.PopupText_btn__2yBHo a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fffd12;
  text-align: center;
  border: 3px solid #030303;
  color: #030303;
  font-size: 20px;
  font-weight: 700;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  box-shadow: 3px 3px 2px 1px #e3e3e3;
  transition: all 0.3s ease;
}
.PopupText_btn__2yBHo a:hover {
  background: #fffe87;
  color: #030303;
  margin-left: 0;
  margin-top: 0;
  border: 3px solid #030303;
  box-shadow: none;
}
.PopupText_btn_g__zMA9E {
  width: auto;
  height: 60px;
  line-height: 60px;
  margin-bottom: 0;
}
.PopupText_btn_g__zMA9E a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #00aebb;
  text-align: center;
  border: 3px solid #030303;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  box-shadow: 3px 3px 2px 1px #e3e3e3;
  transition: all 0.3s ease;
}
.PopupText_btn_g__zMA9E a:hover {
  background: #2cd6e2;
  color: #030303;
  margin-left: 0;
  margin-top: 0;
  border: 3px solid #030303;
  box-shadow: none;
}
.PopupText_keywordBox__KKnFK {
  position: relative;
  padding: 0.5em 1em;
  border: 5px solid #00aebb;
  width: 90%;
  margin: 0 auto;
}
.PopupText_keywordBox__KKnFK .PopupText_boxTitle__m6VOM {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -5px;
  padding: 0 9px;
  height: 25px;
  font-size: 20px;
  background: #00aebb;
  color: #fff;
  font-weight: 700;
}
.PopupText_keywordBox__KKnFK p {
  margin: 0;
  padding: 0;
}
.PopupText_keywordCircle__OpGDD {
  display: flex;
  justify-content: space-between;
}
.PopupText_keywordCircle__OpGDD span {
  display: inline-block;
  background: #d9d9d9;
  border-radius: 50%;
  border: 4px solid #00aebb;
  width: 70px;
  height: 70px;
  color: #00aebb;
  font-size: 58px;
  text-align: center;
  line-height: 70px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.PopupText_formButton__mmtrY {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 1rem auto;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.PopupText_formButton__mmtrY a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #fff500;
  text-align: center;
  color: #333;
  font-size: 20px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: all 0.1s ease;
}
.PopupText_formButton__mmtrY a:hover {
  background: #fbff00;
  color: #333;
  margin-left: 0;
  margin-top: 0;
  box-shadow: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .PopupText_keywordCircle__OpGDD span {
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
  }
}
.ClickableArea_hoverable__uaZzu {
  position: absolute;
  cursor: pointer;
}
.ClickableArea_hoverable__uaZzu:hover {
  background-image: url(/gulliver-town/summer2023/mark.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  transform: scale(1.3) translateY(0);
  transition: transform 0.2s ease-in-out;
}
.Logo_logoArea__gb1EP {
  position: fixed;
  width: 300px;
  margin: 20px;
  z-index: 55;
}
.Logo_logo__uz7X6 {
  width: 15vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .Logo_logo__uz7X6 {
    width: 45vw;
  }
}
.FadeInFromBottom_fadeInFromBottom__fOVce {
  animation: FadeInFromBottom_fadeInFromBottom__fOVce 1s ease-out forwards;
  opacity: 0;
  transform: translateY(50px);
}
@keyframes FadeInFromBottom_fadeInFromBottom__fOVce {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.Loading_fadeInUp__XcolP {
  width: 100%;
  height: 100vh;
  animation: Loading_fadeInUp__XcolP 0.8s ease-in-out forwards;
}
.Loading_fadeInUp__XcolP img {
  width: 100%;
  margin-top: 10vh;
  scale: 0.3;
  height: auto;
  animation: Loading_zoomIn__Njo0L 3s ease-in-out 2.8s forwards;
}
@keyframes Loading_fadeInUp__XcolP {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Loading_zoomIn__Njo0L {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  to {
    transform: scale(1000);
    opacity: 0;
  }
}
.Loading_fulfillingBouncingCircleSpinner__UJRSC,
.Loading_fulfillingBouncingCircleSpinner__UJRSC * {
  box-sizing: border-box;
  margin: 0 auto;
  height: auto;
}
.Loading_fulfillingBouncingCircleSpinner__UJRSC {
  height: 60px;
  width: 60px;
  position: relative;
  animation: Loading_fulfillingBouncingCircleSpinnerAnimation__UE1A2 4s ease
    infinite;
}
.Loading_fulfillingBouncingCircleSpinner__UJRSC .Loading_orbit__zWjxf {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: calc(60px * 0.03) solid #00aebb;
  animation: Loading_fulfillingBouncingCircleSpinnerOrbitAnimation__R1qE1 4s
    ease infinite;
}
.Loading_fulfillingBouncingCircleSpinner__UJRSC .Loading_circle__pE7YX {
  height: 60px;
  width: 60px;
  color: #00aebb;
  display: block;
  border-radius: 50%;
  position: relative;
  border: calc(60px * 0.1) solid #00aebb;
  animation: Loading_fulfillingBouncingCircleSpinnerCircleAnimation__ZoYhp 4s
    ease infinite;
  transform: rotate(0deg) scale(1);
}
@keyframes Loading_fulfillingBouncingCircleSpinnerAnimation__UE1A2 {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes Loading_fulfillingBouncingCircleSpinnerOrbitAnimation__R1qE1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  62.5% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
  87.5% {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes Loading_fulfillingBouncingCircleSpinnerCircleAnimation__ZoYhp {
  0% {
    transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  to {
    border-color: transparent;
    border-top-color: inherit;
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .Loading_fadeInUp__XcolP {
    width: 100vw;
    height: 80vh;
  }
  .Loading_fadeInUp__XcolP img {
    scale: 0.7;
    margin: 40% auto;
  }
}
@keyframes Bounce_bounce__0YanQ {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.Bounce_bounce__0YanQ {
  animation: Bounce_bounce__0YanQ 2s infinite;
}
.Swing_swing__ebhjJ {
  animation: Swing_swing-animation__X_igJ 3s ease-in-out infinite;
}
@keyframes Swing_swing-animation__X_igJ {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translate(20px, 20px);
  }
  to {
    transform: translateY(0);
  }
}
.Home_container__Ennsq {
  width: 1920px;
  height: 1000px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
