@font-face {
  font-family: "Gazpacho";
  src: url("fonts/Gazpacho-Bold.eot");
  src: url("fonts/Gazpacho-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gazpacho-Bold.woff2") format("woff2"), url("fonts/Gazpacho-Bold.woff") format("woff"), url("fonts/Gazpacho-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#debug {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  min-height: 20px;
  max-height: 50vh;
  background: rgba(0, 0, 0, 0.5);
  font-size: 8px;
  font-weight: bold;
  font-family: "Courier New", Courier, monospace;
  color: #ffffff;
  padding: 5px;
  overflow: scroll;
}

#mainCanvas, #loader {
  top: 0;
  left: 0;
}

body.desktop #hint .hint-img.desktop {
  display: block;
}
body.desktop #hint .hint-img.mobile {
  display: none;
}

body.mobile #hint .hint-img.desktop {
  display: none;
}
body.mobile #hint .hint-img.mobile {
  display: block;
}

#btnAudio {
  position: fixed;
  top: 3vh;
  left: 3vw;
  width: 36px;
  height: 36px;
  z-index: 1100;
  opacity: 0;
  transition: ease-out 0.5s;
}
#btnAudio.appear {
  opacity: 1;
}
#btnAudio .icon {
  position: absolute;
  width: inherit;
  height: inherit;
}
#btnAudio .notes {
  position: relative;
  width: 45px;
  height: 30px;
  top: -5vw;
  right: -5vw;
  background-image: url("../images/icon-music-notes.png");
  background-size: auto 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#btnAudio .notes.animate {
  animation: transform 2s steps(14) infinite;
  -webkit-animation: transform 2s steps(14) infinite;
  -moz-animation: transform 2s steps(14) infinite;
  -o-animation: transform 2s steps(14) infinite;
}

#loader {
  z-index: 1000;
  background-color: #fff2e5;
}
#loader .progress-box {
  position: relative;
  top: 30vh;
}
#loader .progress-box .icons {
  text-align: center;
}
#loader .progress-box .icons .char {
  width: 50px;
  height: 50px;
}
#loader .progress-box .bar {
  position: relative;
  background-image: url("../images/loading-bar-bg.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 230px;
  height: 30px;
  margin: 0 auto;
}
#loader .progress-box .bar .fill {
  background-image: url("../images/loading-bar-fill.png");
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  height: 30px;
  width: 1px;
}
#loader .progress-box .text {
  width: 230px;
  text-align: center;
  font-family: "Gazpacho";
  font-size: 14px;
  font-weight: bold;
  color: #b25b08;
  letter-spacing: 2px;
  margin: 15px auto;
}

#gameRule {
  background-color: rgba(0, 0, 0, 0.85);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  display: none;
  z-index: 810;
}
#gameRule .rule-body {
  position: fixed;
  bottom: -155vw;
  transition: ease-out 0.7s;
}
#gameRule .rule-body.appear {
  bottom: -1.5vw;
}
#gameRule .rule-body .content-img {
  width: 100vw;
  height: 151vw;
}
#gameRule .rule-body .btn-close {
  position: absolute;
  width: 8.889vw;
  height: 8.889vw;
  top: 13vw;
  right: 3vw;
}
#gameRule .rule-body .cta-wrapper {
  position: absolute;
  width: 100%;
  bottom: 5vw;
  text-align: center;
  z-index: 812;
}
#gameRule .rule-body .cta-wrapper .btn-dismiss {
  display: inline-block;
  width: 42vw;
  height: auto;
}

