@charset "UTF-8";

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

/* L1 ######################################## プロフィール ######################################## */

#profile {
	width: 100%;
	margin: 0 auto;
}

#profile h2 {
	float: none;
	margin: 0;
	padding: 0.6em 4%;
	font-size: 1.4rem;
	letter-spacing: 0;
	
	border-radius: 0;
}
#profile h2::after {
	font-size: 1.0rem;
}

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

#info {
	padding-bottom: 0.5em;
}

/* L3 ======================================== 英語バージョンリンク ======================================== */

#info p.english {
	position: relative;
	top: 5px;
	right: 0;
	margin: 0 2%;
	padding: 0.2em 1em;
	font-size: 1.2rem;
	text-align: center;
}

/* L3 ======================================== アーティスト名 ======================================== */

#info > dl > dt {
	padding: 0.8em 4% 0 4%;
	color: #444444;
	font-size: 1.8rem;
}

#info > dl > dd.name-other {
	margin-left: 2%;
	margin-right: 2%;
	padding: 0.2em 2% 0 2%;
	color: #444444;
	font-size: 1.2rem;
	
	border-top: 1px dotted rgba(0, 0, 0, 0.2);
}

#info > dl.group > dt + dd.name-other {
	padding-left: 2%;
}

/* ****************************** データ****************************** */

#info > dl > dd.data {
	margin-top: 1em;
	padding: 0 4%;
}

/* L3 ======================================== フォト ======================================== */

/*  ---------- センタリング ---------------------------------------- */

#info div.photo {
	margin: 1em 0;
}

/*  ---------- フロート ---------------------------------------- */

#info div.photo-float {
	float: none;
	margin: 1em 0;
}

/*  ---------- figure 要素 ---------------------------------------- */

#info div[class^="photo"] figure {
	display: inline-block;
	max-width: 100%;
	margin: 0;
	padding: 10px;
	
	box-sizing: border-box;
}

#info div[class^="photo"] figure img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 450px;
}

/*  ---------- 汎用キャプション ---------------------------------------- */

#info figcaption {
	margin-bottom: -0.3em;
	font-size: 1.1rem;
}

#info figcaption ul {
	padding-left: 0;
	padding-right: 0;
}

#info figcaption ul:first-child::before {
	display: none;
}

#info figcaption ul:last-child:after {
	content: "L to R";
	position: relative;
	top: 0;
	bottom: auto;
	right: auto;
	display: block;
	margin-top: 0.5em;
	margin-bottom: -0.3em;
	padding: 0.5em 0 0 0;
	font-size: 1.1rem;
	
	border: none;
	border-top: 1px dotted rgba(0, 0, 0, 0.5);
}

/* L3 ======================================== 汎用テーブル ======================================== */

/* L4 ---------------------------------------- L to R タイプ ---------------------------------------- */

#info table.l-to-r {
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.1rem;
	line-height: 1.8;
}

#info table.l-to-r th {
	min-width: 6em;
	padding: 0.5em 0;
	letter-spacing: 0;
}

#info table.l-to-r th br {
	display: none;
}

#info table.l-to-r td {
	padding: 0.5em 2%;
	text-align: left;
}

/* L4 ---------------------------------------- Top to Bottom タイプ ---------------------------------------- */

#info table.t-to-b {
	width: 100%;
	margin-bottom: 1em;
	font-size: 1.1rem;
	line-height: 1.8;
}

#info table.t-to-b th {
	min-width: 1px;
	padding: 0.5em 0;
	letter-spacing: 0;
}

#info table.t-to-b td {
	padding: 0.5em 2%;
	text-align: left;
}

/* L3 ======================================== パーソナル ======================================== */

#info ul.personal,
#info ul.member {
	margin-bottom: 1em;
}

/* L3 ======================================== メンバー横並び ======================================== */

div.side-by-side {
	text-align: left;
}

div.side-by-side div.member {
	display: block;
	width: 100%;
	padding: 1em 0;
}


/* L3 ======================================== バイオグラフィー ======================================== */

#info div.biography {
	width: auto !important;
}

/* ****************************** table 関連 ****************************** */

/* L3 ======================================== table 要素 ======================================== */

#info table.history {
	position: relative;
	width: 100%;
	margin-top: 1em;
	margin-bottom: 1.0em;
	border-collapse: collapse;
	
	box-sizing: border-box;
}

/* L3 ======================================== caption 要素 ======================================== */

#info table.history caption {
	position: relative;
	margin-left: 1.6em;
	margin-bottom: 0.2em;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0;
	
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#info table.history caption::before {
	content: "\f022";
	position: absolute;
	top: -1px;
	left: -1.4em;
	margin-right: 0.5em;
	font-family: "FontAwesome";
}

/* L3 ======================================== th 要素 ======================================== */

#info table.history th {
	padding: 0.5em 25px;
	color: #666600;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2em;
	border: 1px solid #bbbbbb;
}

#info table.history th:first-child {
	width: 100px;
}
#info table.history th:last-child {
	border-left-style: dotted;
}

/* L3 ======================================== td 要素 ======================================== */

#info table.history tbody td {
	font-size: 1.1rem;
	vertical-align: middle;
	border: 1px solid #aaaaaa;
}

#info table.history tbody td.time1 {
	padding: 0.5em 2%;
	text-align: left;
	white-space: normal;
}
#info table.history tbody td.time2 {
	min-width: 4em;
	padding: 0.5em 2%;
	white-space: normal;
}

#info table.history tbody td.record {
	padding: 0.5em 2%;
}

/* L4 ---------------------------------------- .format リスト 上書き ---------------------------------------- */

#info table.history tbody td.record ul {
	margin-left: 20px;
}

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