html {
  font-size: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "VT323", monospace;
  color: #50f150;
  background: black;
}

a {
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

.c-screen {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .c-screen {
    position: absolute;
    top: calc(50% - 255px);
    left: calc(50% - 323px);
    width: 38rem;
    height: 26rem;
  }
}
@media (min-width: 1200px) {
  .c-screen {
    top: calc(50% - 287px);
    left: calc(50% - 364px);
    width: 43rem;
    height: 30rem;
  }
}

.o-page {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: scroll;
  align-items: flex-start;
  height: 100vh;
  margin: 0;
  padding: 2rem 0 0 0;
  border: 4px solid #50f150;
}
@media (min-width: 992px) {
  .o-page {
    border: none;
    align-items: center;
    padding: 0;
    overflow: hidden;
  }
}

.o-pageIndex {
  border: none;
}
@media (min-width: 840px) {
  .o-pageIndex {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    align-items: center;
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .c-loadingImg {
    display: block;
    width: 1705px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .c-loadingImg {
    width: 1934px;
  }
}

.c-loadingImgStart {
  width: 44rem;
  position: absolute;
  left: calc(100% - 265px);
}
@media (min-width: 534px) {
  .c-loadingImgStart {
    width: 62rem;
    left: calc(100% - 419px);
  }
}
.u-hideOnMobile {
  display: none;
}
@media (min-width: 992px) {
  .u-hideOnMobile {
    display: block;
  }
}

.c-loading {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 28px);
  font-size: 18px;
}
@media (min-width: 700px) {
  .c-loading {
    top: calc(50% - 19px);
    left: calc(50% - 24px);
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-loading {
    top: calc(50% - 47px);
    left: calc(50% - 40px);
    font-size: 25px;
  }
}

.c-startButton {
  position: absolute;
  top: 14rem;
  left: calc(100% - 107px);
  text-align: center;
}
@media (min-width: 534px) {
  .c-startButton {
    top: 24rem;
    left: calc(100% - 221px);
  }
}
@media (min-width: 700px) {
  .c-startButton {
    top: 23rem;
    left: calc(100% - 256px);
  }
}
@media (min-width: 840px) {
  .c-startButton {
    top: 28rem;
    left: calc(0% - -285px);
  }
}
@media (min-width: 1200px) {
  .c-startButton {
    top: 47rem;
    left: calc(0% - -445px);
  }
}
@media (min-width: 1460px) {
  .c-startButton {
    top: 45rem;
    left: calc(0% - -244px);
  }
}

.c-startButtonText {
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 700px) {
  .c-startButtonText {
    font-size: 19.5px;
  }
}

.c-play {
  width: 10px;
  margin: 0 4px;
}
@media (min-width: 700px) {
  .c-play {
    margin: 0 6px;
  }
}

.c-startButtonClickImg {
  width: 70px;
  transform: rotate(90deg);
}
@media (min-width: 840px) {
  .c-startButtonClickImg {
    width: 159px;
  }
}
@media (min-width: 1461px) {
  .c-startButtonClickImg {
    transform: rotate(0deg);
  }
}

.c-startGameLink {
  display: block;
  height: 4rem;
  width: 14rem;
  margin: -15px 0 0 2rem;
}
@media (min-width: 700px) {
  .c-startGameLink {
    display: block;
    height: 5rem;
    width: 18rem;
    margin: -15px 0 0 0rem;
  }
}
@media (min-width: 120px) {
  .c-startGameLink {
    display: block;
    height: 6rem;
    width: 25rem;
    margin: -15px 0 0 -2rem;
  }
}
@media (min-width: 1460px) {
  .c-startGameLink {
    height: 4rem;
    width: 11rem;
    margin: -15px 0 0 6rem;
  }
}

.c-startGame {
  text-align: center;
}
.c-startGame img:nth-child(1) {
  width: 56%;
}
.c-startGame img:nth-child(2) {
  width: 80%;
  margin-top: 12px;
}
.c-startGame img:nth-child(3) {
  width: 45%;
}

.c-badGuy {
  position: absolute;
  left: 7px;
  width: 54px;
}
@media (min-width: 550px) {
  .c-badGuy {
    left: 23px;
    width: 76px;
  }
}
@media (min-width: 700px) {
  .c-badGuy {
    width: 100px;
    left: 6px;
  }
}
@media (min-width: 1200px) {
  .c-badGuy {
    width: 142px;
  }
}

@media (min-width: 992px) {
  img.c-columns {
    height: 5rem;
  }
}
@media (min-width: 1200px) {
  img.c-columns {
    height: auto;
  }
}

.c-badGuyList {
  position: absolute;
  left: calc(0% - -13px);
  top: calc(50% - 41px);
  width: 3rem;
}
@media (min-width: 550px) {
  .c-badGuyList {
    left: calc(0% - -6px);
    top: calc(50% - 19px);
    width: 6rem;
  }
}
@media (min-width: 700px) {
  .c-badGuyList {
    left: calc(0% - -10px);
    top: calc(50% - -9px);
  }
}
@media (min-width: 992px) {
  .c-badGuyList {
    left: calc(0% - -10px);
    top: calc(50% - 47px);
    width: 97px;
  }
}

.c-storyContent, .c-whatHappen {
  margin-left: 70px;
  width: 75%;
  text-align: left;
}
@media (min-width: 550px) {
  .c-storyContent, .c-whatHappen {
    margin-left: 114px;
    width: 75%;
  }
}
@media (min-width: 700px) {
  .c-storyContent, .c-whatHappen {
    margin-left: 123px;
    width: 282px;
  }
}
@media (min-width: 700px) {
  .c-storyContent, .c-whatHappen {
    margin-left: 123px;
    width: 454px;
  }
}
@media (min-width: 992px) {
  .c-storyContent, .c-whatHappen {
    margin-left: 118px;
    width: 468px;
  }
}
@media (min-width: 1200px) {
  .c-storyContent, .c-whatHappen {
    margin-left: 165px;
    width: 423px;
  }
}

.c-title, .c-desc, .c-storyText {
  text-align: left;
  font-size: 11px;
  line-height: 14px;
}
@media (min-width: 700px) {
  .c-title, .c-desc, .c-storyText {
    font-size: 14px;
    line-height: 17px;
    margin: 7px 0;
  }
}

.c-enterAnswer {
  display: none;
  position: absolute;
  left: 4px;
}

.c-storyLink {
  position: relative;
  display: block;
  padding-left: 0;
  margin-bottom: 10px;
  color: #50f150;
  text-align: left;
  font-size: 11px;
  text-decoration: none;
}
@media (min-width: 700px) {
  .c-storyLink {
    font-size: 14px;
    line-height: 19px;
  }
}
.c-storyLink.is-active, .c-storyLink:hover {
  padding-left: 18px;
  color: black;
  background: #50f150;
}
.c-storyLink.is-active span, .c-storyLink:hover span {
  display: block;
}

.c-rightColumn {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 10px;
}
@media (min-width: 700px) {
  .c-rightColumn {
    width: 15px;
  }
}
@media (min-width: 992px) {
  .c-rightColumn {
    display: block;
  }
}
@media (min-width: 1200px) {
  .c-rightColumn {
    width: 20px;
  }
}

.c-gate {
  top: 0;
  width: 80%;
}
@media (min-width: 700px) {
  .c-gate {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .c-gate {
    width: 87%;
    height: 6rem;
  }
}

.c-country {
  margin-left: 1px;
  width: 100%;
}
@media (min-width: 1200px) {
  .c-country {
    margin-left: 97px;
    width: 517px;
  }
}

.u-countryMargin {
  width: 536px;
  margin-left: 80px;
}
@media (min-width: 700px) {
  .u-countryMargin {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .u-countryMargin {
    width: 536px;
    margin-left: 80px;
  }
}

.c-sun {
  position: absolute;
  left: calc(50% - 13px);
  top: -10px;
  width: 46px;
}
@media (min-width: 700px) {
  .c-sun {
    left: calc(50% - 20px);
    top: -14px;
    width: 73px;
  }
}
@media (min-width: 1200px) {
  .c-sun {
    left: calc(50% - 5px);
    top: -19px;
    width: 89px;
  }
}

::-webkit-scrollbar {
  width: 0;
}

.o-whatHappenContent.is-active {
  display: block;
}

.c-storyFourth {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .c-storyFourth {
    width: 100%;
    margin: 0 auto;
  }
}

.c-lastText {
  text-align: center;
  font-size: 17px;
  padding: 1rem 0;
  line-height: 20px;
}
@media (min-width: 700px) {
  .c-lastText {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .c-lastText {
    font-size: 21px;
    padding: 3rem 0;
  }
}
.c-lastText span {
  text-decoration: line-through;
}

/* .c-whatHappen .c-storyLink, */
.c-startGame,
.c-storyOneContent,
.c-storyTwoContent,
.c-storyThreeContent,
.c-storyFourth {
  display: none;
}

.c-whatHappen,
.c-title,
.c-desc {
  display: none;
}

.c-whatHappen .c-storyLink {
  display: none;
}

.c-loadingPageContent {
  position: relative;
  color: #50f150;
}

@media (min-width: 840px) {
  .c-loadingImgStart {
    position: initial;
    width: 1297px;
  }
}
@media (min-width: 1200px) {
  .c-loadingImgStart {
    width: 1934px;
  }
}

.correct {
  display: none;
}

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