@charset "UTF-8";
.mainVisual{
		width: 100%;
		height: 100vh;
		background: url("../img/pc/top_bg-pc.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	z-index: -1;
	}
@media (max-width: 766px) {
	.mainVisual{
		width: 100%;
		height: 85vh;
		background: url("../img/sp/top-bg-sp.jpg")no-repeat;
		background-size: cover;
		background-position: center;
		z-index: -1;
	}
}