@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

/* CSS Document */
/* #region MARK:Base */
body {
  height: auto;
}

/* #endregion */
/* #region MARK:ヘッダー */
/*小規模物件テンプレート用ヘッダー*/
.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: 10em;
}

.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 hsl(0, 0%, 80%);
}

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

.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: -moz-linear-gradient(50% 100% 90deg, rgba(30, 110, 71, 1) 0%, rgba(76, 143, 55, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(30, 110, 71, 1) 0%, rgba(76, 143, 55, 1) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(30, 110, 71, 1)), color-stop(1, rgba(76, 143, 55, 1)));
  background: -ms-linear-gradient(90deg, rgba(30, 110, 71, 1) 0%, rgba(76, 143, 55, 1) 100%);
  background: linear-gradient(0deg, rgba(30, 110, 71, 1) 0%, rgba(76, 143, 55, 1) 100%);
  color: #fff;
  display: flex;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E6E47', endColorstr='#4C8F37' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C8F37', endColorstr='#1E6E47', GradientType=0);
  padding: 0.8em 0;
}

.header-propaty-sm-row-1-list-btns-2-item-link:hover {
  background: rgba(30, 110, 71, 1);
  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: #ffff;
  text-align: center;
  width: 100%;
  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: #4e1515;
}

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

.header-propaty-sm-row-1-btn-menu {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  cursor: pointer;
  display: block;
  line-height: 1;
  margin-left: auto;
  padding-right: 1em;
}

.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);
}

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

.header-propaty-sm-row-2 {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  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 hsl(0, 0%, 80%);
}

.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 hsl(0, 0%, 80%);
}

.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: #333;
  display: block;
  padding: 1em;
  padding: 0.6em;
  position: relative;
}

.header-propaty-sm-row-2-nav-list-item-link.active::after {
  background-color: #4e1515;
  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: #4e1515;
  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;
}

.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);
}

.header-propaty-sm-row-3 {
  border-top: 1px solid hsl(0, 0%, 80%);
  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 hsl(0, 0%, 80%);
  list-style: none;
  margin: 0;
  margin-top: 1.5em;
  padding: 0;
}

.header-propaty-sm-row-3-list-btns-item {
  border-top: 1px solid hsl(0, 0%, 80%);
}

.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:メインビジュアル */
.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;
}

.csslider1 {
  margin: 0;
}

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

.section-mv figure img {
  filter: brightness(70%);
  max-width: unset;
  width: 100%;
}

.section-mv-txt {
  text-align: center;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-weight: 600;
  left: 50%;
  padding: 0;
  position: absolute;
  top: 49%;
  transform: translate(-50%, -50%);
  width: 80%;
  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: clamp(1rem, -0.262rem + 2.63vw, 2.7rem);
  letter-spacing: 0.2em;
  color: #fff;
  margin-top: 1.1rem;
}

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

