@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{
	width: 516px;
	height: 516px;
	background: rgba(111,111,111,0.13);
	border: 1px solid;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
#mainimage .key-ttl h2{
	font-size: 42px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 65px;
	margin-bottom: 20px;
}
#mainimage .key-ttl h2 img{
	display: block;
	width: 72px;
	margin: 0 auto 25px;
}
#mainimage .key-ttl .txt{
	font-size: 21px;
	line-height: 37px;
	letter-spacing: 0.16em;
	/* color: #837d60; */
}
#mainimage .key-item{
	position: absolute;
	right: 30px;
	bottom: -60px;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
}
#mainimage .key-item li{
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: linear-gradient(180deg,rgba(162, 156, 125, 1) 0%, rgba(131, 125, 96, 1) 100%);
	color: #fff;
	text-align: center;
	margin-left: 4px;
	line-height: 32px;
	box-shadow: 0 3px 11px rgba(0,0,0,0.16);
}
#mainimage .key-item li span{
	display: inline-block;
	vertical-align: bottom;
}
#mainimage .key-item li span.db{
	display: block;
}
#mainimage .key-item li .fz20{
	font-size: 20px;
}
#mainimage .key-item li .fz24{
	font-size: 24px;
}
#mainimage .key-item li .fz26{
	font-size: 26px;
}
#mainimage .key-item li .fz28{
	font-size: 28px;
}
#mainimage .key-item li .dot{
	position: relative;
	margin: 0 -2px;
}
#mainimage .key-item li .dot:after{
	content: '';
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3px;
}
@media screen and (max-width: 1440px){
	#mainimage .key-item{
		bottom: -80px;
	}
}
@media screen and (max-width:1360px){
	#mainimage .key-img{
		height: 719px;
	}
}
@media screen and (max-width:1180px) {
	#mainimage .key-item{
		right: 15px;
	}
}
@media screen and (max-width:980px) {
	#mainimage .key-img .object-cover{
		object-position: 70%;
	}
}
@media screen and (max-width:767px) {
	#mainimage .key-img{
		height: auto;
	}
	#mainimage .key-ttl{
		width: 73.6vw;
		height: 73.6vw;
		top: auto;
		bottom: 24.3vw;
		transform: translateX(-50%);
	}
	#mainimage .key-ttl h2{
		font-size: 5.9vw;
		line-height: 9.1vw;
		margin-bottom: 2.7vw;
	}
	#mainimage .key-ttl h2 img{
		width: 10.4vw;
		margin: 0 auto 3.7vw;
	}
	#mainimage .key-ttl .txt{
		font-size: 2.7vw;
		line-height: 5.1vw;
	}
	#mainimage .key-item{
		right: 2vw;
		left: 2vw;
		bottom: -14.7vw;
		justify-content: space-between;
	}
	#mainimage .key-item li{
		width: 31vw;
		height: 31vw;
		margin-left: 0;
		line-height: 6.7vw;
	}
	#mainimage .key-item li .fz20{
		font-size: 4.3vw;
	}
	#mainimage .key-item li .fz24{
		font-size: 5.1vw;
	}
	#mainimage .key-item li .fz26{
		font-size: 5.6vw;
	}
	#mainimage .key-item li .fz28{
		font-size: 5.9vw;
	}
	#mainimage .key-item li .dot:after{
		bottom: -3px;
	}
}