@font-face {
  font-family: "Avenir Book";
  src: url("./fonts/Avenir-Book.otf");
}
@font-face {
  font-family: "Avenir Black";
  src: url("./fonts/Avenir-Black.otf");
}
.contact {
  position: relative;
  background: #1F1F1F;
  padding: 178.2px 66px 85px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 116.2px 16.5px 80px;
  }
}
.contact__page-heading {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 47px;
  color: #F2F2F2;
  font-size: 2.6rem;
  font-weight: 900;
  font-family: "Avenir Black", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact__page-heading {
    max-width: unset;
    width: 100%;
    margin: 72px 0 39px;
  }
}
.contact__arrow-back {
  position: absolute;
  padding-top: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact__arrow-back {
    display: block;
    width: 13.6px;
    padding-top: 0;
    left: 35px;
  }
}
.contact__arrow-back.success {
  display: none;
}
.contact__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 409px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 19px;
    max-width: 100%;
  }
}
.contact__input-item {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 47.5px;
}
@media screen and (max-width: 767px) {
  .contact__input-item {
    margin-bottom: 45.5px;
  }
}
.contact__input-item:nth-child(4) {
  margin-bottom: 79px;
}
@media screen and (max-width: 767px) {
  .contact__input-item:nth-child(4) {
    margin-bottom: 60px;
  }
}
.contact__input-label {
  font-size: 1.2rem;
  font-weight: 900;
  font-family: "Avenir Black", sans-serif;
  line-height: 1.3333333333em;
  color: #F2F2F2;
  text-transform: uppercase;
}
.contact__textarea-container {
  position: relative;
}
.contact__textarea-container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  background: url("./img/icon-textarea.svg") #1F1F1F;
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .contact__textarea-container::after {
    width: 15px;
    height: 20px;
    bottom: 5px;
  }
}
.contact__input-field {
  max-width: 408px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #F2F2F2;
  background: transparent;
  padding: 10px 20px;
  font-size: 1.4rem;
  font-family: "Avenir Book", sans-serif;
  font-weight: 300;
  line-height: 1.3571428571em;
  color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .contact__input-field {
    -webkit-appearance: none;
    border-radius: 0;
    max-width: 100%;
    font-size: 1.6rem;
    padding: 8px 18px;
  }
}
.contact__input-field:focus {
  outline: none;
}
.contact__input-field--textarea {
  resize: vertical;
}
@media screen and (max-width: 980px) {
  .contact__input-field--textarea {
    min-height: 147px;
  }
}
.contact__input-field.error {
  border-bottom: 1px solid #CB0000;
}
.contact__input-field.error:focus {
  border-bottom: 1px solid #F2F2F2;
}
.contact__button-container {
  width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact__button-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.contact__button-container.filled {
  width: 100%;
}
.contact__form-message {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 1.5rem;
  font-weight: 900;
  font-family: "Avenir Black", sans-serif;
  line-height: 1.3333333333em;
  color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .contact__form-message {
    margin-bottom: 10.5px;
  }
}
.contact__button {
  width: 200px;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: 0.7px solid #F2F2F2;
  background: transparent;
  color: #F2F2F2;
  font-weight: 900;
  font-family: "Avenir Black", sans-serif;
  cursor: pointer;
  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 screen and (max-width: 767px) {
  .contact__button {
    width: 100%;
    padding: 16px 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.contact__button:first-child {
  display: none;
}
@media screen and (max-width: 767px) {
  .contact__button:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.contact__button-container.filled .contact__button {
  background: -webkit-gradient(linear, left top, right top, from(#ee7829), to(#b4464e));
  background: linear-gradient(to right, #ee7829, #b4464e);
  border: 0.7px solid transparent;
}
.contact__button-container.filled .contact__button:first-child {
  background: transparent;
  display: block;
  border: 0.7px solid #F2F2F2;
}
.contact__button-container.success {
  width: 100%;
}
.contact__button-container.success .contact__form-message {
  position: relative;
  display: block;
}
.contact__button-container.success .contact__button {
  background: -webkit-gradient(linear, left top, right top, from(#ee7829), to(#b4464e));
  background: linear-gradient(to right, #ee7829, #b4464e);
  border: 0.7px solid transparent;
}
.contact__button-container.success .contact__button:first-child {
  display: none;
}
.contact--confirm p__button:first-child {
  display: block;
}

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

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol,
div {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Avenir Book", sans-serif;
  color: #f2f2f2;
  font-size: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #1F1F1F;
  scroll-behavior: smooth;
}
@media screen and (max-width: 980px) {
  html {
    min-width: 980px;
  }
}
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}

body {
  position: relative;
}

.section__title {
  font-family: "Avenir Black", sans-serif;
  font-size: 5rem;
  letter-spacing: 0;
  line-height: 1.36em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section__title {
    font-size: 4.5rem;
    line-height: 1.1111111111em;
  }
}
.section__text {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.3125em;
}
@media screen and (max-width: 767px) {
  .section__text {
    font-size: 1.9rem;
    line-height: 1.7894736842em;
  }
}

.header {
  width: 100%;
  color: #fff;
  padding: 40px 50px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  z-index: 999;
}
@media screen and (max-width: 980px) {
  .header {
    padding: 18.5px 16.5px;
  }
}
.header.active {
  background-color: rgba(31, 31, 31, 0.8);
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 30px;
}
.header__logo {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 119px;
  }
}
.header__logo img {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-item {
  font-family: "Avenir Book", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3333333333em;
}
.header__nav-item a {
  position: relative;
  padding-bottom: 3px;
}
.header__nav-item a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  background: #EE7829;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__nav-item:hover a {
  color: #EE7829;
}
.header__nav-item:hover a::before {
  width: 100%;
}
.header__nav-item:not(:last-of-type) {
  margin-right: 50px;
}
.header__nav-item--contact {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__nav-item--contact a {
  display: block;
  padding: 7px 15px 3px;
}
.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .header__sns {
    display: none;
  }
}
.header__sns-item:not(:last-of-type) {
  width: 28px;
  margin-right: 30px;
}
.header__sns-item:last-of-type {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .header__sns-item:not(:last-of-type) {
    margin-right: 20px;
  }
}
.header__sns-item img {
  width: 100%;
}
.header__hamburger-button {
  display: none;
}
@media screen and (max-width: 980px) {
  .header__hamburger-button {
    position: relative;
    display: block;
    border: 1px solid #F2F2F2;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    background: transparent;
    cursor: pointer;
    z-index: 999;
  }
}
.header__hamburger-icon {
  position: absolute;
  width: 22px;
  height: 1px;
  top: 45%;
  left: 23.5%;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 300ms ease-in-out transform;
  transition: 300ms ease-in-out transform;
}
@supports (-webkit-touch-callout: none) {
  .header__hamburger-icon {
    left: 24.5%;
  }
}
.header__hamburger-icon::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 22px;
  height: 1px;
  background: #fff;
  border-radius: 5px;
}
.header__hamburger-icon.active {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 50%;
}
.header__hamburger-icon.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}
.header__sp-nav {
  display: none;
}
@media screen and (max-width: 980px) {
  .header__sp-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    max-width: 300px;
    width: 100%;
    height: 100vh;
    background-color: #1F1F1F;
    z-index: 998;
    -webkit-transition: 200ms ease-in-out transform;
    transition: 200ms ease-in-out transform;
  }
}
.header__sp-nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  max-width: 229px;
  width: 100%;
  padding-bottom: 50px;
  border-bottom: 0.3px solid #F2F2F2;
  margin-bottom: 50px;
}
.header__menu-item {
  font-family: "Avenir Black", sans-serif;
  font-size: 2rem;
  line-height: 1.15em;
}
.header__menu-item--contact {
  text-align: center;
  font-family: "Avenir Black", sans-serif;
  background: -webkit-gradient(linear, left top, right top, from(#ee7829), to(#b4464e));
  background: linear-gradient(90deg, #ee7829 0%, #b4464e 100%);
  margin-top: 10px;
}
.header__menu-item--contact a {
  display: block;
  width: 100%;
  padding: 18.5px 0;
}
.header__mobile-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .js-sn {
  position: relative;
}
.header .js-sn:hover .header__subnav {
  padding: 10px 0;
  max-height: 300px;
}
@media screen and (max-width: 767px) {
  .header .pe-none {
    pointer-events: none;
  }
}
.header .js-sp-sn.toggled .header__subnav {
  max-height: 300px;
  padding: 10px 15px;
}
.header__subnav {
  position: absolute;
  left: 0;
  top: 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
@media screen and (max-width: 767px) {
  .header__subnav {
    position: static;
    padding: 0 15px;
  }
}
.header__subnav-item {
  display: block;
  color: #fff !important;
}
.header__subnav-item:not(:last-of-type) {
  margin-bottom: 5px;
}
.header__subnav-item::before {
  content: none;
  display: none;
}

.wrapper {
  position: relative;
  background-position: right -440px;
  z-index: 1;
  overflow: hidden;
}
.wrapper::after {
  content: "";
  position: absolute;
  width: 1963px;
  height: 2007px;
  background: url("./img/decor-2-pc.png") no-repeat;
  bottom: 250px;
  left: 90px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .wrapper::after {
    bottom: 730px;
    width: 375px;
    height: 2391px;
    background: url("./img/decor-2.png") no-repeat;
  }
}

.mv {
  width: 100%;
  padding: 355px 9.2% 195px;
}
@media screen and (max-width: 1440px) {
  .mv {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 325px 10.6% 200px;
  }
}
.mv__bg {
  position: absolute;
  right: 0;
  z-index: -2;
}
.mv__text {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .mv__text {
    padding-left: 20px;
  }
}
.mv__text span {
  font-family: "Avenir Black", sans-serif;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  opacity: 0;
  -webkit-transform: translate(-150px, 0) scale(0.3);
          transform: translate(-150px, 0) scale(0.3);
  -webkit-animation: leftRight 0.5s forwards;
          animation: leftRight 0.5s forwards;
}
@media screen and (max-width: 1440px) {
  .mv__text span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .mv__text span {
    font-size: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .mv__text > img {
    width: 100%;
  }
}
.mv__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 100%;
  background-image: url("./img/mv-line.png");
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .mv__text::before {
    top: 5px;
  }
}

@-webkit-keyframes leftRight {
  40% {
    -webkit-transform: translate(50px, 0) scale(0.7);
            transform: translate(50px, 0) scale(0.7);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0) scale(2);
            transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
  }
}

@keyframes leftRight {
  40% {
    -webkit-transform: translate(50px, 0) scale(0.7);
            transform: translate(50px, 0) scale(0.7);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0) scale(2);
            transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
  }
}
.sl {
  width: 100%;
  padding: 210px 9.2%;
}
@media screen and (max-width: 767px) {
  .sl {
    padding: 210px 10.6% 60px;
  }
}
.sl__text {
  margin-top: 25px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sl__text {
    width: 100%;
  }
}

.te {
  width: 100%;
  padding: 0 9.2% 170px;
  background: url("./img/decor-1-pc.png") no-repeat;
  background-position: -400px 250px;
}
@media screen and (max-width: 767px) {
  .te {
    padding: 0 10.6% 120px;
    background: url("./img/decor-1.png") no-repeat;
    background-position-y: 1150px;
  }
}
.te__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .te__list {
    grid-template-columns: 1fr;
  }
}
.te__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .te__list::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .te__item {
    padding: 60px 0 0;
  }
}
.te__item:nth-of-type(odd) {
  padding-right: 9%;
}
@media screen and (max-width: 767px) {
  .te__item:nth-of-type(odd) {
    padding-right: 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #6E6E6E;
  }
}
.te__item:nth-of-type(even) {
  padding-left: 9%;
}
@media screen and (max-width: 767px) {
  .te__item:nth-of-type(even) {
    padding-left: 0;
  }
}
.te__item-num {
  color: #6E6E6E;
  font-family: "Avenir Black", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.3666666667em;
}
@media screen and (max-width: 767px) {
  .te__item-num {
    font-size: 2.8rem;
  }
}
.te__item-step {
  font-family: "Avenir Black", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1.36em;
  margin-top: 30px;
}
.te__item-image {
  width: 100%;
  min-height: 180px;
  margin: 50px auto;
  max-width: 359px;
  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 screen and (max-width: 767px) {
  .te__item-image {
    max-width: 300px;
  }
}
.te__item-image--right {
  max-width: 347px;
}
@media screen and (max-width: 767px) {
  .te__item-image--right {
    max-width: 300px;
  }
}
.te__item-image img {
  max-width: 100%;
}
.te__item-desc {
  font-family: "Avenir Black", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.3333333333em;
}
@media screen and (max-width: 767px) {
  .te__item-desc {
    font-size: 2.2rem;
    line-height: 1.6363636364em;
  }
}
.te__item-desc--light {
  font-family: "Avenir Book", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3125em;
}
@media screen and (max-width: 767px) {
  .te__item-desc--light {
    font-size: 1.9rem;
    line-height: 1.6363636364em;
  }
}
.te__economy {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .te__economy {
    padding-top: 120px;
  }
}
.te__economy-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .te__economy-title {
    margin-bottom: 25px;
    font-size: 4rem;
  }
}
.te__economy-list {
  list-style-type: disc;
  padding-left: 20px;
}
.te__economy-text, .te__economy-item {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.3125em;
}
@media screen and (max-width: 767px) {
  .te__economy-text, .te__economy-item {
    font-size: 1.9rem;
    line-height: 1.7894736842em;
  }
}

.lower-banner {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .lower-banner {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .lower-banner {
    height: 260px;
  }
}
.lower-banner img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: -106.5%;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
@media screen and (max-width: 1280px) {
  .lower-banner img {
    min-width: 150%;
    top: -118%;
  }
}
@media screen and (max-width: 767px) {
  .lower-banner img {
    width: 125%;
    top: -200%;
  }
}

.liquidity {
  width: 100%;
  padding: 140px 9.2% 150px;
}
@media screen and (max-width: 767px) {
  .liquidity {
    padding: 115px 10.6% 0;
  }
}
.liquidity__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .liquidity__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.liquidity__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.liquidity__item:not(:last-of-type) {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .liquidity__item:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.liquidity__item:not(:first-of-type) .liquidity__item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.liquidity__item-title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .liquidity__item-title {
    margin-bottom: 25px;
  }
}
.liquidity__item-desc {
  font-size: 1.6rem;
  line-height: 1.3125em;
}
@media screen and (max-width: 767px) {
  .liquidity__item-desc {
    font-size: 1.9rem;
    line-height: 1.7894736842em;
  }
}
.liquidity__item-image {
  width: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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 screen and (max-width: 767px) {
  .liquidity__item-image {
    margin-top: 60px;
    width: 100%;
  }
}
.liquidity__item-image img {
  max-width: 196px;
  width: 100%;
}
.liquidity__item-image--lower img {
  max-width: 280px;
}
@media screen and (max-width: 767px) {
  .liquidity__item-image--lower img {
    max-width: 249px;
  }
}
.liquidity__brief-desc {
  font-family: "Avenir Black", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3125em;
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .liquidity__brief-desc {
    margin-top: 60px;
    font-size: 2.2rem;
    line-height: 1.6363636364em;
  }
}

.partner {
  width: 100%;
  padding: 0 9.2% 160px;
}
@media screen and (max-width: 767px) {
  .partner {
    padding: 115px 10.6% 120px;
  }
}
.partner__image {
  max-width: 289px;
  margin-top: 20px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .partner__image {
    margin-top: 35px;
    margin-bottom: 120px;
  }
}
.partner__image img {
  width: 100%;
}
.partner__button {
  background: -webkit-gradient(linear, left top, right top, from(#ee7829), to(#b4464e));
  background: linear-gradient(90deg, #ee7829 0%, #b4464e 100%);
  width: 100%;
  height: 100px;
  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;
  font-family: "Avenir Black", sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .partner__button {
    font-size: 2rem;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 0 28px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.3px solid #F2F2F2;
  padding: 54.5px 64px;
}
@media screen and (max-width: 767px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 45px 0 34px;
  }
}
.footer__copyright {
  font-family: "Avenir Book", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3333333333em;
  color: #8B8B8B;
}
.footer__logo {
  max-width: 176px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 29.5px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__sns-item:not(:last-of-type) {
  width: 28px;
  margin-right: 30px;
}
.footer__sns-item:last-of-type {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .footer__sns-item:not(:last-of-type) {
    margin-right: 20px;
  }
}
.footer__sns-item img {
  width: 100%;
}

.lds-ring__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.white {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.black {
  color: #000;
}

.black-bg {
  background: #000;
}

.primary {
  color: #1F1F1F;
}

.primary-bg {
  background: #1F1F1F;
}

.overflow {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*# sourceMappingURL=/main.css.map */