@charset "UTF-8";
 
.animal {
	max-width: 1200px;
}
.animal img {
}
 
 
.pcview {
}
.spview {
	display: none;
}
 
@media screen and (max-width: 979px) {
	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}
}