@charset "UTF-8";
body.home .fv {
  border-top: 9px solid var(--wp--preset--color--sm-accent);
}
@media (max-width: 639px) {
  body.home .fv p {
    font-size: 16px !important;
  }
  body.home .fv .main-p {
    font-size: 44px !important;
    padding-right: 0 !important;
  }
  body.home .fv .sub-p {
    font-size: 24px !important;
  }
}
body.home .btn-vm {
  position: relative;
}
body.home .btn-vm::after {
  position: absolute;
  content: "";
  left: calc(50% + 58px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 4px;
  background-image: url(/wp-content/uploads/2025/01/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body.home .top-sec .smb-media-text {
  overflow: visible;
}
body.home .top-sec .smb-media-text::after {
  position: absolute;
  content: "";
  top: -80px;
  bottom: -32px;
  left: 10%;
  right: 0;
  background-color: #F6F6F1;
  z-index: -999;
}
@media (max-width: 639px) {
  body.home .top-sec .smb-media-text::after {
    top: -40px;
    left: 19.2px;
    bottom: 0;
  }
}
body.home .top-sec .smb-media-text.t-m-rev::after {
  left: 0;
  right: 10%;
}
@media (max-width: 639px) {
  body.home .top-sec .smb-media-text.t-m-rev::after {
    right: 19.2px;
  }
}
body.home .top-sec h2 {
  line-height: 1;
}
body.home .top-sec h2::after {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  bottom: 0;
  width: 64px;
  background-color: var(--wp--preset--color--sm-accent);
}
body.home .top-sec h2, body.home .top-sec .h2-sub {
  font-family: "Noto Sans JP", serif;
}
body.home .top-sec .smb-media-text__figure {
  margin-bottom: 100px;
}
@media (max-width: 639px) {
  body.home .top-sec .smb-media-text__figure {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  body.home .top-sec .wp-block-group {
    padding-inline: 0 64px !important;
  }
  body.home .top-sec .t-m-rev .wp-block-group {
    padding-inline: 28.8px 0 !important;
  }
}
@media (max-width: 639px) {
  body.home .top-sec .wp-block-group {
    padding-inline: 44px 19.2px !important;
  }
  body.home .top-sec .t-m-rev .wp-block-group {
    padding-inline: 19.2px !important;
  }
  body.home .top-sec.location .t-m-rev .wp-block-group {
    padding-inline: 19.2px 34px !important;
  }
}
body.home .public .float-img {
  position: absolute;
  bottom: -120px;
  left: calc(50% - 40px);
}
@media (max-width: 1023px) {
  body.home .public .float-img {
    bottom: -80px;
    left: calc(50% - 24px);
  }
  body.home .public .float-img img {
    width: 300px !important;
  }
}
body.home .public .smb-media-text::after {
  display: none;
}
@media (max-width: 639px) {
  body.home .public {
    padding-bottom: 120px !important;
  }
}
body.home .font-prosto-one {
  font-family: "Prosto One", serif;
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: var(--wp--preset--color--sm-accent);
  font-size: 8vw;
  line-height: 1.6;
}

/* ============================
* 全体
* ========================= */
.font-noto-sans-jp {
  font-family: "Noto Sans JP", serif;
}

a {
  text-decoration: none;
}

.tategaki {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* ============================
* ヘッダー
* ========================= */
header .c-container {
  padding-block: 8px;
}
@media (max-width: 639px) {
  header .c-container {
    padding-block: 0;
  }
}
header .c-site-branding__title {
  font-weight: 400;
}
header .p-global-nav .c-navbar__item > a {
  font-weight: 400;
}
header .p-global-nav--hover-extend-underline .c-navbar__item > a:after {
  bottom: 12px;
  height: 3px;
  left: 19.2px;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .p-global-nav--hover-extend-underline .c-navbar__item > a:hover:after {
  width: calc(100% - 38.4px);
}
header .p-global-nav--hover-extend-underline.p-global-nav--current-same-hover-effect .c-navbar__item[data-active-menu] > a:after {
  width: calc(100% - 38.4px);
}

/* ============================
* フッター
* ========================= */
footer .l-footer-widget-area {
  padding-top: 0 !important;
}
@media (max-width: 1023px) {
  footer .l-footer-widget-area {
    padding-bottom: 24px !important;
  }
}
footer .l-footer-widget-area__item, footer .c-fluid-container {
  padding: 0 !important;
  margin: 0 !important;
}
footer .c-copyright--inverse {
  background-color: var(--sub-accent-color);
}
@media (max-width: 639px) {
  footer .c-copyright--inverse {
    padding-bottom: 80px;
  }
}
footer .wp-block-navigation-item__label {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .wp-block-navigation-item__label:hover {
  color: var(--wp--preset--color--sm-accent);
}
footer .footer-cta-column {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  footer .footer-2 .wp-block-navigation__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-nav > .wp-block-group {
    margin-top: 0 !important;
  }
  footer .footer-cta-column {
    height: 200px;
  }
}
@media (max-width: 639px) {
  footer .wp-block-navigation__container {
    row-gap: 3px;
  }
  footer .footer-cta-text {
    font-size: 18px !important;
  }
}

/* ============================
* ドロワーメニュ
* ========================= */
.c-drawer {
  background-color: var(--sub-accent-color);
}
.c-drawer .c-drawer__menu:last-child {
  display: none;
}

/* ============================
* フローティングボタン
* ========================= */
.float-btn {
  position: fixed;
  right: 0;
  top: 80px;
}
.float-btn .smb-box__background {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.float-btn .smb-box__background:hover {
  opacity: 0.8;
}
.float-btn p {
  letter-spacing: 2px;
}
@media (max-width: 1023px) {
  .float-btn {
    top: 77px;
  }
}
@media (max-width: 639px) {
  .float-btn {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    width: 100%;
    top: auto;
    bottom: 0;
  }
  .float-btn p.tategaki {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .float-btn > div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-block: 16px !important;
  }
  .float-btn .wp-block-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 639px) {
  #page-top {
    bottom: 64px;
    opacity: 0.8;
  }
}
body {
  color: #333333;
  background-color: #fefefe;
}