body {
	font-family: var(--main-font);
}
img {
	width: 100%;
	height: auto;
}
.pc_none {
	display: block;
}
.pc_none__flex {
	display: flex;
}
.sp_none {
	display: none;
}
.sp_none__flex {
	display: none;
}
.no_link {
	text-decoration: none;
	pointer-events: none;
}
.l-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	min-height: 100vh;
}
.l-main {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.l-main__innerTxt {
	text-align: center;
}