.feature-sec {
  width: 100%;
  /* height: 5em; */
  height: auto;
  background-color: #4e1515;
  background-image: url('../images/bg-cta.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
  /* margin-top: -0.5rem; */
  margin-top: -0.3rem;
  display: flex;
  justify-content: center;
  text-decoration: none !important;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 1;
}

.feature-inner {
  width: 100%;
  height: 100%;
  display: flex;
  /* align-items: center; */
  align-items: stretch;
  gap: 0px;
  position: relative;
  /* margin-top: 1px; */
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}

.feature-item {
  width: 25%;
  /* height: 100%; */
  height: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  text-align: center;
  /* font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', '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: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; */
  letter-spacing: 0.2em;
  color: #fff;
  padding: 1rem 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;
}

/* #endregion */
/* #region MARK:CTA */
.newcta {
  background-image: url('../images/top/cta_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  color: #4e1515;
  text-align: right;
  height: 100%;
  width: 100%;
  font-size: clamp(1rem, 1.111rem + 0.6vw, 2.5rem);
  padding-right: 1rem;
  /* font-weight: 500; */
  margin-right: 40px;
  line-height: 1em;
  padding-left: 5px;
  /* Flexboxを使用して上下中央揃え */
  display: flex;
  align-items: center;
  /* 垂直方向に中央揃え */
  /*justify-content: flex-end; 水平方向に右揃え */
  justify-content: center;
  text-align: center;
  margin-top: 0;
  padding: 0.5em 0;
  padding-top: 0.6em;
  font-size: 1.8rem;
}

.newcta_center {
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
  margin: auto;
  white-space: nowrap;
  letter-spacing: 0.15em;
  color: #fff !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 0.5em;
  justify-content: center;
}

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

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

  38.2% {
    filter: brightness(1.2);
  }

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

.newcta_center_kagu {
  color: #d8be70;
  margin-left: -0.5em;
  display: inline-block;
  width: 8em;
}

.feature-btn {
  width: 25%;
  padding-left: 1rem;
  margin-left: auto;
  padding-top: 1px;
  display: flex;
  align-items: center;
  padding-block: 0.3rem 1rem;
}

.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: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif'; */
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 0.6em 2rem 0.7em;
  font-size: 1.4rem;
  /* 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: 0.5rem;
  font-family: var(--ff-serif);
}

/* #endregion */
/* #region MARK:コンセプト */
.subsec01 {
  background-image: url('../images/concept/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 4rem 0px;
}

.concept-copy {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 1.8em;
  letter-spacing: 0.18em;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.concept-text {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 2.5em;
  margin-bottom: 30px;
}

.concept-img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.concept-img-grid img {
  width: 100%;
  display: block;
}

.subsec02 {
  /* background-image: url('../images/concept/bg02.png'); */
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  color: #fff;
  position: relative;
}

.subsec02-bg__overlay,
.subsec02-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.subsec02-bg__overlay {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
}

.subsec02__caption {
  color: #FFF;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  font-size: 0.8rem;
  font-family: var(--ff-serif);
  z-index: 5;
  opacity: 0.75;
}

.subsec02-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subsec02-bg__1 {
  z-index: 1;
}

.subsec02-bg__2 {
  z-index: 2;
}

.subsec02 .container {
  z-index: 4;
  position: relative;
}

.subsec03 {
  background-color: #fff;
  padding-top: 0px;
  color: #4e1515;
}

.subsec03-container {
  padding: 3rem 1rem;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .subsec03-container {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-block: 4rem;
  }

  .subsec03-container:before,
  .subsec03-container:after {
    display: none
  }

  .subsec03-container .subsec03-inner {}

  .subsec03-container .fadeIn2 {}

  .subsec03-container .from-bottom {}

  .subsec03-container .concept-copy {
    text-align: left;
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }

  .subsec03-container .visible-xs-inline-block {}

  .subsec03-container .concept-text {
    text-align: left;
    margin-bottom: 0;
  }

  .subsec03-container .landplan-map {
    order: -1;
  }

  .subsec03-container .landplan-map__image {}
}

.subsec03-inner {
  width: 80%;
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.subsec04 {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  background-image: url('../images/concept/bg03.jpg');
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 400;
}

.subsec04-inner {
  /* width: 90%; */
  /* max-width: 1000px; */
  margin: 0 auto;
}

.section-plan {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  width: 100%;
  background-color: #eeeeee;
  color: #4e1515;
}

.plan-copy {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0px;
}

.plan-copy h3 {
  font-size: 3rem;
  margin-bottom: 0.3rem;
  margin-top: 1rem;
}

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

/* #endregion */
/* #region MARK:デザイン */
.section-design {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  width: 100%;
  color: #4e1515;
  background-color: #fff;
  background-image: url(../images/design/bg.jpg);
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: top right;
}

.design-header {
  /* background: linear-gradient(to bottom, transparent 0%, transparent 0%, #fff 100%), url(../images/design/dg-sky.png);
  background-repeat: no-repeat;
  background-size: cover; */
}

.design-header-inner {
  width: 90%;
  max-width: 1100px;
  padding: 50px 0px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

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

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

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

.design-sec1 {
  /* width: 90%; */
  /* max-width: 1100px; */
  display: flex;
  flex-direction: row;
  margin-bottom: 4rem;
  align-items: center;
  /* margin: 0 auto 6rem; */
  width: 100%;
}

.design-sec1-bg {
  /* width: 50%; */
  /* height: 26rem;
  background-image: url(../images/design/sec1-img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 65%;
  position: relative; */
  width: min(100%, 1100px);
  margin-inline: auto;
}

/* .design-sec1-bg img {
  width: 30%;
  max-width: 370px;
  position: absolute;
  top: 80%;
  left: 5%;
} */
.design-sec1-copy {
  /* margin-left: 3rem; */
  width: 50%;
  display: flex;
  justify-content: center;
}

.design-sec1-copy>div {
  display: inline-block;
  width: 80%;
  max-width: 400px;
}

.design-sec1-copy h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 2rem;
  letter-spacing: 0.2em;
  display: inline-block;
}

.design-sec1-copy h3::first-letter {
  font-size: 1.8rem;
  padding-right: 5px;
}

.design-sec1-copy p {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.1em;
  display: inline-block;
}

.design-sec1-copy img {
  /* min-width: 400px; */
  width: 100%;
  margin-top: 1.5rem;
}

.design-sec2 {
  width: 100%;
  margin-bottom: 2rem;
}

.design-sec2-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.design-sec2-inner-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.design-sec2-copy {
  /* margin-right: 3rem; */
  width: 50%;
}

.design-sec2-copy>div {
  display: inline-block;
}

.design-sec2-copy h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  line-height: 2rem;
  letter-spacing: 0.2em;
}

.design-sec2-copy h3::first-letter {
  font-size: 1.8rem;
  padding-right: 5px;
}

.design-sec2-copy p {
  /* font-size: 1rem;
  line-height: 2.2rem;
  letter-spacing: 0.05em; */
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.1em;
}

.design-sec2-img {
  width: 50%;
}

/* デザインスライダー */
.design_slider {
  width: 100%;
  /* background: #4E1515; */
  /*background: #300d0d;*/
  background-image: url(../images/concept/bg.png);
  padding-block: 2rem;
}

.design_slider-copy {
  text-align: center;
  color: #ffffff;
  padding: 2rem 0;
}

.design_slider-copy h3 {
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}

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

/* マーキーギャラリー（CSSアニメーション） */
.marquee-gallery {
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 120s linear infinite;
}

.marquee-gallery:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee-track>.swiper-slide {
  flex-shrink: 0;
  aspect-ratio: var(--this-w) / var(--this-h);
  height: 20rem;
  width: auto;
  padding: 0 0.5rem;
}

.swiper-design-item {
  width: 100%;
  height: 100%;
}

.swiper-design-item a {
  display: block;
  height: 100%;
  width: 100%;
}

.swiper-design-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Magnific Popup フェードアニメーション */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.95);
}

/* 画像切り替え時のフェード */
.mfp-fade .mfp-figure {
  transition: opacity 0.25s ease-out;
}

.mfp-fade .mfp-figure.mfp-fade-out {
  opacity: 0;
}

.slider-mv-arrow-left,
.slider-mv-arrow-right {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  cursor: pointer;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 3em;
  z-index: 2;
}

.slider-mv-arrow-left:hover,
.slider-mv-arrow-right:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.slider-mv-arrow-left {
  left: 0;
}

.slider-mv-arrow-right {
  right: 0;
}

.slider_caution {
  color: #ffffff;
  font-size: 0.8em;
  margin-top: 1rem;
  font-weight: 400;
  text-align: center;
}

/* 仕様・設備 */
.section-specification {
  background-color: #fff;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  color: #4e1515;
}

.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: #4e1515;
  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: #b19b3e;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  z-index: 5;
}

.title-quality::before {
  content: '品質性能';
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  color: #4e1515;
  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: #b19b3e;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  z-index: 5;
}

.title-confort::before {
  content: 'あんしん性能';
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  color: #4e1515;
  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: #b19b3e;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  z-index: 5;
}

.title-maintenance::before {
  content: '意匠性能';
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  color: #4e1515;
  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: #f0f0f0;
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 0;
}

.spec-sec02 .content-bg {
  width: 100%;
  max-width: 700px;
  height: 100%;
  /* max-height: 500px; */
  background-color: #f0f0f0;
  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: #f0f0f0;
  position: absolute;
  top: 3rem;
  right: 0;
  z-index: 0;
}

.spec-content-copy {
  font-size: 1.8rem;
  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;
}

.btn-spe-detail {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 8rem;
}

/* #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;
  animation: tabFadeIn 0.4s ease-out;
}

@keyframes tabFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.map-outer {
  border: 1px solid #989898;
  /* height: 26em; */
  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: #009163;
}

.leaflet-popup-content a.green {
  display: block;
  width: fit-content;
  margin: 0.8em auto 0;
  background-color: #009163;
  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: #e85e7c;
  color: #fff;
  padding: 0.6em 2em;
  white-space: nowrap;
  border-radius: 0.4em;
}

