@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600&display=swap");

body,
button,
input,
select,
textarea,
.hr-front-page,
.hr-front-page * {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.hr-front-page-active {
	background: #ffffff;
	color: #6c655d;
}

.hr-front-page-active .page-header,
.hr-front-page-active .entry-header,
.hr-front-page-active .breadcrumb {
	display: none;
}

.hr-front-page-active .site-main,
.hr-front-page-active .siteContent,
.hr-front-page-active .entry-body {
	background: transparent;
}

.hr-front-page {
	background: #ffffff;
	color: #6c655d;
}

.hr-front-page h1,
.hr-front-page h2,
.hr-front-page h3,
.hr-front-page h4,
.hr-front-page h5,
.hr-front-page h6,
.hr-front-page h1::before,
.hr-front-page h1::after,
.hr-front-page h2::before,
.hr-front-page h2::after,
.hr-front-page h3::before,
.hr-front-page h3::after,
.hr-front-page h4::before,
.hr-front-page h4::after,
.hr-front-page h5::before,
.hr-front-page h5::after,
.hr-front-page h6::before,
.hr-front-page h6::after {
	border: none !important;
	box-shadow: none !important;
	content: none !important;
}

.hr-top-header strong,
.hr-top-section--concept .hr-top-section__heading h2,
.hr-top-title h2,
.hr-top-villa__body h3,
.hr-top-work-card h3,
.hr-top-villa__subtitle,
.hr-top-works-intro__button,
.hr-top-news-item time,
.hr-top-hero-bar__label,
.hr-top-hero-bar__marquee-item,
.hr-top-hero-bar__marquee-empty,
.hr-top-section__button a,
.hr-top-button,
.hr-video-modal__title,
.hr-concept-gallery__card h3,
.hr-concept-gallery__card p {
	font-family: "Raleway", "Yu Gothic", "YuGothic", sans-serif;
}

.hr-site-loader {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 2000;
	align-items: center;
	justify-content: center;
	background: #000;
	opacity: 1;
	visibility: visible;
	transition: opacity 500ms ease, visibility 500ms ease;
}

.hr-js .hr-site-loader {
	display: flex;
}

.hr-site-loader__inner {
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(1.02);
	animation: hrLoaderFadeIn 1000ms ease forwards;
	transition: opacity 500ms ease, transform 500ms ease;
}

.hr-site-loader__inner picture {
	display: block;
	width: 100%;
	height: 100%;
}

.hr-site-loader__mobile-visual {
	display: none;
}

.hr-site-loader__inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hr-site-loader.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.hr-site-loader.is-hidden .hr-site-loader__inner {
	opacity: 0;
	transform: scale(1.04);
}

.hr-loading,
.hr-loading body {
	overflow: hidden;
}

@keyframes hrLoaderFadeIn {
	from {
		opacity: 0;
		transform: scale(1.02);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.hr-top-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1200;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #d6d1c8;
	backdrop-filter: blur(10px);
}

.admin-bar .hr-top-header {
	top: 32px;
}

.hr-top-header__inner {
	display: flex;
	align-items: center;
	gap: 16px;
	max-width: 1416px;
	margin: 0 auto;
	padding: 18px 14px;
}

.hr-top-header__brand {
	display: inline-flex;
	flex: 0 0 auto;
}

.hr-top-header__brand img {
	display: block;
	width: 74px;
	height: auto;
}

.hr-top-header__nav {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	flex: 1 1 auto;
}

.hr-top-header__nav > a,
.hr-top-header__nav > .hr-top-header__nav-item {
	flex: 1 1 0;
}

.hr-top-header__nav a,
.hr-top-header__nav-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 54px;
	position: relative;
}

.hr-top-header__nav a,
.hr-top-header__nav-parent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 14px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #bdb5aa;
}

.hr-top-header__nav > a:nth-child(-n+3),
.hr-top-header__nav > .hr-top-header__nav-item:nth-child(-n+3) > .hr-top-header__nav-parent {
	padding-left: 16px;
	padding-right: 16px;
}

.hr-top-header__nav > a:last-child {
	border-right: 1px solid #bdb5aa;
}

.hr-top-header__nav strong {
	font-size: 0.96rem;
	font-weight: 500;
	line-height: 1.2;
}

.hr-top-header__nav span {
	margin-top: 6px;
	font-size: 0.7rem;
	line-height: 1.45;
	letter-spacing: 0.03em;
}