#follow, #gift {
  background-color: rgba(0, 0, 0, 0.85);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
  z-index: 820;
}
#follow .popup-body, #gift .popup-body {
  width: 100vw;
  height: 118.22vw;
  padding-top: 12vh;
}
#follow .popup-body .content-img, #gift .popup-body .content-img {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 118.22vw;
  opacity: 0;
}
#follow .popup-body .content-img-1, #gift .popup-body .content-img-1 {
  z-index: 821;
}
#follow .popup-body .content-img-2, #gift .popup-body .content-img-2 {
  z-index: 822;
}
#follow .popup-body .content-img.appear, #gift .popup-body .content-img.appear {
  animation: bounce-lite 0.6s forwards;
  -webkit-animation: bounce-lite 0.6s forwards;
  -moz-animation: bounce-lite 0.6s forwards;
  -o-animation: bounce-lite 0.6s forwards;
}
#follow .btn-close, #gift .btn-close {
  width: 11vw;
  height: 11vw;
  margin: 0 auto;
  opacity: 0;
  transition: ease-out 0.7s;
}
#follow .btn-close.appear, #gift .btn-close.appear {
  opacity: 1;
}

#gift .popup-body {
  padding-top: 17vh;
  height: 100vw;
}
#gift .popup-body .content-img {
  height: 100vw;
}

#share {
  background-color: rgba(0, 0, 0, 0.85);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  display: none;
  z-index: 830;
}
#share .share-body .content-img {
  position: absolute;
  top: 0.5vw;
  right: 0;
  width: 68.4vw;
  height: 58.7vw;
  opacity: 0;
}
#share .share-body .content-img.appear {
  animation: bounce-lite 0.6s forwards;
  -webkit-animation: bounce-lite 0.6s forwards;
  -moz-animation: bounce-lite 0.6s forwards;
  -o-animation: bounce-lite 0.6s forwards;
}

#posterForm {
  background-color: #fff2e5;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 900;
  pointer-events: none;
  opacity: 0;
  transition: ease-out 0.4s;
}
#posterForm.appear {
  pointer-events: all;
  opacity: 1;
}
#posterForm .logo {
  margin-top: 1vh;
  width: 100%;
  height: auto;
}
#posterForm .header {
  width: 100%;
  height: auto;
}
#posterForm .poster-frame {
  margin: 0 auto;
  width: 90vw;
}
#posterForm .poster-frame .frame {
  position: absolute;
  width: 90vw;
  height: 104.44vw;
  pointer-events: none;
  z-index: 940;
}
#posterForm .poster-frame .player {
  position: absolute;
  width: 90vw;
  height: 104.44vw;
  pointer-events: none;
  display: none;
  z-index: 945;
}
#posterForm .swiper-buttons {
  position: absolute;
  width: 100%;
  height: 1px;
  z-index: 951;
}
#posterForm .swiper-buttons .swiper-button-prev, #posterForm .swiper-buttons .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 4px;
}
#posterForm .swiper-buttons .swiper-button-prev {
  float: left;
}
#posterForm .swiper-buttons .swiper-button-next {
  float: right;
}
#posterForm .swiper-buttons .swiper-button-disabled {
  opacity: 0;
}
#posterForm #selectPosterHeaderSwiper {
  position: absolute;
  width: 90vw;
  z-index: 911;
}
#posterForm #selectPosterBgSwiper {
  position: absolute;
  width: 90vw;
  z-index: 901;
}
#posterForm #selectPosterHeaderButtons .swiper-button-prev, #posterForm #selectPosterHeaderButtons .swiper-button-next {
  top: 8vh;
}
#posterForm #selectPosterBgButtons .swiper-button-prev, #posterForm #selectPosterBgButtons .swiper-button-next {
  top: 30vh;
}
#posterForm .bg-img {
  width: 90vw;
  height: 104.44vw;
}
#posterForm .header-img {
  width: 90vw;
  height: 26.667vw;
}
#posterForm .form-wrapper {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding-bottom: 6vw;
  text-align: center;
  z-index: 960;
  background-color: #ffd48c;
  border-radius: 20px 20px 0 0;
}
#posterForm .form-wrapper .form-title {
  width: 100vw;
  height: 15.556vw;
  margin-top: -9vw;
}
#posterForm .form-wrapper input[type=text] {
  border: 3px #fd823f solid;
  background: #ffffff;
  width: 80%;
  height: 9.78vw;
  color: #000000;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  box-shadow: none;
  outline: none !important;
  line-height: 9.5vw;
  margin-bottom: 2vh;
  border-radius: 100vw;
}
#posterForm .form-wrapper .btn-next, #posterForm .form-wrapper .btn-prev {
  display: inline-block;
  width: 42vw;
  height: auto;
}
#posterForm .form-wrapper .btn-next.disabled {
  opacity: 0.25;
  pointer-events: none;
}

