@import url("https://use.typekit.net/wol7tlm.css");
:root {
  --primary-color: #05559c;
  --secondary-color: #fff;
}

.project {
  position: relative;
  font-family: "source-han-sans-traditional", sans-serif;
}
.project img {
  max-width: 100%;
  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__mainTitle {
  position: absolute;
  bottom: -18%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  width: 70vw;
  container-type: inline-size;
  z-index: 2;
  will-change: transform;
  --kv-subtitle-font-min: 10px;
  --kv-subtitle-font-max: 34px;
}
@media (min-width: 996px) {
  .project .kv__mainTitle {
    bottom: -15%;
    width: 80vw;
    --kv-subtitle-font-max: 40px;
    margin: auto;
  }
}
@media (min-width: 1300px) {
  .project .kv__mainTitle {
    width: 65vw;
    bottom: -10%;
  }
}
@media (min-width: 1930px) {
  .project .kv__mainTitle {
    --kv-subtitle-font-max: 48px;
    width: 50vw;
  }
}
.project .kv__mainTitle h1 {
  line-height: 0;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}
.project .kv__mainTitle-img {
  width: 100%;
}
.project .kv__mainTitle-txt {
  position: absolute;
  left: 53%;
  -webkit-transform: translate(-50%, 0) skewY(358.6deg);
          transform: translate(-50%, 0) skewY(358.6deg);
  bottom: 10%;
  width: 80%;
  text-align: center;
}
@media (min-width: 1930px) {
  .project .kv__mainTitle-txt {
    bottom: 12%;
  }
}
.project .kv__mainTitle-txt h2 {
  color: var(--secondary-color);
  font-size: clamp(10px, max(2.55cqw, 2vw), 2.5vw);
  line-height: 1.35;
  margin: 0;
  padding: 0;
  width: 100%;
  text-shadow: 0 4px 6px rgba(2, 21, 90, 0.8), 0 4px 6px rgba(2, 21, 90, 0.8), 0 4px 6px rgba(2, 21, 90, 0.8), 0 4px 6px rgba(2, 21, 90, 0.8);
  position: relative;
}
@media (min-width: 1930px) {
  .project .kv__mainTitle-txt h2 {
    font-size: clamp(38px, 2.15vw, 46px);
  }
}
.project .kv__mainTitle-txt h2 span {
  color: #f3c200;
}
.project .kv__bgBox {
  position: relative;
}
.project .kv__bgBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.project .contBox {
  margin-top: 7%;
}
.project .date {
  position: relative;
  z-index: 1;
  margin: 14% 0 4%;
}
@media (min-width: 996px) {
  .project .date {
    margin: 10% 0 0;
  }
}
@media (min-width: 1300px) {
  .project .date {
    margin: 7% 0 0;
  }
}
.project .date__img {
  width: 55vw;
  margin: auto;
  will-change: transform, opacity;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@media (min-width: 996px) {
  .project .date__img {
    width: 58vw;
    margin: auto;
  }
}
@media (min-width: 1300px) {
  .project .date__img {
    width: 48vw;
  }
}
@media (min-width: 1930px) {
  .project .date__img {
    width: 36vw;
  }
}
.project .info {
  position: relative;
  margin: 3% auto;
  overflow: visible;
}
.project .info .msi__container {
  position: relative;
  z-index: 0;
}
.project .info__toy {
  width: clamp(56px, calc(100 / 1920 * 100vw), 100px);
  margin: 0 0 clamp(8px, 2vw, 16px);
  cursor: pointer;
  will-change: transform;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.project .info__toy img {
  width: 100%;
  height: auto;
  display: block;
}
.project .info__itemBox {
  position: relative;
  z-index: 1;
  border: 3px solid var(--primary-color);
  border-radius: 10px;
  background-color: var(--secondary-color);
  background-image: url(https://storage-asset.msi.com/event/2026/tw/disney-giftbox/images/content-grid.jpg);
  background-size: cover;
  will-change: transform, opacity;
  width: 95%;
  margin: auto;
}
@media (min-width: 1300px) {
  .project .info__itemBox {
    width: auto;
    margin: 0;
  }
}
.project .info__title {
  background: var(--primary-color);
  padding: 5px 5px 8px;
}
.project .info__title h2 {
  color: var(--secondary-color);
  font-size: clamp(20px, 1.3vw, 26px);
  text-align: center;
}
.project .info__txtBox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
.project .info__txtBox p {
  color: var(--primary-color);
  font-size: clamp(20px, 1.1vw, 26px);
  font-weight: 600;
  margin: 2% 0;
}
.project .info__txtBox > .info__grid {
  margin-bottom: 2%;
}
.project .info__txtBox p.info-note {
  font-size: 15px;
  margin-top: 2%;
}
.project .info__txtBox p.info-note a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #f3c200;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f3c200), to(#f3c200));
  background-image: linear-gradient(to right, #f3c200, #f3c200);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-transition: background-size 0.35s ease-in-out;
  transition: background-size 0.35s ease-in-out;
}
.project .info__txtBox p.info-note a:hover {
  background-size: 100% 100%;
}
.project .info__txtBox p.info-note a {
  color: var(--primary-color);
}
.project .info__grid {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.35em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 768px) {
  .project .info__grid {
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
  }
}
.project .info__grid p {
  margin: 0;
  color: var(--primary-color);
  font-size: clamp(20px, 1.1vw, 26px);
  font-weight: 600;
}
@media (min-width: 768px) {
  .project .info__grid p:first-child {
    white-space: nowrap;
  }
}
.project .info__grid p:last-child {
  min-width: 0;
}
.project .info__grid span {
  color: #ff0000;
}
.project .info__flexBox {
  padding: 1% 4% 1% 5%;
}
@media (min-width: 768px) {
  .project .info__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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .info__img {
  max-width: 200px;
  margin: 5% auto;
}
@media (min-width: 768px) {
  .project .info__img {
    margin: 0 auto;
  }
}
.project .redeem {
  position: relative;
  overflow: visible;
}
@media (min-width: 996px) {
  .project .redeem {
    padding: 0;
  }
}
.project .redeem .msi__container {
  position: relative;
  z-index: 0;
}
.project .redeem__toy {
  width: clamp(56px, calc(100 / 1920 * 100vw), 100px);
  margin: 0 0 clamp(8px, 2vw, 16px);
  cursor: pointer;
  will-change: transform;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.project .redeem__toy img {
  width: 100%;
  height: auto;
  display: block;
}
.project .redeem__itemBox {
  position: relative;
  z-index: 1;
  border: 3px solid var(--primary-color);
  border-radius: 10px;
  background-color: var(--secondary-color);
  background-image: url(https://storage-asset.msi.com/event/2026/tw/disney-giftbox/images/content-grid.jpg);
  background-size: cover;
  will-change: transform, opacity;
  width: 95%;
  margin: auto;
}
@media (min-width: 1300px) {
  .project .redeem__itemBox {
    width: auto;
    margin: 0;
  }
}
.project .redeem__title {
  background: var(--primary-color);
  padding: 5px 5px 8px;
}
.project .redeem__title h2 {
  color: var(--secondary-color);
  font-size: clamp(20px, 1.3vw, 26px);
  text-align: center;
}
.project .redeem__grid {
  display: grid;
  grid-template-columns: 12.18% 82%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.project .redeem__grid p {
  margin: 0;
}
.project .redeem__grid span {
  color: #ff0000;
}
.project .redeem__flexBox {
  padding: 2% 2%;
}
@media (min-width: 768px) {
  .project .redeem__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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
.project .redeem-step {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.project .redeem-step--txt {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}
.project .redeem-step--txt span {
  color: #ff0000;
}
.project .redeem__stepBox {
  text-align: center;
  width: 90%;
  margin: 8% auto;
}
@media (min-width: 768px) {
  .project .redeem__stepBox {
    width: calc(33.3333333333% - 10px);
    margin: 0;
  }
}
.project .redeem__stepBox-txt {
  text-align: center;
  min-height: 115px;
}
.project .redeem__stepBox-img {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 250px;
  margin: auto;
  min-height: 200px;
}
.project .redeem__stepBox-img img {
  max-height: 200px;
  width: auto;
}
.project .redeem__stepBox:nth-last-of-type(1) .redeem__stepBox-img img {
  max-height: 150px;
}
.project .redeem__noteBox {
  border: 4px solid var(--primary-color);
  border-radius: 10px;
  padding: 1% 2%;
  width: 70%;
  margin: 3% auto;
  background: var(--secondary-color);
}
.project .redeem__noteBox p {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}
.project .redeem__noteBox ul {
  padding-left: 20px;
}
.project .redeem__noteBox li {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  list-style: decimal;
  margin: 5px 0;
}
.project .redeem__noteBox p.redeem__noteBox-txt {
  font-size: 15px;
  margin-top: 25px;
}
.project .redeem__linkBox {
  margin: 4% auto;
  text-align: center;
}
@media (min-width: 768px) {
  .project .redeem__linkBox {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
  }
}
.project .redeem__linkBox a {
  background: var(--primary-color);
  font-size: clamp(20px, 1.1vw, 26px);
  color: var(--secondary-color);
  font-weight: 500;
  display: inline-block;
  padding: 5px 35px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  will-change: transform;
  width: 50%;
  margin: 2% auto;
}
@media (min-width: 768px) {
  .project .redeem__linkBox a {
    width: auto;
    margin: 0;
  }
}
.project .copyTxt {
  padding: 2% 0;
  padding-right: 3%;
}
@media (min-width: 996px) {
  .project .copyTxt {
    padding-right: 0;
  }
}
.project .copyTxt-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  width: auto;
  max-width: 120px;
}/*# sourceMappingURL=main.css.map */