/* =========================================================
layout
========================================================= */
.notfound-block {
  width: 1160px;
  height: 90vh;
  margin: 0 auto;
  padding: 60px 0 200px;
  text-align: center;
}

.ttl-notfound {
  font-size: 4.6rem;
  line-height: 46px;
  font-weight: 500;
}

.big {
  margin: 25px 0 45px;
  font-size: 2.2rem;
  line-height: 22px;
  font-weight: 500;
}

.bold {
  margin: 25px 0;
  font-weight: 500;
}

.btn-top {
  margin: 55px auto 0;
  width: 256px;
}