@charset "utf-8";

/* #region MARK:ベーススタイル */
:root {
  --c-beige: #e6e3da;
  --c-bg-gray: #f0f0f0;
  --c-border: #ccc;
  --c-text-sub: #999;
  --space-section-lg: clamp(5rem, 15.625vw - 2.5rem, 10rem);
  --space-section-md: clamp(2rem, 5.208vw - 0.5rem, 4rem);
}

body {
  height: auto;
  font-family: "YakuHanJP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  font-weight: 400;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

img {
  /* width: 100%; */
  max-width: 100%;
  display: block;
  height: auto;
  -ms-interpolation-mode: bicubic;
  shape-margin: 1em;
  font-style: italic;
  object-fit: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

/* #endregion */
/* #region MARK:ヘッダー */
.head_propertyname {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 1.2;
}

.head_propertyname__brand {
  display: inline-block;
  white-space: nowrap;
}

.head_propertyname__name {
  display: inline-block;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .head_propertyname {
    font-size: 1.3rem
  }
}

.header-propaty-sm {
  display: block;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-propaty-sm-row-1 {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 1);
  -webkit-box-align: center;
  display: flex;
  -ms-flex-align: center;
  width: 100%;
}

.header-propaty-sm-row-1-logo {
  padding: 0.5em 0 0.5em 1em;
  width: 7rem;
}

.header-propaty-sm-row-1-list-btns-1 {
  display: flex;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
  width: 100%;
  font-family: var(--ff-serif);
}

.header-propaty-sm-row-1-list-btns-1-item {
  text-align: center;
  width: 50%;
}

.header-propaty-sm-row-1-list-btns-1-item:first-child {
  border-right: 1px solid var(--c-border);
}

.header-propaty-sm-row-1-list-btns-1-item-link {
  display: block;
  padding: 0.8em 0;
  /* white-space: nowrap; */
  white-space: nowrap;
}

.header-propaty-sm-row-1-list-btns-2 {
  list-style: none;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
}

.header-propaty-sm-row-1-list-btns-2-item+.header-propaty-sm-row-1-list-btns-2-item {
  margin-top: 1em;
}

.header-propaty-sm-row-1-list-btns-2-item-link {
  background: linear-gradient(0deg, #5a4a25 0%, #c8b479 100%);
  color: #fff;
  display: flex;
  padding: 0.8em 0;
}

.header-propaty-sm-row-1-list-btns-2-item-link:hover {
  background: #5a4a25;
  text-decoration: none;
}

.header-propaty-sm-row-1-list-btns-2-item-prepend {
  color: #fff;
  text-align: center;
  width: 2em;
}

.header-propaty-sm-row-1-list-btns-2-item-body {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: var(--ff-serif);
}

.header-propaty-sm-row-1-list-btns-2-item-append {
  color: #fff;
  text-align: center;
  width: 2em;
}

.header-propaty-sm-row-1-list-btns-2-item-link-alt {
  background: #910000;
}

.header-propaty-sm-row-1-list-btns-2-item-link-alt:hover {
  background-color: #700000;
}

.header-propaty-sm-row-1-btn-menu {
  background-color: #fff;
  color: #2c1e1b;
  cursor: pointer;
  cursor: pointer;
  display: flex;
  line-height: 1;
  margin-left: auto;
  padding-right: 1em;
  gap: 0.3rem;
  flex-direction: column;
  align-items: center;
}

.header-propaty-sm-row-1-btn-menu-prepend {
  display: block;
  font-size: 1.6em;
  text-align: center;
}

.header-propaty-sm-row-1-btn-menu .header-propaty-sm-row-1-btn-menu-prepend {
  transition: transform 0.3s ease-out;
}

.header-propaty-sm-row-1-btn-menu.active .header-propaty-sm-row-1-btn-menu-prepend {
  transform: rotate(-90deg);
}

.header-propaty-sm-row-1-btn-menu-body {
  display: block;
  font-size: 0.6em;
  margin-top: -0.4em;
  text-align: center;
  font-family: var(--ff-serif);
  white-space: nowrap;
}

.header-propaty-sm-row-1 .header-propaty-sm-phone {
  display: none;
}

.header-propaty-sm-row-2 {
  background-color: #fff;
  border-bottom: 1px solid var(--c-border);
  /* box-shadow: inset 0px 0.4em 0.2em -0.2em hsla(0, 0%, 0%, 0.15); */
  display: none;
  max-height: 100vh;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}

.header-propaty-sm-row-2.active {
  display: block;
}

.header-propaty-sm-row-2-inner {
  padding: 1em 1em 20em;
}

.header-propaty-sm-row-2-nav {
  background-color: #fff;
  border-top: 1px solid var(--c-border);
}

.header-propaty-sm-row-2-nav-list {
  margin: 0;
  padding: 0;
  font-family: var(--ff-serif);
  letter-spacing: 0.05em;
}

.header-propaty-sm-row-2-nav-list-item {
  border-bottom: 1px solid var(--c-border);
}

.header-propaty-sm-row-2-nav-list-item+.header-propaty-sm-row-2-nav-list-item {
  border-top: 1px solid #fff;
}

.header-propaty-sm-row-2-nav-list-item-link {
  background-image: url("../../../images/ic-chevron-right.svg");
  background-position: right 0.5em top 50%;
  background-repeat: no-repeat;
  background-size: 1em auto;
  color: #2c1e1b;
  display: block;
  padding: 1em;
  padding: 0.6em;
  position: relative
}

.header-propaty-sm-row-2-nav-list-item-link.active::after {
  background-color: #2c1e1b;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.3em;
}

.header-propaty-sm-row-2-nav-list-item-link-new {
  display: inline-block;
  background-color: #98353d;
  color: #fff;
  font-size: 0.6em;
  line-height: 1;
  padding: 0.3em 0.4em 0.2em;
}

.header-propaty-sm-phone {
  margin-top: 2em;
  text-align: center;
}

.header-propaty-sm-phone-num {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.2em;
  white-space: nowrap;
}

.header-propaty-sm-phone-num .material-icons {
  font-size: 0.9em;
}

.header-propaty-sm-phone-time {
  font-size: 0.8em;
  font-family: var(--ff-serif);
  white-space: nowrap;
}

.header-propaty-sm-row-3 {
  border-top: 1px solid var(--c-border);
  margin-top: 2em;
  padding-top: 1.5em;
}

.header-propaty-sm-row-3-header {
  margin: 0 auto;
  max-width: 60%;
}

.header-propaty-sm-row-3-list-btns {
  border-bottom: 1px solid var(--c-border);
  list-style: none;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
  ;
}

.header-propaty-sm-row-3-list-btns-item {
  border-top: 1px solid var(--c-border);
}

.header-propaty-sm-row-3-list-btns-item-link {
  background-image: url("../../../images/ic-chevron-right.svg");
  background-position: right 0.5em top 50%;
  background-repeat: no-repeat;
  background-size: 1em auto;
  display: block;
  padding: 0.6em;
}

.header-propaty-sm-row-3-list-btns-item-link-nhas {
  background-image: url("../../../images/ic-window.png");
}

.header-propaty-sm-row-3-nhas {
  margin-top: 1.5em;
}

/* #endregion */
/* #region MARK:メインビジュアル */
.swiper-mv {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.swiper-mv.swiper-initialized {
  opacity: 1;
}

.section-mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  z-index: 15;
  background-color: #000;
}

.section-mv__credit {
  position: absolute;
  right: 0.75em;
  bottom: 0.5em;
  margin: 0;
  color: #fff;
  font-size: 0.5625rem;
  line-height: 1;
  letter-spacing: 0.02em;
  opacity: 0.7;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.section-mv__heading {display: none;}
.section-mv__heading-image {max-width: unset;width: 100%;}

.section-mv-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(44, 30, 27, 0.5) 0%, rgba(44, 30, 27, 0) 150%);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.csslider1 {
  margin: 0;
}

.csslider1>.cs_bullets {
  bottom: 5px;
  margin-bottom: 0px;
}

.section-mv-txt {
  text-align: center;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-weight: 500;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
}

.section-mv-txt .mv-copy {
  font-size: clamp(1.5rem, -2.212rem + 7.74vw, 6.5rem);
  letter-spacing: 0.2em;
  line-height: 1.3em;
  color: #fff;
}

.section-mv-txt .mv-name {
  font-size: 2.6vw;
  letter-spacing: 0.2em;
  color: #fff;
  margin-top: 0;
  line-height: 1.6;
}

/* #endregion */
/* #region MARK:フィーチャーセクション */
.feature-sec {
  width: 100%;
  /* height: 5em; */
  height: auto;
  background-color: #2c1e1b;
  /* margin-top: -0.5rem; */
  margin-top: -0.3rem;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
}

.feature-inner {
  width: 100%;
  height: 100%;
  display: flex;
  /* align-items: center; */
  align-items: stretch;
  gap: 0px;
  position: relative;
}

.feature-item {
  width: 31%;
  /* height: 100%; */
  height: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  text-align: center;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  color: #fff;
}

.feature-item2 {
  width: 49%;
  /* height: 100%; */
  height: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  text-align: center;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 0.3em 0;
  position: relative;
  flex-direction: column;
}

.feature-btn {
  margin-top: 0.8rem;
}

.feature-item img {
  width: 30%;
  max-width: 220px;
  object-fit: cover;
  position: relative;
  z-index: 10;
}

.feature-item p {
  margin: 0 auto;
  position: relative;
  align-items: center;
}

/*新しいCTA（240919）*/
.newcta {
  background-image: url("../images/top/cta_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #2c1e1b;
  text-align: center;
  height: 100%;
  width: 100%;
  font-size: clamp(1rem, 1.111rem + 0.6vw, 2.5rem);
  padding-left: 5px;
  font-weight: 500;
  margin-right: 20px;
  line-height: 1em;
  /* Flexboxを使用して上下中央揃え */
  display: flex;
  align-items: center;
  /* 垂直方向に中央揃え */
  /*justify-content: flex-end; 水平方向に右揃え */
  justify-content: center;
  white-space: nowrap;
}

.newcta_center {
  width: 100%;
  text-align: center;
  font-size: clamp(1.8rem, 1.8rem + 1.65vw, 2.8rem);
  margin: auto;
  white-space: nowrap;
  letter-spacing: 0.10em;
  color: #fff !important;
  text-decoration: none !important;
}

.newcta_center_line1,
.newcta_center_line2 {
  display: block;
}

.newcta_center_line1 {
  margin-top: 0.5em
}

.newcta_center_line2 {
  font-size: 0.85em;
  margin-top: 0.5em
}

@media (min-width: 768px) {
  .newcta_center_line1 {
    margin-top: 0;
  }

  .newcta_center_line2 {
    margin-top: 0.2em;
    font-size: 0.82em;
  }
}

.newcta_center__caption {
  font-size: 0.7em;
  letter-spacing: 0;
  font-weight: normal;
}

.newcta_center:hover {
  animation: brightnessAnimation 0.66s forwards;
}

@keyframes brightnessAnimation {
  0% {
    filter: brightness(1.0);
  }

  38.2% {
    filter: brightness(1.2);
  }

  100% {
    filter: brightness(1.0);
  }
}

.feature-btn {
  width: 32%;
  padding-left: 1rem;
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.feature-btn span img {
  width: 60%;
  max-width: 220px;
}

.feature-btn:hover {
  opacity: 0.8;
  transform: scale(1.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.feature-btn span {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 2% 10%;
  font-size: 1.5rem;
  /* font-size: clamp(1.5rem, 1.111rem + 1.85vw, 1.8rem); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.feature-btn span::after {
  content: "";
  display: block;
  background: url(../images/arrow_right_white.png)no-repeat;
  background-size: 100%;
  width: 40px;
  height: 8px;
  margin-left: 10px;
}

.list-caption li {
  /* margin-bottom: 20px; */
  /* font-family: var(--ff-serif); */
  font-weight: 400;
}

/* #endregion */
/* #region MARK:仕様・設備 */
.section-specification {
  background-color: #fff;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #2c1e1b;
}

.specification-header {
  background: linear-gradient(to bottom, transparent 0%, transparent 0%, #fff 100%), url(../images/specification/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.specification-header-inner {
  width: 90%;
  max-width: 1100px;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}

.specification-copy-box h3 {
  font-size: 3rem;
  margin-bottom: 0.3rem;
}

.specification-copy-box span {
  font-size: 1rem;
}

.specification-copy-box .v-line {
  width: 1px;
  height: 4rem;
  background-color: #2c1e1b;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.specification-text {
  font-size: 1.2rem;
  margin-left: 2rem;
}

.spec-sec01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 8rem;
  position: relative;
  padding: 0 1rem;
}

.spec-sec02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  margin-bottom: 8rem;
  position: relative;
  padding: 0 1rem;
}

.spec-sec03 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 8rem;
  padding: 0 1rem;
}

.title-quality {
  display: flex;
  /* Flexboxを有効にする */
  align-items: center;
  /* 子要素を縦方向に中央揃え */
  position: relative;
  /* 擬似要素の位置調整用 */
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: lighter;
  color: #c8b479;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  z-index: 5;
}

.title-quality::before {
  content: "品質性能";
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #2c1e1b;
  writing-mode: vertical-rl;
  /* 縦書きに設定 */
  text-orientation: upright;
  /* 縦書き時に文字を立てて表示 */
  letter-spacing: 5px;
  display: inline-block;
  /* 必要に応じて要素をインラインブロックにする */
  align-items: center;
  margin-top: 5px;
  margin-right: 10px;
}

.title-confort {
  display: flex;
  /* Flexboxを有効にする */
  align-items: center;
  /* 子要素を縦方向に中央揃え */
  position: relative;
  /* 擬似要素の位置調整用 */
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: lighter;
  color: #c8b479;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  z-index: 5;
}

.title-confort::before {
  content: "快適空間";
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #2c1e1b;
  writing-mode: vertical-rl;
  /* 縦書きに設定 */
  text-orientation: upright;
  /* 縦書き時に文字を立てて表示 */
  letter-spacing: 5px;
  display: inline-block;
  /* 必要に応じて要素をインラインブロックにする */
  align-items: center;
  margin-top: 5px;
  margin-right: 10px;
}

.title-maintenance {
  display: flex;
  /* Flexboxを有効にする */
  align-items: center;
  /* 子要素を縦方向に中央揃え */
  position: relative;
  /* 擬似要素の位置調整用 */
  font-family: "Times New Roman";
  font-style: italic;
  font-weight: lighter;
  color: #c8b479;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  z-index: 5;
}

.title-maintenance::before {
  content: "意匠性能";
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: #2c1e1b;
  writing-mode: vertical-rl;
  /* 縦書きに設定 */
  text-orientation: upright;
  /* 縦書き時に文字を立てて表示 */
  letter-spacing: 5px;
  display: inline-block;
  /* 必要に応じて要素をインラインブロックにする */
  align-items: center;
  margin-top: 5px;
  margin-right: 10px;
}

.spec-sec01 .image-box,
.spec-sec03 .image-box {
  width: 90%;
  max-width: 700px;
  margin-right: 2.5rem;
  position: relative;
  /* 画像ボックスの相対位置を設定 */
  z-index: 10;
}

.spec-sec02 .image-box {
  width: 90%;
  max-width: 700px;
  margin-left: 2.5rem;
  position: relative;
  /* 画像ボックスの相対位置を設定 */
  z-index: 10;
}

.spec-sec01 .content-box,
.spec-sec03 .content-box {
  width: 45%;
}

.spec-sec02 .content-box {
  width: 45%;
  margin-left: 2rem;
}

.spec-sec01 .content-bg {
  width: 100%;
  max-width: 700px;
  height: 100%;
  /* max-height: 438px; */
  background-color: var(--c-bg-gray);
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 0;
}

.spec-sec02 .content-bg {
  width: 100%;
  max-width: 700px;
  height: 100%;
  /* max-height: 438px; */
  background-color: var(--c-bg-gray);
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 0;
}

.spec-sec03 .content-bg {
  width: 100%;
  max-width: 700px;
  height: 100%;
  /* max-height: 500px; */
  background-color: var(--c-bg-gray);
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 0;
}

.spec-content-copy {
  font-size: 1.3rem;
  padding-left: 0.5rem;
  margin-top: 1rem;
  position: relative;
  z-index: 5;
}

.spec-content-text {
  margin-top: 3rem;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 2.2rem;
  white-space: pre-line;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 5;
}

/* #endregion */
/* #region MARK:ロケーション */
.flex-location-title {
  margin-top: 2em;
  padding-right: 1rem;
}

.flex-location-body {
  margin-top: 2em;
  padding-right: 0;
}

.tab-content-location {
  display: none;
}

.tab-content-location.active {
  display: block;
}

.map-outer {
  border: 1px solid #989898;
  position: relative;
  width: 100%;
  max-width: 63em;
}

#image1 {
  display: inline;
  height: 100%;
  max-width: none;
}

.leaflet-popup-content {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif
}

.leaflet-popup-content h4 {
  font-size: 1.4em;
}

.leaflet-popup-content p {
  font-size: 1.1em;
}

.leaflet-popup-content p strong {
  font-size: 1.2em;
  color: #c8b479;
}

.leaflet-popup-content a.green {
  display: block;
  width: fit-content;
  margin: 0.8em auto 0;
  background-color: #c8b479;
  color: #fff;
  padding: 0.6em 2em;
  white-space: nowrap;
  border-radius: 0.4em;
}

.leaflet-popup-content a.pink {
  display: block;
  width: fit-content;
  margin: 0.8em auto 0;
  background-color: #9b788a;
  color: #fff;
  padding: 0.6em 2em;
  white-space: nowrap;
  border-radius: 0.4em;
}

.swiper-location .swiper-button-next,
.swiper-location .swiper-button-prev {
  top: 8em;
}

/*ロケーションのサブナビ（ボタンに変更）*/
.snav-location {
  border-top: 1px solid #2c1e1b;
  border-left: 1px solid #2c1e1b;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 1rem;
}

.snav-location-item {
  cursor: pointer;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 0;
  padding: 0.6em 0.6em 0.4em 0.6em;
  position: relative;
  white-space: nowrap;
  border-right: 1px solid #2c1e1b;
  flex-shrink: 0;
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #2c1e1b;
  margin-bottom: -1px;
  font-family: var(--ff-serif);
}

.snav-location-item:hover {
  background-color: hsl(240, 2.9%, 76.7%);
}

.snav-location-item.active {
  background-color: hsl(0, 0%, 20%);
  color: #fff;
}

.snav-location-item.active::after {
  border-color: hsla(0, 0%, 20%, 1.00) hsla(0, 0%, 20%, 0.00) hsla(0, 0%, 20%, 0.00) hsla(0, 0%, 20%, 0.00);
  border-style: solid;
  border-width: 0.6em;
  bottom: 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 98%);
  transform: translate(-50%, 98%);
  width: 0;
}

.ic-enlarge {
  display: block;
  position: relative;
}

.ic-enlarge::after {
  align-items: center;
  background-color: #2c1e1b;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  content: "+";
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  height: 1.2em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
  width: 1.2em;
}

.btn-expand {
  margin-left: 0.5em;
  display: inline-block;
  font-size: 0.8em;
  background-color: #2c1e1b;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  padding: 0.4em 0.6em;
  cursor: pointer;
}

.section-lifeinfo-list-photo [class^=col-] {
  margin-top: 2em;
}

.table-lifeinfo {
  width: 100%;
  margin-top: 2em;
}

.table-lifeinfo caption {
  background-color: #2c1e1b;
  color: #fff;
  padding: 0.4em;
  font-size: 0.9em;
}

.table-lifeinfo th,
.table-lifeinfo td {
  border-bottom: 1px solid hsl(0, 0%, 50%);
  font-weight: normal;
  font-size: 0.9em;
  padding: 0.4em 0.4em !important;
}

.table-lifeinfo td {
  text-align: right;
  white-space: nowrap;
}

.section-lifeinfo-list {
  display: none;
}

.swiper-location {
  margin-right: -1rem;
  opacity: 0;
}

.swiper-location .swiper-slide {
  max-width: 20em;
}

.swiper-location-card-figcaption {
  font-size: 0.9em;
  margin-top: 1em;
  font-family: var(--ff-serif);
}

.swiper-location.swiper-container-initialized {
  opacity: 1;
}

.div-lifeinfo-item {
  border-top: 1px solid var(--c-border);
  font-size: 0.9em;
  font-family: var(--ff-serif);
  padding: 0.2em 0;
}

.div-lifeinfo {
  height: auto;
  overflow-y: auto;
  width: 100%;
}

.div-shift-1 {
  background-color: var(--c-bg-gray);
  box-shadow: -2em -2em 0em var(--c-bg-gray),
    2em 2em 0em var(--c-bg-gray),
    -2em 2em 0em var(--c-bg-gray),
    2em -2em 0em var(--c-bg-gray);
  margin-top: 2em;
  position: relative;
  z-index: 1;
}

.list-location-anchor {
  border-bottom: 1px solid #2c1e1b;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-location-anchor-item {
  border-top: 1px solid #2c1e1b;
}

.list-location-anchor-link {
  background-image: url("../../../images/outline_arrow_downward_black_24dp.png");
  background-position: right 0.5em top 50%;
  background-repeat: no-repeat;
  background-size: 0.8em auto;
  display: block;
  padding: 0.8em 0;
  font-family: var(--ff-serif);
}

.div-shift-2 {
  background-color: var(--c-bg-gray);
  box-shadow: -2em -2em 0em var(--c-bg-gray),
    2em 2em 0em var(--c-bg-gray),
    -2em 2em 0em var(--c-bg-gray),
    2em -2em 0em var(--c-bg-gray);
  margin-top: 2em;
  position: relative;
  z-index: 1;
}

.div-shift-3 {
  background-color: var(--c-bg-gray);
  box-shadow: -2em -2em 0em var(--c-bg-gray),
    2em 2em 0em var(--c-bg-gray),
    -2em 2em 0em var(--c-bg-gray),
    2em -2em 0em var(--c-bg-gray);
  margin-top: 0;
  position: static;
  z-index: 1;
}

.viewport.leaflet-container {
  background-color: #fff;
}

.leaflet-top,
.leaflet-bottom {
  z-index: 999;
}

/* #endregion */
/* #region MARK:Swiper共通 */
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next {
  background-color: hsl(0deg 0% 100% / 70%);
  background-image: url("../../../images/slider-arrow-right.png");
  background-repeat: no-repeat;
  background-size: 2.4em auto;
  background-position: right 50% top 50%;
  right: 0;
}

.swiper-button-prev {
  background-color: hsl(0deg 0% 100% / 70%);
  background-image: url("../../../images/slider-arrow-left.png");
  background-repeat: no-repeat;
  background-size: 2.4em auto;
  background-position: right 50% top 50%;
  left: 0;
}

.swiper-button-disabled {
  display: none;
}

/* #endregion */
/* #region MARK:PC - レスポンシブ */
@media (min-width: 768px) {
  body {
    padding-top: 6.238em;
  }

  /*小規模物件テンプレート用ヘッダー*/
  .header-propaty-sm-row-1-logo {
    flex-shrink: 0;
    width: 12em;
  }

  .header-propaty-sm-row-1-btn-menu {
    display: none !important;
  }

  .header-propaty-sm-row-1 {
    background-color: initial;
    margin: 0 auto;
    gap: 0.5rem;
    /* margin-top: -104px; */
  }

  .header-propaty-sm-row-1-list-btns-1 {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    font-size: 0.9em;
    margin-left: 2em;
    margin-top: 0;
    width: auto;
  }

  .header-propaty-sm-row-1-list-btns-1-item {
    width: auto;
  }

  .header-propaty-sm-row-1-list-btns-1-item:first-child {
    border: none;
  }

  .header-propaty-sm-row-1-list-btns-1-item+.header-propaty-sm-row-1-list-btns-1-item {
    margin-left: 1em;
  }

  .header-propaty-sm-row-1-list-btns-2-outer {
    margin-left: 1em;
    margin-right: 1em;
  }

  .header-propaty-sm-row-1-list-btns-2 {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    margin-top: 0;
  }

  .header-propaty-sm-row-1-list-btns-2-item {
    width: 8em;
  }

  .header-propaty-sm-row-1-list-btns-2-item+.header-propaty-sm-row-1-list-btns-2-item {
    margin-left: 0.5em;
    margin-top: 0;
  }

  .header-propaty-sm-row-1-list-btns-2-item-link {
    padding: 0.4em 0;
  }

  .header-propaty-sm-row-1 .header-propaty-sm-phone {
    display: flex;
  }

  .header-propaty-sm-row-2 {
    display: block;
    background-color: #2c1e1b;
    border-bottom: none;
    box-shadow: none;
  }

  .header-propaty-sm-row-2 .header-propaty-sm-row-1-list-btns-1 {
    display: none;
  }

  .header-propaty-sm-row-2 .header-propaty-sm-row-1-list-btns-2 {
    display: none;
  }

  .header-propaty-sm-row-2-inner {
    padding: 0;
  }

  .header-propaty-sm-row-2-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .header-propaty-sm-row-2-inner .header-propaty-sm-row-3 {
    -webkit-box-pack: center;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    opacity: 0;
    order: 1;
    padding: 0;
    transition: all 0.3s ease-out;
    width: 100%;
  }

  .header-propaty-sm-row-2-inner .header-propaty-sm-row-3.active {
    display: flex;
    opacity: 1;
  }

  .header-propaty-sm-row-2-inner .header-propaty-sm-row-2-nav {
    order: 2
  }

  .header-propaty-sm-row-3-inner {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-propaty-sm-row-2-nav {
    background: none;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0.2rem;
  }

  .header-propaty-sm-row-2-nav-list {
    border: none;
    -webkit-box-pack: center;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.9rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .header-propaty-sm-row-2-nav-list-item {
    border-bottom: none;
    width: 15%;
  }

  .header-propaty-sm-row-2-nav-list .header-propaty-sm-row-2-nav-list-item:first-child .header-propaty-sm-row-2-nav-list-item-link {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }

  .header-propaty-sm-row-2-nav-list-item-link {
    background: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    padding-block: 0.9em;
    position: relative;
    text-align: center;
    white-space: nowrap;
  }

  .header-propaty-sm-row-2-nav-list-item-link::after {
    display: none;
  }

  .header-propaty-sm-row-2-nav-list-item-link:hover,
  .header-propaty-sm-row-2-nav-list-item-link:focus,
  .header-propaty-sm-row-2-nav-list-item-link:active {
    color: #fff;
    text-decoration: none;
  }

  .header-propaty-sm-row-2-nav-list-item-link::before {
    background-color: rgba(200, 180, 121, 0);
    content: "";
    inset: 0;
    position: absolute;
    transition: background-color 0.3s ease;
  }

  .header-propaty-sm-row-2-nav-list-item-link:hover::before {
    background-color: rgba(200, 180, 121, 0.15);
  }

  .header-propaty-sm-row-2-nav-list-item-link.active {
    color: #fff;
  }

  .header-propaty-sm-row-2-nav-list-item-link.active::before {
    background-color: rgba(200, 180, 121, 0.12);
  }

  .header-propaty-sm-row-2-nav-list-item-link.active::after {
    display: none;
  }

  .header-propaty-sm-row-2-nav-list-item+.header-propaty-sm-row-2-nav-list-item {
    border: none;
  }

  .header-propaty-sm-row-2 {
    overflow: hidden;
  }

  .header-propaty-sm {
    background-color: hsla(0, 0%, 100%, 1);
  }

  .header-propaty-sm-row-2 .header-propaty-sm-phone {
    display: none;
  }

  .header-propaty-sm-phone {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    margin-left: auto;
    margin-top: 0;
    text-align: left;
  }

  .header-propaty-sm-phone-num {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.7em;
  }

  .header-propaty-sm-phone-num .material-icons {
    font-size: 0.9em;
  }

  .header-propaty-sm-phone-time {
    font-size: 0.7em;
    line-height: 1.2;
    margin-left: 1em;
  }

  .header-propaty-sm-row-2-nav-list-item-link-new {
    position: absolute;
    top: 0;
    left: 0;
  }

  .negative {
    pointer-events: none;
    color: var(--c-text-sub);
  }

  .header-propaty-sm-row-3-list-btns {
    border-bottom: none;
    display: flex;
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0;
    width: 100%;
  }

  .header-propaty-sm-row-3-list-btns-item {
    border-right: 1px solid var(--c-border);
    border-top: none;
    width: 20%;
  }

  .header-propaty-sm-row-3-list-btns {
    border-left: 1px solid var(--c-border);
  }

  .header-propaty-sm-row-3-list {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    width: calc(100% - 20em)
  }

  .header-propaty-sm-row-3-header {
    margin-left: 0;
    margin-right: 0;
    padding: 0.6em 1em;
    width: 9em;
  }

  .header-propaty-sm-row-3-nhas {
    margin-top: 0;
    padding: 0.6em 1em;
    width: 10em;
  }

  .header-propaty-sm-row-3-list-btns-item-link {
    background-image: unset;
    padding: 0.6em 0;
    text-align: center;
    white-space: nowrap;
    width: auto;
  }

  .header-propaty-sm-row-3-list-btns-item-link:hover {
    text-decoration: none;
  }

  .header-propaty-sm-row-3-list-btns-item-link-nhas {
    background-image: url(../../../images/ic-window.png);
  }

  .header-propaty-sm-row-3-list-btns-item-link {
    position: relative;
  }

  .header-propaty-sm-row-3-list-btns-item-link::before {
    background-color: hsla(105.7, 44.4%, 58.8%, 1);
    bottom: 0;
    content: "";
    height: 0.2em;
    left: 0;
    position: absolute;
    top: auto;
    transition: width 0.3s ease-out;
    width: 0%;
  }

  .header-propaty-sm-row-3-list-btns-item-link:hover:before {
    width: 100%
  }

  /*コンセプト*/
  /*新着情報*/
  .flex-news {
    display: flex;
    font-size: 0.9em;
    width: 100%;
  }

  .flex-news-title {
    flex-shrink: 0;
    padding-right: 2em;
    width: 20em;
  }

  .flex-news-body {
    border-left: 1px solid #2c1e1b;
    padding-left: 2em;
    padding-right: 0;
    width: calc(100% - 16em);
  }

  /*ロケーション*/
  .flex-location {
    display: flex;
    font-size: 0.9em;
    width: 100%;
  }

  .flex-location-title {
    flex-shrink: 0;
    padding-right: 2em;
    width: 18em;
  }

  .flex-location-body {
    border-left: 1px solid #2c1e1b;
    padding-left: 2em;
    width: calc(100% - 16em);
  }

  .access-image {
    padding-right: 0;
    max-width: 63em;
  }

  .flex-location-item {
    padding: 0.6em 1.5em;
  }

  .div-shift-1 {
    margin-top: -4em;
  }

  .div-shift-2 {
    margin-top: -2em;
  }

  .div-shift-3 {
    margin-top: 0;
  }

  .div-shift-4 {
    margin-top: -3.9em;
  }

  .div-lifeinfo {
    height: 22em;
  }

  .swiper-location {
    margin-right: 0;
  }

  /*ロケーションのサブナビ*/
  .snav-location {
    border-bottom: 1px solid #2c1e1b;
    margin-right: 0;
  }

  .snav-location-item {
    width: 7em
  }

  .design-copy {
    position: absolute;
    top: 35%;
    left: 10%;
    margin-top: 0;
  }

  .design-copy h3 {
    font-size: 26px;
  }

  .design-point {
    flex-direction: row;
  }

  .design-point.design-point-bm {
    flex-direction: row;
  }

  .design-point-img {
    width: 50%;
    margin-bottom: 3rem;
  }

  .design-point-text {
    width: 50%;
    margin-top: 3rem;
  }

  .design-point-text-right {
    margin-left: -2rem;
    padding: 4rem 2rem 3rem 4rem;
  }

  .design-point-text-left {
    margin-right: -2rem;
    padding: 4rem 2rem 3rem;
  }

  .design-point-text h3,
  .design-point-text p {
    margin-left: 1rem;
  }

  .design-head::after {
    width: 45%;
  }

  /*設備・仕様*/
  .article-equipment-body {
    padding: 1.5em;
  }

  .article-equipment-body-copy {
    font-size: 0.9em;
  }

  /*区画図・間取り*/
  .flex-plan {
    align-items: center;
    -webkit-box-align: center;
    display: flex;
    -ms-flex-align: center;
    width: 100%;
  }

  .flex-plan-title {
    flex-shrink: 0;
    padding-right: 2em;
    width: 18em;
  }

  .flex-plan-body {
    flex-shrink: 0;
    width: 30em;
  }

  /* モデルハウス/////////////////////////////////////////////////////////////////// */
  .flex-modelhouse {
    display: flex;
    width: 100%;
  }

  .flex-modelhouse-title {
    flex-shrink: 0;
    padding-right: 2em;
    width: 18em;
  }

  .flex-modelhouse-body {
    border-left: 1px solid #2c1e1b;
    padding-left: 2em;
    width: calc(100% - 16em);
  }

  .border-slant::after {
    width: 14em;
  }

  .article-modelhouse-tags {
    overflow-x: hidden;
  }

  .article-modelhouse-tags-item-link {
    font-size: 0.8em;
  }

  .article-modelhouse-plan {
    max-width: calc(1106px - 18em);
  }

  .article-modelhouse-plan .col-sm-6 {
    margin-top: 0em;
  }

  .snav-modelhouse {
    font-size: 0.9em;
  }

  .snav-modelhouse-item {
    padding: 0.6em 1.5em;
  }

  /* 物件概要////////////////////////////////////// */
  .dl-outline {
    display: flex;
    width: 100%;
  }

  .dl-outline dt {
    border: none;
    border-right: 1px solid #2c1e1b;
    width: 25%;
  }

  .dl-outline dd {
    padding-left: 1em;
  }

  .btn-cta {
    margin-top: 2em;
    position: relative;
  }

  /*間取りページ*/
  .list-equipment li {
    width: 20%;
  }

  .row-price {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-price-col-2 {
    margin-left: 1em;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-price-col-2 dd {
    margin-left: 0.5em;
  }

  .section-mv__heading {
	display: block;
	position: fixed;
	left: 3%;
	width: 35%;
	top: 50%;
	transform: translateY(-50%);
}
  .section-mv__heading-image {}

  .section-mv-catch {
    width: 44%;
    top: 5%;
    left: 28%;
  }

  .btn-close-present {
    width: 2rem;
    height: 2rem;
  }

  .btn-close-present .material-icons {
    font-size: 2rem;
  }

  .swiper-mv {
    /* max-width: 1600px; */
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-mv-item-image {
    aspect-ratio: 1600 / 848;
    object-fit: cover;
  }

  .container-asym-right-alt {
    margin-left: 0;
    margin-right: calc(50% - 1rem - 50vw);
  }
}

/* #endregion */
/* #region MARK:ロケーション追加・ボタン */
.flex-location-title {
  margin-top: 2em;
  padding-right: 1rem;
}

.flex-location-body {
  margin-top: 2em;
  padding-right: 1rem;
}

.carnavi {
  margin-top: 20px;
}

.map-outer {
  border: 1px solid #989898;
  position: relative;
  width: 100%;
  max-width: 50em;
}

#image1 {
  display: inline;
  height: 100%;
  max-width: none;
}

.map-box {
  width: 100%;
  max-width: 63em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.googlemapview {
  width: 48%;
  margin-left: auto;
}

.map-narrow {
  border: 1px solid #989898;
  width: 50%;
}

.googlemapview .header-propaty-sm-row-1-list-btns-2-item-link {
  padding: 1.5em 0em;
}

.header-propaty-sm-row-1-list-btns-2-item-body {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: var(--ff-serif);
  font-size: 1rem;
}

.header-propaty-sm-row-1-list-btns-2-item-append {
  color: #fff;
  text-align: center;
  width: 2em;
}

/* CTAボタン: 赤背景 白テキスト */
.header-propaty-sm-row-1-list-btns-2-item-link-alt .header-propaty-sm-row-1-list-btns-2-item-body {
  color: #fff;
}

.header-propaty-sm-row-1-list-btns-2-item-link-alt:hover {
  background-color: #700000;
}

@media (min-width:768px) {
  .pc-none {
    display: none;
  }

  .newcta_center__caption {
    font-size: 0.7em;
    position: absolute;
    left: 50%;
    bottom: 1%;
    white-space: nowrap;
    letter-spacing: 0;
    transform: translate(-50%, 0%);
    font-weight: normal;
  }

  .feature-btn {
    margin-top: 0;
  }
}

/* #endregion */
/* #region MARK:SP - レスポンシブ */
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }

  /*メインビジュアル*/
  .section-mv-txt .mv-copy {
    font-size: clamp(2.5rem, 1.426rem + 5.37vw, 4rem);
    letter-spacing: 0.2em;
    line-height: 1.3em;
    color: #fff;
  }

  .section-mv-txt .mv-name {
    font-size: 6vw;
    letter-spacing: 0.2em;
    color: #fff;
    margin-top: 1.5rem;
  }

  .feature-sec {
    width: 100%;
    height: 100%;
    background-color: #2c1e1b;
    padding: 0 0 1rem;
    /* margin-top: -0.75rem; */
    margin-top: -0.5rem;
    position: relative;
    z-index: 16;
  }

  .feature-inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
    position: relative;
    align-items: center;
  }

  .feature-item {
    width: 100%;
    position: relative;
    text-align: center;
    /* margin-top: 0.5rem; */
    margin-top: 0;
  }

  .feature-item2 {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 0rem;
    color: #fff;
  }

  /*新しいCTA（240919）*/
  .newcta {
    background-image: url("../images/top/cta_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #2c1e1b;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 1.3rem;
    padding-right: 0rem;
    margin-right: 0;
    /* Flexboxを使用して上下中央揃え */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
  }

  .newcta_center {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    margin: auto;
    white-space: nowrap;
    margin-top: 0.3rem;
  }

  .feature-btn {
    /* width: 60%; */
    width: 100%;
    text-align: center;
    padding-left: 0rem;
    margin-left: 0;
    justify-content: center;
  }

  .feature-btn span {
    font-size: 1.2rem;
    padding: 6px 24px;
    color: #fff;
  }

  .feature-btn span::after {
    width: 30px;
  }

  .feature-btn span img {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
  }

  .feature-btn:hover {
    opacity: 0.8;
    transform: scale(1.04);
    transition: all 0.3s ease-out;
  }

  .col-sm-8 .row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .mt-sm {
    margin: 0 !important;
  }

  .plan11-img-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* 子要素を右端に配置 */
    align-items: center;
    /* 子要素を上端に配置 */
    margin: 0 auto;
    /* margin-bottom: 2rem; */
    padding-bottom: 2rem;
    gap: 10px;
    /* border-bottom: solid #cccccc 1px; */
  }

  .plan11-img-container .left-img {
    width: 90%;
    z-index: 0;
  }

  .plan11-img-container .right-img {
    position: relative;
    width: 90%;
    z-index: 1;
  }

  .plan15-img-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    /* 子要素を右端に配置 */
    align-items: center;
    /* 子要素を上端に配置 */
    margin: 0 auto;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .plan15-img-container .left-img {
    position: relative;
    width: 90%;
    z-index: 0;
  }

  .plan15-img-container .right-img {
    width: 90%;
    z-index: 1;
  }

  .map-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .map-narrow {
    border: 1px solid #989898;
    width: 100%;
    margin-bottom: 20px;
  }

  .googlemapview {
    width: 100%;
    margin-left: auto;
  }

  .section-specification {
    position: static;
  }

  .spec-sec01 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    position: initial;
    padding: 0;
  }

  .spec-sec02 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    position: initial;
    padding: 0;
  }

  .spec-sec03 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    position: initial;
    padding: 0;
  }

  .title-quality {
    display: flex;
    align-items: center;
    position: relative;
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: lighter;
    color: #c8b479;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    z-index: 5;
  }

  .title-quality::before {
    content: "品質性能";
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    color: #2c1e1b;
    writing-mode: horizontal-tb;
    letter-spacing: 5px;
    position: absolute;
    top: 3.2rem;
    left: 0;
  }

  .title-confort {
    display: flex;
    align-items: center;
    position: relative;
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: lighter;
    color: #c8b479;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    z-index: 0;
  }

  .title-confort::before {
    content: "快適空間";
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    color: #2c1e1b;
    writing-mode: horizontal-tb;
    letter-spacing: 5px;
    position: absolute;
    top: 3.1rem;
    left: 0;
  }

  .title-maintenance {
    display: flex;
    align-items: center;
    position: relative;
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: lighter;
    color: #c8b479;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    z-index: 5;
  }

  .title-maintenance::before {
    content: "意匠性能";
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    color: #2c1e1b;
    writing-mode: horizontal-tb;
    letter-spacing: 5px;
    position: absolute;
    top: 3.1rem;
    left: 0;
  }

  .spec-sec01 .image-box,
  .spec-sec02 .image-box,
  .spec-sec03 .image-box {
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
    position: static;
    z-index: 0;
  }

  .spec-sec01 .content-box,
  .spec-sec02 .content-box,
  .spec-sec03 .content-box {
    width: 100%;
    padding: 0.5rem;
    margin: 0 auto;
  }

  .spec-sec01 .content-bg,
  .spec-sec02 .content-bg,
  .spec-sec03 .content-bg {
    display: none;
    position: static;
  }

  .spec-content-copy {
    font-size: 1.3rem;
    padding: 0.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
    position: static;
    z-index: 5;
  }

  .spec-content-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1.4rem;
    white-space: pre-line;
    /* margin-top: -1rem; */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    position: static;
    z-index: 5;
    margin: 0;
  }

  .map-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .map-narrow {
    border: 1px solid #989898;
    width: 100%;
    margin-bottom: 20px;
  }

  .googlemapview {
    width: 100%;
    margin-left: auto;
  }

  .btn-spe-detail {
    padding-bottom: 3rem;
  }

  /* 0918 */
  .more_btn {
    margin-left: 0.5rem;
  }

  .more_btn a {
    background: #eee;
    font-size: 12px;
    color: #2c1e1b;
  }

  .head_propertyname {
    font-size: 1.1rem;
    margin-left: 1rem;
  }
}

/* #endregion */
/* #region MARK:プランセクション */
.section-plan {
  padding-top: var(--space-section-md, 3rem);
  padding-bottom: var(--space-section-md, 3rem);
}

.section-plan__figure {
  margin: 0 auto;
  max-width: 48rem;
}

.section-plan__subtitle {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  color: #2c1e1b;
  line-height: 1.8;
}

.section-plan__subtitle-tag {
  /* font-size: 0.75rem; */
  letter-spacing: 0.06em;
  /* color: #999; */
  font-weight: 400;
}

.section-plan__subtitle-tag::before {
  content: "— ";
}

.section-plan__subtitle-tag::after {
  content: " —";
}

@media (min-width: 768px) {
  .section-plan__subtitle-tag::after {
    content: none;
  }
}

/* テーブル */
.section-plan__table-wrap {
  max-width: 59rem;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-semiorder-plan {
  width: 100%;
  border-collapse: collapse;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.table-semiorder-plan thead th {
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  padding: 0.625rem 1rem;
  text-align: center;
  color: #2c1e1b;
  border-top: 2px solid #2c1e1b;
  border-bottom: 1px solid #2c1e1b;
}

.table-semiorder-plan tbody td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e0ddd4;
  text-align: center;
  color: #2c1e1b;
}

.table-semiorder-plan tbody tr:last-child td {
  border-bottom: 2px solid #2c1e1b;
}

.table-semiorder-plan__label {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #2c1e1b;
}

.table-semiorder-plan__price {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.table-semiorder-plan__price small {
  font-size: 0.75em;
  margin-left: 0.15em;
}

/* 注釈 */
.section-plan__notes {
  max-width: 59rem;
  margin: 2rem auto 0;
}

.section-plan__notes p {
  font-size: 0.6875rem;
  line-height: 1.8;
  color: #666;
}

.section-plan__notes p+p {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .section-plan__subtitle {
    font-size: 1.25rem;
  }

  .table-semiorder-plan {
    font-size: 0.9375rem;
  }

  .table-semiorder-plan thead th {
    font-size: 0.75rem;
    padding: 0.75rem 1.25rem;
  }

  .table-semiorder-plan tbody td {
    padding: 1rem 1.25rem;
  }

  .section-plan .list-caption {
    max-width: 59rem;
    margin-inline: auto;
  }
}

/* #endregion */
/* #region MARK:セミオーダーハウスセクション */
.section-semiorder {
  position: relative;
  overflow: hidden;
}

.section-semiorder__link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

.section-semiorder__visual {
  position: relative;
}

.section-semiorder__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.section-semiorder__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 1.5rem;
  background: linear-gradient(to top,
      rgba(20, 26, 42, 0.92) 0%,
      rgba(20, 26, 42, 0.5) 45%,
      transparent 100%);
}

.section-semiorder__title {
  height: auto;
  width: auto;
  max-width: 16.25rem;
}

.section-semiorder__subtitle {
  margin-top: 0.5rem;
  width: auto;
  max-width: 12.5rem;
  opacity: 0.7;
}

.section-semiorder__lead {
  margin-top: 1rem;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.8125rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.04em;
}

.section-semiorder__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #c8b479;
  transition: gap 0.3s ease;
}

.section-semiorder__cta::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #c8b479;
  transition: width 0.4s ease;
}