#posterReview {
  background-color: #fff2e5;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 990;
  display: none;
}
#posterReview .logo {
  margin-top: 1vh;
  width: 100%;
  height: auto;
  pointer-events: none;
}
#posterReview .header {
  margin-top: 2vh;
  width: 100%;
  height: auto;
  pointer-events: none;
}
#posterReview .poster {
  margin: 0 auto;
  width: 90vw;
  height: auto;
}
#posterReview .cta-wrapper {
  width: 100%;
  margin-top: 3vw;
  text-align: center;
  z-index: 992;
}
#posterReview .cta-wrapper .btn-prev, #posterReview .cta-wrapper .btn-finish {
  display: inline-block;
  width: 42vw;
  height: auto;
}

#ranking {
  position: absolute;
  background-color: #fff2e5;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1000;
  display: none;
}
#ranking .header {
  width: 100%;
  height: auto;
  pointer-events: none;
  margin-top: 3vh;
}
#ranking .table-wrapper {
  margin: 2vh auto 1vh auto;
  width: 94vw;
  border: 5px solid #ffd48c;
  border-radius: 15px;
  background: #ffffff;
  min-height: 55vh;
}
#ranking .table-wrapper .table-header {
  width: 80vw;
  height: 8vw;
  pointer-events: none;
  margin-top: -10vw;
}
#ranking .table-wrapper table {
  width: 95%;
  margin-left: 2%;
  table-layout: fixed;
}
#ranking .table-wrapper table td {
  font-family: "Gazpacho";
  line-height: 7.2vw;
  font-size: 4vw;
  border-bottom: 1px dotted #cccccc;
  padding-top: 1vh;
  padding-bottom: 1vh;
}
#ranking .table-wrapper table td.seq {
  text-align: center;
  width: 3vw;
  border: 0;
}
#ranking .table-wrapper table td.name {
  font-family: "Arial";
  font-size: 3.5vw;
  text-align: left;
  color: #333333;
  width: 16vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#ranking .table-wrapper table td.date {
  text-align: center;
  width: 8vw;
  color: #666666;
}
#ranking .table-wrapper table td.score {
  text-align: right;
  width: 3vw;
  color: #a03f39;
  padding-right: 1vw;
}
#ranking .table-wrapper table td .icon-player {
  width: 6vw;
  height: 6vw;
  vertical-align: middle;
  margin-right: 1.5vw;
}
#ranking .table-wrapper table td .rank-seq {
  background: #d48040;
  border-radius: 100px;
  padding: 1px;
  width: 6.2vw;
  height: 6.2vw;
  font-size: 3vw;
  line-height: 6.8vw;
  text-align: center;
  color: #ffffff;
}
#ranking .table-wrapper table tr:last-child td {
  border-bottom: 0;
}
#ranking .cta-wrapper {
  width: 100%;
  margin-top: 3vw;
  text-align: center;
  z-index: 992;
}
#ranking .cta-wrapper .btn-back, #ranking .cta-wrapper .btn-retry {
  display: inline-block;
  width: 42vw;
  height: auto;
}

