/* トップページ
------------------------------------------------------------*/
#main {
	min-width: 100vh;
	min-height: 160vh;
	background-color: rgba(242,242,240,0.50);
	background-image: url("../img/topimage.png");
	background-size: cover;
	background-repeat: no-repeat;
	/*
	background-attachment: fixed;
	*/
}

/*
#main img {
	width: 100%;
	object-fit: contain;
}
*/