.section-semiorder__link:focus-visible {
  outline: 2px solid #c8b479;
  outline-offset: -2px;
}

@media (min-width: 768px) {
  .section-semiorder__image {
    aspect-ratio: 1389 / 340;
  }

  .section-semiorder__content {
    justify-content: center;
    left: auto;
    padding-inline: 16% 8%;
    /* width: 50%; */
    background: linear-gradient(to left,
        rgba(20, 26, 42, 0.88) 0%,
        rgba(20, 26, 42, 0.55) 55%,
        transparent 100%);
  }

  .section-semiorder__title {
    width: 26.1vw;
    max-width: unset;
  }

  .section-semiorder__subtitle {
    margin-top: 0.9vw;
    height: auto;
    width: 20vw;
    max-width: unset;
  }

  .section-semiorder__lead {
    margin-top: 2vw;
    font-size: 1.2vw;
    white-space: nowrap;
  }

  .section-semiorder__cta {
    margin-top: 2vw;
    font-size: 1vw;
  }

  .section-semiorder__link:hover .section-semiorder__image {
    transform: scale(1.04);
  }

  .section-semiorder__link:hover .section-semiorder__cta::after {
    width: 3.5rem;
  }
}

/* #endregion */
/* #region MARK:スマホ用固定フッター */
@media (min-width: 768px) {
  .footer_sp {
    display: none;
  }
}

