@charset "UTF-8";
/*==========members-profile==========*/
.members-profile__wrapper {
	max-width: 880px;
	margin: 24px auto 0;
}


.members-profile__wrapper::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
}

.members-profile__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.members-profile__item {
	width: 100%;
}

.members-profile-item__inner {
	position: relative;
	display: flex;
	align-items: center;
}

.members-profile-img__wrapper {
	position: relative;
	width: 40%;
	padding-top: 40%;
	overflow: hidden;
	z-index: 1;
}

.members-profile__summary {
	width: 60%;
	padding: 16px 24px 16px 16px;
}

.members-profile__name,
.members-profile__sub {
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.members-profile__sub {
	line-height: 1.2;
}

.members-profile__name {
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
}

.background-layer .members-profile__wrapper,
.background-layer .members-profile-item__inner {
	background: transparent !important;
}

@media screen and (min-width: 560px) {
	.members-profile__item {
		width: 50%;
	}
}


@media screen and (max-width: 767px) {
	.members-profile__wrapper {
		background: transparent !important;
	}
}

@media screen and (min-width: 768px) {
	.members-profile__wrapper {
		margin: 50px auto;
		padding: 0 28px;
	}

	
	.title-optionable ~ .members-profile__wrapper {
		max-width: 1120px;
	}

	.members-profile-img__wrapper {
		border-radius: 6px;
	}
	
	.members-profile__item {
		padding: 0 12px;
		margin-bottom: 16px;
	}

	.members-profile__summary {
		padding: 16px 0 16px 16px;
	}
	
	.members-profile__name {
		margin-bottom: 8px;
		font-size: 20px;
	}

	.members-profile__sub {
		font-size: 16px;
	}
	
	.background-layer .members-profile__wrapper,
	.background-layer .members-profile-item__inner {
		background: transparent !important;
	}
}