/*
 * 東京ページへ不動前サイトのヘッダー・フッターを組み込む際の共通調整。
 */

/* 東京側の共通 .inner による上書きを打ち消し、不動前ヘッダー本来の幅へ戻す。 */
@media screen and (min-width: 768px) {
  .fudomae-shell-page .body_inner > header > .inner {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

/* スマホヘッダーも不動前サイトと同じ左右位置・MENU位置へ戻す。 */
.fudomae-shell-page .sp_header > .inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  line-height: 2;
}

.fudomae-shell-page .sp_header .sp_header_info {
  line-height: 2;
}

/* 不動前側のヘッダー・メニュー・フッターは不動前本来の文字組みに戻す。 */
.fudomae-shell-page .sp_header,
.fudomae-shell-page .drawer-nav,
.fudomae-shell-page footer {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: justify;
}

.fudomae-shell-page .drawer-hamburger {
  font-size: 13.3333px;
  line-height: normal;
  text-align: center;
}

.fudomae-shell-page .drawer-hamburger-icon,
.fudomae-shell-page .drawer-hamburger i {
  line-height: normal;
}

.fudomae-shell-page .drawer-nav .drawer-menu,
.fudomae-shell-page .drawer-nav .sp_navi,
.fudomae-shell-page .drawer-nav .sp_navi > li,
.fudomae-shell-page .drawer-nav .sp_navi > li > a,
.fudomae-shell-page .drawer-nav .sp_navi > li.nav_slidebtm > div > a {
  line-height: 2;
}

.fudomae-shell-page footer .footer_navi,
.fudomae-shell-page footer .footer_navi > .footer_inner,
.fudomae-shell-page footer .footer_navi ul,
.fudomae-shell-page footer .footer_navi li {
  line-height: 2;
}

.fudomae-shell-page footer .footer_info,
.fudomae-shell-page footer .footer_info_left,
.fudomae-shell-page footer .footer_info_left_content,
.fudomae-shell-page footer .footer_info_access,
.fudomae-shell-page footer .footer_info_tel,
.fudomae-shell-page footer .footer_info_right,
.fudomae-shell-page footer .sec_footer_region,
.fudomae-shell-page footer .sec_footer_region_inner,
.fudomae-shell-page footer .copy {
  line-height: 2;
}

/* 不動前CSSの文字組みが東京FVへ継承されないよう、東京側の既定値へ戻す。 */
.fudomae-shell-page .fv,
.fudomae-shell-page .fv_lp {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: start;
}

/*
 * 不動前CSSのbody既定値が東京トップ本文へ継承されるのを防ぐ。
 * body.homeは不動前トップ専用のh2・h3指定を持つため、antiaging側では
 * homeクラスを外したうえで、本文の文字組みを東京サイトの既定値へ戻す。
 */
.fudomae-shell-page main.top {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: start;
}

/*
 * FV内要素とPCヘッダーのz-indexが同値の場合、後続のFVがクリックを奪うため、
 * 不動前ヘッダーを本文より前面に固定する。
 */
@media screen and (min-width: 641px) {
  .fudomae-shell-page .body_inner > header {
    z-index: 999;
  }
}

/* 不動前CSSの汎用 nav 指定が東京トップ本文のアンカーリンクへ及ぶのを防ぐ。 */
.fudomae-shell-page section.point .point_intro .point_nav {
  display: flex;
  justify-content: center;
  align-items: normal;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  width: auto;
  max-width: none;
  height: auto;
  background: transparent;
  transform: none;
  z-index: auto;
}

/* 不動前ヘッダーはFVへ重なるため、LPのFVを画面高いっぱいにする。 */
.fudomae-shell-page .fv_lp .fv_lp_img img {
  height: 100vh;
  height: 100svh;
}