@media (min-width: 992px) {
	.hr-top-header__nav > a:nth-child(4) span {
		white-space: nowrap;
		font-size: 0.66rem;
	}
}

.hr-top-header__nav-item--has-children:hover .hr-top-header__nav-submenu,
.hr-top-header__nav-item--has-children:focus-within .hr-top-header__nav-submenu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.hr-top-header__nav-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	display: flex;
	flex-direction: column;
	background: rgba(247, 246, 243, 0.98);
	border: 1px solid #d6d1c8;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 20;
}

.hr-top-header__nav-submenu a {
	min-height: 0;
	padding: 10px 14px;
	border-left: 0;
	border-bottom: 1px solid #ddd6cc;
	font-size: 0.74rem;
	letter-spacing: 0.04em;
}

.hr-top-header__nav-submenu a:last-child {
	border-bottom: 0;
}

.hr-top-header__toggle {
	display: none;
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
}

.hr-top-header__toggle span {
	display: block;
	width: 26px;
	height: 1px;
	margin: 0 auto 6px;
	background: #7a736a;
	transition: transform 180ms ease, opacity 180ms ease;
}

.hr-top-header__toggle span:last-child {
	margin-bottom: 0;
}

.hr-top-header__toggle.is-open span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

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

.hr-top-header__toggle.is-open span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.hr-top-hero {
	position: relative;
	height: min(74vw, 760px);
	margin-top: 92px;
	overflow: hidden;
	background: #1f1f1f;
}

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

.hr-top-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.34));
}

.hr-top-hero__copy {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.hr-top-hero__copy p {
	margin: 0;
	color: #fff;
	font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: clamp(40px, 3.45vw, 52px);
	font-weight: 700;
	letter-spacing: 0.04em;
}

@keyframes hrTopHeroLetterReveal {
	from {
		opacity: 0;
		transform: translateX(-6px);
	}

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

.hr-top-hero__event-card {
	position: absolute;
	top: 62px;
	right: 38px;
	z-index: 3;
	width: 312px;
	max-width: calc(100vw - 76px);
	min-width: 0;
	padding: 7px 10px 8px;
	border: 1px solid rgba(255, 255, 255, 0.88);
	background: rgba(128, 149, 175, 0.12);
	backdrop-filter: blur(2px);
	color: #fff;
}

.hr-top-hero__event-label {
	margin: 0;
	font-family: "Raleway", "Yu Gothic", "YuGothic", sans-serif;
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-align: center;
}

.hr-top-hero__event-viewport {
	margin-top: 10px;
	overflow: hidden;
	min-height: 4.2em;
}

.hr-top-hero__event-track {
	position: relative;
	min-height: 4.2em;
}

.hr-top-hero__event-item {
	margin: 0;
	position: absolute;
	inset: 0;
	display: block;
	font-size: 18px;
	line-height: 1.45;
	letter-spacing: 0.04em;
	color: #fff;
	text-decoration: none;
	opacity: 0;
	transform: translateX(-10%);
	transition: transform 720ms ease, opacity 720ms ease;
	pointer-events: none;
}

.hr-top-hero__event-item.is-active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
	z-index: 2;
}

.hr-top-hero__event-item.is-exit {
	opacity: 0;
	transform: translateX(10%);
	z-index: 1;
}

.hr-top-hero__event-item--empty {
	text-align: center;
	position: static;
	opacity: 1;
	transform: none;
	pointer-events: auto;
}

.hr-top-hero__event-footer {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.88);
}

.hr-top-hero__event-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 11px;
	background: rgba(255, 255, 255, 0.98);
	color: #333;
	font-family: "Raleway", "Yu Gothic", "YuGothic", sans-serif;
	font-size: 0.62rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-decoration: none;
}

.hr-top-hero-bar {
	background: transparent;
	color: inherit;
}

.hr-top-hero-bar__actions {
	position: fixed;
	left: 50%;
	bottom: 24px;
	z-index: 1100;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%, 24px);
	transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.hr-top-hero-bar__actions.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.hr-top-hero-bar__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	padding: 15px 22px;
	background: rgba(255, 255, 255, 0.96);
	color: #7b7367;
	text-decoration: none;
	border: 1px solid #d5cec3;
	box-shadow: 0 12px 30px rgba(45, 38, 28, 0.18);
}

.hr-top-hero-bar__news {
	display: none;
}

.hr-top-hero-bar__label {
	flex: 0 0 auto;
	font-size: 1rem;
	letter-spacing: 0.12em;
}

.hr-top-hero-bar__marquee {
	flex: 1 1 auto;
	overflow: hidden;
}