#selectCharacter {
  background-image: url("../images/select-bg.png");
  background-color: #fff2e5;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 600;
  pointer-events: none;
  opacity: 0;
  transition: ease-out 0.4s;
}
#selectCharacter.appear {
  pointer-events: all;
  opacity: 1;
}
#selectCharacter #selectCharacterSwiper .poster-img {
  width: 100%;
  height: auto;
  max-width: 100vw;
  max-height: 106.7vw;
}
#selectCharacter #selectCharacterButtons {
  position: absolute;
  width: 100%;
  z-index: 601;
}
#selectCharacter #selectCharacterButtons .swiper-button-prev, #selectCharacter #selectCharacterButtons .swiper-button-next {
  width: 40px;
  height: 40px;
  margin: 8px;
  margin-top: 30vh;
}
#selectCharacter #selectCharacterButtons .swiper-button-prev {
  float: left;
}
#selectCharacter #selectCharacterButtons .swiper-button-next {
  float: right;
}
#selectCharacter #selectCharacterButtons .swiper-button-disabled {
  opacity: 0;
}
#selectCharacter .box {
  background-image: url("../images/select-frame.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 86vw;
  height: 57vw;
  margin: 0 auto;
}
#selectCharacter .box .char-buttons {
  padding-top: 23vw;
  text-align: center;
}
#selectCharacter .box .char-buttons .char-button {
  display: inline-block;
  width: 24vw;
  height: 24vw;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  transition: none;
}
#selectCharacter .box .char-buttons .char-button.selected {
  background-position: right center;
}
#selectCharacter .box .char-buttons .char-button.blue {
  background-image: url("../images/select-btn-blue.png");
}
#selectCharacter .box .char-buttons .char-button.green {
  background-image: url("../images/select-btn-green.png");
}
#selectCharacter .box .char-buttons .char-button.pink {
  background-image: url("../images/select-btn-pink.png");
}
#selectCharacter .cta-wrapper {
  position: fixed;
  width: 100%;
  bottom: 6vw;
  text-align: center;
  z-index: 320;
}
#selectCharacter .cta-wrapper .btn-confirm {
  display: inline-block;
  width: 42vw;
  height: auto;
}

#finish {
  display: none;
  background-color: #fff2e5;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 700;
}
#finish.blue {
  background-image: url("../images/finish-bg-blue.png");
}
#finish.pink {
  background-image: url("../images/finish-bg-pink.png");
}
#finish.green {
  background-image: url("../images/finish-bg-green.png");
}
#finish .bg-overlay {
  position: absolute;
  background-image: url("../images/finish-bg-ribbon.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 730;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#finish .logo {
  margin-top: 0.5vh;
  width: 100%;
  height: auto;
}
#finish .cta-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 5vw;
  text-align: center;
  z-index: 750;
}
#finish .cta-wrapper .text {
  position: relative;
  display: block;
  width: 100vw;
  height: 8vw;
  margin-bottom: 1vh;
  pointer-events: none;
  z-index: 721;
}
#finish .cta-wrapper .btn-poster, #finish .cta-wrapper .btn-rank {
  display: inline-block;
  width: 42vw;
  height: auto;
}
#finish .cta-wrapper .btn-poster {
  margin-left: 2vw;
  margin-right: 1vw;
}
#finish .cta-wrapper .btn-rank {
  margin-left: 1vw;
  margin-right: 2vw;
}
#finish .result-box {
  width: 82vw;
  height: 40vw;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/finish-result-bg.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
#finish .result-box .fields {
  text-align: center;
  padding-top: 23.5vw;
}
#finish .result-box .fields .field {
  display: inline-block;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  width: 33vw;
  height: 9.333vw;
  font-family: "Gazpacho";
  font-size: 5.5vw;
  font-weight: bold;
  color: #024967;
  line-height: 10.5vw;
  letter-spacing: 2px;
}
#finish .result-box .fields .field span {
  display: block;
  padding-left: 12vw;
  text-align: left;
}
#finish .result-box .fields .field.score {
  background-image: url("../images/finish-result-icon-score.png");
}
#finish .result-box .fields .field.time {
  background-image: url("../images/finish-result-icon-time.png");
}
#finish .side-button-wrapper {
  position: relative;
  width: 20vw;
  margin-top: 10vw;
  z-index: 780;
  float: right;
}
#finish .btn-share, #finish .btn-rule, #finish .btn-gift, #finish .btn-follow {
  width: 18vw;
  height: 18vw;
}

