@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-gold: 227, 218, 191;
  --color-offwhite: 252, 252, 252;
}
@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: 1540px;
  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));
}
.wf-shipporiminchob1-n4-active .main {
  font-family: "Shippori Mincho B1", serif;
}
.wf-cormorantinfant-n4-active .cormorant {
  font-family: "Cormorant Infant", serif;
  line-height: 1cap;
  --leading-trim: calc((1cap - 1lh) / 2);
}
.wf-notosansjp-n4-active .notosans {
  font-family: "Noto Sans JP", sans-serif;
}
.bold, b {
  font-weight: bold;
}
.medium {
  font-weight: 500;
}

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

/* トラッキング */
.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(300 / 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: #D2D2D2;
}
.nav-global-property-item.nav-global-brand {
  background: linear-gradient(0deg, rgba(83, 82, 74, 0), rgba(223, 221, 205, .7)) no-repeat center/100% 100%, linear-gradient(90deg, #FEF8E5, #fff, #FEF8E5) no-repeat center/100% 100% !important;
}
.nav-global-property-link {
  color: #151515;
}
.nav-global-property-item.nav-global-brand .nav-global-property-link {
  color: #151515 !important;
}
.nav-global-property-link:hover::after,
.nav-global-property-link.is-current:after {
  border-bottom-color: #151515;
}
.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: #151515 !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: #333;
} */
.list-bukken-contact {
  justify-content: center;
  align-items: stretch;
}
.list-bukken-contact-link {
  height: 100%;
}
/* .ttl-property-main {
  background-color: #333;
}
.btn-pagetop-property,
.footer-property-link-wrap {
  background-color: #333;
} */
.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-shipporiminchob1-n4-active .header-property-utility,
.wf-shipporiminchob1-n4-active .nav-global-property-link,
.wf-shipporiminchob1-n4-active .header-property-menu-button-close a,
.wf-shipporiminchob1-n4-active .box-bukken-contact,
.wf-shipporiminchob1-n4-active .ttl-property-main {
  font-family: "Shippori Mincho B1", 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/pc/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/pc/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/pc/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/pc/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/pc/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/pc/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: #151515;
  }
  .header-property-menu {
    background-color: #151515;
  }
  .header-property-btn-menu.header-local-menu.is-open {
    background-color: #151515 !important;
  }
  .nav-global-property-inner.nav-global-property-inner-first,
  .nav-global-property-inner.nav-global-property-inner-second {
    background: #151515;
  }
  .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-shipporiminchob1-n4-active .list-property-control-wrap.only-sp {
    font-family: "Shippori Mincho B1", 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: #151515;
  }
  /*.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;
  }
}



/*
  メイン
*/
.main {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  overflow-x: clip;
  color: #151515;
  background: rgb(var(--color-offwhite));
}
.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[data-swiper-setting="tab"],
.swiper[data-swiper-setting="tab-bottom"] {
  overflow: visible;
}
.swiper[data-swiper-setting="tab"] .swiper-wrapper,
.swiper[data-swiper-setting="tab-bottom"] .swiper-wrapper {
  height: auto;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.swiper[data-swiper-setting="tab"] .swiper-slide,
.swiper[data-swiper-setting="tab-bottom"] .swiper-slide {
  flex: 1;
  height: auto;
  cursor: pointer;
  touch-action: manipulation;
}

/* モーダル */
.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;
  /* filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2)); */
}
.modal-content {
  position: relative;
  z-index: 1;
}
.modal-open {
  position: relative;
  z-index: 1;
  display: block;
}
.modal-open,
.modal-content-close {
  cursor: pointer;
}
.modal-expand-open {
  pointer-events: none;
}
@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-expand-open {
    position: relative;
    z-index: 1;
    display: block;
    pointer-events: auto;
  }
  .modal-expand-open::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: linear-gradient(0deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/19px 19px, linear-gradient(90deg, transparent calc(50% - 0.5px), currentColor calc(50% - 0.5px), currentColor calc(50% + 0.5px), transparent calc(50% + 0.5px)) no-repeat center/19px 19px rgba(var(--color-white), 1);
    /* filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2)); */
  }
  .modal-expand .modal-content {
    max-height: 80vh;
    max-height: calc(100dvh - 140px);
  }
  .modal-expand .modal-content > div:nth-of-type(1) {
    box-sizing: border-box;
    padding: 20px;
  }
}

