@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;
}

.main {
  background: #000;
  background-image: url(https://storage-asset.msi.com/event/2024/MY/myth-awakened/images/bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}

.common__subtitle {
  font-weight: bold;
  font-size: var(--title-xl);
  text-transform: uppercase;
  text-align: center;
  background-clip: text;
  color: #fff;
  margin: 15px 0;
}

.common__btns {
  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;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.common__btns a {
  cursor: pointer;
  margin: 0 10px;
  padding: 15px 15px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-size: var(--text-lg);
  text-decoration: none;
  border: 2px solid;
  border-image-source: linear-gradient(120deg, #fdc63099 20%, #fae7a199 50%, #db904999 100%);
  border-image-slice: 1;
  color: #fff;
  width: 80%;
}

.common__btns a:hover {
  background: linear-gradient(120deg, #fdc63099 20%, #fae7a199 50%, #db904999 100%);
  text-shadow: 0 0 10px #fff12d;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.kv {
  position: relative;
  padding: 10px 10px 50px;
}

.kv__logo {
  margin: 20px 0px 0px 10px;
  width: 100px;
}

.kv__title {
  margin: 30px 0 0;
  text-align: center;
  color: #fff;
}

.kv__title h4 {
  background-color: #f30b0b;
  display: inline-block;
  padding: 8px 10px;
  font-size: 18px;
  margin-bottom: 10px;
}

.kv__title h2 {
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: -webkit-linear-gradient(#e2b488, #eed3b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kv__title h3 {
  font-size: 21px;
  margin-bottom: 15px;
}

.kv__title p {
  text-transform: uppercase;
  font-size: 18px;
}

.kv__title p span {
  color: #f30b0b;
}

.kv__pd {
  max-width: 330px;
  width: 90%;
  margin: 15px auto;
}

.kv__model {
  background: #000000db;
  padding: 15px;
  color: #fff;
  margin: 0 0px;
  color: 20px;
}

.kv__model-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.kv__model ul li {
  margin-bottom: 7px;
  font-size: 16px;
}

.redeem {
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}

.redeem__block {
  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;
  padding: 5% 0;
  text-align: center;
  border: 4px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #000000cd, #00000079), linear-gradient(120deg, #584d2f99 20%, #99822f99 50%, #452b1359 100%);
  padding: 5% 0;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.redeem__block-item {
  width: calc(80% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 1% 0;
  -webkit-filter: hue-rotate(350deg);
          filter: hue-rotate(350deg);
}

.redeem__block img {
  width: 17vw;
  margin-bottom: 20px;
}

.redeem__block:nth-last-of-type(1) {
  border: 0;
}

.redeem__block h4 {
  color: #ffd065;
  font-size: 20px;
  margin-bottom: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
}

.redeem__block p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #eee;
}

@media (min-width: 996px) {
  .common__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .kv {
    padding: 10px;
  }
  .kv__logo {
    margin: 40px 0px 0px 40px;
    width: 200px;
  }
  .kv__title {
    margin: 80px 0 0;
  }
  .kv__title h4 {
    font-size: 20px;
  }
  .kv__title h2 {
    font-size: 60px;
  }
  .kv__title h3 {
    font-size: 40px;
  }
  .kv__title p {
    font-size: 20px;
  }
  .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;
    margin: 50px 0 0;
  }
  .kv__pd {
    max-width: 500px;
    width: 50%;
    margin: 0 15px;
  }
  .kv__model {
    background: transparent;
    padding: 0px;
    color: #fff;
    margin: 0 15px;
    color: 20px;
  }
  .kv__model-title {
    font-size: 23px;
  }
  .kv__model ul li {
    margin-bottom: 7px;
    font-size: 18px;
    text-transform: uppercase;
  }
  .redeem a {
    width: calc(40% - 20px);
  }
  .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .redeem__block-item {
    width: calc(33.3333333333% - 20px);
    padding: 0 1%;
    border-bottom: 0;
  }
  .redeem__block-item img {
    width: 25%;
  }
}

@media (min-width: 1300px) {
  .redeem {
    padding-top: 80px;
    padding-top-padding-bottom: 80px;
  }
}

.wtb {
  background: #262626;
  padding: 25px 0;
}
/*# sourceMappingURL=main.css.map */