#landing {
  background-image: url("../images/landing-bg.jpg");
  background-color: #fff2e5;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 500;
}
#landing .logo {
  margin-top: 1vh;
  width: 100%;
  height: auto;
}
#landing .header {
  width: 100%;
  height: auto;
}
#landing .cta-wrapper {
  position: absolute;
  width: 100%;
  bottom: 6vw;
  text-align: center;
  z-index: 120;
}
#landing .cta-wrapper .btn-start, #landing .cta-wrapper .btn-rank {
  display: inline-block;
  width: 42vw;
  height: auto;
}
#landing .cta-wrapper .btn-start {
  margin-left: 2vw;
  margin-right: 1vw;
}
#landing .cta-wrapper .btn-rank {
  margin-left: 1vw;
  margin-right: 2vw;
}
#landing .char-wrapper {
  position: relative;
  width: 100%;
  top: 26vh;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
#landing .char-wrapper .icon {
  position: absolute;
  opacity: 0;
}
#landing .char-wrapper .icon-green {
  z-index: 112;
  width: 29.33vw;
  height: 29.33vw;
  top: 8vh;
  right: 17vw;
}
#landing .char-wrapper .icon-pink {
  z-index: 114;
  width: 29.33vw;
  height: 29.33vw;
  top: 25vh;
  left: 1vw;
}
#landing .char-wrapper .char {
  position: absolute;
  opacity: 0;
}
#landing .char-wrapper .char-green {
  z-index: 112;
  width: 32vw;
  height: 32vw;
  top: 0;
  right: 19vw;
}
#landing .char-wrapper .char-blue {
  z-index: 113;
  width: 48vw;
  height: 48vw;
  top: 10vh;
  left: 10vw;
}
#landing .char-wrapper .char-pink {
  z-index: 114;
  width: 69vw;
  height: 69vw;
  top: 28vh;
  right: 1vw;
}
#landing .char-wrapper .car {
  position: absolute;
  width: 50vw;
  height: 50vw;
  top: 30vh;
  left: 0;
  opacity: 1;
  z-index: 111;
}
#landing .char-wrapper .char-blue.animate {
  animation: landing-char-bounce 0.9s forwards 0.1s;
  -webkit-animation: landing-char-bounce 0.9s forwards 0.1s;
  -moz-animation: landing-char-bounce 0.9s forwards 0.1s;
  -o-animation: landing-char-bounce 0.9s forwards 0.1s;
}
#landing .char-wrapper .char-green.animate {
  animation: landing-char-bounce 0.9s forwards 1.6s;
  -webkit-animation: landing-char-bounce 0.9s forwards 1.6s;
  -moz-animation: landing-char-bounce 0.9s forwards 1.6s;
  -o-animation: landing-char-bounce 0.9s forwards 1.6s;
}
#landing .char-wrapper .char-pink.animate {
  animation: landing-char-pink 1.1s forwards 1s;
  -webkit-animation: landing-char-pink 1.1s forwards 1s;
  -moz-animation: landing-char-pink 1.1s forwards 1s;
  -o-animation: landing-char-pink 1.1s forwards 1s;
}
#landing .char-wrapper .icon-green.animate {
  animation: landing-char-bounce 0.9s forwards 1s;
  -webkit-animation: landing-char-bounce 0.9s forwards 1s;
  -moz-animation: landing-char-bounce 0.9s forwards 1s;
  -o-animation: landing-char-bounce 0.9s forwards 1s;
}
#landing .char-wrapper .icon-pink.animate {
  animation: landing-char-bounce 0.9s forwards 0.7s;
  -webkit-animation: landing-char-bounce 0.9s forwards 0.7s;
  -moz-animation: landing-char-bounce 0.9s forwards 0.7s;
  -o-animation: landing-char-bounce 0.9s forwards 0.7s;
}
#landing .cta-wrapper {
  position: absolute;
  width: 100%;
  bottom: 5vw;
  text-align: center;
}
#landing .cta-wrapper .btn-start, #landing .cta-wrapper .btn-rank {
  display: inline-block;
  width: 42vw;
  height: auto;
}
#landing .cta-wrapper .btn-start {
  margin-left: 2vw;
  margin-right: 1vw;
}
#landing .cta-wrapper .btn-rank {
  margin-left: 1vw;
  margin-right: 2vw;
}
#landing .side-button-wrapper {
  position: relative;
  width: 20vw;
  top: 7vh;
  z-index: 200;
  float: right;
}
#landing .btn-share, #landing .btn-rule, #landing .btn-gift {
  width: 18vw;
  height: 18vw;
}

