@charset "UTF-8";
header {
  position: relative;
  z-index: 1;
}

.notFountInner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.notFound {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.notFound h2,
.notFound .notFoundTxt {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", HiraMinPro-W3, "HG明朝B", "ＭＳ 明朝", "MS Mincho", serif !important;
}

.notFound h2 {
  font-size: 26px;
  color: #ba1156;
  margin-bottom: 26px;
  margin-top: 70px;
}

.headerOtl {
  margin-bottom: 0;
}

#contents {
  width: 100%;
  height: 100%;
  /* border: 4px solid #ba1156; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  padding-top: 81px;
  position: absolute;
  top: 0;
}

.backTopBtn {
  width: 100%;
  margin: 10px 0 0;
  font-size: 13px;
  text-align: center;
  line-height: 100%;
  background-image: url(../images/common/icon_arrow.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 6px 9px;
}

.backTopBtn a {
  display: block;
  padding: 15px;
  border: solid 1px #787878;
}

.backTopBtn a:link {
  color: #1e1e1e;
  text-decoration: none;
}

.backTopBtn a:hover {
  color: #fff;
  text-decoration: none;
  background-image: url(../images/common/icon_arrow_white.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 6px 9px;
  background-color: #b71254;
  border-color: #b71254;
}

.backTopBtn {
  width: 295px;
  margin: 60px auto auto;
  font-size: 13px;
  text-align: center;
  line-height: 100%;
  background-image: url(../images/common/icon_arrow.png);
  background-position: 97% center;
  background-repeat: no-repeat;
  background-size: 6px 9px;
}

.spBr {
  display: none;
}

.tit404 img {
  width: 178px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  #contents {
    padding-top: 51px;
  }
}

@media screen and (max-width: 767px) {
  .spBr {
    display: block;
  }
  .tit404 img {
    width: 143px;
  }
  .notFound h2 {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 30px;
  }
  .notFoundTxt {
    font-size: 11px;
    line-height: 2.2em;
  }
  .backTopBtn {
    margin-top: 43px;
    width: 255px;
  }
}

/* `body` の `padding-top` を相殺 */
body {
  padding-top: 0 !important;
}