.hr-top-hero-bar__marquee-track {
	display: inline-flex;
	align-items: center;
	gap: 44px;
	min-width: max-content;
	padding-right: 44px;
	white-space: nowrap;
	animation: hrEventMarquee 28s linear infinite;
}

.hr-top-hero-bar__marquee-item,
.hr-top-hero-bar__marquee-empty {
	font-size: 0.98rem;
	letter-spacing: 0.08em;
	color: #fff;
	text-decoration: none;
}

.hr-top-hero-bar__marquee-item:hover {
	opacity: 0.8;
}

@keyframes hrEventMarquee {
	from {
		transform: translateX(0);
	}

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

.hr-top-section {
	max-width: 1180px;
	margin: 0 auto;
	padding: 64px 24px 0;
}

.hr-top-section--villas {
	max-width: 1360px;
	padding-bottom: 100px;
}

.hr-top-section--news {
	padding-top: 32px;
}

.hr-top-section__heading,
.hr-top-title,
.hr-top-works-intro,
.hr-top-about-copy,
.hr-top-contact-link,
.hr-top-section__button {
	text-align: center;
}

.hr-top-section__heading h2,
.hr-top-title h2 {
	margin: 0;
	font-family: "Raleway", "Yu Gothic", "YuGothic", sans-serif;
	font-size: 39px;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: 0.01em;
	color: #000000;
}

.hr-top-section--concept .hr-top-section__heading h2 {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 24px;
	font-weight: 700;
	white-space: nowrap;
	line-height: 1.12;
	letter-spacing: 0.02em;
}

.hr-top-section--concept .hr-top-section__heading h2 br {
	display: none;
}

.hr-top-section__heading p,
.hr-top-title p,
.hr-top-works-intro p,
.hr-top-about-copy p {
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 1.48;
	letter-spacing: 0.04em;
	color: #000000;
}

.hr-top-section--concept .hr-top-section__heading p {
	margin-top: 8px;
	line-height: 1.42;
}

.hr-top-title__mark {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.hr-top-title__mark img {
	display: block;
	width: 68px;
	height: auto;
}

.hr-top-title--image {
	display: flex;
	justify-content: center;
}

.hr-top-title__image {
	display: block;
	width: min(152px, 46.4vw);
	height: auto;
}

.hr-top-title--villas-image .hr-top-title__image {
	width: min(142px, 44vw);
}

.hr-top-title--news-image .hr-top-title__image {
	width: min(152px, 44.8vw);
}

.hr-top-title--works-image .hr-top-title__image {
	width: min(344px, 62.4vw);
}

.hr-top-title--about-image .hr-top-title__image {
	width: min(234px, 49.6vw);
}

.hr-top-title--contact-image .hr-top-title__image {
	width: min(198px, 46.4vw);
}

.hr-concept-carousel {
	margin-top: 34px;
}

.hr-concept-carousel__viewport {
	position: relative;
	overflow: hidden;
}

.hr-concept-carousel__track {
	display: flex;
	align-items: stretch;
	gap: 16px;
	will-change: transform;
	touch-action: pan-y;
}

.hr-concept-carousel__slide {
	position: relative;
	flex: 0 0 60%;
	overflow: hidden;
	aspect-ratio: 1.45 / 1;
	background: #d8d1c7;
	user-select: none;
}

.hr-concept-carousel__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.hr-concept-carousel__button {
	position: absolute;
	left: 18px;
	bottom: 18px;
	display: inline-flex;
	width: min(32%, 172px);
	min-width: 120px;
	z-index: 1;
}

.hr-concept-carousel__button img {
	width: 100%;
	height: auto;
	pointer-events: none;
}

.hr-concept-gallery__dots {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
}

.hr-concept-gallery__dots button {
	width: 5px;
	height: 5px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #b0a99f;
	cursor: pointer;
	transition: transform 180ms ease, background-color 180ms ease, opacity 180ms ease;
}

.hr-concept-gallery__dots button:hover {
	opacity: 0.75;
}

.hr-concept-gallery__dots button.is-active {
	background: #7f7771;
	transform: scale(1.8);
}

.hr-top-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 146px;
	padding: 11px 22px;
	border: 1px solid #c4baad;
	background: #fff;
	color: #7a736a;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.hr-top-button--small {
	min-width: 104px;
	margin-top: 14px;
	padding: 7px 16px;
	font-size: 0.74rem;
}

.hr-top-villas {
	display: grid;
	gap: 22px;
	margin-top: 32px;
}

.hr-top-villa {
	display: block;
}

.hr-top-villa__body {
	text-align: center;
	margin-top: 0;
}

.hr-top-villa__visual {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 1296px;
	min-height: auto;
	margin: 0 auto;
}

.hr-top-villa__content {
	position: relative;
	z-index: 3;
	margin-top: 18px;
	margin-bottom: 0;
	transform: translateY(-50px);
}

.hr-top-villa__photo-wrap {
	width: 115%;
	max-width: 1490px;
	margin-left: auto;
	margin-right: auto;
}

.hr-top-villa__photo {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: auto;
}

.hr-top-villa__location {
	position: absolute;
	left: 0;
	bottom: calc(8% + 40px);
	z-index: 2;
	width: clamp(128px, 14vw, 190px);
	color: #000;
	font-family: "Raleway", "Yu Gothic", sans-serif;
	text-align: center;
	pointer-events: none;
}

.hr-top-villa__location span,
.hr-top-villa__location strong {
	display: block;
	font-weight: 400;
	line-height: 1.05;
}

.hr-top-villa__location span {
	padding-bottom: 7px;
	border-bottom: 1px solid #8a8a8a;
	font-size: clamp(1.35rem, 2vw, 2rem);
}

.hr-top-villa__location strong {
	padding-top: 7px;
	font-size: clamp(1.8rem, 2.9vw, 3rem);
}

.hr-top-villa__body h3 {
	margin: 0;
	font-family: "Raleway", "Yu Gothic", sans-serif;
	font-size: clamp(2rem, 3.5vw, 3rem);
	line-height: 1.08;
	font-weight: 400;
	color: #000000;
	letter-spacing: 0.04em;
}

.hr-top-villa__subtitle {
	margin: -2px 0 0;
	font-size: 1.7rem;
	line-height: 1.08;
	color: #000000;
}

.hr-top-villa__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 6px;
}

