@charset "UTF-8";

body {
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

/* ========== main canvas ========== */

#top_view {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -2;
}

#menu_link:link, #menu_link:visited, #menu_link:active, #menu_link:hover {
	color: #000000;
	text-decoration: none;
}

#modal_link:link, #modal_link:visited, #modal_link:active, #modal_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#form_link:link, #form_link:visited, #form_link:active, #form_link:hover {
	color: #000000;
	text-decoration: none;
}

.person_title {
	display: inline;
	font-size: 11px;
	line-height: 50px;
}

.copys_e {
	display: block;
	position: absolute;
	color: #000000;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0px;
}

.main_loading {
	display: flex;
	position: absolute;
	color: #000000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 0px;
	letter-spacing: 0px;
	align-items: center;
	justify-content: center;
}