.character-menu {
  display: none;
  margin-top: -2rem;
  text-align: center;
}
.character-menu-title {
  width: 8.25rem;
  height: 1.27rem;
  margin-bottom: 0.25rem;
  display: inline-block;
}
.character-menu .btn-character {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 100px;
  margin: 0 0.125rem;
  border: 4px solid rgba(255, 255, 255, 0);
}
.character-menu .btn-character.m:hover {
  border: 4px solid #ED1846;
}
.character-menu .btn-character.f:hover {
  border: 4px solid #8DC63F;
}
.character-menu .btn-character.nonselected {
  opacity: 0.25;
}
.character-menu .btn-character.selected.m {
  border: 4px solid #ED1846;
}
.character-menu .btn-character.selected.f {
  border: 4px solid #8DC63F;
}
.character-menu .btn-start {
  width: 15rem;
  height: 6.25rem;
  margin-top: -0.75rem;
  opacity: 0.25;
  pointer-events: none;
}
.character-menu .btn-start.active {
  opacity: 1;
  pointer-events: all;
}
.character-menu .btn-home {
  width: 18.75rem;
  height: 1.5rem;
  margin-top: -0.25rem;
}

#gameOver {
  position: fixed;
  top: 18%;
  left: 0;
  width: 100%;
  z-index: 10002;
  text-align: center;
  display: none;
}
#gameOver .text {
  width: 20rem;
  height: 9.8rem;
  opacity: 0;
}
#gameOver .text.play {
  animation: bounce 0.6s forwards;
  -webkit-animation: bounce 0.6s forwards;
  -moz-animation: bounce 0.6s forwards;
  -ms-animation: bounce 0.6s forwards;
  -o-animation: bounce 0.6s forwards;
  opacity: 1 !important;
}
#gameOver .btn-again, #gameOver .btn-leave {
  width: 12.5rem;
  height: 3.75rem;
  opacity: 0;
  transition: ease-out 0.5s;
}
#gameOver .btn-again.play, #gameOver .btn-leave.play {
  opacity: 1 !important;
}
#gameOver .btn-again {
  margin-top: 0.25rem;
}
#gameOver .btn-leave {
  margin-top: -0.275rem;
}

#letsGo {
  position: fixed;
  top: 35%;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  display: none;
}
#letsGo .level-text {
  width: 12.5rem;
  height: 2.5rem;
  display: none;
  opacity: 0;
}
#letsGo .level-text.play {
  animation: bounce 0.6s forwards;
  -webkit-animation: bounce 0.6s forwards;
  -moz-animation: bounce 0.6s forwards;
  -ms-animation: bounce 0.6s forwards;
  -o-animation: bounce 0.6s forwards;
  opacity: 1 !important;
}
#letsGo .letsgo-text {
  width: 18.75rem;
  height: 3.75rem;
  display: none;
  opacity: 0;
}
#letsGo .letsgo-text.play {
  animation: bounce 0.6s forwards;
  -webkit-animation: bounce 0.6s forwards;
  -moz-animation: bounce 0.6s forwards;
  -ms-animation: bounce 0.6s forwards;
  -o-animation: bounce 0.6s forwards;
  opacity: 1 !important;
}

