@charset "UTF-8";
/* フッター */
footer a {
  text-decoration: none;
  color: var(--black);
}

footer .pagetop {
  display: block;
}

footer .inner {
  width: 1000px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  footer .inner {
    width: 100%;
    box-sizing: border-box;
  }
}

footer dd {
  margin-left: 0;
}

footer .gnav {
  display: none;
}

footer .snav {
  display: none;
}

footer .sns {
  display: none;
}

footer p.copy {
  text-align: center;
  font-size: 12px;
}

footer.footer-type {
  background: var(--main-color);
  text-align: center;
  padding-top: 37px;
  padding-bottom: 48px;
}

footer.footer-type .pagetop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: var(--black);
  color: var(--white);
  text-align: center;
  position: fixed;
  right: 5%;
  bottom: 3%;
  font-size: 10px;
  padding-top: 28px;
}

footer.footer-type .pagetop::before {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -5px;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer.footer-type .pagetop:hover {
  opacity: 0.8;
}

footer.footer-type h2 {
  font-size: 18px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

footer.footer-type h2 img {
  height: 80px;
}

footer.footer-type h2 a {
  font-weight: bold;
  color: var(--white);
}

footer.footer-type h2 span {
  font-weight: bold;
}

footer.footer-type dl {
  padding-bottom: 20px;
  margin: 0;
}

footer.footer-type dt, footer.footer-type dd {
  color: var(--white);
  font-size: 14px;
}

footer.footer-type .sns {
  display: block;
  padding-bottom: 30px;
  margin: 0;
  padding-left: 0;
}

footer.footer-type .sns li {
  display: inline-block;
  margin: 0 5px;
  font-size: 30px;
}

footer.footer-type .sns li a {
  color: var(--white);
}

footer.footer-type p.copy {
  color: var(--white);
  margin: 0;
}
