@charset "utf-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/

/*--------------------------------------
	mainimage
--------------------------------------*/

#mainimage img {
	width: 100%;
}

.main_contents {
	background: none;
	width: 100%;
	height: auto;
	min-height: inherit;
	position: relative;
}

#mainimage {
	z-index: 1;
	position: relative;
}

#mainimage .key-ttl {
	max-width: 1174px;
	width: 92%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #fff;
	text-shadow: 0 0 12px rgba(0,0,0,0.4);
}
#mainimage .key-ttl .sttl,
#mainimage .key-ttl .txt{
	font-size: 22px;
	font-weight: 500;
}
#mainimage .key-ttl .sttl{
	letter-spacing: 0.24em;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 24px;
}
#mainimage .key-ttl .ttl{
	font-size: 80px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.24em;
	margin-bottom: 24px;
}
#mainimage .key-ttl .txt{
	line-height: 1.6;
	letter-spacing: 0.04em;
}
@media screen and (max-width: 980px) {
	#mainimage .key-ttl .txt,
	#mainimage .key-ttl .sttl{
		font-size: 19px;
	}
	#mainimage .key-ttl .ttl{
		font-size: 65px;
	}
}
@media screen and (max-width: 767px) {
	#mainimage .key-ttl {
		max-width: none;
		width: 100%;
		left: 4.1vw;
		transform: translateY(-50%);
	}
	#mainimage .key-ttl .sttl{
		font-size: 3.6vw;
		letter-spacing: 0.04em;
		margin-bottom: 3.1vw;
	}
	#mainimage .key-ttl .ttl{
		font-size: 11.5vw;
		letter-spacing: 0.04em;
		margin: 0 -3vw 3.1vw 0;
	}
	#mainimage .key-ttl .txt{
		font-size: 5.1vw;
		line-height: 1.8;
	}
}