.hr-top-villa__badge {
	display: inline-block;
	margin: 0;
	padding: 6px 18px;
	background: #7f7771;
	color: #fff;
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0.04em;
	clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
}

.hr-top-villa .hr-top-button {
	display: inline-flex;
	min-width: 120px;
	margin-top: 0;
	padding: 9px 18px;
	font-family: "Raleway", "Yu Gothic", sans-serif;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.hr-top-villa .hr-top-button[href] {
	border-color: #000;
	background: #000;
	color: #fff;
}

.hr-top-title--next-villas {
	margin-top: 22px;
	padding-top: 88px;
	border-top: 1px solid #c7beb2;
}

.hr-top-title--next-villas h2 {
	font-size: 39px;
	font-weight: 600;
	line-height: 1.18;
}

.hr-top-title--next-villas p {
	margin-top: 10px;
}

.hr-top-news-list {
	max-width: 860px;
	margin: 32px auto 0;
}

.hr-top-news-item {
	display: grid;
	grid-template-columns: 178px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #c7beb2;
}

.hr-top-news-item__thumb {
	display: block;
	width: 178px;
	height: 114px;
	overflow: hidden;
	background: #d6d0c8;
}

.hr-top-news-item__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hr-top-news-item__body {
	display: grid;
	grid-template-rows: auto minmax(3.3em, auto) auto;
	align-content: start;
}

.hr-top-news-item__body time {
	font-size: 0.92rem;
	color: #000000;
}

.hr-top-news-item__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.hr-top-news-item__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 3px 10px;
	background: #d73838;
	color: #fff;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.06em;
	border-radius: 2px;
}

.hr-top-news-item__body h3 {
	margin: 8px 0 0;
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
	color: #000000;
}

.hr-top-news-item__body a {
	color: inherit;
	text-decoration: none;
}

.hr-top-news-item__body .hr-top-news-item__read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: #7f735c;
	font-family: "Raleway", "Yu Gothic", sans-serif;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-decoration: none;
}

.hr-top-news-item__body .hr-top-news-item__read-more span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 18px;
	line-height: 1;
}

.hr-top-news-list__footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
}

.hr-top-news-list__footer a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
}

.hr-top-works-intro {
	margin-top: 18px;
}

.hr-top-works-intro__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 12px;
	padding: 8px 16px;
	background: #8a7b60;
	color: #fff;
	border: 0;
	cursor: pointer;
}

.hr-top-works-intro__button span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
}

.hr-modal-open,
.hr-modal-open body {
	overflow: hidden;
}

.hr-video-modal {
	position: fixed;
	inset: 0;
	z-index: 2100;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.hr-video-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hr-video-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(25, 22, 18, 0.72);
}

.hr-video-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	padding: 22px 22px 18px;
	background: #f7f6f3;
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.3);
}

.hr-video-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: #81786c;
	font-size: 1.8rem;
	line-height: 1;
	cursor: pointer;
}

.hr-video-modal__title {
	margin: 0 42px 16px 0;
	font-size: 1rem;
	letter-spacing: 0.08em;
	color: #7a7369;
}

.hr-video-modal__frame {
	background: #000;
}

.hr-video-modal__frame video {
	display: block;
	width: 100%;
	height: auto;
	max-height: 76vh;
}

.hr-top-works-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0 20px;
	margin-top: 36px;
}

.hr-top-work-card {
	padding: 18px 10px 22px;
	border-top: 1px solid #c9c1b6;
	border-bottom: 0;
	text-align: center;
}

.hr-top-work-card:nth-last-child(-n+3) {
	border-bottom: 1px solid #c9c1b6;
}

.hr-top-work-card h3 {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.35;
	color: #000000;
}

.hr-top-work-card p {
	margin: 6px 0 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #000000;
}

.hr-top-work-card img {
	display: block;
	box-sizing: border-box;
	width: 285px;
	max-width: min(76%, 285px);
	height: 189px;
	object-fit: contain;
	margin: 22px auto 0;
	padding: 33px 45px;
	background: #fff;
	filter: none;
	opacity: 1;
}

.hr-top-section__button {
	margin-top: 24px;
	margin-bottom: 50px;
}

.hr-top-section__button .hr-top-button {
	border-color: #000;
	background: #000;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.hr-top-about-copy {
	margin-top: 22px;
}

.hr-top-contact-link {
	margin-top: 20px;
}

.hr-top-section--contact {
	padding-bottom: 104px;
}

.hr-top-contact-link a {
	font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #000000;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
}

@media (min-width: 992px) {
	.hr-top-news-list {
		max-width: 1180px;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 32px;
		row-gap: 28px;
		align-items: stretch;
	}

	.hr-top-news-item {
		margin: 0;
		padding: 0 0 24px;
		height: 100%;
	}

	.hr-top-news-item:first-child {
		grid-column: 1 / -1;
		grid-template-columns: 320px minmax(0, 1fr);
		gap: 28px;
		align-items: center;
		padding-bottom: 28px;
	}

	.hr-top-news-item:first-child .hr-top-news-item__thumb {
		width: 320px;
		height: 204px;
	}

	.hr-top-news-item:first-child .hr-top-news-item__read-more {
		font-size: 18px;
	}

	.hr-top-news-item:not(:first-child) {
		grid-template-columns: 148px minmax(0, 1fr);
		gap: 20px;
		align-items: start;
		min-height: 168px;
	}

	.hr-top-news-item:not(:first-child) .hr-top-news-item__thumb {
		width: 148px;
		height: 96px;
	}

	.hr-top-news-item:not(:first-child) .hr-top-news-item__body {
		min-height: 120px;
	}

	.hr-top-news-item:not(:first-child) .hr-top-news-item__body h3 {
		min-height: 3.3em;
	}

	.hr-top-news-list__footer {
		grid-column: 1 / -1;
		margin-top: 6px;
	}
}

.hr-company-band {
	display: none;
}

.hr-company {
	margin-top: 0;
	padding: 46px 24px 54px;
	background: #000000;
}

.hr-company__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.8fr) minmax(120px, 0.55fr);
	gap: 42px;
	align-items: start;
	max-width: 1130px;
	margin: 0 auto;
}

.hr-company__column--blank {
	min-height: 1px;
}

.hr-company__column--sitemap {
	display: flex;
	align-items: flex-start;
}

.hr-company__brand img {
	display: block;
	width: 41px;
	max-width: 41px;
	height: auto;
	filter: brightness(0) invert(1);
}

.hr-company__details {
	margin-top: 24px;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: 0.06em;
	color: #fff;
}

.hr-company__details p {
	margin: 0 0 2px;
}

.hr-company__sitemap {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 66px;
	padding-top: 0;
}

