@charset "utf-8";
/* CSS Document */

/**/

section {
  /* min-height: calc(100vh - 12em);
  padding: 3em 4em; */
}

section > div {
  background-color: #ededed;
  min-height: calc(100vh - 18em);
}

section > div > iframe {
  width: 100%;
  height: 812px;
  margin-top: 17px;
}

body {
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
}

.header {
  position: relative !important;
}

.header_hidden {
  display: none;
}
/* 
.order-page {
  overflow: hidden;
} */

.fullpage-on-phone {
  margin-left: -10px;
  margin-right: -10px;
  z-index: 10000;
  top: 50px;
  overflow-y: scroll;
  z-index: 1 !important;
}

.fullpage-on-phone > iframe {
  width: 1px;
  min-width: 100%;
}

#game-container {
  max-width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  position: relative;
}

.pointer-none {
  pointer-events: none;
}

.pointer-all {
  pointer-events: all;
}

#scroll {
  position: absolute;
  z-index: 999;
  height: 9999px;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
}

#scroll-bg {
  height: 9999px;
  width: 100%;
  position: absolute;
  top: 0;
}

#scroll-image {
  position: absolute;
  top: 50px;
  left: 60%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
}

#payment-frame {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100dvh;
  display: none;
}

@media screen and (max-width: 1024px) {
  .page {
    margin-top: 0;
    height: 100dvh;
  }

  #game-col {
    height: 100dvh;
  }

  .fullpage-on-phone > iframe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100dvh;
  }

  iframe {
    border: 0;
    border-style: none;
    border-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 100dvh;
  }
}

@media screen and (min-width: 1024px) {
  .header_hidden {
    display: block;
  }

  .fullpage-on-phone {
    margin-left: auto;
    margin-right: auto;
  }

  .fullpage-on-phone > iframe {
    width: 100%;
  }

  #game-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
