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

.itshow {
  background-color: #000;
  background-image: url(https://storage-asset.msi.com/event/2025/SG/IT-Show-2025-Mar/images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}
.itshow .kv {
  position: relative;
}
.itshow .kv__bg img {
  width: 100%;
}
.itshow .kv__icon {
  position: absolute;
}
.itshow .kv__icon-left {
  left: 20px;
  top: 25px;
  width: 40%;
}
.itshow .kv__icon-right {
  right: 20px;
  top: 20px;
  width: 30%;
}
.itshow .kv__title {
  position: absolute;
  top: 11%;
  left: 0%;
  width: 100%;
  padding: 0 10px;
}
.itshow .kv__intro {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 2%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #fff;
  font-size: 3vw;
  max-width: 1290px;
}
@media (min-width: 996px) {
  .itshow .kv__icon-left {
    left: 50px;
    top: 60px;
    width: 17%;
  }
  .itshow .kv__icon-right {
    right: 50px;
    top: 50px;
    width: 15%;
  }
  .itshow .kv__title {
    top: 25%;
    left: 5%;
    width: 42%;
    padding: 0px;
  }
  .itshow .kv__intro {
    font-size: 1.1vw;
    bottom: 7%;
  }
}
.itshow .combo {
  position: relative;
  padding: 5% 0;
}
.itshow .combo-badge {
  width: 60%;
  margin: 5% auto;
}
.itshow .combo__wrapBox .combo__itemBox {
  border: 3px solid #f9a62c;
}
.itshow .combo__wrapBox .combo__itemBox::after {
  background: #f9a62c;
}
.itshow .combo__itemBox {
  border: 2px solid;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  padding: 3%;
  width: 90%;
  margin: auto;
}
.itshow .combo__itemBox::after {
  content: "";
  position: absolute;
  right: -70%;
  bottom: -170%;
  width: 240%;
  height: 200%;
  background: #222121;
  border-radius: 100%;
}
.itshow .combo h3 {
  text-align: center;
  color: #fff;
}
.itshow .combo__pdName {
  width: 90%;
  margin: auto;
}
.itshow .combo__pdName-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3% auto;
  text-align: center;
  background-color: #fff;
}
.itshow .combo__pdCategory {
  width: 90%;
  margin: auto;
}
.itshow .combo__pdCategory-box {
  border: 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 3% auto;
  text-align: center;
  background-color: #fff;
}
.itshow .combo__imgBox {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.itshow .combo__imgBox-pic {
  max-width: 250px;
  margin: auto;
  text-align: right;
}
.itshow .combo__imgBox-pic img {
  height: 200px;
}
.itshow .combo__imgBox-txt {
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight: bolder;
  text-transform: uppercase;
}
.itshow .combo-symbol {
  width: 10%;
  position: relative;
  text-align: center;
  margin: 0 auto 3%;
}
.itshow .combo-symbol::after {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #f9a62c;
  border-radius: 100%;
}
.itshow .combo-symbol p {
  color: #ffffff;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .itshow .combo__wrapBox {
    margin: 5% auto;
  }
  .itshow .combo__wrapBox--1 {
    margin-top: 0;
  }
  .itshow .combo__wrapBox--3 {
    margin-bottom: 0;
  }
  .itshow .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;
  }
  .itshow .combo-badge {
    width: 15%;
    margin: 0;
  }
  .itshow .combo__itemBox {
    border: 2px solid;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 1% 0 1% 3%;
    width: 82%;
    margin: 0;
  }
  .itshow .combo__itemBox::after {
    content: "";
    position: absolute;
    right: -49%;
    bottom: -114%;
    width: 80%;
    height: 200%;
    background: #222121;
    border-radius: 100%;
  }
  .itshow .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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .itshow .combo__pdName {
    width: 30%;
    margin: 0;
  }
  .itshow .combo__pdName--1 {
    width: 70%;
  }
  .itshow .combo__pdName-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px 10px 0px;
    text-align: center;
  }
  .itshow .combo__pdCategory {
    width: 30%;
    margin: 0;
  }
  .itshow .combo__pdCategory-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px 10px 0px;
    text-align: center;
    max-width: 302px;
  }
  .itshow .combo__imgBox {
    width: 30%;
    margin: 0;
  }
  .itshow .combo__imgBox-pic {
    max-width: 250px;
    margin: auto;
  }
  .itshow .combo__imgBox-txt {
    font-size: 18px;
    text-align: center;
  }
  .itshow .combo-symbol {
    width: 10%;
    position: relative;
    text-align: center;
    margin: 0;
  }
  .itshow .combo-symbol::after {
    content: "";
    position: absolute;
    top: 58.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
  }
  .itshow .combo-symbol p {
    color: #ffffff;
    font-size: 40px;
    position: relative;
    z-index: 1;
  }
}
.itshow .mb {
  color: #fff;
}
.itshow .mb h2 {
  text-align: center;
  color: #fff;
  background-color: #f9a62c;
  border-radius: 12px;
  margin: 5% auto;
}
.itshow .mb__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.itshow .mb__gameCode {
  position: relative;
  background-image: radial-gradient(circle at 100% 100%, transparent 16px, #723abd 16px, #723abd 20px, transparent 20px), -webkit-gradient(linear, left top, right top, from(#723abd), to(#083bd5)), radial-gradient(circle at 0% 100%, transparent 16px, #083bd5 16px, #083bd5 20px, transparent 20px), -webkit-gradient(linear, left top, left bottom, from(#083bd5), to(#72c3d4)), radial-gradient(circle at 0% 0%, transparent 16px, #72c3d4 16px, #72c3d4 20px, transparent 20px), -webkit-gradient(linear, right top, left top, from(#72c3d4), to(#f7e7fb)), radial-gradient(circle at 100% 0%, transparent 16px, #f7e7fb 16px, #f7e7fb 20px, transparent 20px), -webkit-gradient(linear, left bottom, left top, from(#f7e7fb), to(#723abd));
  background-image: radial-gradient(circle at 100% 100%, transparent 16px, #723abd 16px, #723abd 20px, transparent 20px), linear-gradient(to right, #723abd, #083bd5), radial-gradient(circle at 0% 100%, transparent 16px, #083bd5 16px, #083bd5 20px, transparent 20px), linear-gradient(to bottom, #083bd5, #72c3d4), radial-gradient(circle at 0% 0%, transparent 16px, #72c3d4 16px, #72c3d4 20px, transparent 20px), linear-gradient(to left, #72c3d4, #f7e7fb), radial-gradient(circle at 100% 0%, transparent 16px, #f7e7fb 16px, #f7e7fb 20px, transparent 20px), linear-gradient(to top, #f7e7fb, #723abd);
  background-size: 20px 20px, calc(100% - 40px) 4px, 20px 20px, 4px calc(100% - 40px);
  background-position: top left, top center, top right, center right, bottom right, bottom center, bottom left, center left;
  background-repeat: no-repeat;
  padding: 30px 20px 40px;
  margin: 0 10px 60px;
  text-align: center;
  width: calc(100% - 20px);
}
.itshow .mb__gameCode img {
  height: 230px;
  margin-bottom: 10px;
}
.itshow .mb__gameCode h3 {
  font-size: 20px;
  font-weight: bolder;
}
.itshow .mb__gameCode p {
  font-size: 16px;
}
.itshow .mb__gameCode-note {
  text-transform: uppercase;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #000;
  padding: 0 10px;
  min-width: 250px;
}
.itshow .mb__intelPd {
  width: 85%;
  margin: 0px 10px 60px;
}
.itshow .mb__amdPd {
  margin: 30px 10px 30px;
  padding: 0px 20px 0px;
  width: calc(100% - 20px);
}
@media (min-width: 996px) {
  .itshow .mb__gameCode {
    width: calc(50% - 20px);
  }
  .itshow .mb__gameCode--big {
    width: calc(100% - 20px);
  }
  .itshow .mb__gameCode h3 {
    font-size: 30px;
  }
  .itshow .mb__gameCode p {
    font-size: 20px;
  }
  .itshow .mb__gameCode-note {
    min-width: 300px;
  }
  .itshow .mb__intelPd {
    margin: 0 auto;
  }
  .itshow .mb__amdPd {
    margin: 0 10px 60px;
    width: calc(50% - 20px);
  }
}
.itshow .pd {
  padding: 25px 0;
}
.itshow .pd h2 {
  text-align: center;
  color: #fff;
  background-color: #f9a62c;
  border-radius: 12px;
  margin: 5% auto;
}
.itshow .pd__wrapper {
  overflow: hidden;
}
.itshow .pd__box {
  border-radius: 25px 25px 0 0;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.9254901961);
  padding: 0 0 0px;
  margin-bottom: 25px;
}
.itshow .pd__box h3 {
  background: #553db3;
  border-radius: 25px 25px 0 0;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.itshow .pd__spec__box {
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
}
.itshow .pd__table {
  width: 100%;
}
.itshow .pd__table-th {
  display: table-cell;
  background: rgba(85, 61, 179, 0.6274509804);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}
.itshow .pd__table-cell {
  display: table-cell;
  border-bottom: #f9a62c 1px solid;
  border-left: #f9a62c 1px solid;
  text-align: center;
  padding: 5px;
  position: relative;
  font-size: 14px;
  padding: 10px;
  font-weight: bold;
  min-width: 120px;
}
.itshow .pd__table-cell::after {
  content: "+";
  position: absolute;
  z-index: 5;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  background: #f9a62c;
  color: #fff;
  right: -11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.itshow .pd__table-cell:last-child {
  border-right: #f9a62c 1px solid;
}
.itshow .pd__table-cell:last-child::after {
  display: none;
}
.itshow .pd__table-cell:nth-last-child(2)::after {
  content: "=";
}
.itshow .wtb {
  padding-bottom: 30px;
}
.itshow .wtb__flexbox {
  background: rgba(255, 255, 255, 0.0745098039);
  border-radius: 25px;
  padding: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.itshow .wtb__flexbox figure {
  margin: 10px;
  background: linear-gradient(-45deg, #ac7fd9, #b8b2e7, #ac7fd9, #b8b2e7);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (min-width: 996px) {
  .itshow .wtb__flexbox {
    margin-bottom: 80px;
    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: 25px 50px;
    font-size: 30px;
  }
  .itshow .wtb__flexbox figure {
    max-width: 350px;
  }
}/*# sourceMappingURL=main.css.map */