/*
Theme Name: Denen Real Estate
Author: Denen
Description: 田縁不動産のオリジナルWordPressテーマ。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: denen
*/

:root {
  --color-green: #006348;
  --color-green-2: #3d7b67;
  --color-black: #202020;
  --color-text: #111111;
  --color-muted: #acacac;
  --color-line: #d9d9d9;
  --color-panel: #e8f2ef;
  --color-field: #e7e9e8;
  --font-title: "Aboreto", sans-serif;
  --font-sans: "Zen Kaku Gothic Antique", "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Manrope", Georgia, "Times New Roman", serif;
  --container: 1200px;
  --ease: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--color-text);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0;
}

body.is-nav-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}

button {
  cursor: pointer;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.u-align-center {
  text-align: center;
}

[data-scroll-reveal].is-reveal-ready {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 900ms ease, transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

[data-scroll-reveal].is-reveal-ready.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-slider-track] {
  will-change: scroll-position;
  touch-action: pan-y;
}

[data-slider-track].is-dragging {
  scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
  [data-scroll-reveal].is-reveal-ready {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.l-main {
  min-height: 60vh;
}

.l-container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

.l-section {
  padding: 96px 0;
}

.l-header {
  position: fixed;
  z-index: 50;
  width: 100%;
  background: #ffffff;
}

.l-header--home {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  transition: background-color var(--ease), box-shadow var(--ease);
}

.l-header--home.is-scrolled {
  background: #ffffff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 48px, 1800px);
  min-height: 90px;
  margin-inline: auto;
}

.l-header__logo {
  display: block;
  width: 180px;
}

.l-header__logo-image--nav {
  display: none;
}

.l-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.l-header__list {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.l-header__list a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color var(--ease);
}

.l-header__list a:hover {
  color: var(--color-green);
}

.l-header__line img {
  width: 14px;
  height: 14px;
  filter: brightness(0);
  object-fit: contain;
}

.l-header__contact {
  min-width: 143px;
}

.l-header__toggle {
  display: none;
}

.l-footer {
  overflow: hidden;
  margin-top: -12px;
  color: #ffffff;
  background: var(--color-black);
  border-radius: 12px 12px 0 0;
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100% - 48px, 760px);
  margin-inline: auto;
  padding: 112px 0 72px;
}

.l-footer__logo {
  width: 210px;
  margin-bottom: 58px;
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  margin-bottom: 42px;
  font-size: 14px;
  font-weight: 700;
}

.l-footer__nav a,
.l-footer__bottom a {
  transition: opacity var(--ease);
}

.l-footer__nav a:hover,
.l-footer__bottom a:hover {
  opacity: 0.7;
}

.l-footer__contact {
  width: min(100%, 614px);
  margin-bottom: 28px;
}

.l-footer__line {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 38px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: opacity var(--ease);
}

.l-footer__line:hover {
  opacity: 0.7;
}

.l-footer__line img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}


.l-footer__bottom {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.4;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 38px;
  border: 1px solid currentColor;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color var(--ease), color var(--ease), border-color var(--ease), transform var(--ease);
}

.c-button:hover {
  transform: translateY(-1px);
}

.c-button--green {
  color: #ffffff;
  background: var(--color-green);
  border-color: var(--color-green);
}

.c-button--green:hover {
  color: var(--color-green);
  background: #ffffff;
}

.c-button--white {
  color: var(--color-black);
  background: #ffffff;
  border-color: #ffffff;
}

.c-button--white:hover {
  color: #ffffff;
  background: var(--color-black);
}

.c-button--outline {
  min-width: 198px;
  color: var(--color-black);
  background: #ffffff;
  border-color: var(--color-black);
}

.c-button--outline:hover {
  color: #ffffff;
  background: var(--color-black);
}

.c-button--wide {
  width: min(100%, 1000px);
  min-height: 72px;
  font-size: 18px;
  font-weight: 700;
}

.c-section-title__sub {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.c-section-title__main {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.45;
}

.c-large-heading {
  margin: 0;
  color: var(--color-muted);
  font-family: var(--font-title);
  font-size: 96px;
  font-weight: 400;
  line-height: 0.96;
}
.c-large-heading--split {
  display: flex;
  flex-direction: column;
  /* width: min(100%, 560px); */
  width: 577px;
  white-space: nowrap;
}

.c-large-heading--split span {
  display: block;
}

.c-large-heading--split span + span {
  align-self: flex-end;
}

.c-property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 24px;
}

.c-property-grid--home {
  margin-top: 42px;
}

.c-property-card__link {
  display: block;
}

.c-property-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 376 / 234;
  background: var(--color-green-2);
  border-radius: 4px;
}

