@charset "UTF-8";

.pc {
	display: block;
}
.sp-bl {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp-bl {
		display: block;
	}
}

.tpl-image--over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.tpl-image--over.is-active {
	opacity: 1;
}

.sec-philosophy {
	background: url(../images/design_bg.jpg) no-repeat center top/cover;
}
.sec-philosophy section {
	padding-bottom: 0;
}
.sec-philosophy .tpl-headline__title-en {
	color: #fff;
	text-align: left;
}
.sec-philosophy .tpl-card-row__header {
	width: 43.66812227%;
}
.sec-philosophy .tpl-col .tpl-figure {
	position: relative;
	overflow: unset;
}
.sec-philosophy .tpl-col .tpl-figure:after {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	background: url(../images/design_img02.png) no-repeat center center/ contain;
}
.sec-philosophy .tpl-card-row__body {
	width: 50.873362445%;
}
.tpl-txt__img {
	width: 145px;
	padding-bottom: 20px;
}
.sec-philosophy .tpl-card-row__body .tpl-card__copy {
	padding-top: 20px;
}
.sec-philosophy > .tpl-block {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding-top: 100px;
}

.sec-position.tpl-section--dark:before {
	background-color: #271714
}
.sec-position .tpl-headline__title-en {
	color: #fff;
	text-align: left;
}
.sec-position .tpl-figure {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.sec-design {
	padding-bottom: 0;
}
.sec-design .tpl-headline__title-en {
	text-align: left;
	padding-bottom: 20px;
}
.sec-design > .tpl-figure {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.sec-landScape {
	padding-top: 0;
}
.sec-landScape .tpl-headline__title-en {
	text-align: left;
	padding-bottom: 20px;
}
.sec-landScape .tpl-col {
	padding-top: 20px;
}
.sec-landScape .tpl-card-row__header {
	width: 43.66812227%;
}
.sec-landScape .tpl-card-row__body {
	width: 50.873362445%;
}
.sec-landScape .flex-plant {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 38px;
}
.sec-landScape .flex-plant li {
	width: calc((100% - 76px) / 3);
}

.entryText {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
	background: #D9D9D9;
	color: #3F2021;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 2;
	margin: 20px auto;
	text-align: center;
}
.tpl-label--limited {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .1em;
}

.roofBalcony .tpl-article__title + .tpl-figure {
	padding-top: 8vw;
}

@media screen and (min-width: 769px) {
	.tpl-col--fixed {
		min-height: 940px;
	}
}

@media screen and (max-width: 768px) {
	.sec-philosophy .tpl-card-row {
		row-gap: 30px;
	}
	.sec-philosophy .tpl-card-row__header {
		width: 80%;
	}
	.sec-philosophy .tpl-card-row__body {
		width: 100%;
	}
	.tpl-txt__img {
		padding-bottom: 10px;
	}
	.sec-philosophy .tpl-card-row__body .tpl-card__copy {
		padding-top: 10px;
	}
	.sec-philosophy > .tpl-block {
		padding-top: 50px;
	}

	.sec-design {
		padding: 0;
	}
	.sec-design .tpl-headline__title-en {
		text-align: left;
		padding-bottom: 10px;
	}
	.sec-design .tpl-cover--large {
		min-height: auto;
		aspect-ratio: 1 / 0.6;
	}
	.sec-design > .tpl-cover--large {
		aspect-ratio: 1 / 0.8;
		min-height: 300px;
	}
	.sec-design .tpl-cover .tpl-cover__bg .tpl-image,
	.sec-design .tpl-cover--large .tpl-cover__bg .tpl-image {
		min-height: auto;
	}
	.sec-design > .tpl-figure {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}

	.sec-landScape {
		padding-top: 0;
	}
	.sec-landScape .tpl-headline__title-en {
		text-align: left;
		padding-bottom: 10px;
	}
	.sec-landScape .tpl-col {
		padding-top: 10px;
	}
	.sec-landScape .tpl-card-row {
		align-items: stretch;
		flex-direction: row;
		column-gap: 20px;
	}
	.sec-landScape .tpl-card-row__header {
		width: calc(50% - 20px);
	}
	.sec-landScape .tpl-card-row__body {
		width: 50%;
	}
	.sec-landScape .flex-plant {
		gap: 5px;
	}
	.sec-landScape .flex-plant li {
		width: calc((100% - 5px) / 2);
	}


}