@charset "UTF-8";
.p-home-mv__inner {
	height: 100svh;
}
@media screen and (max-width: 767px) {
	.p-home-mv__inner {
		height: 100%;
	}
}
.p-home-mv .-slide {
	height: 100%;
}
.p-home-mv .-slide .slick-list, .p-home-mv .-slide .slick-track, .p-home-mv .-slide .slick-slide div {
	height: 100%;
}
.p-home-mv .-slide-item {
	position: relative;
}
.p-home-mv .-slide-item p.-tl {
	font-size: clamp(2rem, 1.62rem + 1.1875vw, 3.9rem);
	color: #fff;
	letter-spacing: 0.3em;
	text-align: center;
	font-weight: 700;
	position: absolute;
	z-index: 2;
	top: 10%;
	left: 0;
	width: 100%;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}
.p-home-mv .-slide-item .caption {
	position: absolute;
	right: 30px;
	bottom: 10px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7), 0 0 3px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
	.p-home-mv .-slide-item .caption {
		right: auto;
		left: 20px;
		margin: 0;
		bottom: 5px;
	}
}
.p-home-mv .-slide-item figure {
	height: 100%;
	width: 100%;
}
.p-home-mv .-slide-item figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.p-home-mv__sc4 h2 {
	margin-block-end: 0;
}
.p-home-mv__sc4 .-bounce {
	max-width: 1145px;
	width: 90%;
	margin-inline: auto;
	padding-block: clamp(5rem, 4rem + 3.125vw, 10rem);
}
.p-home-mv__sc4 .-bounce h3 {
	margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-home-mv__sc4 .-bounce-box {
	display: grid;
	grid-template-columns: 40% 60%;
	gap: clamp(1rem, 0.8rem + 0.625vw, 2rem);
	margin-block-end: clamp(2.5rem, 2.2rem + 0.9375vw, 4rem);
}
@media screen and (max-width: 767px) {
	.p-home-mv__sc4 .-bounce-box {
		display: flex;
		flex-direction: column;
	}
}
.p-home-mv__sc4 .-bounce-box figure {
	transform: scale(0);
	transition-delay: 0.4s;
	transition-duration: 0.8s;
}
.p-home-mv__sc4 .-bounce-box figure.wow-finished {
	transform: scale(1);
}
.p-home-mv__sc4 .-bounce-box.-area figure:nth-of-type(1) {
	grid-row: 1/3;
}
.p-home-mv__sc4 .-bounce-box.-life {
	grid-template-columns: 60% 40%;
}
.p-home-mv__sc4 .-bounce-box.-life figure:nth-of-type(3) {
	grid-row: 1/3;
	grid-column: 2;
}
.p-home-mv__sc4 .-bounce-box.-space {
	grid-template-columns: 60% 40%;
}
.p-home-mv__sc4 .-bounce-box.-space figure:nth-of-type(1) {
	grid-column: 1;
	grid-row: 1;
}
.p-home-mv__sc4 .-bounce-box.-space figure:nth-of-type(2) {
	grid-row: 1/3;
	grid-column: 2;
}
.p-home-mv__sc4 .-bounce-box.-space figure:nth-of-type(3) {
	grid-row: 2/4;
	grid-column: 1;
}
.p-home-mv__sc4 .-bounce-box.-space figure:nth-of-type(4) {
	grid-row: 3/5;
	grid-column: 2;
}
.p-home-mv__sc4 .-bounce-box.-space figure:nth-of-type(5) {
	grid-column: 1;
	grid-row: 4;
}
.p-home-mv .price-wrap {
	margin-block-start: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
.p-home-town {
	margin-block: 0;
	padding-block: 0;
	--region-col: rgba(203,141,146,0.77);
}
.p-home-town:before {
	top: 0;
	z-index: 2;
	background: var(--color-bl);
	-webkit-mask-image: linear-gradient(#fff, #fff), url(../img/home/wave-gray.svg);
	-webkit-mask-size: cover, cover;
	-webkit-mask-composite: destination-out; /* excludeに相当 */
	mask-image: linear-gradient(#fff, #fff), url(../img/home/wave-gray.svg);
	mask-size: cover, cover;
	mask-composite: exclude;
}
.p-home-town .-txt-box {
	top: 17%;
	right: 15%;
}
.p-home-residence {
	margin-block: 0;
	padding-block: 0;
	--region-col: rgba(184,200,133,0.77);
}
.p-home-residence:before {
	display: none;
}
.p-home-residence .-txt-box {
	top: 13%;
	left: 13%;
}
.p-home-plan {
	margin-block: 0;
	padding-block: 0;
	--region-col: rgba(94,131,174,0.77);
}
.p-home-plan:before {
	display: none;
}
.p-home-plan .-txt-box {
	top: 17%;
	right: 15%;
}
@media screen and (max-width: 767px) {
	.p-home-town, .p-home-residence, .p-home-plan {
		display: flex;
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 1250px) {
	.p-home-town figure, .p-home-residence figure, .p-home-plan figure {
		height: 100svh;
	}
	.p-home-town figure img, .p-home-residence figure img, .p-home-plan figure img {
		object-fit: cover;
		height: 100%;
	}
}
@media (max-width: 1250px) and (orientation: portrait) {
	.p-home-town figure, .p-home-residence figure, .p-home-plan figure {
		height: 80svh;
	}
}
@media screen and (max-width: 767px) {
	.p-home-town figure, .p-home-residence figure, .p-home-plan figure {
		height: auto;
	}
}
.p-home .-txt-box {
	position: absolute;
	z-index: 2;
	background-color: var(--region-col);
	border-radius: 40px;
	padding: 7%;
	padding: 4%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-home .-txt-box {
		position: static;
		background-color: transparent;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		column-gap: 10px;
	}
}
.p-home .-txt-box h2, .p-home .-txt-box dt, .p-home .-txt-box dd {
	color: #fff;
}
@media screen and (max-width: 767px) {
	.p-home .-txt-box h2, .p-home .-txt-box dt, .p-home .-txt-box dd {
		color: #333;
	}
}
.p-home .-txt-box h2 {
	padding-block-end: 0;
}
@media screen and (max-width: 767px) {
	.p-home .-txt-box h2 {
		color: var(--region-col);
		text-align: left;
		margin-block-end: 10px;
		order: 1;
	}
}
.p-home .-txt-box h2:before {
	display: none;
}
.p-home .-txt-box .c-lead {
	line-height: 2;
	text-align: left;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.p-home .-txt-box .c-lead {
		color: #333;
		order: 3;
	}
}
.p-home .-txt-box .c-link {
	margin-block-start: clamp(3rem, 2.4rem + 1.875vw, 6rem);
}
@media screen and (max-width: 767px) {
	.p-home .-txt-box .c-link {
		margin: 10px 0;
		order: 2;
	}
}
.p-home .-txt-box .c-link a {
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 200;
	font-size: clamp(1.4rem, 1.24rem + 0.5vw, 2.2rem);
	width: 295px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	border-radius: 22px;
	background-color: var(--reg-color);
	margin-inline: auto;
	color: #fff;
	margin: 0;
	background-color: #fff;
	color: var(--region-col);
}
@media screen and (max-width: 767px) {
	.p-home .-txt-box .c-link a {
		height: 27px;
		width: 150px;
		background-color: var(--region-col);
		color: #fff;
	}
}
.p-home .-txt-box .c-link a:after {
	content: "";
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	width: 12px;
	height: 16px;
	background-color: var(--region-col);
}
@media screen and (max-width: 767px) {
	.p-home .-txt-box .c-link a:after {
		width: 8px;
		height: 10px;
		background-color: #fff;
	}
}
.p-home-location:before {
	display: none;
}/*# sourceMappingURL=add-home.css.map */