@charset "UTF-8";
body{
	margin: 0;
}
.mainImg{
	max-width: 750px;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.purchaseBtn, .teiki{
	position: relative;	
}
.teikiBtn{
	position:  absolute;
    bottom:2%;
    left: 49%;
    transform: translate(-50%,0%);
}
.top{
    top:8%;
}

.floatBtn a img{
	width: 40%;
	max-width: 250px;
	position: fixed;
	bottom: 1%;
	right: 1%;
}
.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 3px);
    }
    5% {
        transform: translate(0px, -3px);
    }
    10% {
        transform: translate(0px, 3px);
    }
    15% {
        transform: translate(0px, -3px);
    }
    20% {
        transform: translate(0px, 3px);
    }
    25% {
        transform: translate(0px, -3px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

.fuwafuwa {
    animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
    0% {
        transform: scale(0.9);
    }
    50% {
       transform: scale(1.1);
    }
    100% {
       transform: scale(0.9);
    }
}