@charset "UTF-8";

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


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


body {
	position: relative;
	background: none;
}
body::before {
	content: "";
	display: block;
	position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
	background-image: url(../images/logo.png), url(../images/back_body.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: contain, cover;
}

.format div.box {
	background-color: rgba(255, 255, 255, 0.98);
}

#topics article {
	background-color: rgba(255, 255, 255, 0.98);
}

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

#special {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#special h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#special h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#special h2::after {
	content: "－ スペシャルコンテンツ －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#messages {
	clear: both;
	overflow: hidden;
	position: relative;
	
	/* background: rgba(255, 255, 255, 0.85); */
}

#messages > h3 {
	display: none;
	margin-bottom: 1em;
	padding: 0.5em 25px;
	color: #666600;
	font-size: 2.0rem;
	font-weight: normal;
	background: rgba(255, 255, 255, 0.95);
}


#messages div.wrapper {
	margin: 0 25px;
	padding-bottom: 1.5em;
}

#messages div.message {
	opacity: 0;
	transform: scale(0);
	width: 70%;
	position: relative;
	margin: 2em 0;
	font-size: 1.4em;
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.175, 0.885, 0.32,  1.275);
}

#messages div.message.effect-on {
	top: 0;
	opacity: 1;
	transform: scale(1);
}

#messages div.message:nth-child(odd) {
	float: left;
}

#messages div.message:nth-child(even) {
	float: right;
}

#messages div.inner {
	position: relative;
	padding: 1em;
	color: #ffffff;
	border: 4px solid #ffffff;
	background: linear-gradient(rgba(51, 102, 153, 0.80), rgba(51, 102, 153, 0.98));
	border-radius: 20px;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}
#messages div.inner::before, #messages div.inner::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	pointer-events: none;
}
#messages div.inner::before {
	border-top-color: #ffffff;
	border-width: 21px;
	margin-left: -21px;
}
#messages div.inner::after {
	border-top-color: rgba(51, 102, 153, 1);
	border-width: 15px;
	margin-left: -15px;
}

#messages div.inner p {
	line-height: 1.6;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#messages div.inner p:first-child {
	margin-top: 0;
}
#messages div.inner p:last-child {
	margin-bottom: 0;
}

#messages div.name {
	position: relative;
	padding-top: 15px;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	text-indent: -0.05em;
	text-align: center;
	white-space: nowrap;
}
#messages div.name.en {
	font-family: "Arial";
	letter-spacing: 0;
}

#messages div.name p {
	display: inline-block;
	padding: 0.5em 1em;
	background: rgba(255, 255, 255, 0.95);
	line-height: 1.0;
	border-radius: 20px;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}