.fw-exl {
  font-weight: 200;
}

.fw-l {
  font-weight: 300;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sm {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-exb {
  font-weight: 800;
}

.fw-bl {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.fnt-notoserif {
  font-family: "Noto Serif JP", serif;
}

.fnt-aboreto {
  font-family: "Aboreto", system-ui;
}

.fnt-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.toggle-menu {
  position: relative;
  z-index: 999;
  width: 64px;
}
.toggle-menu .off {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.toggle-menu.active .off {
  opacity: 1;
  visibility: visible;
}
.toggle-menu.active .on {
  opacity: 0;
}

#header {
  position: fixed;
  z-index: 99;
  box-sizing: border-box;
  top: 24px !important;
  left: 48px;
  right: 48px;
  background: #fff;
  width: auto;
}
#header .header__main-container {
  padding: 0 32px 0 24px;
}
#header .header__main-container .header__sub-container .header__logo {
  width: 240px;
  padding: 10px 0;
}
#header .header__main-container .header__sub-container .header__logo a {
  display: block;
  line-height: 0;
}
#header .header__main-container .header__nav {
  font-family: "Noto Serif JP", serif;
}
#header .header__main-container .header__nav ol {
  gap: 40px;
}
#header .header__main-container .header__nav ol > li:hover {
  background: transparent;
}
#header .header__main-container .header__nav ol > li > .up-menu > .menu-text {
  line-height: 2;
  font-size: 15px;
  padding: 25px 0;
  display: block;
  letter-spacing: 0.08em;
}
#header .header__main-container .header__nav ol > li > .up-menu > .menu-text:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1300px) {
  #header {
    left: 20px;
    right: 20px;
  }
  #header .header__main-container {
    padding: 0 20px;
  }
  #header .header__main-container .header__nav ol {
    gap: 30px;
  }
}
@media screen and (max-width: 1100px) {
  #header .header__main-container .header__sub-container .header__logo {
    width: 200px;
  }
  #header .header__main-container .header__nav ol {
    gap: 20px;
  }
  #header .header__main-container .header__nav ol > li > .up-menu > .menu-text {
    font-size: 13px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 900px) {
  #header .header__main-container .header__sub-container .header__logo {
    width: 150px;
  }
  #header .header__main-container .header__nav ol {
    gap: 15px;
  }
  #header .header__main-container .header__nav ol > li > .up-menu > .menu-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    top: 24px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  }
  #header .header__main-container {
    padding: 0 64px 0 10px;
  }
  #header .header__main-container .header__sub-container {
    width: 100%;
    margin: 0;
  }
  #header .header__main-container .header__sub-container .header__logo {
    width: 200px;
    margin: 0 auto;
  }
  #header .header__main-container .header__sub-container .toggle-menu {
    position: fixed;
    top: 21px;
    right: 14px;
  }
  #header .header__main-container .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100vh;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    padding: 52px 20px 20px;
    background: url("../img/top/menu_bg_sp.jpg") no-repeat center/cover;
  }
  #header .header__main-container .header__nav ol {
    padding: 115px 0 213px;
    text-align: center;
    display: block;
    background: url("../img/top/menu_bg2_sp.jpg") no-repeat center/cover;
  }
  #header .header__main-container .header__nav ol > li {
    border: 0;
  }
  #header .header__main-container .header__nav ol > li > .up-menu {
    padding: 0;
    background: transparent;
  }
  #header .header__main-container .header__nav ol > li > .up-menu > .menu-text {
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
    text-align: center;
  }
  #header .header__main-container .header__nav ol > li + li {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .nav-open #header .header__main-container .header__nav {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
  }
}
.fixed-box {
  width: auto;
  bottom: 8px;
  left: 8px;
  right: auto;
  z-index: 30;
}
.fixed-box .fixed-banner__pc ul {
  gap: 6px;
  line-height: 0;
}
.fixed-box .fixed-banner__pc ul img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .fixed-box {
    right: 8px;
    z-index: 99999;
  }
  .fixed-box .fixed-banner__sp ul {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
}

#footer {
  position: relative;
  display: flex;
  padding: 0;
  background: transparent;
}
@media screen and (min-width: 768px) {
  #footer {
    z-index: 40;
  }
}
#footer .footer-contact {
  width: 57.5%;
  background: url("../img/top/f_bg1.jpg") no-repeat center/cover;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  box-sizing: border-box;
}
#footer .footer-contact h2 {
  line-height: 1.171875;
  font-size: 64px;
}
#footer .footer-contact .tit {
  font-size: 24px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  margin: 16px 0 40px;
}
#footer .footer-contact .txt {
  text-align: left;
  width: 540px;
  margin: 0 auto 45px;
  font-size: 15px;
  line-height: 32px;
  max-width: 100%;
}
#footer .footer-contact ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#footer .footer-contact ul li {
  width: 300px;
}
#footer .footer-contact ul li a {
  display: block;
  line-height: 0;
}
#footer .footer-contact ul li:nth-child(2) {
  width: 343px;
}
@media screen and (max-width: 900px) {
  #footer .footer-contact ul {
    flex-wrap: wrap;
  }
}
#footer .footer-right {
  width: 42.5%;
  background: url("../img/top/f_bg2.jpg") no-repeat center/cover;
  padding: 88px 0 80px;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .footer-right .footer__logo {
  width: 274px;
  margin: 0 auto;
}
#footer .footer-right .sitemap {
  width: 132px;
  margin: 0 auto;
}
#footer .footer-right .sitemap a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 200px;
  font-size: 14px;
  line-height: 1.5;
  padding: 8.5px 0;
  gap: 10px;
  color: #fff;
}
#footer .footer-right .sitemap a:after {
  content: "";
  background: url("../img/top/f_icon.png") no-repeat center/100% auto;
  width: 7.5px;
  height: 7.5px;
}
#footer .footer-right .sitemap a:hover {
  opacity: 0.8;
}
#footer .footer-right .copyright {
  font-size: 14px;
  line-height: 1;
  margin: 40px 0 0;
  color: inherit;
}
@media screen and (max-width: 767px) {
  #footer {
    display: block;
  }
  #footer .footer-contact {
    width: 100%;
    background-image: url("../img/top/f_bg1_sp.jpg");
    padding: 64px 0;
  }
  #footer .footer-contact .txt {
    text-align: center;
  }
  #footer .footer-contact ul {
    gap: 32px;
    max-width: calc(100% - 25px);
    margin: 0 auto;
  }
  #footer .footer-contact ul li {
    width: 343px;
    max-width: 100%;
  }
  #footer .footer-right {
    width: 100%;
    padding: 88px 0 128px;
    background-image: url("../img/top/f_bg2_sp.jpg");
  }
  #footer .footer-right .footer__logo {
    margin-bottom: 183px;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  #footer .footer-contact h2 {
    font-size: 56px;
  }
  #footer .footer-contact .txt {
    letter-spacing: 0;
    font-size: 14px;
  }
}