.container {
  background-color: unset;
  box-shadow: unset;
}

html {
  font-size: 30px;
}
@media (min-width: 720px) {
  html {
    font-size: 40px;
  }
}

body {
  background-color: #F2EADF;
  background-image: url("../images/bg_texture.png");
  color: #540A0F;
  font-family: "Abril Fatface", serif;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 100px;
}

#topSection {
  background-color: #aa939529;
  text-align: center;
  padding: 20px;
}

.title-topSection {
  background-image: url("../images/deco.png");
  background-size: 100% auto;
  width: 50%;
  font-size: 1rem;
  font-weight: bold;
  margin: 30px auto 10px auto;
}

.menuBtnBar {
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  border-radius: 20px;
  display: block;
  align-items: center;
  justify-content: center;
  color: white;
}
@media (min-width: 720px) {
  .menuBtnBar {
    display: flex;
    width: 70%;
  }
}
.menuBtnBar .menuBtn {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  width: 100%;
  margin: 15px;
  height: 100px;
  display: flex;
  border: white 5px solid;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-color: #dbdbdb;
  background-blend-mode: multiply;
  font-weight: bold;
  text-shadow: #674e50 3px 3px 10px;
  transition: 0.3s;
}
.menuBtnBar .menuBtn:hover {
  cursor: pointer;
  transform: scale(1.05);
}
@media (min-width: 720px) {
  .menuBtnBar .menuBtn {
    width: 70%;
  }
}

.section-title-bar {
  font-size: 0.8rem;
  margin: 60px auto 70px;
  width: 80%;
  max-width: 800px;
  color: white;
  text-align: center;
  padding: 10px;
}

