
@font-face {
  font-family: 'CenturyGothic';
  src: url("https://storage-asset.msi.com/frontend/css/fonts/CenturyGothic.eot");
  src: url("https://storage-asset.msi.com/frontend/css/fonts/CenturyGothic.eot") format("embedded-opentype"), url("https://storage-asset.msi.com/frontend/css/fonts/CenturyGothic.woff2") format("woff2"), url("https://storage-asset.msi.com/frontend/css/fonts/CenturyGothic.woff") format("woff"), url("https://storage-asset.msi.com/frontend/css/fonts/CenturyGothic.ttf") format("truetype"), url("https://storage-asset.msi.com/frontend/css/fonts/CenturyGothic.svg#CenturyGothic") format("svg");
}

@font-face {
  font-family: 'CenturyGothic';
  src: local("Meiryo UI"), local("ヒラギノ角ゴ Pro W3"), local("Helvetica"), local("Arial");
  unicode-range: U+3000-9FFF, U+ff??;
}

@font-face {
  font-family: 'CenturyGothic';
  src: local("微軟正黑體"), local("Microsoft JhengHei");
  unicode-range: U+4E00-9FFF;
}

.YouTubePopUp-Content {
  width: 80%;
  max-width: 1920px;
  position: relative;
}

#overview .specifno {
  color: #67686e !important;
}


.block {
  color: #404040;
  line-height: 1.8;
  overflow: hidden;
  background: #fff;
  font-family: var(--MSIBodyFont);
  --MSIBodyFont: "CenturyGothic", "Microsoft JhengHei", Arial, sans-seri;
}

.block sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: super;
  top: auto !important;
}