.swiper-location .swiper-button-next,
.swiper-location .swiper-button-prev {
  top: auto;
  bottom: 0;
}

.swiper-location .swiper-button-next {
  margin-right: 1rem;
}

/*ロケーションのサブナビ（ボタンに変更）*/
.snav-location {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  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.5em 0.6em;
  position: relative;
  white-space: nowrap;
  border-right: 1px solid #333;
  flex-shrink: 0;
  width: 25%;
  text-align: center;
  border-bottom: 1px solid #333;
  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) hsla(0, 0%, 20%, 0) hsla(0, 0%, 20%, 0) hsla(0, 0%, 20%, 0);
  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: #333;
  -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: #333;
  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: #333;
  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,
.swiper-location.swiper-initialized {
  opacity: 1;
}

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

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

.div-shift-1 {
  background-color: #dcdcde;
  box-shadow: -2em -2em 0em #dcdcde, 2em 2em 0em #dcdcde, -2em 2em 0em #dcdcde, 2em -2em 0em #dcdcde;
  margin-top: 2em;
  position: relative;
  z-index: 1;
}

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

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

.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: #eaeaea;
  box-shadow: -2em -2em 0em #eaeaea, 2em 2em 0em #eaeaea, -2em 2em 0em #eaeaea, 2em -2em 0em #eaeaea;
  margin-top: 2em;
  position: relative;
  z-index: 1;
}

.div-shift-3 {
  background-color: #eaeaea;
  box-shadow: -2em -2em 0em #eaeaea, 2em 2em 0em #eaeaea, -2em 2em 0em #eaeaea, 2em -2em 0em #eaeaea;
  margin-top: 0;
  position: static;
  z-index: 1;
}

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

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

/*デザイン*/
/*設備・仕様*/
.article-equipment {
  background-color: #fff;
  height: 100%;
}

.article-equipment-body {
  padding: 1em;
}

.article-equipment-body-title {
  font-size: 1em;
  line-height: 1.4;
}

.article-equipment-body-copy {
  font-size: 0.9em;
  line-height: 1.4;
  margin-top: 1em;
}

/*区画図・間取り*/
.flex-plan-title {
  margin-top: 2em;
  padding-right: 1rem;
}

.flex-plan-body {
  margin-top: 2em;
}

.article-plan-block {
  background-image: url('../../../images/propaty-sm/sv-jurokucho/plan/bg-green.jpg');
  background-position: right 50% top 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.5em;
  text-align: center;
}

.article-plan-block-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.article-plan-block-inner {
  display: inline-block;
  padding: 0;
  position: relative;
}

.article-plan-circle-image {
  position: absolute;
  top: -20px;
  right: 25px;
  width: 30%;
}

.swiper-concept {
  margin-right: 1rem;
}

.swiper-concept .swiper-slide {
  padding-top: 0;
}

.swiper-concept-card {
  background-color: #fff;
  padding: 1em;
}

.swiper-concept-card-header-type {
  background-color: #333;
  color: #fff;
  line-height: 1;
  margin-top: -2em;
  padding: 0.8em 0.8em 0.4em;
  width: 38.2%;
}

.swiper-concept-card-header-type-text {
  font-size: 1em;
  letter-spacing: 0.2em;
}

.swiper-concept-card-header-type-num {
  font-size: 2em;
}

.swiper-concept-card-header-area {
  margin-top: 1em;
}

.swiper-concept-card-header-area-land strong {
  font-size: 1.4em;
  font-weight: normal;
}

.swiper-concept-card-header-area-building {
  font-size: 0.8em;
  margin-top: 0.5em;
}

.swiper-concept-card-header-elevation {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  max-width: 80%;
}

.swiper-concept-card-body .col-sm-6 {
  margin-top: 2em;
}

.container .swiper-pagination {
  display: flex;
  /* フレックスボックスを使用 */
  justify-content: center;
  /* 中央揃えにする */
  position: relative;
  /* 必要に応じて親要素に対して位置を調整 */
}

.swiper-concept .swiper-head-text {
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

/*区画図の特徴説明*/
.swiper-parcel-card-header {
  display: flex;
}

.swiper-parcel-card-header-title {
  font-weight: normal;
}

.swiper-parcel-card-header-num {
  background-color: #c7b979;
  color: #FFF;
  font-size: 1.0em;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 0%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--ff-local);
  letter-spacing: 0.05em;
  position: absolute;
  left: 15px;
  top: 0;
}

.swiper-parcel-card-header-description {
  font-weight: bold;
}

.btn-plan {
  display: flex;
  position: absolute;
  background-color: #4e1515;
  color: #ebdf84;
  font-size: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  transform-origin: 50% 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.btn-plan-1 {
  left: 35%;
  top: 7%;
}

.btn-plan-2 {
  left: 41%;
  top: 20%;
}

.btn-plan-3 {
  left: 37%;
  top: 39%;
}

.btn-plan-4 {
  left: 41%;
  top: 55%;
}

.btn-plan-5 {
  left: 61%;
  top: 26%;
}

.btn-plan-6 {
  left: 76%;
  top: 67%;
}

.btn-plan-7 {
  left: 63%;
  top: 83%;
}

.btn-plan-8 {
  left: 63%;
  top: 83%;
}

.swiper-concept .swiper-button-next,
.swiper-concept .swiper-button-prev {
  bottom: 0;
  top: auto;
}

/* #endregion */
/* #region MARK:モデルハウス */
.tab-content-modelhouse {
  display: none;
}

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

.h-modelhouse {
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.3;
}

.h-modelhouse-num {
  font-size: 1.3em;
  font-weight: normal;
}

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

.swiper-modelhouse-card-figcaption {
  font-size: 0.9em;
  margin-top: 1em;
}

.flex-modelhouse-title {
  margin-top: 2em;
  padding-right: 1rem;
}

.flex-modelhouse-body {
  margin-top: 2em;
}

.article-modelhouse-tags {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  margin-left: -0.2em;
  margin-right: -0.2em;
  margin-top: 0.3em;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  width: calc(100% + 0.4em);
}

.article-modelhouse-tags-item {
  display: inline-block;
  margin: 0.2em;
}

.article-modelhouse-tags-item-link {
  background-color: #fff;
  border-radius: 1em;
  display: inline-block;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.2em 0.6em;
  white-space: nowrap;
}

.swiper-pagination-outer {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 44px;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0rem;
}

.swiper-pagination-outer .swiper-pagination-bullets-dynamic {
  -webkit-box-pack: center;
  display: flex;
  -ms-flex-pack: center;
  flex-wrap: nowrap;
  font-size: 1em;
  justify-content: center;
  width: auto;
  width: 10em !important;
  transform: translateX(0) !important;
}

.swiper-pagination-outer .swiper-pagination-bullets-dynamic {
  left: 0 !important
}

.swiper-pagination-outer .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: none;
  position: static;
  transition: all 0.3s ease-out;
}