.c-property-card__image--muted::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: rgba(0, 70, 66, 0.52);
  pointer-events: none;
}

.p-property-single__status--reserved {
  background: #8a7b45;
}

.c-property-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.c-property-card__link:hover .c-property-card__image img {
  transform: scale(1.04);
}

.c-property-card__type {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 14px;
  color: var(--color-green);
  background: #ffffff;
  border: 1px solid var(--color-green);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.c-property-card__status {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.c-property-card__body {
  padding-top: 16px;
}

.c-property-card__place {
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 24px;
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.c-property-card__place img {
  width: 16px;
  height: 16px;
}

.c-property-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  min-height: 22px;
  margin: 0 0 8px;
  color: var(--color-text);
  font-size: 12px;
  line-height: 1.5;
}

.c-property-card__specs div {
  display: flex;
  align-items: center;
  gap: 4px;
}

.c-property-card__specs dt,
.c-property-card__specs dd {
  margin: 0;
}

.c-property-card__specs img {
  width: 16px;
  height: 16px;
}

.c-property-card__title {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
}

.c-property-card__price {
  margin: 0;
  color: var(--color-green);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.c-form-row {
  display: grid;
  grid-template-columns: 316px 1fr;
  gap: 12px;
  margin-bottom: 30px;
}

.c-form-row label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 18px 26px;
  background: var(--color-field);
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.c-form-row label span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 10px;
  color: #ffffff;
  background: #ed2e3f;
  border-radius: 999px;
  font-size: 12px;
}

.c-form-row input,
.c-form-row textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #ffffff;
  font-size: 20px;
  outline: none;
  transition: border-color var(--ease), box-shadow var(--ease);
}

.c-form-row input {
  min-height: 74px;
  padding: 16px 32px;
}

.c-form-row textarea {
  min-height: 238px;
  padding: 22px 32px;
  resize: vertical;
}

.c-form-row input:focus,
.c-form-row textarea:focus {
  border-color: var(--color-green);
  box-shadow: 0 0 0 3px rgba(0, 99, 72, 0.12);
}

.c-form-row input::placeholder {
  color: #b9b9b9;
}

.c-form-row--textarea label {
  align-items: flex-start;
  min-height: 238px;
}

.p-home-hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  overflow: hidden;
  color: #ffffff;
  background: var(--color-green);
}

.p-home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.18));
}

.p-home-hero__overlay {
  position: relative;
  z-index: 1;
  place-self: center;
  width: min(100% - 48px, 980px);
  padding-top: 110px;
  text-align: center;
}

.p-home-hero__en {
  margin: 0 0 12px;
  font-family: var(--font-title);
  font-size: 112px;
  font-weight: 400;
  line-height: 0.9;
}

.p-home-hero__title {
  margin: 0 0 2px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.45;
}

.p-home-hero__lead {
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}

.p-home-hero__copy {
  margin-top: 78px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8;
}

.p-home-hero__copy p {
  margin: 0 0 8px;
}

.p-home-about {
  padding-top: 0;
  padding-bottom: 230px;
}

.p-home-about__inner {
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}

.p-home-about__images {
  position: relative;
  min-height: 890px;
}

.p-home-about__image {
  position: absolute;
  object-fit: cover;
  border-radius: 6px;
}

.p-home-about__image--01 {
  top: -58px;
  left: 0;
  width: 500px;
  aspect-ratio: 561/681;
  object-position: bottom;
}

.p-home-about__image--02 {
  top: 420px;
  left: 306px;
  width: 316px;
  aspect-ratio: 346/506;
}

.p-home-about__image--03 {
  bottom: -120px;
  left: 48px;
  width: 326px;
  aspect-ratio: 358/252;
  object-position: bottom;
}

.p-home-about__content {
  padding-top: 66px;
}

.p-home-about__content .c-large-heading {
  margin-bottom: 96px;
}

.p-home-about__content .c-large-heading--split {
  left: -6vw;
  position: relative;
  font-size: clamp(24px, 6vw, 96px);
  width: 6em;
}

.p-home-about__text {
  margin: 38px 0 48px;
  font-size: 15px;
  line-height: 2.1;
}

.p-home-about__text p {
  margin: 0 0 28px;
}

.p-home-service {
  padding-bottom: 78px;
}

