@charset "UTF-8";

/*================================================================
player
================================================================*/

/*
01,play
----------------------------------------------------------------*/
section#stage,
section.stageSec,
section.stageSec .inner {
	margin: 0;
	height: auto;
	overflow: hidden;
}
section.stageSec ol {
	margin: 0;
	text-align: center;
}
section.stageSec ol li {
	padding: 12% 0 36%;
	list-style: none;
	vertical-align: middle;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50%;
	text-align: center;
}
section.stageSec ol li#music01,
section.stageSec ol li#music02,
section.stageSec ol li#music03,
section.stageSec ol li#music04,
section.stageSec ol li#music05,
section.stageSec ol li#music06,
section.stageSec ol li#music07,
section.stageSec ol li#music08,
section.stageSec ol li#music09,
section.stageSec ol li#music10 {
	background-image:url(../img/bg_stage_1.jpg) ;
}
section.stageSec ol li#music11,
section.stageSec ol li#music12,
section.stageSec ol li#music13,
section.stageSec ol li#music14,
section.stageSec ol li#music15,
section.stageSec ol li#music16,
section.stageSec ol li#music17,
section.stageSec ol li#music18,
section.stageSec ol li#music19,
section.stageSec ol li#music20 {
	background-image:url(../img/bg_stage_2.jpg) ;
}
section.stageSec ol li#music21,
section.stageSec ol li#music22,
section.stageSec ol li#music23,
section.stageSec ol li#music24,
section.stageSec ol li#music25,
section.stageSec ol li#music26,
section.stageSec ol li#music27,
section.stageSec ol li#music28,
section.stageSec ol li#music29,
section.stageSec ol li#music30 {
	background-image:url(../img/bg_stage_3.jpg) ;
}
section.stageSec ol li#music31,
section.stageSec ol li#music32,
section.stageSec ol li#music33,
section.stageSec ol li#music34,
section.stageSec ol li#music35,
section.stageSec ol li#music36,
section.stageSec ol li#music37,
section.stageSec ol li#music38,
section.stageSec ol li#music39,
section.stageSec ol li#music40,
section.stageSec ol li#music41 {
	background-image:url(../img/bg_stage_4.jpg) ;
}
section.stageSec ol li .musicInner {
	opacity: 0;
	position: relative;
	width: 720px;
	height: 400px;
	margin: 0 auto;
	background: url(../img/logo_mark_w.png) no-repeat rgba(0,0,0,0.8);
	background-size: 20px;
	background-position: 20px 20px;
	border-radius: 20px;
	z-index: 1;
}
section.stageSec ol li .musicInner p.trackNum {
	display: block;
	padding-top: 20px;
	color: #FFF;
	font-size: 16px;
	z-index: 100;
}
section.stageSec ol li .musicInner p.junre {
	display: block;
	padding-top: 40px;
	font-size: 16px;
}
section.stageSec ol li .musicInner dl {
	margin: 0;
	padding-bottom: 100px;
	line-height: 1.25;
	z-index: 100;
	background: url(../img/player_btn_play.png) no-repeat 50% 96%;
	background-size: 56px;
	cursor: pointer;
}
section.stageSec ol li.playing .musicInner dl {
}
section.stageSec ol li .musicInner dl dt {
	margin-bottom: 20px;
	padding: 0 20px;
	font-size: 20px;
	font-weight: normal;
}
section.stageSec ol li .musicInner dl dt a {
	color: #fff;
	text-decoration: none;
}
section.stageSec ol li .musicInner dl dd {
	display: inline-block;
	font-size: 16px;
}
section.stageSec ol li .musicInner dl dd.type {
	margin-bottom: 24px;
	padding: 1px 10px;
	background-color: #2798c7;
	color: #FFF;
	border-radius: 15px;
	line-height: 1.4;
	border: none;
	font-size: 10px;
}
section.stageSec ol li .musicInner dl dd.remix {
	background-color: #F22;
}
section.stageSec ol li .musicInner dl dd.arrange {
	background-color: #1A3;
}
section.stageSec ol li .musicInner dl dd.artistName {
	display: block;
	font-size: 16px;
}

