@charset "UTF-8";
/* ==========================================================================
   フッター
   ========================================================================== */

.footer {
	position: fixed !important;
	bottom: 0;
	width: 100%;
	height: 60px;
}

.footer p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-height: 600px) {
	.footer {
		display: none;
	}
}