@media (max-width: 767px) {

  .pagetop,
  .scrolldown {
    display: none;
    z-index: 999;
  }

  .footer_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(44, 30, 27, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 1000;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    box-shadow: 0 -1px 20px rgba(44, 30, 27, 0.3);
  }

  .footer_sp ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
  }

  .footer_sp ul li {
    flex: 1;
    font-family: "YakuHanMP", "Shippori Mincho", serif;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
  }

  /* ディバイダー: ゴールド系の薄い線 */
  .footer_sp ul li+li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 28px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(200, 180, 121, 0.25), transparent);
  }

  .footer_sp a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 8px 0 10px;
    -webkit-tap-highlight-color: transparent;
  }

  .footer_sp a:active {
    opacity: 0.65;
  }

  .footer_sp ul li:nth-child(1) {
    font-size: 11px;
  }

  .footer_sp ul li img {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    opacity: 0.78;
  }

  .shinnen {
    width: 42%;
  }
}

/* #endregion */
/* #region MARK:footer-company */
.footer-company {
  margin-top: 3rem;
}

.footer-company__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 50rem;
  margin-inline: auto;
}

.footer-company__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
}

.footer-company__unit--owner {
  border-right: 1px solid var(--c-border);
}

.footer-company__role {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--c-text-sub);
}

