* {
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

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

.game-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 560px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #92FFF9;
  overflow: hidden;
}

.btn-start {
  position: absolute;
  bottom: 5vh;
  left: 10vw;
  width: 80vw;
  background-color: #316DAE;
  border: 2px solid #ffffff;
  border-radius: 3rem;
  height: 4.25rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.btn-start.press-response-active {
  background-color: #18487b;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.btn-start.highlight {
  background-color: #F78D1E;
}
.btn-start.highlight.press-response-active {
  background-color: #ae6505;
}

#gameTutorial {
  position: fixed;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  display: relative;
  width: 100%;
  min-height: 560px;
  top: 0;
  left: 0;
  z-index: 2000;
  padding-top: 9vh;
}
#gameTutorial .title {
  width: 100%;
  height: auto;
}
#gameTutorial #tutorialCarousel {
  margin-top: -1rem;
}
#gameTutorial #tutorialCarousel .tutorial-content {
  width: 90vw;
  height: 115.2vw;
  margin-left: 5vw;
}
#gameTutorial #tutorialCarousel .swiper-pagination-bullet {
  margin: 0 8px;
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  opacity: 0.6;
}
#gameTutorial #tutorialCarousel .swiper-pagination-bullet-active {
  background-color: #F78D1E;
  opacity: 1;
}
@media (max-aspect-ratio: 9/16) {
  #gameTutorial {
    padding-top: 10.5vh;
  }
  #gameTutorial #tutorialCarousel {
    margin-top: -1rem;
  }
  #gameTutorial #tutorialCarousel .tutorial-content {
    width: 98vw;
    height: 125.44vw;
    margin-left: 1vw;
  }
}
@media (min-aspect-ratio: 10/16) {
  #gameTutorial #tutorialCarousel .tutorial-content {
    width: 84vw;
    height: 107.52vw;
    margin-left: 8vw;
  }
}

#gameHome {
  position: fixed;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #92FFF9;
  width: 100%;
  min-height: 560px;
  background-image: url(../images/home-bg.png);
  top: 0;
  left: 0;
  z-index: 5000;
}
#gameHome .header {
  position: relative;
  z-index: 1;
}
#gameHome .header .logo {
  width: 100vw;
  height: 12.077vw;
  margin-top: 2.5vh;
}
#gameHome .header .title {
  width: 95vw;
  height: 66.5vw;
  margin-left: 2.5vw;
  margin-top: 0.5vh;
  transform: translateY(-100vh);
  -webkit-transform: translateY(-100vh);
}
#gameHome .header .title.animate {
  animation: bounce-landing ease-out 1.5s forwards;
  -webkit-animation: bounce-landing ease-out 1.5s forwards;
}
#gameHome .header .action-text {
  position: relative;
  width: 100vw;
  height: auto;
  margin-top: -2vh;
  z-index: 10;
  opacity: 0;
}
#gameHome .header .action-text.animate {
  animation: action-text-blink linear 1.5s infinite;
  -webkit-animation: action-text-blink linear 1.5s infinite;
}
#gameHome .dining-table {
  background-image: url(../images/home-table.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -5vh;
  width: 100vw;
  height: 100vw;
}
#gameHome .dining-table .rice {
  width: 95vw;
  height: 95vw;
  margin-left: 2.5vw;
  transform: translateY(-100vh);
  -webkit-transform: translateY(-100vh);
}
#gameHome .dining-table .rice.animate {
  animation: bounce-landing ease-out 1.5s forwards;
  -webkit-animation: bounce-landing ease-out 1.5s forwards;
}
#gameHome .character {
  position: absolute;
  width: 68vw;
  height: 68vw;
  bottom: 15vh;
  transition: ease-out 0.75s;
}
#gameHome .character.left {
  left: -22vw;
  transform: translateX(-60vw);
  -webkit-transform: translateX(-60vw);
}
#gameHome .character.right {
  right: -22vw;
  transform: translateX(60vw);
  -webkit-transform: translateX(60vw);
}
#gameHome .character.animate {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
@media (max-aspect-ratio: 9/16) {
  #gameHome .header .logo {
    margin-top: 5vh;
  }
  #gameHome .header .title {
    width: 100vw;
    height: 70vw;
    margin-top: 0.25vh;
    margin-left: 0;
  }
  #gameHome .header .action-text {
    margin-top: 0;
  }
  #gameHome .dining-table {
    bottom: 0vh;
  }
  #gameHome .dining-table .rice {
    width: 100vw;
    height: 100vw;
    margin-left: 0;
  }
  #gameHome .character {
    position: absolute;
    width: 70vw;
    height: 70vw;
    bottom: 18vh;
  }
}

