@charset "UTF-8";
@font-face {
  font-family: "PlayfairDisplay-Medium";
  src: url(/fonts/PlayfairDisplay/PlayfairDisplay-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(/fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(/fonts/ZenOldMincho/ZenOldMincho-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(/fonts/ZenOldMincho/ZenOldMincho-Regular.woff) format("woff");
  font-display: swap;
}
/*16*1.75/2*/
/*========*/
/* フッタ */
/*========*/
/* ページトップへ戻る
-----------------------------------*/
.ptop {
  position: fixed;
  bottom: 20px;
  right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #333;
  border: 1px solid #FFF;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .ptop {
    width: 40px;
    height: 40px;
    right: 12px;
    bottom: 32px;
  }
}
.ptop:hover a {
  opacity: 0.7;
}
.ptop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.ptop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(24px / 2) 16px calc(24px / 2);
  border-color: transparent transparent #FFF transparent;
  margin: -8px auto 0;
}

/* フッタ
-----------------------------------*/
footer {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 40px;
  }
}
footer .contents {
  width: 86%;
  max-width: 1504px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .contents {
    width: 90%;
  }
}
footer .f-logo {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  footer .f-logo {
    width: 71px;
    margin: 0 auto 36px;
  }
}
footer .copyright {
  font-family: "ZenOldMincho-Bold", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  footer .copyright {
    font-size: 12px;
  }
}
/*# sourceMappingURL=footer.css.map */