@charset "UTF-8";
html,
body {
  width: 100%;
  max-width: 100%;
}

body {
  min-width: 0 !important;
  color: #333;
}

#wrapper.taruie {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: visible;
}

.taruie .content {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-x: hidden;
}
.taruie .content,
.taruie .content *,
.taruie .content *::before,
.taruie .content *::after {
  box-sizing: border-box;
}
.taruie .content img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------
  Common
---------------------------------------- */
.taru-house,
.life-scene,
.taru-detail,
.nearby,
.model-house,
.floor-plan {
  padding: clamp(80px, 9vw, 130px) 20px;
  background: #fff;
}

.equipment,
.commitment {
  padding: clamp(20px, 2vw, 20px) 20px;
  background: #fff;
}

.taru-house_inner,
.life-scene_inner,
.taru-detail_inner,
.nearby_inner,
.model-house_inner,
.floor-plan_inner,
.equipment_inner,
.commitment_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.taru-house_inner > *,
.taru-detail_inner > *,
.nearby_content > *,
.model-house_inner > *,
.life-scene_gallery > *,
.nearby_gallery > *,
.equipment_grid > * {
  min-width: 0;
}

.taru-house_title,
.life-scene_title,
.taru-detail_title,
.nearby_title,
.model-house_title,
.equipment_title,
.commitment_title {
  margin: 0;
  font-family: "Noto Serif JP", sans-serif;
  font-size: clamp(22px, 2.2vw, 26px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
}

.taru-house_text,
.taru-detail_text {
  margin: 0;
}
.taru-house_text p,
.taru-detail_text p {
  margin: 0 0 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.06em;
  color: #333;
}
.taru-house_text p:last-child,
.taru-detail_text p:last-child {
  margin-bottom: 0;
}

.taru-house_link,
.life-scene_link,
.taru-detail_link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #333;
  text-decoration: none;
}
.taru-house_link::after,
.life-scene_link::after,
.taru-detail_link::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: currentColor;
  transition: transform 0.3s ease;
  transform-origin: left center;
}
.taru-house_link:hover::after,
.life-scene_link:hover::after,
.taru-detail_link:hover::after {
  transform: scaleX(1.25);
}

/* ----------------------------------------
  Main visual
---------------------------------------- */
.main {
  position: relative;
  width: 100%;
  min-height: 680px;
  background: url("../images/main.jpg") center/cover no-repeat;
}
.main_box {
  position: absolute;
  top: 18%;
  left: max(20px, (100% - 1200px) / 2 + 20px);
  right: 20px;
  font-family: "Noto Serif JP", serif;
}
.main_heading {
  margin: 0;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.08em;
  color: #fff;
}
.main_heading span {
  color: #fff;
  font-size: 42px;
  vertical-align: top;
}
.main_text {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}

/* ----------------------------------------
  足る家とは
---------------------------------------- */
.taru-house_inner {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 5vw, 96px);
}
.taru-house_title {
  margin-bottom: 28px;
}
.taru-house_link {
  margin-top: 28px;
}
.taru-house_image {
  width: 100%;
  min-width: 0;
}
.taru-house_image img {
  display: block;
  width: 100%;
  aspect-ratio: 744/390;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------
  暮らしの風景
---------------------------------------- */
.life-scene_title {
  margin-bottom: 34px;
}
.life-scene_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.life-scene_item {
  overflow: hidden;
}
.life-scene_item img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1.48;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}
.life-scene_item:hover img {
  transform: scale(1.04);
}
.life-scene_more {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

/* ----------------------------------------
  足る家のこだわり 導入
---------------------------------------- */
.taru-detail_inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.9fr);
  align-items: center;
  gap: clamp(40px, 5vw, 96px);
}
.taru-detail_image {
  width: 100%;
  min-width: 0;
}
.taru-detail_image img {
  display: block;
  width: 100%;
  aspect-ratio: 680/420;
  -o-object-fit: cover;
     object-fit: cover;
}
.taru-detail_body {
  max-width: 410px;
  min-width: 0;
  color: #333;
}
.taru-detail_title {
  margin-bottom: 28px;
}
.taru-detail_link {
  margin-top: 28px;
}

/* ----------------------------------------
  身近な施設
---------------------------------------- */
.nearby_title {
  margin-bottom: 44px;
}
.nearby_content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.85fr);
  align-items: center;
  gap: clamp(40px, 6vw, 140px);
}
.nearby_gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px 36px;
  min-width: 0;
}
.nearby_item {
  margin: 0;
}
.nearby_item img {
  display: block;
  width: 100%;
  aspect-ratio: 260/150;
  -o-object-fit: cover;
     object-fit: cover;
}
.nearby_item figcaption {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
}
.nearby_list {
  width: min(100%, 340px);
  justify-self: end;
  min-width: 0;
}
.nearby_list dl {
  margin: 0;
}
.nearby_list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  margin-bottom: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
}
.nearby_list div:last-child {
  margin-bottom: 0;
}
.nearby_list dt,
.nearby_list dd {
  margin: 0;
  font-weight: 400;
}
.nearby_list dd {
  white-space: nowrap;
}

