@font-face {
  font-family: "Prata";
  src: url("../font/Prata.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/MontserratEL.ttf") format("truetype");
  font-weight: normal;
}
main {
  color: #fff;
  padding: 130px 0 30px;
}
main br {
  display: none;
}
main h2 {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 48px;
}
main p {
  font-size: 12px;
}
main .box_f h2, main .box_f .box, main .box_s h2, main .box_s .box, main .box_t h2, main .box_t .box {
  padding: 0 40px;
}
main .box_f h2.pc, main .box_s h2.pc {
  display: none;
}
main .box_f .box, main .box_s .box {
  padding: 130px 40px;
}
main .box_f a, main .box_s a {
  text-decoration: none;
  color: #fff;
}
main .box_f h2 {
  transform: translateY(-100px);
  position: relative;
  z-index: 1;
}
main .box_f .box {
  background: url("../img/web/prive_token/prive_token_bg1.webp") center center;
  background-size: cover;
  margin-top: -80px;
  transform: translateY(100px);
}
main .box_f .box p {
  max-width: 250px;
  transform: translateY(-200px);
  transition-delay: 1s;
}
main .box_f h2, main .box_f .box, main .box_f .box p {
  opacity: 0;
  transition: all 1s ease;
}
main .box_f.visible .box, main .box_f.visible .box p, main .box_f.visible h2 {
  transform: translateY(0);
  opacity: 1;
}
main .btw {
  padding: 80px 0;
}
main .btw p {
  width: 300px;
  max-width: 75%;
  margin: 0 auto;
  transform: translateY(200px);
  opacity: 0;
  transition: all 1s ease;
}
main .btw.visible p {
  opacity: 1;
  transform: translateY(0);
}
main .box_s {
  margin-bottom: 80px;
}
main .box_s h2:not(.pc) {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1s ease;
}
main .box_s h2.pc span {
  opacity: 0;
  transition: all 1s ease;
}
main .box_s h2.pc span:nth-of-type(1) {
  transform: translateY(-150px);
  transition-delay: 0.3s;
}
main .box_s h2.pc span:nth-of-type(2) {
  transform: translateY(-100px);
  transition-delay: 0.2s;
}
main .box_s h2.pc span:nth-of-type(3) {
  transform: translateY(-100px);
  transition-delay: 0.1s;
}
main .box_s.visible h2.pc span {
  opacity: 1;
  transform: translateY(140px);
}
main .box_s.visible h2:not(.pc) {
  opacity: 1;
  transform: translateY(0px);
}
main .box_s:not(.visible) .box p:not(:last-of-type)::after {
  width: 0px !important;
}
main .box_s .box {
  background: url("../img/web/prive_token/prive_token_bg2.webp") center center;
  background-size: cover;
  margin-top: -65px;
  padding-bottom: 60px;
}
main .box_s .box p {
  max-width: 250px;
}
main .box_s .box p:not(:last-of-type) {
  margin-bottom: 20px;
  font-weight: 600;
}
main .box_t h2, main .box_t .box {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease;
}
main .box_t.visible h2, main .box_t.visible .box {
  opacity: 1;
  transform: translateY(0);
}
main .box_t .box {
  margin: 40px 0 140px;
  transition-delay: 0.1s;
}
main .box_t .box p {
  max-width: 250px;
  margin-bottom: 10px;
  font-weight: 600;
}
main .box_t .box ul {
  padding: 0 0 0 10px;
}
main .box_t .box ul li {
  font-size: 12px;
  padding-top: 10px;
}
main .box_t .box ul li span {
  font-weight: 600;
}
main button.btn {
  margin-top: 40px;
  display: block;
  text-align: left;
  width: 100%;
  height: 140px;
  color: #fff;
  padding: 0 40px;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}
main button.btn:nth-of-type(1) {
  background: url("../img/web/prive_token/prive_token_bg3.webp") center center;
  background-size: cover;
}
main button.btn:nth-of-type(2) {
  background: url("../img/web/prive_token/prive_token_bg4.webp") center center;
  background-size: cover;
}
main button.btn br {
  display: initial;
}

.form {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  padding: 40px 30px;
  transition: all 0.5s ease;
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
}
.form:not(.active) {
  opacity: 0;
  transform: translate(-50%, calc(-50% + 150px));
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form.sending {
  filter: blur(3px);
}
.form.sending input, .form.sending button {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form .h p.h {
  font-size: 24px;
  margin-bottom: 10px;
}
.form .h p.nh {
  font-size: 12px;
  margin-bottom: 25px;
}
.form .h div {
  display: flex;
  flex-direction: column;
  flex-direction: row;
}
.form .h input {
  margin-bottom: 25px;
  display: block;
  padding: 4px 0 8px;
  color: #fff;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}
.form .h button {
  padding: 10px 25px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 15px;
  background: #fff;
  color: #000;
  border-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  main {
    padding-left: 220px;
  }
  main h2 {
    font-size: 70px;
  }
  main p {
    font-size: 14px;
  }
  main .box_f .box {
    padding: 140px 40px 160px;
  }
  main .box_f .box p {
    max-width: 300px;
  }
  main .btw {
    padding: 120px 0 0;
  }
  main .btw p {
    max-width: 400px;
    width: 100%;
  }
  main .box_s {
    margin-bottom: 120px;
  }
  main .box_s h2.pc {
    display: initial;
    padding: 0;
  }
  main .box_s h2.pc span {
    display: block;
    width: 345px;
    padding-left: 40px;
    transform: translateY(140px);
  }
  main .box_s h2.pc span:nth-of-type(2) {
    text-align: right;
  }
  main .box_s h2:not(.pc) {
    display: none;
  }
  main .box_s .box {
    padding: 180px 40px 120px;
    margin: 0;
  }
  main .box_s .box p:not(:last-of-type) {
    margin-bottom: 25px;
    max-width: 500px;
    position: relative;
    z-index: 0;
  }
  main .box_s .box p:not(:last-of-type)::after {
    content: "";
    height: 1px;
    position: absolute;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.75s ease;
  }
  main .box_s .box p:not(:last-of-type):nth-of-type(1)::after {
    width: 100px;
  }
  main .box_s .box p:not(:last-of-type):nth-of-type(2)::after {
    width: 150px;
    transition-delay: 0.1s;
  }
  main .box_s .box p:not(:last-of-type):nth-of-type(3)::after {
    width: 200px;
    transition-delay: 0.2s;
  }
  main .box_s .box p:not(:last-of-type):nth-of-type(4)::after {
    width: 250px;
    transition-delay: 0.3s;
  }
  main .box_s .box p:last-of-type {
    font-size: 10px;
    max-width: initial;
    padding-top: 15px;
    color: #ddd;
  }
  main .box_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
  }
  main .box_t h2 {
    padding-right: 0;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  main .box_t h2 br {
    display: initial;
  }
  main .box_t .box {
    padding-left: 60px;
    margin: 0;
  }
  main button.btn {
    font-size: 14px;
    height: 180px;
    margin-top: 60px;
  }
}/*# sourceMappingURL=prive_token.css.map */