@charset "UTF-8";
html{
  scroll-behavior: smooth;
}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', '游ゴシック Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  font-feature-settings: "palt";
}
main {
  width: 750px;
  margin-inline: auto;
  overflow: hidden;
}
.disabled{
  pointer-events: none;
}
.header {
  width: 100%;
  padding: 13px 0;
  text-align: center;
  border-bottom: 1px solid #000;
  z-index: 1000;
  transition: top 0.8s;
}

.header .header__logo {
  width: 280px;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}

.header .header__logo img {
  width: 100%;
}

.header .inner {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

.footer {
  padding: 45px 0 50px;
  text-align: center;
  position: relative;
  border-top: 1px solid black;
  line-height: 1;
}

.footer .logo {
  padding: 0 0 10px;
}

.footer .logo span {
  display: block;
  width: 66px;
  margin: 0 auto 55px;
  cursor: pointer;
}

.footer .logo a {
  display: inline-block;
  width: 280px;
}

.footer .copyright {
  text-align: center;
  font-size: 12px;
}
/*--------------------------------

Page navigation & Remark
---------------------------------*/
main{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.57;
}
main nav.pagenavi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 40px;
  min-height: 1070px;
  padding-bottom: 57px;
}
main nav.pagenavi ul {
  list-style: none;
  display: grid;
  gap: 30px;
}
main .remark {
  background: #000;
  color: #fff;
  padding: 50px;
}
main .remark p {
  margin-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
  font-size: 24px;
  font-feature-settings: "palt";
}
