/* -----------------------------------
VARIABLE
----------------------------------- */
/* -----------------------------------
MIXIN
----------------------------------- */
main {
  position: relative;
  width: 100%;
  height: 100vh;
}

.l-404_wrapper {
  max-width: 144rem;
  margin: 0 auto;
  margin-bottom: 6rem;
  padding: 0 12.5rem;
  padding-top: 24rem;
}

.l-404_ttl {
  margin-bottom: 3.4rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 9rem;
  font-weight: 500;
  letter-spacing: .02em;
  text-align: center;
}

.l-404_ttl_sub {
  display: block;
  font-size: 2.8rem;
  font-weight: 300;
  letter-spacing: .02em;
}

.l-404_txt {
  color: #fff;
  letter-spacing: .24em;
  line-height: 2;
  text-align: center;
}

.l-404_btn {
  width: 59rem;
  height: 9.6rem;
  margin: 0 auto;
  border: .1rem solid #fff;
  background: #fff;
  color: #a39b8d;
  letter-spacing: .02em;
  line-height: 9.4rem;
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-404_btn:hover {
  color: #fff;
}

.l-404_btn:hover rect {
  stroke: #fff;
}

.l-404_btn:hover path {
  fill: #fff;
}

.l-404_btn::before {
  background: #a39b8d;
}

.l-404_btn span {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.l-404_btn .c-svg_btn {
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-404_btn .c-svg_btn rect {
  -webkit-transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.l-404_btn .c-svg_btn path {
  -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 48em) {
  .l-404_wrapper {
    width: 100%;
    padding: 0 2rem;
  }
  .l-404_wrapper {
    margin-bottom: 6rem;
    padding-top: 12rem;
  }
  .l-404_ttl {
    margin-bottom: 2rem;
    font-size: 9rem;
  }
  .l-404_ttl_sub {
    display: block;
    padding-top: 1rem;
    padding-left: 0;
    font-size: 2rem;
  }
  .l-404_btn {
    width: calc(100% - 4rem);
    height: 8rem;
    font-size: 1.4rem;
    line-height: 8rem;
  }
  .l-404_btn:hover rect {
    stroke: #a39b8d;
  }
  .l-404_btn:hover path {
    fill: #a39b8d;
  }
  .l-404_btn span {
    font-size: 1.4rem;
  }
}