.article-modelhouse-plan {
  background-color: #fff;
  margin-right: 1rem;
  margin-top: 2em;
  padding: 1.5em;
}

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

.snav-modelhouse {
  border-top: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.snav-modelhouse-item {
  cursor: pointer;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 1em;
  padding: 0.6em;
  position: relative;
  white-space: nowrap;
}

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

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

.snav-modelhouse-item.active::after {
  border-color: hsla(0, 0%, 20%, 1) hsla(0, 0%, 20%, 0) hsla(0, 0%, 20%, 0) hsla(0, 0%, 20%, 0);
  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: #333;
  -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;
}

.plan-circle {
  position: absolute;
  width: 10%;
  cursor: pointer;
  opacity: 0;
}

.plan-circle:hover,
.plan-circle.active {
  opacity: 1;
  mix-blend-mode: color;
}

.plan-circle-1 {
  left: 16%;
  top: 12%;
}

.plan-circle-2 {
  left: 16%;
  top: 28.5%;
}

.plan-circle-3 {
  left: 12%;
  top: 42%;
}

.plan-circle-4 {
  left: 17%;
  top: 55%;
}

.plan-circle-5 {
  left: 18%;
  top: 68%;
}

.plan-circle-6 {
  left: 22%;
  top: 81%;
}

.plan-circle-7 {
  left: 50%;
  top: 32%;
}

.plan-circle-8 {
  left: 63%;
  top: 29%;
}

.plan-circle-9 {
  left: 77%;
  top: 27%;
}

.plan-circle-10 {
  left: 83%;
  top: 61%;
}

.plan-circle-11 {
  left: 68.5%;
  top: 66%;
}

.plan-circle-12 {
  left: 53%;
  top: 70%;
}

.btn-open-plan {
  border: 1px solid hsl(0, 0%, 50%);
  display: block;
  padding: 0.5em;
  background-color: #fff;
}

.btn-open-plan-header {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1rem;
  line-height: 1;
  align-items: center;
}

.btn-open-plan-header strong {
  display: inline-block;
  margin-right: 0em;
  /* width: 5em; */
  white-space: nowrap;
  color: #4e1515;
  padding: 0.4em 0em 0.2em;
}

.btn-open-plan-header span {
  background-color: #4e1515;
  font-size: 0.8em;
  display: inline-block;
  color: #fff;
  padding: 0.4em 0.6em 0.2em;
  white-space: nowrap;
}

.btn-open-plan-body {
  color: #333;
}

.btn-open-plan.active,
.btn-open-plan:hover {
  text-decoration: none;
  background-color: #fff2f2;
  color: #8b2828;
  border: 1px solid #8b2828;
}

.btn-open-plan.active .btn-open-plan-body,
.btn-open-plan:hover .btn-open-plan-body {
  color: #8b2828;
}

.btn-open-plan:hover * {
  filter: brightness(1);
}

.btn-open-plan-col-row {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-open-plan-body-elevation {
  margin-left: auto;
  width: 9em;
  flex-shrink: 0;
}

.btn-open-plan.active .btn-open-plan-header strong,
.btn-open-plan:hover .btn-open-plan-header strong {
  color: #8b2828;
}

.btn-open-plan.active .btn-open-plan-header span,
.btn-open-plan:hover .btn-open-plan-header span {
  background-color: #8b2828;
}

.btn-open-plan:hover,
.btn-open-plan:active,
.btn-open-plan:focus,
.btn-open-plan:visited {
  text-decoration: none;
}

.btn-open-plan-header__sub {
  color: #652929;
  border: 1px solid #652929;
  font-size: 0.8em;
  line-height: 1;
  display: block;
  padding: 0.2em 0em;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0.2em;
}

.btn-open-plan-header__sub.empty {
  opacity: 0;
}

.btn-open-plan-blue {
  background-color: #b7d7e8;
}

.btn-open-plan-blue .btn-open-plan-header strong {
  color: #333;
}

.btn-open-plan-blue .btn-open-plan-header span {
  background-color: #333;
}

.btn-open-plan-blue.active .btn-open-plan-header strong,
.btn-open-plan-blue:hover .btn-open-plan-header strong {
  color: #fff;
}

.btn-open-plan-blue.active .btn-open-plan-header span,
.btn-open-plan-blue:hover .btn-open-plan-header span {
  background-color: #fff;
  color: #95c6e1;
}

.btn-open-plan-blue.active,
.btn-open-plan-blue:hover {
  background-color: #95c6e1;
  border: 1px solid hsl(0, 0%, 50%);
}

.btn-open-plan-blue.active .btn-open-plan-body,
.btn-open-plan-blue:hover .btn-open-plan-body {
  color: #fff;
}

.flex-selling-outer {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-selling-outer .flex-selling+.flex-selling {
  margin-left: 1.5em;
}

.flex-selling {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.8em;
  line-height: 1;
}

.selling-block {
  width: 1.5em;
  height: 1.2em;
  background-color: #f8dae3;
  display: inline-block;
  border: 1px solid hsl(344.5, 0%, 33.4%);
  margin-bottom: 0.3em;
}

.selling-subdivision {
  width: 1.5em;
  display: inline-block;
  margin-bottom: 0.3em;
}

.application-block {
  width: 1.5em;
  height: 1.2em;
  background-color: #b7d7e8;
  display: inline-block;
  border: 1px solid hsl(200.8, 51.6%, 61.4%);
  margin-bottom: 0.3em;
}

.btns-plan>div {
  min-height: 0;
}

/* #endregion */
/* #region MARK:物件概要 */
.dl-outline {
  margin-top: 2em;
}

.dl-outline dt {
  border-bottom: 1px solid #333;
  font-size: 0.9em;
  padding: 0.8em 0;
}

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

/*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;
}

/*CTA*/
.cta-a {
  background-image: url('../images/top/bg-cta.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0 top 50%;
}

/*CTA第2期*/
.cta-b {
  background: -moz-linear-gradient(13.37% -59.21% -30.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  background: -webkit-linear-gradient(-30.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  background: -webkit-gradient(linear, 13.37% -59.21%, 76.38% 128.64%, color-stop(0, rgba(234, 196, 68, 1)), color-stop(0.2692, rgba(255, 251, 240, 1)), color-stop(0.5055, rgba(234, 196, 68, 1)), color-stop(0.7637, rgba(255, 255, 255, 1)), color-stop(0.9835, rgba(234, 196, 68, 1)));
  background: -ms-linear-gradient(-30.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAC444', endColorstr='#EAC444' ,GradientType=0)";
  background: linear-gradient(120.66deg, rgba(234, 196, 68, 1) 0%, rgba(255, 251, 240, 1) 26.92%, rgba(234, 196, 68, 1) 50.55%, rgba(255, 255, 255, 1) 76.37%, rgba(234, 196, 68, 1) 98.35%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EAC444', endColorstr='#EAC444', GradientType=1);
  padding: 0.4em;
}

.cta-b-inner {
  background-image: url('../images/top/bg-cta.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0 top 50%;
  padding: 0 1em 1em;
  display: flex;
  flex-wrap: wrap;
}

.cta-b-inner-1 {
  width: 100%;
  margin-top: 0.8em;
  padding: 0 2em;
}

.cta-b-inner-2 {
  padding: 0 0em;
  margin-top: 0.3em;
}

.cta-b-inner-3 {
  padding: 0 0.5em;
  margin-top: 0.5em;
}

.cta-b-inner-3-2 {
  margin-top: 0.5em;
}

/*間取りページ*/
.header-plan-inner-num {
  margin-top: 0.5em;
  font-size: 2em;
}

.header-plan-inner-num-1 {
  background-color: #a21030;
  color: #fff;
  display: inline-block;
  padding: 0.4em 0.6em;
  margin-right: 0.5em;
}

.header-plan-inner-num-2 {
  color: #a21030;
}

.close-fixed {
  background-color: #ddd;
  position: fixed;
  top: 0;
  right: 0;
  line-height: 1;
  padding: 0.2em 0.6em;
  cursor: pointer;
}

.close-fixed .material-icons-outlined {
  font-size: 2.6em;
  text-align: center;
}

.close-fixed-label {
  display: block;
  text-align: center;
  font-size: 0.7em;
}

.flex-feature {
  display: inline-flex;
  margin-left: auto;
  width: 100%;
}

.flex-feature-1 {
  display: inline-flex;
  text-align: center;
  line-height: 1.2;
  background-color: #ce7d8d;
  color: #fff;
  padding: 0.3em 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-basis: 0;
  white-space: nowrap;
}

.flex-feature-2 {
  display: inline-flex;
  text-align: center;
  line-height: 1.2;
  background-color: #c47b00;
  color: #fff;
  margin-left: 1em;
  padding: 0.3em 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-basis: 0;
  white-space: nowrap;
}

.flex-feature-3 {
  display: inline-flex;
  text-align: center;
  line-height: 1.2;
  background-color: #64b6c8;
  color: #fff;
  margin-left: 1em;
  padding: 0.3em 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-basis: 0;
  white-space: nowrap;
}

.list-equipment {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: auto;
}

.list-equipment li {
  font-size: 0.8em;
  width: 50%;
  padding: 0 0.5em;
}

.list-equipment li span {
  display: block;
  border-top: 1px dotted #000;
  height: 100%;
  padding: 0.3em 0;
}

.row-price-col-2 {
  background-color: hsla(142.7, 100%, 29%, 0.2);
  padding: 0.4em 0.8em;
  display: inline-block;
}

.row-price-col-2 dd {
  font-size: 0.8em;
}

.section-mv-catch {
  position: absolute;
  width: 80%;
  top: 10%;
  left: 10%;
  z-index: 10;
}

.section-mv-catch-1 {
  filter: blur(2rem);
  opacity: 0;
  transform: translateZ(0);
}

.section-mv-catch-2 {
  filter: blur(2rem);
  opacity: 0;
  transform: translateZ(0);
}

.btn-close-present {
  position: absolute;
  top: 0rem;
  right: -0rem;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
}

.btn-close-present .material-icons {
  font-size: 1.5rem;
  color: hsl(41.8, 63.3%, 41%);
  line-height: 1;
}

.section-mv-catch-2:hover img {
  filter: brightness(1);
}

.section-mv-catch-2-btn {
  position: absolute;
  width: 52%;
  left: 24%;
  top: 85%;
}

.section-mv-catch-2-btn-inner {
  position: relative;
}

.section-mv-catch-2-btn-off {
  position: absolute;
  top: 0;
  left: 1;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.section-mv-catch-2-btn-on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.section-mv-catch-2:hover .section-mv-catch-2-btn-on {
  opacity: 1;
}

.section-mv-catch-2:hover .section-mv-catch-2-btn-off {
  opacity: 0;
}

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

.container-asym-right-alt {
  margin-right: 0;
}

.btn-red {
  background: linear-gradient(0deg, rgb(112 27 27) 0%, rgb(153 39 39) 100%);
  color: #fff;
  border-radius: 0;
  padding: 0.8em 0;
}

.btn-red:hover {
  color: #fff;
  background: #780e1b;
}

/*長期優良住宅*/
.section-excellent-house {
  border: 2px solid #a21030;
  padding: 1em;
  background-color: #fff;
}

.c-rouge {
  color: #a21030 !important;
}

.ch-bg-rouge {
  background-color: #a21030;
  color: #fff;
  line-height: 1.2;
  padding: 0.4em;
  letter-spacing: 0.06em;
  font-size: 1.2em;
}

.arrow-down-ex-house-1 {
  text-align: center;
  color: #e1b7ae;
  font-size: 3em;
  line-height: 1;
}

.dl-ex-house-1 {
  line-height: 1.2;
  display: flex;
  width: 100%;
  gap: 1em;
}

.dl-ex-house-1-dt {
  background-color: #333;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.8em;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 6em;
}

.dl-ex-house-1-dd {
  flex-grow: 1;
}

.dl-ex-house-1-dd-list {
  font-size: 0.8em;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dl-ex-house-1-dd-list-item {
  border-bottom: 1px solid hsla(0, 0%, 75%, 1);
  display: block;
  padding: 0.3em 0;
}

.dl-ex-house-1-rouge .dl-ex-house-1-dt {
  background-color: #a21030;
}

.dl-ex-house-1-rouge .dl-ex-house-1-dd strong {
  color: #a21030;
  font-size: 1.2em;
}

.section-better {
  background-color: #f8f6ec;
  padding: 1em;
  margin: -1em;
}

.b-9 {
  margin: 0 -1em;
}

.swiper-container,
.swiper {
  opacity: 0;
}

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

.leaf-1,
.leaf-2 {
  position: absolute;
  z-index: 1;
}

.leaf-1 {
  width: 24%;
  left: 0%;
  top: 90%;
}

.leaf-2 {
  width: 24%;
  right: 0%;
  top: 84%;
}

/* 0918 */
.more_btn {
  position: relative;
  z-index: 1;
  margin-left: 1.5rem;
}

.more_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 160px;
  font-size: 14px;
  height: 32px;
  border-bottom: 1px solid #4e1515;
  color: #4e1515;
  position: relative;
}

.more_btn a::after {
  content: '';
  display: block;
  background: url(../images/arrow_red.png) no-repeat;
  background-size: 100%;
  height: 100%;
  width: 13px;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 0;
}

.head_propertyname {
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-left: 1.5rem;
}

.btn-open-plan-7 {
  position: relative;
}

.special_price {
  display: flex;
}

.btn-open-plan-7 .text01 {
  /* position: absolute;
  top: -21px;
  right: -24px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
   */
  background: #d1b14a;
  color: #654d00;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.1em;
  font-weight: 600;
  padding-top: 5px;
  /* width: 40%; */
}

.btn-open-plan-7 .text02 {
  /* position: absolute;
  right: 0;
  bottom: -10px; */
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  /* background: #ffffff; */
  background: #d1b14a;
  color: #654d00;
  padding: 0 8px;
  width: 100%;
}

.btn-open-plan-7 .text02 span {
  font-size: 22px;
  margin: 0 2px 0 6px;
}

.shinnen {
  width: 19%;
  position: absolute;
  right: 2%;
  bottom: 3%;
  z-index: 10;
}

.shinnen img {
  filter: unset !important;
  height: auto !important;
}

/*メインビジュアル*/
.section-mv {
  overflow: hidden;
  background-color: #000;
}

.section-mv__animation {
  aspect-ratio: 4/4.6;
  position: relative;
}

.section-mv__animation figure {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.section-mv__animation figure * {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* #endregion */
/* #region MARK:メディアクエリ（PC） */
@media (min-width: 768px) {
  .section-mv__animation {
    aspect-ratio: 715/336;
    position: relative;
  }

  .section-mv-txt {
    left: 50%;
    padding: 0;
    position: absolute;
    top: 49%;
    transform: translate(-50%, -50%);
    width: 43%;
  }

  .section-mv-txt img {
    max-width: unset;
  }

  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;
  }

  .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: #eeeeee;
  }

  .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;
    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 #ccc;
  }

  /*.header-propaty-sm-row-2-nav-list .header-propaty-sm-row-2-nav-list-item:last-child .header-propaty-sm-row-2-nav-list-item-link {border-right: none;}*/
  .header-propaty-sm-row-2-nav-list-item-link {
    background: none;
    border-right: 1px solid hsl(0, 0%, 80%);
    position: relative;
    position: relative;
    text-align: center;
  }

  .header-propaty-sm-row-2-nav-list-item-link::after {
    background-color: #fff;
    content: '';
    height: 1.2em;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 1px;
  }

  .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: #333;
    text-decoration: none;
  }

  .header-propaty-sm-row-2-nav-list-item-link::before {
    background-color: #4e1515;
    bottom: 0;
    content: '';
    height: 0.2em;
    left: 0;
    position: absolute;
    top: auto;
    transition: width 0.3s ease-out;
    width: 0%;
  }

  .header-propaty-sm-row-2-nav-list-item-link:hover:before {
    width: 100%;
  }

  .header-propaty-sm-row-2-nav-list-item-link.active::after {
    bottom: 0;
    height: 0.2em;
    left: 0;
    top: auto;
    width: 100%;
  }

  .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: #aaa;
  }

  .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 hsl(0, 0%, 80%);
    border-top: none;
    width: 20%;
  }

  .header-propaty-sm-row-3-list-btns {
    border-left: 1px solid hsl(0, 0%, 80%);
  }

  .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 #333;
    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 #333;
    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 #333;
    margin-right: 0;
  }

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

  /*デザイン*/
  .swiper-design-thumbnail {
    margin-left: auto;
    margin-right: auto;
  }

  .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-plan-slider {
    width: calc(100% - 30em);
  }

  .swiper-concept .swiper-slide {
    width: 23em;
  }

  .swiper-concept-card-body .col-sm-6 {
    margin-top: 0;
  }

  .swiper-concept-card {
    padding: 2em;
  }

  .swiper-concept-card-header {
    display: flex;
    position: relative;
    width: 100%;
  }

  .swiper-concept-card-header-type {
    height: 9em;
    left: 0;
    padding-top: 3.4em;
    position: absolute;
    top: -1em;
    width: 4em;
  }

  .swiper-concept-card-header-type-text {
    display: block;
    font-size: 0.6em;
    text-align: center;
  }

  .swiper-concept-card-header-type-num {
    display: block;
    font-size: 2.5em;
    margin-top: 0.2em;
    text-align: center;
  }

  .swiper-concept-card-header-area {
    margin-left: auto;
    margin-top: 0;
    width: 15em;
  }

  .swiper-concept-card-header-area-land {
    font-size: 0.9em;
    line-height: 1.2;
    white-space: nowrap;
  }

  .swiper-concept-card-header-area-building {
    font-size: 0.8em;
    white-space: nowrap;
  }

  .swiper-concept-card-header-elevation {
    border-left: 1px solid #333;
    margin-left: 1em;
    margin-right: 0;
    margin-top: 0;
    padding: 1em 0 1em 1em;
    width: 8em;
  }

  .swiper-concept-card-body {
    margin-top: 2em;
  }

  .swiper-concept .swiper-pagination {
    margin: 0 auto;
  }

  .article-plan-block {
    background-image: url('../../../images/propaty-sm/sv-jurokucho/plan/bg-green.jpg');
    background-position: right 50% top 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 1rem;
    padding: 1em;
    text-align: center;
  }

  .article-plan-block-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .article-plan-block-inner {
    display: inline-block;
    padding: 0;
  }

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

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

  .flex-modelhouse-body {
    border-left: 1px solid #333;
    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 #333;
    width: 25%;
  }

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

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

  /* マーキーギャラリー（PC） */
  .marquee-track>.swiper-slide {
    height: 24rem;
  }

  /*間取りページ*/
  .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-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);
  }

  .article-plan-block {
    padding: 1em;
  }

  /*長期優良住宅*/
  .section-excellent-house {
    padding: 3em;
  }

  .dl-ex-house-1-dt {
    width: 8em;
  }

  .section-better {
    padding: 2em;
  }

  .b-9 {
    margin: 0 0;
  }

  /*葉*/
  .leaf-1 {
    width: 18%;
    left: 0%;
    top: 90%;
  }

  .leaf-2 {
    width: 14%;
    right: 0%;
    top: 84%;
  }

  .special-news {
    background: #fff;
    width: 90%;
    margin: 24px auto 40px;
    padding: 16px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.6em;
  }

  .special-news-ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4c8e38;
  }

  .special-news-caution {
    margin-top: 16px;
    border-top: 2px dotted #ccc;
    padding-top: 10px;
    display: inline-block;
  }

  .special-news-caution p {
    font-weight: bold;
    font-size: 18px;
    color: #333;
  }

  .special-news-caution span {
    margin-top: 6px;
    font-weight: normal;
    display: block;
    font-size: 12px;
    color: #333;
  }

  /*子育てエコホーム事業関連*/
  .bnr-ecohome {
    width: 100%;
    max-width: 1000px;
    position: relative;
  }

  .eco_btn {
    width: 23%;
    max-width: 230px;
    position: absolute;
    bottom: 10px;
    right: 9px;
  }

  .plan-ecohome {
    position: absolute;
    width: 3%;
  }

  .ecohome-icon {
    position: absolute;
    width: 8%;
    left: 58%;
    top: 10%;
  }
}

/*ロケーション*/
.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: #ffff;
  text-align: center;
  width: 100%;
}

.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:hover {
  opacity: 0.6;
}

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

  .feature-btn {
    padding-block: 0;
  }

  .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;
    padding-top: 0.3em;
  }

  /* プランセクション（PC） */
  .plan-inner {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    padding: 4rem 8rem;
    background: #FFF;
    margin-inline: auto;
  }

  .plan-inner .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 2rem;
    width: 26rem;
    margin-inline: auto;
  }

  .plan-inner .article-plan-block-inner img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }

  /* マーキーギャラリー（SP） */
  .marquee-track>.swiper-slide {
    height: 16rem;
  }

  .bnr-ecohome {
    width: 100%;
    position: relative;
  }

  .eco_btn {
    width: 60%;
    max-width: 750px;
    position: absolute;
    top: calc(205 / 520 * (100vw - 8px));
    left: calc(95 / 520 * (100vw - 8px));
  }

  .ecohome-icon {
    position: absolute;
    width: 10%;
    left: 59%;
    top: 8%;
  }

  .section-mv-txt {
    /* text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: 600;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; */
  }

  .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: clamp(1.2rem, -0.089rem + 6.44vw, 3rem);
    letter-spacing: 0.2em;
    color: #fff;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }

  /* .section-mv-txt {
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: clamp(1rem, 0.284rem + 3.58vw, 2rem);
    letter-spacing: 0.1em;
    line-height: 1.8em;
    color: #413F14;
    left: 50%;
    padding: 0;
    position: absolute;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  } */
  .section-mv-txt img {
    max-width: unset;
    width: 100%;
  }

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

  .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;
    margin-bottom: -1em;
  }

  /*新しいCTA（240919）*/
  .newcta {
    background-image: url('../images/top/cta_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #4e1515;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 2rem;
    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: 2.4rem;
    margin: auto;
    white-space: nowrap;
    flex-direction: column;
    margin-top: 0.3rem;
    line-height: 1.2;
  }

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

  .newcta_center_kagu {
    margin-top: -0.5em;
    width: 20rem;
  }

  .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: 1rem 2rem;
  }

  .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;
  }

  .subsec01 {
    padding: 10px 0px;
  }

  .subsec02 {
    padding: 10px 0px;
    background-image: url('../images/concept/bg02_sp.png');
  }

  .subsec03 {
    padding: 0;
  }

  .subsec03-container {
    /* padding: 0; */
    width: 100%;
  }

  .subsec03-inner {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .concept-copy {
    font-size: 1.6em;
    letter-spacing: 0.1rem;
    font-weight: 600;
    text-align: left;
    flex-wrap: wrap;
  }

  .concept-text {
    font-size: 1rem;
    text-align: left;
    line-height: 2rem;
    flex-wrap: wrap;
  }

  .concept-img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 10px; */
  }

  .plan-copy {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0px;
  }

  .section-plan .row {
    display: flex;
    flex-direction: column;
  }

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

  .article-plan-block-inner {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }

  /* プランセクション（SP） */
  .plan-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .plan-inner .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

  .plan-inner .article-plan-block-inner img {
    width: 100%;
  }

  .design-header-inner {
    flex-direction: column;
    padding: 50px 0px 32px;
  }

  .design-copy-box {
    margin-bottom: 16px;
  }

  .design-text {
    font-size: 1.3rem;
    margin-left: 0rem;
  }

  .design-sec1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
    /* margin-inline: -1rem; */
    width: 100vw;
  }

  .design-sec1-bg {
    width: 100vw;
    /* height: 10rem;
  background-image: url(../images/design/sec1-img01.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10% 65%; */
    position: relative;
    margin-bottom: 0rem;
  }

  .design-sec1-bg img {
    width: 100vw;
    /* height: 80%;
  width: auto;
  position: absolute;
  top: 35%;
  left: 50%; */
  }

  .design-sec1-copy {
    /* width: 90%;
  padding: 1rem 0.5rem;
  margin-left: 0rem; */
    width: 100%;
    padding: 1rem 0.5rem;
    margin-left: 0rem;
    box-sizing: border-box;
  }

  .design-sec1-copy>div {
    width: 100%;
  }

  .design-sec1-copy h3 {
    font-size: 1.3rem;
  }

  .design-sec1-copy p {
    letter-spacing: 0;
  }

  .design-sec1-copy img {
    width: 80%;
    margin: 1.5rem auto 0;
  }

  .design-sec2 {
    margin-bottom: 0;
  }

  .design-sec2-inner {
    width: 100%;
  }

  .design-sec2-inner-content {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
    align-items: center;
    width: 90%;
    margin: 0 auto 1rem;
  }

  .design-sec2-img {
    /*width: 80%;
  margin: 0.5rem;*/
    width: 100%;
    margin: 0 auto;
  }

  .design-sec2-copy {
    width: 100%;
    padding: 1rem 0.5rem;
    margin-right: 0rem;
  }

  .design-sec2-copy h3 {
    line-height: 1.2em;
  }

  .section-design .container .mt-lg {
    margin: 0 !important;
  }

  .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: #b19b3e;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    z-index: 5;
  }

  .title-quality::before {
    content: '品質性能';
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    color: #4e1515;
    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: #b19b3e;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    z-index: 0;
  }

  .title-confort::before {
    content: 'あんしん性能';
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    color: #4e1515;
    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: #b19b3e;
    font-size: 3rem;
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    z-index: 5;
  }

  .title-maintenance::before {
    content: '意匠性能';
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    color: #4e1515;
    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.5rem;
    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;
  }

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

  .swiper-concept .swiper-head-text {
    line-height: 1.2em;
  }

  .swiper-slide img {
    /* margin-top: 13px; */
    /* margin-bottom: 8px; */
  }

  .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: #4e1515;
  }

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

  .btn-open-plan-7 .text01 {
    top: -14px;
    right: -10px;
    line-height: 1.1em;
    width: 56px;
    height: 56px;
    font-size: 12px;
  }

  .btn-open-plan-7 .text02 {
    bottom: -7px;
    font-size: 13px;
  }
}

