@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;
}

html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont, "Meiryo UI", Arial, sans-serif;
}

@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}

#twPRODTMNT {
  background-color: #000;
}

#twPRODTMNT img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#twPRODTMNT h1 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#twPRODTMNT .kv picture {
  display: grid;
}

#twPRODTMNT .kv picture img {
  width: 100%;
}

#twPRODTMNT .redeem {
  color: #fff;
  padding: 40px 0;
  text-align: center;
  background-image: url(https://storage-asset.msi.com/event/2024/TW/202407PRO-DTMNT/images/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
  background-attachment: fixed;
}

#twPRODTMNT .redeem__title {
  font-size: 22px;
}
#twPRODTMNT .redeem__title span {
  background: linear-gradient(to top, #57caff, #fff 60%);
  background: -webkit-linear-gradient(to top, #57caff, #fff 60%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 1px black) drop-shadow(0 0 1px black)
    drop-shadow(0 0 1px black);
  font-weight: bold;
  font-size: 1.7rem;
}
@media (min-width: 996px) {
  #twPRODTMNT .redeem__title span {
    font-size: 32px;
  }
}
#twPRODTMNT .redeem__date-flex {
  margin-top: 5%;
  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;
  gap: 20px;
}
#twPRODTMNT .redeem__date-item {
  width: 80%;
  margin: 2% 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 4%;
}
#twPRODTMNT .redeem__date-item:nth-last-of-type(1) {
  border-bottom: 0;
}
@media (min-width: 996px) {
  #twPRODTMNT .redeem__date-item {
    width: 23%;
    /* width: calc(25% - 10px); */
    /* margin: 0 2%; */
    text-align: center;
    border-right: 1px solid #fff;
    padding-right: 20px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  #twPRODTMNT .redeem__date-item:nth-last-of-type(1) {
    border-right: 0;
  }
}
#twPRODTMNT .redeem__flex {
  margin-top: 20px;
  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;
}

#twPRODTMNT .redeem__date {
  width: 350px;
  margin: 20px;
  line-height: 2em;
}

#twPRODTMNT .redeem__date-item h3 {
  font-size: 24px;
  background: -webkit-gradient(
    linear-gradient(to top, #c1a478 0%, #fada9a 100%)
  );
  background: linear-gradient(to top, #c1a478 0%, #fada9a 100%);
  background: -webkit-linear-gradient(to top, #c1a478 0%, #fada9a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin-bottom: 10px;
}

#twPRODTMNT .redeem__date-item p {
  font-size: 1.1rem;
  letter-spacing: 2px;
}

#twPRODTMNT .redeem__btn {
  color: #000000;
  display: block;
  padding: 20px;
  /* border: 2px solid #48dc79; */
  background-color: rgba(208, 255, 164, 0.149);
  max-width: 350px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 700;
  font-size: 22px;
  border: 2px solid transparent;
  /* border-radius: 16px; */
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to bottom, #ffffff, #a0a0a0),
    linear-gradient(90deg, #c1a478, #fada9a);
}

#twPRODTMNT .redeem__btn:hover {
  background-color: rgba(208, 255, 164, 0.149);
  -webkit-box-shadow: 0 0 10px #c1a478;
  box-shadow: 0 0 10px #c1a478;
}

#twPRODTMNT .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

#twPRODTMNT .modal a {
  color: #98deea;
}

#twPRODTMNT .modal__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;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0 40px;
}

#twPRODTMNT .modal__step {
  width: 10%;
}

#twPRODTMNT .modal__text {
  /* width: 90%; */
  padding: 0 20px;
  margin: 5% auto;
}
@media (min-width: 996px) {
  #twPRODTMNT .modal__text {
    margin: 0;
  }
}

#twPRODTMNT .modal__imgbox {
  position: relative;
}

#twPRODTMNT .modal__imgbox p {
  position: absolute;
  right: 0;
  top: 10%;
  width: 80px;
  height: 80px;
  z-index: 1;
  border-radius: 100%;
  background-color: #fff;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: -2px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ff9010),
    to(#fee140)
  );
  background: linear-gradient(to top, #ff9010 0%, #fee140 100%);
  text-shadow: 2px 2px 2px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#twPRODTMNT .modal__imgbox b {
  font-size: 50px;
}