/* スライド */
.swiper[data-swiper-setting="view"] {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.swiper[data-swiper-setting="tabpanel"] .swiper-slide {
  visibility: hidden;
}
.swiper[data-swiper-setting="tabpanel"] .swiper-slide-active {
  visibility: visible;
}
.swiper-button-next, .swiper-button-prev {
  width: 48px;
  --swiper-navigation-size: 48px;
  background: url('data:image/svg+xml;utf8,<svg width="16" height="14" viewBox="0 0 16 14" xmlns="http://www.w3.org/2000/svg"><path d="M0 7L16 14L11.7334 7L16 0L0 7Z" fill="%23151515"/></svg>') no-repeat center/calc(16 / 48 * 100%) auto rgba(var(--color-white), .8);
  transition: background-color .3s ease-out;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
@media (any-hover: hover){
  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(var(--color-white), 1);
  }
}

/* スワイプ可能アイコン */
.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="90" viewBox="0 0 90 90"><path d="M89.688,47.397c.097-.099.175-.216.228-.345.034-.082.039-.17.052-.256.008-.054.032-.102.032-.157,0-.073-.028-.136-.041-.205-.013-.069-.015-.14-.042-.205-.055-.135-.135-.257-.238-.359l-4.345-4.345c-.445-.403-1.132-.37-1.535.075-.376.415-.376,1.048,0,1.462l2.492,2.491h-10.423c-.6,0-1.087.487-1.087,1.087s.487,1.087,1.087,1.087h10.423l-2.492,2.493c-.412.437-.391,1.126.046,1.538.419.395,1.074.395,1.493,0l4.342-4.349s0,0,0,0h0s.003-.007.006-.009Z" fill="%23fff"/><path d="M14.131,45.551H3.71l2.49-2.491c.404-.444.372-1.131-.072-1.536-.414-.377-1.047-.378-1.462-.001L.322,45.868c-.102.101-.182.222-.238.357-.049.12-.071.247-.076.375,0,.014-.008.025-.008.039,0,0,0,0,0,0,0,.142.029.284.084.417.034.083.093.149.146.22.032.043.049.093.088.132l4.348,4.348c.205.203.481.317.769.317.601-.004,1.086-.495,1.082-1.096-.002-.285-.116-.559-.317-.761,0,0-1.437-1.437-2.49-2.491h10.421c.6,0,1.087-.487,1.087-1.087s-.487-1.086-1.087-1.087Z" fill="%23fff"/><path d="M50.099,4.661L45.749.318s-.008-.005-.012-.008c-.098-.096-.214-.173-.342-.227-.082-.033-.169-.039-.255-.051-.054-.008-.102-.032-.159-.032-.073,0-.136.028-.204.041-.069.013-.14.015-.206.042-.135.055-.257.135-.359.237l-4.346,4.346c-.403.445-.37,1.132.075,1.535.415.376,1.048.376,1.462-.001l2.491-2.492v10.423c0,.6.487,1.087,1.087,1.087s1.087-.487,1.087-1.087V3.708l2.493,2.492c.437.412,1.126.391,1.538-.046.395-.419.395-1.074,0-1.493Z" fill="%23fff"/><path d="M49.32,83.483c-.285.002-.559.116-.761.317,0,0-1.437,1.436-2.491,2.49v-10.421c0-.6-.487-1.087-1.087-1.087s-1.086.487-1.087,1.087v10.421l-2.491-2.49c-.444-.404-1.131-.372-1.536.072-.377.414-.378,1.047-.001,1.462l4.344,4.344c.101.102.223.183.357.238.118.049.243.069.368.074.016,0,.029.009.045.009,0,0,0,0,0,0,.142,0,.283-.029.417-.084.085-.036.154-.095.227-.151.041-.031.088-.046.125-.083l4.348-4.348c.203-.205.317-.481.317-.769-.004-.601-.495-1.086-1.096-1.082Z" fill="%23fff"/><path d="M60.851,39.564c-.861,0-1.702.255-2.417.735-.614-1.741-2.259-2.906-4.105-2.909-.763,0-1.513.201-2.173.585v-11.454c-.002-2.402-1.95-4.348-4.352-4.346-1.845,0-3.488,1.166-4.1,2.907-1.995-1.336-4.695-.802-6.031,1.193-.48.716-.735,1.558-.735,2.42v18.477l-3.778-2.832c-2.261-1.679-5.409-1.456-7.41.526-1.272,1.274-1.272,3.337,0,4.611l15.486,15.482c1.83,1.84,4.32,2.872,6.915,2.865h5.1c6.599-.009,11.945-5.357,11.952-11.956v-11.956c-.002-2.402-1.95-4.348-4.352-4.348ZM63.025,55.864c-.003,5.399-4.375,9.778-9.774,9.789h-5.1c-2.018.006-3.955-.796-5.378-2.228l-15.48-15.485c-.424-.425-.424-1.112,0-1.537,1.234-1.221,3.175-1.359,4.569-.324l5.515,4.137c.48.36,1.162.263,1.522-.218.141-.188.217-.417.217-.652v-20.651c0-1.201.972-2.174,2.173-2.175,1.201,0,2.174.972,2.175,2.173v16.302c0,.6.487,1.087,1.087,1.087s1.086-.487,1.087-1.087v-18.474c0-1.201.972-2.174,2.173-2.175,1.201,0,2.174.972,2.175,2.173v18.48c0,.6.487,1.087,1.087,1.087s1.087-.487,1.087-1.087v-3.261c-.026-1.2.926-2.194,2.127-2.22s2.194.926,2.22,2.127v3.354c0,.6.487,1.087,1.087,1.087s1.086-.487,1.087-1.087v-1.087c0-1.201.974-2.174,2.175-2.173,1.2,0,2.173.973,2.173,2.173v11.956s-.004-.004-.004-.004Z" 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;
}

