@charset "UTF-8";

/* ============================
*  モデルハウス紹介
* ========================== */
/*-------------------------
  FV
-------------------------*/
.p-model-house__fv {
  background-color: #f6f2eb;
}
.p-model-house__fv-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  height: fit-content;
  padding-bottom: 64px;
  max-width: 1366px;
  margin-inline: auto;
}

.p-model-house__heading {
  width: 100%;
  padding: 100px 0;
  background-image: url('../images/bg-model-house-heading.png');
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-model-house__heading {
    background-image: url('../images/bg-model-house-heading-sp.png');
    background-position: center;
  }
}

/* ページタイトル */
.p-model-house .c-page-title--ja,
.p-model-house .c-page-title--en {
  color: #fff;
}

.p-model-house__desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.969;
  text-align: center;
}

/*-------------------------
  モデルハウスでできること
  p-model-house__about
-------------------------*/
.p-model-house__about {
  background-color: #f6f2eb;
}
.p-model-house__about .l-inner {
  padding: 100px 12.3vw;
  max-width: 1366px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-model-house__about .l-inner {
    padding: 80px 20px;
  }
}

.p-model-house .c-section-title {
  margin-bottom: 64px;
}

/* モデルハウス見学 */
.p-model-house__about-sub-title {
  font-size: clamp(1.25rem, 2.05vw, 1.75rem);
  line-height: 1.214;
  font-weight: 700;
  margin-bottom: 40px;
}

.p-model-house__about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(20px, 2.93vw, 40px);
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-model-house__about-list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.p-model-house__about-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-model-house__about-item-heading {
  padding-bottom: 8px;
  border-bottom: 1px dashed #8e8e8e;
}

.p-model-house__about-item-number {
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-family: 'Prompt', sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-model-house__about-item-number {
    display: block;
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-model-house__about-item-title {
  font-size: clamp(1rem, 1.46vw, 1.25rem);
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-model-house__about-item-title {
    font-size: 1.125rem;
    line-height: 1.444;
    text-align: center;
  }
}

.p-model-house__about-item-img {
  width: 100%;
  aspect-ratio: 495 / 340;
}

.p-model-house__about-item-desc {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.786;
}

/*-------------------------
  南片江モデルハウス
  p-model-house__house
-------------------------*/
.p-model-house__house .l-inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 1366px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-model-house__house .l-inner {
    background-color: #f9f8f7;
    padding: 0;
  }
  .p-model-house__house:last-of-type .l-inner {
    padding: 0 0 64px;
  }
}

/* p-model-house__house-content */
.p-model-house__house-content {
  display: grid;
  grid-template-columns: auto 54.916%;
  align-items: center;
  width: 100%;
  background-color: #f9f8f7;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

/* 情報エリア */
.p-model-house__house-information {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 8.33vh, 64px);
  padding: clamp(24px, 6.18vh, 47.5px) 60px clamp(24px, 6.18vh, 47.5px) 82px;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-information {
    gap: 40px;
    width: 100%;
    padding: 0 20px;
  }
}

.p-model-house__house-information .c-section-title {
  margin-bottom: 0;
}
.p-model-house__house-information .c-section-title--ja {
  font-size: clamp(2.1rem, 0.654rem + 1.93vw, 2.3rem);
  white-space: initial;
}

@media screen and (max-width: 768px) {
	.p-model-house__house-information .c-section-title--ja {
		font-size: 1.875rem;
	}
}

.p-model-house__house-info-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-info-content {
    width: 100%;
    flex-shrink: 0;
  }
}

.p-model-house__house-image {
  width: 100%;
  height: 100%;
}

.p-model-house__house-image-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 659 / 486;
  object-fit: cover;
}

.p-model-house__house-info {
  display: flex;
  /* align-items: flex-end; */
  gap: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #856249;
}

.p-model-house__house-info-icon {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-info-icon {
    width: 16px;
    height: 16px;
  }
}

.p-model-house__house-info-icon-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.p-model-house__house-info-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-info-text {
    font-size: 0.875rem;
    line-height: 1.429;
  }
}

/* Concept */
.p-model-house__house-concept {
  display: grid;
  grid-template-columns: minmax(auto, 577px) minmax(auto, 547px);
  gap: clamp(24px, 5.56vw, 76px);
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-concept {
    grid-template-columns: 1fr;
    padding: 80px 20px;
    row-gap: 40px;
    background-color: #fff;
  }
}

.p-model-house__house-concept-heading {
  display: flex;
  flex-direction: column;
  /* gap: 40px; */
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-concept-heading {
    gap: 40px;
  }
}

.p-model-house__house-concept-title {
  font-size: 1.75rem;
  line-height: 2.286;
  font-family: 'Rock Salt', sans-serif;
  color: #b5a181;
  transform: rotate(-7deg);
  transform-origin: left bottom;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-concept-title {
    font-size: 1.5em;
    line-height: 1;
  }
}

.p-model-house__house-concept-catchcopy-wrapper {
  margin-top: -0.5em;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-concept-catchcopy-wrapper {
    margin-top: -24px;
    gap: 16px;
  }
}

.p-model-house__house-concept-catchcopy {
  font-size: clamp(1.75rem, 2.64vw, 2.25rem);
  line-height: 1.444;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 0.44em;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-concept-catchcopy {
    font-size: 1.5rem;
    line-height: 1.458;
  }
}

.p-model-house__house-concept-subcatchcopy {
  font-size: clamp(1.25rem, 1.76vw, 1.5rem);
  line-height: 1.458;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-concept-subcatchcopy {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.p-model-house__house-concept-heading-text {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.p-model-house__house-concept-heading-desc {
  font-size: clamp(0.875rem, 1.17vw, 1rem);
  font-weight: 500;
  line-height: 2.125;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-concept-heading-desc {
    font-size: 0.875rem;
    line-height: 1.929;
  }
}

.p-model-house__house-concept-heading-img {
  aspect-ratio: 577 / 231;
}

.p-model-house__house-concept-heading-image,
.p-model-house__house-concept-image {
  width: 100%;
}

.p-model-house__house-concept-heading-img,
.p-model-house__house-concept-img {
  width: 100%;
  object-fit: cover;
}

.p-model-house__house-concept-image {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-concept-image {
    gap: 16px;
  }
}

.p-model-house__house-concept-img {
  aspect-ratio: 547 / 539;
}

.p-model-house__house-concept-figcaption {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-model-house__house-concept-figcaption {
    font-size: 0.688rem;
  }
}