#gameResultSuccess, #gameResultFail {
  position: fixed;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  width: 100%;
  min-height: 560px;
  top: 0;
  left: 0;
  z-index: 2000;
}
#gameResultSuccess#gameResultSuccess, #gameResultFail#gameResultSuccess {
  background-image: url("../images/result-success-bg.png");
  background-color: rgba(30, 30, 30, 0.8);
  padding-top: 6vh;
}
#gameResultSuccess#gameResultSuccess .btn-start, #gameResultFail#gameResultSuccess .btn-start {
  font-size: 1.25rem;
  height: 4.5rem;
}
#gameResultSuccess#gameResultFail, #gameResultFail#gameResultFail {
  padding-top: 10vh;
}
#gameResultSuccess .title, #gameResultFail .title {
  width: 100%;
  height: auto;
}
#gameResultSuccess .content, #gameResultFail .content {
  margin-top: 1rem;
}
#gameResultSuccess .content .bowl, #gameResultFail .content .bowl {
  width: 90%;
  margin-left: 5%;
}
#gameResultSuccess .content .message, #gameResultFail .content .message {
  font-family: source-han-sans-traditional, sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  color: #ffffff;
  text-align: center;
}
#gameResultSuccess .actions, #gameResultFail .actions {
  position: absolute;
  bottom: 4vh;
  width: 100%;
  text-align: center;
}
#gameResultSuccess .actions .btn-start, #gameResultFail .actions .btn-start {
  position: static;
  bottom: auto;
  margin: 0 auto 0.5rem auto;
}
#gameResultSuccess .actions a, #gameResultFail .actions a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  padding-top: 1.25vh;
}
#gameResultSuccess .actions a:link, #gameResultSuccess .actions a:visited, #gameResultFail .actions a:link, #gameResultFail .actions a:visited {
  color: #ffffff;
  text-decoration: underline;
}
#gameResultSuccess .actions a:hover, #gameResultSuccess .actions a:active, #gameResultFail .actions a:hover, #gameResultFail .actions a:active {
  color: #ffffff;
  text-decoration: none;
}
#gameResultSuccess#gameResultFail .actions, #gameResultFail#gameResultFail .actions {
  bottom: 6vh;
}
#gameResultSuccess#gameResultFail .actions a, #gameResultFail#gameResultFail .actions a {
  padding-top: 2vh;
}
@media (max-aspect-ratio: 9/16) {
  #gameResultSuccess#gameResultSuccess, #gameResultFail#gameResultSuccess {
    padding-top: 9vh;
  }
  #gameResultSuccess .actions, #gameResultFail .actions {
    bottom: 6vh;
  }
  #gameResultSuccess .actions a, #gameResultFail .actions a {
    padding-top: 2vh;
  }
}

#game {
  background-image: url(../images/game-bg.png);
  z-index: 1;
}
#game .dining-table {
  background-image: url(../images/home-table.png);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -5vh;
  width: 100vw;
  height: 100vw;
  z-index: 50;
}
#game .characters {
  position: absolute;
  bottom: 18vh;
}
#game .character {
  position: relative;
  width: 32.64vw;
  height: 34vw;
}
#game .character#salmon {
  left: -8vw;
  z-index: 20;
}
#game .character#eel {
  left: -20vw;
  top: -2vh;
  z-index: 10;
}
#game .character.animate {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
#game .drop-item {
  position: absolute;
  width: 14.4vw;
  height: 14.4vw;
  top: 50%;
  left: 50%;
  pointer-events: none;
  background-image: url(../images/drop-item.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 600;
}
#game .drop-item.rice {
  background-position: 0 0;
}
#game .drop-item.bomb {
  background-position: 25% 0;
}
#game .drop-item.fish-1 {
  background-position: 50% 0;
}
#game .drop-item.fish-2 {
  background-position: 75% 0;
}
#game .drop-item.fish-3 {
  background-position: 100% 0;
}
#game .drop-item.hit {
  animation: item-fade-out linear 0.3s forwards;
  -webkit-animation: item-fade-out linear 0.3s forwards;
}
#game #bowl, #game .bowl-clone {
  position: absolute;
  background-image: url(../images/bowl.png);
  background-position: 0 0;
  background-size: auto 200%;
  background-repeat: no-repeat;
  width: 28vw;
  height: 28vw;
  bottom: 10vh;
  left: 36vw;
  z-index: 500;
}
#game #bowl#bowl, #game .bowl-clone#bowl {
  display: none;
}
#game #bowl.rice, #game .bowl-clone.rice {
  background-position: 50% 0;
}
#game #bowl.broken, #game .bowl-clone.broken {
  background-position: 100% 0;
  opacity: 0.6;
}
#game #bowl.fish-1, #game .bowl-clone.fish-1 {
  background-position: 0% 100%;
}
#game #bowl.fish-2, #game .bowl-clone.fish-2 {
  background-position: 50% 100%;
}
#game #bowl.fish-3, #game .bowl-clone.fish-3 {
  background-position: 100% 100%;
}
#game #bowl .value-change, #game .bowl-clone .value-change {
  position: absolute;
  right: 1rem;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: -2px -2px 2px #ffffff, 2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px 2px 2px #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: 1003;
}
#game #bowl .value-change.bonus, #game .bowl-clone .value-change.bonus {
  color: #0EB491;
}
#game #bowl .value-change.deduct, #game .bowl-clone .value-change.deduct {
  color: #DA6564;
}
#game #bowl .value-change.animate, #game .bowl-clone .value-change.animate {
  animation: value-change 0.8s linear forwards;
  -webkit-animation: value-change 0.8s linear forwards;
}
@media (max-aspect-ratio: 9/16) {
  #game .dining-table {
    bottom: 0vh;
  }
  #game .characters {
    bottom: 22vh;
  }
}

