/* CSS Document */
@charset "utf-8";
.index_index_a .cleardog { animation: cleardog 1.2s steps(6) infinite; -webkit-animation: cleardog 1.2s steps(6) infinite; }
.index_index_a .cleardog { width: 132px; height: 65px; background: url(../img/cleardog.png) 0 0 no-repeat; background-size: 100% auto; position: absolute; left: 1rem; z-index: 5; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); position: absolute; bottom: 0; left: 20px; }
@keyframes cleardog { 0% {
 background-position: 0 0
}
 100% {
 background-position: 0 -390px
}
}
 @-webkit-keyframes cleardog { 0% {
 background-position: 0 0
}
 100% {
 background-position: 0 -390px
}
}