@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 #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* special.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

#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;
}

#my-favorite-songs {
	clear: both;
	position: relative;
	
	background: rgba(255, 255, 255, 0.85);
}

#my-favorite-songs > h3 {
	margin-bottom: 1em;
	padding: 0.5em 25px;
	color: #666600;
	font-size: 2.0rem;
	font-weight: normal;
	background: rgba(0, 0, 0, 0.05);
}


#my-favorite-songs div.wrapper {
	margin: 0 50px;
	padding-bottom: 1.5em;
}

#my-favorite-songs div.for-member {
	margin-inline: 50px;
	padding-inline: 2em;
	border-inline: 5px solid #cccccc;
}


#my-favorite-songs ul.list {
	margin: 0;
	padding: 0;
	border-top: 1px dotted #cccccc; 
}

#my-favorite-songs ul.list li {
	display: flex;
	gap: 10px;
	padding: 0.5em 0;
	border-bottom: 1px dotted #cccccc; 
}
#my-favorite-songs ul.list li::before {
	display: none;
}

#my-favorite-songs ul.list span {
	display: inline-block;
}

#my-favorite-songs ul.list span.date {
	width: 10em;
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
}

#my-favorite-songs ul.list a {
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
}

#my-favorite-songs input {
	display: none;
}

#message {
	visibility: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 65536;
	width: 100%;
	padding: 1em 4%;
	color: #ffffff;
	text-align: center;
	background: rgba(0, 140, 207, 0.95);
	box-sizing: border-box;
}

#message.animate {
	visibility: visible;
	transition: bottom 0.5s ease-out;
}

#message strong {
	color: #ffff00;
}

#message span {
	display: inline-block;
}