@charset "UTF-8";

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

/*
01,play
----------------------------------------------------------------*/
section#disc,
section.discSec,
section.discSec .inner {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}
section.discSec ol {
	margin: 0;
}
section.discSec ol li.music,
section.discSec ol li.noTrack {
	display: table;
	width: 100%;
	list-style: none;
	background-color: #999;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	overflow: hidden;
	opacity: 0.6;
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
	        box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
}
section.discSec ol li.playing,
section.discSec ol li:hover {
	opacity: 1 !important;
}
section.discSec ol li.playing#music01,
section.discSec ol li.playing#music02,
section.discSec ol li.playing#music03,
section.discSec ol li.playing#music04,
section.discSec ol li.playing#music05,
section.discSec ol li.playing#music06,
section.discSec ol li.playing#music07,
section.discSec ol li.playing#music08,
section.discSec ol li.playing#music09,
section.discSec ol li.playing#music10 {
	background-color: #D80000;
}
section.discSec ol li.playing#music11,
section.discSec ol li.playing#music12,
section.discSec ol li.playing#music13,
section.discSec ol li.playing#music14,
section.discSec ol li.playing#music15,
section.discSec ol li.playing#music16,
section.discSec ol li.playing#music17,
section.discSec ol li.playing#music18,
section.discSec ol li.playing#music19,
section.discSec ol li.playing#music20 {
	background-color: #C4D800;
}
section.discSec ol li.playing#music21,
section.discSec ol li.playing#music22,
section.discSec ol li.playing#music23,
section.discSec ol li.playing#music24,
section.discSec ol li.playing#music25,
section.discSec ol li.playing#music26,
section.discSec ol li.playing#music27,
section.discSec ol li.playing#music28,
section.discSec ol li.playing#music29,
section.discSec ol li.playing#music30 {
	background-color: #3BD2E2;
}
section.discSec ol li.playing#music31,
section.discSec ol li.playing#music32,
section.discSec ol li.playing#music33,
section.discSec ol li.playing#music34,
section.discSec ol li.playing#music35,
section.discSec ol li.playing#music36,
section.discSec ol li.playing#music37,
section.discSec ol li.playing#music38,
section.discSec ol li.playing#music39,
section.discSec ol li.playing#music40,
section.discSec ol li.playing#music41 {
	background-color: #0D113D;
}
section.discSec ol li p.trackNum {
	display: table-cell;
	width: 3%;
	min-width: 5em;
	padding-left: 2%;
	color: #FFF;
	font-size: 16px;
	vertical-align: middle;
	text-align: center;
	line-height: 1.25;
}
section.discSec ol li p.trackNum span{
	display: block;
	font-size: 40px;
}
section.discSec ol li .musicInner {
	position: relative;
	display: table-cell;
	width: 90%;
	margin: 0;
	padding: 24px 0 24px 5%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
section.discSec ol li.playing .musicInner {
	padding: 40px 0 32px 5%;
}
section.discSec ol li .musicInner p.junre {
	position: absolute;
	display: block;
	right: 2.4%;
	bottom: 0;
	color: #FFF;
	opacity: 0.2;
	font-size: 14vh;
	letter-spacing: -0.05em;
	line-height: 1;
	text-align: right;
}
section.discSec ol li.playing .musicInner p.junre {
	opacity: 0.3;
}
section.discSec ol li .musicInner dl {
	padding-right: 10%;
	clear: both;
	overflow: hidden;
}
section.discSec ol li .musicInner dl dt {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.25;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
section.discSec ol li.playing .musicInner dl dt {
	margin-bottom: 12px;
	font-size: 42px;
	line-height: 1;
}
section.discSec ol li .musicInner dl dt a {
	color: #fff;
	text-decoration: none;
}
section.discSec ol li .musicInner dl dd {
	font-size: 16px;
}
section.discSec ol li .musicInner dl dd.type {
	display: none;
	margin-top: -8px;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
}
section.discSec ol li.playing .musicInner dl dd.type {
	display: block;
}
section.discSec ol li .musicInner dl dd.artistName {
	font-size: 14px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
section.discSec ol li.playing .musicInner dl dd.artistName {
	font-size: 24px;
}
section.discSec ol li .musicInner dl .profile {
	display: none;
	float: left;
	width: 0;
	height: 0;
	margin-right: 24px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
section.discSec ol li.playing .musicInner dl .profile {
	display: block;
	width: 56px;
	height: 56px;
}
section.discSec ol li .musicInner dl .profile a {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	text-indent: -9999px;
}
section.discSec ol li .musicInner dl .profile a .photo {
}
section.discSec ol li .musicInner dl .profile a .photo img {
	display: block;
	width: 56px;
	height: auto;
	-webkit-border-radius: 28px;
	        border-radius: 28px;
}
section.discSec ol li .musicInner dl .profile a .icon {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	text-indent: 0;
	background-color: #FFF;
	color: #999;
	width: 18px;
	height: 18px;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
section.discSec ol li .musicInner dl .profile.active a .icon {
	-webkit-border-radius: 8px 8px 0 0;
	        border-radius: 8px 8px 0 0;
}
section.discSec ol li .musicInner dl .artistName {
	font-size: 14px;
	line-height: 1.4;
}
section.discSec ol li.playing .musicInner dl .artistName {
	font-size: 24px;
}
section.discSec ol li .musicInner dl .copyright {
	display: none;
	font-size: 13px;
	line-height: 1.4;
}
section.discSec ol li.playing .musicInner dl .copyright {
	display: block;
}
section.discSec ol li .musicInner .artistSec {
	display: none;
	max-width: 560px;
	margin-bottom: 20px;
	padding: 40px;
	background-color: #FFF;
	color: #111;
	-webkit-border-radius: 24px;
	        border-radius: 24px;
}
section.discSec ol li .musicInner .artistSec .artistInfo {
}
section.discSec ol li .musicInner .artistSec .artistInfo .artistComment {
}
section.discSec ol li.playing .musicInner .artistSec .artistInfo .artistComment {
}
section.discSec ol li .musicInner .artistSec .artistInfo .artistComment p {
	font-size: 18px;
}

section.discSec ol li .musicInner .musicFooter {
	display: none;
	padding: 20px 0 0 0;
	clear: both;
	opacity: 0;
}
section.discSec ol li.playing .musicInner .musicFooter {
	display: block;
	opacity: 1;
}
section.discSec ol li .musicInner .musicFooter ul.trg li {
	display: inline-block;
	width: inherit;
	margin-right: 16px;
	border-bottom: none;
}
section.discSec ol li .musicInner .musicFooter ul.trg li a {
	display: inline-block;
	padding: 2px 16px;
	font-size: 16px;
	color: #FFF;
	border: #FFF 3px solid;
	-webkit-border-radius: 0 24px 24px 0;
	        border-radius: 0 24px 24px 0;
	text-decoration: none;
}
section.discSec ol li .musicInner .musicFooter ul.trg li a:hover {
	color: #999;
	background-color: #FFF;
}
section.discSec ol li .musicInner .musicFooter ul.trg li a.active {
	padding-bottom: 20px;
	color: #999;
	background-color: #FFF;
	-webkit-border-radius: 24px 24px 0 0;
	        border-radius: 24px 24px 0 0;
}
section.discSec ol li .musicInner .musicFooter .inner {
	display: none;
	max-width: 640px;
	padding: 40px;
	background-color: #FFF;
	color: #111;
	-webkit-border-radius: 0 0 24px 24px;
	        border-radius: 0 0 24px 24px;
}
section.discSec ol li .musicInner .musicFooter .pv .pvSec iframe {
}
section.discSec ol li .musicInner .musicFooter .lyrics {
}
section.discSec ol li .musicInner .musicFooter .lyrics .trg {
}
section.discSec ol li .musicInner .musicFooter .lyrics .trg a {
}
section.discSec ol li .musicInner .musicFooter .lyrics .lyricsSec {
}
section.discSec ol li .musicInner .musicFooter .lyrics .lyricsSec .preWrap {
}
section.discSec ol li .musicInner .musicFooter .lyrics .lyricsSec .preWrap pre {
	margin-bottom: 0;
	padding: 0;
	font-size: 14px;
	font-family: "english-grotesque", "Lucida Grande", "Verdana", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴPro W3", "HiraKakuPro-W3", "MS Pゴシック", Sans-Serif;
}

.musicInner .musicFooter .lyrics .lyricsSec .close a img {
}

.shareBtn {
	float: right;
	margin-top: -60px;
	padding-right: 20px;
}
.shareBtn a {
	opacity: 0;
}
.playing .shareBtn a {
	opacity: 1;
}

.shareBtn a {
	display: block;
	width: 32px;
	height: 32px;
	background: url("../img/icon_twitter.png") no-repeat 50%;
	-webkit-background-size: 32px;
	     -o-background-size: 32px;
	        background-size: 32px;
	text-indent: -9999px;
	text-decoration: none;
}



/* audio */
.audiojs {
	position: fixed;
	display: none;
	width: 100%;
	height: 80px;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
	background: rgba(0,0,0,0.3);
	z-index: 10;
	text-align: left;
}
.audiojs .play-pause {
	position: absolute;
	top: auto;
	top: 12px;
	left: 10%;
	width: 44px;
	height: 44px;
	margin: 0 0 0 -80px;
	z-index: 800;
	border: none;
}
.audiojs p.play,
.audiojs p.loading,
.audiojs p.error,
.audiojs p.pause {
	width: 44px;
	height: 44px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 44px;
	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 {
	position: absolute;
	width: 70%;
	height: 32px;
	top: 18px;
	left: 10%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
	z-index: 500;
	border: #FFF solid 3px;
	border-radius: 40px;
	overflow: hidden;
}
.audiojs .scrubber .progress {
	height: 32px;
	background: none;
	background-color: #FFF;
}
.audiojs .scrubber .loaded {
	height: 32px;
	background: none;
	background-color: #666;
}
.audiojs .time {
	position: absolute;
	display: block;
	width: 20%;
	top: 10px;
	right: 0;
	width: 20%;
	margin: 0;
	padding-top: 10px;
	color: #FFF !important;
	text-shadow:none;
	border: none;
	font-size: 18px;
	text-align: center;
}
.audiojs .time em.played {
	color: #FFF;
}





@media screen and (max-width: 768px) {
/*
01,play
----------------------------------------------------------------*/
section#disc,
section.discSec,
section.discSec .inner {
	margin: 0;
	height: auto;
	overflow: inherit;
}
section.discSec ol {
	margin: 0;
	text-align: center;
}
section.discSec ol li.music {
	position: relative;
	display: block;
	opacity: 0.6;
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.4) inset;
	        box-shadow: 0 -1px 0 rgba(255,255,255,0.4) inset;
}
section.discSec ol li.music.playing {
}
section.discSec ol li#music01,
section.discSec ol li#music02,
section.discSec ol li#music03,
section.discSec ol li#music04,
section.discSec ol li#music05,
section.discSec ol li#music06,
section.discSec ol li#music07,
section.discSec ol li#music08,
section.discSec ol li#music09,
section.discSec ol li#music10 {
	background-color: #D80000;
}
section.discSec ol li#music11,
section.discSec ol li#music12,
section.discSec ol li#music13,
section.discSec ol li#music14,
section.discSec ol li#music15,
section.discSec ol li#music16,
section.discSec ol li#music17,
section.discSec ol li#music18,
section.discSec ol li#music19,
section.discSec ol li#music20 {
	background-color: #C4D800;
}
section.discSec ol li#music21,
section.discSec ol li#music22,
section.discSec ol li#music23,
section.discSec ol li#music24,
section.discSec ol li#music25,
section.discSec ol li#music26,
section.discSec ol li#music27,
section.discSec ol li#music28,
section.discSec ol li#music29,
section.discSec ol li#music30 {
	background-color: #3BD2E2;
}
section.discSec ol li#music31,
section.discSec ol li#music32,
section.discSec ol li#music33,
section.discSec ol li#music34,
section.discSec ol li#music35,
section.discSec ol li#music36,
section.discSec ol li#music37,
section.discSec ol li#music38,
section.discSec ol li#music39,
section.discSec ol li#music40,
section.discSec ol li#music41 {
	background-color: #0D113D;
}
section.discSec ol li p.trackNum {
	display: block;
	width: 100%;
	margin-bottom: 0;
	padding: 12px 0;
	color: #FFF;
	font-size: 12px;
}
section.discSec ol li.playing p.trackNum {
	padding-top: 20px;
}
section.discSec ol li p.trackNum span{
	display: inline-block;
	font-size: 12px;
}
section.discSec ol li p.trackNum span:before{
	display: inline-block;
	content:"-"
}
section.discSec ol li .musicInner {
	display: block;
	width: 100%;
	padding: 16px 10px 32px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
section.discSec ol li.playing .musicInner {
	padding: 0 10px 32px;
}
section.discSec ol li .musicInner p.junre {
	position: absolute;
	width: 100%;
	right: 0;
	font-size: 12vh;
	text-align: center;
}
section.discSec ol li.playing .musicInner p.junre {
	opacity: 0.3;
}
section.discSec ol li .musicInner dl {
	padding-right: 0;
}
section.discSec ol li .musicInner dl dt {
	font-size: 24px;
}
section.discSec ol li.playing .musicInner dl dt {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 1.25;
}
section.discSec ol li .musicInner dl dt a {
	color: #fff;
	text-decoration: none;
}
section.discSec ol li .musicInner dl dd {
	font-size: 16px;
}
section.discSec ol li .musicInner dl dd.type {
	display: none;
	margin-top: -8px;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 1;
	font-weight: normal;
}
section.discSec ol li.playing .musicInner dl dd.type {
	display: block;
}
section.discSec ol li .musicInner dl dd.artistName {
	font-size: 14px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
section.discSec ol li.playing .musicInner dl dd.artistName {
	font-size: 18px;
}
section.discSec ol li .musicInner dl .profile {
	display: none;
	float: none;
	width: 0;
	height: 0;
	margin: 0;
	text-align: center;
}
section.discSec ol li.playing .musicInner dl .profile {
	margin: 0 auto;
}
section.discSec ol li .musicInner dl .profile a {
	position: relative;
	display: block;
	width: 56px;
	height: 56px;
	text-indent: -9999px;
}
section.discSec ol li .musicInner dl .profile a .photo {
}
section.discSec ol li .musicInner dl .profile a .photo img {
	display: block;
	width: 56px;
	height: auto;
	-webkit-border-radius: 28px;
	        border-radius: 28px;
}
section.discSec ol li .musicInner dl .profile a .icon {
}
section.discSec ol li .musicInner dl .profile.active a .icon {
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
section.discSec ol li .musicInner dl .artistName {
	font-size: 14px;
	line-height: 1.4;
}
section.discSec ol li.playing .musicInner dl .artistName {
	font-size: 24px;
}
section.discSec ol li .musicInner dl .copyright {
	display: none;
	font-size: 13px;
	line-height: 1.4;
}
section.discSec ol li.playing .musicInner dl .copyright {
	display: block;
}
section.discSec ol li .musicInner .artistSec {
	margin: 0 0 20px;
	padding: 20px;
	text-align: left;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
section.discSec ol li .musicInner .artistSec .artistInfo {
}
section.discSec ol li .musicInner .artistSec .artistInfo .artistComment {
	position: relative;
	z-index: 100;
}
section.discSec ol li.playing .musicInner .artistSec .artistInfo .artistComment {
}
section.discSec ol li .musicInner .artistSec .artistInfo .artistComment p {
	font-size: 14px;
}

section.discSec ol li .musicInner .musicFooter {
	display: none;
	width: auto;
	padding: 20px 0 0;
	overflow: hidden;
}
section.discSec ol li.playing .musicInner .musicFooter {
	position: relative;
	z-index: 1;
}
section.discSec ol li .musicInner .musicFooter ul.trg li {
	margin: 0 16px;
}
section.discSec ol li .musicInner .musicFooter ul.trg li a {
	display: inline-block;
	padding: 2px 16px;
	font-size: 16px;
	color: #FFF;
	border: #FFF 3px solid;
	-webkit-border-radius: 0 24px 24px 0;
	        border-radius: 0 24px 24px 0;
	text-decoration: none;
}
section.discSec ol li .musicInner .musicFooter ul.trg li a:hover {
	color: #999;
	background-color: #FFF;
}
section.discSec ol li .musicInner .musicFooter ul.trg li a.active {
	padding-bottom: 20px;
	color: #999;
	background-color: #FFF;
	-webkit-border-radius: 24px 24px 0 0;
	        border-radius: 24px 24px 0 0;
}
section.discSec ol li .musicInner .musicFooter .inner {
	display: none;
	max-width: 640px;
	padding: 0;
	background-color: #FFF;
	-webkit-border-radius: 0;
	        border-radius: 0;
	text-align: left;
}
section.discSec ol li .musicInner .musicFooter .pv {
	padding: 0;
}
section.discSec ol li .musicInner .musicFooter .pv .pvSec {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
section.discSec ol li .musicInner .musicFooter .pv .pvSec iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
section.discSec ol li .musicInner .musicFooter .lyrics {
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
section.discSec ol li .musicInner .musicFooter .lyrics .trg {
}
section.discSec ol li .musicInner .musicFooter .lyrics .trg a {
}
section.discSec ol li .musicInner .musicFooter .lyrics .lyricsSec {
}
section.discSec ol li .musicInner .musicFooter .lyrics .lyricsSec .preWrap {
}
section.discSec ol li .musicInner .musicFooter .lyrics .lyricsSec .preWrap pre {
	padding: 10px 20px 0;
	font-size: 13px;
	text-align: left;
}

.musicInner .musicFooter .lyrics .lyricsSec .close a img {
}

.shareBtn {
	position: absolute;
	top: 12px;
	right: 12px;
	margin-top: 0;
	padding-right: 0;
	z-index: 100;
}

.shareBtn a {
	opacity: 0.2;
}
.playing .shareBtn a {
	opacity: 1;
}

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

.audiojs .scrubber {
	width: 60%;
	height: 8px;
	margin: 10px 0 0 30px;
	padding: 0;
}
.audiojs .time {
	display: none;
}
#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;
}

}