@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI","Microsoft JhengHei","Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.newGame {
  padding-bottom: 50px;
}

.newGame .kv {
    position: relative;
}

.newGame .kv figure, .newGame .kv img {
  width: 100%;
}

.newGame .kv__pd, .kv__lucky {
    position: absolute;
    top: 0;
    left: 0;
}

.newGame .kv__pd {
    -webkit-animation: floatUp 2s ease-in-out infinite;
    animation: floatUp 2s ease-in-out infinite;
}
@-webkit-keyframes floatUp {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes floatUp {
    0%, 100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
/* .newGame .kv {
  background-image: url("https://storage-asset.msi.com/event/2025/MY/seasonal-promotion/images/kv-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  padding: 30px 0 25px;
}
@media (min-width: 996px) {
  .newGame .kv {
    padding: 100px 0 25px;
  }
  .newGame .kv__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
} */
.newGame .model {
  text-align: center;
  padding: 50px 25px;
}
.newGame .model__type {
  margin: 70px 0 0px;
}
.newGame .redeem {
  text-align: center;
  padding: 40px 0px 100px;
  position: relative;
}
.newGame .redeem__box {
  padding-top: 40px;
}
.newGame .redeem__box img {
  width: 60px;
}
.newGame .redeem__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.newGame .redeem__btns {
  padding-bottom: 40px;
}
.newGame .redeem__btns a {
  position: relative;
  display: block;
  background: #000;
  padding: 1px;
  color: #fff;
  margin-top: 5px;
  cursor: pointer;
}
.newGame .redeem__btns a span {
  display: block;
  padding: 10px;
  background: #000;
}
.newGame .redeem__btns a:hover span {
  background: #4d606c;
}
@media (min-width: 996px) {
  .newGame .redeem {
    padding-bottom: 150px;
  }
  .newGame .redeem::after {
    height: 100px;
  }
  .newGame .redeem__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newGame .redeem__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
  }
  .newGame .redeem__item:last-child {
    margin-right: 0;
  }
  .newGame .redeem__item h4 {
    margin: 20px auto;
    display: inline-block;
    border-radius: 30px;
    border: #7e0021 1px solid;
    padding: 10px 25px;
  }
  .newGame .redeem__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newGame .redeem__btns a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
}
.newGame .wtb {
  text-align: center;
}/*# sourceMappingURL=main.css.map */