@charset "UTF-8";

@media (max-width: 1023px) {
	.pc-only {
		display: none;
	}
}

@media (min-width: 1024px) {
	.sp-only {
		display: none;
	}
}