@charset "utf-8";

/* ==============================
PC cameraman layout
Site Name: PHOTOSTUDIO MONICA
Date: 2017.05
================================= */

/* header
--------------------------------- */
/* hero */
#hero {
	background: url(../img/cameraman/photo_hero.jpg) center 0 no-repeat;
	background-size: cover;
}
@media screen and (max-width: 1500px) {
	#hero {
		background-size: auto;
	}
}

/* photographer
--------------------------------- */
#photographer {
	background-color: rgba(255,255,255,.4);
	border-color: white;
	padding-bottom: 150px;
}
#photographer .catch {
	margin-bottom: 60px;
}
/* list */
#photographer__list {
	text-align: center;
	margin: -60px -20px 60px;
}
#photographer__list li {
	margin: 60px 20px 0;
}
/* photo */
#photographer__list .photo {
	margin-bottom: 26px;
}
#photographer__list .photo img {
	width: 100%;
}
/* ttl */
#photographer__list .l3 {
	margin-bottom: 18px;
}
#photographer__list .l3 .ens {
	margin-top: 4px;
}