.p-home-service__bg {
  display: grid;
  place-items: center;
  min-height: 610px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  background-position: center;
  background-size: cover;
  border-radius: 12px 12px 0 0;
}

.p-home-service__head {
  width: min(100% - 48px, 620px);
  transform: translateY(-38px);
}

.p-home-service__en {
  margin: 0 0 2px;
  font-family: var(--font-title);
  font-size: 76px;
  line-height: 1;
}

.p-home-service__head h2 {
  margin: 0 0 26px;
  font-size: 16px;
}

.p-home-service__head p:last-child {
  margin: 0;
  font-weight: 800;
}

.p-home-service__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  margin-top: -130px;
}

.p-home-service__cards article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1;
  padding: 58px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
}

.p-home-service__cards h3 {
  margin: 0;
  color: var(--color-muted);
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.p-home-service__ja {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 800;
}

.p-home-service__cards p:last-child {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.p-home-instagram {
  padding-top: 80px;
  padding-bottom: 116px;
}

.p-home-instagram__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 56px;
  align-items: end;
  margin-bottom: 46px;
}

.p-home-instagram__lead {
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 2;
}

.p-home-instagram__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 42px;
  width: 100%;
  margin: 0 auto 34px;
}

.p-home-instagram__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 4px;
}

.p-home-instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease, opacity var(--ease);
}

.p-home-instagram__item:hover img {
  opacity: 0.82;
  transform: scale(1.05);
}

.p-home-instagram__account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  margin-inline: auto;
  color: var(--color-black);
  font-size: 13px;
  font-weight: 600;
}

.p-home-instagram__account img {
  width: 16px;
  height: 16px;
}

.p-home-properties {
  padding-top: 96px;
  padding-bottom: 126px;
  border-top: 1px solid var(--color-line);
}

.p-home-properties .u-align-center {
  margin-top: 42px;
}

.p-home-company {
  overflow: hidden;
  color: #ffffff;
  background: var(--color-green);
  border-radius: 12px 12px 0 0;
}

.p-home-company__inner {
  position: relative;
  padding: 132px 0 150px;
}

.p-home-company__en {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.22);
  font-family: var(--font-serif);
  font-size: 96px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.p-home-company h2 {
  margin: 0 0 62px;
  text-align: center;
  font-size: 16px;
}

.p-home-company h3 {
  margin: 0 auto 22px;
  width: min(100%, 900px);
  font-size: 24px;
}

.p-home-company__list {
  width: min(100%, 900px);
  margin: 0 auto;
}

.p-home-company__list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.p-home-company__list div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.p-home-company__list dt,
.p-home-company__list dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.p-home-company__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity var(--ease);
}

.p-home-company__link:hover {
  opacity: 0.72;
}

.p-home-company__link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.p-page-head {
  padding-top: 148px;
  padding-bottom: 72px;
}

.p-page-head .l-container {
  padding-bottom: 70px;
  border-bottom: 1px solid var(--color-line);
}

.p-page-head__lead {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.p-property-archive {
  padding-top: 0;
  padding-bottom: 144px;
}

.p-property-archive__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 42px;
}

.p-property-archive__filter a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 18px;
  color: var(--color-green);
  border: 1px solid var(--color-green);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color var(--ease), color var(--ease);
}

.p-property-archive__filter a:hover,
.p-property-archive__filter a.is-current {
  color: #ffffff;
  background: var(--color-green);
}

.p-property-archive__pagination {
  margin-top: 92px;
  text-align: center;
}

.navigation.pagination .nav-links {
  display: inline-flex;
  align-items: center;
  gap: 28px;
}

.navigation.pagination a,
.navigation.pagination span {
  color: var(--color-muted);
  font-size: 34px;
  line-height: 1;
}

.navigation.pagination .page-numbers:not(.prev):not(.next) {
  display: none;
}

.p-property-single__head {
  padding-top: 118px;
  padding-bottom: 28px;
}

.p-property-single__place {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 0 20px;
  color: var(--color-green);
  font-weight: 700;
}

.p-property-single__place img {
  width: 17px;
  height: 17px;
}

.p-property-single__title-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--color-line);
}

.p-property-single__title-row h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.55;
}

.p-property-single__status {
  display: inline-flex;
  align-items: center;
  min-width: 98px;
  min-height: 34px;
  justify-content: center;
  padding: 6px 18px;
  color: #ffffff;
  background: #f34422;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1;
}

