@charset "UTF-8";

/* =========================================================
   LIFE X Dealer
   Content Width Reset
========================================================= */

body.page .site-content,
body.post-type-archive-lifex_event .site-content,
body.post-type-archive-lifex_showroom .site-content,
body.post-type-archive-lifex_works .site-content,
body.post-type-archive-lifex_staff .site-content,
body.single-lifex_event .site-content,
body.single-lifex_showroom .site-content,
body.single-lifex_works .site-content,
body.single-lifex_staff .site-content {
	max-width: none !important;
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* =========================================================
   LIFE X Dealer
   Sub FV
========================================================= */

.lifex-dealer-sub-fv {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 295px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.lifex-dealer-sub-fv-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.38);
}

.lifex-dealer-sub-fv-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 32px 40px 0;
	box-sizing: border-box;
	color: #fff;
}

.lifex-dealer-sub-fv-en {
	margin: 0 0 3px;
	font-family: "Outfit", sans-serif;
	font-size: 14px;
	letter-spacing: .14em;
}

.lifex-dealer-sub-fv-title {
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
}
.page-id-3 p.lifex-dealer-sub-fv-en {
    color: #fff !important;
}
.page-id-3 .lifex-dealer-footer-info h2,
.page-id-3 .lifex-dealer-footer-info h3,
.page-id-3 .lifex-dealer-footer-info h4,
.page-id-3 .lifex-dealer-footer-info p,
.page-id-3 .lifex-dealer-footer-info ul li {
	color: #fff !important;
}
/* =========================================================
   SP
========================================================= */

@media screen and (max-width: 640px) {

	.lifex-dealer-sub-fv {
		margin-top: 60px !important;
    min-height: 166px;
	}

	.lifex-dealer-sub-fv-inner {
		padding: 0 20px;
	}

	.lifex-dealer-sub-fv-en {
		margin-bottom: 8px;
		font-size: 10px;
	}

	.lifex-dealer-sub-fv-title {
		font-size: 22px;
	}

}


/* =========================================================
   LIFE X Dealer
   Common CTA
========================================================= */

.lifex-dealer-common-cta {
	width: 100%;
	padding: 90px 40px;
	background: #fff;
	box-sizing: border-box;
}

.lifex-dealer-common-cta-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}


/* =========================================================
   CTA Item
========================================================= */

.lifex-dealer-common-cta-item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 280px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	text-decoration: none;
}


/* Overlay */

.lifex-dealer-common-cta-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .42);
	transition: background .35s ease;
}


/* =========================================================
   Inner Border
========================================================= */

.lifex-dealer-common-cta-item::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 16px;
	right: 16px;
	bottom: 16px;
	left: 16px;
	border: 1px solid rgba(255, 255, 255, .65);
	pointer-events: none;
	transition:
		top .35s ease,
		right .35s ease,
		bottom .35s ease,
		left .35s ease,
		border-color .35s ease;
}


/* =========================================================
   Content
========================================================= */

.lifex-dealer-common-cta-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 36px 24px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}

.lifex-dealer-common-cta-en {
	margin: 0 0 10px;
	font-family: "Outfit", sans-serif;
	font-size: 13px;
	letter-spacing: .18em;
}

.lifex-dealer-common-cta-title {
	margin: 0;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
}


/* =========================================================
   Arrow
========================================================= */

.lifex-dealer-common-cta-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-top: 24px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 50%;
	color: #fff;
	box-sizing: border-box;
	transition:
		transform .35s ease,
		background .35s ease;
}


/* =========================================================
   Hover
========================================================= */

.lifex-dealer-common-cta-item:hover
.lifex-dealer-common-cta-overlay {
	background: rgba(0, 0, 0, .30);
}

.lifex-dealer-common-cta-item:hover::before {
	top: 12px;
	right: 12px;
	bottom: 12px;
	left: 12px;
	border-color: rgba(255, 255, 255, .9);
}

.lifex-dealer-common-cta-item:hover
.lifex-dealer-common-cta-arrow {
	transform: translateX(5px);
	background: rgba(255, 255, 255, .12);
}


/* =========================================================
   Tablet
========================================================= */

@media screen and (max-width: 980px) {

	.lifex-dealer-common-cta {
		padding: 70px 32px;
	}

	.lifex-dealer-common-cta-inner {
		gap: 14px;
	}

	.lifex-dealer-common-cta-item {
		min-height: 240px;
	}

	.lifex-dealer-common-cta-content {
		padding: 32px 18px;
	}

	.lifex-dealer-common-cta-title {
		font-size: 22px;
	}

}


/* =========================================================
   SP
========================================================= */

@media screen and (max-width: 640px) {

	.lifex-dealer-common-cta {
		padding: 56px 20px;
	}

	.lifex-dealer-common-cta-inner {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.lifex-dealer-common-cta-item {
		min-height: 230px;
	}

	.lifex-dealer-common-cta-item::before {
		top: 12px;
		right: 12px;
		bottom: 12px;
		left: 12px;
	}

	.lifex-dealer-common-cta-content {
		padding: 32px 24px;
	}

	.lifex-dealer-common-cta-en {
		margin-bottom: 7px;
		font-size: 11px;
	}

	.lifex-dealer-common-cta-title {
		font-size: 22px;
	}

	.lifex-dealer-common-cta-arrow {
		width: 38px;
		height: 38px;
		margin-top: 18px;
	}

}