@import url("https://use.typekit.net/pvp1dzx.css");
html {
  scroll-behavior: smooth;
}

@-webkit-keyframes kvFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

@keyframes kvFloat {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
.project {
  overflow: hidden;
  font-family: "sicuveiw-dsp", sans-serif;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(66, 238, 232)), to(rgb(40, 181, 209)));
  background: linear-gradient(to right, rgb(66, 238, 232) 1%, rgb(40, 181, 209) 100%);
}
.project .content {
  position: relative;
}
.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;
  overflow: hidden;
  margin-top: -1px;
}
.project .kv__pdBox-left {
  position: absolute;
  top: 18%;
  left: 12%;
  width: 15vw;
  -webkit-animation: kvFloat 3s ease-in-out infinite;
          animation: kvFloat 3s ease-in-out infinite;
}
.project .kv__pdBox-right {
  position: absolute;
  top: 12%;
  right: 12%;
  width: 15vw;
  -webkit-animation: kvFloat 3s ease-in-out infinite;
          animation: kvFloat 3s ease-in-out infinite;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.project .kv__txt {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 68%;
  margin: auto;
  font-weight: bold;
}
.project .kv__txt p {
  color: #ffffff;
  font-size: 2vw;
  text-align: center;
  position: relative;
  z-index: 1;
  text-shadow: rgb(20, 110, 240) 2px 0px 0px, rgb(20, 110, 240) 1.75517px 0.958851px 0px, rgb(20, 110, 240) 1.0806px 1.68294px 0px, rgb(20, 110, 240) 0.141474px 1.99499px 0px, rgb(20, 110, 240) -0.832294px 1.81859px 0px, rgb(20, 110, 240) -1.60229px 1.19694px 0px, rgb(20, 110, 240) -1.97998px 0.28224px 0px, rgb(20, 110, 240) -1.87291px -0.701566px 0px, rgb(20, 110, 240) -1.30729px -1.5136px 0px, rgb(20, 110, 240) -0.421592px -1.95506px 0px, rgb(20, 110, 240) 0.567324px -1.91785px 0px, rgb(20, 110, 240) 1.41734px -1.41108px 0px, rgb(20, 110, 240) 1.92034px -0.558831px 0px;
}
.project .kv__txt b {
  color: #fff000;
  font-size: 2vw;
  text-align: center;
}
.project .kv__txt span {
  color: #fff000;
  font-size: 3.4vw;
  text-align: center;
}
.project .kv__txt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  background: #146ef0;
  top: 38%;
  border-radius: 10px;
}
.project .kv__date {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 65%;
  margin: auto;
  border-radius: 30px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.project .kv__date p {
  color: #545454;
  font-size: 2vw;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  padding: 5px 0;
}
.project .kv h1 {
  line-height: 0;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
}
@media (min-width: 996px) {
  .project .kv__txt {
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 68%;
    margin: auto;
    font-weight: bold;
  }
  .project .kv__txt p {
    color: #ffffff;
    font-size: 2vw;
    text-align: center;
    position: relative;
    z-index: 1;
    text-shadow: rgb(20, 110, 240) 5px 0px 0px, rgb(20, 110, 240) 4.90033px 0.993347px 0px, rgb(20, 110, 240) 4.60531px 1.94709px 0px, rgb(20, 110, 240) 4.12668px 2.82321px 0px, rgb(20, 110, 240) 3.48353px 3.58678px 0px, rgb(20, 110, 240) 2.70151px 4.20736px 0px, rgb(20, 110, 240) 1.81179px 4.6602px 0px, rgb(20, 110, 240) 0.849836px 4.92725px 0px, rgb(20, 110, 240) -0.145998px 4.99787px 0px, rgb(20, 110, 240) -1.13601px 4.86924px 0px, rgb(20, 110, 240) -2.08073px 4.54649px 0px, rgb(20, 110, 240) -2.94251px 4.04248px 0px, rgb(20, 110, 240) -3.68697px 3.37732px 0px, rgb(20, 110, 240) -4.28444px 2.57751px 0px, rgb(20, 110, 240) -4.71111px 1.67494px 0px, rgb(20, 110, 240) -4.94996px 0.7056px 0px, rgb(20, 110, 240) -4.99147px -0.291871px 0px, rgb(20, 110, 240) -4.83399px -1.27771px 0px, rgb(20, 110, 240) -4.48379px -2.2126px 0px, rgb(20, 110, 240) -3.95484px -3.05929px 0px, rgb(20, 110, 240) -3.26822px -3.78401px 0px, rgb(20, 110, 240) -2.4513px -4.35788px 0px, rgb(20, 110, 240) -1.53666px -4.75801px 0px, rgb(20, 110, 240) -0.560763px -4.96845px 0px, rgb(20, 110, 240) 0.437495px -4.98082px 0px, rgb(20, 110, 240) 1.41831px -4.79462px 0px, rgb(20, 110, 240) 2.34258px -4.41727px 0px, rgb(20, 110, 240) 3.17346px -3.86382px 0px, rgb(20, 110, 240) 3.87783px -3.15633px 0px, rgb(20, 110, 240) 4.4276px -2.32301px 0px, rgb(20, 110, 240) 4.80085px -1.39708px 0px, rgb(20, 110, 240) 4.98271px -0.415447px 0px;
  }
  .project .kv__date {
    position: absolute;
    bottom: 8%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 54%;
  }
  .project .kv__date p {
    color: #545454;
    font-size: 1.4vw;
  }
}
.project .content {
  background: url(https://storage-asset.msi.com/event/2026/jp/review-and-receive2026/images/bg.jpg) no-repeat top center;
  background-size: 100%;
}
.project .intro__titleBox {
  text-align: center;
  position: relative;
}
.project .intro__titleBox::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 10px;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.98)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.project .intro__titleBox h2 {
  font-size: 7.5vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 196, 0)), to(rgb(255, 101, 1)));
  background: linear-gradient(to bottom, rgb(255, 196, 0) 0%, rgb(255, 101, 1) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-family: "sicuveiw-dsp", sans-serif;
}
.project .intro__contBox {
  border: 8px solid transparent;
  border-radius: 20px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#72d7cc), to(#285fcf));
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #72d7cc, #285fcf);
  padding: 3% 5%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.project .intro__contBox-date {
  margin-bottom: 3%;
}
.project .intro__contBox-date p {
  color: #000000;
  font-size: 4vw;
}
.project .intro__contBox-date b {
  color: #ff0000;
  font-size: 4.5vw;
}
.project .intro__contBox-sub h3 {
  color: #363d3f;
  font-size: 4vw;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.project .intro__contBox-sub p {
  color: #363d3f;
  font-size: 3vw;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  -webkit-filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  line-height: 1.2;
  font-weight: 600;
}
.project .intro__contBox-sub b {
  color: #ff0000;
  font-size: 4vw;
}
.project .intro__contBox-list {
  margin-top: 3%;
}
.project .intro__contBox-list ul {
  width: 100%;
  margin: auto;
  padding-left: 25px;
}
.project .intro__contBox-list li {
  color: #363d3f;
  font-size: 3vw;
  list-style-type: decimal;
  text-align: left;
  font-weight: bold;
}
.project .intro__contBox-pdBox {
  margin-top: 5%;
}
.project .intro__contBox-pdBox-title h4 {
  color: #ffffff;
  font-size: 4vw;
  background: #146ef0;
  font-weight: bold;
  display: inline-block;
  padding: 5px 3%;
  border-radius: 10px;
}
.project .intro__contBox-pdBox-img {
  margin: 3% auto;
}
.project .intro__contBox-pdBox-list {
  background: -webkit-gradient(linear, left top, left bottom, from(#1272f0), to(#00a3f2));
  background: linear-gradient(to bottom, #1272f0 0%, #00a3f2 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
}
.project .intro__contBox-pdBox-list li {
  font-size: 2.8vw;
  font-weight: bold;
}
.project .intro__contBox-pdBox-txt {
  color: #00a3f2;
  font-size: 2.6vw;
  margin-top: 5px;
}
.project .intro__note {
  margin-top: 2%;
}
.project .intro__note p {
  font-size: 2.5vw;
}
@media (min-width: 996px) {
  .project .intro__titleBox h2 {
    font-size: 4.5vw;
  }
  .project .intro__contBox-date p {
    font-size: 1.8vw;
  }
  .project .intro__contBox-date b {
    font-size: 2.5vw;
  }
  .project .intro__contBox-sub h3 {
    font-size: 2.6vw;
  }
  .project .intro__contBox-sub p {
    font-size: 1.5vw;
  }
  .project .intro__contBox-sub b {
    font-size: 2.3vw;
  }
  .project .intro__contBox-list ul {
    width: 87%;
  }
  .project .intro__contBox-list li {
    font-size: 1.4vw;
  }
  .project .intro__contBox-pdBox-title h4 {
    font-size: 2vw;
  }
  .project .intro__contBox-pdBox-list li {
    font-size: 1.2vw;
  }
  .project .intro__contBox-pdBox-txt {
    font-size: 1vw;
  }
  .project .intro__note p {
    font-size: 0.9vw;
  }
}
@media (min-width: 1930px) {
  .project .intro__titleBox h2 {
    font-size: 3vw;
  }
  .project .intro__contBox-date p {
    font-size: 1vw;
  }
  .project .intro__contBox-date b {
    font-size: 1.6vw;
  }
  .project .intro__contBox-sub h3 {
    font-size: 1.7vw;
  }
  .project .intro__contBox-sub p {
    font-size: 1vw;
  }
  .project .intro__contBox-sub b {
    font-size: 1.6vw;
  }
  .project .intro__contBox-list ul {
    width: 90%;
  }
  .project .intro__contBox-list li {
    font-size: 0.8vw;
  }
  .project .intro__contBox-pdBox-title h4 {
    font-size: 1.1vw;
  }
  .project .intro__contBox-pdBox-list li {
    font-size: 0.8vw;
  }
  .project .intro__contBox-pdBox-txt {
    font-size: 0.8vw;
  }
  .project .intro__note p {
    font-size: 0.6vw;
  }
}
.project .itemBlock {
  padding: 3% 0;
}
.project .itemBlock__titleBox {
  text-align: center;
  position: relative;
}
.project .itemBlock__titleBox::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 10px;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.98)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.project .itemBlock__titleBox h2 {
  font-size: 7.5vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 196, 0)), to(rgb(255, 101, 1)));
  background: linear-gradient(to bottom, rgb(255, 196, 0) 0%, rgb(255, 101, 1) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.project .itemBlock__contBox {
  border: 8px solid transparent;
  border-radius: 20px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left bottom, left top, from(#72d7cc), to(#285fcf));
  background-image: linear-gradient(white, white), linear-gradient(to top, #72d7cc, #285fcf);
  padding: 5%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.project .itemBlock__contBox-wrap {
  border: 4px solid #146ef0;
  border-radius: 10px;
  position: relative;
  padding: 5%;
  margin: 10% auto;
}
.project .itemBlock__contBox-1 .contBox__title {
  position: absolute;
  top: -4%;
  left: 5%;
  width: 50%;
}
.project .itemBlock__contBox-2 .contBox__title {
  position: absolute;
  top: -4.5%;
  left: 5%;
  width: 50%;
}
.project .itemBlock__contBox-2 .contBox__txtBox-itemSingle {
  width: 80%;
  margin: 5% auto;
}
.project .itemBlock__contBox-3 .contBox__title {
  position: absolute;
  top: -2.5%;
  left: 5%;
  width: 50%;
}
.project .itemBlock__contBox-3 .contBox__txtBox {
  text-align: left;
}
.project .itemBlock__contBox-4 .contBox__title {
  position: absolute;
  top: -4.5%;
  left: 5%;
  width: 50%;
}
.project .itemBlock__contBox-4 .contBox__txtBox-itemSingle {
  width: 80%;
  margin: 5% auto;
}
.project .itemBlock .contBox__title p {
  color: #ffffff;
  font-size: 5vw;
  position: relative;
  z-index: 1;
  text-shadow: rgb(20, 110, 240) 5px 0px 0px, rgb(20, 110, 240) 4.90033px 0.993347px 0px, rgb(20, 110, 240) 4.60531px 1.94709px 0px, rgb(20, 110, 240) 4.12668px 2.82321px 0px, rgb(20, 110, 240) 3.48353px 3.58678px 0px, rgb(20, 110, 240) 2.70151px 4.20736px 0px, rgb(20, 110, 240) 1.81179px 4.6602px 0px, rgb(20, 110, 240) 0.849836px 4.92725px 0px, rgb(20, 110, 240) -0.145998px 4.99787px 0px, rgb(20, 110, 240) -1.13601px 4.86924px 0px, rgb(20, 110, 240) -2.08073px 4.54649px 0px, rgb(20, 110, 240) -2.94251px 4.04248px 0px, rgb(20, 110, 240) -3.68697px 3.37732px 0px, rgb(20, 110, 240) -4.28444px 2.57751px 0px, rgb(20, 110, 240) -4.71111px 1.67494px 0px, rgb(20, 110, 240) -4.94996px 0.7056px 0px, rgb(20, 110, 240) -4.99147px -0.291871px 0px, rgb(20, 110, 240) -4.83399px -1.27771px 0px, rgb(20, 110, 240) -4.48379px -2.2126px 0px, rgb(20, 110, 240) -3.95484px -3.05929px 0px, rgb(20, 110, 240) -3.26822px -3.78401px 0px, rgb(20, 110, 240) -2.4513px -4.35788px 0px, rgb(20, 110, 240) -1.53666px -4.75801px 0px, rgb(20, 110, 240) -0.560763px -4.96845px 0px, rgb(20, 110, 240) 0.437495px -4.98082px 0px, rgb(20, 110, 240) 1.41831px -4.79462px 0px, rgb(20, 110, 240) 2.34258px -4.41727px 0px, rgb(20, 110, 240) 3.17346px -3.86382px 0px, rgb(20, 110, 240) 3.87783px -3.15633px 0px, rgb(20, 110, 240) 4.4276px -2.32301px 0px, rgb(20, 110, 240) 4.80085px -1.39708px 0px, rgb(20, 110, 240) 4.98271px -0.415447px 0px;
}
.project .itemBlock .contBox__title span {
  color: #fff000;
  font-size: 7vw;
}
.project .itemBlock .contBox__title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  top: 37%;
  left: 0;
  background: #146ef0;
  border-radius: 10px;
}
.project .itemBlock .contBox__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;
  margin: 8% auto;
}
.project .itemBlock .contBox__imgBox {
  width: 100%;
}
.project .itemBlock .contBox__imgBox-top {
  background: #146ef0;
  border-radius: 10px;
  margin-bottom: 6%;
  position: relative;
}
.project .itemBlock .contBox__imgBox-top::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #146ef0;
  display: inline-block;
}
.project .itemBlock .contBox__imgBox-top p {
  color: #ffffff;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 0;
}
.project .itemBlock .contBox__imgBox-bottom {
  width: 70%;
  margin: auto;
}
.project .itemBlock .contBox__txtBox {
  width: 100%;
  margin-top: 10%;
}
.project .itemBlock .contBox__txtBox p {
  color: #000000;
  font-size: 3vw;
  font-weight: 600;
}
.project .itemBlock .contBox__txtBox-item {
  width: calc(50% - 20px);
  margin: 10px 0;
}
.project .itemBlock .contBox__txtBox-item p {
  color: #ffffff;
  font-size: 1.9vw;
  display: inline-block;
  padding: 1px 30px;
  margin-bottom: 5px;
}
.project .itemBlock .contBox__txtBox-item--1 p {
  background: #4d8ac4;
}
.project .itemBlock .contBox__txtBox-item--2 p {
  background: #e77143;
}
.project .itemBlock .contBox__txtBox-item--3 p {
  background: #38a54b;
}
.project .itemBlock .contBox__txtBox-item--4 p {
  background: #d6372e;
}
.project .itemBlock .contBox__txtBox-flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 4%;
}
.project .itemBlock .contBox__txtBox-block-img {
  margin-top: 5%;
}
.project .itemBlock .contBox__txtBox-block {
  width: 90%;
  margin: 5% auto;
}
.project .itemBlock .contBox__txtBox-block-single .contBox__txtBox-block-img {
  width: 90%;
  margin: 5% auto;
}
.project .itemBlock .contBox__txtBox-block-single .contBox__txtBox-block-txt {
  width: 90%;
  margin: auto;
}
.project .itemBlock .contBox__highlight {
  margin-top: 2%;
}
.project .itemBlock .contBox__highlight p {
  color: #ffffff;
  font-size: 3.3vw;
  background: #ff0000;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 30px;
}
@media (min-width: 996px) {
  .project .itemBlock__contBox-wrap {
    padding: 5% 3% 5% 5%;
    margin: 8% auto;
  }
  .project .itemBlock__contBox-1 .contBox__title {
    position: absolute;
    top: -10%;
    left: 5%;
    width: 30%;
  }
  .project .itemBlock__contBox-2 .contBox__title {
    width: 30%;
    top: -12%;
  }
  .project .itemBlock__contBox-3 .contBox__title {
    width: 30%;
    top: -12%;
  }
  .project .itemBlock__contBox-4 .contBox__title {
    width: 30%;
    top: -12%;
  }
  .project .itemBlock__titleBox h2 {
    font-size: 4.5vw;
  }
  .project .itemBlock .contBox__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;
    margin: 0;
  }
  .project .itemBlock .contBox__imgBox {
    width: 40%;
  }
  .project .itemBlock .contBox__imgBox-top::after {
    content: "";
    position: absolute;
    bottom: -22%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 25px solid #146ef0;
    display: inline-block;
  }
  .project .itemBlock .contBox__imgBox-top p {
    color: #ffffff;
    font-size: 2.3vw;
  }
  .project .itemBlock .contBox__imgBox-bottom {
    width: auto;
    margin: 0;
  }
  .project .itemBlock .contBox__title::after {
    content: "";
    position: absolute;
    top: 35%;
  }
  .project .itemBlock .contBox__title p {
    font-size: 2.5vw;
  }
  .project .itemBlock .contBox__title span {
    font-size: 4vw;
  }
  .project .itemBlock .contBox__imgBox-top p {
    font-size: 1.3vw;
  }
  .project .itemBlock .contBox__txtBox {
    width: 52%;
    margin-top: 0;
  }
  .project .itemBlock .contBox__txtBox p {
    font-size: 0.9vw;
  }
  .project .itemBlock .contBox__txtBox-item p {
    font-size: 0.9vw;
  }
  .project .itemBlock .contBox__txtBox-block {
    width: 48%;
    margin: 0;
  }
  .project .itemBlock .contBox__txtBox-block-flex {
    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-top: 2%;
  }
  .project .itemBlock .contBox__txtBox-block-single .contBox__txtBox-block-img {
    width: 48%;
    margin: 0;
  }
  .project .itemBlock .contBox__txtBox-block-single .contBox__txtBox-block-txt {
    width: 48%;
    margin: 0;
  }
  .project .itemBlock .contBox__highlight p {
    font-size: 1.1vw;
  }
}
@media (min-width: 1930px) {
  .project .itemBlock__contBox-wrap {
    padding: 5% 3% 5% 5%;
    margin: 8% auto;
  }
  .project .itemBlock__contBox-1 .contBox__title {
    position: absolute;
    top: -10%;
    left: 5%;
    width: 30%;
  }
  .project .itemBlock__contBox-2 .contBox__title {
    width: 30%;
    top: -13%;
  }
  .project .itemBlock__contBox-3 .contBox__title {
    width: 30%;
    top: -10%;
  }
  .project .itemBlock__contBox-4 .contBox__title {
    width: 30%;
    top: -12.5%;
  }
  .project .itemBlock__titleBox h2 {
    font-size: 3vw;
  }
  .project .itemBlock .contBox__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;
    margin: 0;
  }
  .project .itemBlock .contBox__imgBox {
    width: 40%;
  }
  .project .itemBlock .contBox__imgBox-top::after {
    content: "";
    position: absolute;
    bottom: -22%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 25px solid #146ef0;
    display: inline-block;
  }
  .project .itemBlock .contBox__imgBox-bottom {
    width: auto;
    margin: 0;
  }
  .project .itemBlock .contBox__title::after {
    content: "";
    position: absolute;
    top: 35%;
  }
  .project .itemBlock .contBox__title p {
    font-size: 1.5vw;
  }
  .project .itemBlock .contBox__title span {
    font-size: 2.5vw;
  }
  .project .itemBlock .contBox__imgBox-top p {
    font-size: 0.7vw;
  }
  .project .itemBlock .contBox__txtBox {
    width: 52%;
    margin-top: 0;
  }
  .project .itemBlock .contBox__txtBox p {
    font-size: 0.6vw;
  }
  .project .itemBlock .contBox__txtBox-item p {
    font-size: 0.5vw;
  }
  .project .itemBlock .contBox__txtBox-block {
    width: 48%;
    margin: 0;
  }
  .project .itemBlock .contBox__txtBox-block-flex {
    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-top: 2%;
  }
  .project .itemBlock .contBox__txtBox-block-single .contBox__txtBox-block-img {
    width: 48%;
    margin: 0;
  }
  .project .itemBlock .contBox__txtBox-block-single .contBox__txtBox-block-txt {
    width: 48%;
    margin: 0;
  }
  .project .itemBlock .contBox__highlight p {
    font-size: 0.7vw;
  }
}
.project .redeem {
  padding: 3% 0;
}
.project .redeem__titleBox {
  text-align: center;
  position: relative;
}
.project .redeem__titleBox::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 10px;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.98)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.project .redeem__titleBox h2 {
  font-size: 7.5vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 196, 0)), to(rgb(255, 101, 1)));
  background: linear-gradient(to bottom, rgb(255, 196, 0) 0%, rgb(255, 101, 1) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.project .redeem__contBox {
  border: 8px solid transparent;
  border-radius: 20px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#72d7cc), to(#285fcf));
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #72d7cc, #285fcf);
  padding: 5%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.project .redeem__itemBox:nth-of-type(odd) {
  width: 80%;
  margin: auto;
}
.project .redeem__itemBox:nth-of-type(even) {
  width: 20%;
  margin: 5% auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.project .redeem__itemBox-img {
  width: 50%;
  margin: auto;
}
.project .redeem__itemBox-txt {
  color: #595959;
  font-size: 3.5vw;
  width: 80%;
  margin: 3% auto;
  font-weight: 600;
}
.project .redeem__itemBox-txt a {
  color: #595959;
  font-size: 3.5vw;
  text-decoration: underline;
  font-weight: bold;
}
.project .redeem__itemBox-txt a:hover {
  color: #146ef0;
  font-size: 1.9vw;
}
.project .redeem__itemBox:nth-last-of-type(1) {
  margin-bottom: 5%;
}
@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: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project .redeem__itemBox:nth-of-type(odd) {
    width: 30%;
    margin: 0;
  }
  .project .redeem__itemBox:nth-of-type(even) {
    width: 5%;
    margin: 0;
    margin-top: 8%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .project .redeem__itemBox-img {
    width: 60%;
  }
  .project .redeem__itemBox-txt {
    color: #595959;
    font-size: 1.9vw;
  }
  .project .redeem__itemBox-txt a {
    color: #595959;
    font-size: 1.9vw;
  }
  .project .redeem__itemBox:nth-last-of-type(1) {
    margin: 0;
  }
}
@media (min-width: 996px) {
  .project .redeem__titleBox h2 {
    font-size: 4.5vw;
  }
  .project .redeem__itemBox-txt {
    font-size: 0.9vw;
  }
  .project .redeem__itemBox-txt a {
    font-size: 0.9vw;
  }
  .project .redeem__itemBox-txt a:hover {
    font-size: 0.9vw;
  }
}
@media (min-width: 1930px) {
  .project .redeem__titleBox h2 {
    font-size: 3vw;
  }
  .project .redeem__itemBox-txt {
    font-size: 0.55vw;
  }
  .project .redeem__itemBox-txt a {
    font-size: 0.55vw;
  }
  .project .redeem__itemBox-txt a:hover {
    font-size: 0.55vw;
  }
}
.project .qa {
  padding: 3% 0;
}
.project .qa__titleBox {
  text-align: center;
  position: relative;
}
.project .qa__titleBox::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 10px;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.98)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.project .qa__titleBox h2 {
  font-size: 7.5vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 196, 0)), to(rgb(255, 101, 1)));
  background: linear-gradient(to bottom, rgb(255, 196, 0) 0%, rgb(255, 101, 1) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.project .qa__contBox {
  border: 8px solid transparent;
  border-radius: 20px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left bottom, left top, from(#72d7cc), to(#285fcf));
  background-image: linear-gradient(white, white), linear-gradient(to top, #72d7cc, #285fcf);
  padding: 5%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.project .qa__listBox-item {
  margin-bottom: 5%;
}
.project .qa__listBox-item:nth-last-of-type(1) {
  margin: 0;
}
.project .qa__listBox-q p {
  color: #363d3f;
  font-size: 4vw;
  font-weight: 600;
}
.project .qa__listBox-a p {
  color: #757575;
  font-size: 2.8vw;
  font-weight: normal;
  padding-left: 3%;
}
@media (min-width: 996px) {
  .project .qa__titleBox h2 {
    font-size: 4.5vw;
  }
  .project .qa__listBox-q p {
    font-size: 1.6vw;
  }
  .project .qa__listBox-a p {
    font-size: 1.2vw;
  }
  .project .qa__contBox {
    text-align: left;
  }
}
@media (min-width: 1930px) {
  .project .qa__titleBox h2 {
    font-size: 3vw;
  }
  .project .qa__listBox-q p {
    font-size: 1.1vw;
  }
  .project .qa__listBox-a p {
    font-size: 0.6vw;
  }
  .project .qa__contBox {
    text-align: left;
  }
}
.project .shop {
  padding: 3% 0;
}
.project .shop__titleBox {
  text-align: center;
  position: relative;
}
.project .shop__titleBox::after {
  content: "";
  position: absolute;
  width: 80%;
  height: 10px;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.98)), color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.98) 25%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
.project .shop__titleBox h2 {
  font-size: 7.5vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 196, 0)), to(rgb(255, 101, 1)));
  background: linear-gradient(to bottom, rgb(255, 196, 0) 0%, rgb(255, 101, 1) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
          filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.project .shop__contBox {
  border: 8px solid transparent;
  border-radius: 20px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(#72d7cc), to(#285fcf));
  background-image: linear-gradient(white, white), linear-gradient(to bottom, #72d7cc, #285fcf);
  padding: 5%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.project .shop__contBox-txt p {
  color: #363d3f;
  font-size: 3.5vw;
  margin-bottom: 3%;
  font-weight: 600;
}
.project .shop__contBox-txt p:nth-last-of-type(1) {
  color: #363d3f;
  font-size: 2.5vw;
  width: 100%;
  margin: 0 auto 5%;
}
.project .shop__contBox-txt span {
  color: #ff0000;
  font-size: 2.5vw;
}
.project .shop__contBox-list {
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 95, 119)), to(rgb(40, 214, 208)));
  background: linear-gradient(to right, rgb(3, 95, 119) 0%, rgb(40, 214, 208) 100%);
  margin: 5px 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .shop__contBox-list a {
  color: #ffffff;
  font-size: 3vw;
  padding: 1.2%;
  display: block;
  position: relative;
}
.project .shop__contBox-list a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #ff0000;
  top: 0;
  left: 0;
}
.project .shop__contBox-list:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.project .shop__contBox-list:hover a {
  color: #000;
}
.project .shop__btnBox {
  margin-top: 5%;
}
.project .shop__btnBox-title {
  color: #ffffff;
  font-size: 3vw;
  background: #146ef0;
  font-weight: bold;
  display: inline-block;
  padding: 5px 3%;
  border-radius: 10px;
}
.project .shop__btnBox-login {
  margin: 3.5% auto 4%;
  position: relative;
  width: 70vw;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .shop__btnBox-login::before {
  content: "";
  position: absolute;
  top: 23%;
  left: -5%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 8vw;
  height: 7vw;
  background: url(https://storage-asset.msi.com/event/2026/jp/review-and-receive2026/images/login-btn-leftIcon.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
.project .shop__btnBox-login::after {
  content: "";
  position: absolute;
  top: 79%;
  right: -7%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 8vw;
  height: 7vw;
  background: url(https://storage-asset.msi.com/event/2026/jp/review-and-receive2026/images/login-btn-rightIcon.png) no-repeat;
  background-size: contain;
  z-index: 2;
}
.project .shop__btnBox-login a {
  color: #000000;
  font-size: 3vw;
  background: #e6e6e6;
  border: 3px solid #000;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 10px inset rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 10px inset rgba(0, 0, 0, 0.4);
  padding: 1% 5%;
  font-weight: 600;
  display: inline-block;
}
.project .shop__btnBox-login:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.project .shop__btnBox-tc {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline;
}
.project .shop__btnBox-tc a {
  color: #000000;
  font-size: 3vw;
  background: #e6e6e6;
  border: 3px solid #000;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 10px inset rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 10px inset rgba(0, 0, 0, 0.4);
  padding: 1% 5%;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
}
.project .shop__btnBox-tc:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media (min-width: 996px) {
  .project .shop__titleBox h2 {
    font-size: 4.5vw;
  }
  .project .shop__contBox-txt p {
    font-size: 1.3vw;
  }
  .project .shop__contBox-txt p:nth-last-of-type(1) {
    font-size: 0.9vw;
    width: 80%;
  }
  .project .shop__contBox-txt span {
    font-size: 0.9vw;
  }
  .project .shop__contBox-list a {
    font-size: 0.9vw;
  }
  .project .shop__btnBox-title {
    font-size: 2vw;
  }
  .project .shop__btnBox-login {
    width: 50vw;
  }
  .project .shop__btnBox-login a {
    font-size: 2vw;
  }
  .project .shop__btnBox-tc a {
    font-size: 2vw;
  }
}
@media (min-width: 1930px) {
  .project .shop__titleBox h2 {
    font-size: 3vw;
  }
  .project .shop__contBox-txt p {
    font-size: 0.8vw;
  }
  .project .shop__contBox-txt p:nth-last-of-type(1) {
    font-size: 0.6vw;
    width: 80%;
  }
  .project .shop__contBox-txt span {
    font-size: 0.6vw;
  }
  .project .shop__contBox-list a {
    font-size: 0.6vw;
  }
  .project .shop__btnBox-title {
    font-size: 1.4vw;
  }
  .project .shop__btnBox-login {
    width: 28vw;
  }
  .project .shop__btnBox-login::before {
    content: "";
    position: absolute;
    top: 79%;
    left: -11%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5vw;
    height: 7vw;
    background: url(https://storage-asset.msi.com/event/2026/jp/review-and-receive2026/images/login-btn-leftIcon.png) no-repeat;
    background-size: contain;
  }
  .project .shop__btnBox-login::after {
    content: "";
    position: absolute;
    top: 153%;
    right: -11%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5vw;
    height: 7vw;
    background: url(https://storage-asset.msi.com/event/2026/jp/review-and-receive2026/images/login-btn-rightIcon.png) no-repeat;
    background-size: contain;
  }
  .project .shop__btnBox-login a {
    font-size: 1.2vw;
  }
  .project .shop__btnBox-tc a {
    font-size: 1.2vw;
  }
}/*# sourceMappingURL=main.css.map */