#twPRODTMNT .modal__title {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  /* background: #edca84; */
  background: linear-gradient(45deg, #c2934c, #f5dfb3, #b78f4b);
  border-radius: 50px;
  padding: 5px 20px;
  color: #000;
  margin-bottom: 10px;
  border-bottom: 5px solid #5e5131;
  width: 80%;
}
@media (min-width: 996px) {
  #twPRODTMNT .modal__title {
    width: 35%;
    margin-bottom: 20px;
  }
}

#twPRODTMNT #gift {
  text-align: center;
}

#twPRODTMNT #gift figure {
  -webkit-filter: drop-shadow(0 0 0.75rem #fff);
  filter: drop-shadow(0 0 0.75rem #fff);
  margin: 0 auto 3%;
}
#twPRODTMNT #gift figure img {
  max-height: 250px;
}

@media (min-width: 996px) {
  #twPRODTMNT #gift figure img {
    max-width: 350px;
  }
}
#twPRODTMNT #gift h2 {
  text-align: center;
}
#twPRODTMNT .modal-content {
  border-radius: 7px;
  /* border: #48dc79 1px solid; */
  margin: 5% auto;
  color: #fff;
  padding: 50px 15px 0;
  width: 80%;
  background-color: rgba(17, 17, 17, 0.7647058824);
  position: relative;
  border: 4px solid transparent;
  /* border-radius: 16px; */
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to bottom, #000, #000),
    linear-gradient(90deg, #c1a478, #fada9a);
}

#twPRODTMNT .modal-content h2,
#twPRODTMNT .modal-content h3 {
  margin-bottom: 10px;
}

#twPRODTMNT .modal-content h2 {
  font-size: 22px;
}

#twPRODTMNT .modal-content p {
  margin-bottom: 5px;
}

#twPRODTMNT .modal-content span {
  /* font-size: 18px; */
}

#twPRODTMNT .modal-content ul {
  list-style-type: disc;
  margin-left: 25px;
}

#twPRODTMNT .modal-content ul li {
  list-style-type: disc;
  margin-bottom: 15px;
}

#twPRODTMNT .modal-content ol {
  margin-bottom: 5px;
}

#twPRODTMNT .modal-content ol li {
  margin-bottom: 5px;
}

#twPRODTMNT .modal-content tr th {
  width: 50%;
  border: 1px solid #fff;
  padding: 8px 12px;
}

#twPRODTMNT .modal-content tr td {
  border: 1px solid #fff;
  padding: 8px 12px;
  font-size: 15px;
}

#twPRODTMNT .close {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

@media (min-width: 996px) {
  #twPRODTMNT .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
  }
}
#twPRODTMNT .close:hover,
#twPRODTMNT .close:focus {
  color: #a5a5a5;
  text-decoration: none;
  cursor: pointer;
}

#twPRODTMNT .cloudcenter {
  position: relative;
  background: #e5e4e6;
}

#twPRODTMNT .cloudcenter__img {
  position: relative;
  width: 100%;
}

#twPRODTMNT .cloudcenter__img img {
  width: 100%;
}

#twPRODTMNT .cloudcenter__txtbox {
  display: grid;
  gap: 20px;
  text-align: center;
  padding: 30px 0 50px;
}

#twPRODTMNT .cloudcenter__txtbox h2 {
  font-size: var(--title-lg);
}

#twPRODTMNT .cloudcenter__txtbox p {
  font-size: var(--text-xl);
  font-weight: 600;
}

#twPRODTMNT .cloudcenter__txtbox a {
  display: inline-block;
  border: 2px solid #444;
  padding: 10px;
  font-weight: 600;
  font-size: 24px;
  color: #000;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#twPRODTMNT .cloudcenter__txtbox a:hover {
  background: #444;
  color: #fff;
}

