@charset "utf-8";

/*
  共通
  ※テンプレ部分に適用させたくないものは.main以降に記載する
*/
:root {
  --header-height: 110px;
  --actionbtn-height: 0px;
  --window-half-width: 50vw;
  --margin-top: 0px;
  --margin-bottom: 0px;
  --leading-trim: ((1em - 1lh) / 2);
  --color-white: 255, 255, 255;
  --color-brown: 114, 102, 88;
  --color-darkgray: 102, 102, 102;
  --color-gray: 153, 153, 153;
  --color-beige: 232, 230, 226;
}
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
html {
  /* scroll-behavior: smooth; */
  scroll-padding-top: var(--header-height);
}
body {
  /* padding-top: var(--header-height); */
  font-family: "Yu Gothic Medium", YuGothic, sans-serif;
}
body.loaded {
  font-family: "Noto SansJapanese Light","Lucida Grande","Lucida Sans Unicode","Noto SansJapanese",“游ゴシック”,YuGothic,"ヒラギノ角ゴシック ProN",Hiragino Kaku Gothic ProN,sans-serif;
}
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
.sp-bl, .sp-il, .tablet-bl { display: none !important; }
.tablet .tablet-bl { display: block !important; }
.opa { transition: 0.3s ease-in-out; }
.w100 { width: 100% !important; }
.none { display: none !important }
.visuallyhidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.tj { text-align: justify; }
.cf:before,.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.outer {
  position: relative;
  max-width: 1920px;
  margin-inline: auto;
}
.inner {
  position: relative;
  width: 95%;
  max-width: 1520px;
  margin-inline: auto;
}