#indicator {
  position: absolute;
  z-index: 800;
  background-image: url("../images/indicator-bg.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 70vw;
  height: 29vw;
  left: 15vw;
}
#indicator .fields {
  text-align: center;
  margin-top: 2vw;
}
#indicator .fields .field {
  display: inline-block;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 31vw;
  height: 11vw;
  font-family: "Gazpacho";
  font-size: 4vw;
  font-weight: bold;
  color: #024967;
  line-height: 11.5vw;
  letter-spacing: 2px;
}
#indicator .fields .field span {
  display: block;
  padding-left: 13vw;
  text-align: left;
}
#indicator .fields .field.score {
  background-image: url("../images/indicator-field-score.png");
}
#indicator .fields .field.time {
  background-image: url("../images/indicator-field-time.png");
}
#indicator .levels {
  text-align: center;
}
#indicator .levels .level {
  display: inline-block;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  width: 8.8vw;
  height: 8.8vw;
}
#indicator .levels .level.level-1 {
  background-image: url("../images/indicator-level-1.png");
}
#indicator .levels .level.level-2 {
  background-image: url("../images/indicator-level-2.png");
}
#indicator .levels .level.level-3 {
  background-image: url("../images/indicator-level-3.png");
}
#indicator .levels .level.level-4 {
  background-image: url("../images/indicator-level-4.png");
}
#indicator .levels .level.level-5 {
  background-image: url("../images/indicator-level-5.png");
}
#indicator .levels .level.level-2, #indicator .levels .level.level-3, #indicator .levels .level.level-4 {
  transform: translateY(1.5vw);
}
#indicator .levels .level.active {
  background-position: right center;
}

.dialog {
  display: none;
  display: none;
  top: 0;
  z-index: 500; /* TODO: Reduce it by 10 */
  background-color: rgba(0, 0, 0, 0.75);
  align-items: center;
}
.dialog .wrapper {
  align-self: center;
}
.dialog .wrapper .bg {
  width: 100%;
  float: left;
}
.dialog .wrapper .cta-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: -16vw;
}
.dialog .wrapper .cta-wrapper .btn-dismiss {
  display: inline-block;
  width: 42vw;
  height: auto;
}

#mainCanvas {
  background-color: #ffffff;
  opacity: 0;
  z-index: 400; /* TODO: Reduce it by 10 */
}
#mainCanvas #player {
  position: absolute;
  width: 110px;
  height: 110px;
  background-position: left top;
  background-size: auto 300%;
  background-repeat: no-repeat;
  z-index: 800;
  overflow: visible;
}
#mainCanvas #player.blue {
  background-image: url(../images/player-blue.png);
}
#mainCanvas #player.green {
  background-image: url(../images/player-green.png);
}
#mainCanvas #player.pink {
  background-image: url(../images/player-pink.png);
}
#mainCanvas #player.level-2 {
  background-position-y: center;
}
#mainCanvas #player.level-2 {
  background-position-y: center;
}
#mainCanvas #player.level-2 {
  background-position-y: center;
}
#mainCanvas #player.level-4 {
  background-position-y: bottom;
}
#mainCanvas #player.level-4 {
  background-position-y: bottom;
}
#mainCanvas #player.level-4 {
  background-position-y: bottom;
}
#mainCanvas #player.jumping {
  background-position-x: center;
}
#mainCanvas #player.descending {
  background-position-x: right;
}
#mainCanvas #player .transform {
  position: relative;
  top: -55px;
  left: -55px;
  width: 220px;
  height: 220px;
  background-image: url(../images/transform.png);
  background-position: right center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