section.stageSec ol li .musicFooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #000;
	background: #FFF;
	border-radius: 0 0 20px 20px;
	z-index: 101;
}
section.stageSec ol li .musicFooter:before,
section.stageSec ol li .musicFooter:after {
	content: "";
	display: table;
}
section.stageSec ol li .musicFooter:after {
	clear: both;
}
section.stageSec ol li .musicFooter p {
	font-size: 16px;
	line-height: 40px;
}
section.stageSec ol li .musicFooter p.colLeft {
	float: left;
}
section.stageSec ol li .musicFooter p.colRight {
	float: right;
}
section.stageSec ol li .musicFooter p a {
	display: inline-block;
	padding: 0 20px;
	color: #000;
	line-height: 60px;
}
section.stageSec ol li .musicFooter .profile {
}
section.stageSec ol li .musicFooter .photo {
	position: relative;
	float: left;
	width: 100px;
	margin: -20px 20px -20px 0;
	z-index: 100;
}
section.stageSec ol li .musicFooter .photo img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	box-shadow:rgba(0, 0, 0, 0.1) 0px 0px 6px 3px;

}
section.stageSec ol li .musicFooter .lyrics {
	padding-left: 20px;
	border-left: #333 solid 1px;
}
section.stageSec ol li .musicFooter .lyrics a {
	padding-left: 32px;
	background: url(../img/icon_lylic.png) no-repeat 0 50%;
	background-size: 16px;
}
section.stageSec ol li .musicFooter .movie {
	padding-left: 20px;
	border-left: #333 solid 1px;
}
section.stageSec ol li .musicFooter .movie a {
	padding-left: 32px;
	background: url(../img/icon_movie.png) no-repeat 0 50%;
	background-size: 16px;
}

section.stageSec ol li .musicFooter .artistSec,
section.stageSec ol li .musicFooter .lyricsSec,
section.stageSec ol li .musicFooter .movieSec {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 60px;
	text-align: left;
	background: #F0F0F0;
	border-radius: 20px 0 0 0;
}
section.stageSec ol li .musicFooter .artistSec {
}
section.stageSec ol li .musicFooter .artistSec .artistInfo {
}
section.stageSec ol li .musicFooter .artistSec .artistInfo .artistComment {
	max-height: 220px;
	padding: 40px 40px 80px;
	overflow-y: scroll;
}
section.stageSec ol li .musicFooter .artistSec .artistInfo .artistComment p {
	margin-bottom: 0;
	line-height: 1.5;
}
section.stageSec ol li .musicFooter .artistSec .artistInfo .artistComment p a {
	padding: 0;
}
section.stageSec ol li .musicFooter .artistSec .artistInfo .artistComment .copyright {
	margin-top: 20px;
	padding: 16px 20px;
	font-size: 12px;
	background: #FFF;
	border-radius: 8px;
}
section.stageSec ol li .musicFooter .lyricsSec {
}
section.stageSec ol li .musicFooter .lyricsSec .title {
	height: 20px;
	padding: 40px 40px 20px;
	font-size: 20px;
	font-weight: bold;
}
section.stageSec ol li .musicFooter .lyricsSec .preWrap {
	max-height: 180px;
	padding: 0 40px 80px;
	overflow-y: scroll;
}
section.stageSec ol li .musicFooter .lyricsSec .preWrap pre {
	font-size: 14px;
	font-family: 'Roboto', "Lucida Grande", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
}
section.stageSec ol li .musicFooter .movieSec {
	height: 340px;
	background: url(../img/player_btn_loading.gif) no-repeat 50% #000;
}
section.stageSec ol li .musicFooter .movieSec embed,
section.stageSec ol li .musicFooter .movieSec iframe {
	display: block;
	width: 100%;
	height: 340px;
	margin: 0 auto;
}
section.stageSec ol li .musicFooter p.close {
	position: absolute;
	float: none;
	top: -60px;
	right: 20px;
	width: 40px;
	margin: 0;
	padding: 0;
}
section.stageSec ol li .musicFooter p.close a img {
	width: 40px;
	height: auto;
}
section.stageSec ol li p.shareBtn {
	position: absolute;
	top: 50%;
	right: 0;
	width: 160px;
	margin-top: -180px;
	margin-right: -4px;
	background: url(../img/bg_share.png) no-repeat 100% 50%;
	background-size: 64px auto;
	text-align: right;
}
section.stageSec ol li p.shareBtn a {
	display: inline-block;
	padding: 40px 80px 40px 0;
	background: url(../img/icon_twitter.png) no-repeat 80% 50%;
	background-size: 16px;
	color: #FFF;
}

