@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 3%);
            transform: translate(-50%, 3%);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 3%);
            transform: translate(-50%, 3%);
  }
}
@keyframes AniFloat {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, 3%);
            transform: translate(-50%, 3%);
  }
  50% {
    opacity: 0.8;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 3%);
            transform: translate(-50%, 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;
}

.main {
  overflow: hidden;
  min-height: 200vh;
  background: #000000;
}

.common__title {
  position: relative;
  text-align: center;
  padding: 15px;
}
.common__title h2 {
  color: #fff;
  font-size: 25px;
}
.common__title-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 330px;
}
.common__text {
  font-size: 16px;
}
.common__flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.common__btn {
  background-image: url(https://storage-asset.msi.com/event/2025/TH/th-qd-oled-forever/images/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transprant;
  background-size: contain;
  color: #fff;
  font-size: 20px;
  padding: 18px 23px 18px;
  width: 330px;
  text-align: center;
}
.common__btn:hover {
  -webkit-filter: drop-shadow(0 0 20px #3ff5ff);
          filter: drop-shadow(0 0 20px #3ff5ff);
  color: #91e3ff;
}
@media (min-width: 996px) {
  .common__title {
    padding: 50px;
  }
  .common__title h2 {
    font-size: 45px;
    padding: 30px 20px;
  }
  .common__title-border {
    width: 40%;
  }
}

.wtbt_extend button {
  background-image: url(https://storage-asset.msi.com/event/2025/TH/th-qd-oled-forever/images/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transprant;
  background-size: contain;
  color: #fff;
  font-size: 20px;
  padding: 18px 23px 18px;
  text-align: center;
  border: none;
}
.wtbt_extend button:hover {
  background-image: url(https://storage-asset.msi.com/event/2025/TH/th-qd-oled-forever/images/btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transprant;
  background-size: contain;
  background: transparent !important;
  -webkit-filter: drop-shadow(0 0 20px #3ff5ff);
          filter: drop-shadow(0 0 20px #3ff5ff);
  color: #91e3ff;
}

.kv {
  position: relative;
}
.kv picture img {
  width: 100%;
}
.kv__title {
  display: none;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (min-width: 996px) {
  .kv__title {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding-bottom: 0px;
  }
}

.intro {
  position: relative;
  padding: 20px 0 0px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/th-qd-oled-forever/images/intro-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  z-index: 1;
  -webkit-animation: hueShift 10s linear infinite;
          animation: hueShift 10s linear infinite;
}
.intro__text {
  position: relative;
  z-index: 10;
}
.intro h2 {
  font-size: 30px;
  padding-bottom: 10px;
  color: #64ffff;
  -webkit-animation: none;
          animation: none;
}
.intro .color-big {
  font-size: 50px;
}
.intro .color-gradient {
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#9541d5), color-stop(#f4b284), color-stop(#ca6792), color-stop(#9541d5), color-stop(#f4b284), color-stop(#ca6792), color-stop(#9541d5), color-stop(#f4b284), color-stop(#ca6792), to(#9541d5));
  background-image: linear-gradient(90deg, #9541d5, #f4b284, #ca6792, #9541d5, #f4b284, #ca6792, #9541d5, #f4b284, #ca6792, #9541d5);
  background-size: 1000% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: background 10s linear infinite;
          animation: background 10s linear infinite;
}
.intro .color-purple {
  color: #64ffff;
  -webkit-animation: none;
          animation: none;
}
.intro__pd {
  position: relative;
  padding: 0px 0 0;
  max-width: 300px;
  margin: 0 auto;
  z-index: 10;
}
@media (min-width: 996px) {
  .intro {
    padding: 60px 0 0px;
  }
  .intro h2 {
    font-size: 30px;
    padding-bottom: 20px;
    color: #d3adf5;
  }
  .intro .color-purple {
    color: #d3adf5;
  }
  .intro__pd {
    padding: 70px 0;
    max-width: 500px;
  }
}
@media (min-width: 2500px) {
  .intro::before {
    background-image: url(https://storage-asset.msi.com/event/2025/TH/th-qd-oled-forever/images/intro-bg.png);
    background-position: center 25%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
  }
}
@-webkit-keyframes background {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes background {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes hueShift {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
}
@keyframes hueShift {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  50% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
}

.models {
  position: relative;
}
.models picture {
  line-height: 0;
}
.models__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3921568627);
  font-size: 16px;
  color: #fff;
}
@media (min-width: 996px) {
  .models__title {
    font-size: 25px;
  }
}

.products {
  color: #fff;
  padding: 10px 0 0;
  text-align: center;
}
.products__cate {
  width: calc(100% - 20px);
  margin: 0 10px 40px;
}
.products__inchs {
  position: relative;
  margin-bottom: 20px;
}
.products__inchs-num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 40%;
  font-size: 20px;
}
.products .products-top {
  max-width: 750px;
}
.products .products-bottom {
  margin-top: 30px;
  max-width: 750px;
}
.products .slider-nav {
  position: relative;
}
.products .slider-nav::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0%;
  bottom: unset;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background-image: url(https://storage-asset.msi.com/event/2025/TH/th-qd-oled-forever/images/slider-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transprant;
  background-size: contain;
  width: 100%;
  max-width: 750px;
  height: 100%;
}
.products__name-btn {
  -webkit-filter: drop-shadow(0 0 15px #b44cff);
          filter: drop-shadow(0 0 15px #b44cff);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.products__name-btn:hover {
  -webkit-filter: drop-shadow(0 0 15px #4cdeff);
          filter: drop-shadow(0 0 15px #4cdeff);
}
@media (min-width: 996px) {
  .products {
    padding: 60px 0;
  }
  .products__cate {
    width: calc(25% - 20px);
  }
}

.redeem {
  margin: 20px 0;
}
.redeem__step {
  margin-bottom: 50px;
}
.redeem__step-block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 330px;
  margin: 10px 0;
}
.redeem__step-block p {
  position: absolute;
  top: 61%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  text-align: center;
  width: 90%;
  font-size: 14px;
}
@media (min-width: 996px) {
  .redeem {
    margin: 60px 0;
  }
  .redeem__step-block {
    max-width: 350px;
    margin: 15px auto;
  }
  .redeem__step-block p {
    font-size: 15px;
  }
}

.more {
  margin: 60px 0;
}
.more__promo {
  width: 500px;
  margin: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.more__promo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 996px) {
  .more__promo {
    margin: 0 15px;
  }
}

.slick-next {
  right: 1%;
  width: 50px;
  height: 50px;
  top: 50%;
  z-index: 200;
}
.slick-next::before {
  position: relative;
  display: block;
  content: "";
  background-image: url(https://storage-asset.msi.com/event/2025/TH/th-qd-oled-forever/images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transprant;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.slick-prev {
  left: 0%;
  width: 50px;
  height: 50px;
  top: 50%;
  z-index: 200;
}
.slick-prev::before {
  position: relative;
  display: block;
  content: "";
  background-image: url(https://storage-asset.msi.com/event/2025/TH/th-qd-oled-forever/images/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transprant;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.slider-nav .slick-slide {
  opacity: 0.3;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.slider-nav .slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 996px) {
  .slick-prev {
    width: 70px;
    height: 70px;
    left: 32%;
  }
  .slick-prev::before {
    width: 70px;
    height: 70px;
  }
  .slick-next {
    width: 70px;
    height: 70px;
    right: 32%;
  }
  .slick-next::before {
    width: 70px;
    height: 70px;
  }
}/*# sourceMappingURL=main.css.map */