.footer-company__logo {
  margin-top: 1.25rem;
  width: 16rem;
}

.footer-company__unit--agent .footer-company__logo {
  width: 12rem;
  padding-top: 0.4rem;
}

.footer-company__license {
  font-size: 0.625rem;
  line-height: 1;
  color: var(--c-text-sub);
  margin-top: 0.875rem;
  letter-spacing: 0.02em;
white-space: nowrap;margin-left: -0.6rem;
}

@media (min-width: 768px) {
.footer-company__license {
margin-left: 0rem;
}
}

.footer-company__logo-image--agent {
  margin-top: 0.7rem
}

/* #endregion */
/* #region MARK:footer-company - SP */
@media (max-width: 767px) {
  .footer-company__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-company__unit--owner {
    border-right: none;
    border-bottom: 1px solid var(--c-border);
    padding-bottom: 2rem;
  }

  .footer-company__logo {
    width: 14rem;
  }

  .footer-company__unit--agent .footer-company__logo {
    width: 10rem;
  }

  .footer-company__unit--agent .footer-company__logo {
    padding-top: 0;
  }
}

/* #endregion */
/* #region MARK:section-banner */
.section-banner {
  padding-block: 3rem;
}

.section-banner img {
  margin-inline: auto;
}

/* #endregion */

