@charset "UTF-8";
@import "_normalize.css";
.icon-hamburg {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: transparent url(../img/icon-hamburg.svg) no-repeat center center;
  background-size: 100% auto;
}

.icon-logo {
  display: inline-block;
  width: 190px;
  height: 96px;
  background: transparent url(../img/logo-full.svg) no-repeat center center;
  background-size: 100% auto;
}

.icon-down {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: transparent url(../img/icon-down.svg) no-repeat center center;
  background-size: 100% auto;
}

.icon-up {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: transparent url(../img/icon-down.svg) no-repeat center center;
  background-size: 100% auto;
  transform: rotate(180deg);
}

.icon-left {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: transparent url(../img/icon-down.svg) no-repeat center center;
  background-size: 100% auto;
  transform: rotate(90deg);
}

.icon-right {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: transparent url(../img/icon-down.svg) no-repeat center center;
  background-size: 100% auto;
  transform: rotate(-90deg);
}

.icon-disabled {
  opacity: 0.3;
}

.icon-twitter {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: transparent url(../img/icon-twitter.svg) no-repeat center center;
  background-size: 100% auto;
}

.icon-telegram {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: transparent url(../img/icon-telegram.svg) no-repeat center center;
  background-size: 100% auto;
}

.icon-discord {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: transparent url(../img/icon-discord.svg) no-repeat center center;
  background-size: 100% auto;
}

.icon-copyright {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: transparent url(../img/icon-copyright.svg) no-repeat center center;
  background-size: 100% auto;
}

.icon-pointer_tr {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(../img/icon-pointer_tr.svg) no-repeat center center;
  background-size: 100% auto;
}

a {
  color: #212529;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 750px) {
  /* 根元素 font-size，750/25 */
  html {
    font-size: 30px;
  }
}

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