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

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

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

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

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .75s ease-out;
  transition: all .75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.category-block {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#ff00a8), to(#0096ff));
  background: linear-gradient(to left, #ff00a8, #0096ff);
  width: 100%;
  overflow: hidden;
}

.category-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(https://storage-asset.msi.com/event/2024/JP/high-quality-motherboard/images/dec-dragon.png);
  background-size: cover;
  background-position: center;
  z-index: 10;
  width: 250px;
  height: 250px;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.3;
}

.category-block__title {
  padding: 3% 25px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px #9e0785;
}

@media (min-width: 1300px) {
  .category-block__title {
    font-size: 38px;
  }
}

.hatch-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 20;
  width: 20px;
  opacity: 0.8;
}

@media (min-width: 1300px) {
  .hatch-prev {
    left: -2%;
    width: 30px;
  }
}

.hatch-prev:hover {
  cursor: pointer;
  opacity: 1;
}

.hatch-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 20;
  width: 20px;
  opacity: 0.8;
}

@media (min-width: 1300px) {
  .hatch-next {
    right: -2%;
    width: 30px;
  }
}

.hatch-next:hover {
  cursor: pointer;
  opacity: 1;
}

.slick-slide {
  margin: 0 10px;
}

.slick-track {
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  font-family: kozuka-gothic-pro, sans-serif;
}