/* ----------------------------------------
  モデルハウス
---------------------------------------- */
.model-house_inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.9fr);
  align-items: center;
  gap: clamp(40px, 6vw, 120px);
}
.model-house_visual {
  width: 100%;
  min-width: 0;
}
.model-house_title {
  margin-bottom: 40px;
}
.model-house_image {
  width: 100%;
}
.model-house_image img {
  display: block;
  width: 100%;
  aspect-ratio: 680/390;
  -o-object-fit: cover;
     object-fit: cover;
}
.model-house_info {
  min-width: 0;
  padding-top: 62px;
  color: #333;
}
.model-house_price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin: 0 0 56px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
}
.model-house_price span {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 400;
}
.model-house_price strong {
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 400;
}
.model-house_detail {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333;
}
.model-house_detail div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 12px;
}
.model-house_detail div:last-child {
  margin-bottom: 0;
}
.model-house_detail dt,
.model-house_detail dd {
  margin: 0;
  font-weight: 400;
}

/* ----------------------------------------
  間取り
---------------------------------------- */
.floor-plan_image {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.floor-plan_image img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* ----------------------------------------
  設備
---------------------------------------- */
.equipment_inner {
  text-align: center;
}
.equipment_title {
  margin-bottom: 56px;
}
.equipment_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 16px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.equipment_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 18px 16px 16px;
  border: 1px solid #777;
  border-radius: 8px;
  background: #fff;
}
.equipment_item img {
  display: block;
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.equipment_item p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.08em;
  color: #777;
}
.equipment_note {
  margin: 56px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
}
.equipment_reserve {
  display: inline-block;
  margin-top: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: relative;
}
.equipment_reserve::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
}
.equipment_reserve:hover {
  opacity: 0.65;
}

/* ----------------------------------------
  こだわり詳細 Swiper
---------------------------------------- */
.commitment_inner {
  text-align: center;
}
.commitment_title {
  margin-bottom: 54px;
}
.commitment_slider {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}
.commitment_slide {
  width: 100%;
}
.commitment_heading {
  margin: 0 0 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}
.commitment_image {
  width: 100%;
  margin: 0 auto;
}
.commitment_image img {
  display: block;
  width: 100%;
  height: auto;
}
.commitment_text {
  max-width: 800px;
  margin: 34px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #333;
}
.commitment_controller {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 34px;
}
.commitment_prev, .commitment_next {
  position: relative;
  display: block;
  width: 44px;
  height: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.commitment_prev::before, .commitment_next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 1px;
  background: #111;
  transform: translateY(-50%);
}
.commitment_prev::after, .commitment_next::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #111;
}
.commitment_prev::after {
  left: 0;
  border-left: 1px solid #111;
  transform: translateY(-50%) rotate(-45deg);
}
.commitment_next::after {
  right: 0;
  border-right: 1px solid #111;
  transform: translateY(-50%) rotate(45deg);
}
.commitment_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
}
.commitment_pagination .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  margin: 0;
  border-radius: 50%;
  background: #c9c9c9;
  opacity: 1;
}
.commitment_pagination .swiper-pagination-bullet-active {
  background: #111;
}

