
#anmAll{
width: 100%;
height: 100%;
position: fixed;
overflow: hidden;
top: 0;
left: 0;
z-index: 50;
}


@-webkit-keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(1px, 1px) rotateZ(1deg)}
    50% {transform: translate(0px, 1px) rotateZ(0deg)}
    75% {transform: translate(1px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(1px, 1px) rotateZ(1deg)}
    50% {transform: translate(0px, 1px) rotateZ(0deg)}
    75% {transform: translate(1px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

#anmBg01{
background: url(../images/anm/bg01.jpg) no-repeat center;
background-size: 100% auto;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 20;
}

#anmBg02{
background: url(../images/anm/bg02.jpg) no-repeat center;
background-size: 100% auto;
width: 102%;
height: 102%;
position: absolute;
top: -1%;
left: -1%;
z-index: 21;
display: inline-block;
-webkit-animation: hurueru .2s 2;
animation: hurueru .1s 2;
}

#anmBg03{
background: url(../images/anm/bg03.jpg) no-repeat center;
background-size: 100% auto;
width: 102%;
height: 102%;
position: absolute;
top: -1%;
left: -1%;
z-index: 22;
-webkit-animation: hurueru .2s;
animation: hurueru .2s;
}

#anmWhite{
background: #fff;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 30;
}

@-webkit-keyframes ballanm {
    from { transform: scale(3.0, 3.0) rotate(-40deg);}
    to   { transform: scale(1.0, 1.0) rotate(0);}
}

@keyframes ballanm {
    from { transform: scale(3.0, 3.0) rotate(-40deg);}
    to   { transform: scale(1.0, 1.0) rotate(0);}
}

#anmBall{
background: url(../images/anm/ball.png) no-repeat center center;
background-size: contain;
width: 170px;
height: 170px;
position: absolute;
top: 50%;
left: 50%;
margin-top: -85px;
margin-left: -85px;
z-index: 25;
-webkit-animation:ballanm 0.2s linear;
animation:ballanm 0.2s linear;
}
