@charset "UTF-8";

/* L1 ########################################  ######################################## */
/* L2 ****************************************  **************************************** */
/* L3 ========================================  ======================================== */
/* L4 ----------------------------------------  ---------------------------------------- */

@media screen and (max-width: 768px) {

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# スマホ 設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## 1stアルバム「Trippin' Orchestra」特設ページ ######################################## */

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

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

#messages > h3 {
	padding-left: 2%;
	padding-right: 2%;
	font-size: 1.6rem;
}

#messages div.wrapper {
	margin-left: 4%;
	margin-right: 4%;
}

#messages div.message {
	width: 90%;
	font-size: 1.3em;
}

#messages div.name {
	font-size: 1.6rem;
	letter-spacing: 0;
}

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

}