body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", yugothic, "メイリオ", meiryo, sans-serif;
	position: relative;
	margin:0 auto;
	font-size:14px;
	font-weight: normal;
	line-height: 1.6;
	color: #111;
	height: 100vh;
}
a,
a:link,
a:visited,
a:active {
  color: #111; }
.wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100vh;
}
.logo{
    max-width: 380px;
    width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:15px;
	font-size: 16px;
	letter-spacing: 1px;
}
.logo img {
	width: 100%;
	height: auto;
}
.logo a {
	letter-spacing: 0;
	font-weight: normal;
}