.block img {
  max-width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.block img + h2 {
  margin-top: 3vh;
}

.block img.full {
  width: 100% !important;
}

.block .cr-white {
  color: #fff;
}

.block .cr-red {
  color: #ff0000;
}

.block .img {
  width: 100%;
  text-align: center;
}

.block .img img {
  display: inline-block;
  margin: 0 auto;
}

.block .imgxs, .block img.imgxs, .block .showxs {
  display: none;
}

.block .imglg, .block img.imglg .showlg {
  display: inline-block;
  margin: 0 auto;
}

.block .container{
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 25px;
}
@media (min-width: 996px) {
  .block .container{
    width: 95%;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .block .container{
    width: 100%;
  }
}


.block .wrapper-lg {
  width: 85%;
  margin: 0 auto;
  max-width: 2560px;
}

.block .wrapper-lg-full {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
}

.block .wrapper-full {
  width: 100%;
  margin: 0 auto;
}

.block .slick-prev:before,
.block .slick-next:before {
  font-family: 'slick';
  font-size: 80px !important;
  line-height: 1 !important;
  opacity: .75 !important;
  color: #67686e !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale  !important;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.block .slick-prev:before {
  content: '\2039' !important;
}

.block .slick-next:before {
  content: '\203A' !important;
}

.block .slick-prev,
.block .slick-next {
  font-size: 0 !important;
  line-height: 0 !important;
  position: absolute !important;
  top: 50% !important;
  display: block !important;
  width: 80px !important;
  height: 80px !important;
  padding: 0 !important;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  cursor: pointer !important;
  color: transparent !important;
  border: none !important;
  outline: none !important;
  background: transparent !important;
}

.block .slick-prev:hover::before,
.block .slick-next:hover::before {
  color: #363639 !important;
}

.block .slick-next {
  right: -80px !important;
}

.block .slick-prev {
  left: -80px !important;
}

.block ul, .block li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block ul.hightlight-txt {
  width: 100%;
  margin: 24px 0;
}

.block ul.hightlight-txt li {
  display: inline-block;
  position: relative;
  min-width: 200px;
  background: url("images/Delta15-A5EX/k-highlight-bg.png") bottom left no-repeat;
  background-size: contain;
  padding-bottom: 10px;
}

.block ul.hightlight-txt li span {
  font-weight: 700;
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block h2, .block .h2 {
  color: #424346;
  font-weight: 500;
  line-height: 1.3;
  padding: 20px 0 20px;
  margin: 0;
}

.block h2.white, .block .h2.white {
  color: #fff;
}


.block h3, .block .h3 {
  padding: 0 0 16px;
  /* font-size: 36px; */
  color: #424346;
  text-transform: uppercase;
}

.block h3.white, .block .h3.white {
  color: #fff;
}

.block h3.subtitle, .block .h3.subtitle {
  /*font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";*/
  font-size: 30px;
  color: #000;
  margin: 0;
  padding: 10px 0 10px;
  line-height: 1.5;
}

.block h4, .block .h4 {
  /*font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";*/
  padding: 0 0 16px;
  font-size: 30px;
  color: #000;
}

.block h4.white, .block .h4.white {
  color: #fff;
}

.block .icon.rectangle {
  margin: 10px 0;
}

.block .icon.rectangle img {
  margin: 10px;
  height: 100px;
  max-width: 100%;
}

.block .icon.square {
  margin: 10px 0;
}

.block .icon.square img {
  margin: 10px;
  height: 100px;
  max-width: 100%;
}

.block .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.block .icon-box img {
  margin: 10px;
  height: 100px;
  max-width: 100%;
}

.block .icon-box img:first-child {
  margin-left: 0;
}

.block .icon-box img:last-child {
  margin-right: 0;
}

.block .box-sc {
  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;
}

.block .box-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.block .box-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block .box-cc {
  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;
}

.block figcaption {
  font-size: 100%;
}

.block .data {
  font-size: 21px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3a3a3a;
  padding: 3vh 0 0 0;
}

.block .data li {
  margin-right: 5vw;
}

.block .data li:last-child {
  margin-right: 0px;
}

.block .data-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block .data-num .span {
  display: inline-block;
}

.block .data-num-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block .data-num-sub span {
  display: inline-block;
}

.block .data-num-sub span + span {
  display: block;
}

.block .data-num-sub b {
  display: inline-block;
  font-style: normal;
  font-size: 240%;
  line-height: 100%;
  font-weight: normal;
}

.block .data-note {
  font-size: 21px;
  margin-top: -14px;
  color: #00aeff;
  font-weight: 700;
}

.block .data em, .block .data b {
  display: inline-block;
  font-style: normal;
  font-size: 240%;
  line-height: 100%;
  font-weight: normal;
}

.block .data em + span, .block .data b + span {
  margin-left: 10px;
}

.block .data span + em,
.block .data span + b {
  margin-left: 10px;
}

.block .data span {
  font-size: 100%;
}

.block .data-sm {
  font-size: 2.5vh;
}

.block .data-sm em, .block .data-sm b {
  font-size: 220%;
  font-weight: 400;
}

.block .data-xs {
  font-size: 1.5vh;
}

.block .data-xs em, .block .data-xs b {
  font-size: 220%;
  font-weight: 400;
}

.block .data + .data {
  margin-top: 1vh;
}

.block a {
  text-decoration: underline;
}

.block a:hover, .block a:active, .block a:focus {
  color: #fff;
}

.block .btn-shopnow {
  display: inline-block;
  background: transparent;
  color: #b2b4be;
  padding: 6px 30px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .5s all;
  transition: .5s all;
  border: 2px solid #b2b4be;
  border-radius: 8px;
}

.block .btn-shopnow:hover {
  background: #b2b4be;
}

.block .btn-regular {
  display: inline-block;
  background: transparent;
  color: #7b7e8f;
  padding: 6px 32px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .5s all;
  transition: .5s all;
  border-radius: 8px;
  border: 2px solid #b2b4be;
}

.block .btn-regular:hover {
  background: #dbdce1;
  color: #050506;
}

.block p {
  /* font-size: 21px; */
  color: #404040;
  line-height: 1.4;
  padding: 0 0 15px;
}

.block p + a {
  margin-top: 4vh;
}

.block .note {
  display: block;
  font-size: 16px;
  color: #8c8c8c;
  line-height: 1.2;
  padding-top: 15px;
}

.block .note a {
  color: #000;
  text-decoration: underline;
}

.block .note a:hover, .block .note a:active, .block .note a:focus {
  color: black;
}

.block.sp, .block .sp {
  padding: 6% 0;
}

.block.splg, .block .splg {
  padding: 10% 0;
}

.block.sptop, .block .sptop {
  padding-top: 6%;
}

.block.spbt, .block .spbt {
  padding-bottom: 6%;
}

.block.splgtop, .block .splgtop {
  padding-top: 10%;
}

.block.splgbt, .block .splgbt {
  padding-bottom: 10%;
}

.block.center, .block .center {
  text-align: center;
}

@media screen and (max-width: 1920px) {
  /* .block h2, .block .h2,
  .block h2.nbtitle,
  .block h3, .block h3 {
    font-size: 28px;
  } */
  .block h4, .block h4 {
    font-size: 24px;
  }
  
  .block .note {
    font-size: 14px;
  }
  .block .wrapper {
    max-width: 1400px;
  }
  .block.sp {
    padding: 10vh 0;
  }
  .block.spbt, .block .spbt {
    padding-bottom: 10vh;
  }
  .block.splgtop, .block .splgtop {
    padding-top: 10%;
  }
  .block.splgbt, .block .splgbt {
    padding-bottom: 10%;
  }
}

@media screen and (max-width: 1536px) {
  
  .block h2, .block .h2,
  .block h2.nbtitle,
  .block h3, .block .h3 {
    font-size: 26px;
  }
  .block h3.subtitle {
    font-size: 22px;
  }
  .block h4 {
    font-size: 22px;
  }
  
  .block .data {
    font-size: 16px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .block .data-num em, .block .data-num b {
    font-style: normal;
    font-size: 220%;
  }
}

@media screen and (max-width: 1366px) {
  .block .nav-btn {
    font-size: 18px;
    /*font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";*/
  }
}

@media screen and (max-width: 1220px) {
  .block .nav-btn {
    margin: 0px;
    padding: 16px 0;
    font-size: 16px;
    /*font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";*/
  }
}

@media screen and (max-width: 1140px) {
  .block .data {
    font-size: 14.4px;
  }
  .block .data-num em, .block .data-num b {
    font-style: normal;
    font-size: 180%;
  }
}

@media screen and (max-width: 960px) {
  h2.nbtitle {
    font-size: 24px;
  }
  h3.subtitle {
    font-size: 20px;
  }
  .block {
    font-size: 16px;
  }
  .block .box-sc.box-xs,
  .block .box-cc.box-xs,
  .block .box-s.box-xs,
  .block .box-c.box-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    overflow: hidden;
  }
  .block .box-sc,
  .block .box-cc,
  .block .box-s,
  .block .box-c {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .block h2, .block .h2,
  .block h2.nbtitle,
  .block h3, .block .h3 {
    font-size: 24px;
  }
  .block h4 {
    font-size: 20px;
  }

  .block .note {
    font-size: 13px;
  }
  .block .icon.rectangle img {
    margin: 10px;
    height: 70px;
    max-width: 100%;
  }
  .block .icon.square {
    margin: 10px 0;
  }
  .block .icon.square img {
    margin: 10px;
    height: 70px;
    max-width: 100%;
  }
  .block .icon-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .block .icon-box img {
    height: 70px;
  }
  .block .img {
    width: 100%;
    text-align: center;
  }
  .block .img img {
    max-width: 80%;
  }
  .block .imglg, .block img.imglg, .block .showlg {
    display: none !important;
  }
  .block .imgxs, .block img.imgxs, .block .showxs {
    display: block;
  }
  .block.sp {
    padding: 45px 0;
  }
  .block.spbt, .block .spbt {
    padding-bottom: 45px;
  }
  .block.splgtop, .block .splgtop {
    padding-top: 10%;
  }
  .block.splgbt, .block .splgbt {
    padding-bottom: 10%;
  }
  .block .data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block .data li {
    margin-right: 6vw;
  }
  .block .data li:last-child {
    margin-right: 0px;
  }
  .block .data-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
  }
  .block .data-num .span {
    display: inline-block;
  }
  .block .data-note {
    font-size: 21px;
    margin-top: -14px;
    color: #00aeff;
    font-weight: 700;
  }
  .block .data em, .block .data b {
    display: block;
    font-style: normal;
    font-size: 180%;
    line-height: 100%;
    font-weight: normal;
    padding: 5px 0 0 0;
  }
  .block .data em + span, .block .data b + span {
    margin-left: auto;
  }
  .block .data-num-sub b {
    display: inline-block;
  }
  .block .data-num-sub b + span {
    margin-left: 5px;
  }
  .block .data span + em,
  .block .data span + b {
    margin-left: auto;
  }
  .block .data span {
    font-size: 100%;
  }
  .block .data-sm {
    font-family: 'DINPro-Light';
    font-size: 2.5vh;
  }
  .block .data-sm em, .block .data-sm b {
    font-size: 180%;
    font-weight: 400;
  }
  .block .data-xs {
    font-family: 'DINPro-Light';
    font-size: 1.5vh;
  }
  .block .data-xs em, .block .data-xs b {
    font-size: 180%;
    font-weight: 400;
  }
  .block .data + .data {
    margin-top: 1vh;
  }
}

@media screen and (max-width: 480px) {
  body, .block {
    overflow-x: hidden;
  }
  .block .icon.rectangle img {
    width: 70%;
    height: auto;
  }
  .block .data span {
    font-size: 80%;
  }
  .block .data em, .block .data b {
    font-size: 160%;
  }
  .block .data.sm em, .block .data.sm b {
    font-size: 140%;
  }
  .block .data.xs em, .block .data.xs b {
    font-size: 140%;
  }
}

@media screen and (max-width: 400px) {
  .block .data em, .block .data b {
    font-weight: 700;
    font-size: 140%;
  }
  .block .data.sm em, .block .data.sm b {
    font-size: 120%;
  }
  .block .data.xs em, .block .data.xs b {
    font-size: 120%;
  }
}

.video-sec__video a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 1s;
  transition: 1s;
}

.video-sec__video a:hover:before {
  opacity: 0.5;
}

.video-sec__video a:hover .video-sec__play-btn {
  opacity: 1;
  -webkit-animation: play-btn-light 3s infinite;
  animation: play-btn-light 3s infinite;
}

.video-sec__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80px;
  width: 4.16666667vw;
  background: url(images/01-video-play.png) no-repeat center;
  background-size: contain;
  border-radius: 50%;
  border: 0px solid #0ff;
  opacity: 0.5;
  -webkit-transition: 1s;
  transition: 1s;
}

.video-sec__play-btn:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.nb-compbox .twentytwenty-overlay, .nb-compbox .twentytwenty-before-label, .nb-compbox .twentytwenty-after-label {
  pointer-events: none;
}

.vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.vd-container iframe, .vd-container object, .vd-container embed, .vd-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

@-webkit-keyframes kvnb {
  0% {
    padding-top: 0%;
  }
  40% {
    padding-top: 1%;
  }
  100% {
    padding-top: 0%;
  }
}

@keyframes kvnb {
  0% {
    padding-top: 0%;
  }
  40% {
    padding-top: 1%;
  }
  100% {
    padding-top: 0%;
  }
}

/*h3*/
/*h4*/
/*Overview Title*/
/* button */
/*Colors*/
/*Background Colors*/
#overview.class {
  color: #fff !important;
  display: block;
  overflow: hidden;
  background: #fff !important;
}

