
.catch {
	position: relative;
	line-height: 1;
}
.catch .fade-in-left {
	position: absolute;
	display: inline-block;
	background-color: #46baf2;
	white-space: nowrap;
	line-height: 1;
	padding: 5px;
	opacity: 0;
	transform: translateX(-100px);
	transition: opacity 1s ease, transform 1s ease;
}

.catch .fade-in-left.catch01 { top: 0; }
.catch .fade-in-left.catch02 { top: 1.8em; }
.catch .fade-in-left.catch03 { top: 3.6em; }