.game-btn-wrapper {
  position: absolute;
  top: 12rem;
  width: 100%;
  z-index: 2000;
}
.game-btn-wrapper .game-btn-back {
  padding-left: 2rem;
}
.game-btn-wrapper .game-btn-back img {
  width: 5rem;
  height: 5rem;
  transition: ease-out 0.25s;
}
.game-btn-wrapper .game-btn-back:hover img {
  transform: translateX(-1rem) scale(1.1, 1.1);
  -webkit-transform: translateX(-1rem) scale(1.1, 1.1);
}
@media (max-width: 1580px) {
  .game-btn-wrapper {
    top: 11rem;
  }
}
@media (max-width: 576px) {
  .game-btn-wrapper {
    top: 8rem;
  }
  .game-btn-wrapper .game-btn-back {
    padding-left: 0.5rem;
  }
  .game-btn-wrapper .game-btn-back img {
    width: 4rem;
    height: 4rem;
  }
}

#game .container-xl {
  max-width: 1580px;
}
#game .game-container {
  position: relative;
  height: 99vh;
  overflow: hidden;
}
#game .drag-boundary {
  position: absolute;
  width: 100%;
  pointer-events: none;
}

#gameCountDown {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}
#gameCountDown .begin-count-down {
  position: absolute;
  width: 24rem;
  height: 24rem;
  left: 50%;
  top: 10vh;
  margin-left: -12rem;
  transition: ease-out 0.5s;
  transform: scale(0.1, 0.1);
  -webkit-transform: scale(0.1, 0.1);
  -moz-transform: scale(0.1, 0.1);
  -o-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  opacity: 0;
}
#gameCountDown .begin-count-down.active {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  opacity: 1;
}
@media (max-width: 1440px) {
  #gameCountDown .begin-count-down {
    width: 20vw;
    height: 20vw;
    margin-left: -5vw;
  }
}
@media (max-width: 576px) {
  #gameCountDown .begin-count-down {
    width: 80vw;
    height: 80vw;
    margin-left: -40vw;
  }
}

@keyframes click-glow {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
@-webkit-keyframes click-glow {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
@keyframes bounce-landing {
  0% {
    transform: scale(1, 1) translateY(-100vh);
  }
  20% {
    transform: scale(1.1, 0.95) translateY(0);
  }
  30% {
    transform: scale(1, 1.1) translateY(-30px);
  }
  50% {
    transform: scale(1.1, 1) translateY(5px);
  }
  66% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes bounce-landing {
  0% {
    -webkit-transform: scale(1, 1) translateY(-100vh);
  }
  20% {
    -webkit-transform: scale(1.1, 0.95) translateY(0);
  }
  30% {
    -webkit-transform: scale(1, 1.1) translateY(-30px);
  }
  50% {
    -webkit-transform: scale(1.1, 1) translateY(5px);
  }
  66% {
    -webkit-transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes action-text-blink {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes action-text-blink {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes item-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes item-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes bowl-fill {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1.1, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes bowl-fill {
  0% {
    -webkit-transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.1, 0.95);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}/*# sourceMappingURL=mini-game.css.map */