#mainCanvas #player .transform.animate {
  animation: transform 0.9s steps(7) forwards;
  -webkit-animation: transform 0.9s steps(7) forwards;
  -moz-animation: transform 0.9s steps(7) forwards;
  -o-animation: transform 0.9s steps(7) forwards;
}
@media (max-width: 370px) {
  #mainCanvas #player {
    width: 80px;
    height: 80px;
  }
}
#mainCanvas #canvasBody {
  position: absolute;
}
#mainCanvas #canvasBody .bg {
  position: absolute;
  pointer-events: none;
  z-index: 410;
}
#mainCanvas #canvasBody .bg .demo {
  position: absolute;
  opacity: 0.5;
  z-index: 450;
}
#mainCanvas #canvasBody .bg .demo .bg-demo-item {
  width: 100vw;
  height: auto;
  float: left;
}
#mainCanvas #canvasBody .bg .bg-item {
  width: 100vw;
  height: 100vw;
  float: left;
}
#mainCanvas #canvasBody .bg .bg-item.item-1 {
  height: 44vw;
}
#mainCanvas #canvasBody .elements {
  position: absolute;
  z-index: 440;
}
#mainCanvas #canvasBody .elements .element {
  position: absolute;
  overflow: visible;
  pointer-events: none;
}
#mainCanvas #canvasBody .elements .element .score {
  position: absolute;
  width: 24vw;
  height: 13.33vw;
  left: -4vw;
  opacity: 0;
}
#mainCanvas #canvasBody .elements .element, #mainCanvas #canvasBody .elements .element-core {
  width: 16vw;
  height: 16vw;
}
#mainCanvas #canvasBody .elements .element.touched .score {
  animation: score-move-up 2.2s forwards;
  -webkit-animation: score-move-up 2.2s forwards;
  -moz-animation: score-move-up 2.2s forwards;
  -o-animation: score-move-up 2.2s forwards;
}
#mainCanvas #canvasBody .elements .element.touched .element-core {
  animation: fade-out 0.6s forwards;
  -webkit-animation: fade-out 0.6s forwards;
  -moz-animation: fade-out 0.6s forwards;
  -o-animation: fade-out 0.6s forwards;
}
#mainCanvas #canvasBody .flags {
  position: absolute;
  z-index: 441;
}
#mainCanvas #canvasBody .flags .flag {
  position: absolute;
  overflow: visible;
  pointer-events: none;
}
#mainCanvas #canvasBody .flags .flag .score {
  position: absolute;
  width: 21.33vw;
  height: 13.33vw;
  opacity: 0;
}
#mainCanvas #canvasBody .flags .flag, #mainCanvas #canvasBody .flags .flag-core {
  width: 21.33vw;
  height: 29.33vw;
}
#mainCanvas #canvasBody .flags .flag-core {
  margin-top: 1vw;
}
#mainCanvas #canvasBody .flags .flag.flag-2 .flag-core {
  margin-top: 4vw;
}
#mainCanvas #canvasBody .flags .flag.touched .score {
  animation: score-move-up 2.2s forwards;
  -webkit-animation: score-move-up 2.2s forwards;
  -moz-animation: score-move-up 2.2s forwards;
  -o-animation: score-move-up 2.2s forwards;
}
#mainCanvas #canvasBody .flags .flag.touched .flag-core {
  animation: fade-out 0.6s forwards;
  -webkit-animation: fade-out 0.6s forwards;
  -moz-animation: fade-out 0.6s forwards;
  -o-animation: fade-out 0.6s forwards;
}
#mainCanvas #canvasBody .fixed-grounds {
  position: absolute;
  z-index: 430;
}
#mainCanvas #canvasBody .moving-grounds {
  position: absolute;
  z-index: 420;
}
#mainCanvas #canvasBody .ground {
  position: absolute;
  display: inline-block;
}
#mainCanvas #canvasBody .ground .ground-core {
  position: absolute;
  background: rgba(0, 0, 255, 0.5);
  border: 1px solid #0000ff;
  background: none;
  border: none;
}

#storeRoom {
  width: 1px;
  height: 1px;
  position: fixed;
  top: -100px;
  left: -100px;
  overflow: hidden;
}

#landscape {
  background-image: url("../images/landscape.png");
  background-color: #fff2e5;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 9990;
}

#desktop {
  background-image: url("../images/desktop.png");
  background-color: #fff2e5;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  z-index: 9999;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes score-move-up {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  40% {
    transform: translateY(-21vw);
    opacity: 1;
  }
  100% {
    transform: translateY(-40vw);
    opacity: 0;
  }
}
@keyframes bounce {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  50% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes bounce-lite {
  0% {
    transform: scale(0.8, 0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes mission-complete-text {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -300% 0;
  }
}
@keyframes loader-jump {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes landing-char-bounce {
  0% {
    transform: scale(0.3, 0.3);
    opacity: 0;
  }
  55% {
    transform: scale(1.3, 1.3);
    opacity: 1;
  }
  75% {
    transform: scale(0.85, 0.85);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes landing-char-pink {
  0% {
    transform: translateY(30px);
    opacity: 1;
  }
  30% {
    transform: translateY(-20px);
    opacity: 1;
  }
  60% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes transform {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}/*# sourceMappingURL=main.css.map */