.img-ani {
-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99);
-moz-transition: all 1s cubic-bezier(0,.72,.44,.99);
-ms-transition: all 1s cubic-bezier(0,.72,.44,.99);
-o-transition: all 1s cubic-bezier(0,.72,.44,.99);
transition: all 1s cubic-bezier(0,.72,.44,.99);
opacity:0;
}
.tran01{
-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.5s;
-moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.5s;
-ms-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.5s;
-o-transition: all 1s cubic-bezier(0,.72,.44,.99) 0.5s;
transition: all 1s cubic-bezier(0,.72,.44,.99) 0.5s;
}
.tran02{
-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 1s;
-moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 1s;
-ms-transition: all 1s cubic-bezier(0,.72,.44,.99) 1s;
-o-transition: all 1s cubic-bezier(0,.72,.44,.99) 1s;
transition: all 1s cubic-bezier(0,.72,.44,.99) 1s;
}
.tran03{
-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 1.5s;
-moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 1.5s;
-ms-transition: all 1s cubic-bezier(0,.72,.44,.99) 1.5s;
-o-transition: all 1s cubic-bezier(0,.72,.44,.99) 1.5s;
transition: all 1s cubic-bezier(0,.72,.44,.99) 1.5s;
}
.tran04{
-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 2s;
-moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 2s;
-ms-transition: all 1s cubic-bezier(0,.72,.44,.99) 2s;
-o-transition: all 1s cubic-bezier(0,.72,.44,.99) 2s;
transition: all 1s cubic-bezier(0,.72,.44,.99) 2s;
}
.tran05{
-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99) 2.5s;
-moz-transition: all 1s cubic-bezier(0,.72,.44,.99) 2.5s;
-ms-transition: all 1s cubic-bezier(0,.72,.44,.99) 2.5s;
-o-transition: all 1s cubic-bezier(0,.72,.44,.99) 2.5s;
transition: all 1s cubic-bezier(0,.72,.44,.99) 2.5s;
}

.bottom-top {
transform: translate(0,100px);
-webkit-transform: translate(0,100px);
-moz-transform: translate(0,100px);
-ms-transform: translate(0,100px);
-o-transform: translate(0,100px);
}
.left-right {
transform: translate(-100px,0);
-webkit-transform: translate(-100px,0);
-moz-transform: translate(-100px,0);
-ms-transform: translate(-100px,0);
-o-transform: translate(-100px,0);
}
.right-left {
transform: translate(100px,0);
-webkit-transform: translate(100px,0);
-moz-transform: translate(100px,0);
-ms-transform: translate(100px,0);
-o-transform: translate(100px,0);
}
.img-aniload{
transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
opacity:1;
}

.sub_game .sts_win {
	-webkit-transition: all 1s cubic-bezier(0,.72,.44,.99);
	-moz-transition: all 1s cubic-bezier(0,.72,.44,.99);
	-ms-transition: all 1s cubic-bezier(0,.72,.44,.99);
	-o-transition: all 1s cubic-bezier(0,.72,.44,.99);
	transition: all 1s cubic-bezier(0,.72,.44,.99);
	opacity:0;
	top: 0;
}

.sub_game .sts_win.up_down_ver.sts_win_aniload {
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	opacity:1;
	top: 4.3rem;
}