.hero-h7k__title {
  z-index: 1;
  /* width: 70%; */
  margin-inline: auto;
  /* margin-bottom: 1rem; */
  display: grid;
  place-items: center;
}

.hero-h7k__title-wrapper {
  margin-top: 2vw;
  display: block;
  width: 15rem;
}

@media (min-width: 768px) {
  .hero-h7k__title {
    display: grid;
    place-items: center;
    /* width: 24rem; */
    margin-bottom: 3rem;
  }

  .hero-h7k__title-wrapper {
    width: 27rem;
    margin-top: 0.5rem;
  }

  .hero-h7k__title-image {
    width: 29vw;
  }

  .hero-h7k__title-image--main {
    width: 100%;
  }

  .hero-h7k__title-image--sub {
    width: 22vw;
    margin-inline: auto;
  }
}

.mv-slide-img {
  max-width: unset;
  width: 100%;
}

/* #region MARK:top-cta-banner */
.top-cta-banner {
  background: linear-gradient(135deg, #2c1e1b 0%, #3d2b27 40%, #2c1e1b 60%, #1e1210 100%);
  background-size: 300% 300%;
  animation: cta-banner-shimmer 6s ease-in-out infinite;
  padding: 1.275rem 1rem;
}

@keyframes cta-banner-shimmer {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.top-cta-banner__link {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  display: flex;
  align-items: center;
  gap: 1rem 0.75rem;
  text-decoration: none;
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
}

.top-cta-banner__link:hover,
.top-cta-banner__link:focus,
.top-cta-banner__link:active {
  color: #fff;
  text-decoration: none;
}

.top-cta-banner__badge {
  flex-shrink: 0;
  font-size: 1.3625rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.3125rem 0.5rem;
  border-top: 1px solid rgba(200, 180, 121, 0.6);
  border-bottom: 1px solid rgba(200, 180, 121, 0.6);
  color: #c8b479;
  white-space: normal;
}

.top-cta-banner__heading {
  /* flex: 1; */
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.525rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  white-space: nowrap;
  color: #c8b479;
}

.top-cta-banner__heading-main {
  display: block;
  letter-spacing: 0;
  font-size: 1.3rem;
  white-space: nowrap;
}

.top-cta-banner__heading-sub {
  display: block;
  /* font-family: "YakuHanJP", "Noto Sans JP", sans-serif; */
  font-size: 0.8rem;
  letter-spacing: 0;
  margin-top: 0.375em;
  margin-left: 7rem;
}


@media (min-width: 768px) {
.top-cta-banner__heading-main {font-size: 2.1rem;}

.top-cta-banner__heading-sub {


}
}

.top-cta-banner__button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background-color: #910000;
  color: #fff;
  font-size: 0.925rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.75rem 2rem;
}

.top-cta-banner__button-line {
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: #fff;
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.top-cta-banner__link:hover .top-cta-banner__button-line {
  transform: scaleX(2);
}

/* #endregion */
/* #region MARK:top-cta-banner - PC */
@media (min-width: 768px) {
  .top-cta-banner {
    padding: 1.25rem 0;
  }

  .top-cta-banner__link {
    /* width: 62rem; */
    margin-inline: auto;
    gap: 1.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .top-cta-banner__badge {
    font-size: 1.44rem;
    padding: 0.7375rem 1.275rem;
  }

  .top-cta-banner__heading {
    font-size: 2.4rem;
    line-height: 1;
    padding-bottom: 0.2em;
  }

  .top-cta-banner__heading-sub {
    font-size: 0.9rem;
    margin-top: 0.2rem;
    margin-left: 13.3rem;
  }

  .top-cta-banner__button {
    font-size: 1.2rem;
    padding: 0 1.5rem;
    gap: 1.25rem;
    height: 3.2rem;
  }

  .top-cta-banner__button-line {
    width: 2rem;
  }
}

/* #endregion */
/* #region MARK:top-concept-intro */
.top-concept-intro {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.top-concept-intro__feature-heading {
  padding-block: min(6vw, 6rem);
  position: relative;
  z-index: 3;
}

.top-concept-intro__feature-heading figure {
  background-color: hsla(0, 0%, 100%, 0.66);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.top-concept-intro__body {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}

.top-concept-intro__town-figure {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/2;
}

@media (min-width: 768px) {
  .top-concept-intro__town-figure {
    aspect-ratio: unset;
    height: 100%;
  }
}

.top-concept-intro__town-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.top-concept-intro__text-area {
  background-color: rgb(230 227 218 / .9);
  padding: min(8vw, 4rem);
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 90%;
  margin-left: -2.5rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .top-concept-intro__text-area {
    margin-left: 0;
    height: auto;
    top: unset;
    transform: unset;
  }
}

.top-concept-intro__text-image {
  width: 30rem;
  position: relative;
  z-index: 2;
  max-height: 23rem;
  object-fit: contain;
}

.top-concept-intro__semiorder-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin-top: 2rem;
  padding: 0.75em 1.5em 0.75em 0;
  position: relative;
  z-index: 2;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  color: var(--c-main, #2c1e1b);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: opacity 0.3s;
}

.top-concept-intro__semiorder-link:hover {
  opacity: 0.6;
}

/* --- Kinetic Earth: Animated Organic Background --- */
.concept-flow {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

/* Organic light orbs */
.concept-flow__orb {
  position: absolute;
  border-radius: 40% 60% 70% 30% / 50% 40% 60% 50%;
  filter: blur(45px);
  will-change: transform;
}

/* Orb 1: Amber/Honey — 右上から漂流 */
.concept-flow__orb--1 {
  width: min(50%, 100%);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0) 60%);
  top: -20%;
  right: -15%;
  animation: concept-orb-1 14s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Orb 2: White — 左下に漂う */
.concept-flow__orb--2 {
  width: min(30rem, 85%);
  aspect-ratio: 1.2;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0) 60%);
  bottom: -15%;
  left: -10%;
  border-radius: 60% 40% 30% 70% / 40% 60% 50% 50%;
  animation: concept-orb-2 18s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Orb 3: Rose/Terracotta — 中央を漂流 */
.concept-flow__orb--3 {
  width: min(24rem, 70%);
  aspect-ratio: 0.85;
  background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 60%);
  top: 20%;
  left: 30%;
  border-radius: 50% 50% 40% 60% / 60% 40% 50% 50%;
  animation: concept-orb-3 12s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

/* Film grain texture */
.concept-flow__grain {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.12;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* --- Keyframes --- */
@keyframes concept-orb-1 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    border-radius: 40% 60% 70% 30% / 50% 40% 60% 50%;
  }

  16% {
    transform: translate(-20%, 25%) rotate(8deg) scale(1.15);
    border-radius: 55% 45% 35% 65% / 45% 55% 50% 50%;
  }

  33% {
    transform: translate(15%, 35%) rotate(-5deg) scale(0.9);
    border-radius: 65% 35% 50% 50% / 35% 65% 45% 55%;
  }

  50% {
    transform: translate(30%, 10%) rotate(12deg) scale(1.2);
    border-radius: 45% 55% 60% 40% / 60% 40% 35% 65%;
  }

  66% {
    transform: translate(10%, -15%) rotate(-8deg) scale(0.85);
    border-radius: 55% 45% 40% 60% / 50% 50% 60% 40%;
  }

  83% {
    transform: translate(-15%, -5%) rotate(5deg) scale(1.1);
    border-radius: 35% 65% 55% 45% / 55% 45% 50% 50%;
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    border-radius: 40% 60% 70% 30% / 50% 40% 60% 50%;
  }
}

@keyframes concept-orb-2 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    border-radius: 60% 40% 30% 70% / 40% 60% 50% 50%;
  }

  20% {
    transform: translate(25%, -20%) rotate(-10deg) scale(1.2);
    border-radius: 40% 60% 55% 45% / 55% 45% 60% 40%;
  }

  40% {
    transform: translate(35%, 15%) rotate(6deg) scale(0.85);
    border-radius: 50% 50% 40% 60% / 40% 60% 45% 55%;
  }

  60% {
    transform: translate(5%, 30%) rotate(-12deg) scale(1.15);
    border-radius: 35% 65% 60% 40% / 60% 40% 35% 65%;
  }

  80% {
    transform: translate(-15%, 10%) rotate(8deg) scale(0.9);
    border-radius: 55% 45% 45% 55% / 45% 55% 55% 45%;
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    border-radius: 60% 40% 30% 70% / 40% 60% 50% 50%;
  }
}

@keyframes concept-orb-3 {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    border-radius: 50% 50% 40% 60% / 60% 40% 50% 50%;
  }

  25% {
    transform: translate(-30%, 20%) rotate(15deg) scale(1.25);
    border-radius: 45% 55% 60% 40% / 40% 60% 45% 55%;
  }

  50% {
    transform: translate(20%, 30%) rotate(-10deg) scale(0.8);
    border-radius: 60% 40% 45% 55% / 55% 45% 60% 40%;
  }

  75% {
    transform: translate(25%, -15%) rotate(8deg) scale(1.15);
    border-radius: 40% 60% 55% 45% / 45% 55% 40% 60%;
  }

  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    border-radius: 50% 50% 40% 60% / 60% 40% 50% 50%;
  }
}

