@charset "UTF-8";
body {
	background-color: #FFF;
}
.font-jp {
	font-family: 'Noto Sans JP', sans-serif !important;
}
#container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100dvw;
	height: 100dvh;
	overflow: hidden !important;
}
#main {
	display: flex;
	padding: 30px;
	flex-flow: column;
}
a {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	color: #333;
	font-size: clamp(24px, 3vw, 48px);
	font-weight: 900;
}
.link-gp:hover,
.link-cf:hover {
	color: aqua;
}
.link-gp::before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-top: 10px;
	margin-right: 10px;
	background-image: url("../img/icon_material_photo_library.svg");
	background-repeat: no-repeat;
}
.link-cf::before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 29px;
	margin-top: 6px;
	margin-right: 10px;
	background-image: url("../img/icon_material_mail.svg");
	background-repeat: no-repeat;
}
#copyright {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 100;
}