* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

html {
  scroll-behavior: smooth;
}

.kv {
  position: relative;
}
.kv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, transparent, rgb(0, 0, 0));
  z-index: 10;
}
.kv img {
  width: 100%;
}
.kv__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.mainTxt {
  position: inherit;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  z-index: 20;
}
@media (min-width: 996px) {
  .mainTxt {
    font-size: 75px;
  }
}
.mainTxt__box01 {
  color: #fff;
}
.mainTxt__box02 {
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#e664ff), to(#ff4164));
  background: linear-gradient(90deg, #e664ff, #ff4164);
  -webkit-background-clip: text;
  -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
}

.main-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  z-index: 20;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 32px;
  }
}

.eligible {
  position: relative;
  padding: 5% 0;
}
.eligible::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#0c0b07), to(transparent));
  background: linear-gradient(#0c0b07, transparent);
  z-index: 0;
}
.eligible__wrapper {
  position: relative;
  z-index: 10;
}
.eligible__wrapper-pdLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
}
@media (min-width: 996px) {
  .eligible__wrapper-pdLine {
    gap: 50px;
  }
}
.eligible__wrapper-pdLine .itemBox {
  position: relative;
  width: 50%;
  border: 1px solid #A067DF;
  border-radius: 10px;
  overflow: hidden;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 996px) {
  .eligible__wrapper-pdLine .itemBox {
    width: calc(33% - 20px);
    border-radius: 25px;
  }
}
.eligible__wrapper-pdLine .itemBox:hover {
  cursor: pointer;
}
.eligible__wrapper-pdLine .itemBox:hover figure {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.eligible__wrapper-pdLine .itemBox figure {
  position: relative;
  width: 75%;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 0;
  padding: 40px 0;
}
.eligible__wrapper-pdLine .itemBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.eligible__wrapper-pdLine .itemBox h4 {
  position: relative;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #A067DF;
  padding: 5px 0;
  z-index: 10;
  text-transform: uppercase;
}
@media (min-width: 996px) {
  .eligible__wrapper-pdLine .itemBox h4 {
    font-size: 22px;
    padding: 15px 0;
  }
}
.eligible__wrapper-pdLine .itemBox.active::before {
  background: rgba(255, 255, 255, 0.63);
}
.eligible__wrapper-subTitle {
  position: relative;
  color: #e3ddd7;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px 0 10px;
}
@media (min-width: 996px) {
  .eligible__wrapper-subTitle {
    font-size: 28px;
    padding: 5% 0 2%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.eligible__wrapper-subTitle::before, .eligible__wrapper-subTitle::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #fff;
}
.eligible__wrapper-subTitle::before {
  margin-right: 5%;
}
.eligible__wrapper-subTitle::after {
  margin-left: 5%;
}
.eligible__wrapper-subTitle h4 {
  font-size: 20px;
  padding: 5px 25px;
  border-radius: 10px;
}
@media (min-width: 996px) {
  .eligible__wrapper-subTitle h4 {
    font-size: 26px;
  }
}
.eligible__wrapper-bigsubtabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eligible__wrapper-bigsubtabs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: auto;
  color: rgba(255, 255, 255, 0.6392156863);
  font-weight: bold;
  font-size: 12px;
  margin: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  background: rgba(235, 92, 223, 0.3058823529);
  border: 1px solid #eb5cb2;
}
@media (min-width: 996px) {
  .eligible__wrapper-bigsubtabs-item {
    font-size: 20px;
  }
}
.eligible__wrapper-bigsubtabs-item:hover {
  color: #fff;
  cursor: pointer;
  background: rgba(235, 92, 223, 0.6784313725);
}
.eligible__wrapper-bigsubtabs-item.active {
  color: #fff;
  background: #eb5cb2;
  text-shadow: 0 0 10px #fff;
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
}
.eligible__wrapper-filtersubtabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
}
.eligible__wrapper-filtersubtabs-item {
  width: auto;
  color: rgba(255, 255, 255, 0.5137254902);
  font-weight: bold;
  font-size: 12px;
  margin: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #f1f1f1;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 996px) {
  .eligible__wrapper-filtersubtabs-item {
    font-size: 20px;
  }
}
.eligible__wrapper-filtersubtabs-item:hover {
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.6);
}
.eligible__wrapper-filtersubtabs-item.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.6);
  text-shadow: 0 0 10px #fff;
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
}
.eligible__wrapper-table {
  margin: 20px 0;
}
.eligible__wrapper-table .item {
  display: block;
  width: calc(30% - 20px);
  margin: 10px;
}
.eligible__wrapper-table .item .pdNameCol {
  width: 65%;
  border-right: 1px solid #e3bd99;
}
.eligible__wrapper-table .item .steamCodeCol {
  width: 35%;
}
.eligible__wrapper-table .item .steamCodeCol .col-numBox {
  font-size: 14px;
  padding: 15px;
  text-align: center;
  height: 100%;
  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;
}
@media (min-width: 996px) {
  .eligible__wrapper-table .item .steamCodeCol .col-numBox {
    font-size: 20px;
  }
}
.eligible__wrapper-table .item .col-title {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px;
  background: #34537b;
  height: 100%;
  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;
}
@media (min-width: 996px) {
  .eligible__wrapper-table .item .col-title {
    font-size: 22px;
    padding: 10px;
  }
}
.eligible__wrapper-table .item .col-pdBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.eligible__wrapper-table .item .col-pdBox__name {
  font-size: 14px;
  margin-right: 20px;
  color: #fff;
}
@media (min-width: 996px) {
  .eligible__wrapper-table .item .col-pdBox__name {
    font-size: 20px;
  }
}
.eligible__wrapper-table .item .col-pdBox__name:hover {
  text-decoration: underline;
}
.eligible__wrapper-table .item .col-pdBox__btn {
  color: #fff;
  background: #7c5e21;
  padding: 5px 0;
  border-radius: 5px;
  border: 1px solid #7c5e21;
  -webkit-box-shadow: 6px 6px 0 0 #fff;
          box-shadow: 6px 6px 0 0 #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
@media (min-width: 996px) {
  .eligible__wrapper-table .item .col-pdBox__btn {
    padding: 5px 20px;
    font-size: 18px;
    width: auto;
  }
}
.eligible__wrapper-table .item .col-pdBox__btn:hover {
  color: #7c5e21;
  background: rgba(255, 255, 255, 0.937254902);
}

.wtb {
  position: relative;
  padding: 5% 0;
}
.wtb__title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  z-index: 20;
  position: relative;
}
@media (min-width: 996px) {
  .wtb__title {
    font-size: 32px;
  }
}/*# sourceMappingURL=main.css.map */