/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time_1{ 
	animation-delay: 0.6s;
}
.delay-time_2{
	animation-delay: 1s;
}
.delay-time_3{  
	animation-delay: 1.4s;
}

.party-time1 {
    animation-delay: 0.4s; 
}
.party-time2 {
    animation-delay: 1s; 
}
.party-time3 {
    animation-delay: 1.4s; 
}
.party-time4 {
    animation-delay: 1.6s; 
}

.features-time1 {
    animation-delay: 0.4s;
}
.features-time2 {
    animation-delay: 0.8s;
}
.features-time3 {
    animation-delay: 1.2s;
}

.start-time1 {
    animation-delay: 0.4s;
}
.start-time2 {
    animation-delay: 0.8s;
}
.start-time3 {
    animation-delay: 1.2s;
}

.version-time1 {
    animation-delay: 0.4s;
}
.version-time2 {
    animation-delay: 0.8s;
}


/*========= レイアウトのためのCSS ===============*/



