@charset "utf-8";
/* CSS Document */

#mainvisual {
	height: 750px!important;
}

#mainvisual .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

header {
	position: absolute;
	top: 382px!important;
	left: 0;
	width: 100%;
	z-index: 99999;
}

/* ロゴ */
.header_logo {
	position: relative;
}

.header_logo::before {
	position: absolute;
	top: -117px;
	left: 0;
	width: 62px;
	height: 89px;
	background: url("../images/logo_block.png") no-repeat;
	content: "";
}

.header_logo a {
	display: block;
	padding-left: 100px;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.header_logo a span {
	display: block;
	padding-top: 20px;
	font-weight: 300;
	font-size: 28px;
}