@charset "utf-8";

.about-circle-belt .about-circle-frame:nth-child(2) {
	position: relative;
	z-index: -1;
}

.about-circle-belt .about-circle-frame img:nth-child(2) {
	animation: aboutBelt infinite 18s linear;
}


@keyframes aboutBelt {
	to { transform: translate( -42%, 21% ); }
}