#overview .specifno {
  color: #67686e !important;
}

#overview .specifno small {
  color: #a1a4b0 !important;
}

.product-mainbox {
  background: #fff !important;
}

.btn-danger {
  color: #7b7e8f;
  background-color: transparent !important;
  border-color: #b2b4be !important;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.btn-danger:hover {
  color: #dbdce1 !important;
  background-color: #fff !important;
}

.creatorPro__kv .intel {
  top: 36px !important;
  right: 36px !important;
  font-size: 11px !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  margin-bottom: 36px !important;
}

.creatorPro__kv .intel img {
  width: 75px !important;
  height: 75px !important;
  margin-bottom: 0px !important;
  margin-left: 36px !important;
}

.creatorPro__kv .award {
  position: absolute;
  top: 36px;
  left: 36px;
  z-index: 10;
  color: #000;
}

.creatorPro__kv .award-inline {
  display: none;
}

.creatorPro__kv .award img {
  vertical-align: top;
  display: inline-block;
  width: 70px;
  margin-right: 36px;
}

.creatorPro__kv .award img:last-child {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  [data-aos='fade-left'],
  [data-aos='fade-right'] {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  .creatorPro__kv .award {
    display: none;
  }
  .creatorPro__kv .award-inline {
    display: block;
    margin-bottom: 36px;
  }
  .creatorPro__kv .award-inline img {
    vertical-align: top;
    display: inline-block;
    width: 55px;
    margin: 0 18px;
  }
  .creatorPro__kv .intel-inline {
    font-size: 12px !important;
    margin: 36px auto !important;
  }
  .creatorPro__kv .intel-inline img {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 60px !important;
            flex: 0 0 60px !important;
    margin-right: 36px !important;
  }
}
/*# sourceMappingURL=CreatorPro.css.map */