.number-learn {
  text-align: center;
  margin-bottom: 60px;
  width: 33%;
}
.number-learn .number {
  font-size: 1.5rem;
  line-height: 1.6rem;
}
.number-learn .number-japanese {
  font-size: 0.5rem;
}
.number-learn .pronunciation {
  font-size: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 720px) {
  .number-learn {
    width: 25%;
  }
  .number-learn .number {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .number-learn .number-japanese {
    font-size: 0.8rem;
  }
  .number-learn .pronunciation {
    font-size: 0.5rem;
  }
}
@media (min-width: 960px) {
  .number-learn {
    width: 20%;
  }
}

.number-eng {
  color: #C7B144;
}

.btn-speaker {
  margin-left: 5px;
  background: #C7B144;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.btn-speaker:hover {
  transform: scale(1.05);
  cursor: pointer;
  opacity: 0.8;
}

@media (min-width: 720px) {
  .learn-to-90, .learn-to-900, .learn-to-9000 {
    width: 20%;
  }
  .learn-to-90 .number, .learn-to-900 .number, .learn-to-9000 .number {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .learn-to-90 .number-japanese, .learn-to-900 .number-japanese, .learn-to-9000 .number-japanese {
    font-size: 0.4rem;
  }
  .learn-to-90 .pronunciation, .learn-to-900 .pronunciation, .learn-to-9000 .pronunciation {
    font-size: 0.3rem;
  }
}
@media (min-width: 960px) {
  .learn-to-90, .learn-to-900, .learn-to-9000 {
    width: 11.1%;
  }
  .learn-to-90 .number, .learn-to-900 .number, .learn-to-9000 .number {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .learn-to-90 .number-japanese, .learn-to-900 .number-japanese, .learn-to-9000 .number-japanese {
    font-size: 0.45rem;
  }
  .learn-to-90 .pronunciation, .learn-to-900 .pronunciation, .learn-to-9000 .pronunciation {
    font-size: 0.3rem;
  }
}

@media (min-width: 720px) {
  .learn-to-9000 .number {
    font-size: 1.1rem;
  }
}

.number-formula {
  text-align: center;
}
.number-formula .number {
  font-size: 1.3rem;
}
.number-formula .japanese {
  font-size: 0.45rem;
}
.number-formula .number-title {
  color: #BF401F;
}
.number-formula .japanese {
  font-size: 0.35rem;
  color: #C7B144;
}
@media (min-width: 720px) {
  .number-formula {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .number-formula .japanese {
    font-size: 0.45rem;
    color: #C7B144;
  }
}
.number-formula .combination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-numbers-speaking-exercise {
  text-align: center;
  font-size: 0.7rem;
  min-height: 400px;
}
.container-numbers-speaking-exercise .bi-volume-up {
  cursor: pointer;
  color: #C7B144;
}
.container-numbers-speaking-exercise .numbers-generate {
  font-size: 2rem;
}
.container-numbers-speaking-exercise .speakRow {
  display: flex;
  align-content: center;
  justify-content: center;
}
.container-numbers-speaking-exercise .speakRow .recordBtn {
  background-color: #C7B144;
  color: white;
  padding: 10px;
  font-size: 0.6rem;
}
.container-numbers-speaking-exercise .speakRow .speakText {
  background: white;
  padding: 10px 20px;
  margin-left: 20px;
  width: 300px;
  text-align: left;
}
.container-numbers-speaking-exercise .wrongCorrectBar {
  justify-content: center;
  font-size: 1rem;
  align-items: center;
  color: #BF401F;
}
.container-numbers-speaking-exercise .wrongCorrectBar .bi-x-circle {
  color: #BF401F;
  font-size: 1.3rem;
}
.container-numbers-speaking-exercise .wrongCorrectBar .bi-check-circle {
  color: #C7B144;
  font-size: 1.3rem;
}
.container-numbers-speaking-exercise .nextBtn {
  margin-top: 60px;
  border: #540A0F 2px solid;
  width: 100%;
  color: #540A0F;
  font-size: 0.7rem;
}

.gameContainer {
  position: relative;
}

.gameOver-popup {
  display: none;
}

.game-popup, .gameScoreBar, .gameContainer {
  overflow: hidden;
  max-width: 1400px;
  margin: auto;
}

.game-popup, .gameOver-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000091;
  z-index: 2;
  text-align: center;
}
.game-popup .popup-instruction, .gameOver-popup .popup-instruction {
  background-color: white;
  border-radius: 30px;
  margin: 5% auto;
  width: 80%;
  font-size: 0.5rem;
  padding: 5%;
}
.game-popup .btn_gameStart, .gameOver-popup .btn_gameStart {
  background-color: #BF401F;
  color: white;
  margin-top: 20px;
  border-radius: 10px;
  padding: 5px;
  font-size: 0.6rem;
}
.game-popup .btn_gameStart:hover, .gameOver-popup .btn_gameStart:hover {
  cursor: pointer;
  opacity: 0.8;
}

.gameOver-popup .popup-instruction {
  font-size: 0.7rem;
}
.gameOver-popup .popup-instruction fieldset {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.gameOver-popup .popup-instruction #star1, .gameOver-popup .popup-instruction #star2, .gameOver-popup .popup-instruction #star3, .gameOver-popup .popup-instruction #star4, .gameOver-popup .popup-instruction #star5 {
  color: #d3d3d3;
}

.gameScoreBar {
  display: flex;
  justify-content: space-between;
  background-color: #BF401F;
  color: white;
  font-size: 0.7rem;
  padding: 5px 15px;
}

#scoreDisplay, #timer {
  min-width: 100px;
}

.gameArea {
  position: relative;
  background-image: url("../images/gameBG.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 60%;
  width: 100%;
  font-size: 0.5rem;
}
@media (min-width: 720px) {
  .gameArea {
    font-size: 0.8rem;
    padding-top: 45%;
  }
}

.cashier {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
}
.cashier img {
  width: 100%;
  height: auto;
}
.cashier .cashier_ticketCall {
  position: absolute;
  top: -35%;
  background-color: #F2EADF;
  text-align: center;
  padding: 10px 20px;
  color: #540A0F;
  width: 80%;
  right: 0;
  border-radius: 20px;
}
@media (min-width: 720px) {
  .cashier .cashier_ticketCall {
    top: -25%;
  }
}

.customer {
  height: 70%;
  position: absolute;
  bottom: 0;
  transition: all 2s linear;
  right: -180px;
}
.customer img {
  height: 100%;
  width: auto;
}
.customer .ticketNo {
  position: absolute;
  top: -30%;
  background-color: #F2EADF;
  text-align: center;
  padding: 10px 20px;
  border-radius: 20px;
  opacity: 0;
  transition-delay: 2.2s;
  width: 100%;
  margin: auto;
}
@media (min-width: 720px) {
  .customer .ticketNo {
    top: -20%;
  }
}

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