.none {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(80%, #EFEFEF));
  background: linear-gradient(to bottom, #F7F7F7 0%, #EFEFEF 80%);
}
.none .l-main--none {
  background: url(/assets/images/404/bg_top.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width:767px) {
  .none .l-main--none {
    background: url(/assets/images/404/bg_top_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
.none .l-main--none .p-breadcrumb {
  margin-bottom: 3px;
}
.none .l-main--none .l-inner {
  max-width: 100%;
  padding: 0;
}
@media screen and (max-width:767px) {
  .none .l-main--none .l-inner {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
}
.none .l-container {
  padding-bottom: 140px;
}
@media screen and (max-width:767px) {
  .none .l-container {
    padding-top: 36vw;
    padding-bottom: 21.3333333333vw;
  }
}

.not-found {
  position: relative;
}
.not-found__img {
  background: url(/assets/images/404/mv_img.jpg) no-repeat center top;
  background-size: cover;
  width: 800px;
  height: 480px;
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
}
@media screen and (max-width: 1120px) {
  .not-found__img {
    width: 62.5vw;
  }
}
@media screen and (max-width:767px) {
  .not-found__img {
    background: url(/assets/images/404/mv_img_sp.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    margin-bottom: 13.3333333333vw;
    width: 93.6vw;
    height: 58.6666666667vw;
    right: 0;
    border-top-left-radius: 1.3333333333vw;
    border-bottom-left-radius: 1.3333333333vw;
  }
}
.not-found__info {
  padding-top: 135px;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .not-found__info {
    padding: 126px 20px 0;
  }
}
@media screen and (max-width:767px) {
  .not-found__info {
    padding: 0;
  }
}
.not-found__title {
  font-size: 7.2rem;
  font-family: "Jost", sans-serif;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width:767px) {
  .not-found__title {
    font-size: 11.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.not-found__txt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 266px;
  display: block;
  position: relative;
  z-index: 2;
  letter-spacing: -0.015em;
}
@media screen and (max-width:767px) {
  .not-found__txt {
    font-size: 3.4666666667vw;
    margin-bottom: 10.8vw;
    letter-spacing: 0.02em;
  }
}
.not-found__btn {
  margin: 0 auto;
}