/* ===============================
   events-hero: パンくず・ページヒーロー・ページ内導線
   =============================== */

.events-hero {
	--photo-fv-object-position: 70% 66%;

	position: relative;
}

.events-hero__visual {
	position: relative;
	min-height: 166px;
	margin-inline: 5px;
	overflow: hidden;
	background: var(--color-bg-dark);
}

.events-hero__media {
	position: absolute;
	inset: 0;
}

.events-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% 66%;
}

.events-hero__shade {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgb(18 12 8 / 72%), rgb(18 12 8 / 8%) 80%),
		rgb(18 12 8 / 18%);
}

.events-hero__content {
	position: relative;
	z-index: 1;
	width: 72%;
	padding: 43px 14px 0;
	color: var(--color-white);
}

.events-hero__title {
	font-size: 20px;
	font-weight: var(--fw-medium);
	letter-spacing: 0.17em;
}

.events-hero__copy {
	margin-top: var(--space-2);
	font-size: 13px;
	line-height: 1.65;
	letter-spacing: 0.08em;
}

@media (max-width: 767px) {
	.events-hero__visual {
		margin-inline: 0;
	}

	.events-hero__shade {
		display: none;
	}

	.events-hero__copy {
		color: var(--color-sub);
	}
}

@media (min-width: 768px) {
	.events-hero > .page-breadcrumb--hero {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 1440px;
		margin-inline: auto;
		padding-block: var(--space-4);
		padding-inline: var(--space-9);
	}

	.events-hero > .page-breadcrumb--hero::after {
		display: none;
	}

	.events-hero__visual {
		min-height: 609px;
		margin-inline: 0;
	}

	.events-hero__image {
		object-position: 66% 52%;
	}

	.events-hero__shade {
		background: linear-gradient(
			90deg,
			rgb(252 250 248 / 100%) 0%,
			rgb(252 250 248 / 98%) 18%,
			rgb(252 250 248 / 72%) 27%,
			rgb(252 250 248 / 0%) 40%
		);
	}

	.events-hero__content {
		width: 42%;
		padding: 205px 0 0 96px;
		color: var(--color-text);
	}

	.events-hero__title {
		font-size: 46px;
		letter-spacing: 0.06em;
	}

	.events-hero__copy {
		margin-top: var(--space-9);
		font-size: 28px;
		line-height: var(--lh-loose);
	}
}