.p-property-single__status--coming_soon {
  background: var(--color-green);
}

.p-property-single__intro {
  padding-top: 24px;
  padding-bottom: 70px;
}

.p-property-single__intro-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 78px;
}

.p-property-single__summary {
  padding-top: 10px;
}

.p-property-single__summary .c-property-card__type {
  position: static;
}

.p-property-single__price {
  margin: 28px 0 22px;
  color: var(--color-green);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.4;
}

.p-property-single__specs {
  display: grid;
  gap: 10px;
  margin: 0 0 56px;
}

.p-property-single__specs div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.p-property-single__specs dt,
.p-property-single__specs dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.p-property-single__specs img {
  width: 16px;
  height: 16px;
}

.p-property-single__lead {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.p-property-single__lead p {
  margin: 0 0 12px;
}

.p-property-gallery__main {
  position: relative;
  overflow: hidden;
  aspect-ratio: 734 / 468;
  border-radius: 4px;
}

.p-property-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-property-gallery__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--color-muted);
  background: rgba(255, 255, 255, 0.86);
  border: 0;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background-color var(--ease), color var(--ease);
}

.p-property-gallery__arrow:hover {
  color: #ffffff;
  background: var(--color-green);
}

.p-property-gallery__arrow--prev {
  left: 20px;
}

.p-property-gallery__arrow--next {
  right: 20px;
}

.p-property-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.p-property-gallery__thumbs button {
  overflow: hidden;
  aspect-ratio: 154 / 116;
  padding: 0;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: border-color var(--ease), opacity var(--ease);
}

.p-property-gallery__thumbs button.is-current {
  border-color: var(--color-green);
}

.p-property-gallery__thumbs button:hover {
  opacity: 0.78;
}

.p-property-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-property-single__detail {
  padding-top: 24px;
  padding-bottom: 70px;
}

.p-property-single__detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
}

.p-property-single__table {
  margin: 0;
}

.p-property-single__table div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 28px;
  padding: 14px 0;
  border-bottom: 1px solid var(--color-line);
}

.p-property-single__table dt,
.p-property-single__table dd {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.p-property-single__notes h2 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-line);
  font-size: 16px;
}

.p-property-single__notes ul {
  padding-left: 18px;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.p-property-single__map {
  padding-top: 30px;
  padding-bottom: 74px;
}

.p-property-single__map iframe {
  width: 100%;
  height: 380px;
  border: 0;
}

.p-property-single__cta {
  margin-bottom: 86px;
  text-align: center;
}

.p-property-single__related {
  padding-top: 84px;
  padding-bottom: 132px;
  border-top: 1px solid var(--color-line);
}

.p-property-single__related h2 {
  margin: 0 0 58px;
  text-align: center;
  font-size: 20px;
}

.p-property-single__related .u-align-center {
  margin-top: 58px;
}

.p-blog-archive {
  padding-top: 0;
  padding-bottom: 144px;
}

.p-blog-archive__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 42px;
}

.p-blog-archive__filter a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 6px 18px;
  color: var(--color-green);
  border: 1px solid var(--color-green);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color var(--ease), color var(--ease);
}

.p-blog-archive__filter a:hover,
.p-blog-archive__filter a.is-current {
  color: #ffffff;
  background: var(--color-green);
}

.c-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 62px 24px;
}

.c-blog-card__link {
  display: block;
}

.c-blog-card__image {
  overflow: hidden;
  aspect-ratio: 384 / 240;
  margin-bottom: 18px;
  background: #c9c9c9;
  border-radius: 4px;
}

.c-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.c-blog-card__link:hover .c-blog-card__image img {
  transform: scale(1.04);
}

.c-blog-card__meta {
  display: grid;
  gap: 2px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.c-blog-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.65;
}

.p-blog-archive__pagination {
  margin-top: 112px;
  text-align: center;
}

