.kv {
  position: relative;
  z-index: 10;
  padding: 65px 25px 30px;
}

@media (min-width: 996px) {
  .kv {
    padding: 25px 0;
  }
}

.kv img {
  vertical-align: bottom;
}

.kv__base {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -webkit-filter: drop-shadow(#444 0px 40px 30px);
          filter: drop-shadow(#444 0px 40px 30px);
}

.kv__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-mask: url("../images/kv-mask.png") bottom center no-repeat;
  mask: url("../images/kv-mask.png") bottom center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: url("../images/kv-bg.jpg") center center no-repeat ;
  background-size: cover;
}

.kv__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: url("../images/kv-top.png") top left no-repeat ;
  background-size: cover;
}

.kv__box {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

@media (min-width: 996px) {
  .kv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.kv__title {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: auto;
}

.kv__title .peo {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.kv__pdBox {
  position: relative;
}

.kv__discount {
  position: absolute;
  z-index: 3;
  width: 30%;
  right: 0;
  top: 60vw;
}

@media (min-width: 996px) {
  .kv__discount {
    width: 18%;
    top: 0;
  }
}

.kv__sale1 {
  display: none;
}

@media (min-width: 996px) {
  .kv__sale1 {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.kv__sale2 {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
  margin-top: -10vw;
}

@media (min-width: 996px) {
  .kv__sale2 {
    display: none;
  }
}

.kv__pd {
  -webkit-animation: 2s float infinite ease-in-out;
          animation: 2s float infinite ease-in-out;
}

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

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

[data-aos="peo1"] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

[data-aos="peo1"].aos-animate {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-aos="peo2"] {
  opacity: 0;
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

[data-aos="peo2"].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

[data-aos="peo3"] {
  opacity: 0;
  -webkit-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

[data-aos="peo3"].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mainBody {
  position: relative;
  padding-top: 45px;
}

.buyNow .tab__flexBoxInside {
  background: url("../images/tab-bg.png") top center no-repeat;
  background-size: 100% auto;
}

.buyNow .tab__flexBoxInside-pic::after {
  display: none !important;
}

.buyNow .tab__flexBox {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.buyNow .tab__flexBox-icon {
  display: none;
}

.buyNow .tab__flexBox.select {
  -webkit-filter: drop-shadow(0 8px 1px #266def);
          filter: drop-shadow(0 8px 1px #266def);
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.buyNow .tab__label {
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
  color: #fff;
}

.buyNow .tab__label p {
  font-size: 14px;
}

@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: 18px;
  }
}

.buyNow .selectarea__filter-item {
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
  cursor: pointer;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
}

.buyNow .selectarea__filter-item:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-box-shadow: inset 0 0 30px rgba(215, 112, 60, 0.7), 0 0 8px #266def;
          box-shadow: inset 0 0 30px rgba(215, 112, 60, 0.7), 0 0 8px #266def;
}

.buyNow .selectarea__filter-item--active {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-box-shadow: inset 0 0 30px rgba(215, 112, 60, 0.7), 0 0 8px #266def;
          box-shadow: inset 0 0 30px rgba(215, 112, 60, 0.7), 0 0 8px #266def;
}

.buyNow .selectarea__filter-item--active:hover {
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
  -webkit-box-shadow: 0 0 30px rgba(52, 73, 112, 0.7), 0 0 8px #266def;
          box-shadow: 0 0 30px rgba(52, 73, 112, 0.7), 0 0 8px #266def;
}

.buyNow .hatch__slider .hatch__box {
  padding: 30px 25px;
  position: relative;
  border: none;
}

.buyNow .hatch__slider .hatch__box::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #f5faf7;
  -webkit-box-shadow: #c8cec8 3px 3px 5px inset;
          box-shadow: #c8cec8 3px 3px 5px inset;
}

.buyNow .hatch__slider .hatch__box::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #f5faf7;
  -webkit-box-shadow: #c8cec8 3px 3px 5px inset;
          box-shadow: #c8cec8 3px 3px 5px inset;
}

.buyNow .sec3__title {
  color: #000;
  padding: 5px 0 30px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

.buyNow .hatch__buyNowBtn-buynow--gaming,
.buyNow .hatch__buyNowBtn-buynow--business,
.buyNow .hatch__buyNowBtn-buynow--claw {
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
  border-radius: 0 10px 0 10px;
}

.redeem {
  padding: 30px;
}

.redeem__flex a {
  color: #598bdb;
  text-decoration: underline;
}

.redeem__flex a:hover {
  text-decoration: none;
}

@media (min-width: 996px) {
  .redeem__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
}

.redeem__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.redeem__item--title {
  padding-bottom: 20px;
}

.redeem__item--title span {
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
}

.redeem figure {
  text-align: center;
}

.redeem figure img {
  max-width: 250px;
  margin: 0 auto 20px;
}

.redeem__arrow {
  margin: 20% 30px 0;
  text-align: center;
}

.redeem__arrow img {
  width: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 996px) {
  .redeem__arrow img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.redeem__btnBox {
  padding-top: 50px;
  text-align: center;
}

.redeem__btnBox a, .redeem__btnBox button {
  text-decoration: none;
  border: none;
}

@media (min-width: 996px) {
  .redeem__btnBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.text--note {
  text-align: center;
  padding-top: 50px;
}

.popup {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.popup__inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  height: auto;
  background: #fff;
  color: #222;
  -webkit-box-shadow: #ccc 0 0 30px;
          box-shadow: #ccc 0 0 30px;
}

.popup-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 100%;
}

.popup-close:hover::before {
  background: #5399d7;
}

.popup-close::before {
  font-family: "msi-icons" !important;
  content: "\ea02";
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 100%;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #266def;
  cursor: pointer;
}

@media (min-width: 996px) {
  .popup-close::before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

.popup__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
  padding: 10px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  text-shadow: #111 1px 1px 3px;
}

@media (min-width: 996px) {
  .popup__header {
    font-size: 30px;
  }
}

.popup__content {
  height: 80vh;
  overflow-y: auto;
  padding: 25px;
}

.popup__content::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.popup__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.popup__content::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#737576), color-stop(#bdbfc3), to(#96999c));
  background: linear-gradient(to bottom, #737576, #bdbfc3, #96999c);
  border-radius: 10px;
}

@media (min-width: 996px) {
  .popup__content {
    padding: 50px;
  }
}

.terms {
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
}

.terms-title {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
  margin-top: 25px;
}

.terms ul {
  margin-left: 20px;
}

.terms ul li {
  list-style: disc;
  padding: 5px 0;
}

.terms ol {
  margin-left: 25px;
}

.terms ol li {
  list-style: lower-roman;
}

.terms h4 {
  padding: 15px 0;
}

.terms a {
  color: #dc341a;
  text-decoration: underline;
}

.terms a:hover {
  text-decoration: none;
}

.terms table {
  display: table;
  margin-top: 10px;
  width: 100%;
}

.terms table th {
  background: -webkit-gradient(linear, left top, right top, from(#dc7d6e), color-stop(#e6ac75), to(#ea5a5a));
  background: linear-gradient(to right, #dc7d6e, #e6ac75, #ea5a5a);
  padding: 10px;
  color: #fff;
}

.terms table td {
  border: #ccc 1px solid;
  padding: 10px;
}

.redeemBox .redeem {
  padding: 25px 25px 40px;
  text-align: center;
}

.redeemBox .redeem a {
  color: #dc341a;
  text-decoration: underline;
}

.redeemBox .redeem a:hover {
  text-decoration: none;
}

.diablo {
  text-align: center;
}

.diablo a {
  color: #c2962f;
}

.diablo a:hover {
  text-decoration: underline;
}

.diablo .redeem__step {
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 40px;
}

.diablo .redeem__step span {
  display: inline-block;
  background: linear-gradient(45deg, rgba(129, 85, 32, 0.5), rgba(211, 177, 120, 0.5));
  border-radius: 20px;
  padding: 10px;
  color: #fff;
}

.diablo .redeem__step:first-child {
  margin-top: 0;
}

.diablo .redeem__text {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
}

.diablo .redeem__note {
  opacity: .6;
  padding-top: 15px;
  font-size: 14px;
}

.project {
  position: relative;
  color: #fff;
  background: url("../images/bg.jpg") bottom right no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 60px;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project picture {
  display: block;
}

.project h1 {
  position: absolute;
  top: -10px;
  font-size: 0;
}

.project * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project .common-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1330px;
}

.project .common-container-topsp {
  margin-top: 45px;
}

@media (min-width: 996px) {
  .project .common-container-topsp {
    margin-top: 60px;
  }
}

.project .common__box {
  position: relative;
  z-index: 2;
  padding: 5px;
  margin: 25px auto;
}

.project .common__box__inner {
  overflow: hidden;
}

.project .common__titleBox {
  text-align: center;
}

.project .common__titleBox img {
  margin-top: 10px;
}

@media (min-width: 996px) {
  .project .common__titleBox img {
    width: 70%;
  }
}

.project .common-title {
  position: relative;
  font-size: 24px;
  text-align: center;
}

.project .common-title::after {
  content: attr(data-text);
  position: absolute;
  inset: -2px 2px;
  text-align: center;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
  color: transparent;
  background-clip: text;
  text-shadow: #1a1a7d 2px 2px 30px;
}

.project .common-title span {
  position: relative;
  z-index: 2;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
  background-clip: text;
  color: transparent;
}

@media (min-width: 996px) {
  .project .common-title {
    font-size: 40px;
  }
}

.project .common__btnwrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 25px;
}

@media (min-width: 996px) {
  .project .common__btnwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.project .common-btn {
  position: relative;
  outline: none;
  font-size: 16px;
  border: rgba(255, 255, 255, 0.3) 2px solid;
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
  margin: 5px 10px;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  border-radius: 5px;
  border: none;
  text-decoration: none;
}

.project .common-btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 1px;
  background: #fff;
}

.project .common-btn span {
  position: relative;
  z-index: 3;
  display: block;
  padding: 15px 45px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
  background-clip: text;
  color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .project .common-btn span {
    letter-spacing: 1px;
  }
}

.project .common-btn:hover {
  border-color: rgba(38, 40, 117, 0.8);
  color: #fff;
  -webkit-box-shadow: #fff 2px 2px 10px;
          box-shadow: #fff 2px 2px 10px;
  -webkit-transform: scale(1.003) translate(2px, 2px);
          transform: scale(1.003) translate(2px, 2px);
}

.project .common-btn:hover span {
  color: #fff;
}

.project .common-btn:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(#63bcf3), color-stop(#266def), to(#5399d7));
  background: linear-gradient(to right, #63bcf3, #266def, #5399d7);
}

@-webkit-keyframes btnsty {
  0% {
    width: 0%;
    height: 100%;
  }
  100% {
    width: 200%;
    height: 200%;
  }
}

@keyframes btnsty {
  0% {
    width: 0%;
    height: 100%;
  }
  100% {
    width: 200%;
    height: 200%;
  }
}
/*# sourceMappingURL=main.css.map */