#twPRODTMNT .storeList {
  background: #2f2a27;
  padding: 70px 0;
  text-align: center;
}

#twPRODTMNT .storeList h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}

#twPRODTMNT .storeList__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#twPRODTMNT .storeList__flex a {
  margin: 5px 10px;
  max-width: 180px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#twPRODTMNT .storeList__flex a:hover {
  -webkit-filter: drop-shadow(0px 0px 6px #72625a);
  filter: drop-shadow(0px 0px 6px #72625a);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

@media (min-width: 996px) {
  #twPRODTMNT .redeem {
    padding: 80px 0;
  }

  #twPRODTMNT .redeem__title {
    font-size: 25.5px;
  }

  #twPRODTMNT .redeem__flex {
    margin-top: 60px;
  }

  #twPRODTMNT .redeem__date {
    margin: 0 20px;
  }

  #twPRODTMNT .redeem__btn {
    margin: 20px 10px;
    width: 250px;
  }

  #twPRODTMNT .modal__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;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 20px 0 40px;
  }

  #twPRODTMNT .modal-content {
    padding: 90px 50px 50px;
  }

  #twPRODTMNT .cloudcenter {
    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;
  }

  #twPRODTMNT .cloudcenter .msi__container {
    position: absolute;
  }

  #twPRODTMNT .cloudcenter__txtbox {
    width: 42%;
    display: grid;
    gap: 30px;
    padding: 0;
    text-align: left;
  }

  #twPRODTMNT .cloudcenter__txtbox a {
    max-width: 250px;
  }
}

#twPRODTMNT .plan {
  position: relative;
}
#twPRODTMNT .plan img {
  display: block;
}
#twPRODTMNT .plan__subtitle {
  position: absolute;
  top: 50%;
  left: 20%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  #twPRODTMNT .plan__subtitle {
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    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;
    text-align: center;
  }
}
#twPRODTMNT .plan__subtitle-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 900;
  font-size: 2.5vw;
  position: relative;
}
@media screen and (max-width: 991px) {
  #twPRODTMNT .plan__subtitle-title {
    font-size: 7vw;
  }
}
#twPRODTMNT .plan__subtitle-title::before {
  position: absolute;
  content: "";
  width: 0.5vw;
  height: 70%;
  background: #ab9868;
  top: 50%;
  left: -1.4vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #twPRODTMNT .plan__subtitle-title::before {
    display: none;
  }
}
#twPRODTMNT .plan__subtitle-title span {
  color: #ab9868;
}
#twPRODTMNT .plan__subtitle-desc {
  font-size: 1vw;
  color: #000;
  font-weight: 300;
  margin-top: 0.5vw;
}
@media screen and (max-width: 991px) {
  #twPRODTMNT .plan__subtitle-desc {
    font-size: 3vw;
  }
}
#twPRODTMNT .plan__subtitle-btn {
  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;
  background: #ab9868;
  border-radius: 30vw;
  font-size: 0.9vw;
  padding: 0.25vw 0.5vw;
  color: #fff;
  margin-top: 1vw;
}
@media screen and (max-width: 991px) {
  #twPRODTMNT .plan__subtitle-btn {
    font-size: 4vw;
    padding: 1vw 5vw;
    margin-top: 2vw;
  }
}
#twPRODTMNT .plan__subtitle-btn:hover .kv__subtitle-btn--arrow {
  padding: 0.35vw 0.5vw 0.35vw 1vw;
}
#twPRODTMNT .plan__subtitle-btn--arrow {
  margin-left: 0.5vw;
  background: #fff;
  border-radius: 30vw;
  padding: 0.35vw 0.5vw;
  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;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
@media screen and (max-width: 991px) {
  #twPRODTMNT .plan__subtitle-btn--arrow {
    padding: 1vw 1.5vw;
  }
}
#twPRODTMNT .plan__subtitle-btn--arrow img {
  width: 1.25vw;
}
@media screen and (max-width: 991px) {
  #twPRODTMNT .plan__subtitle-btn--arrow img {
    width: 4vw;
  }
}

/*# sourceMappingURL=style.css.map */