/* キャプション */
.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: #fff;
  background: rgba(0, 0, 0, .8);
}
.p-caption.b, .f-caption.b {
  color: #151515;
  background: rgba(255, 255, 255, .8);
}
.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: 170px;
}
.common-cap__list {
  font-size: 11px;
  line-height: 1.636363636;
  margin-block: calc(var(--leading-trim));
}
.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: 70px;
  }
}

/* ボタン */
.btn a,
.btn button {
  position: relative;
  display: grid;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-bottom: calc(24 / 20 * 1em);
  padding-right: 18px;
  font-size: clamp(12px, calc(20 / 1200 * 100vw), 20px);
  font-family: inherit;
  line-height: 1.25;
  overflow: hidden;
}
.btn a::before,
.btn button::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.btn a::after,
.btn button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 8px;
  height: calc(100% - (24 / 20 * 1em));
  background: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="8" height="7" viewBox="0 0 8 7" xmlns="http://www.w3.org/2000/svg"><path d="M8 3.5L0 7L2.13379 3.5L-3.0598e-07 0L8 3.5Z"/></svg>') no-repeat center/8px auto;
  mask: url('data:image/svg+xml;utf8,<svg width="8" height="7" viewBox="0 0 8 7" xmlns="http://www.w3.org/2000/svg"><path d="M8 3.5L0 7L2.13379 3.5L-3.0598e-07 0L8 3.5Z"/></svg>') no-repeat center/8px auto;
}
.more a,
.more button {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  box-sizing: border-box;
  padding-bottom: calc(8 / 14 * 1em);
  font-size: clamp(11px, calc(14 / 1200 * 100vw), 14px);
  font-family: inherit;
  overflow: hidden;
}
.more a::before,
.more button::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
@keyframes btnAnimation {
  0% {
    clip-path: inset(0% 0% 0% 0%);
  }
  34% {
    clip-path: inset(0% 0% 0% 100%);
  }
  67% {
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@media (any-hover: hover) {
  .btn a:hover::before,
  .btn button:hover::before {
    animation: btnAnimation .75s linear;
  }
  .more a:hover::before,
  .more button:hover::before {
    animation: btnAnimation .5s linear;
  }
}
@media screen and (max-width: 768px) {
  .btn a,
  .btn button {
    padding-bottom: calc(24 / 15 * 1em);
    font-size: min(calc(15 / 375 * 100vw), 15px);
  }
  .btn a::after,
  .btn button::after {
    height: calc(100% - (24 / 15 * 1em));
  }
  .more a,
  .more button {
    padding-bottom: calc(8 / 11 * 1em);
    font-size: min(calc(11 / 375 * 100vw), 11px);
  }
}

/* 見出し、コピー、注釈 */
.heading {
  font-size: clamp(16px, calc(26 / 1200 * 100vw), 26px);
  letter-spacing: .2em;
  line-height: 1.769230769;
  writing-mode: vertical-rl;
}
.heading > span {
  display: block;
}
.enheading {
  font-size: clamp(11px, calc(15 / 1200 * 100vw), 15px);
}
.copy {
  font-size: clamp(11px, calc(15 / 1200 * 100vw), 15px);
  line-height: 2;
}
.caution {
  font-size: clamp(10px, calc(11 / 1200 * 100vw), 11px);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: min(calc(20 / 375 * 100vw), 20px);
  }
  .enheading {
    font-size: min(calc(11 / 375 * 100vw), 11px);
  }
  .copy {
    font-size: min(calc(12 / 375 * 100vw), 12px);
  }
}

/* フレア */
.wrapper {
  overflow: clip visible;
}
.flare {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9998;
  top: calc(var(--header-height));
  left: 0;
  width: 100%;
  height: calc(100svh - var(--header-height));
  mix-blend-mode: screen;
  pointer-events: none;
}
.flare + section {
  margin-top: calc(var(--header-height) - 100svh);
}
@media screen and (max-width: 1200px) {
  .flare {
    top: 0;
    height: calc(100svh - var(--actionbtn-height));
  }
  .flare + section {
    margin-top: calc(var(--actionbtn-height) - 100svh);
  }
}

/* インフォメーション */
.common-info {
  position: relative;
  /* z-index: 1; */
  padding-block: 170px;
}
.common-info__bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
}
.common-info__content {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 1fr) calc(754 / 1540 * 100%);
  align-items: start;
  gap: 0 30px;
}
.common-info__content__heading {
  grid-column: 1 / 3;
  font-size: clamp(11px, calc(15 / 1200 * 100vw), 15px);
  --margin-bottom: 100px;
}
/* .common-info__content__desc {
} */
.common-info__content__desc__copy {
  font-size: clamp(22px, calc(32 / 1200 * 100vw), 32px);
}
.common-info__content__desc__copy2 {
  font-size: clamp(11px, calc(15 / 1200 * 100vw), 15px);
  line-height: 2;
  --margin-top: 40px;
}
.common-info__content__desc__btn {
  margin-top: 100px;
  gap: 40px 32px;
}
.common-info__content__desc__btn__item {
  flex: 0 1 min(100%, 283px);
}
/* .common-info__content__pickup {
} */
.common-info__content__pickup__list {
  gap: 40px 32px;
}
.common-info__content__pickup__list__item {
  flex: 1;
  width: auto;
  height: auto;
}
/* .common-info__content__pickup__list__item__photo {
} */
.common-info__content__pickup__list__item__desc {
  margin-top: 20px;
  grid-template-columns: 100%;
}
.common-info__content__pickup__list__item__desc__name {
  font-size: clamp(11px, calc(15 / 1200 * 100vw), 15px);
  line-height: 2;
}
.common-info__modal .modal-overlay {
  background: rgba(var(--color-white), .9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.common-info__modal .modal-container {
  max-width: 1540px;
  background: none;
}
.common-info__modal .modal-close {
  width: 50px;
  height: 50px;
  margin-bottom: 70px;
  background: none;
}
.common-info__modal .modal-close::before {
  content: "Close";
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 14px;
}
.common-info__modal__head {
  grid-template-columns: auto minmax(0, 700px);
  align-items: start;
  gap: 30px;
}
.common-info__modal__head__heading {
  font-size: clamp(20px, calc(40 / 1200 * 100vw), 40px);
}
.common-info__modal__head__copy {
  font-size: clamp(11px, calc(15 / 1200 * 100vw), 15px);
  line-height: 2;
}
.common-info__modal__list {
  margin-top: 70px;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  /* grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); */
  justify-content: space-between;
  align-items: start;
  gap: 70px;
}
.common-info__modal__list__item {
  grid-template-columns: auto minmax(0, 1fr);
  justify-content: center;
  align-items: stretch;
  gap: 0 40px;
}
.common-info__modal__list__item__head {
  grid-template-columns: auto;
  justify-items: center;
  align-content: start;
  align-items: start;
  gap: 16px 0;
  padding-right: 24px;
  border-right: 1px solid rgb(var(--color-gold));
}
.common-info__modal__list__item__head__num {
  font-size: clamp(22px, calc(32 / 1200 * 100vw), 32px);
}
.common-info__modal__list__item__head__heading {
  font-size: clamp(16px, calc(22 / 1200 * 100vw), 22px);
  line-height: 1.727272727;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.common-info__modal__list__item__body {
  max-width: 283px;
  box-sizing: border-box;
  padding-block: 14px;
}
.common-info__modal__list__item__body__photo {
  height: clamp(44px, calc(64 / 1200 * 100vw), 64px);
}
.common-info__modal__list__item__body__photo img {
  height: 100%;
  object-fit: contain;
}
.common-info__modal__list__item__body__copy {
  font-size: clamp(11px, calc(15 / 1200 * 100vw), 15px);
  line-height: 2;
  --margin-top: 35px;
}
.common-info__modal__list__item__body__btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .common-info {
    padding-block: 80px;
  }
  .common-info__content {
    grid-template-columns: 100%;
    gap: 0;
  }
  .common-info__content__heading {
    grid-column: 1 / 2;
    font-size: min(calc(11 / 375 * 100vw), 11px);
    --margin-bottom: 65px;
  }
  .common-info__content__desc__copy {
    font-size: min(calc(17 / 375 * 100vw), 17px);
  }
  .common-info__content__desc__copy2 {
    font-size: min(calc(13 / 375 * 100vw), 13px);
    --margin-top: 30px;
  }
  .common-info__content__desc__btn {
    margin-top: 65px;
    gap: 25px;
  }
  .common-info__content__desc__btn__item {
    flex: 0 1 min(100%, 236px);
  }
  .common-info__content__pickup {
    margin-top: 65px;
  }
  .common-info__content__pickup__list {
    flex-wrap: wrap;
    gap: 32px 0;
  }
  .common-info__content__pickup__list__item {
    flex: 1 0 100%;
  }
  .common-info__content__pickup__list__item__photo img {
    aspect-ratio: 2 / 1.25;
    object-fit: cover;
  }
  .common-info__content__pickup__list__item__desc {
    margin-top: 12px;
    grid-template-columns: 100%;
  }
  .common-info__content__pickup__list__item__desc__name {
    font-size: min(calc(13 / 375 * 100vw), 13px);
  }
  .common-info__modal .modal-overlay {
    grid-template-columns: minmax(0, 1fr) calc(300 / 375 * 100%) minmax(0, 1fr);
  }
  .common-info__modal__head {
    grid-template-columns: 100%;
    gap: 60px 0;
  }
  .common-info__modal__head__heading {
    font-size: min(calc(30 / 375 * 100vw), 30px);
  }
  .common-info__modal__head__copy {
    font-size: min(calc(12 / 375 * 100vw), 12px);
    line-height: 1.8;
  }
  .common-info__modal__list {
    margin-top: 60px;
    grid-template-columns: 100%;
    justify-content: start;
    gap: 60px 0;
  }
  .common-info__modal__list__item {
    grid-template-columns: 100%;
    justify-content: start;
    gap: 40px 0;
  }
  .common-info__modal__list__item + .common-info__modal__list__item {
    border-top: 1px solid rgb(var(--color-gold));
    padding-top: 60px;
  }
  .common-info__modal__list__item__head {
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    align-items: baseline;
    gap: 0 10px;
    padding-right: 0;
    border-right: none;
  }
  .common-info__modal__list__item__head__num {
    font-size: min(calc(28 / 375 * 100vw), 28px);
  }
  .common-info__modal__list__item__head__heading {
    font-size: min(calc(20 / 375 * 100vw), 20px);
    writing-mode: initial;
    text-orientation: initial;
  }
  .common-info__modal__list__item__body {
    max-width: none;
    padding-block: 0;
  }
  .common-info__modal__list__item__body__photo {
    height: min(calc(44 / 375 * 100vw), 44px);
  }
  .common-info__modal__list__item__body__copy {
    font-size: min(calc(12 / 375 * 100vw), 12px);
    line-height: 1.8;
    --margin-top: 40px;
  }
  .common-info__modal__list__item__body__btn {
    margin-top: 30px;
    max-width: 236px;
    margin-inline: auto;
  }
}

/* 下層誘導 */
.common-under {
  padding-block: 270px;
}
/* .common-under__head {
} */
.common-under__head__enheading {
  font-size: clamp(11px, calc(15 / 1200 * 100vw), 15px);
}
.common-under__head__heading {
  translate: -50px;
}
.common-under__content {
  margin-top: 65px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 32px;
}
.common-under__content__item {
  position: relative;
  z-index: 1;
  height: 480px;
}
.common-under__content__item__photo {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
}
.common-under__content__item__photo img {
  height: 100%;
  object-fit: cover;
}
.common-under__content__item--design .common-under__content__item__photo img {
  width: 340%;
  max-width: none;
  height: auto;
  min-height: 160%;
  margin-top: -60%;
  margin-left: -66%;
}
.common-under__content__item--roomplan .common-under__content__item__photo img {
  object-position: top 0 left 70%;
}
.common-under__content__item__desc {
  position: relative;
  z-index: 2;
  width: fit-content;
  height: 100%;
  margin-inline: auto;
  padding: calc(32 / 13 * 1em) calc(25 / 13 * 1em);
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto;
  justify-content: center;
  justify-items: center;
  align-items: start;
  font-size: clamp(10px, calc(13 / 1200 * 100vw), 13px);
  transition: padding-block .5s;
}
.common-under__content__item__desc::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(280 / 480 * 100%);
  background: #fff;
  transition: height .5s;
}
.common-under__content__item__desc__heading {
  justify-self: end;
  font-size: 100%;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  padding-right: calc(16 / 13 * 1em);
}
.common-under__content__item__desc__copy {
  justify-self: start;
  font-size: calc(18 / 13 * 100%);
  letter-spacing: .2em;
  line-height: 1.769230769;
  writing-mode: vertical-rl;
}
.common-under__content__item__desc__more {
  display: none;
}
@media (any-hover: hover) {
  .common-under__content__item:hover .common-under__content__item__desc::before {
    height: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .common-under__content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .common-under {
    padding-block: 170px;
  }
  .common-under__head {
    width: calc(100% - 90px);
    flex-direction: row-reverse;
  }
  .common-under__head__enheading {
    font-size: min(calc(11 / 375 * 100vw), 11px);
  }
  .common-under__head__heading {
    font-size: min(calc(17 / 380 * 100vw), 17px);
    translate: 0;
  }
  .common-under__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    width: calc(100% - 16px);
  }
  .common-under__content__item {
    height: 264px;
  }
  .common-under__content__item--design .common-under__content__item__photo img {
    width: 240%;
    min-height: 143%;
    margin-top: -43%;
    margin-left: -40%;
  }
  .common-under__content__item--roomplan .common-under__content__item__photo img {
    object-position: center right;
  }
  .common-under__content__item__desc {
    padding: calc(24 / 10 * 1em) calc(17 / 10 * 1em) calc(17 / 10 * 1em);
    font-size: min(calc(10 / 375 * 100vw), 10px);
  }
  .common-under__content__item__desc::before {
    height: calc(200 / 264 * 100%);
  }
  .common-under__content__item__desc__heading {
    padding-right: calc(8 / 10 * 1em);
  }
  .common-under__content__item__desc__copy {
    font-size: calc(13 / 10 * 100%);
  }
}

/* 下層KV */
.kv {
  height: calc(100svh - var(--header-height));
  background: #fff;
}
.kv__content {
  height: 100%;
  grid-template-columns: minmax(0, 1fr) calc(347 / 1920 * 100%);
  grid-template-rows: minmax(0, 1fr) auto;
  opacity: 0;
}
.kv__content__photo {
  width: 100%;
  height: 100%;
}
.kv__content__photo.swiper {
  margin-inline: 0;
  pointer-events: none;
}
.kv__content__photo:not(.swiper) img {
  height: 100%;
  object-fit: cover;
}
.kv__content__photo__list {
  will-change: transform;
}
.kv__content__photo__list__item {
  width: fit-content;
}
.kv__content__photo__list__item img {
  width: auto;
  max-width: none;
  height: 100%;
}
.kv__content__desc {
  width: 100%;
  height: 100%;
  grid-template-columns: auto;
  grid-template-rows: minmax(0, 1fr) minmax(0, 58%) auto minmax(0, 1fr);
  justify-content: center;
  justify-items: center;
  align-content: start;
}
.kv__content__desc__copy {
  grid-row: 2 / 3;
  align-self: start;
  /* font-size: clamp(22px, calc(32 / 1920 * 100vw), 32px); */
  font-size: clamp(18px, calc(28 / 1920 * 100vw), 28px);
  letter-spacing: .2em;
  line-height: 1.769230769;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-bottom: 1em;
}
.kv__content__desc__heading {
  grid-row: 3 / 4;
  align-self: end;
  font-size: clamp(12px, calc(15 / 1920 * 100vw), 15px);
  letter-spacing: .1em;
  line-height: 2;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.kv__content__scroll {
  grid-column: 1 / 3;
  justify-self: end;
  width: fit-content;
  box-sizing: border-box;
  padding: calc(40 / 14 * 1em) calc(30 / 14 * 1em);
  font-size: clamp(11px, calc(14 / 1920 * 100vw), 14px);
}
.kv + section {
  padding-top: calc(270px + var(--header-height));
  background: linear-gradient(180deg, #fff, transparent) no-repeat top center/100% calc(270px + var(--header-height));
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .kv {
    height: calc(100svh - var(--actionbtn-height));
  }
}
@media screen and (max-width: 768px) {
  .kv {
    height: calc(100svh - var(--actionbtn-height));
  }
  .kv__content {
    grid-template-columns: 100%;
    grid-template-rows: var(--header-height) minmax(0, 1fr) minmax(0, 30%) auto;
  }
  .kv__content__photo {
    grid-row: 3 / 4;
  }
  .kv__content__desc {
    grid-row: 2 / 3;
    grid-template-columns: auto auto;
    grid-template-rows: minmax(0, 1fr) auto minmax(0, 1fr);
    align-content: end;
    gap: 0 36px;
    box-sizing: border-box;
    padding-bottom: 20px;
  }
  .kv__content__desc__copy {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    align-self: end;
    font-size: min(calc(20 / 375 * 100vw), 20px);
    padding-bottom: 0;
  }
  .kv__content__desc__heading {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: min(calc(12 / 375 * 100vw), 12px);
  }
  .kv__content__scroll {
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    padding: 11px 8px;
    font-size: 10px;
  }
  .kv + section {
    padding-top: 170px;
    background: linear-gradient(180deg, #fff, transparent) no-repeat top center/100% 170px;
  }
}



/*
  フッター
*/
.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-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;
  }
}