.js-heroText {
	opacity: 0;
	display: none;
	transition: opacity 1.3s ease;
}

.p-top__heroTitleBlock__title.--small {
	font-size: 2.8rem;
	line-height: normal;
	letter-spacing: 1.4px;
}
.p-top__heroTitleBlock__title.--small br.sp {
	display: none;
}
.p-top__heroTitleBlock__lead.--small {
	text-align: right;
	font-size: 1.8rem;
	line-height: normal;
	letter-spacing: 0.9px;
	max-width: 920px;
	margin-inline: auto;
}
.p-top__heroTitleBlock__lead.--small::before {
	width: 920px;
	margin: 20px auto;
}

@media screen and (max-width: 767px) {
	.js-topHeroTextSlide {
		min-height: 600px;
		display: grid;
		place-items: center;
	}
	.p-top__heroTitleBlock__title.--small {
		font-size: 1.8rem;
	}
	.p-top__heroTitleBlock__title.--small br.pc {
		display: none;
	}
	.p-top__heroTitleBlock__title.--small br.sp {
		display: block;
	}
	.p-top__heroTitleBlock__lead.--small {
		font-size: 1.4rem;
		max-width: 336px;
	}
	.p-top__heroTitleBlock__lead.--small::before {
		width: 336px;
	}
}
