body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	margin:0 auto;
	font-size:14px;
	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{
	width: 160px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:5px;
	font-size: 14px;
	letter-spacing: 2px;
}
.logo img {
	width: 100%;
	height: auto;
}
.logo a {
	letter-spacing: 0;
}
