@charset "utf-8";
/*
nolla.info
style.css
Last Updated: 2018-05-13
Author: Kazuo Yonezawa
*/

/*======インデックス（#index）======*/
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#music {
	background-image: url(../images/music/back_big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

#music .content {
	margin-top: 15vh;
	/* padding-left: 10vw;
	width: auto; */
}

#music .mT20 {
	margin-top: 1.250vh;
}

#music .mB05 {
	margin-bottom: 0.313vh;
}

#music .mB10 {
	margin-bottom: 0.625vh;
}

#music .mB15 {
	margin-bottom: 0.938vh;
}

#music .mB20 {
	margin-bottom: 1.250vh;
}

#music .mB30 {
	margin-bottom: 1.875vh;
}

#music .mB40 {
	margin-bottom: 2.5vh;
}

#music .mB50 {
	margin-bottom: 3.125vh;
}

#music .mB60 {
	margin-bottom: 3.75vh;
}

#music .mB70 {
	margin-bottom: 4.375vh;
}

#music .mBP {
	margin-bottom: 1.5vh;
}

/*======フッター（footer）-======*/

.msc {
	text-align: center;
	padding: 20px 0;
	color: #000;
	margin-top: 50px;
}

/*======レスポンシブ======*/

@media screen and (max-width:960px) {


	#music {
		background-image: url(../images/music/back_small.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
		background-size: cover;
	}


	#music .content {
		margin: 0 auto;
		width: auto;
		text-align: center;
		margin-bottom: 5em;
		padding-left: 0;
	}

	.msc {
		font-size: 12px;
		color: #fff;
	}

}