/* ============================================================================================
	HEADER HERO WALL PAINTING / PATTERN
============================================================================================ */
@keyframes heroImageParallax{from{transform: translateY(0)}to{transform: translateY(-50%)}}
.kasai-header-hero-wall-painting {
	animation: heroImageParallax linear;
	animation-timeline: scroll();
}
.kasai-wall-painting-tag a {
	display: inline-block;
	margin: 0 5px;
	text-decoration: none;
	pointer-events: none;
}
.kasai-wall-painting-tag a:first-of-type {
	display: block;
	margin-bottom: 1em
}
.kasai-wall-painting-tag .wp-block-post-terms__separator {
	display: none
}
