@import "https://storage-asset.msi.com/frontend/css/common-creation-font.css";
:root {
  --MSIBodyFont: -apple-system, BlinkMacSystemFont, "Segoe UI","Noto Sans TC", "Microsoft JhengHei", "Meiryo UI", Helvetica, Arial, sans-serif;
  --body-font-size: var(--text-md);
  /*font size*/
  --title-xl: 24px;
  --title-lg: 22px;
  --title-md: 20px;
  --title-sm: 18px;
  --title-xs: 16px;
  --text-xl: 20px;
  --text-lg: 18px;
  --text-md: 17px;
  --text-sm: 16px;
  --text-xs: 15px;
  --note-lg: 16px;
  --note-xl: 14px;
  --note-md: 13px;
  --note-sm: 12px;
  --link-xl: 20px;
  --link-lg: 18px;
  --link-md: 17px;
  --link-sm: 16px;
  --line-xs: 14px;
  --line-height-xl: 2;
  --line-height-lg: 1.8;
  --line-height-md: 1.5;
  --line-height-xs: 1.3;
  --line-height-list: 1.8;
  --line-height-article: 1.8;
}
@media (min-width: 992px) {
  :root {
    --title-xl: 36px;
    --title-lg: 26px;
  }
}
@media (min-width: 1930px) {
  :root {
    --title-md: 22px;
    --title-sm: 20px;
    --title-xs: 17px;
    --text-lg: 19px;
    --text-md: 18px;
    --text-sm: 17px;
    --text-xs: 16px;
    --note-lg: 17px;
    --note-xl: 15px;
    --note-md: 14px;
    --note-sm: 13px;
    --link-lg: 19px;
    --link-md: 18px;
    --link-sm: 17px;
    --line-xs: 16px;
  }
}

html:lang(ja-JP) body,
html:lang(JP) body {
  --MSIBodyFont: -apple-system, BlinkMacSystemFont, "Meiryo UI", "Yu Gothic", "Segoe UI", Arial, sans-serif;
}

html:lang(zh-TW) body,
html:lang(zh-CN) body,
html:lang(ja-JP) body,
html:lang(JP) body,
html:lang(ko-KR) body {
  --title-md: 22px;
  --text-md: 18px;
}
@media (min-width: 1930px) {
  html:lang(zh-TW) body,
  html:lang(zh-CN) body,
  html:lang(ja-JP) body,
  html:lang(JP) body,
  html:lang(ko-KR) body {
    --title-md: 26px;
    --text-md: 20px;
  }
}

:root {
  --color-black: #000;
  --color-white: #ffffff;
  --color-error: var(--color-red-400);
  --color-gray-100: #fafafa;
  --color-gray-200: #ececec;
  --color-gray-300: #cccccc;
  --color-gray-400: #808080;
  --color-gray-500: #7c7b7b;
  --color-gray-600: #696969;
  --color-gray-700: #333333;
  --color-gray-800: #222222;
  --color-gray-900: #1a1a1a;
  --color-gold-400: #9a8555;
  --color-red-300: #e92c2c;
  --color-red-400: #ea2023;
  --color-red-500: #fe0000;
  --color-red-600: #cc0000;
  --color-green-300: #92b457;
  --color-green-400: #86b000;
  --color-green-500: #82BC00;
  --color-gaming: var(--color-red-500);
  --color-cc: var(--color-gold-400);
  --color-bp: var(--color-gold-400);
  --color-amd: var(--color-green-400);
  --color-alpha: var(--color-green-300);
  --color-ws: var(--color-green-500);
  --body-bgcolor: var(--color-white);
  --body-text-color: var(--color-gray-700);
}

* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  appearance: none;
}

