.visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767.99px) {
  .visible-pc {
    display: none !important;
  }
}

.snippets-sns {
  display: inline-flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.snippets-sns li a svg {
  vertical-align: middle;
}

.hoge {
  color: #404A4D;
  width: 768px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  color: #404A4D;
  font-family: "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

a {
  color: #404A4D;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, text-decoration 0.3s ease-out, opacity 0.3s ease-out;
}
a svg {
  transition: fill 0.3s ease-out, opacity 0.3s ease-out;
}
a:visited {
  color: #404A4D;
}
@media (any-hover: hover) {
  a:where(:any-link, :enabled, summary):hover {
    color: #404A4D;
  }
}

.snippet__link--icon-horizontal {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.snippet__link--icon-vertical {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767.99px) {
  .snippet__link--icon-vertical {
    gap: 0.25rem;
  }
}

.inline-block {
  display: inline-block;
}

.component__blogcard {
  display: block;
}
.component__blogcard .blogcard__thumbnail {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.component__blogcard .blogcard__contents {
  padding: 1rem 1rem 0 1rem;
}
.component__blogcard .blogcard__contents .blogcard__info {
  color: #818181;
  font-size: 0.75rem;
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767.99px) {
  .component__blogcard .blogcard__contents .blogcard__info {
    margin-bottom: 0.25rem;
  }
}
.component__blogcard .blogcard__contents .blogcard__title {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.99px) {
  .component__blogcard .blogcard__contents .blogcard__title {
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .component__blogcard:where(:any-link, :enabled, summary):hover .blogcard__contents .blogcard__info {
    color: rgba(102, 97, 82, 0.9);
  }
  .component__blogcard:where(:any-link, :enabled, summary):hover .blogcard__contents .blogcard__title {
    color: #666152;
  }
}

.pagination {
  margin: 5rem auto 0 auto;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.pagination .nav-links .page-numbers {
  color: #818181;
}
@media (any-hover: hover) {
  .pagination .nav-links .page-numbers:where(:any-link, :enabled, summary):hover {
    color: #404A4D;
  }
}
.pagination .nav-links .page-numbers.current {
  color: #404A4D;
}
.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.pagination .nav-links .page-numbers.prev {
  margin-right: 2.5rem;
}
.pagination .nav-links .page-numbers.prev::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.5%208.75L9.875%205.06939V12.4306L3.5%208.75Z%22%20fill%3D%22%23404A4D%22%2F%3E%3C%2Fsvg%3E");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}
.pagination .nav-links .page-numbers.next {
  margin-left: 2.5rem;
}
.pagination .nav-links .page-numbers.next::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20fill%3D%22none%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m12.5%208.25-6.375%203.6806v-7.36121z%22%20fill%3D%22%23404a4d%22%2F%3E%3C%2Fsvg%3E");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}

.site-header {
  width: 100%;
  height: 6.25rem;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.75rem 1rem 3.5rem;
}
@media screen and (max-width: 1024px) {
  .site-header {
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
    height: 4.75rem;
    border-bottom: 1px solid rgba(129, 129, 129, 0.3);
  }
}
.site-header .site-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
}
.site-header .site-title svg {
  fill: #404A4D;
}
@media (any-hover: hover) {
  .site-header .site-title a:where(:any-link, :enabled, summary):hover svg {
    fill: #666152;
  }
}
.site-header .header__nav {
  border: none;
}
.site-header .header__nav {
  width: auto;
  margin: auto 0 auto auto;
  display: flex;
  align-items: center;
}
.site-header .header__nav--sp {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
@media not screen and (min-width: 1024px) {
  .site-header .header__nav--sp .header__nav__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #404A4D;
    color: #404A4D;
    padding: 0.25rem 0.5rem;
    height: 1.75rem;
    font-size: 0.6875rem;
    line-height: 1;
    font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  }
  .site-header .header__nav--sp .header__nav-button {
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 2.75rem;
    height: 2.75rem;
    border: none;
    background: none;
  }
  .site-header .header__nav--sp .header__nav-button .header__nav-button__inner {
    display: block;
    position: relative;
    width: 18px;
    height: 1px;
    background-color: #404A4D;
  }
  .site-header .header__nav--sp .header__nav-button .header__nav-button__inner::before, .site-header .header__nav--sp .header__nav-button .header__nav-button__inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 1px;
    background-color: #404A4D;
  }
  .site-header .header__nav--sp .header__nav-button .header__nav-button__inner::before {
    top: -7px;
  }
  .site-header .header__nav--sp .header__nav-button .header__nav-button__inner::after {
    bottom: -7px;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .header__nav--sp {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .header__menu--pc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem 3rem;
    padding-left: 3rem;
  }
  .site-header .header__menu--pc .header__nav__lists {
    gap: 1.5rem;
  }
  .site-header .header__menu--pc .header__nav__lists a {
    color: #404A4D;
    font-size: 1rem;
    line-height: 1.1;
    font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) {
  .site-header .header__menu--pc .header__nav__lists a:where(:any-link, :enabled, summary):hover {
    color: #666152;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .header__menu--pc .header__sns .snippets-sns a svg {
    fill: #404A4D;
  }
}
@media screen and (min-width: 1024px) and (any-hover: hover) {
  .site-header .header__menu--pc .header__sns .snippets-sns a:where(:any-link, :enabled, summary):hover svg {
    fill: #666152;
  }
}
@media not screen and (min-width: 1024px) {
  .site-header .header__menu--pc {
    display: none;
  }
}

.site-header__front-page {
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .site-header__front-page {
    border-bottom: none;
  }
}
.site-header__front-page .site-title {
  filter: drop-shadow(0 0 0.25rem #000) drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.75));
}
.site-header__front-page .site-title svg {
  fill: #ffffff;
}
@media (any-hover: hover) {
  .site-header__front-page .site-title a:where(:any-link, :enabled, summary):hover svg {
    fill: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (min-width: 769px) {
  .site-header__front-page .header__menu--pc .header__nav__lists {
    display: none;
  }
  .site-header__front-page .header__menu--pc .header__sns {
    display: none;
  }
  .site-header__front-page .header__menu--pc .header__menu__contact {
    position: relative;
    border: 1px solid #ffffff;
    padding: 0.5rem 0.75rem;
    color: #ffffff;
    font-size: 0.8125rem;
    font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
    transition: color 0.3s ease-out;
  }
  .site-header__front-page .header__menu--pc .header__menu__contact::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: -1;
    transition: background-color 0.3s ease-out;
  }
}
@media screen and (min-width: 769px) and (any-hover: hover) {
  .site-header__front-page .header__menu--pc .header__menu__contact:where(:any-link, :enabled, summary):hover {
    color: #000;
  }
  .site-header__front-page .header__menu--pc .header__menu__contact:where(:any-link, :enabled, summary):hover::before {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media not screen and (min-width: 1024px) {
  .site-header__front-page .header__nav--sp .header__nav__contact {
    position: relative;
    border-color: #ffffff;
    color: #ffffff;
    transition: color 0.3s ease-out;
  }
  .site-header__front-page .header__nav--sp .header__nav__contact::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: -1;
    transition: border-color 0.3s ease-out, background-color 0.3s ease-out;
  }
  .site-header__front-page .header__nav--sp .header__nav-button .header__nav-button__inner {
    background-color: #ffffff;
  }
  .site-header__front-page .header__nav--sp .header__nav-button .header__nav-button__inner::before, .site-header__front-page .header__nav--sp .header__nav-button .header__nav-button__inner::after {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .site-header__front-page .header__nav--sp {
    display: none;
  }
}

.site-header__front-page.scrolled {
  background-color: #EAEAEA;
}
@media screen and (max-width: 1024px) {
  .site-header__front-page.scrolled {
    border-bottom: 1px solid rgba(129, 129, 129, 0.3);
  }
}
.site-header__front-page.scrolled .site-title {
  filter: none;
}
.site-header__front-page.scrolled .site-title svg {
  fill: #404A4D;
}
@media (any-hover: hover) {
  .site-header__front-page.scrolled .site-title a:where(:any-link, :enabled, summary):hover svg {
    fill: #666152;
  }
}
.site-header__front-page.scrolled .header__menu--pc .header__nav__lists {
  display: flex;
}
.site-header__front-page.scrolled .header__menu--pc .header__sns {
  display: block;
}
.site-header__front-page.scrolled .header__menu--pc .header__menu__contact {
  display: none;
}
@media not screeen and (min-width: 769px) {
  .site-header__front-page.scrolled .header__nav--sp .header__nav__contact {
    border-color: #404A4D;
    color: #404A4D;
  }
  .site-header__front-page.scrolled .header__nav--sp .header__nav__contact::before {
    display: none;
  }
  .site-header__front-page.scrolled .header__nav--sp .header__nav-button .header__nav-button__inner {
    background-color: #404A4D;
  }
  .site-header__front-page.scrolled .header__nav--sp .header__nav-button .header__nav-button__inner::before, .site-header__front-page.scrolled .header__nav--sp .header__nav-button .header__nav-button__inner::after {
    background-color: #404A4D;
  }
}

.header-modal .header-modal__background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: image-set(url("../img/header_bg_sp.webp") type("image/webp"), url("../img/header_bg_sp.jpg") type("image/jpeg")), -webkit-image-set(url("../img/header_bg_sp.webp") type("image/webp"), url("../img/header_bg_sp.jpg") type("image/jpeg"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  background-color: rgba(102, 97, 82, 0.92);
  background-blend-mode: multiply;
  z-index: 10;
  gap: 0;
}
.header-modal .header-modal__background .header-modal__container {
  height: 100%;
}
.header-modal .header-modal__background .headerModal__header {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
.header-modal .header-modal__background .headerModal__header .headerModal__close {
  border: none;
  background: none;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 3rem;
  height: 3rem;
}
.header-modal .header-modal__background .headerModal__header .headerModal__close .headerModal__close__inner {
  position: relative;
  width: 16px;
  height: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.header-modal .header-modal__background .headerModal__header .headerModal__close .headerModal__close__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #ffffff;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.header-modal .header-modal__background .headerModal__content {
  padding: 1.5rem 1.5rem 3.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.header-modal .header-modal__background .headerModal__content .header__nav__lists {
  display: block;
  margin: 5.25rem 0 2.5rem 0;
  padding: 0;
  list-style-type: none;
}
.header-modal .header-modal__background .headerModal__content .header__nav__lists li {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.header-modal .header-modal__background .headerModal__content .header__nav__lists li a {
  display: inline-block;
  padding: 0.5rem 0;
  color: #ffffff;
}
.header-modal .header-modal__background .headerModal__content .header__nav__lists li.margin-top {
  margin-top: 1.5rem;
}
.header-modal .header-modal__background .headerModal__content .header__nav__lists .header__nav__lists.child {
  margin: 0 0 1.5rem 0;
  list-style: none;
  padding: 0;
}
.header-modal .header-modal__background .headerModal__content .header__nav__lists .header__nav__lists.child li {
  margin-left: 0.75rem;
  padding-left: 0.875rem;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6" width="6" height="6"%3E%3Ccircle cx="3" cy="3" r="2.5" stroke="%23ffffff70" stroke-width="1" fill="none" /%3E%3C/svg%3E');
  background-size: 0.375rem;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0.75rem;
  font-family: "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
.header-modal .header-modal__background .headerModal__content .header__sns {
  display: block;
  margin-top: auto;
}
.header-modal .header-modal__background .headerModal__content .header__sns svg {
  fill: #ffffff;
}

.header-modal {
  display: none;
}

.header-modal.is-open {
  display: block;
}

.footer-catalogue-contact {
  margin: 0;
  padding: 7.5rem 0;
  background-color: #ffffff;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.footer-catalogue-contact .footer-catalogue-contact__items {
  margin: auto;
  max-width: 1366px;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
}
.footer-catalogue-contact .footer-catalogue-contact__items::before {
  content: "";
  width: 1px;
  background-color: #404A4D;
}
.footer-catalogue-contact .footer-catalogue-contact__items .footer-catalogue-contact__item {
  margin: 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 23.5rem;
  max-width: 23.5rem;
  color: #404A4D;
  display: flex;
  flex-direction: column;
}
.footer-catalogue-contact .footer-catalogue-contact__items .footer-catalogue-contact__item:first-of-type {
  order: -1;
}
.footer-catalogue-contact .footer-catalogue-contact__items .footer-catalogue-contact__item h2 {
  margin: 0 0 1.5rem 0;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: normal;
}
.footer-catalogue-contact .footer-catalogue-contact__items .footer-catalogue-contact__item p {
  font-size: 0.875rem;
  line-height: 1.4rem;
  margin: 0 0 auto 0;
}
.footer-catalogue-contact .footer-catalogue-contact__items .footer-catalogue-contact__item a {
  position: relative;
  margin: 1.5rem auto 0 auto;
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.4rem;
}
@media (any-hover: hover) {
  .footer-catalogue-contact .footer-catalogue-contact__items .footer-catalogue-contact__item a:where(:any-link, :enabled, summary):hover {
    color: #666152;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023.99px) {
  .footer-catalogue-contact .footer-catalogue-contact__items {
    padding: 0 2.5rem;
  }
  .footer-catalogue-contact .footer-catalogue-contact__items::before {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 767.99px) {
  .footer-catalogue-contact .footer-catalogue-contact__items {
    padding: 0 2.5rem;
    flex-direction: column;
    gap: 80px;
  }
  .footer-catalogue-contact .footer-catalogue-contact__items::before {
    width: auto;
    height: 1px;
  }
  .footer-catalogue-contact .footer-catalogue-contact__items .footer-catalogue-contact__item {
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }
}
.site-footer {
  min-height: 450px;
  margin: 0;
  padding: 0;
}
.site-footer .footer__inner {
  position: relative;
  background-color: #615C4D;
  margin: 0;
  padding: 7.5rem;
  width: 100%;
  height: 100%;
  display: grid;
  gap: 0;
  grid-template-areas: "sns        menu" "copyright  menu";
  grid-template-columns: 1fr auto;
  gap: 0 4rem;
}
.site-footer .footer__inner .footer__menu {
  grid-area: menu;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4rem;
}
.site-footer .footer__inner .footer__menu .footer__menu__lists {
  flex: auto;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer__inner .footer__menu .footer__menu__lists li {
  font-size: 1rem;
  line-height: 1.375rem;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
.site-footer .footer__inner .footer__menu .footer__menu__lists li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.site-footer .footer__inner .footer__menu .footer__menu__lists a {
  color: rgba(255, 255, 255, 0.7);
}
@media (any-hover: hover) {
  .site-footer .footer__inner .footer__menu .footer__menu__lists a:where(:any-link, :enabled, summary):hover {
    color: #ffffff;
  }
}
.site-footer .footer__inner .footer__menu .footer__menu__lists .footer__menu__lists {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
}
.site-footer .footer__inner .footer__menu .footer__menu__lists .footer__menu__lists li {
  margin-left: 0.75rem;
  padding-left: 0.875rem;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6" width="6" height="6"%3E%3Ccircle cx="3" cy="3" r="2.5" stroke="%23ffffff70" stroke-width="1" fill="none" /%3E%3C/svg%3E');
  background-size: 0.375rem;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0.75rem;
  font-family: "YuGothic", "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
.site-footer .footer__inner .footer__sns {
  grid-area: sns;
}
.site-footer .footer__inner .footer__sns svg {
  fill: rgba(255, 255, 255, 0.7);
}
@media (any-hover: hover) {
  .site-footer .footer__inner .footer__sns a:where(:any-link, :enabled, summary):hover svg {
    fill: white;
  }
}
.site-footer .footer__inner .footer__copyright {
  grid-area: copyright;
  margin-top: auto;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .footer__inner .footer__copyright .footer__copyright__company-name {
  font-size: 1.25rem;
  line-height: 2rem;
}
.site-footer .footer__inner .footer__copyright .footer__copyright__company-name svg {
  fill: rgba(255, 255, 255, 0.7);
}
.site-footer .footer__inner .footer__copyright .footer__copyright__text {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.35rem;
}

@media screen and (max-width: 767.99px) {
  .site-footer {
    background-size: auto 175%;
    background-position: left 40% center;
  }
  .site-footer .footer__inner {
    padding: 4rem 2.5rem 2rem 2.5rem;
    grid-template-areas: "menu" "sns" "copyright";
    gap: 0;
  }
  .site-footer .footer__inner .footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1rem;
  }
  .site-footer .footer__inner .footer__menu .footer__menu__lists li {
    font-size: 0.9375rem;
  }
  .site-footer .footer__inner .footer__sns {
    position: absolute;
    top: -1.5rem;
    right: 0.5rem;
  }
  .site-footer .footer__inner .footer__copyright {
    margin-top: 5rem;
    text-align: center;
  }
}
.page--404 {
  background-color: #EAEAEA;
  padding: 13.75rem 7.5rem 0 7.5rem;
}
@media screen and (max-width: 767.99px) {
  .page--404 {
    padding: calc(4.75rem + 2.5rem) 1.5rem 0 1.5rem;
  }
}
.page--404 .page__inner {
  margin: 0 auto;
  padding: 0 0 7.5rem 0;
  max-width: 53.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.5rem;
  background-image: url("../img/common_signboard.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.page--404 .page__inner .notfound__header {
  margin: 0;
  writing-mode: vertical-rl;
  font-weight: normal;
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 1.3125rem;
  letter-spacing: 0.12em;
}
.page--404 .page__inner .notfound__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
.page--404 .page__inner .notfound__text p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.page--404 .page__inner .notfound__text .notfound__link-to-top {
  font-family: "Shimanami JIS2004", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 0.8125rem;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .page--404 .page__inner .notfound__text .notfound__link-to-top:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767.99px) {
  .page--404 .page__inner {
    padding-bottom: 6.25rem;
    gap: 2.5rem;
    background-size: 87px 101px;
  }
  .page--404 .page__inner .notfound__header {
    font-size: 1.125rem;
  }
  .page--404 .page__inner .notfound__text {
    gap: 1.5rem;
  }
  .page--404 .page__inner .notfound__text p {
    font-size: 0.8125rem;
  }
}/*# sourceMappingURL=common.css.map */