.p-blog-archive__empty {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.p-blog-single__head {
  padding-top: 118px;
  padding-bottom: 28px;
}

.p-blog-single__meta {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.p-blog-single__head h1 {
  margin: 0;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--color-line);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.55;
}

.p-blog-single__image {
  overflow: hidden;
  aspect-ratio: 1060 / 560;
  background: #c9c9c9;
  border-radius: 4px;
}

.p-blog-single__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-blog-single__body {
  padding-top: 64px;
  padding-bottom: 132px;
}

.p-blog-single__body .l-container {
  width: min(100% - 48px, 880px);
}

.p-blog-single__content {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.p-blog-single__content > *:first-child {
  margin-top: 0;
}

.p-blog-single__content > *:last-child {
  margin-bottom: 0;
}

.p-blog-single__content p,
.p-blog-single__content ul,
.p-blog-single__content ol {
  margin: 0 0 20px;
}

.p-blog-single__content h2 {
  margin: 48px 0 18px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
}

.p-blog-single__content h3 {
  margin: 36px 0 14px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.5;
}

.p-blog-single__content ul,
.p-blog-single__content ol {
  padding-left: 1.4em;
}

.p-blog-single__content img {
  margin: 44px auto;
  border-radius: 4px;
}

.p-blog-single__back {
  margin-top: 82px;
  text-align: center;
}

.p-about-hero {
  padding-top: 142px;
  padding-bottom: 80px;
}

.p-about-hero__head {
  display: grid;
  grid-template-columns: auto auto;
  gap: 64px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 78px;
}

.p-about-hero__lead {
  margin: 52px 0 0;
  font-size: 15px;
  line-height: 2;
}

.p-about-hero__image {
  width: 100%;
  aspect-ratio: 1200 / 800;
  object-fit: cover;
  border-radius: 8px;
}

.p-about-intro {
  padding-top: 48px;
  padding-bottom: 72px;
}

.p-about-intro__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 84px;
  width: min(100% - 48px, 1000px);
}

.p-about-intro__body p {
  margin: 0;
  font-size: 15px;
  line-height: 2.1;
}

.p-about-access {
  padding-top: 48px;
  padding-bottom: 100px;
}

.p-about-access__panel {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 0 26px;
  width: min(100%, 1000px);
  margin-inline: auto;
  padding: 70px 76px;
  background: var(--color-panel);
}

.p-about-access__panel h2 {
  margin: 0 0 22px;
  font-size: 32px;
  font-weight: 500;
  grid-column: 1 / 4;
}

.p-about-access__panel h3 {
  margin: 0 0 14px;
  font-size: 17px;
  text-align: center;
}

.p-about-access__panel p {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}

.p-about-access__panel article {
  padding: 22px 26px;
  background: #ffffff;
}

.p-about-seasons {
  padding-top: 72px;
  padding-bottom: 150px;
  overflow: hidden;
}

.p-about-seasons__grid {
  position: relative;
  min-height: 690px;
}

.p-about-seasons__text {
  position: absolute;
  top: 78px;
  left: 100px;
  width: 300px;
}

.p-about-seasons__text h2 {
  margin: 0 0 24px;
  font-size: 34px;
  font-weight: 500;
}

.p-about-seasons__text p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
}

.p-about-seasons__image {
  position: absolute;
  object-fit: cover;
  border-radius: 4px;
}

.p-about-seasons__image--01 {
  top: 46px;
  left: 480px;
  width: 390px;
  aspect-ratio: 390 / 380;

}

.p-about-seasons__image--02 {
  top: 132px;
  right: -10px;
  width: 300px;
  aspect-ratio: 295 / 410;
}

.p-about-seasons__image--03 {
  bottom: 30px;
  left: 100px;
  width: 420px;
  aspect-ratio: 407 / 272;
}

.p-about-seasons__image--04 {
  bottom: -32px;
  left: 580px;
  width: 386px;
  aspect-ratio: 385 / 256;
}

.p-about-seasons__image--sp {
  display: none;
}

.p-about-places {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 132px;
}

.p-about-places__head {
  margin-bottom: 38px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.p-about-places__arrows {
  display: flex;
  gap: 18px;
  padding-top: 6px;
}

.p-about-places__arrow {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--color-muted);
  background: transparent;
  border: 0;
  font-size: 30px;
  transition: color var(--ease), transform var(--ease);
}

.p-about-places__head h2 {
  margin: 0 0 14px;
  font-size: 34px;
  font-weight: 500;
}

.p-about-places__head p {
  margin: 0;
  font-size: 15px;
}

.p-about-places__list {
  padding-right: 10vw;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(481px, 18vw, 300px);
  gap: 28px;
  width: calc(100vw - max(24px, (100vw - var(--container)) / 2));
  margin-right: calc(50% - 50vw);
  overflow-x: auto;
  cursor: grab;
  scroll-behavior: smooth;
  scrollbar-width: none;
  touch-action: pan-y;
}

.p-about-places__list article {
  scroll-snap-align: start;
}

.p-about-places__list img {
  width: 100%;
  aspect-ratio: 480 / 286;
  object-fit: cover;
  border-radius: 4px;
}

.p-about-places__list h3 {
  margin: 22px 0 12px;
  font-size: 22px;
}

.p-about-places__list p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
}

.p-contact {
  padding-top: 0;
  padding-bottom: 160px;
}

.p-contact .l-container {
  width: min(100% - 48px, 1000px);
}

.p-contact__message,
.p-contact__errors {
  margin: 0 0 32px;
  padding: 18px 24px;
  border-radius: 4px;
  font-weight: 700;
}

.p-contact__message {
  color: var(--color-green);
  background: rgba(0, 99, 72, 0.08);
}

.p-contact__message p {
  margin: 0;
}

.p-contact__message-title {
  margin-bottom: 6px;
  font-size: 18px;
}

.p-contact__errors {
  color: #b41422;
  background: rgba(237, 46, 63, 0.08);
}

.p-contact__errors p {
  margin: 0;
}

.p-contact__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 60px 0 34px;
  font-size: 15px;
  font-weight: 700;
}

.p-contact__privacy input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.p-contact__privacy a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.p-contact__form button {
  display: flex;
  margin-inline: auto;
}

.p-privacy {
  padding-top: 0;
  padding-bottom: 160px;
}

.p-privacy__body {
  width: min(100% - 48px, 1000px);
}

.p-privacy__body h2 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.5;
}

.p-privacy__body h2:not(:first-child) {
  margin-top: 30px;
}

.p-privacy__body p,
.p-privacy__body li {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
}

.p-privacy__body p {
  margin: 0 0 8px;
}

.p-privacy__body ul {
  margin: 0 0 18px;
  padding-left: 20px;
}

.p-generic {
  padding-top: 0;
  padding-bottom: 120px;
}

.p-generic__body {
  width: min(100% - 48px, 1000px);
}

.p-generic__entry {
  padding: 28px 0;
  border-bottom: 1px solid var(--color-line);
}

@media (max-width: 1080px) {
  .l-header__nav {
    gap: 22px;
  }

  .l-header__list {
    gap: 18px;
  }
	
  .c-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .p-home-about__inner,
  .p-property-single__intro-grid,
  .p-property-single__detail-grid,
  .p-about-intro__grid
   {
    grid-template-columns: 1fr;
  }
  
  .p-about-access__panel {
    grid-template-columns: 1fr 1fr;
  }

  .p-about-access__panel div {
    grid-column: 1 / 4;
  }

  .p-property-single__intro-grid,
  .p-property-single__detail-grid,
  .p-about-intro__grid
   {
    gap: 42px;
  }

  .p-home-about__inner {
    gap: 320px;
  }

  .p-about-access__panel {
    gap: 20px 42px;
  }

  .p-home-about__images {
    min-height: 760px;
  }

  .p-home-about__image--03 {
    bottom: -250px;
  }

  .p-home-about__content {
    padding-top: 0;
  }

  .p-home-about__content .c-large-heading--split {
    position: static;
    font-size: 96px;
  }

  .p-about-seasons__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .p-about-seasons__text {
    position: static;
    width: 100%;
  }

  .p-about-seasons__image {
    height: auto;
  }
}

@media (max-width: 860px) {
  body {
    font-size: 15px;
  }

  .l-container {
    width: min(100% - 28px, var(--container));
  }

  .l-section {
    padding: 70px 0;
  }

  .l-header,
  .l-header--home {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
  }

  .l-header__inner {
    width: calc(100% - 28px);
    min-height: 66px;
  }

  .l-header__logo {
    position: relative;
    z-index: 62;
    width: 148px;
  }

   .is-nav-open .l-header__logo-image--default {
    display: none;
  }

  .is-nav-open .l-header__logo-image--nav {
    display: block;
  }

  .l-header__toggle {
    position: relative;
    z-index: 62;
    display: grid;
    gap: 6px;
    width: 34px;
    padding: 4px 0;
    background: transparent;
    border: 0;
  }

  .l-header__toggle span:not(.u-visually-hidden) {
    display: block;
    height: 1px;
    background: #777777;
    transition: transform var(--ease), opacity var(--ease);
  }

   .is-nav-open .l-header__toggle span:not(.u-visually-hidden) {
    background: #ffffff;
  }

  .is-nav-open .l-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(35deg);
  }

  .is-nav-open .l-header__toggle span:nth-child(2) {
    opacity: 0;
  }

  .is-nav-open .l-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-35deg);
  }

  .l-header__nav {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 52px;
    padding: 130px 24px 40px;
    color: #ffffff;
    background: var(--color-green);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity var(--ease), visibility var(--ease), transform var(--ease);
  }

  .is-nav-open .l-header__nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .l-header__list {
    align-items: flex-start;
    flex-direction: column;
    width: min(100%, 314px);
    gap: 30px;
    margin-inline: auto;
    font-size: 15px;
    font-weight: 500;
  }

  .l-header__list a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
  }

  .l-header__list a::before {
    content: "›";
    font-size: 17px;
    font-weight: 300;
    line-height: 1;
  }

  .l-header__list a:hover {
    color: #ffffff;
    opacity: 0.75;
  }
	
  .is-nav-open .l-header__line img {
    filter: none;
  }

  .l-header__contact {
    width: min(100%, 314px);
    min-height: 44px;
    margin-inline: auto;
    color: var(--color-green);
    background: #ffffff;
    border-color: #ffffff;
  }

  .l-header__contact:hover {
    color: #ffffff;
    background: var(--color-green);
  }

  .l-footer__inner {
    width: calc(100% - 28px);
    padding: 86px 0 46px;
  }

  .l-footer__logo {
    width: 176px;
    margin-bottom: 42px;
  }

  .l-footer__nav {
    flex-direction: column;
    gap: 22px;
    margin-bottom: 36px;
    text-align: center;
    font-size: 16px;
  }

  .l-footer__contact {
    min-height: 74px;
  }

  .l-footer__bottom {
    gap: 24px;
  }

  .c-large-heading {
    font-size: min(15vw, 62px);
    width: auto;
  }

  .p-home-about__content .c-large-heading--split {
    font-size: min(15vw, 62px);
  }

  .c-section-title__main {
    font-size: 28px;
  }

  .c-property-grid,
  .c-property-grid--home {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .c-property-card__title {
    font-size: 16px;
  }
	
	 .c-blog-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .c-blog-card__title {
    font-size: 16px;
  }

  .p-blog-archive {
    padding-bottom: 88px;
  }

  .p-blog-archive__filter {
    gap: 8px;
    margin-bottom: 36px;
  }

  .p-blog-archive__pagination {
    margin-top: 76px;
  }

  .p-blog-single__head {
    padding-top: 124px;
  }

  .p-blog-single__head h1 {
    font-size: 25px;
  }

  .p-blog-single__body {
    padding-top: 44px;
    padding-bottom: 90px;
  }

  .p-blog-single__body .l-container {
    width: calc(100% - 28px);
  }

  .p-blog-single__content {
    font-size: 14px;
  }

  .p-blog-single__back {
    margin-top: 58px;
  }

  .c-form-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 22px;
  }

  .c-form-row label {
    min-height: 58px;
    padding: 14px 20px;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
  }

  .c-form-row input {
    min-height: 60px;
    padding: 14px 18px;
    border-radius: 0 0 4px 4px;
    font-size: 16px;
  }

  .c-form-row textarea {
    min-height: 180px;
    padding: 16px 18px;
    border-radius: 0 0 4px 4px;
    font-size: 16px;
  }

  .c-form-row--textarea label {
    align-items: center;
    min-height: 58px;
  }

  .p-home-hero {
    min-height: 790px;
  }

  .p-home-hero__overlay {
    width: calc(100% - 28px);
    padding-top: 74px;
  }

  .p-home-hero__en {
    font-size: 68px;
  }

  .p-home-hero__title {
    font-size: 19px;
  }

  .p-home-hero__lead {
    font-size: 14px;
  }

  .p-home-hero__copy {
    margin-top: 72px;
    font-size: 13px;
    line-height: 1.9;
  }

  .p-home-about {
    padding-bottom: 78px;
  }

  .p-home-about__inner {
    display: block;
  }

  .p-home-about__images {
    min-height: 169vw;
  }

  .p-home-about__image--01 {
    top: -30px;
    left: 0;
    width: 74%;
  }

  .p-home-about__image--02 {
    top: auto;
    right: 0;
    left: auto;
    bottom: 38vw;
    width: 46%;
  }

  .p-home-about__image--03 {
    bottom: 15vw;
    left: 10%;
    width: 48%;
  }

  .p-home-about__content .c-large-heading {
    margin-bottom: 44px;
  }

  .p-home-about__text {
    margin: 30px 0 40px;
    line-height: 2;
  }

  .p-home-service {
    padding-bottom: 40px;
  }

  .p-home-service__bg {
    min-height: 620px;
    align-items: start;
    padding-top: 86px;
  }

  .p-home-service__head {
    transform: none;
  }

  .p-home-service__en {
    font-size: 62px;
  }

  .p-home-service__head p:last-child {
    font-size: 14px;
    line-height: 2;
  }

  .p-home-service__cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    width: min(100% - 72px, 360px);
    margin-top: -112px;
  }

  .p-home-service__cards article {
    padding: 42px;
    background: #E4EAF0;
  }

  .p-home-service__cards h3 {
    font-size: 30px;
  }

  .p-home-service__cards p:last-child {
    font-size: 13px;
  }

  .p-home-instagram {
    padding-top: 64px;
    padding-bottom: 84px;
  }

  .p-home-instagram__head {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 30px;
  }

  .p-home-instagram__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    width: 100%;
  }

  .p-home-instagram__account {
    justify-content: flex-start;
    font-size: 14px;
  }

  .p-home-properties {
    padding-top: 60px;
    padding-bottom: 86px;
  }

  .p-home-company__inner {
    padding: 80px 0 84px;
  }

  .p-home-company__en {
    font-size: 58px;
  }

  .p-home-company h2 {
    margin-bottom: 42px;
  }

  .p-home-company h3 {
    font-size: 20px;
  }

  .p-home-company__list div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 18px 0;
  }

  .p-page-head {
    padding-top: 124px;
    padding-bottom: 42px;
  }

  .p-page-head .l-container {
    width: calc(100% - 30px);
    padding-bottom: 48px;
  }

  .p-page-head__lead {
    margin-top: 22px;
  }

  .p-property-archive {
    padding-bottom: 88px;
  }

  .p-property-archive__filter {
    gap: 8px;
    margin-bottom: 36px;
  }

  .p-property-single__head {
    padding-top: 124px;
  }

  .p-property-single__title-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .p-property-single__title-row h1 {
    font-size: 25px;
  }

  .p-property-single__intro {
    padding-top: 10px;
    padding-bottom: 46px;
  }

  .p-property-single__intro-grid {
    display: flex;
    flex-direction: column;
  }

  .p-property-gallery {
    order: -1;
  }

  .p-property-gallery__thumbs {
    gap: 18px;
    margin-top: 20px;
  }

  .p-property-gallery__arrow {
    width: 34px;
    height: 34px;
    font-size: 24px;
  }

  .p-property-gallery__arrow--prev {
    left: 10px;
  }

  .p-property-gallery__arrow--next {
    right: 10px;
  }

  .p-property-single__price {
    font-size: 26px;
  }

  .p-property-single__specs {
    margin-bottom: 26px;
  }

  .p-property-single__detail-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .p-property-single__table div {
    grid-template-columns: 90px 1fr;
    gap: 12px;
  }

  .p-property-single__map iframe {
    height: 260px;
  }

  .p-property-single__cta {
    margin-bottom: 62px;
  }

  .p-property-single__related {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .p-about-hero {
    padding-top: 124px;
  }

  .p-about-hero__head {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 42px;
  }

  .p-about-hero__image {
    aspect-ratio: 345 / 280;
  }

  .p-about-intro__grid,
  .p-about-access__panel {
    width: calc(100% - 28px);
  }

  .p-about-access__panel {
    padding: 34px 22px;
  }

  .p-about-access__panel article {
    padding: 20px;
  }

  .p-about-seasons {
    padding-bottom: 80px;
  }

  .p-about-seasons__grid {
    display: block;
    margin-bottom: 30px;
    min-height: auto;
  }

  .p-about-seasons__text {
    width: 100%;
  }
	
  .p-about-seasons__grid {
    display: block;
    margin-bottom: 30px;
    min-height: auto;
  }
	
  .p-about-seasons__image {
    display: none;
  }
	
  .p-about-seasons__image--sp {
    display: block;
    width: 100%;
  }

  .p-about-places__list {
    grid-auto-columns: minmax(280px, 86%);
    gap: 28px;
  }

  .p-contact {
    padding-bottom: 96px;
  }

  .p-contact .l-container,
  .p-privacy__body,
  .p-generic__body {
    width: calc(100% - 30px);
  }

  .p-contact__privacy {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 42px 0 28px;
  }

  .p-privacy {
    padding-bottom: 96px;
  }

  .p-privacy__body h2 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .p-about-access__panel article {
    grid-column: 1 / 4;
  }
} 
