@charset "UTF-8";

@media screen and (max-width: 768px) {
/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

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

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

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

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

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

#artist div.index ul li:not(.selected) a:hover::before {
	height: 0;
}

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

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

#artist div.words ul {
	display: block;
	text-align: center;
	padding-left: 4%;
	padding-right: 4%;
}

#artist div.words ul li {
	display: inline-block;
	margin: 4px 2px;
}

#artist div.words ul:first-child li {
	display: block;
}

#artist div.words ul li.selected::before {
	display: none;
}

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

#artist div.labels {
	margin-top: 25px;
	padding-left: 4%;
	padding-right: 4%;
}

#artist div.labels ul li {
	float: none;
	width: auto;
}

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

#artist div.list > ul > li {
	float: none;
	width: 100%;
}

#artist div.list p.message {
	font-size: 1.4rem;
}

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

#artist div.list dl {
	margin: 6px 0 !important;
}

#artist div.list dl::before {
	display: none;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */
}