/* prefers-reduced-motion: アニメーション無効化 */
@media (prefers-reduced-motion: reduce) {

  .concept-flow__orb,
  .concept-flow__contour {
    animation: none;
  }
}

.top-concept-intro__decoration {
  z-index: 2;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 57%;
}

.top-concept-intro__decoration-image {}

/* #endregion */
/* #region MARK:heading-contact */
.heading-contact {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 2.5rem;
}

.heading-contact__en {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  color: #c8b479;
}

.heading-contact__en::before,
.heading-contact__en::after {
  content: "";
  width: 2.5rem;
  height: 1px;
  flex-shrink: 0;
}

.heading-contact__en::before {
  background: linear-gradient(90deg, transparent, #c8b479);
}

.heading-contact__en::after {
  background: linear-gradient(90deg, #c8b479, transparent);
}

.heading-contact__ja {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  color: #2c1e1b;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading-contact__en {
    font-size: 0.8125rem;
    gap: 1.5rem;
  }

  .heading-contact__en::before,
  .heading-contact__en::after {
    width: 4rem;
  }

  .heading-contact__ja {
    font-size: 1.75rem;
  }
}

/* #endregion */
/* #region MARK:contact-phone */
.contact-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}

.contact-phone__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  padding: 1.125rem 1.5rem;
  text-decoration: none;
  color: #2c1e1b;
  border: 1px solid #c8b479;
  transition: background-color 0.3s, color 0.3s;
}