/* #endregion */
/* #region MARK:フェードイン */
.fadeIn2 {
  opacity: 0;
  transform: none;
  transition: opacity 1s, transform 1s;
}

.fadeIn2.animated {
  opacity: 1;
  transform: none;
}

.from-top {
  transform: translateY(-50px);
}

.no-move {
  transform: none;
}

.from-right {
  transform: translateX(50px);
}

.from-left {
  transform: translateX(-50px);
}

.from-bottom {
  transform: translateY(50px);
}

/* すべてのアンカーリンク対象に適用 */
[id] {
  scroll-margin-top: 50px;
  /* ヘッダーの高さに合わせて調整 */
}

@media (min-width: 768px) {
  [id] {
    scroll-margin-top: 100px;
    /* ヘッダーの高さに合わせて調整 */
  }
}

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

@media (max-width: 767px) {

  .pagetop,
  .scrolldown {
    display: none;
  }

  .footer_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #1a1a1a;
    text-align: center;
    font-size: 16px;
    z-index: 1000;
    /* フッターが他の要素に重なるように */
  }

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

  .footer_sp ul li {
    width: 25%;
    font-family: 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 0px;
    padding-bottom: 10px;
  }

  .footer_sp ul li:nth-child(1),
  .footer_sp ul li:nth-child(2),
  .footer_sp ul li:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 1);
  }

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

  .footer_sp ul li img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }

  .footer_sp a {
    color: #fff;
  }

  .shinnen {
    width: 42%;
  }

  .newcta_center_kagu {
    display: block;
    width: 18rem;
    margin-inline: auto;
  }
}

