@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 #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
hr.separate {
	margin: 2em 0;
	height: 1px;
	border: 0;
	clear: both;
	
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
strong.black { color: #333333;}
strong.red { color: #cc0000;}
strong.gray { color: #888888;}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* format.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */

.format p.catch-ruby {
	position: relative;
	color: #cc3300;
	font-size: 1.6rem;
}
.format p.catch-ruby::before {
	content: "\f005";
	position: absolute;
	top: 0.5em;
	left: -20px;
	margin: 0;
	font-family: "FontAwesome";
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* catalog.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
#basic-info div.description p.catch-ruby {
	position: relative;
	color: #cc3300;
	font-size: 1.6rem;
}
#basic-info div.description p.catch-ruby::before {
	content: "\f005";
	position: absolute;
	top: 0.5em;
	left: -20px;
	margin: 0;
	font-family: "FontAwesome";
}

/* #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* top.css #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#* */
/* L1 ######################################## プッシュコンテンツ ######################################## */
#push dl dt.music-icon {
	overflow: hidden;
	min-width: 130px;
	max-width: 250px;
	padding: 0.8em 15px 0.2em 30px;
	color: #666600;
	font-size: 1.6rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	
	background: rgba(0, 0, 0, 0.1);
}
#push dl dt.music-icon::before {
	content: "\f001";
	position: absolute;
	top: 0.7em;
	left: 10px;
	margin: 0;
	font-family: "FontAwesome";
}

/* 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;
}

