@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;
}

h1 {
  display: none;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.newGame {
  padding-bottom: 50px;
}
.newGame .kv figure img {
  display: block;
  width: 100%;
}
.newGame .model {
  text-align: center;
  padding: 0 0 50px;
  background: #0041b5;
  color: #fff;
}
.newGame .model__type {
  margin: 70px 0 0px;
}
.newGame .redeem {
  text-align: center;
  padding: 40px 0px 0px;
  position: relative;
  background: #0041b5;
}
.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: 50px;
  }
  .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;
  padding-top: 40px;
  color: #fff;
  background: #0041b5;
}

.newGame .wtb h2 {
  font-size: 22px;
}
@media (min-width: 996px) {
  .newGame .wtb h2 {
    font-size: 30px;
  }
}
.combo {
  position: relative;
  padding: 0% 0;
  background: #0041b5;
}
.combo .msi__container {
  position: relative;
  z-index: 1;
}
.combo-badge {
  width: 60%;
  margin: 0 auto;
  padding: 10% 0 5%;
}
@media (min-width: 996px) {
  .combo-badge {
    padding: 0;
  }
}
.combo__wrapBox--1 .combo__itemBox {
  border: 5px solid #ea2129;
}
.combo__wrapBox--1 .combo__itemBox::after {
  background: #ea2129;
}
.combo__wrapBox--2 .combo__itemBox {
  border: 5px solid #0ea4e7;
}
.combo__wrapBox--2 .combo__itemBox::after {
  background: #0ea4e7;
}
/* .combo__wrapBox--3 .combo__itemBox {
  border: 1px solid #000;
} */
.combo__wrapBox--3 .combo__itemBox::after {
  background: #000;
}
.combo__itemBox {
  /* border: 2px solid; */
  /* border-radius: 30px; */
  position: relative;
  overflow: hidden;
  padding: 3%;
  margin: auto;
  /* background-image: linear-gradient(70deg, #f7f7f7 0%, #eef1f5 100%); */
  /* -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2), 2px 2px 10px rgba(0, 0, 0, 0.2); */
          /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2), 2px 2px 10px rgba(0, 0, 0, 0.2); */
}
.combo__itemBox::after {
  content: "";
  position: absolute;
  right: -70%;
  bottom: -170%;
  width: 240%;
  height: 200%;
  background: #000000;
  border-radius: 100%;
}
.combo h3 {
  text-align: center;
}
.combo__pdName {
  width: 90%;
  margin: auto;
}
.combo__pdName-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3% auto;
  text-align: center;
}
.combo__pdCategory {
  width: 90%;
  margin: auto;
}
.combo__pdCategory-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3% auto;
  text-align: center;
}
.combo__imgBox {
  width: 90%;
  margin: 10% auto 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .combo__imgBox {
    margin: 0 auto;
  }
}
.combo__imgBox-pic {
  max-width: 200px;
  margin: auto;
  
}
.combo__imgBox-txt {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.combo-symbol {
  width: 10%;
  position: relative;
  text-align: center;
  margin: 0 auto 3%;
}
.combo-symbol::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #222121;
  border-radius: 100%;
}
.combo-symbol p {
  color: #ffffff;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
.combo__flexBox {
  position: relative;
  background: #fff;
  
  border-radius: 30px;
}
.combo__wrapBox {
  padding: 5% 0;
}
@media (min-width: 996px) {
  .combo__wrapBox {
    padding: 2% 0;
  }
  .combo__wrapBox--1 {
    margin-top: 0;
  }
  .combo__wrapBox--3 {
    margin-bottom: 0;
  }
  .combo__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 0 0 50px;
  }
  .combo-badge {
    width: 15%;
    margin: 0;
  }
  .combo__itemBox {
    /* border: 2px solid; */
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 2% 0 2% 3%;
    width: 82%;
    margin: 0;
  }
  .combo__itemBox:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 70%;
    background: #000;
  }
  .combo__itemBox::after {
    content: "";
    position: absolute;
    right: -50%;
    bottom: -50%;
    width: 80%;
    height: 200%;
    background: #222121;
    border-radius: 100%;
  }
  .combo__itemBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
  .combo__pdName {
    width: 30%;
    margin: 0;
  }
  .combo__pdName-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 3% auto;
    text-align: center;
  }
  .combo__pdCategory {
    width: 30%;
    margin: 0;
  }
  .combo__pdCategory-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 3% auto;
    text-align: center;
  }
  .combo__imgBox {
    width: 30%;
    margin: 0 0px 0 70px;
  }
  .combo__imgBox-pic {
    margin: auto auto 10px;
  }
  .combo__imgBox-txt {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
  }
  .combo-symbol {
    width: 10%;
    position: relative;
    text-align: center;
    margin: 0;
  }
  .combo-symbol::after {
    content: "";
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #222121;
    border-radius: 100%;
  }
  .combo-symbol p {
    color: #ffffff;
    font-size: 40px;
    position: relative;
    z-index: 1;
  }
}

.intro {
  position: relative;
  text-align: center;
  background: #0041b5;
}

.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://storage-asset.msi.com/event/2025/MY/merdeka/images/intro-bg.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.intro h2 {
  color: #fff;
  font-size: 22px;
  padding: 5% 0 2%
}

.intro h2 b {
  font-size: 28px;
}

@media (min-width: 996px) {
  .intro h2 {
    font-size: 30px;
  }
  .intro h2 span {
    display: block;
  }
  .intro h2 b {
    font-size: 40px;
  }

  .intro::before {
    background-size: cover;
  }
}
/*# sourceMappingURL=main.css.map */