// .l-content__top.p-topArea
.p-topArea {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 32vh;
	margin: 0;
	padding: 2rem 0;
	overflow: hidden;
	text-align: center;

	&.-noimg {
		background: #555;
	}
}

.p-topArea__body {
	position: relative;
	z-index: 3;
	width: 100%;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}

.p-topArea__excerpt {
	font-size: .9em;
}
