@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;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root {
  --font-color-dark: #fff;
  --font-color-light: #111;
}
: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;
  height: auto;
}

.coreliquid {
  overflow-x: hidden;
}
.coreliquid .kv {
  position: relative;
}
.coreliquid .kv__pd {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 996px) {
  .coreliquid .kv__pd {
    bottom: unset;
    top: 60%;
    right: 0;
    width: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.coreliquid .kv__title {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 996px) {
  .coreliquid .kv__title {
    top: 29%;
    left: 7%;
    width: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.coreliquid .kv__content {
  position: absolute;
  top: 22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0 #1a2b3c, 0 0 6px rgba(0, 0, 0, 0.45);
}
.coreliquid .kv__content-title, .coreliquid .kv__content-subtitle {
  font-weight: bolder;
  line-height: 1.4;
  margin: 0;
}
.coreliquid .kv__content-title span, .coreliquid .kv__content-subtitle span {
  color: #ffd400;
  font-size: 1.45em;
  letter-spacing: 0.02em;
}
.coreliquid .kv__content-title {
  font-size: 2.7vw;
}
.coreliquid .kv__content-subtitle {
  font-size: 3.7vw;
  margin-bottom: 5px;
}
.coreliquid .kv__contentDate {
  display: inline-block;
  min-width: 0;
  width: 100%;
}
.coreliquid .kv__contentDate-item {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 8px 0;
}
.coreliquid .kv__contentDate-item:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}
.coreliquid .kv__contentDate-title {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 96px;
  padding: 4px 22px;
  color: #1a2b3c;
  font-size: 3.3vw;
  font-weight: bolder;
  text-align: center;
  text-shadow: none;
}
.coreliquid .kv__contentDate-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  border: 2px solid #1a2b3c;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  -webkit-box-shadow: 2px 2px 0 rgba(26, 43, 60, 0.25);
          box-shadow: 2px 2px 0 rgba(26, 43, 60, 0.25);
}
.coreliquid .kv__contentDate p {
  margin: 0;
  color: #ffd400;
  font-size: 3.7vw;
  font-weight: bolder;
  letter-spacing: 0.02em;
}
.coreliquid .kv__contentDate p span {
  color: #fff;
  font-size: 0.6em;
  font-weight: bolder;
}
@media (min-width: 996px) {
  .coreliquid .kv__content {
    position: absolute;
    top: unset;
    bottom: 15%;
    left: 10%;
    -webkit-transform: none;
            transform: none;
    width: auto;
    margin: 0;
  }
  .coreliquid .kv__content-title {
    font-size: 1.35vw;
  }
  .coreliquid .kv__content-subtitle {
    font-size: 1.75vw;
    margin-bottom: 18px;
  }
  .coreliquid .kv__contentDate {
    width: auto;
  }
  .coreliquid .kv__contentDate-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 18px;
  }
  .coreliquid .kv__contentDate-title {
    min-width: 110px;
    font-size: 1.5vw;
  }
  .coreliquid .kv__contentDate p {
    font-size: 1.5vw;
  }
  .coreliquid .kv__contentDate p span {
    font-size: 0.72em;
  }
}
.coreliquid .selectProduct {
  background: url("https://storage-asset.msi.com/event/2026/jp/coreliquid-bundle-2026/images/select-pay-bg.webp") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 20px 0;
  color: #21406b;
}
@media (min-width: 996px) {
  .coreliquid .selectProduct {
    padding: 60px 0;
  }
}
.coreliquid .selectProduct__heading {
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.coreliquid .selectProduct__heading span {
  color: #eb4d3f;
  font-size: 1.2em;
}
@media (min-width: 996px) {
  .coreliquid .selectProduct__heading {
    font-size: 32px;
  }
}
.coreliquid .selectProduct__contentDate {
  display: inline-block;
  margin: 0 auto 20px;
}
.coreliquid .selectProduct__contentDate-item {
  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;
  gap: 10px;
  padding: 8px 4px;
}
.coreliquid .selectProduct__contentDate-item:first-child {
  border-bottom: 1px solid #21406b;
}
.coreliquid .selectProduct__contentDate-title {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 80px;
  padding: 3px 10px;
  color: #1a2b3c;
  font-size: 14px;
  font-weight: bolder;
  text-align: center;
  text-shadow: none;
}
.coreliquid .selectProduct__contentDate-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  border: 2px solid #1a2b3c;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  -webkit-box-shadow: 2px 2px 0 rgba(26, 43, 60, 0.25);
          box-shadow: 2px 2px 0 rgba(26, 43, 60, 0.25);
}
@media (min-width: 996px) {
  .coreliquid .selectProduct__contentDate-title {
    min-width: 110px;
    padding: 4px 22px;
    font-size: 1.2vw;
  }
}
.coreliquid .selectProduct__contentDate p {
  margin: 0;
  color: #eb4d3f;
  font-size: 14px;
  font-weight: bolder;
  letter-spacing: 0.02em;
  text-shadow: 0 0 4px #fff, 0 0 8px #fff;
}
.coreliquid .selectProduct__contentDate p span {
  color: #21406b;
  font-size: 0.68em;
  text-shadow: none;
}
.coreliquid .selectProduct__contentDate p .selectProduct__contentDate-day {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.4em;
  height: 1.4em;
  margin-left: 2px;
  background: #21406b;
  color: #fff;
  border-radius: 50%;
  font-size: 0.5em;
  font-style: normal;
  line-height: 1;
  text-shadow: none;
  vertical-align: middle;
}
@media (min-width: 996px) {
  .coreliquid .selectProduct__contentDate p {
    font-size: 28px;
  }
}
.coreliquid .selectProduct__pay {
  margin: 0 auto;
}
.coreliquid .selectProduct__pay img {
  width: 100%;
  max-width: 750px;
}
.coreliquid .selectProduct__note {
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5;
  margin: 20px auto 8px;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff;
}
.coreliquid .selectProduct__note span {
  color: #eb4d3f;
  font-size: 1.15em;
}
@media (min-width: 996px) {
  .coreliquid .selectProduct__note {
    font-size: 28px;
  }
}
.coreliquid .selectProduct__prize {
  font-size: 19px;
  font-weight: bolder;
  line-height: 1.4;
  margin: 0 auto;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff;
}
.coreliquid .selectProduct__prize span {
  color: #eb4d3f;
  font-size: 1.55em;
}
@media (min-width: 996px) {
  .coreliquid .selectProduct__prize {
    font-size: 36px;
  }
}
.coreliquid .targetProduct {
  background: url("https://storage-asset.msi.com/event/2026/jp/coreliquid-bundle-2026/images/target-products-bg.webp") no-repeat center bottom;
  background-size: cover;
  text-align: center;
  padding: 30px 0 10px;
}
.coreliquid .targetProduct__title {
  display: block;
  margin: 0 auto 30px;
}
.coreliquid .targetProduct__motherboards {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
.coreliquid .targetProduct__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto 10px;
}
.coreliquid .targetProduct__category {
  margin-bottom: 30px;
}
.coreliquid .targetProduct__category-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}
.coreliquid .targetProduct__category-title h3 {
  position: relative;
  color: #fff;
  padding: 10px 35px 10px;
  z-index: 5;
  font-size: 37px;
  font-weight: bolder;
}
.coreliquid .targetProduct__category-title h3 span {
  font-size: 23px;
  -webkit-text-stroke: initial;
  font-weight: bolder;
  letter-spacing: -0.1em;
}
.coreliquid .targetProduct__category-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 0;
  border-radius: 50px;
}
.coreliquid .targetProduct__category h4 {
  font-size: 20px;
  color: #21406b;
  margin-bottom: 10px;
  font-weight: normal;
}
.coreliquid .targetProduct__category-note {
  font-size: 16px;
  color: #21406b;
  margin-top: 10px;
  font-weight: normal;
}
.coreliquid .targetProduct__category--blue .targetProduct__category-title h3 {
  -webkit-text-stroke: 2px #61a5e8;
  text-stroke: 2px #61a5e8;
}
.coreliquid .targetProduct__category--blue .targetProduct__category-title::after {
  background: -webkit-gradient(linear, left top, right top, from(#61a5e8), to(#345bc6));
  background: linear-gradient(to right, #61a5e8, #345bc6);
}
.coreliquid .targetProduct__category--red .targetProduct__category-title h3 {
  -webkit-text-stroke: 2px #e86161;
  text-stroke: 2px #e86161;
}
.coreliquid .targetProduct__category--red .targetProduct__category-title::after {
  background: -webkit-gradient(linear, left top, right top, from(#e86161), to(#c63434));
  background: linear-gradient(to right, #e86161, #c63434);
}
.coreliquid .targetProduct__category--green .targetProduct__category-title h3 {
  -webkit-text-stroke: 1px #6ed187;
  text-stroke: 1px #6ed187;
}
.coreliquid .targetProduct__category--green .targetProduct__category-title::after {
  background: -webkit-gradient(linear, left top, right top, from(#6ed187), to(#1ba96c));
  background: linear-gradient(to right, #6ed187, #1ba96c);
}
.coreliquid .targetProduct__category--green h4 {
  font-size: 18px;
  font-weight: 600;
}
.coreliquid .targetProduct__category--green h4 span {
  color: #eb4d3f;
  font-weight: bolder;
  font-size: 35px;
}
.coreliquid .targetProduct__box {
  position: relative;
  max-width: 900px;
  margin: 0 auto 10px;
}
.coreliquid .targetProduct__box hr {
  margin: 10px auto;
  width: 98%;
}
.coreliquid .targetProduct__box-flex {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}
.coreliquid .targetProduct__box-flex::after {
  content: "";
  display: block;
  width: 97%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 10px;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 0;
}
.coreliquid .targetProduct__box-item {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  z-index: 30;
}
.coreliquid .targetProduct__box-item a {
  display: inline-block;
  width: 100%;
  color: #21406b;
  cursor: pointer;
  padding: 4px 0px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.coreliquid .targetProduct__box-item a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.coreliquid .targetProduct__box--blue hr {
  border-top: 5px solid #61a5e8;
}
.coreliquid .targetProduct__box--blue .targetProduct__box-flex::after {
  border: 5px solid #61a5e8;
}
.coreliquid .targetProduct__box--blue .targetProduct__box-item a:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e9f4ff), to(#ffffff));
  background: linear-gradient(to right, #e9f4ff 50%, #ffffff);
}
.coreliquid .targetProduct__box--red hr {
  border-top: 5px solid #e86161;
}
.coreliquid .targetProduct__box--red .targetProduct__box-flex::after {
  border: 5px solid #e86161;
}
.coreliquid .targetProduct__box--red .targetProduct__box-item a:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffe9e9), to(#ffffff));
  background: linear-gradient(to right, #ffe9e9 50%, #ffffff);
}
.coreliquid .targetProduct__box--green {
  width: 100%;
}
.coreliquid .targetProduct__box--green hr {
  border-top: 5px solid #6ed187;
}
.coreliquid .targetProduct__box--green .targetProduct__box-flex::after {
  width: 93%;
  border: 5px solid #6ed187;
}
.coreliquid .targetProduct__box--green .targetProduct__box-item {
  width: 100%;
}
.coreliquid .targetProduct__box--green .targetProduct__box-item a:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e9ffe9), to(#ffffff));
  background: linear-gradient(to right, #e9ffe9 50%, #ffffff);
}
.coreliquid .targetProduct__plus {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.coreliquid .targetProduct__plus img {
  max-width: 100px;
}
@media (min-width: 996px) {
  .coreliquid .targetProduct {
    padding: 100px 0 10px;
  }
  .coreliquid .targetProduct__category-title h3 {
    font-size: 65px;
  }
  .coreliquid .targetProduct__category-title h3 span {
    font-size: 28px;
  }
  .coreliquid .targetProduct__category h4 {
    font-size: 30px;
  }
  .coreliquid .targetProduct__category--green .targetProduct__category-title h3 {
    -webkit-text-stroke: 2px #6ed187;
    text-stroke: 2px #6ed187;
  }
  .coreliquid .targetProduct__category--green h4 {
    font-size: 25px;
  }
  .coreliquid .targetProduct__box-item {
    font-size: 20px;
    width: 50%;
  }
  .coreliquid .targetProduct__box-item a {
    padding: 4px 15px;
  }
  .coreliquid .targetProduct__box--green {
    width: 45%;
  }
}
.coreliquid .redeem {
  background: url("https://storage-asset.msi.com/event/2026/jp/coreliquid-bundle-2026/images/redeem-bg.webp") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding-bottom: 50px;
}
.coreliquid .redeem__wave {
  display: block;
  width: 100%;
}
.coreliquid .redeem__wave img {
  width: 100%;
}
.coreliquid .redeem__title {
  display: block;
  margin: 60px auto 40px;
}
.coreliquid .redeem__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.coreliquid .redeem__flex-item {
  position: relative;
  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;
  width: 100%;
  border-radius: 12px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 15px 10px 20px;
  background: #d2eaed;
  border: 7px solid #1d96cb;
}
.coreliquid .redeem__flex-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: auto;
  right: 50%;
  bottom: -32px;
  -webkit-transform: translate(50%, 0) rotate(90deg);
          transform: translate(50%, 0) rotate(90deg);
  border-style: solid;
  border-width: 11px 0 11px 16px;
  border-color: transparent transparent transparent #21406b;
}
.coreliquid .redeem__flex-item h3 {
  font-size: 55px;
  line-height: 1.1;
  font-weight: bolder;
  color: #21406b;
  margin-bottom: 10px;
}
.coreliquid .redeem__flex-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #21406b;
  margin-bottom: 15px;
}
.coreliquid .redeem__flex-icon {
  display: block;
  width: 85%;
  margin: 0 auto 20px;
}
.coreliquid .redeem__flex-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 6px 20px;
  background: #fff;
  border: 1px solid #21406b;
  border-radius: 4px;
  color: #21406b;
  font-size: 15px;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.coreliquid .redeem__flex-btn img {
  width: 9px;
}
.coreliquid .redeem__flex-btn:hover {
  background: #21406b;
  color: #fff;
}
.coreliquid .redeem__flex-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.coreliquid .redeem__terms {
  display: inline-block;
  min-width: 260px;
  padding: 10px 40px;
  background: rgba(255, 255, 255, 0.631372549);
  border: 4px solid #1d96cb;
  border-radius: 14px;
  color: #0a98c8;
  font-size: 28px;
  font-weight: bolder;
  line-height: 1.2;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.coreliquid .redeem__terms:hover {
  background: #4fa8dd;
  color: #fff;
}
.coreliquid .redeem__buynow {
  display: block;
  margin: 80px auto 0;
}
@media (min-width: 996px) {
  .coreliquid .redeem {
    padding-bottom: 80px;
  }
  .coreliquid .redeem__flex {
    gap: 55px;
  }
  .coreliquid .redeem__flex-item {
    width: calc((100% - 110px) / 3);
  }
  .coreliquid .redeem__flex-item:not(:last-child)::after {
    top: 50%;
    right: -37px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .coreliquid .redeem__terms {
    min-width: 320px;
    font-size: 36px;
  }
}
.coreliquid .wtb {
  padding: 80px 0;
}
.coreliquid .wtb__title {
  display: block;
  margin: 0 auto 40px;
}/*# sourceMappingURL=main.css.map */