@media screen and (min-width:415px) {
	.sp{
		display: none;
	}
}
@media screen and (max-width:414px) {
	.pc{
		display: none;
	}
}