@charset "utf-8";


@keyframes zoom-img {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.main_img {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.scroll_text {
	color: #fff;
	font-family: 'Frutiger LT W01_65 Bold1475746', sans-serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}
.scroll_text::after {
	content: '';
	display: block;
	width: 12px;
	height: 7px;
	margin: 7px auto;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20%0A%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0A%20width%3D%2214.5px%22%20height%3D%229.5px%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%221px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%0A%20d%3D%22M13.021%2C2.000%20L7.000%2C8.021%20L0.979%2C2.000%20%22%2F%3E%0A%3C%2Fsvg%3E');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}
.zoom-img {
	opacity: 0;
	width: 100%;
	height: 100%;
	background: url("../images/title_image.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	animation: zoom-img 3.5s 1s forwards;
}
.noyes-logo {
	white-space: nowrap;
	color: #FFFFFF;
	font-family:'Frutiger LT W01_65 Bold1475746',sans-serif;
	font-size: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	z-index: 1;
	letter-spacing: 0.1em;
}