@keyframes dh1
{
	from
	{
		transform: rotateZ(0deg);
	}
	to
	{
		transform: rotateZ(360deg);
	}
}
#bgm
{
	width: 70%;
	display: block;
	margin: auto;
}
#box_gc
{
	color: white;
	border: 0px solid #FFCBFF;
	position: fixed;
	bottom: 0px;
	width: 100%;
	font-size:48px ;
	text-align: center;
}