@charset "UTF-8";

/* Header */
.large-header {
	width: 100%;
	height: 100%;
	background: #333 url('../imgs/bg_color.jpg') repeat center top / cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

h1::before {
	content: '';
	width: 70%;
	max-width: 450px;
	height: 100vh;
	background: url(../imgs/Logo7saku.svg) no-repeat center center / 70%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate3d(-50%,-50%,0);
}
h1 span {
	display: inline-block;
	text-indent: -99999px;
}