.hr-company__sitemap a {
	color: #fff;
	text-decoration: none;
	font-family: "Raleway", "Yu Gothic", "YuGothic", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.hr-company__sitemap-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.hr-company__sitemap-group summary {
	list-style: none;
	cursor: pointer;
	color: #fff;
	font-family: "Raleway", "Yu Gothic", "YuGothic", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.hr-company__sitemap-group summary::-webkit-details-marker {
	display: none;
}

.hr-company__sitemap-submenu {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-left: 16px;
	padding-top: 4px;
}

.hr-company__sitemap-submenu a {
	font-size: 15px;
	letter-spacing: 0.04em;
}

.hr-copyright {
	padding: 16px 24px 24px;
	background: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	color: #000000;
}

.hr-copyright p {
	margin: 0;
}

@media (max-width: 991.98px) {
	.hr-top-header__inner {
		padding: 14px 16px;
	}

	.hr-top-header__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		margin-left: auto;
		width: 44px;
		height: 44px;
		appearance: none;
		-webkit-appearance: none;
		outline: 0;
		box-shadow: none;
	}

	.hr-top-header__toggle span {
		position: absolute;
		left: 50%;
		width: 24px;
		margin: 0;
		transform-origin: center;
	}

	.hr-top-header__toggle span:nth-child(1) {
		top: 13px;
		transform: translateX(-50%);
	}

	.hr-top-header__toggle span:nth-child(2) {
		top: 21px;
		transform: translateX(-50%);
	}

	.hr-top-header__toggle span:nth-child(3) {
		top: 29px;
		transform: translateX(-50%);
	}

	.hr-top-header__toggle.is-open span:nth-child(1) {
		top: 21px;
		transform: translateX(-50%) rotate(45deg);
	}

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

	.hr-top-header__toggle.is-open span:nth-child(3) {
		top: 21px;
		transform: translateX(-50%) rotate(-45deg);
	}

	.hr-top-header__nav {
		position: absolute;
		top: calc(100% + 1px);
		right: 16px;
		left: 16px;
		display: none;
		flex-direction: column;
		background: rgba(255, 255, 255, 0.98);
		border: 1px solid #d6d1c8;
		max-height: calc(100vh - 110px);
		overflow-y: auto;
		box-shadow: 0 14px 28px rgba(58, 48, 35, 0.08);
		z-index: 20;
	}

	.hr-top-header__nav.is-open {
		display: flex;
	}

	.hr-top-header__nav > a,
	.hr-top-header__nav > .hr-top-header__nav-item {
		flex: 0 0 auto;
	}

	.hr-top-header__nav a,
	.hr-top-header__nav-parent,
	.hr-top-header__nav > a:last-child {
		display: block;
		border: 0;
		border-bottom: 1px solid #ddd6cc;
		padding: 14px 16px;
		text-align: center;
	}

	.hr-top-header__nav-item {
		display: block;
		min-width: 0;
		min-height: 0;
	}

	.hr-top-header__nav-parent {
		min-height: 0;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.hr-top-header__nav strong,
	.hr-top-header__nav span {
		display: block;
	}

	.hr-top-header__nav strong {
		line-height: 1.3;
	}

	.hr-top-header__nav span {
		margin-top: 6px;
		line-height: 1.5;
	}

	.hr-top-header__nav-submenu {
		position: static;
		min-width: 0;
		display: block;
		opacity: 1;
		pointer-events: auto;
		transform: none;
		border: 0;
		background: #f2eee8;
		margin-top: -1px;
	}

	.hr-top-header__nav-submenu a {
		display: block;
		padding: 12px 16px;
		border-bottom: 1px solid #ddd6cc;
		text-align: center;
	}

	.hr-top-hero {
		height: 62vh;
		margin-top: 79px;
	}

	.hr-top-hero__event-card {
		top: 24px;
		right: 24px;
		width: min(34vw, 320px);
		min-width: 320px;
	}

	.hr-top-hero-bar__actions {
		left: 50%;
		bottom: 16px;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.hr-top-hero-bar__actions a {
		width: auto;
		max-width: 360px;
		min-width: 0;
	}

	.hr-top-hero-bar__news {
		flex-direction: column;
		gap: 8px;
	}

	.hr-concept-gallery,
	.hr-top-villa,
	.hr-top-works-grid,
	.hr-company__inner {
		grid-template-columns: 1fr;
	}

	.hr-company__column--blank {
		display: none;
	}

	.hr-company__sitemap {
		margin-top: 0;
	}

	.hr-company__sitemap-submenu {
		padding-left: 12px;
	}

	.hr-concept-carousel__slide {
		flex-basis: 72%;
	}

	.hr-top-villa__visual {
		max-width: 760px;
		min-height: auto;
		padding: 0 32px;
	}

	.hr-top-villa__body {
		margin-top: 0;
	}

	.hr-top-villa__actions {
		flex-direction: column;
		gap: 10px;
	}

	.hr-top-villa__photo-wrap {
		width: min(100%, 600px);
		margin-left: auto;
		margin-right: auto;
	}

	.hr-top-villa__content {
		margin-top: 18px;
		margin-bottom: 0;
		transform: none;
	}
}

@media (max-width: 767.98px) {
	.hr-site-loader {
		background: #ffffff;
	}

	.hr-site-loader__inner {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 0;
		opacity: 1;
		transform: none;
		animation: none;
	}

	.hr-site-loader__desktop-visual {
		display: none !important;
	}

	.hr-site-loader__desktop-visual img {
		display: none !important;
	}

	.hr-site-loader__mobile-visual {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		height: 100%;
		padding: clamp(132px, 21vh, 220px) 24px clamp(96px, 18vh, 180px);
		box-sizing: border-box;
		background: #ffffff;
		color: #000;
		text-align: center;
	}

	.hr-site-loader__mobile-brand {
		width: min(72vw, 300px);
		max-width: 300px;
		min-width: 220px;
		height: auto;
		margin: 0 auto;
		opacity: 0;
		animation: hrLoaderMobileBrandFade 500ms ease 120ms forwards;
	}

	.hr-site-loader__mobile-message-wrap {
		width: 100%;
		overflow: hidden;
		margin: clamp(108px, 16vh, 164px) 0 0;
	}

	.hr-site-loader__mobile-message {
		display: block;
		width: 100%;
		font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-size: clamp(1.16rem, 3.35vw, 1.42rem);
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: -0.01em;
		white-space: nowrap;
		opacity: 0;
		transform: translateY(8px);
		animation: hrLoaderMessageFadeIn 800ms ease 560ms forwards;
	}

	.hr-site-loader__mobile-visual img {
		display: block;
		width: min(72vw, 300px);
		max-width: 300px;
		min-width: 220px;
		height: auto;
	}

	.admin-bar .hr-top-header {
		top: 46px;
	}

	.hr-top-header__brand img {
		width: 60px;
	}

	.hr-top-hero {
		height: 56vh;
	}

	.hr-top-hero__copy {
		align-items: flex-start;
		padding: 21vh 8px 0;
	}

	.hr-top-hero__copy p {
		font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		width: 100%;
		font-size: clamp(17px, 5.1vw, 21px);
		font-weight: 700;
		line-height: 1.55;
		letter-spacing: 0;
		text-align: center;
		white-space: nowrap;
		opacity: 1;
	}

	.hr-top-hero__copy p.is-letter-animated span {
		display: inline-block;
		opacity: 0;
		transform: translateX(-6px);
		animation: hrTopHeroLetterReveal 480ms ease forwards;
		animation-delay: var(--hr-letter-delay, 0s);
	}

	.hr-top-hero__event-card {
		top: auto;
		right: 16px;
		bottom: 20px;
		left: 16px;
		width: auto;
		max-width: none;
		transform: none;
		min-width: 0;
		padding: 6px 9px 6px;
	}

	.hr-top-hero__event-label {
		font-size: 0.58rem;
		text-align: left;
	}

	.hr-top-hero__event-viewport {
		margin-top: 4px;
		min-height: 2.32em;
	}

	.hr-top-hero__event-track {
		min-height: 2.32em;
	}

	.hr-top-hero__event-item {
		font-size: 14px;
		line-height: 1.24;
		text-align: left;
	}

	.hr-top-hero__event-footer {
		display: none;
	}

	.hr-top-hero-bar__actions {
		left: 50%;
		bottom: 12px;
		gap: 8px;
	}

	.hr-top-hero-bar__actions a {
		min-width: 148px;
		padding: 12px 14px;
		font-size: 0.82rem;
		white-space: nowrap;
	}

	.hr-top-section {
		padding: 48px 16px 0;
	}

	.hr-top-section--villas {
		padding-bottom: 0;
	}

	.hr-top-section--contact {
		padding-bottom: 40px;
	}

	.hr-top-section__heading h2,
	.hr-top-title h2 {
		font-size: 27px;
		line-height: 1.16;
	}

	.hr-top-section--concept .hr-top-section__heading h2 {
		font-size: 20px;
		font-weight: 600;
		white-space: normal;
		line-height: 1.2;
		text-wrap: balance;
	}

	.hr-top-section--concept .hr-top-section__heading h2 br {
		display: inline;
	}

	.hr-top-title--next-villas h2 {
		font-size: 27px;
		line-height: 1.16;
	}

	.hr-top-section__heading p,
	.hr-top-title p,
	.hr-top-works-intro p,
	.hr-top-about-copy p {
		margin-top: 9px;
		line-height: 1.48;
	}

	.hr-top-section--concept .hr-top-section__heading p {
		margin-top: 7px;
		line-height: 1.45;
	}

	.hr-concept-carousel {
		margin-top: 28px;
	}

	.hr-concept-carousel__track {
		gap: 10px;
	}

	.hr-concept-carousel__slide {
		flex-basis: 78%;
		aspect-ratio: 1.15 / 1;
	}

	.hr-concept-carousel__button {
		left: 10px;
		bottom: 10px;
		width: min(40%, 132px);
		min-width: 98px;
	}

	.hr-top-villa__visual {
		max-width: 100%;
		min-height: auto;
		padding: 0 6px;
	}

	.hr-top-villa__body {
		margin-top: 0;
	}

	.hr-top-villa {
		padding-bottom: 12px;
		border-bottom: 1px solid #e3ddd4;
	}

	.hr-top-villa + .hr-top-villa {
		margin-top: 14px;
	}

	.hr-top-villa__photo-wrap {
		width: min(calc((100vw - 24px) * 1.15), calc(100vw - 8px));
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}

	.hr-top-villa__photo {
		width: 100%;
	}

	.hr-top-villa__location {
		display: none;
	}

	.hr-top-villa__body h3 {
		margin-top: 18px;
		width: 100%;
		max-width: 100%;
		font-size: clamp(1.72rem, 7.2vw, 2rem);
		line-height: 1.15;
		text-align: center;
		overflow-wrap: anywhere;
	}

	.hr-top-villa__content {
		position: static;
		margin-top: 0;
		margin-bottom: 0;
		transform: none;
	}

	.hr-top-villa__subtitle {
		margin-top: 2px;
		font-size: 1.08rem;
		line-height: 1.35;
	}

	.hr-top-villa__actions {
		gap: 10px;
		margin-top: 12px;
	}

	.hr-top-villa__badge {
		box-sizing: border-box;
		display: block;
		position: relative;
		left: -6px;
		width: calc(100vw - 52px);
		max-width: 620px;
		margin-right: auto;
		margin-left: auto;
		padding: 6px 12px;
		font-size: clamp(11px, 3vw, 13px);
		line-height: 1.45;
		text-align: center;
		white-space: nowrap;
	}

	.hr-top-villa .hr-top-button {
		display: inline-flex;
		min-width: 150px;
		min-height: 42px;
		font-size: 16px;
	}

	.hr-top-contact-link a {
		font-size: 17px;
	}

	.hr-top-news-item {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 14px;
		align-items: start;
	}

	.hr-top-news-item__meta {
		gap: 8px;
	}

	.hr-top-news-item__badge {
		min-width: 40px;
		padding: 2px 8px;
		font-size: 11px;
	}

	.hr-top-news-item__thumb {
		width: 96px;
		height: 72px;
	}

	.hr-top-works-grid {
		gap: 0;
	}

	.hr-top-works-intro__button {
		width: 100%;
		max-width: 520px;
		padding: 12px 16px;
	}

	.hr-video-modal {
		padding: 16px;
	}

	.hr-video-modal__dialog {
		padding: 18px 18px 14px;
	}

	.hr-video-modal__title {
		margin-right: 34px;
		font-size: 0.92rem;
	}

	.hr-video-modal__close {
		top: 6px;
		right: 6px;
		width: 36px;
		height: 36px;
		font-size: 1.5rem;
	}

	.hr-video-modal__frame video {
		max-height: 62vh;
	}

	.hr-top-work-card img {
		margin-top: 24px;
		width: 231px;
		max-width: 82%;
		height: 156px;
		padding: 27px 36px;
	}

	.hr-top-work-card:nth-last-child(-n+3) {
		border-bottom: 0;
	}

	.hr-top-work-card:last-child {
		border-bottom: 1px solid #c9c1b6;
	}

	.hr-company {
		margin-top: 0;
		padding: 52px 16px 40px;
	}

	.hr-copyright {
		background: #ffffff;
		color: #000000;
	}

}

@keyframes hrLoaderMobileBrandFade {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

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

@keyframes hrLoaderMessageFadeIn {
	from {
		opacity: 0;
		transform: translateY(8px);
	}

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