@charset "UTF-8";
.project {
  overflow: hidden;
  background: url(https://storage-asset.msi.com/event/2026/tw/2026tradein/images/bg.jpg) no-repeat top center #626ada;
  background-size: contain;
  font-family: "noto-sans-tc", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 1930px) {
  .project {
    background-size: cover;
  }
}
.project img {
  max-width: 100%;
  display: block;
  height: auto;
}
.project a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .kv {
  position: relative;
}
.project .kv img {
  width: 100%;
  display: block;
}
.project .kv__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.project .kv__arrow img {
  width: 25%;
  -webkit-animation: arrowSparkle 2.4s ease-in-out infinite;
          animation: arrowSparkle 2.4s ease-in-out infinite;
  will-change: transform, opacity, filter;
}
.project .kv__arrow--1 {
  position: absolute;
  left: 5%;
  top: 18%;
  width: 11vw;
}
.project .kv__arrow--1 img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.project .kv__arrow--1 img:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.project .kv__arrow--1 img:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.project .kv__arrow--1 img:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.project .kv__arrow--2 img, .project .kv__arrow--3 img, .project .kv__arrow--4 img {
  -webkit-animation-name: arrowSparkleFlip;
          animation-name: arrowSparkleFlip;
  width: 30%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.project .kv__arrow--2 {
  position: absolute;
  right: 5%;
  top: -2%;
  width: 8vw;
}
.project .kv__arrow--2 img:nth-child(1) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.project .kv__arrow--2 img:nth-child(2) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}
.project .kv__arrow--2 img:nth-child(3) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.project .kv__arrow--2 img:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.project .kv__arrow--3 {
  position: absolute;
  left: 12%;
  top: 73%;
  width: 11vw;
}
.project .kv__arrow--3 img:nth-child(1) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
.project .kv__arrow--3 img:nth-child(2) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.project .kv__arrow--3 img:nth-child(3) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.project .kv__arrow--3 img:nth-child(4) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.project .kv__arrow--4 {
  position: absolute;
  right: 24%;
  top: 87%;
  width: 11vw;
}
.project .kv__arrow--4 img:nth-child(1) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.project .kv__arrow--4 img:nth-child(2) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}
.project .kv__arrow--4 img:nth-child(3) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.project .kv__arrow--4 img:nth-child(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.project .kv h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.project .kv__textbox {
  text-align: center;
  font-weight: bold;
  margin: 5% auto;
}
.project .kv__textbox p {
  font-size: 20px;
  color: #ffe345;
  text-shadow: 0 4px 2px #008deb, 0 4px 2px #0081eb;
}
.project .kv__titleBoxWrap {
  position: relative;
  width: 90%;
  max-width: none;
  margin: 5% auto;
  text-align: center;
  z-index: 2;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.project .kv__titleBox, .project .kv__subtitleBox, .project .kv__date {
  position: relative;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  margin: 0;
  z-index: 3;
}
@media (min-width: 996px) {
  .project .kv__titleBox::after {
    content: "";
    position: absolute;
    right: -5%;
    top: -20%;
    background: #000000;
    width: 100%;
    height: 60%;
    z-index: 0;
    padding: 5% 0;
  }
}
.project .kv__titleBox span {
  position: relative;
  z-index: 1;
  font-size: clamp(24px, 6.5vw, 36px);
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  background: #ff9dd4;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.55em 1.2em;
  border: 2px solid #000000;
  -webkit-box-shadow: 8px -8px 0 #000000;
          box-shadow: 8px -8px 0 #000000;
  text-align: center;
  white-space: normal;
  text-shadow: 0 2px 2px #ffffff, 0 2px 2px #ffffff, 0 2px 2px #ffffff;
  -webkit-animation: titleBoxTextColor 4s steps(1, end) infinite, titleBoxTextGlow 2.8s ease-in-out infinite;
          animation: titleBoxTextColor 4s steps(1, end) infinite, titleBoxTextGlow 2.8s ease-in-out infinite;
  will-change: color, text-shadow;
}
@media (min-width: 996px) {
  .project .kv__subtitleBox::after {
    content: "";
    position: absolute;
    right: -5%;
    top: -20%;
    background: #000000;
    width: 100%;
    height: 50%;
    z-index: 0;
    padding: 5% 0;
  }
}
.project .kv__subtitleBox span {
  position: relative;
  z-index: 1;
  font-size: clamp(18px, 4.8vw, 28px);
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  background: #68edff;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.55em 1.2em;
  border: 2px solid #000000;
  -webkit-box-shadow: 8px -8px 0 #000000;
          box-shadow: 8px -8px 0 #000000;
  text-align: center;
  white-space: normal;
  text-shadow: 0 2px 2px #ffffff, 0 2px 2px #ffffff, 0 2px 2px #ffffff;
}
.project .kv__subtitleBox b {
  color: #754aff;
}
.project .kv__date {
  z-index: 4;
}
.project .kv__date span {
  font-size: clamp(16px, 4.2vw, 22px);
  background: #ffffff;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.55em 1.2em;
  -webkit-box-shadow: 8px -8px 0 #000000;
          box-shadow: 8px -8px 0 #000000;
  text-align: center;
  white-space: normal;
}
.project .kv__imgBoxWrap {
  position: relative;
  width: 100%;
  margin: auto;
}
@media (min-width: 996px) {
  .project .kv__imgBoxWrap {
    width: 80%;
  }
}
.project .kv__imgBox--1 {
  width: 100%;
}
.project .kv__imgBox--2, .project .kv__imgBox--3, .project .kv__imgBox--4, .project .kv__imgBox--5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: kvProductFlash 3.2s ease-in-out infinite;
          animation: kvProductFlash 3.2s ease-in-out infinite;
  will-change: opacity, filter;
}
.project .kv__imgBox--2 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.project .kv__imgBox--3 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.project .kv__imgBox--4 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.project .kv__imgBox--5 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.project .kv__txtBoxWrap {
  position: relative;
  width: 90%;
  max-width: none;
  margin: 5% auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  z-index: 2;
}
.project .kv__txtBox {
  position: relative;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
}
.project .kv__txtBox p {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.project .kv__txtBox span {
  display: inline-block;
  font-size: clamp(14px, 3.8vw, 22px);
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  padding: 0.55em 1.2em;
  border: 2px solid #000000;
  -webkit-box-shadow: 8px -8px 0 #000000;
          box-shadow: 8px -8px 0 #000000;
  text-align: center;
  white-space: normal;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .kv__txtBox .hl-yellow {
  font-style: normal;
  background: #ffe345;
  padding: 0 0.15em;
}
.project .kv__txtBox .hl-pink {
  font-style: normal;
  background: #f0ff00;
  padding: 0 0.2em;
  color: #ff45a1;
  font-weight: bold;
  font-size: 5vw;
}
@media (min-width: 996px) {
  .project .kv__txtBox .hl-pink {
    font-size: clamp(1vw, 1.8vw, 40px);
  }
}
.project .kv__txtBox .hl-num {
  font-style: normal;
  font-size: 1.6em;
  color: #ff2d8b;
  line-height: 1;
  vertical-align: middle;
  background: #ffe345;
  padding: 0 0.1em;
}
.project .kv__txtBox--1 {
  margin-left: 0;
  margin-bottom: 0;
}
.project .kv__txtBox--1 span {
  background: #ffffff;
}
.project .kv__txtBox--2 {
  margin: 0;
  z-index: 1;
}
.project .kv__txtBox--2 span {
  background: #ff9dd4;
  white-space: normal;
}
.project .kv__txtBox--3 {
  margin-bottom: 0;
  z-index: 2;
}
.project .kv__txtBox--3::before, .project .kv__txtBox--3::after {
  content: "✦";
  position: absolute;
  top: -0.35em;
  color: #ffe345;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1;
  z-index: 3;
  text-shadow: 1px 1px 0 #000000;
}
.project .kv__txtBox--3::before {
  left: 0.4em;
}
.project .kv__txtBox--3::after {
  right: 0.4em;
}
.project .kv__txtBox--3 span {
  background: #68edff;
  white-space: normal;
  padding: 0.55em 2em;
}
.project .kv__txtBox--3 b {
  display: inline;
}
.project .kv__txtBox--4 {
  margin-top: 0;
  z-index: 1;
}
.project .kv__txtBox--4 span {
  background: #ffffff;
}
@media (min-width: 996px) {
  .project .kv__titleBoxWrap {
    width: 67vw;
    max-width: 1280px;
    min-height: clamp(170px, 24vw, 250px);
    margin: 8% auto -5%;
    display: block;
  }
  .project .kv__titleBox, .project .kv__subtitleBox, .project .kv__date {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
  .project .kv__titleBox {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    display: inline-block;
  }
  .project .kv__titleBox h2 {
    width: auto;
  }
  .project .kv__titleBox span {
    font-size: clamp(3vw, 4vw, 80px);
    white-space: nowrap;
    width: auto;
    display: inline-block;
    padding: 0.1em 0.6em;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .project .kv__subtitleBox {
    position: relative;
    width: auto;
    display: inline-block;
    margin: 11% 0 0 -24%;
  }
  .project .kv__subtitleBox h2 {
    width: auto;
  }
  .project .kv__subtitleBox span {
    font-size: clamp(1.5vw, 2.5vw, 50px);
    white-space: nowrap;
    width: auto;
    display: inline-block;
    padding: 0.1em 0.6em;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .project .kv__date {
    position: absolute;
    right: 22%;
    top: 15%;
    width: auto;
    display: inline-block;
  }
  .project .kv__date h2 {
    width: auto;
  }
  .project .kv__date span {
    font-size: clamp(1vw, 2vw, 40px);
    width: auto;
    white-space: nowrap;
    display: inline-block;
    padding: 5px 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .project .kv__txtBoxWrap {
    max-width: 1100px;
    margin: 3% auto;
    gap: 0;
  }
  .project .kv__txtBox {
    width: auto;
  }
  .project .kv__txtBox span {
    font-size: clamp(14px, 1.5vw, 22px);
    white-space: normal;
    width: auto;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .project .kv__txtBox--1 {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 2%;
    margin-bottom: 1.2%;
  }
  .project .kv__txtBox--2 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 2% 32% 2% 0;
  }
  .project .kv__txtBox--2 span {
    white-space: nowrap;
  }
  .project .kv__txtBox--3 {
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: -0.8%;
  }
  .project .kv__txtBox--3 span {
    white-space: nowrap;
  }
  .project .kv__txtBox--4 {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 3%;
  }
  .project .kv__textbox {
    margin: 3% auto;
  }
  .project .kv__textbox p {
    font-size: 28px;
  }
}
@media (min-width: 1930px) {
  .project .kv {
    margin: auto;
  }
  .project .kv__titleBoxWrap {
    width: 1280px;
    max-width: 1280px;
    min-height: 250px;
  }
  .project .kv__titleBox span {
    font-size: 80px;
  }
  .project .kv__subtitleBox {
    margin: 141px 0 0 -307px;
  }
  .project .kv__subtitleBox span {
    font-size: 50px;
  }
  .project .kv__date {
    right: 282px;
    top: 38px;
  }
  .project .kv__date span {
    font-size: 40px;
  }
}
.project .pd {
  position: relative;
  padding: 3% 0;
}
.project .pd .pdBox:nth-of-type(1) {
  margin-top: 0;
}
.project .pd .pdBox {
  margin: 5% auto;
  position: relative;
}
.project .pd .pdBox .pdBox-pattern {
  display: none;
}
.project .pd .pdBox:nth-of-type(1) .pdBox-pattern {
  position: absolute;
  left: -8%;
  top: -31%;
}
.project .pd .pdBox:nth-of-type(2) .pdBox-pattern {
  position: absolute;
  left: 35%;
  bottom: -10%;
}
.project .pd .pdBox:nth-of-type(4) .pdBox-pattern {
  position: absolute;
  left: -14%;
  bottom: -22%;
}
.project .pd .pdBox:nth-of-type(5) .pdBox-pattern {
  position: absolute;
  right: -10%;
  top: -20%;
}
.project .pd .pdBox--odd {
  background: url(https://storage-asset.msi.com/event/2025/TW/backtoschool/images/pdBlock-bg--1-m.png) no-repeat;
  background-size: cover;
  padding: 8% 5% 32% 30%;
}
.project .pd .pdBox--even {
  background: url(https://storage-asset.msi.com/event/2025/TW/backtoschool/images/pdBlock-bg--1-m.png) no-repeat;
  background-size: cover;
  padding: 5% 5% 23% 26%;
}
.project .pd .pdBox__flexBox {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.project .pd .pdBox__itemBox {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10% auto;
}
.project .pd .pdBox__itemBox-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}
.project .pd .pdBox__itemBox-txt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.project .pd .pdBox__itemBox-txt-list p {
  font-size: 24px;
  font-weight: bold;
}
.project .pd .pdBox__itemBox-txt-list img {
  width: 5%;
  margin-right: 5%;
  margin-top: 8px;
}
.project .pd .pdBox__itemBox-price {
  width: 80%;
  text-align: center;
  margin: 3% auto;
}
.project .pd .pdBox__discount {
  width: 80%;
}
.project .pd .pdBox__imgbox {
  margin: 5% auto;
}
@media (min-width: 996px) {
  .project .pd .pdBox .pdBox-pattern {
    display: block;
  }
  .project .pd .pdBox--odd {
    background: url(https://storage-asset.msi.com/event/2025/TW/backtoschool/images/pdBlock-bg--1.png) no-repeat;
    background-size: cover;
    padding: 8% 5% 9% 10%;
  }
  .project .pd .pdBox--even {
    background: url(https://storage-asset.msi.com/event/2025/TW/backtoschool/images/pdBlock-bg--2.png) no-repeat;
    background-size: cover;
    padding: 5% 5% 9% 10%;
  }
  .project .pd .pdBox__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project .pd .pdBox__itemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 3% auto;
  }
  .project .pd .pdBox__itemBox-price {
    width: 25%;
    margin: 0 auto;
  }
  .project .pd .pdBox__discount {
    width: 35%;
  }
}
.project .account {
  position: relative;
  padding: 5% 0;
}
.project .account__title {
  position: absolute;
  top: -5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
.project .account__title figure {
  width: 40vw;
  margin: auto;
}
.project .account h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #0190b4;
  font-size: 4.5vw;
  font-weight: bold;
  text-shadow: 1px 1px 5px #fff, -1px -1px 5px #fff, 0 0 10px #fff;
  width: 100%;
  text-align: center;
  font-family: "source-han-sans-cjk-tc", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.project .account__wrapBox {
  border: 2px solid #000;
  position: relative;
  margin-top: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.project .account__wrapBox::after {
  content: "";
  position: absolute;
  right: -2%;
  top: -2%;
  background: #000000;
  width: 100%;
  height: 95%;
  z-index: 0;
  padding: 5% 0;
}
.project .account__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  width: 100%;
  margin: auto;
  padding: 8% 5%;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.project .account__itembox {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 5% 3%;
  position: relative;
  z-index: 1;
  background: #fff;
}
.project .account__itembox-step {
  font-size: clamp(20px, 5.5vw, 28px);
  font-weight: bold;
  padding: 3% 0 5%;
  position: relative;
}
.project .account__itembox:nth-of-type(odd) .account__itembox-step::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: clamp(10px, 2.5vw, 16px);
  background: #b4dee9;
}
.project .account__itembox:nth-of-type(even) .account__itembox-step::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: clamp(10px, 2.5vw, 16px);
  background: #ff9dd4;
}
.project .account__itembox:last-child {
  border: none;
}
.project .account__text {
  font-weight: bold;
  line-height: 1.6;
  font-size: clamp(14px, 3.8vw, 16px);
}
.project .account__text a {
  color: #0190b4;
  word-break: break-word;
}
.project .account__text a:hover {
  text-decoration: underline;
}
.project .account__text span {
  color: #b60000;
  display: block;
  font-size: clamp(13px, 3.5vw, 15px);
}
.project .account__btn {
  position: relative;
  width: 75%;
  max-width: 280px;
  text-align: center;
  margin: 0 auto 8%;
  z-index: 3;
}
.project .account__btn::after {
  content: "";
  position: absolute;
  right: -5%;
  top: -12%;
  background: #000000;
  width: 98%;
  height: 72%;
  z-index: 0;
  padding: 5% 0;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.project .account__btn figure {
  margin: 0;
}
.project .account__btn a {
  text-align: center;
  padding-top: 4%;
  display: block;
}
.project .account__btn a span {
  position: relative;
  z-index: 1;
  font-size: clamp(18px, 5vw, 24px);
  font-weight: bold;
  color: #f0ff00;
  line-height: 1.5;
  background: #ff45a1;
  width: 100%;
  max-width: 280px;
  display: block;
  padding: 4% 0;
  border: 2px solid #000000;
  -webkit-transition: background 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.project .account__btn-pointer {
  width: 24%;
  margin: auto;
  margin-right: -5%;
  margin-top: -25%;
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media (hover: hover) {
  .project .account__btn:hover::after {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  .project .account__btn:hover a span {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
    background: #f0ff00;
    color: #ff45a1;
    -webkit-box-shadow: 4px 4px 0 #000000;
            box-shadow: 4px 4px 0 #000000;
  }
  .project .account__btn:hover .account__btn-pointer {
    -webkit-transform: translate(6px, -4px) scale(1.08);
            transform: translate(6px, -4px) scale(1.08);
    -webkit-animation: wave 0.5s ease-in-out infinite;
            animation: wave 0.5s ease-in-out infinite;
  }
}
@media (min-width: 996px) {
  .project .account {
    padding: 3% 0;
  }
  .project .account__wrapBox {
    width: auto;
    margin-top: -3%;
  }
  .project .account__wrapBox::after {
    height: 65%;
    top: -6%;
  }
  .project .account__flex {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    width: 100%;
    padding: 5% 1%;
  }
  .project .account__itembox {
    width: calc(25% - 10px);
    border-right: 1px solid #000;
    border-bottom: 0;
    padding: 2%;
  }
  .project .account__itembox-step {
    font-size: 1.8vw;
    padding: 3% 0 6%;
  }
  .project .account__text {
    font-size: inherit;
  }
  .project .account__text span {
    font-size: 0.8vw;
  }
  .project .account__btn {
    background-size: contain;
    width: 16vw;
    max-width: none;
    height: auto;
    margin: auto;
    top: -10%;
  }
  .project .account__btn::after {
    content: "";
    position: absolute;
    right: 13%;
    top: -12%;
    background: #000000;
    width: 83%;
    height: 72%;
    z-index: 0;
    padding: 5% 0;
  }
  .project .account__btn a span {
    font-size: clamp(1vw, 2vw, 40px);
    max-width: 250px;
    padding: 2% 0;
  }
  .project .account__btn-pointer {
    width: 6vw;
    margin: auto;
    margin-right: -5%;
    margin-top: -38%;
    position: relative;
    z-index: 2;
  }
  .project .account__title figure {
    width: 18vw;
    margin: auto;
  }
  .project .account h2 {
    font-size: 2.5vw;
  }
  .project .account__itembox:nth-of-type(odd) .account__itembox-step::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60%;
    height: 10px;
    background: #b4dee9;
  }
  .project .account__itembox:nth-of-type(even) .account__itembox-step::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60%;
    height: 10px;
    background: #ff9dd4;
  }
}
@media (min-width: 1930px) {
  .project .account__title {
    width: 100%;
  }
  .project .account__btn {
    width: 22%;
  }
  .project .account__btn a {
    font-size: 30px;
  }
  .project .account__btn-pointer {
    width: 40%;
  }
}
.project .promo {
  padding: 3% 0;
}
@media (min-width: 996px) {
  .project .promo__wrap {
    width: 80%;
  }
}
.project .promo__title {
  text-align: center;
  margin: auto;
}
.project .promo__title h2 {
  position: relative;
  width: 100%;
  max-width: 220px;
  text-align: center;
  margin: 0 auto 6%;
  display: inline-block;
  padding: 0;
  line-height: 0;
}
.project .promo__title h2::after {
  content: "";
  position: absolute;
  right: -5%;
  top: -30%;
  background: #000000;
  width: 96%;
  height: 72%;
  z-index: 0;
  padding: 5% 0;
}
.project .promo__title h2 span {
  position: relative;
  z-index: 1;
  font-size: clamp(18px, 5vw, 26px);
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  background: #fff568;
  width: 100%;
  max-width: 220px;
  display: block;
  padding: 4% 0;
  text-shadow: 0 2px 2px #ffffff, 0 2px 2px #ffffff, 0 2px 2px #ffffff;
  border: 2px solid #000000;
}
.project .promo__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  width: 80%;
  margin: auto;
  -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;
}
@media (min-width: 996px) {
  .project .promo__flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .promo__item {
  position: relative;
}
.project .promo__item a {
  display: block;
}
.project .promo__item::after {
  content: "";
  position: absolute;
  right: -5%;
  top: -5%;
  background: #000000;
  width: 98%;
  height: 90%;
  z-index: 0;
  padding: 5% 0;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.project .promo__item img {
  position: relative;
  z-index: 1;
  border: 2px solid #000;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
@media (hover: hover) {
  .project .promo__item:hover::after {
    -webkit-transform: translate(8px, 8px);
            transform: translate(8px, 8px);
  }
  .project .promo__item:hover img {
    -webkit-transform: translate(-6px, -6px) scale(1.03);
            transform: translate(-6px, -6px) scale(1.03);
    -webkit-box-shadow: 6px 6px 0 #000000;
            box-shadow: 6px 6px 0 #000000;
  }
}
.project .notice {
  background: #000000;
  color: #fff;
}
.project .notice__wrap {
  width: 90%;
  margin: auto;
  padding: 6% 0;
}
.project .notice__wrap ul span {
  padding: 2% 0 5px 5px;
  color: #f0ff00;
  font-weight: bold;
  display: block;
}
.project .notice__wrap ul li {
  list-style-type: disc;
  line-height: 1.5;
  font-size: clamp(13px, 3.5vw, 15px);
  padding: 5px 5px;
}
.project .notice__title {
  text-align: center;
  margin: auto;
}
.project .notice__title h2 {
  position: relative;
  width: 100%;
  max-width: 220px;
  text-align: center;
  margin: 0 auto 6%;
  display: inline-block;
}
.project .notice__title h2::after {
  content: "";
  position: absolute;
  right: -5%;
  top: -30%;
  background: #fff;
  width: 96%;
  height: 72%;
  z-index: 0;
  padding: 5% 0;
}
.project .notice__title h2 span {
  position: relative;
  z-index: 1;
  font-size: clamp(18px, 5vw, 26px);
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  background: #ff9dd4;
  width: 100%;
  max-width: 220px;
  display: block;
  padding: 4% 0;
  text-shadow: 0 2px 2px #ffffff, 0 2px 2px #ffffff, 0 2px 2px #ffffff;
  border: 2px solid #fff;
}
@media (min-width: 996px) {
  .project .notice__wrap {
    width: 80%;
  }
  .project .notice__wrap ul li {
    font-size: 15px;
  }
  .project .notice__title h2 {
    width: 20%;
    max-width: 100%;
    margin: 0 0 5%;
  }
  .project .notice__title h2 span {
    font-size: clamp(1vw, 2vw, 40px);
    max-width: 250px;
    padding: 5% 0;
  }
  .project .promo__title h2 {
    width: 20%;
    max-width: 100%;
    margin: 0 auto 5%;
  }
  .project .promo__title h2 span {
    font-size: clamp(1vw, 2vw, 40px);
    max-width: 250px;
    padding: 5% 0;
  }
}
@media (min-width: 1930px) {
  .project .notice__title h2 span {
    font-size: 40px;
  }
  .project .promo__title h2 span {
    font-size: 40px;
  }
}

@-webkit-keyframes kvProductFlash {
  0%, 65%, 100% {
    opacity: 0.88;
    -webkit-filter: brightness(0.92);
            filter: brightness(0.92);
  }
  32% {
    opacity: 1;
    -webkit-filter: brightness(1.12) drop-shadow(0 0 10px rgba(255, 227, 69, 0.45));
            filter: brightness(1.12) drop-shadow(0 0 10px rgba(255, 227, 69, 0.45));
  }
}

@keyframes kvProductFlash {
  0%, 65%, 100% {
    opacity: 0.88;
    -webkit-filter: brightness(0.92);
            filter: brightness(0.92);
  }
  32% {
    opacity: 1;
    -webkit-filter: brightness(1.12) drop-shadow(0 0 10px rgba(255, 227, 69, 0.45));
            filter: brightness(1.12) drop-shadow(0 0 10px rgba(255, 227, 69, 0.45));
  }
}
@-webkit-keyframes titleBoxTextColor {
  0%, 100% {
    color: #000000;
  }
  25% {
    color: #ff45a1;
  }
  50% {
    color: #754aff;
  }
  75% {
    color: #0190b4;
  }
}
@keyframes titleBoxTextColor {
  0%, 100% {
    color: #000000;
  }
  25% {
    color: #ff45a1;
  }
  50% {
    color: #754aff;
  }
  75% {
    color: #0190b4;
  }
}
@-webkit-keyframes titleBoxTextGlow {
  0%, 100% {
    text-shadow: 0 2px 2px #ffffff, 0 2px 2px #ffffff, 0 2px 2px #ffffff;
  }
  50% {
    text-shadow: 0 0 10px #ffe345, 0 2px 2px #ffffff, 0 2px 2px #ffffff;
  }
}
@keyframes titleBoxTextGlow {
  0%, 100% {
    text-shadow: 0 2px 2px #ffffff, 0 2px 2px #ffffff, 0 2px 2px #ffffff;
  }
  50% {
    text-shadow: 0 0 10px #ffe345, 0 2px 2px #ffffff, 0 2px 2px #ffffff;
  }
}
@-webkit-keyframes titleBoxShadowShift {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}
@keyframes titleBoxShadowShift {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
}
@-webkit-keyframes arrowSparkle {
  0%, 70%, 100% {
    opacity: 0.45;
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    -webkit-filter: brightness(0.85);
            filter: brightness(0.85);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
    -webkit-filter: brightness(1.6) drop-shadow(0 0 6px #ffe345) drop-shadow(0 0 12px #fff);
            filter: brightness(1.6) drop-shadow(0 0 6px #ffe345) drop-shadow(0 0 12px #fff);
  }
}
@keyframes arrowSparkle {
  0%, 70%, 100% {
    opacity: 0.45;
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    -webkit-filter: brightness(0.85);
            filter: brightness(0.85);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
    -webkit-filter: brightness(1.6) drop-shadow(0 0 6px #ffe345) drop-shadow(0 0 12px #fff);
            filter: brightness(1.6) drop-shadow(0 0 6px #ffe345) drop-shadow(0 0 12px #fff);
  }
}
@-webkit-keyframes arrowSparkleFlip {
  0%, 70%, 100% {
    opacity: 0.45;
    -webkit-transform: rotate(180deg) scale(0.92);
            transform: rotate(180deg) scale(0.92);
    -webkit-filter: brightness(0.85);
            filter: brightness(0.85);
  }
  35% {
    opacity: 1;
    -webkit-transform: rotate(180deg) scale(1.12);
            transform: rotate(180deg) scale(1.12);
    -webkit-filter: brightness(1.6) drop-shadow(0 0 6px #ffe345) drop-shadow(0 0 12px #fff);
            filter: brightness(1.6) drop-shadow(0 0 6px #ffe345) drop-shadow(0 0 12px #fff);
  }
}
@keyframes arrowSparkleFlip {
  0%, 70%, 100% {
    opacity: 0.45;
    -webkit-transform: rotate(180deg) scale(0.92);
            transform: rotate(180deg) scale(0.92);
    -webkit-filter: brightness(0.85);
            filter: brightness(0.85);
  }
  35% {
    opacity: 1;
    -webkit-transform: rotate(180deg) scale(1.12);
            transform: rotate(180deg) scale(1.12);
    -webkit-filter: brightness(1.6) drop-shadow(0 0 6px #ffe345) drop-shadow(0 0 12px #fff);
            filter: brightness(1.6) drop-shadow(0 0 6px #ffe345) drop-shadow(0 0 12px #fff);
  }
}
@-webkit-keyframes wave {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@keyframes wave {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
}
@-webkit-keyframes wave1 {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wave1 {
  0%, 100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes wave2 {
  0%, 100% {
    opacity: 0.9;
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
}
@keyframes wave2 {
  0%, 100% {
    opacity: 0.9;
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
}/*# sourceMappingURL=main.css.map */