@charset "UTF-8";

#artist-list {
	max-width: 1400px;
	margin: 0 auto;
}


.report-list + .more-button {
	margin-top: 30px;
}
.page .back {
	margin-top: 100px;
}
.page .share {
	display: block;
	margin: 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.page .share li {
	display: inline-block;
	vertical-align: middle;
}
.page .share li + li {
	margin-left: 12px;
}
.page .share li a {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 56px;
	background-color: #f3f3f3;
	border-radius: 100%;
	transition: opacity .3s ease-out;
}
.page .share li a:hover {
	opacity: 0.6;
}
.page .share li a img {
	width: 24px;
	height: auto;
}



.artist-header {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.artist-header h2 {
	float: left;
	width: 860px;
}
.artist-header .share {
	float: right;
}

.main-image {
	margin-bottom: 80px;
}
.main-image .img {
	background-color: #000;
	text-align: center;
}
.main-image .img figcaption {
	background-color: #fff;
}
.main-image .img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 618.75px;
}
.artist-images .box .img {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	background-color: #000;
}
.artist-images .box .img img {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: auto;
	height: 100%;
	max-width: 100%;
}
.artist-images .box .text {
	margin-top: 1em;
}

@media screen and (max-width: 768px) {
	#artist-list {
		padding: 0 4%;
	}

	.report-list + .more-button {
		margin-top: 20px;
	}
	.page .back {
		margin-top: 50px;
	}


	.page .share li + li {
		margin-left: 0.5em;
	}
	.page .share li a {
		display: block;
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
	.page .share li a img {
		width: 22px;
		height: auto;
	}


	.artist-header {
		margin-bottom: 20px;
	}
	.artist-header h2 {
		float: none;
		width: auto;
	}
	.artist-header .share {
		float: none;
		text-align: center;
	}

	.main-image {
		margin-bottom: 40px;
	}
	.main-image .img img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 222px;
	}
}