@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI","Microsoft JhengHei","Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sp2025 {
  background-image: url(https://storage-asset.msi.com/event/2025/JP/summer-2025/images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #4495e6;
  background-size: cover;
  padding-bottom: 10px;
  overflow-x: hidden;
}
.sp2025 .common__title {
  margin-bottom: 10px;
  margin-top: 5%;
}
.sp2025 .common__title img {
  height: 45px;
}
.sp2025 .common__title--big {
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .sp2025 .common__title img {
    height: 70px;
  }
  .sp2025 .common--big {
    margin-bottom: 20px;
  }
  .sp2025 .common--big img {
    height: 100px;
  }
}
.sp2025 .common__box--bg {
  position: relative;
  background: #fff;
  border: 10px solid #4666ff;
  z-index: 10;
  padding: 30px 10px;
  -o-border-image: linear-gradient(130deg, #14b3e9 20%, #14b3e9 20%, #c2da69 40%, #c2da69 40%, #ffe329 60%, #ffe329 60%, #14b3e9 80%, #14b3e9 80%);
     border-image: linear-gradient(130deg, #14b3e9 20%, #14b3e9 20%, #c2da69 40%, #c2da69 40%, #ffe329 60%, #ffe329 60%, #14b3e9 80%, #14b3e9 80%);
  border-image-slice: 1;
}
@media (min-width: 996px) {
  .sp2025 .common__box--bg {
    padding: 30px;
  }
  .sp2025 .common__box--blue {
    position: relative;
    width: 100%;
    height: 100%;
    background: #4666ff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
    z-index: 3;
  }
  .sp2025 .common__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp2025 .common__flex--alignStart {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sp2025 .kv {
  position: relative;
  padding: 30px 0;
}
.sp2025 .kv__logoBox {
  position: absolute;
  right: 25px;
  top: 25px;
  text-align: right;
  color: #fff;
  font-size: 12px;
}
.sp2025 .kv__logoBox figure {
  text-align: right;
}
.sp2025 .kv__logoBox figure img {
  width: 80px;
}
.sp2025 .period {
  padding-bottom: 20px;
}
.sp2025 .period__box {
  padding-bottom: 10px;
}
.sp2025 .period__text {
  font-size: 18px;
  font-weight: bolder;
  color: #fff;
  -webkit-text-stroke: 0.1px #4666ff;
  text-shadow: #47517b 2px 2px 0px;
  margin-bottom: 10px;
}
.sp2025 .period__text span {
  font-size: 23px;
  color: #fffc00;
  font-weight: bolder;
}
.sp2025 .period .newLine {
  display: block;
}
.sp2025 .period__note {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  text-shadow: #fff 2px 1px 0.5px;
  margin-bottom: 10px;
}
.sp2025 .period__noteBigger {
  font-size: 17px;
  font-weight: bolder;
  color: #fff;
  -webkit-text-stroke: 0.1px #4666ff;
  text-shadow: #47517b 2px 2px 0px;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .sp2025 .period__text {
    font-size: 24px;
    text-shadow: #4666ff 2px 2px 0px;
  }
  .sp2025 .period__text span {
    font-size: 31px;
  }
  .sp2025 .period .newLine {
    display: none;
  }
  .sp2025 .period__note {
    font-size: 18px;
  }
  .sp2025 .period__noteBigger {
    font-size: 21px;
    text-shadow: #4666ff 2px 2px 0px;
  }
}
.sp2025 .gift {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 20px;
}
.sp2025 .gift__box {
  position: relative;
}
.sp2025 .gift__list {
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .sp2025 .gift {
    margin-bottom: 30px;
  }
  .sp2025 .gift__laptops {
    padding-right: 30px;
  }
}
.sp2025 .wtb {
  text-align: center;
  margin-top: 30px;
}
.sp2025 .store {
  text-align: center;
  margin-top: 30px;
}
.sp2025 .store__box {
  position: relative;
}
.sp2025 .store__flexBox {
  width: 100%;
}
.sp2025 .store__flexBox--item {
  text-align: left;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.sp2025 .store__inTitle {
  text-decoration: underline;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .sp2025 .store__flexBox {
    width: 50%;
  }
  .sp2025 .store__flexBox--item {
    margin-bottom: 30px;
  }
  .sp2025 .store__inTitle {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.sp2025 .form {
  text-align: center;
  margin-top: 30px;
}
.sp2025 .form__box {
  position: relative;
}
.sp2025 .form__textBox {
  padding: 30px 0;
}
.sp2025 .form__textBox p {
  margin-bottom: 10px;
}
.sp2025 .form #ems-form-uid {
  text-align: left;
}
.sp2025 .form label {
  font-weight: bolder;
}
.sp2025 .form .ems input, .sp2025 .form .ems select, .sp2025 .form .ems textarea {
  border: #000000 1px solid;
  background: #fff;
}
.sp2025 .form .ems__send button {
  border: #fffc00 2px solid;
  background: #4766ff;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sp2025 .form .ems__send button:hover {
  border: #4766ff 2px solid;
  background: #fffc00;
  color: #000;
}
@media (min-width: 996px) {
  .sp2025 .form__textBox {
    padding: 30px;
  }
  .sp2025 .form .ems input, .sp2025 .form .ems select, .sp2025 .form .ems textarea {
    border: #000000 2px solid;
  }
}
.sp2025 .notice {
  text-align: center;
  margin: 30px 0;
  padding-bottom: 50px;
}
.sp2025 .notice__box {
  position: relative;
}
.sp2025 .notice__content {
  text-align: left;
  padding: 30px 10px 30px 30px;
}
.sp2025 .notice__content ul, .sp2025 .notice__content li {
  list-style: disc;
}
.sp2025 .notice__content li {
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .sp2025 .notice__content {
    padding: 30px 70px;
  }
}/*# sourceMappingURL=main.css.map */