/* ::::::::::  404  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* =========================================================
notFound
========================================================= */
.notFound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(/img/common/bg_gray.png) repeat-x top center;
  height: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .notFound {
    background-size: 1000px auto;
    font-size: 1.3rem;
    font-feature-settings: 'palt';
  }
}

.notFound h1 {
  margin: 0 0 30px;
  color: #142335;
  line-height: 1;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 8.1rem;
}

@media (max-width: 767px) {
  .notFound h1 {
    margin: 0 0 20px;
    font-size: 3.8rem;
  }
}

.notFound h1 span {
  display: block;
  font-size: 22.2rem;
}

@media (max-width: 767px) {
  .notFound h1 span {
    font-size: 10.5rem;
  }
}

.notFound h2 {
  margin-bottom: 10px;
}

.notFound .btn {
  margin: 40px 0;
}

@media (max-width: 767px) {
  .notFound .btn {
    margin: 30px 0;
  }
}

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