@charset "UTF-8";
#free #star {
	width: 260px;
	height: 120px;
	position: absolute;
	top: 150px;
	left: 0;
}
#main img.star {
	position: absolute;
	width: 30px;
	animation: matataki 5s linear 0s infinite normal;
	-webkit-animation: matataki 5s linear 0s infinite normal;
	-moz-animation: matataki 5s linear 0s infinite normal;
	-ms-animation: matataki 5s linear 0s infinite normal;
	-o-animation: matataki 5s linear 0s infinite normal;
	z-index: 100;
}
@-webkit-keyframes matataki {
 0% {
 -webkit-transform: scale(1.0);
 opacity: 0.9;
}
 25% {
 -webkit-transform: scale(0);
 opacity: 0;
}
 50% {
 -webkit-transform: scale(1.0);
 opacity: 1;
}
 75% {
 -webkit-transform: scale(0);
 opacity: 0;
}
 100% {
 -webkit-transform: scale(1.0);
 opacity: 1;
}
}
@keyframes matataki {
 0% {
 transform: scale(1.0);
 opacity: 0.9;
}
 25% {
 transform: scale(0);
 opacity: 0;
}
 50% {
 transform: scale(1.0);
 opacity: 0.9;
}
 75% {
 transform: scale(0);
 opacity: 0;
}
 100% {
 transform: scale(1.0);
 opacity: 0.9;
}
}
/*キラキラの位置 freeTOP*/
#main img.star:nth-child(1) {
	top: 10px;
	left: 20px;
}
#main img.star:nth-child(2) {
	top: 25px;
    left: 230px;
}
#main img.star:nth-child(3) {
	top: 20px;
	left: 155px;
}
#main img.star:nth-child(4) {
	width: 20px;
	top: 45px;
	left: 120px;
}
#main img.star:nth-child(5) {
	top: 45px;
	left: 40px;
}
#main img.star:nth-child(6) {
	width: 20px;
	top: 75px;
	left: 90px;
}
#main img.star:nth-child(7) {
	width: 20px;
	top: 80px;
	left: 220px;
}
#main img.star:nth-child(8) {
	width: 20px;
	top: 80px;
    left: 140px;
}
#main img.star:nth-child(9) {
	width: 20px;
	top: 100px;
	left: 110px;
}
#main img.star:nth-child(10) {
	width: 20px;
	top: 10px;
	left: 130px;
}
#main img.star:nth-child(11) {
	width: 20px;
	top: 80px;
    left: 40px;
}

/*キラキラの位置 powerspot*/
#main .stamp_powerspot img.star:nth-child(1) {
	top: 10px;
	left: 10px;
}
#main .stamp_powerspot img.star:nth-child(2) {
	top: -20px;
    right: 0;
}
#main .stamp_powerspot img.star:nth-child(3) {
	top: -10px;
	left: 155px;
}
#main .stamp_powerspot img.star:nth-child(4) {
	width: 20px;
	top: -100px;
	left: 120px;
}
#main .stamp_powerspot img.star:nth-child(5) {
	top: 50px;
	left: auto;
	right: -15px;
}
#main .stamp_powerspot img.star:nth-child(6) {
	width: 20px;
	top: -300px;
	left: 90px;
}
#main .stamp_powerspot img.star:nth-child(7) {
	width: 30px;
	top: 70px;
	left:-10px;
}
#main .stamp_powerspot img.star:nth-child(8) {
	width: 20px;
	top: -250px;
    left: 200px;
}
#main .stamp_powerspot img.star:nth-child(9) {
	width: 20px;
    top: -30px;
    left: 80px;
}
#main .stamp_powerspot img.star:nth-child(10) {
	width: 30px;
    top: -285px;
    left: auto;
    right: 20px;
}
#main .stamp_powerspot img.star:nth-child(11) {
	width: 20px;
	top: 90px;
    left: 100px;
}
