@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes btnstyle {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}
@keyframes btnstyle {
  0% {
    width: 1%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes redeemBtn {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
            filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
}
@keyframes redeemBtn {
  0% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
            filter: drop-shadow(0 0 0px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 0px rgba(0, 162, 255, 0.8));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
            filter: drop-shadow(0 0 10px rgba(0, 162, 255, 0.8)) drop-shadow(0 0 20px rgba(0, 162, 255, 0.3));
  }
}
.min15max60 {
  --min-size: 15;
  --max-size: 60;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (3840 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

.StarWarsOutlaws {
  overflow: hidden;
  font-family: "source-han-sans-cjk-tc", sans-serif;
  font-style: normal;
}
.StarWarsOutlaws .content {
  position: relative;
}
.StarWarsOutlaws .commonTitleBox {
  text-align: center;
  margin: 0 auto;
  width: 90%;
}
.StarWarsOutlaws .commonTitleBox h2 {
  background: linear-gradient(120deg, #174775 0%, #1174fd 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 36px;
  display: inline-block;
  font-weight: 400;
}
.StarWarsOutlaws .commonTitleBox p {
  font-size: 17px;
  margin: 3% auto;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), to(rgba(0, 0, 0, 0.15))), radial-gradient(at top center, rgba(83, 83, 83, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), radial-gradient(at top center, rgba(83, 83, 83, 0.4) 0%, rgba(0, 0, 0, 0.4) 120%) #989898;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.StarWarsOutlaws .commonTitleBox b {
  color: #000000;
  font-size: 30px;
}
@media (min-width: 499px) {
  .StarWarsOutlaws .commonTitleBox h2 {
    font-size: 7vw;
  }
  .StarWarsOutlaws .commonTitleBox p {
    font-size: 26px;
  }
}
@media (min-width: 996px) {
  .StarWarsOutlaws .commonTitleBox {
    width: 70%;
    text-align: left;
  }
  .StarWarsOutlaws .commonTitleBox h2 {
    font-size: 55px;
  }
}
.StarWarsOutlaws img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.StarWarsOutlaws a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.StarWarsOutlaws .kv {
  position: relative;
  overflow: hidden;
}
.StarWarsOutlaws .kv h1 {
  text-indent: -9999px;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.StarWarsOutlaws .kv__light {
  display: none;
}
@media (min-width: 996px) {
  .StarWarsOutlaws .kv__flexBox {
    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;
  }
  .StarWarsOutlaws .kv__light {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .StarWarsOutlaws .kv__linkBox {
    margin: 0 10px;
  }
  .StarWarsOutlaws .kv__linkBox a {
    padding: 1% 2% 3%;
  }
}
.StarWarsOutlaws .info {
  background: #000;
  position: relative;
  padding: 5% 0;
}
.StarWarsOutlaws .info .msi__container {
  padding: 2% 0 1%;
  position: relative;
  z-index: 1;
}
.StarWarsOutlaws .info__flexBox {
  padding: 5%;
  position: relative;
}
.StarWarsOutlaws .info__flexBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 100%;
  border: 12px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000)), -webkit-gradient(linear, left top, right top, from(#e9a360), to(#708397));
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(90deg, #e9a360, #708397);
}
.StarWarsOutlaws .info-title {
  position: relative;
  z-index: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 5%;
}
.StarWarsOutlaws .info-title h4 {
  color: #ffc33e;
  font-size: 1.53rem;
  font-weight: bold;
}
.StarWarsOutlaws .info-title h2 {
  font-size: 2.2rem;
  text-shadow: 2px 2px #b15c01, 0 2px 10px #fc8400, 2px 2px 10px #dd7200, 0 0 5px #b45d00;
}
.StarWarsOutlaws .info-title span {
  display: block;
  font-size: 1.4rem;
  text-shadow: 2px 2px #b15c01, 0 2px 10px #fc8400, 2px 2px 10px #dd7200, 0 0 5px #b45d00;
}
.StarWarsOutlaws .info-title p {
  margin-top: 3%;
  text-shadow: 0 0 5px #ff8400, 0 0 10px #ff8400, 0 0 20px #ff8400;
}
.StarWarsOutlaws .info__pdBox {
  position: relative;
  z-index: 1;
  width: 70%;
  margin: auto;
}
@media (min-width: 996px) {
  .StarWarsOutlaws .info__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding: 0;
  }
  .StarWarsOutlaws .info__flexBox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 98%;
    height: 80%;
    border: 12px solid transparent;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000)), -webkit-gradient(linear, left top, right top, from(#e9a360), to(#708397));
    background-image: linear-gradient(to right, #000000, #000000), linear-gradient(90deg, #e9a360, #708397);
  }
  .StarWarsOutlaws .info__pdBox {
    margin-left: -5%;
    margin-top: -5%;
    width: auto;
    margin: 0;
  }
  .StarWarsOutlaws .info-title {
    text-align: left;
    margin-top: 0;
  }
  .StarWarsOutlaws .info-title h2 {
    font-size: 2.5rem;
    text-shadow: 2px 2px #b15c01, 0 2px 10px #fc8400, 2px 2px 10px #dd7200, 0 0 5px #b45d00;
  }
  .StarWarsOutlaws .info-title span {
    display: block;
    font-size: 1.9rem;
    text-shadow: 2px 2px #b15c01, 0 2px 10px #fc8400, 2px 2px 10px #dd7200, 0 0 5px;
  }
}
.StarWarsOutlaws .redeem {
  background: linear-gradient(290deg, #7d7d8e, #1d1f25);
  background: -webkit-linear-gradient(290deg, #7d7d8e, #1d1f25);
  padding-bottom: 5%;
}
.StarWarsOutlaws .redeem__titleBox {
  text-align: center;
  margin: auto;
  background: #2c2b31;
  width: 100%;
  padding: 1%;
}
.StarWarsOutlaws .redeem__titleBox h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.StarWarsOutlaws .redeem__titleBox span {
  background: -webkit-gradient(linear, left top, right top, from(#ff793c), color-stop(#e9a360), to(#708397));
  background: linear-gradient(to right, #ff793c, #e9a360, #708397);
  background: -webkit-linear-gradient(to right, #ff793c, #e9a360, #708397);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3.5rem;
  font-weight: bold;
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
}
.StarWarsOutlaws .redeem__titleBox img {
  max-width: 100px;
}
.StarWarsOutlaws .redeem__stepBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.StarWarsOutlaws .redeem__stepBox-flex--even {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.StarWarsOutlaws .redeem__stepBox-item {
  text-align: center;
  margin: 6% auto;
  padding: 2% 10px;
  color: #fff;
  border-right: 1px solid;
}
.StarWarsOutlaws .redeem__stepBox-item--odd {
  width: 50%;
}
.StarWarsOutlaws .redeem__stepBox-item--even {
  width: 50%;
}
.StarWarsOutlaws .redeem__stepBox-item:nth-of-type(1) {
  border-left: 1px solid;
}
.StarWarsOutlaws .redeem__stepBox-item5 {
  border-left: 1px solid;
  width: 100%;
}
.StarWarsOutlaws .redeem__stepBox-item h3 {
  font-size: 2rem;
  margin-bottom: 5%;
  position: relative;
  display: inline-block;
}
.StarWarsOutlaws .redeem__stepBox-item h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(15, 140, 205, 0.7);
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.StarWarsOutlaws .redeem__stepBox-item h3.odd-color::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background: rgba(255, 121, 60, 0.7);
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.StarWarsOutlaws .redeem__stepBox-item h3 span {
  position: relative;
  z-index: 1;
}
.StarWarsOutlaws .redeem__stepBox-item a {
  color: #24a5ff;
}
.StarWarsOutlaws .redeem__stepBox-item a:hover {
  color: #007dd6;
}
.StarWarsOutlaws .redeem-sop {
  margin-top: 5%;
}
.StarWarsOutlaws .redeem-sop h3 {
  font-size: 2rem;
  color: #fff;
  padding-bottom: 10px;
}
.StarWarsOutlaws .redeem-sop ul {
  padding-left: 20px;
}
.StarWarsOutlaws .redeem-sop ul li {
  color: #fff;
  padding: 3px 0;
  list-style-type: disc;
}
.StarWarsOutlaws .redeem-sop ul li a {
  color: #24a5ff;
}
.StarWarsOutlaws .redeem-sop ul li a:hover {
  color: #007dd6;
}
.StarWarsOutlaws .redeem-txt {
  color: #fff;
  border: 2px solid;
  padding: 10px 20px;
  display: inline-block;
  margin: 15px 0;
}
.StarWarsOutlaws .redeem-notice {
  color: #fff;
}
.StarWarsOutlaws .redeem-notice a {
  color: #24a5ff;
}
@media (min-width: 996px) {
  .StarWarsOutlaws .redeem__stepBox {
    padding: 5% 0;
  }
  .StarWarsOutlaws .redeem__stepBox-item {
    text-align: center;
    margin: 2% auto;
    padding: 2% 10px;
    color: #fff;
    border-right: 1px solid;
  }
  .StarWarsOutlaws .redeem__stepBox-item--odd {
    width: 33.3333333333%;
  }
  .StarWarsOutlaws .redeem__stepBox-item--even {
    width: 50%;
  }
  .StarWarsOutlaws .redeem__stepBox-item5 {
    border-left: 0;
    width: 33.3333333333%;
  }
  .StarWarsOutlaws .redeem-sop {
    margin-top: 0;
  }
}
.StarWarsOutlaws .notice {
  background: url(https://storage-asset.msi.com/event/2025/TW/StarWarsOutlaws/images/notice-bg.jpg) top left no-repeat;
  background-size: cover;
}
.StarWarsOutlaws .notice .msi__container {
  padding: 5% 0;
}
.StarWarsOutlaws .notice-border {
  width: 100%;
  height: 13px;
  -webkit-box-shadow: 0 5px 10px rgba(51, 42, 42, 0.5);
          box-shadow: 0 5px 10px rgba(51, 42, 42, 0.5);
  background: -webkit-gradient(linear, left top, right top, from(#ff793c), color-stop(#e9a360), color-stop(80%, #708397));
  background: linear-gradient(to right, #ff793c, #e9a360, #708397 80%);
  background: -webkit-linear-gradient(to right, #ff793c, #e9a360, #708397 80%);
}
.StarWarsOutlaws .notice__titleBox {
  text-align: center;
}
.StarWarsOutlaws .notice__titleBox h2 {
  background: -webkit-gradient(linear, left top, right top, from(#ff793c), color-stop(#e9a360), to(#708397));
  background: linear-gradient(to right, #ff793c, #e9a360, #708397);
  background: -webkit-linear-gradient(to right, #ff793c, #e9a360, #708397);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3.5rem;
  font-weight: bold;
  display: inline-block;
  margin: auto;
  margin-bottom: 4%;
  text-align: center;
  font-weight: bold;
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
}
.StarWarsOutlaws .notice__txt ul {
  padding: 0 25px 0 35px;
}
.StarWarsOutlaws .notice__txt li {
  list-style-type: decimal;
  color: #fff;
  padding: 10px 0;
}/*# sourceMappingURL=main.css.map */