@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@300&display=swap");
body {
  font-family: "League Spartan", sans-serif;
  font-weight: 300;
  line-height: 1;
  grid-template: "header" auto "contents" 1fr "footer" auto/100%;
  min-height: 100vh;
  font-kerning: auto;
  color: #2E2F31;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt";
}

* {
  position: relative;
}

a, img {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

.main-content {
  width: 100%;
}
.main-content .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-content .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #2E2F31;
  text-align: center;
  color: #fff;
}
.main-content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #2E2F31;
}

.main-content {
  height: 100vh;
}
.main-content .logo {
  width: 237px;
}
.main-content .footer {
  font-size: 14px;
  line-height: 66px;
}
.main-content::before {
  height: 66px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 266.6666666667vw;
  }
  .main-content {
    min-height: 0.48rem;
  }
  .main-content .logo {
    width: 0.185rem;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-content {
    position: fixed;
    height: 100%;
  }
}/*# sourceMappingURL=tate.css.map */