@media (max-width: 768px) {
  .commitment_title {
    margin-bottom: 34px;
  }
  .commitment_slider {
    max-width: 680px;
  }
  .commitment_heading {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .commitment_text {
    margin-top: 22px;
    font-size: 11px;
    line-height: 1.8;
    text-align: left;
  }
  .commitment_controller {
    gap: 18px;
    margin-top: 28px;
  }
  .commitment_prev, .commitment_next {
    width: 36px;
  }
  .commitment_prev::before, .commitment_next::before {
    width: 36px;
  }
}
/* ----------------------------------------
  Responsive
---------------------------------------- */
@media (max-width: 768px) {
  .taru-house,
  .life-scene,
  .taru-detail,
  .nearby,
  .model-house,
  .floor-plan,
  .equipment,
  .commitment {
    padding: 64px 20px;
  }
  .taru-house_title,
  .life-scene_title,
  .taru-detail_title,
  .nearby_title,
  .model-house_title,
  .equipment_title,
  .commitment_title {
    font-size: 22px;
    line-height: 1.55;
  }
  .taru-house_text p,
  .taru-detail_text p {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.85;
  }
  .taru-house_link,
  .life-scene_link,
  .taru-detail_link {
    gap: 14px;
    font-size: 12px;
    font-weight: 600;
  }
  .taru-house_link::after,
  .life-scene_link::after,
  .taru-detail_link::after {
    width: 36px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .main {
    margin-top: 60px;
    min-height: 0;
    aspect-ratio: 1920/1045;
    background-position: center;
    background-size: cover;
  }
  .main_box {
    top: 22%;
    left: 20px;
    right: 20px;
  }
  .main_heading {
    font-size: clamp(22px, 9vw, 32px);
    line-height: 1.3;
  }
  .main_heading span {
    font-size: 16px;
  }
  .main_text {
    margin-top: 6px;
    font-size: clamp(13px, 4vw, 17px);
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .taru-house_inner {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 640px;
  }
  .taru-house_title {
    margin-bottom: 24px;
  }
  .taru-house_link {
    margin-top: 24px;
  }
  .taru-house_image img {
    aspect-ratio: 4/3;
  }
  .life-scene_title {
    margin-bottom: 26px;
  }
  .life-scene_gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .life-scene_item img {
    aspect-ratio: 1/1.35;
  }
  .life-scene_more {
    margin-top: 16px;
  }
  .taru-detail_inner {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 640px;
  }
  .taru-detail_body {
    max-width: none;
  }
  .taru-detail_title {
    margin-bottom: 24px;
  }
  .taru-detail_link {
    margin-top: 24px;
  }
  .taru-detail_image img {
    aspect-ratio: 4/3;
  }
  .nearby_title {
    margin-bottom: 30px;
  }
  .nearby_content {
    grid-template-columns: 1fr;
    gap: 44px;
    max-width: 640px;
    margin: 0 auto;
  }
  .nearby_gallery {
    gap: 22px 12px;
  }
  .nearby_item figcaption {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.5;
  }
  .nearby_list {
    max-width: 520px;
  }
  .nearby_list div {
    gap: 24px;
    margin-bottom: 13px;
    font-size: 12px;
  }
  .model-house_inner {
    grid-template-columns: 1fr;
    gap: 36px;
    max-width: 680px;
  }
  .model-house_title {
    margin-bottom: 26px;
  }
  .model-house_image img {
    aspect-ratio: 4/3;
  }
  .model-house_info {
    padding-top: 0;
  }
  .model-house_price {
    display: block;
    margin-bottom: 30px;
  }
  .model-house_price span {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
  }
  .model-house_price strong {
    font-size: 24px;
  }
  .model-house_detail {
    font-size: 12px;
  }
  .model-house_detail div {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 10px;
  }
  .floor-plan_image {
    max-width: 100%;
    overflow-x: visible;
  }
  .floor-plan_image img {
    width: 100%;
    max-width: 100%;
  }
  .equipment_title {
    margin-bottom: 32px;
  }
  .equipment_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 390px;
  }
  .equipment_item {
    min-height: 112px;
    padding: 16px 10px 14px;
    border-radius: 7px;
  }
  .equipment_item img {
    width: 48px;
    height: 44px;
    margin-bottom: 8px;
  }
  .equipment_item p {
    font-size: 14px;
    line-height: 1.3;
  }
  .equipment_item:last-child:nth-child(odd) {
    grid-column: 1/-1;
    justify-self: center;
    width: calc((100% - 10px) / 2);
  }
  .equipment_note {
    margin-top: 36px;
    font-size: 12px;
    line-height: 1.8;
  }
  .equipment_reserve {
    margin-top: 30px;
    font-size: 22px;
  }
  .commitment_title {
    margin-bottom: 34px;
  }
  .commitment_block {
    max-width: 680px;
    margin-bottom: 52px;
  }
  .commitment_heading {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .commitment_text {
    margin-top: 22px;
    font-size: 11px;
    line-height: 1.8;
    text-align: left;
  }
}
.footer_text {
  margin: 60px auto;
  text-align: center;
}

/* ----------------------------------------
  Image fade animation
  ふわっと表示
---------------------------------------- */
.taru-house_image,
.life-scene_item,
.taru-detail_image,
.nearby_item,
.model-house_image,
.floor-plan_image,
.commitment_image,
.equipment_item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1.4s ease, transform 1.4s ease;
  transition-delay: var(--reveal-delay, 0s);
  will-change: opacity, transform;
}

.taru-house_image.is-show,
.life-scene_item.is-show,
.taru-detail_image.is-show,
.nearby_item.is-show,
.model-house_image.is-show,
.floor-plan_image.is-show,
.commitment_image.is-show,
.equipment_item.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .taru-house_image,
  .life-scene_item,
  .taru-detail_image,
  .nearby_item,
  .model-house_image,
  .floor-plan_image,
  .commitment_image,
  .equipment_item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */