@charset "utf-8";

/* .top_txt Styles removed as merged */

/* Earthy Elegant Design - Transparent Version */
.top_fst_content {
	position: relative;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background-color: transparent;
	padding: 60px 0 120px;
	color: #333;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

/* Integrated Top Text */
.top_txt_integrated {
	margin-bottom: 100px;
}

.top_txt_integrated p {
	font-size: 22px;
	line-height: 2.5;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}

.top_txt_integrated img {
	width: 300px;
	vertical-align: bottom;
	margin: 0 5px;
}

.top_txt_integrated .blue {
	color: #0088cc;
	font-weight: bold;
}

.top_txt_integrated .yellow {
	color: #dcb622;
	font-weight: bold;
}

/* Concept Label */
.top_fst_content .concept-label {
	margin-bottom: 20px;
	letter-spacing: 0.2em;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #9db24d;
	/* Brand Color */
}

.top_fst_content .concept-label span {
	display: inline-block;
	border-bottom: 1px solid #9db24d;
	padding-bottom: 10px;
}

.top_fst_content .concept-title {
	font-size: 32px;
	line-height: 1.8;
	margin-bottom: 100px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	color: #333;
}

/* Images */
.top_fst_content .img-left {
	position: absolute;
	top: 200px;
	left: 0;
	width: 220px;
	height: 350px;
	/* Vertical shape */
	opacity: 1;
	z-index: 1;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	/* For crop */
}

.top_fst_content .img-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_fst_content .img-right {
	position: absolute;
	bottom: 50px;
	right: calc(50% - 700px);
	width: 300px;
	/* Reduced from 450px */
	opacity: 1;
	z-index: 1;
	border: 10px solid #fff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.top_fst_content .img-right img {
	width: 100%;
	height: auto;
}

.top_fst_txt {
	width: 600px;
	margin: 0 auto;
	background: transparent;
	padding: 0;
	position: relative;
	z-index: 10;
	box-shadow: none;
	border-radius: 0;
}

.top_fst_txt::before {
	display: none;
}

.top_fst_txt p {
	font-size: 16px;
	letter-spacing: 0.15em;
	line-height: 2.8;
	color: #333;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 60px;
}

.top_fst_txt figure {
	display: none;
}

/* Concept Button */
.concept-btn a {
	display: inline-block;
	border: 1px solid #333;
	color: #333;
	padding: 15px 60px;
	border-radius: 50px;
	text-decoration: none;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	transition: all 0.3s;
	position: relative;
	background: transparent;
}

.concept-btn a::after {
	content: "→";
	margin-left: 10px;
	font-family: sans-serif;
}

.concept-btn a:hover {
	background: #333;
	color: #fff;
}

/* Animations reset */
@keyframes float {
	0% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(0px);
	}
}

.w_content_wrap {
	margin-bottom: 100px;
}

.w_content_wrap figure {
	width: 50%;
}

.w_content_wrap figure img {
	width: 100%;
}

.flex {
	display: flex;
	justify-content: space-around;
	align-self: center;
}

.w_content {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.w_content_wrap div {
	width: 40%;
	margin-right: 5%;
	margin-left: 5%;
	padding-top: 40px;
}

.w_content_wrap div h3 {
	font-size: 42px;
	letter-spacing: 0.16em;
	line-height: 62px;
	font-family: serif;
	position: relative;
}

.w_content_wrap div h3::before {
	content: "";
	width: 40px;
	height: 2px;
	background: #202020;
	display: block;
	position: absolute;
	top: -30px;
}

.w_content_wrap div p {
	font-family: serif;
	font-size: 14px;
	letter-spacing: 0.16em;
	line-height: 30px;
	margin-top: 34px;
}

.w_content_wrap .left_content {
	margin-left: calc((100% - 1140px) / 2);
}

a.common_btn {
	width: 300px;
	font-family: serif;
	color: #000 !important;
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
	letter-spacing: 0.14em;
	border-radius: 25px;
	background: transparent;
	border: 3px solid #C6C6C6;
	display: block;
	margin: 65px auto 0 0;
	position: relative;
}

a.common_btn::after {
	content: "";
	background-color: #000;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

#toprenovation {
	margin-bottom: 120px;
}

a.center_btn {
	margin: 65px auto;
}

br.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.top_txt {
		padding: 80px 0 60px 0;
	}

	.top_fst_txt p {
		text-align: center;
	}

	.top_fst_txt {
		padding: 0;
		width: 100%;
	}

	.top_fst_content {
		padding: 80px 20px;
	}

	.top_fst_content .concept-title {
		font-size: 20px;
		margin-bottom: 40px;
	}

	.top_fst_content .img-left {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.top_fst_content .img-right {
		position: relative;
		bottom: 0;
		right: 0;
		width: 100%;
		margin-top: 40px;
	}

	.top_fst_txt {
		width: 100%;
	}

	.top_fst_txt p {
		font-size: 14px;
		line-height: 2.4;
	}

	.top_txt_integrated p {
		font-size: 18px;
	}

	.top_txt_integrated img {
		width: 240px;
	}

	br.sp {
		display: block;
	}

	.top_fst_content>figure {
		padding-top: 0;
		width: 80%;
		margin: 0 auto;
		position: relative;
		top: 20px;
	}

	.top_fst_txt figure {
		width: 90%;
		bottom: -10%;
		right: 0;
		left: 0;
		margin: auto;
	}

	.w_content_wrap {
		flex-wrap: wrap;
	}

	.w_content_wrap figure {
		width: 100%;
	}

	.w_content_wrap div {
		width: 100%;
		margin-top: 30px;
	}

	.w_content_wrap div h3 {
		font-size: 30px;
		line-height: 1.5em;
	}

	.w_content_wrap .left_content {
		margin-left: 5%;
	}

	.order_1 {
		order: 1;
	}

	.order_2 {
		order: 2;
	}

	a.common_btn {
		margin: 65px auto 0 auto;
	}

	.front-page .top-image img {
		height: 60vh !important;
		object-fit: cover !important;
		width: 100%;
	}
}