@media screen and (max-width: 767px) {
	.hu-pc {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.hu-sp {
		display: none !important;
	}
}