@charset "UTF-8";

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

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* ######################################## カラースキーム ######################################## */

/* ******************** body 要素 ******************** */
body {
	background: #ffffff url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

/* ******************** メニュー ******************** */
#menu { background-color: rgba(23, 25, 30, 0.95); }

/* ******************** フッタ ******************** */
footer { background-color: rgba(23, 25, 30, 0.95); }

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* common.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* L1 ######################################## フッタバナー ######################################## */

footer p.banner {
	margin: 1em 2% 0 2%;
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* top.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#music-video p {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* ########## 画像 ########## */
img[src*="TECE-3111.gif"] {
	background: url(../discography/jacket/TECE-3111.jpg) 50% 50% no-repeat;
	
	background-size: contain;
}
img[src*="TECE-3245.gif"] {
	background: url(../discography/jacket/TECE-3245.jpg) 50% 50% no-repeat;
	
	background-size: contain;
}
img[src*="is_2shot.gif"] {
	background: url(../images/others/is_2shot.jpg) 50% 50% no-repeat;
	
	background-size: contain;
}

/* L1 ######################################## ライナーノーツ ######################################## */

#t_liner-notes p.s {
	margin: 1em 0;
	color: #336699;
	font-size: 1.6rem;
}

#t_liner-notes p.u {
	margin: 1em 0;
	color: #333333;
	font-size: 1.6rem;
}

#t_liner-notes p.author {
	margin: 1em 0;
	color: #333333;
	font-size: 1.6rem;
	text-align: right;
}

#t_liner-notes span.note {
	font-size: 80%;
}

#t_liner-notes ul.no-mark {
	margin-left: 0;
}

/* L2 **************************************** 情報折りたたみ **************************************** */

#t_liner-notes p.open-detail {
	cursor: pointer;
	padding: 0.4em 4%;
	color: #ff6600;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #ff6600;
	background: #ffffff;
	
	border-radius: 30px;
	box-shadow: inset 0 -20px 5px rgba(0, 0, 0, 0.05);
}

#t_liner-notes div.more{
	overflow: hidden;
	
	-webkit-transition: height 0.5s ease-in-out;
	-moz-transition: height 0.5s ease-in-out;
	-ms-transition: height 0.5s ease-in-out;
	-o-transition: height 0.5s ease-in-out;
	transition: height 0.5s ease-in-out;
}

/* L1 ######################################## こぶしまる シュッ ######################################## */

#kobu {
	position: fixed;
	right: -300px;
	bottom: -300px;
	z-index: 2000;
	width: 300px;
	height: 300px;
	
	transition: right 1s ease-in-out, bottom 1s ease-in-out;
}

#kobu img {
	width: 300px;
	height: 300px;
}

#kobu.animate {
	right: 0;
	bottom: 0;
}

