@charset "UTF-8";
/* CSS Document */

/* ------------------------------ SP ------------------------------ */

/* -------------------- ヘッダ -------------------- */

/* -------------------- メイン -------------------- */
.main {
}

/* ---------- コンテンツ ---------- */
.mainContents {
	width: 100vw;
	height: 100vh;
	background: #C3CB3F;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	width: calc(400vw / 7.5);
}

/* -------------------- フッタ -------------------- */