.contact-phone__link:hover,
.contact-phone__link:focus {
  background-color: #2c1e1b;
  color: #c8b479;
  text-decoration: none;
}

.contact-phone__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0;
  background-color: #c8b479;
  color: #fff;
  font-size: 1.125rem;
  flex-shrink: 0;
  transition: background-color 0.3s, color 0.3s;
}

.contact-phone__link:hover .contact-phone__icon,
.contact-phone__link:focus .contact-phone__icon {
  background-color: #c8b479;
  color: #2c1e1b;
}

.contact-phone__number {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}

.contact-phone__hours {
  margin-top: 1rem;
  font-size: 0.8125rem;
  line-height: 2;
  color: var(--c-text-sub);
  letter-spacing: 0.03em;
}

@media (min-width: 768px) {
  .contact-phone__link {
    width: auto;
    padding: 1.25rem 3rem;
    gap: 1.25rem;
  }

  .contact-phone__icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.25rem;
  }

  .contact-phone__number {
    font-size: 1.625rem;
  }

  .contact-phone__hours {
    line-height: 1.6;
  }
}

/* #endregion */
/* #region MARK:top-concept-intro - PC */
@media (min-width: 768px) {
  .top-concept-intro__body {
    grid-template-columns: 618fr 382fr;
    position: relative;
    height: 36rem;
  }

  /* PC: オーブをより大きく、ブラーを強化 */
  .concept-flow__orb {
    filter: blur(70px);
  }

  .concept-flow__orb--1 {
    width: 34rem;
  }

  .concept-flow__orb--2 {
    width: 28rem;
  }

  .concept-flow__orb--3 {
    width: 22rem;
  }

  .top-concept-intro__decoration {
    width: 31rem;
  }
}

