.kv {
  position: relative;
  overflow: hidden;
}

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

.kv__img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.kv__box {
  position: relative;
  z-index: 2;
  padding: 0 8vw 10vw;
  margin-top: 60vw;
}

@media (min-width: 996px) {
  .kv__box {
    margin: 5vw;
    padding: 0;
    width: 45%;
  }
}

.kv__text {
  width: 80%;
}

@media (min-width: 996px) {
  .kv__text {
    width: 65%;
  }
}

.kv__date {
  border-top: #000 1px solid;
  padding-top: 15px;
  margin-top: 15px;
}

@media (min-width: 996px) {
  .kv__date {
    border-width: 3px;
    width: 85%;
  }
}

.kv__title {
  position: relative;
}

.kv__title img {
  position: relative;
  z-index: 5;
}

.kv__title__mask {
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-mask: url("../images/kv-title-mask.png") center center no-repeat;
  mask: url("../images/kv-title-mask.png") center center no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #fff;
}

.kv__title__mask::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, #5be84a, rgba(91, 232, 74, 0));
  -webkit-animation: 5s kvtitle infinite ease-in-out;
          animation: 5s kvtitle infinite ease-in-out;
  top: 50%;
  left: 50%;
  z-index: 0;
}

@-webkit-keyframes kvtitle {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  20% {
    -webkit-transform: translate(-40%, -45%);
            transform: translate(-40%, -45%);
  }
  40% {
    -webkit-transform: translate(-30%, -20%);
            transform: translate(-30%, -20%);
  }
  60% {
    -webkit-transform: translate(-60%, -65%);
            transform: translate(-60%, -65%);
  }
  80% {
    -webkit-transform: translate(-40%, -45%);
            transform: translate(-40%, -45%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@keyframes kvtitle {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  20% {
    -webkit-transform: translate(-40%, -45%);
            transform: translate(-40%, -45%);
  }
  40% {
    -webkit-transform: translate(-30%, -20%);
            transform: translate(-30%, -20%);
  }
  60% {
    -webkit-transform: translate(-60%, -65%);
            transform: translate(-60%, -65%);
  }
  80% {
    -webkit-transform: translate(-40%, -45%);
            transform: translate(-40%, -45%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.prod {
  text-align: center;
  padding-top: 60px;
}

.prod__wrapper {
  position: relative;
}

.prod__img {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  left: 0;
}

.prod__note {
  padding-top: 51vw;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.prod .pdbtn {
  position: absolute;
  z-index: 10;
  width: 50vw;
  height: 52vw;
  top: 0vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.redeem__icon {
  width: 100%;
  margin: 0 auto;
  max-width: 150px;
}

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

.redeem__arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 15px auto;
}

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

.redeem__item p {
  width: 90%;
  margin: 0 auto;
  max-width: auto;
  padding: 15px 0;
}

.redeem__item a {
  color: #222;
  border-bottom: #333 1px solid;
}

.redeem__item a:hover {
  border-color: #3ee032;
  color: #3ee032;
}

@media (min-width: 996px) {
  .redeem__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.redeem__btn a {
  cursor: pointer;
}

.redeem__btn a:hover {
  -webkit-filter: drop-shadow(5px 5px 10px #3ee032);
          filter: drop-shadow(5px 5px 10px #3ee032);
}

@media (min-width: 996px) {
  .redeem__btn a img {
    width: 40%;
    margin: 0 auto;
    max-width: auto;
  }
}

.example ul {
  text-align: left;
  font-size: 20px;
}

.example ul b {
  display: block;
  padding-bottom: 8px;
}

.example ul b::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #666;
  margin-right: 5px;
}

.example ul li {
  padding-bottom: 20px;
}

.wtb__text p {
  padding-bottom: 30px;
  font-size: 20px;
}

.wtb__text .note {
  font-size: 17px;
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}

.wtb__text .note span {
  color: #f00;
}

.popup {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 25px;
  background: rgba(0, 0, 0, 0.7);
}

.popup__wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
  position: relative;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-bottom: 10px;
}

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

.popup-close:hover::before {
  background: rgba(255, 255, 255, 0.5);
}

.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: rgba(255, 255, 255, 0.3);
  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, right top, left top, from(#8ca6d1), to(#3ee032));
  background: linear-gradient(to left, #8ca6d1, #3ee032);
  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 {
  padding: 25px;
  height: 80vh;
  overflow-y: auto;
  margin: 10px 10px 30px;
}

.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(#3ee032), color-stop(#8ca6d1), to(#3ee032));
  background: linear-gradient(to bottom, #3ee032, #8ca6d1, #3ee032);
  border-radius: 10px;
}

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

#terms {
  font-size: 17px;
  line-height: 1.8;
}

#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 table {
  width: 100%;
  border-collapse: collapse;
}

#terms table th {
  background: -webkit-gradient(linear, right top, left top, from(#8ca6d1), to(#3ee032));
  background: linear-gradient(to left, #8ca6d1, #3ee032);
  padding: 15px;
  text-align: center;
  color: #fff;
  border-right: #fff 1px solid;
}

#terms table td {
  border: #8ca6d1 1px solid;
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
  font-family: var(--MSIBodyFont);
}

#terms .title {
  margin: 20px 0 10px;
  position: relative;
}

#terms .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#8ca6d1), to(#3ee032));
  background: linear-gradient(to left, #8ca6d1, #3ee032);
}

#terms .title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 5px;
}

.project {
  background: #fff;
  --font: "vdl-logog", sans-serif;
}

.project picture {
  display: block;
}

.project .common__container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  padding: 15px;
}

@media (min-width: 996px) {
  .project .common__container {
    padding: 40px 35px;
  }
}

.project .common-title {
  margin: 15px auto;
}

@media (min-width: 996px) {
  .project .common-title {
    margin-bottom: 30px;
  }
}

.project .common-title span {
  display: inline-block;
  background: #000;
  border-radius: 5px;
  color: #3ee032;
  padding: 15px;
  font-weight: 900;
}

@media (min-width: 996px) {
  .project .common-title span {
    font-size: 50px;
    padding: 15px 40px;
    border-radius: 20px;
  }
}

.project .common__note {
  padding: 20px 0;
}

.project .common__note li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.project .common__note li span::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #222;
  margin-top: 9px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  margin-right: 5px;
}

.project .wrapper {
  border: #000 3px solid;
  background: #fff;
}

@media (min-width: 996px) {
  .project .wrapper {
    border-width: 20px;
  }
}

.project .wrapper__inner {
  margin: 15px;
  border: #000 2px solid;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(rgba(0, 0, 0, 0.06)), color-stop(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.06)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.06));
}

@media (min-width: 996px) {
  .project .wrapper__inner {
    border-width: 5px;
    border-radius: 30px;
    margin: 30px;
    padding: 20px 0;
  }
}
/*# sourceMappingURL=main.css.map */