.kv {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
@media (min-width: 996px) {
  .kv {
    margin-top: 0;
    height: calc(100vh - 124px);
  }
}
.kv .msi__container {
  position: relative;
  height: calc(100vh - 124px);
}
.kv-img img {
  width: 100%;
  vertical-align: bottom;
}
@media (min-width: 996px) {
  .kv-img {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
}
@media (min-width: 996px) {
  .kv picture {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
}
.kv__text {
  position: absolute;
  z-index: 10;
  inset: 0;
}
.kv-title {
  position: relative;
  z-index: 10;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 12%;
  left: 2%;
}
@media (min-width: 996px) {
  .kv-title {
    left: 10%;
  }
}
.kv-title span {
  display: block;
  font-size: 5vw;
}
.kv-title span.xl {
  font-size: 7vw;
}
.kv-title span.lg {
  font-size: 6vw;
}
@media (min-width: 996px) {
  .kv-title span {
    font-size: 48px;
  }
  .kv-title span.xl {
    font-size: 86px;
  }
  .kv-title span.lg {
    font-size: 73px;
  }
  .kv-title span-md {
    font-size: 58px;
  }
}

.explode {
  text-align: center;
  padding: 45px 0;
}
.explode__text {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  padding-bottom: 45px;
}
.explode__text p {
  font-size: var(--text-xl);
  line-height: 1.8;
}
.explode__text strong {
  color: var(--color-blue);
  border-bottom: 1px solid var(--color-blue);
}
.explode__imgBox {
  position: relative;
  width: 35%;
  margin: 0 auto;
  max-width: 350px;
  overflow: visible;
  margin: 50px auto;
}
@media (min-width: 768px) {
  .explode__imgBox {
    margin: 80px auto 120px;
  }
}
@media (min-width: 996px) {
  .explode__imgBox {
    margin: 120px auto 160px;
  }
}
.explode__imgBox img {
  width: 100%;
  vertical-align: bottom;
}
.explode__imgBox .img {
  position: absolute;
  inset: 0;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.explode__imgBox .img--base {
  position: relative;
  z-index: 1;
}
.explode__imgBox .img:nth-child(1) {
  z-index: 1;
  transform: translate(0, 0);
}
.explode__imgBox .img:nth-child(2) {
  z-index: 2;
  transform: translate(0, 0);
}
.explode__imgBox .img:nth-child(3) {
  z-index: 3;
  transform: translate(0, 0);
}
.explode__imgBox .img:nth-child(4) {
  z-index: 4;
  transform: translate(0, 0);
}
.explode__imgBox .img:nth-child(5) {
  z-index: 5;
  transform: translate(0, 0);
}
.explode__imgBox .img:nth-child(6) {
  z-index: 6;
  transform: translate(0, 0);
}
.explode__imgBox .img.explode-active:nth-child(1) {
  transform: translate(50%, 25%);
}
.explode__imgBox .img.explode-active:nth-child(2) {
  transform: translate(30%, 10%);
}
.explode__imgBox .img.explode-active:nth-child(3) {
  transform: translate(0, 0);
}
.explode__imgBox .img.explode-active:nth-child(4) {
  transform: translate(-25%, -5%);
}
.explode__imgBox .img.explode-active:nth-child(5) {
  transform: translate(-50%, -10%);
}
.explode__imgBox .img.explode-active:nth-child(6) {
  transform: translate(-75%, -15%);
}
.explode__imgBox .text {
  position: absolute;
  inset: 0;
  z-index: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #209CB5;
}
.explode__imgBox .text p {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.explode__imgBox .text .line::after {
  content: "";
  display: block;
  background: #80BA34;
  box-shadow: #eee 2px 2px 5px;
  width: 1px;
  height: 0;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.3s ease;
}
.explode__imgBox .text-1 {
  transform: translate(-100%, -80%);
}
.explode__imgBox .text-2 {
  transform: translate(-70%, 40%);
}
.explode__imgBox .text-2 p {
  order: 2;
}
.explode__imgBox .text-2 .line {
  order: 1;
}
.explode__imgBox .text-3 {
  transform: translate(-40%, -60%);
}
.explode__imgBox .text-4 {
  transform: translate(10%, -50%);
}
.explode__imgBox .text-4 p {
  width: 150px;
  text-align: left;
  margin-left: 100%;
}
.explode__imgBox .text-5 {
  transform: translate(45%, -30%);
}
.explode__imgBox .text-5 p {
  width: 100px;
  margin-left: 40%;
}
.explode__imgBox .text-6 {
  transform: translate(45%, 70%);
}
.explode__imgBox .text-6 p {
  order: 2;
}
.explode__imgBox .text-6 .line {
  order: 1;
}
@media (min-width: 768px) {
  .explode__imgBox .text {
    font-size: 14px;
  }
  .explode__imgBox .text-1 {
    transform: translate(-100%, -70%);
  }
  .explode__imgBox .text-3 {
    transform: translate(-40%, -62%);
  }
  .explode__imgBox .text-4 p {
    width: 200px;
    margin-left: 70%;
  }
  .explode__imgBox .text-5 {
    transform: translate(45%, -35%);
  }
  .explode__imgBox .text-5 p {
    margin-left: 20%;
  }
}
@media (min-width: 996px) {
  .explode__imgBox .text {
    font-weight: bold;
  }
  .explode__imgBox .text-1 {
    transform: translate(-100%, -50%);
  }
  .explode__imgBox .text-2 {
    transform: translate(-70%, 25%);
  }
  .explode__imgBox .text-3 {
    transform: translate(-30%, -50%);
  }
  .explode__imgBox .text-4 p {
    margin-left: 50%;
  }
  .explode__imgBox .text-6 {
    transform: translate(45%, 60%);
  }
}
.explode__imgBox.is-exploded .text .line::after {
  height: 10vw;
  opacity: 1;
}
.explode__imgBox.is-exploded .text p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}

.feature {
  --sp: calc((100vw - 1280px) / 2);
  --wd: calc(100vw - var(--sp));
}
@media (min-width: 996px) {
  .feature {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1930px) {
  .feature {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.feature img {
  width: 100%;
  vertical-align: bottom;
}
.feature__item {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 1920px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .feature__item {
    margin-bottom: 25px;
    border-radius: 0 20px 20px 0;
    display: flex;
    box-shadow: #ccc 0 0 30px;
    width: var(--wd);
  }
  .feature__item:nth-child(even) {
    margin-left: var(--sp);
    border-radius: 20px 0 0 20px;
  }
  .feature__item:nth-child(even) .feature-img {
    order: 2;
  }
  .feature__item:nth-child(even) .feature__text {
    order: 1;
  }
}
@media (min-width: 1930px) {
  .feature__item:nth-child(even) {
    margin-left: 0;
  }
}
.feature-img {
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .feature-img {
    flex: 0 0 60%;
  }
}
.feature__text {
  position: relative;
  z-index: 3;
  box-shadow: #ccc 0 0 30px;
  padding: 25px;
  width: 90%;
  margin: -25px auto 0;
  background: #fff;
  border-radius: 10px;
}
.feature__text h3 {
  font-size: var(--title-lg);
  padding-bottom: 15px;
}
.feature__text p {
  padding-bottom: 10px;
}
.feature__text p:last-child {
  padding-bottom: 0;
}
@media (min-width: 996px) {
  .feature__text {
    flex: 0 0 40%;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    background: none;
    display: inline-flex;
    align-items: center;
    padding: 50px;
  }
}
.feature-note {
  font-size: 16px;
  color: var(--color-gray-600);
  padding-top: 15px;
  white-space: pre-line;
}

.video {
  background: #eaeaea;
  padding: 45px 0;
  display: none;
}
@media (min-width: 996px) {
  .video {
    padding: 60px 0;
  }
}
.video img {
  width: 100%;
  vertical-align: bottom;
}
.video__img {
  position: relative;
  overflow: hidden;
  font-size: 50px;
  text-shadow: var(--color-blue) 0 0 10px;
  color: var(--color-blue);
  transition: all 0.3s ease;
}
.video__img img {
  transition: all 0.3s ease;
}
.video__img::after {
  content: "\ea19";
  font-family: "msi-icons";
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video__img:hover {
  color: #fff;
  text-shadow: #fff 0 0 30px;
}
.video__img:hover img {
  transform: scale(1.05);
}
@media (min-width: 996px) {
  .video__img {
    flex: 0 0 50%;
    font-size: 80px;
  }
}
.video__text {
  padding-top: 20px;
}
@media (min-width: 996px) {
  .video__text {
    flex: 0 0 45%;
  }
}
.video h2 {
  font-size: var(--title-lg);
  padding-bottom: 10px;
}
@media (min-width: 996px) {
  .video__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.YouTubePopUp-Wrap {
  position: fixed;
  z-index: 900;
  inset: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  animation: 0.5s YouTubePopUp;
}
.YouTubePopUp-Content {
  position: relative;
  max-width: 1040px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.YouTubePopUp-Content iframe {
  width: 100%;
  max-width: 100%;
  height: 220px;
}
@media (min-width: 768px) {
  .YouTubePopUp-Content iframe {
    height: 320px;
  }
}
@media (min-width: 996px) {
  .YouTubePopUp-Content iframe {
    height: 480px;
  }
}
.YouTubePopUp-Hide {
  animation: 0.5s YouTubePopUpHide;
}
.YouTubePopUp-Close {
  cursor: pointer;
  text-align: right;
  display: block;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: -40px;
  width: 40px;
  height: 40px;
  background: #80BA34;
  color: #ffffff;
  border: #80BA34 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.YouTubePopUp-Close::before {
  content: "\ea02";
  font-family: "msi-icons";
}
.YouTubePopUp-Close:hover {
  background: #fff;
  color: #80BA34;
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.prod {
  text-align: center;
  background: url("../images/bg-prod.jpg") top center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .prod {
    padding-top: 80px;
  }
}
.prod__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: #ccc 1px dashed;
  padding-bottom: 45px;
}
.prod__box:last-child {
  border: none;
  padding-bottom: 0;
}
.prod__box ul {
  position: relative;
  z-index: 2;
  padding: 10px;
}
.prod__box li {
  height: 70px;
  border-bottom: #DCDDDD 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.prod__box li:last-child {
  border-bottom: none;
}
.prod__box li.note {
  flex-direction: column;
  height: 90px;
}
.prod__box li.note span {
  display: block;
  font-size: 12px;
  color: var(--color-gray-600);
  padding-top: 8px;
}
.prod__item {
  position: relative;
  margin-top: 45px;
  margin-bottom: 20px;
}
.prod__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(to top, #e9e9e9, transparent);
}
@media (min-width: 768px) {
  .prod__item {
    display: inline-flex;
    flex-direction: column;
    width: calc(33.3333333333% - 30px);
    margin-right: 20px;
  }
  .prod__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 996px) {
  .prod__item {
    margin-right: 40px;
    margin-top: 60px;
  }
}
.prod__img {
  position: relative;
  z-index: 2;
}
.prod__img a {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.prod__img a::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 80%;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  background: url("../images//v2/prod/pd-bg.jpg") center center no-repeat ;
  background-size: cover;
}
.prod__img a::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, var(--color-green), var(--color-blue));
}
.prod__img a img {
  position: relative;
  z-index: 2;
  vertical-align: bottom;
  width: 80%;
  margin: 0 auto;
}
.prod__img h3 {
  padding: 25px 0;
}
.prod__btn {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
.prod__btn a {
  margin-right: 30px;
  padding: 5px 25px;
}
.prod__btn a:last-child {
  margin-right: 0;
}
.prod__btn a span {
  display: none;
}
.prod__btn a i {
  font-size: 30px;
}
@media (min-width: 996px) {
  .prod__btn {
    justify-content: space-between;
  }
  .prod__btn a {
    padding: 15px 40px;
    margin-right: 10px;
    flex: 1;
    cursor: pointer;
  }
  .prod__btn a span {
    display: block;
  }
  .prod__btn a i {
    display: none;
  }
}

.buynow {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 0.6);
  z-index: 900;
  inset: 0;
}
.buynow-Close {
  cursor: pointer;
  text-align: right;
  display: block;
  position: absolute;
  z-index: 2;
  right: 0px;
  top: -40px;
  width: 40px;
  height: 40px;
  background: #80BA34;
  color: #ffffff;
  border: #80BA34 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
}
.buynow-Close::before {
  content: "\ea02";
  font-family: "msi-icons";
}
.buynow-Close:hover {
  background: #fff;
  color: #80BA34;
}
.buynow__inner {
  position: relative;
  max-width: 900px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to top, var(--color-green), var(--color-blue));
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.buynow__box {
  background: #fff;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 996px) {
  .buynow__box {
    flex-direction: row;
  }
  .buynow__box::after {
    content: "/";
    font-size: 20px;
    color: var(--color-green);
    display: block;
  }
}
.buynow__box a {
  display: inline-flex;
  align-items: center;
}
.buynow__box a img {
  height: 40px;
}
.buynow__box a:hover img {
  filter: drop-shadow(var(--color-green) 0 0 10px);
}
@media (min-width: 996px) {
  .buynow__box a::before {
    content: "/";
    font-size: 20px;
    color: var(--color-green);
    display: block;
  }
  .buynow__box a img {
    margin: 0 50px;
    height: 50px;
  }
}
