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

figure {
  line-height: 0;
}

#w10 {
  position: relative;
  background-color: #f4f5f6;
  padding-bottom: 0px;
  overflow-x: hidden;
}
#w10 .common__wrapper {
  margin: 50px auto 50px;
}
#w10 .common__intro {
  text-align: center;
  margin: 0% 0 2%;
}
#w10 .common__intro h2 {
  margin-bottom: 7px;
}
#w10 .common__title {
  margin-bottom: 15px;
}
#w10 .common__txt {
  margin-bottom: 15px;
}
#w10 .common__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#w10 .common__flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#w10 .common__flex--Jcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#w10 .common__flex--noAlign {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
#w10 .common__box {
  background-color: #fff;
  margin: 0% 0 5%;
}
#w10 .common__box--blue {
  background-color: #0078d4;
  color: #fff;
}
#w10 .common__box-text {
  width: 100%;
  padding: 4% 4%;
}
#w10 .common__box-pic {
  width: 100%;
}
#w10 .common__box-pic img {
  width: 100%;
}
#w10 .common__btn {
  background-color: #0078d4;
  color: #fff;
  padding: 10px 30px;
  margin: 5px auto;
  display: inline-block;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#w10 .common__btn:hover {
  background-color: #2295ed;
}
#w10 .common__btn--white {
  color: #0078d4;
  background-color: #fff;
}
#w10 .common__btn--white:hover {
  background-color: #cbe7fd;
}
#w10 .common__btn--radius {
  border-radius: 20px;
  padding: 10px 15px 10px 30px;
}
#w10 .common__btn--radius:hover .moreInfo__btn-icon {
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#w10 .common__table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin: 0px 0px 5%;
}
#w10 .common__table-row {
  display: table-row;
}
#w10 .common__table-th {
  display: table-cell;
  background: #0078d4;
  border: 1px solid #9da6ac;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 12px 12px;
  text-transform: uppercase;
}
#w10 .common__table-cell {
  display: table-cell;
  border-bottom: #9da6ac 1px solid;
  border-right: #9da6ac 1px solid;
  border-left: #9da6ac 1px solid;
  background-color: #fff;
  text-align: left;
  padding: 12px 15px;
  position: relative;
  font-size: 16px;
}
@media (min-width: 996px) {
  #w10 .common__wrapper {
    margin: 50px auto 100px;
  }
  #w10 .common__box-text {
    width: 50%;
    padding: 0% 4%;
  }
  #w10 .common__box-pic {
    max-width: 604px;
    width: 50%;
  }
  #w10 .common__table-cell {
    width: 30%;
  }
}
#w10 .kv {
  position: relative;
  padding: 5% 0;
  background-image: url(https://storage-asset.msi.com/event/2025/CND/windows-11-upgrade/images/kv-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}
#w10 .kv__logo {
  position: relative;
  text-align: center;
  margin: 0 auto 10px;
  max-width: 250px;
}
#w10 .kv__text {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
}
#w10 .kv__text h1 {
  font-size: 6.5vw;
  text-align: center;
  margin-bottom: 10px;
}
#w10 .kv__num {
  width: calc(50% - 10px);
  margin: 5px;
  border: 1px solid #efefef;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.2078431373);
  padding: 15px 10px 10px;
  color: #fff;
}
#w10 .kv__num h2 {
  font-size: 10vw;
  font-weight: normal;
  line-height: 0.5em;
  margin-bottom: 5px;
}
#w10 .kv__num h2 span {
  font-size: 5.5vw;
}
#w10 .kv__num p {
  font-size: 14px;
}
#w10 .kv__pd {
  width: 100%;
  text-align: center;
}
#w10 .kv__pd--icon {
  max-width: 100px;
  margin-bottom: 0px;
}
#w10 .kv__pd--set {
  margin-bottom: 20px;
}
#w10 .kv__pd--note {
  font-size: 14px;
}
@media (min-width: 996px) {
  #w10 .kv__logo {
    position: absolute;
    right: 1%;
    top: 3%;
    max-width: 250px;
  }
  #w10 .kv__text {
    width: 40%;
    margin-bottom: 0px;
  }
  #w10 .kv__text h1 {
    font-size: 3vw;
    text-align: left;
  }
  #w10 .kv__num {
    padding: 25px 15px 15px;
  }
  #w10 .kv__num h2 {
    font-size: 3.7vw;
    margin-bottom: 0px;
  }
  #w10 .kv__num h2 span {
    font-size: 1.5vw;
  }
  #w10 .kv__num p {
    font-size: 16px;
  }
  #w10 .kv__pd {
    text-align: right;
    width: 55%;
  }
  #w10 .kv__pd--icon {
    max-width: 180px;
  }
}
@media (min-width: 1930px) {
  #w10 .kv__text h1 {
    font-size: 1.5vw;
  }
  #w10 .kv__num {
    line-height: 2em;
  }
  #w10 .kv__num h2 {
    font-size: 1.5vw;
  }
}
#w10 .number {
  color: #5899dd;
}
#w10 .number__box {
  background-color: #fff;
  width: calc(100% - 0px);
  text-align: center;
  padding: 6% 0;
  margin: 5px 0px;
}
#w10 .number__box h2 {
  font-size: 35px;
  font-weight: 600;
}
#w10 .number__box p {
  font-weight: 600;
}
@media (min-width: 996px) {
  #w10 .number__box {
    width: calc(50% - 20px);
    margin: 10px 10px;
  }
}
#w10 .recommended__box {
  width: 100%;
  max-width: 350px;
  margin: 20px 0px;
  text-align: center;
}
#w10 .recommended__box figure {
  margin-bottom: 15px;
}
#w10 .recommended__box figure img {
  height: 220px;
}
#w10 .recommended__box h2 {
  margin-bottom: 15px;
  font-size: 20px;
}
#w10 .recommended__box a {
  display: inline-block;
  background-color: #0078d4;
  color: #fff;
  width: 98%;
  padding: 15px 0;
}
@media (min-width: 996px) {
  #w10 .recommended__box {
    width: 20%;
    max-width: 250px;
    margin: 20px 35px;
  }
}
#w10 .btnBox {
  text-align: center;
  padding: 3% 4%;
}
#w10 .btnBox--blue {
  background-color: #0078d4;
  color: #fff;
}
#w10 .moreInfo {
  position: relative;
}
#w10 .moreInfo__content {
  position: relative;
  width: 100%;
}
#w10 .moreInfo__content h2 {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0 5px 0px;
}
#w10 .moreInfo__content h2 span {
  color: #0078d4;
}
#w10 .moreInfo__content p {
  margin-bottom: 10px;
  display: inline-block;
}
#w10 .moreInfo__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#w10 .moreInfo__btn span {
  line-height: 0;
}
#w10 .moreInfo__btn-icon {
  margin-left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 996px) {
  #w10 .moreInfo__content {
    position: absolute;
    left: 15%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 50%;
    max-width: 450px;
  }
  #w10 .moreInfo__content h2 {
    font-size: 2vw;
    margin: 0 0 5px 0;
  }
  #w10 .moreInfo__content h2::before {
    content: "";
    position: absolute;
    left: -6%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 11px;
    height: 75%;
    background-color: #0078d4;
  }
}
@media (min-width: 1930px) {
  #w10 .moreInfo__content h2 {
    font-size: 1vw;
  }
}
#w10 .faq {
  margin-top: 6%;
}
#w10 .faq__title {
  background-color: #0078d4;
  color: #fff;
  padding: 1rem 1.25rem;
}
#w10 .describe {
  padding: 2% 0;
  background: #ececec;
  font-size: 14px;
  line-height: 1.5em;
}
#w10 .describe span {
  color: #0078d4;
}
#w10 .baseSideButton {
  background: #ececec;
  border-radius: 10px 0 0 10px;
  height: 220px;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 40%;
  width: 60px;
  z-index: 701;
  display: none;
}
#w10 .baseSideButton::before {
  background: #9a8555;
  border-radius: 80px;
  bottom: -15%;
  content: "";
  height: 80px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 80px;
  z-index: 0;
}
#w10 .baseSideButton .buttonTitle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1.6px;
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}
#w10 .baseSideButton .customNextIcon {
  bottom: 2px;
  color: #fff;
  font-size: 40px;
  left: 10px;
  position: absolute;
}
#w10 .baseSideButton:hover.baseSideButton::before {
  height: 200%;
  width: 100%;
}
#w10 .baseSideButton:hover .buttonTitle {
  color: #fff;
}
@media (min-width: 996px) {
  #w10 .baseSideButton {
    display: block;
  }
}
#w10 .icon-msi-maill:before {
  content: "\f019";
}
#w10 .back__to__top {
  background-color: #ececec;
  border-radius: 50%;
  color: #222;
  position: fixed;
  right: -50px;
  top: 90%;
  z-index: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#w10 .back__to__top .baseButton {
  cursor: pointer;
  display: block;
  position: relative;
}
#w10 .back__to__top .buttonContext {
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#w10 .back__to__top .customPreIcon {
  font-size: 25px;
}
#w10 .icon-msi-up:before {
  content: "\ea12";
}/*# sourceMappingURL=main.css.map */