/* #endregion */
/* #region MARK:section-contact */
.section-contact {
  padding-block: var(--space-section-md);
}

/* #endregion */
/* #region MARK:section-outline */
.section-outline {
  padding-block: 3rem;
}

.heading-outline {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 2.5rem;
}

.heading-outline__en {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-family: "Times New Roman", Times, serif;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.35em;
  color: #c8b479;
}

.heading-outline__en::before,
.heading-outline__en::after {
  content: "";
  width: 2.5rem;
  height: 1px;
  flex-shrink: 0;
}

.heading-outline__en::before {
  background: linear-gradient(90deg, transparent, #c8b479);
}

.heading-outline__en::after {
  background: linear-gradient(90deg, #c8b479, transparent);
}

.heading-outline__ja {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #2c1e1b;
  font-weight: 500;
}

/* outline-data */
.outline-data {
  margin-bottom: 2rem;
}

.outline-data__title {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #2c1e1b;
  padding: 0.875rem 0;
  font-weight: 500;
  border-bottom: 2px solid #c8b479;
}

.outline-data__body {
  margin: 0;
}

.outline-data__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.outline-data__item {
  font-size: 0.8125rem;
  line-height: 1.8;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid hsl(0, 0%, 92%);
  color: #2c1e1b;
}

/* outline-notes */
.outline-notes {
  margin-top: 2rem;
}

.outline-notes__item {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #666;
  padding-left: 1rem;
  border-left: 2px solid #c8b479;
  margin-bottom: 1rem;
}

/* outline-meta */
.outline-meta {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #666;
  margin-top: 1.5rem;
}

/* list-caption */
.list-caption {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.list-caption li {
  font-size: 0.6875rem;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}

@media (min-width: 768px) {
  .section-outline {
    padding-block: 4rem;
  }

  .heading-outline__en {
    font-size: 0.8125rem;
    gap: 1.5rem;
  }

  .heading-outline__en::before,
  .heading-outline__en::after {
    width: 4rem;
  }

  .heading-outline__ja {
    font-size: 1.75rem;
  }

  .outline-data__title {
    font-size: 1rem;
  }

  .outline-data__item {
    font-size: 0.875rem;
    padding: 0.625rem 1.5rem;
  }
}

/* #endregion */
/* #region MARK:section-access */
.section-access {
  padding-block: var(--space-section-md);
}

/* heading-section */
.heading-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
  position: relative;
  padding-top: 1.75rem;
}

.heading-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(80%, 20rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, #c8b479 30%, #c8b479 70%, transparent);
}

.heading-section::after {
  content: "";
  display: block;
  width: 4.5rem;
  height: 1px;
  margin-top: 0.75rem;
  background: linear-gradient(90deg, transparent, #c8b479 30%, #c8b479 70%, transparent);
}

.heading-section__en {
  font-family: "Times New Roman", Times, serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.4em;
  color: #c8b479;
}

.heading-section__ja {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #2c1e1b;
  font-weight: 500;
}

/* lead copy */
.section-lead {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  text-align: center;
  font-size: 1.0rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #2c1e1b;
  margin-bottom: 3rem;
}

/* heading-sub */
.heading-sub {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #2c1e1b;
  font-weight: 500;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative;
}

.heading-sub::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.5rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c8b479 30%, #c8b479 70%, transparent);
}

.life-info {
margin-top: var(--space-section-md);
}

.life-info__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

/* table */
.life-info__table {
  width: 100%;
  border-collapse: collapse;
margin-bottom: 1.5rem; 
}


.life-info__table caption {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #2c1e1b;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 1rem;
  background: var(--c-beige);
  border-bottom: none;
  caption-side: top;
  margin-bottom: 0.25rem;
}

.life-info__table tr {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  padding: 0.5rem 0;
}

.life-info__table th,
.life-info__table td {
  font-size: 0.8125rem;
  line-height: 1.4;
  font-weight: 400;
  color: #2c1e1b;
}

.life-info__table th {
  text-align: left;
  white-space: nowrap;
  display: flex;
  flex: 1;
  align-items: baseline;
}

.life-info__table th::after {
  content: "";
  flex: 1;
  border-bottom: 1px dotted #c8b479;
  margin-inline: 0.25rem;
  translate: 0 -0.2em;
}

.life-info__table td {
  text-align: right;
  white-space: nowrap;
  /* color: #888; */
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .heading-section {
    padding-top: 2.25rem;
    gap: 1.125rem;
  }

  .heading-section::before {
    width: min(60%, 24rem);
  }

  .heading-section__en {
    font-size: 0.875rem;
  }

  .heading-section__ja {
    font-size: 2rem;
  }

  .section-lead {
    font-size: 1.15rem;
  }

  .heading-sub {
    font-size: 1.3rem;
  }

  .life-info {
    margin-top: 4rem;
  }

  .life-info__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2.5rem;
  }

  .life-info__table caption {
    font-size: 0.875rem;
  }
}

/* access-blocks */
.access-blocks {
  padding: 1rem;
  margin-top: var(--space-section-md);
  padding-top: var(--space-section-md);
  background-color: var(--c-beige);
}

@media (min-width: 768px) {
  .access-blocks {
    padding-inline: 6rem;
    padding-bottom: 3rem;
  }
}

.access-blocks__item {
  text-align: center;
}

.access-blocks__item+.access-blocks__item {
  margin-top: var(--space-section-md);
}

.access-blocks__row {
  display: flex;
  flex-direction: column;
  margin-top: var(--space-section-md);
  scroll-margin-top: 8rem;
}

@media (min-width: 768px) {
  .access-blocks__row {
    flex-direction: row;
    gap: 3rem;
    margin-inline: auto;
  }

  .access-blocks__row>.access-blocks__item {
    flex: 1;
    margin-top: 0;
  }
}

/* section-map */
.section-map__frame {
  overflow: hidden;
  height: auto;
  border: 1px solid var(--c-border);
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) {
  .section-map__frame {
    height: 30rem;
    max-width: 60rem;
    margin-inline: auto;
    aspect-ratio: unset;
  }
}

/* section-route */
.section-route {
  text-align: center;
}

.section-route__lead {
  font-family: "YakuHanMP", "Shippori Mincho", serif;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #2c1e1b;
  margin-top: 1.5rem;
}

.section-route__image {
  margin-top: 1.5rem;
}

.section-route__image-img {
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 0.5);
  /* aspect-ratio: 447 / 446; */
  object-fit: contain;
  padding: 1.5rem
}

@media (min-width: 768px) {
  .section-route__image-img {
    aspect-ratio: 1
  }
}

@media (min-width: 768px) {
  .section-route__lead {
    font-size: 0.9375rem;
  }

  .section-route__image {
    max-width: 48rem;
    margin-inline: auto;
  }
}

/* section-guide */
.section-guide {
  text-align: center;
}

.section-guide__image {
  margin-bottom: 1.25rem;
  border: 1px solid var(--c-border);
  overflow: hidden;
}

.section-guide__image img {
  width: 100%;
  height: auto;
}

.section-guide__gmap {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #2c1e1b;
  text-decoration: none;
  border: 1px solid #c8b479;
  padding: 0.75rem 2rem;
  transition: background-color 0.3s, color 0.3s;
}

.section-guide__gmap:hover {
  background-color: #2c1e1b;
  color: #c8b479;
}

.section-guide__gmap-icon {
  font-size: 1.125rem;
  color: #c8b479;
  transition: color 0.3s;
}

.section-guide__gmap:hover .section-guide__gmap-icon {
  color: #c8b479;
}

.section-guide__carnav {
  margin-top: 1.5rem;
  max-width: 32rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .section-guide__image {
    margin-bottom: 1.5rem;
  }

  .section-guide__gmap {
    font-size: 0.9375rem;
    padding: 0.875rem 2.5rem;
  }

  .section-route__image {
    max-width: none;
  }
}

/* #endregion */
/* #region MARK:アクセス図モーダル */
.js-access-modal {
  cursor: zoom-in;
}

.mfp-access.mfp-bg {
  background: #e6e3da;
  opacity: 0.9;
}

.mfp-access .mfp-content {
  max-width: 960px;
  width: 100%;
  padding: 2rem;
  background-color: #fff;
}

.mfp-access .mfp-img {
  width: 100%;
}

.mfp-access .mfp-figure::after {
  background: #fff;
  box-shadow: none;
}

.mfp-access .mfp-close {
  color: #2c1e1b;
  padding-right: 1rem;
}

/* #endregion */