@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Light";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Light.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP-Thin";
  src: url(/gift/fonts/NotoSansJP/NotoSansJP-Thin.woff) format("woff");
  font-display: swap;
}
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.pagetop {
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 90;
}
@media (max-width: 767px) {
  .pagetop {
    bottom: 48px;
    right: 24px;
  }
}
.pagetop p {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .pagetop p {
    width: 40px;
    height: 40px;
  }
}
.pagetop p a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background: #0879b7;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pagetop p a {
    width: 40px;
    height: 40px;
  }
}
.pagetop p a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.pagetop p a:hover {
  opacity: 0.7;
}

/* フッタ
-----------------------------------*/
footer .inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .inner {
    width: 90%;
  }
}
footer .footer-contact {
  padding: 16px 0;
  background-color: #0879b7;
  color: #FFF;
}
@media (max-width: 767px) {
  footer .footer-contact {
    padding: 24px 0;
  }
}
footer .footer-contact dl {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer .footer-contact dl {
    flex-direction: column;
    gap: 8px 0;
  }
}
footer .footer-contact dl dt {
  padding-right: 40px;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 24px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  footer .footer-contact dl dt {
    padding-right: 0;
    font-size: 20px;
    text-align: center;
  }
}
footer .footer-contact dl dd {
  padding-left: 40px;
  border-left: 1px solid #FFF;
}
@media (max-width: 767px) {
  footer .footer-contact dl dd {
    padding-left: 0;
    padding-top: 14px;
    border-left: none;
    border-top: 1px solid #FFF;
  }
}
@media (min-width: 768px) {
  footer .footer-contact dl dd a {
    pointer-events: none;
  }
}
footer .footer-nv {
  padding: 16px 0;
}
@media (max-width: 767px) {
  footer .footer-nv {
    padding: 24px 0;
  }
}
footer .footer-nv ul {
  display: flex;
  justify-content: center;
  gap: 0 100px;
}
@media (max-width: 767px) {
  footer .footer-nv ul {
    flex-direction: column;
    align-items: center;
    gap: 16px 0;
    font-size: 12px;
  }
}
footer .copyright {
  padding: 8px 0;
  background-color: #ccc;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
  }
}
/*# sourceMappingURL=footer.css.map */