.project {
  position: relative;
  background: url("../images/bg.jpg") top center no-repeat;
  background-size: 100% auto;
  background-color: #082347;
  color: #fff;
}

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

.project h1 {
  position: absolute;
  left: -100%;
}

.project picture {
  display: block;
}

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

.project .common-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1420px;
  text-align: center;
  padding: 10vw 25px;
}

@media (min-width: 996px) {
  .project .common-container {
    padding: 5vw 0;
  }
}

.project .common-title {
  width: 70%;
  margin: 0 auto;
  max-width: auto;
}

@media (min-width: 996px) {
  .project .common-title {
    max-width: 450px;
  }
}

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

.project .store__box a {
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.project .store__box a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: #67b8db 0 0 20px;
          box-shadow: #67b8db 0 0 20px;
}

.project .store__box figure {
  margin: 10px;
}

@media (min-width: 996px) {
  .project .store__box figure {
    margin: 30px;
  }
  .project .store__box figure img {
    height: 80px;
  }
}

.project .kv {
  position: relative;
  padding: 25px 25px 0;
}

.project .kv-badge {
  text-align: right;
}

.project .kv-badge img {
  width: 60px;
}

@media (min-width: 996px) {
  .project .kv__box {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    padding-top: 80px;
  }
  .project .kv-badge {
    position: absolute;
    z-index: 2;
    right: 50px;
    top: 50px;
  }
  .project .kv-badge img {
    width: 120px;
  }
}

.project .info {
  position: relative;
}

@media (min-width: 996px) {
  .project .info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .project .info__box .info-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 25px;
  }
}

.project .redeem {
  position: relative;
  z-index: 2;
  margin-top: -10px;
}

@media (min-width: 996px) {
  .project .redeem {
    padding-bottom: 20px;
  }
}

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

.project .redeem__btn {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
}

.project .redeem__btn-img {
  position: absolute;
  z-index: 2;
  width: 32%;
  right: -15%;
  top: -30%;
  -webkit-animation: 1s hand infinite ease-in-out;
          animation: 1s hand infinite ease-in-out;
}

.project .redeem__btn a {
  position: relative;
  z-index: 0;
}

.project .redeem__btn a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.project .redeem__box {
  position: relative;
  z-index: 2;
  color: #222;
  text-align: center;
}

.project .redeem h6 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
}

@media (min-width: 996px) {
  .project .redeem h6 {
    margin-bottom: 25px;
    font-size: 30px;
  }
}

.project .redeem h6 span {
  position: relative;
  z-index: 2;
}

.project .redeem h6::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 110%;
  height: 6px;
  left: -5%;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.project .redeem p {
  line-height: 1.6;
}

.project .redeem p a {
  display: block;
  color: #3f71ff;
}

.project .redeem p a:hover {
  text-decoration: underline;
}

.project .redeem p b {
  font-weight: normal;
  display: block;
}

@media (min-width: 996px) {
  .project .redeem p span {
    display: block;
  }
}

.project .redeem__box {
  width: 100%;
  margin: 0 auto;
  max-width: 1480px;
  padding: 25px;
}

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

.project .redeem__step {
  padding: 25px;
  border-bottom: #333 1px solid;
}

@media (min-width: 996px) {
  .project .redeem__step {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-bottom: none;
    border-right: #333 1px solid;
  }
}

.project .redeem__step:last-child {
  border: none;
}

.project .redeem__step:nth-child(odd) h6::before {
  background: #b4dee9;
}

.project .redeem__step:nth-child(even) h6::before {
  background: #d1b2e8;
}

@-webkit-keyframes hand {
  0%, 100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(1px, 3px);
            transform: translate(1px, 3px);
  }
}

@keyframes hand {
  0%, 100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(1px, 3px);
            transform: translate(1px, 3px);
  }
}

.project .terms {
  background: #000;
  padding: 50px 25px;
}

@media (min-width: 996px) {
  .project .terms {
    padding: 100px 25px;
  }
}

.project .terms ul {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 20px;
}

@media (min-width: 996px) {
  .project .terms ul {
    padding-top: 50px;
  }
}

.project .terms li {
  list-style: lower;
  padding-bottom: 10px;
  line-height: 1.8;
}
/*# sourceMappingURL=main.css.map */