/* audio */
.audiojs {
	display: none;
	position: fixed;
	left: 50%;
	bottom: 0;
	width: 720px;
	height: 80px;
	margin: 0 0 0 -360px;
	padding: 0;
	border: none;
	box-shadow: none;
	background: none;
	z-index: 10;
	text-align: left;
}
.audiojs .play-pause {
	position: fixed;
	top: auto;
	bottom: 12px;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: 0 0 0 -340px;
	z-index: 800;
	border: none;
}
.audiojs p.play,
.audiojs p.loading,
.audiojs p.error,
.audiojs p.pause {
	width: 40px;
	height: 40px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 40px;
	text-indent: -9999px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.audiojs p.play	     { background-image: url(../img/player_btn_play.png); }
.audiojs p.loading   { }
.audiojs p.error	 { }
.audiojs p.pause	 { background-image: url(../img/player_btn_stop.png); }

.audiojs .scrubber {
	width: 480px;
	height: 8px;
	margin: 38px 0 0 80px;
	padding: 0;
	border: none;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	z-index: 500;
	border: #FFF solid 1px;
	border-radius: 8px;
	overflow: hidden;
}
.audiojs .scrubber .progress {
	height: 8px;
	background: none;
	background-color: #FFF;
}
.audiojs .scrubber .loaded {
	height: 8px;
	background: none;
	background-color: #666;
}
.audiojs .time {
	position: fixed;
	display: block;
	bottom: 20px;
	left: 50%;
	width: 20%;
	margin: 0 0 0 160px;
	padding-top: 10px;
	color: #FFF !important;
	text-shadow:none;
	border: none;
	font-family: "Roboto";
	font-size: 12px;
	text-align: center;
}
.audiojs .time em.played {
	color: #FFF;
}

.audioTitle {
	position: fixed;
	width: 100%;
	bottom: 80px;
	font-size: 14px;
	text-align: center;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	z-index: 0;
}
.audioArtist {
	position: fixed;
	width: 100%;
	bottom: 60px;
	font-size: 11px;
	text-align: center;
	text-shadow: 1px 0px 3px rgba(0,0,0,0.4);
	z-index: 0;
}








@media screen and (max-width: 768px) {
/*
01,play
----------------------------------------------------------------*/
section#stage,
section.stageSec,
section.stageSec .inner {
	margin: 0;
	height: auto;
	overflow: inherit;
}
section.stageSec ol {
	margin: 0;
	text-align: center;
}
section.stageSec ol li {
	padding: 10% 20px;
	list-style: none;
	vertical-align: middle;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50%;
	text-align: center;
}
section.stageSec ol li .musicInner {
	opacity: 1;
	width: auto;
	height: inherit;
}
section.stageSec ol li .musicInner p.trackNum {
	font-size: 8px;
}
section.stageSec ol li .musicInner p.junre {
	display: block;
	padding-top: 20px;
	font-size: 10px;
}
section.stageSec ol li .musicInner dl {
	margin: 0;
	padding-bottom: 60px;
	background: none;
}
section.stageSec ol li.playing .musicInner dl {
}
section.stageSec ol li .musicInner dl dt {
	font-size: 16px;
}
section.stageSec ol li .musicInner dl dt a {
	color: #fff;
	text-decoration: none;
}
section.stageSec ol li .musicInner dl dd {
	display: inline-block;
	font-size: 14px;
}
section.stageSec ol li .musicInner dl dd.artistName {
	font-size: 14px;
}

section.stageSec ol li .musicFooter {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #000;
	background: #FFF;
	border-radius: 0 0 20px 20px;
	z-index: 101;
}
section.stageSec ol li .musicFooter:before,
section.stageSec ol li .musicFooter:after {
	content: "";
	display: table;
}
section.stageSec ol li .musicFooter:after {
	clear: both;
}
section.stageSec ol li .musicFooter p {
	font-size: 12px;
	line-height: 20px;
}
section.stageSec ol li .musicFooter p.colLeft {
	float: left;
}
section.stageSec ol li .musicFooter p.colRight {
	float: right;
}
section.stageSec ol li .musicFooter p a {
	display: inline-block;
	padding: 10px 10px 0;
	color: #000;
	line-height: inherit;
}
section.stageSec ol li .musicFooter .profile {
	height: 40px;
}
section.stageSec ol li .musicFooter .photo {
	width: 80px;
	margin: -30px 10px -30px 0;
}
section.stageSec ol li .musicFooter .photo img {
	width: 80px;
	height: 80px;
	border-radius: 40px;

}
section.stageSec ol li .musicFooter .lyrics {
	height: 40px;
	padding-left: 0;
	border-left: #333 solid 1px;
	text-align: center;
}
section.stageSec ol li .musicFooter .lyrics a {
	padding-left: 10px;
	padding-top: 20px;
	background: url(../img/icon_lylic.png) no-repeat 50% 5px;
	background-size: 16px;
}
section.stageSec ol li .musicFooter .movie {
	height: 40px;
	padding-left: 0;
	border-left: #333 solid 1px;
}
section.stageSec ol li .musicFooter .movie a {
	padding-left: 10px;
	padding-top: 20px;
	background: url(../img/icon_movie.png) no-repeat 50% 5px;
	background-size: 16px;
}

section.stageSec ol li .musicFooter .artistSec,
section.stageSec ol li .musicFooter .lyricsSec,
section.stageSec ol li .musicFooter .movieSec {
	bottom: 40px;
}
section.stageSec ol li .musicFooter .artistSec {
}
section.stageSec ol li .musicFooter .artistSec .artistInfo {
}
section.stageSec ol li .musicFooter .artistSec .artistInfo .artistComment {
	max-height: 280px;
	padding: 20px 20px 60px;
	overflow-y: scroll;
}
section.stageSec ol li .musicFooter .artistSec .artistInfo .artistComment p {
	margin-bottom: 0;
	line-height: 1.5;
}
section.stageSec ol li .musicFooter .artistSec .artistInfo .artistComment p a {
	padding: 0;
}
section.stageSec ol li .musicFooter .artistSec .artistInfo .artistComment .copyright {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 16px 20px;
	font-size: 12px;
	background: #FFF;
	border-radius: 8px;
}
section.stageSec ol li .musicFooter .lyricsSec {
}
section.stageSec ol li .musicFooter .lyricsSec .title {
	height: 20px;
	padding: 20px 20px 10px;
	font-size: 16px;
	font-weight: bold;
}
section.stageSec ol li .musicFooter .lyricsSec .preWrap {
	max-height: 180px;
	padding: 0 20px 40px;
	overflow-y: scroll;
}
section.stageSec ol li .musicFooter .movieSec {
	height: 240px;
	background: #000;
	overflow-x: hidden;
}
section.stageSec ol li .musicFooter .movieSec embed,
section.stageSec ol li .musicFooter .movieSec video,
section.stageSec ol li .musicFooter .movieSec iframe {
	height: 240px !important;
	overflow: hidden;
}
section.stageSec ol li p.shareBtn {
	width: 40px;
	top: 16px;
	margin-top: 0;
	margin-right: 16px;
	background: none;
}
section.stageSec ol li p.shareBtn a {
	padding: 20px 0 0;
	background: url(../img/icon_twitter.png) no-repeat 50% 5px;
	background-size: 16px;
	outline: none;
}

section.stageSec ol li .musicFooter p.close {
	top: -49px;
	right: -10px;
	width: 60px;
	padding: 0 !important;
}

/* audio */
.audiojs {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	margin: 0;
	padding-left: 60px;
}
.audiojs .play-pause {
	position: fixed;
	top: auto;
	bottom: 12px;
	left: 10px;
	width: 40px;
	height: 40px;
	margin: 0;
}

.audiojs .scrubber {
	width: 50%;
	height: 8px;
	margin: 38px 0 0 10px;
	padding: 0;
}
.audiojs .time {
	bottom: 18px;
	left: auto;
	right: 10px;
	width: 20%;
}
#audioWrap {
	position: fixed;
	width: 100%;
	height: 100px;
	bottom: 0;
	background: url(../img/bg_audiowrap.png) repeat-x top;
	background-size: auto 100%;
	z-index: 1;
}
.audioTitle {
	z-index: 1000;
}
.audioArtist {
	z-index: 1000;
}

}