/* フォント */
.main h2, .main h3, .main h4, .main h5, .main h6, .main p {
  margin-block: calc(var(--margin-top) + var(--leading-trim)) calc(var(--margin-bottom) + var(--leading-trim));
}
.main {
  font-family: serif;
}
.wf-shipporimincho-n4-active .main {
  font-family: "Shippori Mincho", serif;
}
.wf-cormorantinfant-n4-active .cormorant {
  font-family: "Cormorant Infant", serif;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
.wf-notoserifjp-n4-active .notoserif {
  font-family: "Noto Serif JP", serif;
}
.bold, b {
  font-weight: bold;
}
.medium {
  font-weight: 500;
}

/* カラー */
.white { color: rgb(var(--color-white)); }
.brown { color: rgb(var(--color-brown)); }
.gray { color: rgb(var(--color-gray)); }

/* トラッキング */
.ls0 { letter-spacing: 0; }
.ls50 { letter-spacing: .05em; }
.ls100 { letter-spacing: .1em; }
.ls150 { letter-spacing: .15em; }
.ls200 { letter-spacing: .2em; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.grid {
  display: grid;
}
.flex.column { flex-direction: column; }
.flex.nowrap { flex-wrap: nowrap; }
.flex.reverse { flex-direction: row-reverse; }
.flex.jc-s { justify-content: flex-start; }
.flex.jc-e { justify-content: flex-end; }
.flex.ai-e { align-items: flex-end; }
.flex.ai-st { align-items: stretch; }
.grid.jc-s { justify-content: start; }
.grid.jc-e { justify-content: end; }
.grid.ai-s { align-items: start; }
.grid.ai-e { align-items: end; }
.grid.ai-st { align-items: stretch; }
.jc-c { justify-content: center; }
.ai-c { align-items: center; }

.fit-right { margin-right: calc(50% - var(--window-half-width)); }
.fit-left { margin-left: calc(50% - var(--window-half-width)); }

@media (any-hover: hover) {
  .opa:hover { opacity: 0.7 !important; }
}

@media screen and (max-width: 1200px) {
  :root {
    --header-height: 67px;
    --actionbtn-height: 64px;
  }
}

@media screen and (max-width: 768px) {
  .pc { display: none !important; }
  .sp-bl { display: block !important; }
  .sp-il { display: inline !important; }
  .inner { width: calc(320 / 380 * 100%); max-width: 560px; }
}



/*
  テンプレ部分
*/
.header-property-logo {
  width: auto;
}
.header-property-logo-link .header-property-logo-title img {
  flex-shrink: 0;
  max-width: none;
}
.nav-global-property {
  background: #fff;
}
.nav-global-property-item,
.nav-global-property-item:nth-child(9n) {
  width: 100%;
}
.nav-global-property-item:first-child::before,
.nav-global-property-item::after {
  border-color: rgb(var(--color-darkgray));
}
.nav-global-property-item.nav-global-brand {
  background: rgb(var(--color-brown)) !important;
}
.nav-global-property-link {
  color: rgb(34, 34, 34);
}
/* .nav-global-property-item.nav-global-brand .nav-global-property-link {
  color:  !important;
} */
.nav-global-property-link:hover::after,
.nav-global-property-link.is-current:after {
  border-bottom-color: rgb(34, 34, 34);
}
.nav-global-property-item.nav-global-brand .nav-global-property-link:hover::after,
.nav-global-property-item.nav-global-brand .nav-global-property-link.is-current:after {
  border-bottom-color: #fff !important;
}
.nav-global-property-item.is-new .nav-global-property-link::before {
  top: 5px;
  right: 5px;
}
.nav-global-property-item.is-soon .nav-global-property-link {
  opacity: .3;
  pointer-events: none;
}
.box-bukken-contact {
  background-color: rgb(34, 34, 34);
}
.list-bukken-contact {
  justify-content: center;
  align-items: stretch;
}
.list-bukken-contact-link {
  height: 100%;
}
.ttl-property-main {
  background-color: rgb(34, 34, 34);
}
.btn-pagetop-property,
.footer-property-link-wrap {
  background-color: rgb(34, 34, 34);
}
.is-pc1200l .list-property-control-wrap .list-property-control {
  flex-wrap: nowrap;
}
.is-pc1200l .list-property-control-wrap .list-property-control-item {
  width: 100%;
}
.box-bukken-contact-holiday {
  padding: 20px;
  border: 1px solid #fff;
  max-width: 600px;
  margin: 0 auto;
  font-size: 12px;
  margin-bottom: 20px;
}
.box-bukken-contact-holiday a {
  color: #fff;
  text-decoration: underline
}

/* フォント変更 */
.wf-shipporimincho-n4-active .header-property-utility,
.wf-shipporimincho-n4-active .nav-global-property-link,
.wf-shipporimincho-n4-active .header-property-menu-button-close a,
.wf-shipporimincho-n4-active .box-bukken-contact,
.wf-shipporimincho-n4-active .ttl-property-main {
  font-family: "Shippori Mincho", serif;
}
.box-bukken-contact-title,
.box-bukken-contact-tel > span, .box-bukken-contact-tel > a {
  font-weight: 400;
}

/* Noto SansJapanese Medium を遅延読み込み */
.ttl-heading {
  font-family: sans-serif;
}
body.loaded .ttl-heading {
  font-family: "Noto SansJapanese Medium";
}

/* オンライン商談ボタン */
.list-property-control-link-yellow {
  border: 1px solid #bb951e;
}
.list-property-control-link-yellow:hover {
  border: 1px solid #fff;
}
.list-property-control-link-yellow .list-property-control-icon {
  width: 16px;
  height: 15px;
  background: url("../img/common/icon_reservation_online.png") top left no-repeat;
  background-size: auto;
  background-size: 16px 13px;
}
.list-property-control-link-yellow:hover .list-property-control-icon.reservation03 {
  background: url(../img/common/icon_reservation_online_hover.png) top left no-repeat;
  background-size: auto;
  background-size: 17px 14px;
}
.list-property-control-link-yellow .list-property-control-text {
  color: #bb951e;
}
.list-property-control-link-yellow:hover {
  background-color: #bb951e;
}
.list-property-control-link-yellow:hover .list-property-control-text {
  color: #fff;
}
.list-bukken-contact-item .online {
  border: 1px solid #bb951e;
}
.online .list-bukken-contact-icon {
  width: 17px;
  height: 14px;
  background: url(../img/common/icon_reservation_online.png) top left no-repeat;
  background-size: auto;
  background-size: 17px 14px;
}
.online:hover .list-bukken-contact-icon {
  width: 17px;
  height: 14px;
  background: url(../img/common/icon_reservation_online_hover.png) top left no-repeat;
  background-size: auto;
  background-size: 17px 14px;
}
.list-bukken-contact-link-yellow .list-bukken-contact-text {
  color: #bb951e;
}
.list-bukken-contact-link-yellow:hover .list-bukken-contact-text {
  color: #fff;
}
.list-bukken-contact-link-yellow:hover {
  background-color: #bb951e;
}
.reservation03 .list-bukken-contact-icon {
  width: 17px;
  height: 14px;
  background: url(../img/common/icon_reservation_online.png) top left no-repeat;
  background-size: 17px 14px;
}
.reservation03 .list-bukken-contact-link:hover .list-bukken-contact-icon {
  background: url(../img/common/icon_reservation_online_hover.png) top left no-repeat;
  background-size: 17px 14px;
}
@media screen and (max-width: 1200px) {
  .header-property-logo {
    padding: 20px 0;
  }
  .header-property.scrolled .header-property-logo {
    visibility: hidden;
  }
  .header-property-logo-link .header-property-logo-title img {
    height: min(calc(28 / 380 * 100vw), 28px);
  }
  .nav-global-property-list {
    background-color: rgb(34, 34, 34);
  }
  .header-property-menu {
    background-color: rgb(34, 34, 34);
  }
  .header-property-btn-menu.header-local-menu.is-open {
    background-color: rgb(34, 34, 34) !important;
  }
  .nav-global-property-inner.nav-global-property-inner-first,
  .nav-global-property-inner.nav-global-property-inner-second {
    background: rgb(34, 34, 34);
  }
  .nav-global-property-item,
  .nav-global-property-item:nth-child(9n) {
    width: 50%;
  }
  .nav-global-property-item.is-new .nav-global-property-link::before {
    top: auto;
    right: auto;
  }
  .wf-shipporimincho-n4-active .list-property-control-wrap.only-sp {
    font-family: "Shippori Mincho", serif;
  }
  .list-property-control {
    flex-wrap: nowrap;
  }
  .list-property-control-item {
    width: 100%;
  }
  .nav-global-property-link {
    color: #fff;
  }
  .nav-global-property-item.nav-global-brand .nav-global-property-link {
    color: #fff !important;
    /* filter: invert(1); */
  }
  .nav-global-property-link:hover::after,
  .nav-global-property-link.is-current:after {
    border-bottom-color: rgb(34, 34, 34);
  }
  /*.footer-property .footer-copyright {
    padding-bottom: 120px;
  }*/
  .box-bukken-contact-holiday {
    font-size:11px
  }
}
@media screen and (max-width: 768px) {
  .bnr-bukken .pc {
    display: none !important;
  }
  .bnr-bukken .sp {
    display: block !important;
  }
}
@media screen and (max-width: 736px) {
  .wrapper {
    padding-top: 0 !important;
  }
}



/*
  メイン
*/
.wrapper {
  overflow: clip;
}
.main {
  position: relative;
  z-index: 1;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  overflow: clip;
  color: rgb(34, 34, 34);
}
.main img {
  width: 100%;
  max-width: 100%;
}
.main svg {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  fill: currentColor;
}
.main em {
  font-style: normal;
  font-weight: inherit;
}

/* スライド */
.swiper-button-next, .swiper-button-prev {
  width: 60px;
  --swiper-navigation-size: 100px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11.67" height="21.92" viewBox="0 0 11.67 21.92"><polygon points="10.96 21.92 0 10.96 10.96 0 11.67 .71 1.41 10.96 11.67 21.21 10.96 21.92" fill="%23fff"/></svg>') no-repeat center/calc(12 / 60 * 100%) auto rgba(var(--color-brown), .8);
  transition: background-color .3s ease-out;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
.swiper[data-mode="carousel"] .swiper-slide {
  opacity: .5;
  transition: opacity .5s ease-out;
}
.swiper[data-mode="carousel"] .swiper-slide-active,
.swiper[data-mode="carousel"] .swiper-slide-next,
.swiper[data-mode="carousel"] .swiper-slide-next + .swiper-slide {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 30px;
    --swiper-navigation-size: 50px;
  }
  .swiper[data-mode="carousel"] .swiper-slide-next,
  .swiper[data-mode="carousel"] .swiper-slide-next + .swiper-slide {
    opacity: .5;
  }
}

/* タブ */
[role="tab"],
[role="tab"]:focus,
[role="tab"]:hover {
  outline: none;
  cursor: pointer;
  touch-action: manipulation;
}
/* [role="tab"][aria-selected="true"] {
}
[role="tab"][aria-selected="false"] {
} */
[role="tab"]:focus-visible {
  outline: auto -webkit-focus-ring-color;
}
[role="tabpanel"] {
  animation: tabpanelFadein 1s;
}
[role="tabpanel"].is-hidden {
  display: none;
}
@keyframes tabpanelFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* モーダル */
/* .modal {
  display: none;
}
.modal.active {
  display: block;
}
.modal-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 1px);
  height: calc(100dvh + 1px);
  display: grid;
  grid-template: ". container ." auto / 2.5% minmax(0, 1fr) 2.5%;
  place-items: center;
  background: rgba(0, 0, 0, .8);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
.modal[aria-hidden="true"] .modal-overlay {
  animation: closeModal .3s ease-out;
}
.modal[aria-hidden="false"] .modal-overlay {
  animation: openModal .3s ease-out;
}
@keyframes openModal {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes closeModal {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.modal-container {
  grid-area: container;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin-block: 70px;
  background: #fff;
}
.modal-close {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: -70px;
  margin-left: auto;
  background: linear-gradient(45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/20px auto, linear-gradient(-45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/20px auto rgba(var(--color-white), 1);
  cursor: pointer;
}
.modal-content {
  position: relative;
  z-index: 1;
}
.modal-open {
  position: relative;
  z-index: 1;
  display: block;
}
.modal-open,
.modal-content-close {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal-overlay {
    grid-template-columns: minmax(0, 1fr) calc(320 / 380 * 100%) minmax(0, 1fr);
  }
  .modal-close {
    width: 50px;
    height: 50px;
    margin-bottom: -50px;
  }
} */
.modal {
  display: none;
}
.modal.is-open {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(2.5%, 1fr) minmax(0, 1520px) minmax(2.5%, 1fr);
  grid-template-rows: 70px auto 70px;
  place-items: center;
  background: rgba(0, 0, 0, .8);
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
.modal[aria-hidden="true"] {
  animation: closeModal .3s ease-out;
}
.modal[aria-hidden="false"] {
  animation: openModal .3s ease-out;
}
@keyframes openModal {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes closeModal {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.modal-overlay {
  grid-column: 1 / 4;
  grid-row: 1 / 4;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.modal-container {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
}
.modal-close {
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  color: #fff;
  background: linear-gradient(45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/20px auto, linear-gradient(-45deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/20px auto rgb(var(--color-darkgray));
  cursor: pointer;
}
.modal-content {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
}
[data-micromodal-trigger],
[data-open-modal] {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal.is-open {
    grid-template-columns: minmax(calc(30 / 380 * 100%), 1fr) minmax(0, 560px) minmax(calc(30 / 380 * 100%), 1fr);
  }
  .modal-close {
    width: 40px;
    height: 40px;
  }
}

/* スワイプ可能アイコン */
.scroll-hint-icon {
  all: initial;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="45.65" viewBox="0 0 90 45.65"><path d="M89.69,25.22c.1-.1.18-.22.23-.35.03-.08.04-.17.05-.26,0-.05.03-.1.03-.16,0-.07-.03-.14-.04-.21s-.01-.14-.04-.21c-.06-.13-.14-.26-.24-.36l-4.35-4.35c-.44-.4-1.13-.37-1.54.08-.38.42-.38,1.05,0,1.46l2.49,2.49h-10.42c-.6,0-1.09.49-1.09,1.09s.49,1.09,1.09,1.09h10.42l-2.49,2.49c-.41.44-.39,1.13.05,1.54.42.4,1.07.4,1.49,0l4.34-4.35h0s0,0,0,0h0Z" fill="%23fff"/><path d="M14.13,23.38H3.71l2.49-2.49c.4-.44.37-1.13-.07-1.54-.41-.38-1.05-.38-1.46,0L.32,23.69c-.1.1-.18.22-.24.36-.05.12-.07.25-.08.38,0,.01,0,.03,0,.04h0c0,.14.03.28.08.42.03.08.09.15.15.22.03.04.05.09.09.13l4.35,4.35c.2.2.48.32.77.32.6,0,1.09-.49,1.08-1.1,0-.28-.12-.56-.32-.76,0,0-1.44-1.44-2.49-2.49h10.42c.6,0,1.09-.49,1.09-1.09s-.49-1.09-1.09-1.09Z" fill="%23fff"/><path d="M60.85,17.39c-.86,0-1.7.26-2.42.74-.61-1.74-2.26-2.91-4.1-2.91-.76,0-1.51.2-2.17.58V4.35C52.15,1.94,50.21,0,47.8,0,45.96,0,44.32,1.17,43.7,2.91c-1.99-1.34-4.69-.8-6.03,1.19-.48.72-.74,1.56-.74,2.42v18.48l-3.78-2.83c-2.26-1.68-5.41-1.46-7.41.53-1.27,1.27-1.27,3.34,0,4.61l15.49,15.48c1.83,1.84,4.32,2.87,6.92,2.86h5.1c6.6,0,11.94-5.36,11.95-11.96v-11.96c0-2.4-1.95-4.35-4.35-4.35ZM63.03,33.69c0,5.4-4.38,9.78-9.77,9.79h-5.1c-2.02,0-3.96-.8-5.38-2.23l-15.48-15.49c-.42-.42-.42-1.11,0-1.54,1.23-1.22,3.17-1.36,4.57-.32l5.51,4.14c.48.36,1.16.26,1.52-.22.14-.19.22-.42.22-.65V6.52c0-1.2.97-2.17,2.17-2.17,1.2,0,2.17.97,2.17,2.17v16.3c0,.6.49,1.09,1.09,1.09s1.09-.49,1.09-1.09V4.35c0-1.2.97-2.17,2.17-2.17,1.2,0,2.17.97,2.17,2.17v18.48c0,.6.49,1.09,1.09,1.09s1.09-.49,1.09-1.09v-3.26c-.03-1.2.93-2.19,2.13-2.22s2.19.93,2.22,2.13v3.35c0,.6.49,1.09,1.09,1.09s1.09-.49,1.09-1.09v-1.09c0-1.2.97-2.17,2.17-2.17,1.2,0,2.17.97,2.17,2.17v11.96s0,0,0,0Z" fill="%23fff"/></svg>') no-repeat center/90px auto rgba(0, 0, 0, .5);
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}
.scroll-hint-icon:before,
.scroll-hint-icon:after,
.scroll-hint-text {
  display: none;
}

/* 画像拡大モーダル */
.pswp__img {
  object-fit: contain;
  background: #fff;
}
.pswp__button,
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  width: 60px;
  opacity: 1;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.pswp__button--zoom,
.pswp__button--zoom:hover,
.pswp__button--zoom:active,
.pswp__button--zoom:focus {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><polygon points="14 6.5 7.5 6.5 7.5 0 6.5 0 6.5 6.5 0 6.5 0 7.5 6.5 7.5 6.5 14 7.5 14 7.5 7.5 14 7.5 14 6.5" fill="%23fff"/></svg>') no-repeat center/calc(14 / 60 * 100%) auto rgba(0, 0, 0, .3);
}
.pswp__button--zoom {
  margin-right: -1px;
}
.pswp__button--close,
.pswp__button--close:hover,
.pswp__button--close:active,
.pswp__button--close:focus {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10.61" height="10.61" viewBox="0 0 10.61 10.61"><polygon points="9.9 0 5.3 4.6 .71 0 0 .71 4.6 5.3 0 9.9 .71 10.61 5.3 6.01 9.9 10.61 10.61 9.9 6.01 5.3 10.61 .71 9.9 0" fill="%23fff"/></svg>') no-repeat center/calc(14 / 60 * 100%) auto rgba(0, 0, 0, .3);
}
.pswp__button--close {
  margin-right: 0;
}
.pswp__button svg {
  visibility: hidden;
}
.expand {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .expand {
    position: relative;
    z-index: 1;
    display: block;
    pointer-events: auto;
  }
  .expand::before {
    content: "";
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14"><polygon points="14 6.5 7.5 6.5 7.5 0 6.5 0 6.5 6.5 0 6.5 0 7.5 6.5 7.5 6.5 14 7.5 14 7.5 7.5 14 7.5 14 6.5" fill="%23222"/></svg>') no-repeat center/calc(14 / 60 * 100%) auto #fff;
  }
}

/* キャプション */
.photo, .figure {
  position: relative;
}
.p-caption, .f-caption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  font-size: 11px;
  line-height: 1;
  text-align: right;
  padding: 5px;
}
.p-caption.w, .f-caption.w {
  color: rgba(255, 255, 255, .8);
  background: rgba(0, 0, 0, .3);
}
.p-caption.b, .f-caption.b {
  color: rgba(34, 34, 34, .8);
  background: rgba(255, 255, 255, .3);
}
.p-caption.l, .f-caption.l {
  left: 0;
  right: auto;
  text-align: left;
}
.p-caption.t, .f-caption.t {
  top: 0;
  bottom: auto;
}
.p-caption.r, .f-caption.r {
  position: relative;
  padding: 0;
  margin-top: 10px;
}
/* .p-caption.white, .f-caption.white {
  text-shadow: 0 0 4px #000, 0 0 10px #000;
} */
@media screen and (max-width: 768px) {
  .p-caption,.f-caption{
    font-size: 10px;
  }
}

/* 注釈 */
.common-cap {
  padding-block: 100px;
}
.common-cap__list {
  max-width: 1440px;
  font-size: 11px;
  line-height: 1.818181818;
  margin-block: calc(var(--leading-trim));
  color: rgb(var(--color-darkgray));
}
.common-cap__list__item {
  word-break: break-all;
  text-indent: -1em;
  box-sizing: border-box;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .common-cap {
    padding-block: 50px;
  }
  .common-cap__list {
    max-width: 560px;
  }
}

/* ボタン */
.btn a,
.btn button {
  position: relative;
  width: 100%;
  min-height: calc(40 / 16 * 1em);
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  place-items: center;
  gap: .5em;
  box-sizing: border-box;
  padding: .5em calc(20 / 16 * 1em);
  font-size: clamp(11px, calc(16 / 1200 * 100vw), 16px);
  font-family: inherit;
  letter-spacing: .05em;
  line-height: 1.25;
  overflow: hidden;
  color: #fff;
  background: rgb(var(--color-brown));
  transition: filter .4s;
}
.btn a::after,
.btn button::after {
  content: "";
  display: block;
  width: calc(9 / 16 * 1em);
  height: calc(6 / 16 * 1em);
  background: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9.45" height="6.19" viewBox="0 0 9.45 6.19"><path d="M9.38,2.99L5.85.01s-.07-.01-.11.02c-.04.04-.04.07-.02.09l2.18,2.66H.06s-.04.05-.05.15c-.01.1-.01.21,0,.31,0,.11.03.16.06.16h7.84l-2.2,2.66s-.03.08,0,.1.08.03.12,0l3.54-2.96s.06-.07.06-.11-.02-.08-.06-.11Z"/></svg>') no-repeat center/100% auto;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9.45" height="6.19" viewBox="0 0 9.45 6.19"><path d="M9.38,2.99L5.85.01s-.07-.01-.11.02c-.04.04-.04.07-.02.09l2.18,2.66H.06s-.04.05-.05.15c-.01.1-.01.21,0,.31,0,.11.03.16.06.16h7.84l-2.2,2.66s-.03.08,0,.1.08.03.12,0l3.54-2.96s.06-.07.06-.11-.02-.08-.06-.11Z"/></svg>') no-repeat center/100% auto;
}
@media (any-hover: hover) {
  .btn a:hover,
  .btn button:hover {
    filter: brightness(1.1);
  }
}
@media screen and (max-width: 768px) {
  .btn a,
  .btn button {
    font-size: min(calc(16 / 380 * 100vw), 16px);
  }
}

/* 見出し、コピー、注釈 */
.enheading {
  position: relative;
  z-index: 1;
  width: fit-content;
  box-sizing: border-box;
  padding-top: calc(67 / 36 * 1em);
  font-size: clamp(26px, calc(36 / 1200 * 100vw), 36px);
  line-height: 1em;
  --leading-trim: calc((1em - 1lh) / 2);
  writing-mode: vertical-rl;
}
.enheading::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: .25em;
  right: .5lh;
  width: 1px;
  height: calc(40 / 36 * 1em);
  background: rgba(var(--color-gray), .5);
}
.enheading--invert {
  color: rgba(var(--color-brown), .3);
  color: color-mix(in srgb, rgb(var(--color-brown)) 30%, #fff 70%);
}
.enheading--invert::before {
  background: currentColor;
}
.heading {
  font-size: clamp(16px, calc(24 / 1200 * 100vw), 24px);
  line-height: 2.333333333;
}
.copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2.428571429;
}
.caution {
  font-size: 10px;
  line-height: 1.818181818;
}
@media screen and (max-width: 768px) {
  .enheading {
    width: 100%;
    padding-top: 0;
    padding-left: calc(40 / 24 * 1em);
    font-size: min(calc(24 / 380 * 100vw), 24px);
    writing-mode: horizontal-tb;
  }
  .enheading::before {
    top: .25em;
    top: .5lh;
    right: initial;
    left: 0;
    width: calc(20 / 24 * 1em);
    height: 1px;
  }
  .heading {
    font-size: min(calc(18 / 380 * 100vw), 18px);
    line-height: 2;
  }
  .copy {
    font-size: min(calc(12 / 380 * 100vw), 12px);
    line-height: 2.333333333;
  }
}

/* LINEバナー */
.common-linebnr {
	max-width: 1100px;
	margin-block: 40px;
}
.common-linebnr img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 736px){
  .common-linebnr {
    max-width: 560px;
    margin-block: 20px;
  }
}

/* 下層誘導 */
.common-suggest {
  padding-block: 200px;
  background: rgb(var(--color-beige));
}
.common-suggest__content {
  grid-template-columns: minmax(0, calc(360 / 1920 * 100%)) minmax(0, calc(1460 / 1920 * 100%)) minmax(0, calc(100 / 1920 * 100%));
  align-items: center;
}
.common-suggest__content__heading {
  font-size: clamp(30px, calc(50 / 1200 * 100vw), 50px);
  writing-mode: vertical-rl;
  color: rgba(var(--color-brown), .5);
  color: color-mix(in srgb, rgb(var(--color-brown)) 50%, #fff 50%);
  margin-block: auto !important;
}
.common-suggest__content__list {
  width: 100%;
  /* grid-template-columns: repeat(4, minmax(0, 1fr)); */
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}
.common-suggest__content__list__item {
  /* aspect-ratio: 350 / 470; */
  aspect-ratio: 350 / 300;
}
.common-suggest__content__list__item__link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.common-suggest__content__list__item__link__photo {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
}
.common-suggest__content__list__item__link__photo img {
  position: relative;
  z-index: 1;
  height: 100%;
  object-fit: cover;
  transition: scale .5s ease-out;
}
.common-suggest__content__list__item__link__photo .p-caption {
  z-index: 3;
}
.common-suggest__content__list__item__link__photo::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: rgb(34, 34, 34);
  opacity: .6;
  transition: opacity .5s ease-out;
}
.common-suggest__content__list__item__link__desc {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  place-content: center;
  place-items: center;
  box-sizing: border-box;
  padding: 5%;
}
.common-suggest__content__list__item__link__desc__heading {
  font-size: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  line-height: 1.1 !important;
}
.common-suggest__content__list__item__link__desc__copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2;
  --margin-top: calc(30 / 14 * 1em);
}
.common-suggest__content__list__item__link__desc__btn {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: max(calc(120 / 350 * 100%), 120px);
}
/* .common-suggest__content__list__item__link__desc__btn__button {
} */
@media (any-hover: hover) {
  .common-suggest__content__list__item__link:hover .common-suggest__content__list__item__link__photo img {
    scale: 1.1;
  }
  .common-suggest__content__list__item__link:hover .common-suggest__content__list__item__link__photo::after {
    opacity: .8;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .common-suggest__content__heading {
    align-self: start;
  }
  .common-suggest__content__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .common-suggest__content__list__item {
    aspect-ratio: 350 / 350;
  }
}
@media screen and (max-width: 768px) {
  .common-suggest {
    padding-block: 60px;
  }
  .common-suggest__content {
    grid-template-columns: 100%;
  }
  .common-suggest__content__heading {
    font-size: min(calc(30 / 380 * 100vw), 30px);
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .common-suggest__content__list {
    display: flex;
    gap: 0 20px;
    margin-top: 40px;
    overflow: auto;
  }
  .common-suggest__content__list__item {
    flex: 0 0 calc(260 / 380 * 100%);
    aspect-ratio: 260 / 310;
  }
  .common-suggest__content__list__item__link__desc {
    padding: 3%;
  }
  .common-suggest__content__list__item__link__desc__heading {
    font-size: min(calc(28 / 380 * 100vw), 28px);
  }
  .common-suggest__content__list__item__link__desc__copy {
    font-size: min(calc(12 / 380 * 100vw), 12px);
    line-height: 2.333333333;
    --margin-top: calc(30 / 12 * 1em);
  }
  .common-suggest__content__list__item__link__desc__btn {
    width: max(calc(90 / 260 * 100%), 90px);
  }
  .common-suggest__content__list__item__link__desc__btn button {
    font-size: min(calc(11 / 380 * 100vw), 11px);
  }
  .common-suggest__content__list::before,
  .common-suggest__content__list::after {
    content: "";
    display: block;
    flex: 0 0 calc(20 / 380 * 100%);
  }
}

/* インフォ */
.common-info {
  margin-top: 1px;
  padding-block: 100px;
  background: rgb(var(--color-beige));
}
.common-info__content {
  max-width: 1440px;
  grid-template-columns: minmax(400px, 1fr) minmax(0, 600px);
  align-items: end;
  gap: 60px 30px;
}
/* .common-info__content__group {
}
.common-info__content__group--1 {
}
.common-info__content__group--2 {
} */
.common-info__content__group__heading {
  font-size: clamp(12px, calc(16 / 1200 * 100vw), 16px);
}
.common-info__content__group__desc {
  margin-top: 60px;
}
.common-info__content__group__desc__copy {
  font-size: clamp(26px, calc(36 / 1200 * 100vw), 36px);
  line-height: 2;
}
.common-info__content__group__desc__copy2 {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2.428571429;
  --margin-top: 60px;
}
.common-info__content__group__btn {
  grid-template-columns: 100%;
  align-items: start;
  gap: 20px 0;
}
.common-info__content__group__btn__item {
  width: 100%;
}
.common-info__content__group__btn__item a {
  min-height: calc(60 / 16 * 1em);
  padding: .5em calc(30 / 16 * 1em);
}
.common-info__announce {
  margin-top: 100px;
  grid-template-columns: 100%;
  justify-items: center;
  align-items: start;
  gap: 50px 0;
}
.common-info__announce__group {
  max-width: fit-content;
  box-sizing: border-box;
  border: 1px solid currentColor;
  padding: 30px;
}
.common-info__announce__group__copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .common-info {
    padding-block: 50px;
  }
  .common-info__content {
    max-width: 560px;
    grid-template-columns: 100%;
    align-items: start;
    gap: 40px 0;
  }
  .common-info__content__group__heading {
    font-size: min(calc(12 / 380 * 100vw), 12px);
  }
  .common-info__content__group__desc {
    margin-top: 40px;
  }
  .common-info__content__group__desc__copy {
    font-size: min(calc(20 / 380 * 100vw), 20px);
  }
  .common-info__content__group__desc__copy2 {
    font-size: min(calc(12 / 380 * 100vw), 12px);
    line-height: 2.333333333;
    --margin-top: 40px;
  }
  .common-info__content__group__btn {
    gap: 10px 0;
  }
  .common-info__content__group__btn__item a {
    min-height: calc(50 / 16 * 1em);
    padding: .5em calc(20 / 16 * 1em);
  }
  .common-info__announce {
    margin-top: 50px;
    gap: 30px 0;
  }
  .common-info__announce__group {
    padding: 20px 10px;
  }
  .common-info__announce__group__copy {
    font-size: min(calc(12 / 380 * 100vw), 12px);
  }
}

/* 下層KV */
.kv {
  position: -webkit-sticky;
  position: sticky;
  z-index: -1;
  top: var(--header-height);
  height: calc(100lvh - var(--header-height));
  opacity: 0;
}
.kv__content {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.kv__content__photo {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
}
.kv__content__photo img {
  height: 100%;
  object-fit: cover;
}
.kv__content__desc {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: max(calc(75 / 1920 * 100%), 60px) calc(90 / 1920 * 100%);
}
.kv__content__desc__heading {
  gap: 0 calc(20 / 50 * 1em);
  font-size: clamp(30px, calc(50 / 1200 * 100vw), 50px);
  margin-right: -.1em;
}
.kv__content__desc__heading::before {
  content: "";
  display: block;
  width: calc(20 / 50 * 1em);
  height: 1px;
  background: rgba(var(--color-white), .5);
}
.kv__content__desc__copy {
  font-size: clamp(14px, calc(20 / 1200 * 100vw), 20px);
  line-height: 1.75;
  --margin-top: calc(30 / 20 * 1em);
}
.kv__content2 {
  position: absolute;
  z-index: 2;
  inset: 0;
  --color-kv-content2-photo-overlay: rgba(0, 0, 0, 0);
}
.kv__content2__photo {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
}
.kv__content2__photo img {
  height: 100%;
  object-fit: cover;
}
.kv__content2__photo::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: var(--color-kv-content2-photo-overlay);
}
.kv__content2__desc {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: max(calc(100 / 1920 * 100%), 60px);
  grid-template-columns: auto;
  justify-items: start;
  gap: 40px 0;
}
.kv__content2__desc--start {
  justify-content: start;
}
.kv__content2__desc--end {
  justify-content: end;
}
.kv__content2__desc__enheading {
  font-size: clamp(12px, calc(18 / 1200 * 100vw), 18px);
}
.kv__content2__desc__heading {
  font-size: clamp(20px, calc(30 / 1200 * 100vw), 30px);
  line-height: 1.866666667;
}
.kv__content2__desc__copy {
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  line-height: 2.428571429;
}
.kvspacer {
  position: relative;
  z-index: -1;
  height: 350lvh;
  pointer-events: none;
}
.kvspacer::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  height: var(--kvspacer-afterheight, 100vh);
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .kv {
    top: 0;
    /* height: calc(100lvh - var(--actionbtn-height)); */
    height: 100lvh;
  }
  .kv__content__desc {
    bottom: calc(100lvh - 100svh + var(--actionbtn-height));
  }
  .kv__content2__desc {
    bottom: calc(100lvh - 100svh + var(--actionbtn-height));
  }
}
@media screen and (max-width: 768px) {
  .kv__content__desc {
    padding: calc(40 / 380 * 100%) calc(25 / 380 * 100%);
  }
  .kv__content__desc__heading {
    gap: 0 calc(10 / 35 * 1em);
    font-size: min(calc(35 / 380 * 100vw), 35px);
  }
  .kv__content__desc__heading::before {
    width: calc(14 / 35 * 1em);
  }
  .kv__content__desc__copy {
    font-size: min(calc(14 / 380 * 100vw), 14px);
    line-height: 2;
    --margin-top: calc(20 / 14 * 1em);
  }
  .kv__content2__desc {
    padding-bottom: calc(40 / 380 * 100%);
    gap: 30px 0;
  }
  .kv__content2__desc--end {
    justify-content: start;
  }
  .kv__content2__desc__enheading {
    font-size: min(calc(14 / 380 * 100vw), 14px);
  }
  .kv__content2__desc__heading {
    font-size: min(calc(18 / 380 * 100vw), 18px);
    line-height: 2;
  }
  .kv__content2__desc__copy {
    font-size: min(calc(12 / 380 * 100vw), 12px);
    line-height: 2.333333333;
  }
}



/*
  フッター
*/
/* .footer-copyright a {
  margin: 0px 5px;
}
.footer-copyright-image p {
  text-align: left;
  font-size: 10px;
  color: #999;
  margin-bottom: 5px;
}
@media screen and (max-width: 736px) {
  .footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
} */



/*
  フェードインアニメーション
*/
.fi-u, .fi-d, .fi, .fi-r, .fi-l { visibility: hidden; }
.fi-stagger > * { opacity: 0; }
.fi-u-stagger > * { opacity: 0; filter: blur(20px); translate: 0 20px; }

/* fade in */
@keyframes fadeIn { from{ opacity: 0; } to{ opacity: 1; } }
.fi.faded { animation-name: fadeIn; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; }

/* fade in up */
@keyframes fadeInUp { from{ opacity: 0; transform: translate3d(0, 20px, 0); } to{ opacity: 1; transform: none; } }
.fi-u.faded { animation-name: fadeInUp; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; }

/* fade in down */
@keyframes fadeInDown { from{ opacity: 0; transform: translate3d(0, -20px, 0); } to{ opacity: 1; transform: none; } }
.fi-d.faded { animation-name: fadeInDown; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; }

/* fade in right */
@keyframes fadeInRight { from{ opacity: 0; transform: translate(30px,0); } to{ opacity: 1; transform: none; } }
.fi-r.faded { animation-name: fadeInRight; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; }

/* fade in left */
@keyframes fadeInLeft { from{ opacity: 0; transform: translate(-30px,0); } to{ opacity: 1; transform: none; } }
.fi-l.faded { animation-name: fadeInLeft; animation-fill-mode: both; animation-duration: 1.5s; visibility: visible !important; opacity: 0; }



/*
  印刷用
*/
@media print {
  body, html {
    zoom: .8 !important;
  }
  .header-property,
  .box-bukken-contact,
  .box-bukken,
  .area-user-footer-wrap,
  .footer-property,
  .ttl-property-main,
  .search-wrap {
    display: none;
  }
  .contents-property {
    padding-top: 0 !important;
  }
}