* {
  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 0.75s ease-out;
  transition: all 0.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 0.5s ease-out;
  transition: all 0.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 0.5s ease-out;
  transition: all 0.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 0.5s ease-out;
  transition: all 0.5s ease-out;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  width: 100%;
  position: relative;
}
.project .kv img {
  width: 100%;
}
.project .content-bg {
  background-image: url(https://storage-asset.msi.com/event/2025/JP/2025-summer-carnival-part2/images/bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.project .steam {
  width: 100%;
  position: relative;
}
.project .steam__wrapper {
  text-align: center;
  z-index: 10;
}
.project .steam__wrapper-pdBox {
  position: relative;
  z-index: 10;
}
.project .steam__wrapper-pdBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 100%;
  background-image: url(https://storage-asset.msi.com/event/2025/JP/2025-summer-carnival-part2/images/steam-dec-fireworks-02.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.project .steam__wrapper-pdBox img {
  width: 95%;
  margin: 0 auto;
}
.project .steam__wrapper-txtBox {
  margin-top: 20px;
}
.project .steam__wrapper-txtBox h2 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(0px 0 5px #fff);
          filter: drop-shadow(0px 0 5px #fff);
  text-shadow: 0px 0 10px #fff;
  -webkit-text-stroke: 3px #fff;
  paint-order: stroke fill;
  letter-spacing: -2px;
}
@media (min-width: 996px) {
  .project .steam__wrapper-txtBox h2 {
    font-size: 42px;
  }
}
.project .steam__wrapper-txtBox h2 span {
  color: #335dd6;
  font-size: 36px;
}
@media (min-width: 996px) {
  .project .steam__wrapper-txtBox h2 span {
    font-size: 66px;
  }
}
.project .steam__wrapper-txtBox h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  margin: 20px auto;
  text-shadow: 0px 0 10px #001245;
  line-height: 1.5;
}
@media (min-width: 996px) {
  .project .steam__wrapper-txtBox h3 {
    font-size: 32px;
    width: 60%;
  }
}
.project .steam__wrapper-txtBox h3 div {
  color: #ffff00;
  display: inline-block;
}
.project .steam__wrapper-txtBox h3 span {
  font-size: 30px;
  font-weight: 500;
}
@media (min-width: 996px) {
  .project .steam__wrapper-txtBox h3 span {
    font-size: 56px;
  }
}
.project .steam__wrapper-txtBox p {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-shadow: 0px 0 10px #001245;
}
@media (min-width: 996px) {
  .project .steam__wrapper-txtBox p {
    font-size: 18px;
  }
}
@media (min-width: 996px) {
  .project .steam__wrapper-txtBox .dateBox img {
    width: 60%;
    margin: 0 auto;
  }
}
.project .steam__decBox .fireworksLeft {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 30%;
}
.project .steam__decBox .fireworksRight {
  position: absolute;
  bottom: -50%;
  right: 0;
}
.project .pdIntro {
  position: relative;
  padding: 2% 25px;
  z-index: 10;
}
.project .pdIntro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url(https://storage-asset.msi.com/event/2025/JP/2025-summer-carnival-part2/images/pdIntro-dec-fireworks.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.project .pdIntro__wrapper {
  position: relative;
  padding: 5% 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  font-size: 30px;
}
.project .pdIntro__wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#5388db), color-stop(#b6dcff), to(#63a3ff));
  background: linear-gradient(to bottom, #5388db, #b6dcff, #63a3ff);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask-composite-mask-composite: exclude;
  pointer-events: none;
}
.project .pdIntro__wrapper img {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .pdIntro__wrapper img {
    width: 80%;
  }
}
.project .discountPd {
  position: relative;
  padding: 2% 0;
}
.project .discountPd__wrapper {
  position: relative;
  z-index: 10;
}
.project .discountPd__wrapper-titleBox img {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .project .discountPd__wrapper-titleBox img {
    width: 50%;
  }
}
@media (min-width: 996px) {
  .project .discountPd__wrapper-titleBox img {
    width: 40%;
  }
}
.project .discountPd__wrapper-contentBox {
  margin-top: 20px;
}
@media (min-width: 996px) {
  .project .discountPd__wrapper-contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.project .discountPd__wrapper-contentBox h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0px 0 10px #001245;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .project .discountPd__wrapper-contentBox h6 {
    font-size: 26px;
  }
}
.project .discountPd__wrapper-contentBox h6 span {
  font-size: 14px;
}
@media (min-width: 996px) {
  .project .discountPd__wrapper-contentBox h6 span {
    font-size: 18px;
  }
}
.project .discountPd__wrapper-contentBox figure img {
  width: 100%;
}
.project .discountPd__wrapper .leftBox {
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .discountPd__wrapper .leftBox {
    margin-bottom: 0;
  }
}
.project .discountPd__wrapper .leftBox h6 {
  text-align: center;
}
@media (min-width: 996px) {
  .project .discountPd__wrapper .leftBox h6 {
    text-align: right;
    padding-right: 20px;
  }
}
.project .discountPd__wrapper .rightBox h6 {
  text-align: center;
}
@media (min-width: 996px) {
  .project .discountPd__wrapper .rightBox h6 {
    text-align: left;
    padding-left: 20px;
  }
}
.project .steps {
  position: relative;
  padding: 2% 0;
}
.project .steps__decBox .fireworksBox {
  position: absolute;
  top: -70%;
  left: 0;
  width: 38%;
  z-index: 0;
}
.project .steps__wrapper {
  position: relative;
  z-index: 10;
}
.project .steps__wrapper-titleBox img {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .project .steps__wrapper-titleBox img {
    width: 50%;
  }
}
@media (min-width: 996px) {
  .project .steps__wrapper-titleBox img {
    width: 40%;
  }
}
.project .steps__wrapper-contentBox {
  margin-top: 20px;
}
@media (min-width: 996px) {
  .project .steps__wrapper-contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.project .steps__wrapper-contentBox .stepBox {
  position: relative;
  margin: 20px;
}
@media (min-width: 996px) {
  .project .steps__wrapper-contentBox .stepBox {
    margin: 0 20px;
  }
}
.project .steps__wrapper-contentBox .stepBox figure img {
  margin: 0 auto;
}
.project .steps__wrapper-contentBox .stepBox__txtBox {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  width: 90%;
  text-align: center;
}
@media (min-width: 996px) {
  .project .steps__wrapper-contentBox .stepBox__txtBox {
    bottom: 8%;
  }
}
.project .steps__wrapper-contentBox .stepBox__txtBox p {
  font-size: 13px;
}
@media (min-width: 768px) {
  .project .steps__wrapper-contentBox .stepBox__txtBox p {
    font-size: 18px;
  }
}
@media (min-width: 996px) {
  .project .steps__wrapper-contentBox .stepBox__txtBox p {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .project .steps__wrapper-contentBox .stepBox__txtBox p {
    font-size: 18px;
  }
}
.project .steps__wrapper-contentBox .stepBox__txtBox a {
  border: solid 1px #fff;
  padding: 5px 10px;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  .project .steps__wrapper-contentBox .stepBox__txtBox a {
    font-size: 16px;
  }
}
@media (min-width: 996px) {
  .project .steps__wrapper-contentBox .stepBox__txtBox a {
    font-size: 14px;
  }
}
.project .steps__wrapper-contentBox .stepBox__txtBox a:hover {
  background-color: rgba(255, 255, 255, 0.7529411765);
  color: #000;
}
.project .steps__wrapper-contentBox .stepBox:nth-child(1) .stepBox__txtBox {
  bottom: 6%;
}
.project .steps__wrapper-contentBox .stepBox:nth-child(2) .stepBox__txtBox {
  bottom: 11%;
}
.project .steps__wrapper-contentBox .stepBox:nth-child(3) .stepBox__txtBox {
  bottom: 6%;
}
.project .tc {
  position: relative;
  padding: 2% 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .tc:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.project .tc__wrapper-titleBox img {
  width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .project .tc__wrapper-titleBox img {
    width: 50%;
  }
}
@media (min-width: 996px) {
  .project .tc__wrapper-titleBox img {
    width: 40%;
  }
}
.project .decBottom img {
  width: 100%;
}/*# sourceMappingURL=main.css.map */