.company_area {
  margin: 4rem 0 0;
  white-space: nowrap;
}

.com_wrap {
  display: grid;
  gap: 0;
  grid-template-columns: 26rem 26rem;
  justify-content: center;
}

.company_area p {
  font-size: 0.8em;
}

.com_wrap .unit:nth-of-type(1) {
  border-right: 1px solid hsl(0, 0%, 70%);
}

.unit {
  padding: 0 2rem;
}

.c_name {
  margin-top: 1rem;
}

.com1 .c_name {
  width: 22em;
}

.com2 .c_name {
  width: 22em;
  padding-top: 0.65em;
}

@media (max-width: 767px) {
  .com_wrap .unit:nth-of-type(1) {
    border-right: none;
    border-bottom: 1px solid hsl(0, 0%, 70%);
  }

  .com_wrap {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .com1 .c_name {
    width: 20em;
    padding-bottom: 2rem;
  }

  .com2 .c_name {
    width: 20em;
    padding-top: 0rem;
  }
}

.paymentexample__wrapper {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .paymentexample__wrapper {
    max-width: 50rem;
    margin: 0 auto 3rem;
  }
}

.row-footer__1:nth-of-type(2) {
  visibility: hidden;
  height: 1;
  height: 0px;
  overflow: hidden;
}

.facility-grid {
  background-color: #ededed;
  background-image: url('../images/location/bg-main.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  font-family: var(--ff-serif);
}

.facility-grid__item {
  position: relative;
  container-type: inline-size;
}

.facility-grid__name {
  margin-top: 0.5rem;
}

.facility-grid__distance {
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5rem;
  aspect-ratio: 1;
  width: 25cqw;
  height: auto;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4cqw;
  justify-content: center;
}

.facility-grid__distance-1 {
  background-color: #141531;
}

.facility-grid__distance-2 {
  background-color: #652929;
}

.facility-grid__time {
  white-space: nowrap;
}

.facility-grid__number {
  font-size: 2em;
  font-weight: normal;
}

@media (min-width: 768px) {
  .facility-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .facility-grid__time {
    margin-top: 0.1em;
    display: block;
  }

  .facility-grid__distance {
    width: 25cqw;
    font-size: 5cqw;
  }
}

/*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 !important;
}

.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 !important;
  /* bottom: 0; */
}

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

.swiper-navigation-icon {
  visibility: hidden;
}

/* #endregion */
.swiper-navs {
  display: grid;
  margin-top: 2rem;
  justify-items: stretch;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.swiper-navs {}

.swiper-navs .swiper-button-prev,
.swiper-navs .swiper-pagination,
.swiper-navs .swiper-button-next {
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  position: static;
  margin: 0
}

.swiper-navs .swiper-button-prev {}

.swiper-navs .swiper-pagination {}

.swiper-navs .swiper-button-next {}

@media (min-width: 768px) {
  .swiper-navs {
    width: fit-content;
    margin-inline: auto;
    gap: 4rem;
  }
}

.section-mv-title {
  position: absolute;
  width: 80%;
  height: auto;
  left: 4%;
  top: 9%;
  z-index: 3;
}

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

.section-mv-sub {
  position: absolute;
  width: 75%;
  height: auto;
  right: -1%;
  top: 79%;
  z-index: 3;
}

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


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

@media (min-width: 768px) {
  .section-mv-title {
    width: 36%;
  }

  .section-mv-title-img {}

  .section-mv-sub {
    width: 30%;
    top: 80%;
    /* right: auto; */
    right: 2%;
  }

  .section-mv-sub-img {}



  .section-mv-illust-img {}
}