@charset "UTF-8";


/*--------------------------------------------
↓　#people
--------------------------------------------*/
#people {
	position: relative;
	padding-bottom: 160px !important;
}
#people img {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
#people div {
	line-height: 2.4em;
	background-color: #fff;
	position: absolute;
	bottom: 60px;
	margin: auto;
	right: 0;
	left: 0;
	max-width: 800px;
	width: 80%;
	padding: 30px 0 0;
}
#people p {
	text-align: center;
	font-size: 1.15em;
}
#people p.title {
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}
#people p span.naname {
	background-image: linear-gradient(-45deg, #fff 25%, #f6cf1a 25%, #f6cf1a 50%, #fff 50%, #fff 75%, #f6cf1a 75%, #f6cf1a);
	background-size: 8px 8px;
	height: 15px;
	display: block;
	margin-top: 30px;
	width: 100%;
}
#people img.copy {
	width: 250px;
	margin: -40px auto 0;
}
/*
#people p span.marker {
	background: linear-gradient(transparent 60%, #22c4fd 0%);
}
*/
@media screen and (max-width: 768px) {
#people {
	padding-bottom: 200px !important;
}
#people div {
	line-height: 2em;
	width: 85%;
	font-size: 1.05em;
}
#people p.title {
	font-size: 1.5em;
	margin-bottom: 10px;
}
}

@media screen and (max-width: 640px) {
#people {
	padding-bottom: 50px !important;
}
#people img {
	margin-bottom: 20px;
}
#people div {
	width: 100%;
	position: static;
	padding-top: 0 !important;
}
#people p.title {
	font-size: 1.2em;
	display: none;
}
}






/*--------------------------------------------
↓　#person
--------------------------------------------*/
#person {
	text-align: center;
}
