@charset "utf-8";
.effect * {
	transition: 1.5s;
}
.effect *:nth-child(2) {
	transition-delay: .2s;
}
.effect *:nth-child(3) {
	transition-delay: .4s;
}
.effect *:nth-child(4) {
	transition-delay: .6s;
}
.effect *:nth-child(5) {
	transition-delay: .8s;
}
.effect *:nth-child(6) {
	transition-delay: 1s;
}
.effect *:nth-child(7) {
	transition-delay: 1.2s;
}
.effect *:nth-child(8) {
	transition-delay: 1.4s;
}
.effect *:nth-child(9) {
	transition-delay: 1.6s;
}
.effect *:nth-child(10) {
	transition-delay: 1.8s;
}
