/* MOBILE */
@media only screen and (max-device-width: 1023px) {
	#frame-footer {
		width: 30dvw;
		height: 10dvh;
	}
}
/* PC */
@media only screen and (min-device-width: 1023px) {
	#frame-footer {
		width: 100dvw;
		height: 10dvh;
	}
}