.project img {
  width: 100%;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .containerBox {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

.project .kv img {
  display: block;
}

.project .research {
  background-image: url(https://storage-asset.msi.com/event/2024/JP/high-quality-motherboard/images/research-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 5%;
}

.project .research__wrapper {
  padding: 50px 25px;
}

.project .research__wrapper-topBox {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.project .research__wrapper-topBox h4 {
  font-size: 28px;
  text-shadow: 0 0 5px #9e0785;
}

@media (min-width: 1300px) {
  .project .research__wrapper-topBox h4 {
    font-size: 38px;
  }
}

.project .research__wrapper-topBox h3 {
  font-size: 20px;
  font-family: var(--MSIBodyFont);
  font-weight: normal;
  letter-spacing: 1px;
  text-shadow: 0 0 5px #9e0785;
  -webkit-transform: scaleX(1.2);
          transform: scaleX(1.2);
}

@media (min-width: 1300px) {
  .project .research__wrapper-topBox h3 {
    font-size: 38px;
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
  }
}

.project .research__wrapper-bottomBox {
  margin: 20px 0;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 10px #ffcbff;
          box-shadow: 0 0 10px #ffcbff;
}

@media (min-width: 996px) {
  .project .research__wrapper-bottomBox {
    padding: 20px 40px 60px;
  }
}

.project .research__wrapper-bottomBox .titleBox h2 {
  position: relative;
  font-size: 35px;
  font-style: italic;
  color: #fff;
  background: -webkit-linear-gradient(-180deg, #ff00a8 40%, #7e20ff 53%, #0096ff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media (min-width: 1300px) {
  .project .research__wrapper-bottomBox .titleBox h2 {
    width: 32%;
    font-size: 50px;
  }
}

.project .research__wrapper-bottomBox .titleBox h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-gradient(linear, right top, left top, from(#ff00a8), color-stop(#7e20ff), to(#0096ff));
  background: linear-gradient(to left, #ff00a8, #7e20ff, #0096ff);
}

.project .research__wrapper-bottomBox .titleBox h6 {
  font-size: 14px;
  font-family: var(--MSIBodyFont);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  background: -webkit-linear-gradient(-180deg, #0096ff 40%, #7e20ff 53%, #ff00a8 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  padding: 5px 0;
}

@media (min-width: 1300px) {
  .project .research__wrapper-bottomBox .titleBox h6 {
    font-size: 18px;
  }
}

.project .research__wrapper-bottomBox h5 {
  font-size: 16px;
  margin: 20px 0;
}

@media (min-width: 1300px) {
  .project .research__wrapper-bottomBox h5 {
    font-size: 22px;
  }
}

@media (min-width: 996px) {
  .project .research__wrapper-bottomBox .infoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

@media (min-width: 996px) {
  .project .research__wrapper-bottomBox .infoBox__img {
    width: 30%;
  }
}

.project .research__wrapper-bottomBox .infoBox__txt {
  margin: 10px 0;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  border: 2px solid #ce1818;
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border: 2px solid;
  border-image-source: linear-gradient(to right, #0096ff, #7e20ff, #ff00a8);
  border-image-slice: 1;
  border-radius: 5px;
}

@media (min-width: 996px) {
  .project .research__wrapper-bottomBox .infoBox__txt {
    width: 40%;
    margin: 0 20px;
    padding: 0 5px;
  }
}

@media (min-width: 1300px) {
  .project .research__wrapper-bottomBox .infoBox__txt {
    font-size: 17px;
  }
}

.project .gallery figure img {
  display: block;
}

.project .important {
  background-image: url(https://storage-asset.msi.com/event/2024/JP/high-quality-motherboard/images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.project .important__wrapper .video {
  padding: 5% 0 10%;
}

@media (min-width: 996px) {
  .project .important__wrapper .video {
    padding: 5% 0;
  }
}

.project .important__wrapper .video .videobox-wrapper {
  width: 90%;
  margin: 0 auto;
  border: 10px solid;
  border-image-source: linear-gradient(to right, #a1d1fc, #f2b2e7);
  border-image-slice: 1;
  border-radius: 5px;
}

@media (min-width: 996px) {
  .project .important__wrapper .video .videobox-wrapper {
    width: 70%;
  }
}

.project .important__wrapper .video .videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.project .important__wrapper .video .videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project .important__wrapper .secret {
  padding-bottom: 50px;
}

.project .important__wrapper .secret__wrapper {
  text-align: center;
  background: #f4eef7;
  padding: 50px 20px;
  border-radius: 30px;
  width: 90%;
}

@media (min-width: 996px) {
  .project .important__wrapper .secret__wrapper {
    padding: 50px;
    border-radius: 50px;
  }
}

.project .important__wrapper .secret__wrapper .secret-title {
  font-size: 24px;
  background: -webkit-linear-gradient(-180deg, #ff00a8 40%, #7e20ff 53%, #0096ff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 1300px) {
  .project .important__wrapper .secret__wrapper .secret-title {
    font-size: 32px;
  }
}

.project .important__wrapper .secret__wrapper .secret-des {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 8px 25px;
  background: -webkit-gradient(linear, left top, right top, from(#0096ff), to(#ff00a8));
  background: linear-gradient(to right, #0096ff, #ff00a8);
  margin: 20px 0;
}

@media (min-width: 1300px) {
  .project .important__wrapper .secret__wrapper .secret-des {
    font-size: 20px;
  }
}

.project .important__wrapper .secret__wrapper .secret-text {
  text-align: left;
  line-height: 2;
  font-size: 14px;
}

@media (min-width: 996px) {
  .project .important__wrapper .secret__wrapper .secret-text {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 1300px) {
  .project .important__wrapper .secret__wrapper .secret-text {
    font-size: 17px;
  }
}

.project .important__wrapper .secret__wrapper .secret-text .moreLink {
  color: #ff00a8;
  text-decoration: underline;
}

.project .important__wrapper .secret__wrapper .secret-text .moreLink:hover {
  color: #ff00aac7;
}

.project .important__wrapper .secret__wrapper-bottomBox {
  margin-top: 5%;
}

.project .important__wrapper .secret__wrapper-bottomBox .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project .important__wrapper .secret__wrapper-bottomBox .icons__item {
  width: 40%;
  margin: 20px 10px;
}

@media (min-width: 996px) {
  .project .important__wrapper .secret__wrapper-bottomBox .icons__item {
    width: 20%;
    margin: 30px 20px;
  }
}

.project .important__wrapper .secret__wrapper-bottomBox .icons__item-name {
  font-size: 16px;
  margin-top: 20px;
}

@media (min-width: 1300px) {
  .project .important__wrapper .secret__wrapper-bottomBox .icons__item-name {
    font-size: 22px;
  }
}

.project .important__wrapper .secret__wrapper-bottomBox .icons__item-note {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .important__wrapper .secret__wrapper-bottomBox .icons__item-note {
    padding: 0 10px;
  }
}

.project .important__wrapper .secret__wrapper-img {
  width: 100%;
  margin: 10px auto 0;
}

@media (min-width: 996px) {
  .project .important__wrapper .secret__wrapper-img {
    width: 80%;
  }
}

.project .important__wrapper .secret__wrapper:nth-child(2) {
  margin-top: 50px;
}

.project .important__wrapper .channel {
  padding: 50px 10px;
}

@media (min-width: 996px) {
  .project .important__wrapper .channel {
    padding: 50px 25px 50px;
  }
}

@media (min-width: 1300px) {
  .project .important__wrapper .channel {
    padding: 50px 0 30px;
  }
}

.project .important__wrapper .channel__wrapper-card .contentBox {
  padding: 10px 15px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#8dcfff), to(#fd8dd9));
  background: linear-gradient(#8dcfff, #fd8dd9);
}

@media (min-width: 996px) {
  .project .important__wrapper .channel__wrapper-card .contentBox {
    padding: 20px 30px 30px;
  }
}

.project .important__wrapper .channel__wrapper-card .contentBox__img img {
  width: 50%;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .project .important__wrapper .channel__wrapper-card .contentBox__img img {
    width: 70%;
  }
}

.project .important__wrapper .channel__wrapper-card .contentBox__text {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 10px #8f2cac;
  text-align: center;
  margin: 10px 0;
}

@media (min-width: 1300px) {
  .project .important__wrapper .channel__wrapper-card .contentBox__text {
    font-size: 15px;
    margin: 20px 0;
  }
}

.project .important__wrapper .channel__wrapper-card .contentBox__btn {
  background: #fff;
  border-radius: 50px;
  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;
  padding: 10px 5px 5px;
  -webkit-box-shadow: 0 0 10px #afefff;
          box-shadow: 0 0 10px #afefff;
}

.project .important__wrapper .channel__wrapper-card .contentBox__btn span {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(-180deg, #ff00a8 80%, #7e20ff, #0096ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}

@media (min-width: 1300px) {
  .project .important__wrapper .channel__wrapper-card .contentBox__btn span {
    font-size: 20px;
  }
}

.project .important__wrapper .channel__wrapper-card .contentBox__btn-arrow {
  width: 22px;
  padding-bottom: 4px;
}

.project .important__wrapper .channel__wrapper-card .titleBox {
  font-size: 14px;
  background: -webkit-linear-gradient(-180deg, #ff00a8 40%, #7e20ff 53%, #0096ff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 15px 0;
  text-align: center;
}

@media (min-width: 996px) {
  .project .important__wrapper .channel__wrapper-card .titleBox {
    font-size: 15px;
    margin: 30px 0;
  }
}

.project .important__wrapper .channel__wrapper-card .videoBox .videobox-wrapper {
  width: 100%;
  margin: 0 auto;
  border: 3px solid;
  border-image-source: linear-gradient(to right, #0096ff, #ff00a8);
  border-image-slice: 1;
  border-radius: 5px;
}

@media (min-width: 996px) {
  .project .important__wrapper .channel__wrapper-card .videoBox .videobox-wrapper {
    width: 90%;
  }
}

.project .important__wrapper .channel__wrapper-card .videoBox .videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.project .important__wrapper .channel__wrapper-card .videoBox .videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project .footer-block {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#ff00a8), to(#0096ff));
  background: linear-gradient(to left, #ff00a8, #0096ff);
  width: 100%;
  height: 50px;
}

@media (min-width: 996px) {
  .project .footer-block {
    height: 100px;
  }
}
/*# sourceMappingURL=main.css.map */