@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## アーティスト一覧 ######################################## */

/* L2 **************************************** タイトル **************************************** */

#artist > h2::after {
	content: "アーティスト一覧";
}


/* L2 **************************************** 絞り込み **************************************** */

#artist div.index {
	position: relative;
	margin-bottom: 5em;
	border: 1px solid #cccccc;
}
#artist div.index.loading::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #666666;
	font-size: 1.6rem;
	line-height: 1.0;
	background: rgba(255, 255, 255, 0.5);
}

#artist div.index > h3 {
	position: absolute;
	top: -1.0em;
	right: 10px;
	z-index: 1;
	padding: 0.5em 0.8em;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	background: #ffffff;
}

#artist div.index > h3 i {
	color: #666666;
}

/* L3 ======================================== 共通スタイル ======================================== */

#artist div.index ul li a {
	position: relative;
	display: block;
	color: #336699 !important;
	text-decoration: none;
	
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}

#artist div.index ul li.selected a {
	color: #ffffff !important;
}

#artist div.index ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 0;
	background: #008ccf;
	
	-webkit-transition: height 0.2s ease-out;
	-moz-transition: height 0.2s ease-out;
	-ms-transition: height 0.2s ease-out;
	-o-transition: height 0.2s ease-out;
	transition: height 0.2s ease-out;
	
	background: #008ccf -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.025)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: #008ccf -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
}
#artist div.index ul li:not(.selected) a:hover::before {
	height: 4px;
}
#artist div.index ul li.selected a::before {
	height: 100%;
}

#artist div.index ul li.no-data a:hover::before {
	height: 0;
}

/* L3 ======================================== インデックス絞込 ======================================== */

#artist div.words {
	margin-top: 15px;
	text-align: center;
}

#artist div.words ul {
	display: inline-table;
	margin: 0 auto;
	vertical-align: middle;
	border-collapse: collapse;
}

#artist div.words ul li {
	position: relative;
	cursor: pointer;
	display: table-cell;
	font-size: 1.8rem;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #cccccc;
	
	box-shadow: inset -4px -4px 12px rgba(0, 0, 0, 0.06);
}

#artist div.words ul li.selected::before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	right: 50%;
	width: 0;
	height: 0;
	margin-left: -12px;
	border: 12px solid;
	border-top-color: transparent;
	border-bottom-color: #dddddd;
	border-left-color: transparent;
	border-right-color: transparent;
}

#artist div.words ul li a {
	padding: 0.2em 0.7em;
}

/* L3 ======================================== レーベル絞込 ======================================== */

#artist div.labels {
	position: relative;
	margin-top: 15px;
	padding: 2em 2em 2.5em 2em;
	font-size: 1.3rem;
	text-align: center;
}
#artist div.labels::before {
	content: "レーベルは複数選択可";
	position: absolute;
	bottom: -1px;
	right: -1px;
	padding: 0.4em 0.8em 0.4em 1em;
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.0;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 1em 0 0 0;
}
#artist div.labels::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	width: 100%;
	height: 100%;
	background: #dddddd;
}

#artist div.labels ul {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

#artist div.labels ul li {
	float: left;
	position: relative;
	list-style-type: none;
	width: 25%;
	color: #ffffff;
	line-height: 1.0;
	
	box-sizing: border-box;
}

#artist div.labels ul li.no-data {
	display: none;
}

#artist div.labels ul:first-child li {
	width: 100%;
}

#artist div.labels ul li a {
	margin: 1px;
	padding: 0.8em 0.8em;
	border: 1px solid #cccccc;
}
#artist div.labels ul li a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background: #ffffff;
	
	box-shadow: inset -8px -8px 18px rgba(0, 0, 0, 0.08);
}

#artist div.labels ul li.no-data a {
	cursor: default;
	color: #999999 !important;
	border-color: transparent;
}
#artist div.labels ul li.no-data a::after {
	background: none;
	
	box-shadow: none;
}


#artist div.labels ul li span.counter {
	position: absolute;
	bottom: 2px;
	right: 2px;
	padding: 0 0.1em;
	color: #336699 !important;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 1.2rem;
	border: 1px solid #cccccc;
	background: #ffffff;
}


/* L2 **************************************** リスト **************************************** */

#artist div.list {
	margin-bottom: 5em;
}

#artist div.list > ul {
	overflow: hidden;
}

#artist div.list > ul > li {
	float: left;
	list-style-type: none;
	width: 33.3333%;
	
	box-sizing: border-box;
}

#artist div.list a {
	color: #000000;
	text-decoration: none;
}

#artist div.list p.message {
	color: #666666;
	font-size: 1.8rem;
	text-align: center;
}

#artist div.list p.message i {
	margin-right: 0.2em;
}

/* L3 ======================================== アーティスト情報 ======================================== */

#artist div.list dl {
	overflow: hidden;
	position: relative;
	margin: 6px;
	padding-top: 1em;
	padding-bottom: 0.5em;
	line-height: 1.2;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	background: #ffffff -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	
	border-radius: 10px 0 25px 0;
}
#artist div.list dl::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	height: 4px;
	background: #008ccf;
	
	-webkit-transition: left 0.3s ease-out, right 0.3s ease-out;
	-moz-transition: left 0.3s ease-out, right 0.3s ease-out;
	-ms-transition: left 0.3s ease-out, right 0.3s ease-out;
	-o-transition: left 0.3s ease-out, right 0.3s ease-out;
	transition: left 0.3s ease-out, right 0.3s ease-out;
}
#artist div.list dl:hover::before {
	left: 0;
	right: 0;
}

#artist div.list > ul > li:nth-child(3n) dl {
	margin-right: 0;
}
#artist div.list > ul > li:nth-child(3n+1) dl {
	margin-left: 0;
}

#artist div.list dl dt {
	overflow: hidden;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.9rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#artist div.list dl dd.photo {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

#artist div.list dl dd.photo img {
	width: auto;
	height: 50px;
	
	border-radius: 50%;
}

#artist div.list dl dd.data {
	margin-top: 1em;
}

#artist div.list dl dd.data ul {
	overflow: hidden;
	font-size: 1.2rem;
}

#artist div.list dl dd.data ul li {
	display: inline-block;
	padding: 0.3em 0.8em;
	color: #ffffff;
}

#artist div.list dl dd.data ul li:first-child {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	
	border-radius: 0.9em;
}

#artist div.list dl dd.data ul li:last-child {
	display: block;
	margin-top: 0.2em;
	padding: 0.4em 12px;
	color: #333333;
	font-size: 1.1rem;
	text-align: left;
}
#artist div.list dl dd.data ul li:last-child::before {
	content: "\f02c";
	margin-right: 0.4em;
	color: #666666;
	font-family: "FontAwesome";
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


