@charset "UTF-8";
/* lower page common */
.u-sp-show {
  display: none !important;
}

.u-sp-hide {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .u-sp-show {
    display: block !important;
  }
  .u-sp-hide {
    display: none !important;
  }
}
/* 404 page */
.page_404 {
  padding-top: 70.9px; /* header height */
}
@media screen and (max-width: 767px) {
  .page_404 {
    padding-top: 60px;
  }
}
.page_404 .child_mv_content {
  width: 100%;
  height: 240px;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%), url(../images/common/KV.jpg) no-repeat right bottom/50vw 100%;
}
@media screen and (max-width: 767px) {
  .page_404 .child_mv_content {
    height: 60vw;
    background: url(../images/common/KV-sp.jpg) no-repeat center top/cover;
  }
}
.page_404 .child_mv .child_mv_content .mv_title {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page_404 .child_mv .child_mv_content .mv_title {
    width: 100%;
    max-width: 1120px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    top: 5.714vw !important;
    left: 0;
    transform: translate(0, 0) !important;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .page_404 .child_mv .child_mv_content .mv_title h1 {
    font-weight: 900;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page_404 .child_mv .child_mv_content .mv_title h1 span {
    line-height: 1;
    margin-top: 4.286vw;
    font-size: 1.25rem;
  }
}
.page_404 .breadcrumb {
  background: #F8FAFF;
}
.page_404 .breadcrumb nav ol li span.current {
  color: #333;
}
.page_404 .breadcrumb nav ol li:last-child::before {
  color: #333;
}
@media screen and (max-width: 767px) {
  .page_404 .breadcrumb {
    display: none;
  }
}
.page_404 .wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .page_404 .wrap {
    margin-top: 60px;
  }
}
.page_404 h2 {
  font-size: 1.875rem;
  text-align: left;
  margin-bottom: 25px;
}
.page_404 p {
  line-height: 1.875;
}
.page_404 ul li {
  line-height: 1.875;
  padding-left: 1.3em;
  position: relative;
}
.page_404 ul li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "・";
}
.page_404 ul li a {
  text-decoration: underline;
}
.page_404 .btn_more {
  margin-top: 40px;
}
.page_404 .btn_more a {
  display: block;
  width: 430px;
  height: 100px;
  margin: 0 auto 0 0;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page_404 .btn_more a {
    width: 78vw;
    height: 25.143vw;
  }
}
.page_404 .btn_more a:hover {
  background: rgba(51, 51, 51, 0.7);
}
.page_404 .btn_more a:hover span {
  color: #fff;
}
.page_404 .btn_more a:hover span::after {
  background: url(../images/home/icon_arrow_w.svg) no-repeat;
  background-size: contain;
}
.page_404 .btn_more svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_404 .btn_more svg line {
  stroke-width: 2px;
}
.page_404 .btn_more span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-right: 30px;
  white-space: nowrap;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .page_404 .btn_more span {
    font-size: 4.571vw;
    padding-right: 7.143vw;
  }
}
.page_404 .btn_more span::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/home/icon_arrow_bk.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media screen and (max-width: 1080px) {
  .page_404 .btn_more span::after {
    width: 2.315vw;
    height: 2.315vw;
  }
}
@media screen and (max-width: 767px) {
  .page_404 .btn_more span::after {
    width: 5.714vw;
    height: 5.714vw;
  }
}
.page_404 .btn_more.bk line {
  stroke: #000;
}
.page_404 .btn_more.white line {
  stroke: #fff;
}
.page_404 .btn_more.color .line_top {
  stroke: #E4007F;
}
.page_404 .btn_more.color .line_right {
  stroke: #E4007F;
}
.page_404 .btn_more.color .line_bottom {
  stroke: #000;
}
.page_404 .btn_more.color .line_left {
  stroke: #000;
}
.page_404 .btn_more.color a:hover {
  background: rgb(228, 0, 127);
}
.page_404 .btn_more.color a:hover span {
  color: #fff;
}
.page_404 .btn_more.color a:hover span::after {
  background: url(../images/home/icon_arrow_w.svg) no-repeat;
  background-size: contain;
}/*# sourceMappingURL=page_404.css.map */