@charset "utf-8";

/*-------------------------------

@music

-------------------------------*/
@media print {
    body { display: none !important; }
}

#wrapper {
	opacity: 1;
}

#staff{
	width: 100%;
	min-height: 100vh;	
	position: relative;
}

#bgmusic-container {
	position: absolute;
    top: 0;
    left: 0; 
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	background: url(../img/music/music_bg.jpg) no-repeat center fixed;
	z-index: -9999;
	background-size: cover;
} 

#contents {
    box-shadow: none;
}

#musicttlImg {
	margin-bottom: 25px;
	margin-top: 10px;
}

#music .inner {
    width: 866px;
	margin-top: 80px;
	color: #221815;
}

#music .txtBox {
	margin-bottom: 80px;
}

#music .prfBox {
    background: rgba(255,255,255,0.60);
    border-radius: 5px;
    border: #d4071d solid 3px;
    padding: 40px 30px;
	margin-bottom: 40px;
	overflow: hidden;
}

#music .prfBox .prfImg {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

#music .prfBox .nameBox {
	margin-bottom: 10px;
}

#music .prfBox .nameBox span{
	color: #fff;
	font-size: 13px;
	background: #d4071d;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	letter-spacing: 0;
	height: 24px;
	margin-bottom: 7px;
	font-weight: bold;
	line-height: 0;
}


#music .prfBox .nameBox img {
	height: 34px;
	width: auto;
}

#music .lyricsBox {
    background: rgba(255,255,255,0.60);
    border-radius: 5px;
    border: #fff200 solid 3px;
    padding: 40px 30px;
	margin-bottom: 40px;
	overflow: hidden;
}

#music .mt80 {
	margin-top: 80px;
}

#music .lyricsBox .ttlBox {
	text-align: center;
	font-weight: bold;
}

#music .lyricsBox .ttlBox span {
	font-size: 13px;
	background: #fff200;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	letter-spacing: 0;
	height: 24px;
	margin: 0 auto 10px;
	line-height: 0;
	
}

#music .lyricsBox .ttlBox .ttl {
	font-size: 34px;
}

#music .lyricsBox .ttlBox .ttl rt {
	font-size: 13px;
}


#music .lyricsBox .ttlBox p {
	width: 140px;
	margin: 0 auto 40px;
}

.lyricsArea {
	text-align: center;
	position: relative;	
}

.haishinBox {
	margin-top: 80px;
	background: #fff200;
	padding: 50px;
}

.haishinBox .ttlBox {
	font-weight: bold;
	font-size: 31px;
	margin-bottom: 30px;
}

.haishinBox .ttlBox span {
	font-size: 24px;
}

.jacArea {
	overflow: hidden;
}

.jacArea img {
	float: left;
	margin-right: 40px;
	margin-left: 70px;
}

.jacArea .ttl {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

.jacArea p {
	font-weight: bold;
}

.listArea {
	text-align: center;
}

.listArea span {
	font-size: 13px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	letter-spacing: 0;
	height: 24px;
	margin: 40px auto 10px;
	font-weight: bold;
	line-height: 0;
	
}

.listArea p {
	text-align: center;
}

.listArea small {
	font-size: 14px;
	margin-top: 20px;
	display: block;
}

#pagetop.music {
	top: 50px;
	left: 0;
	transition: .2s;
	
}

#pagetop.music:hover {
	left: -7px;
}





