/*------------------------------------------------------------------------------
								SONG
------------------------------------------------------------------------------*/
#song-area {
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
#song-area ul li {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#song-area h3 {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	box-sizing: border-box;
	color: #cfbd89;
	font-size: 38px;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 4px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
}
#song-area h3 span {
	font-size: 24px;
	line-height: 1em;
	display: block;
	margin-top: 0.8em;
}
#song-area h3 em {
	font-style: normal;
	margin-right: -0.5em;
}
#song-area .photo {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding-top: 540px;
	background: url("../../img/song/photo.jpg") no-repeat center top / cover;
}
#song-area ul li h4 {
	padding: 0;
	border: 1px solid #cfbd89;
	line-height: 2em;
	font-weight: 700;
	color: #cfbd89;
	font-size: 16px;
	width: 16em;
	text-align: center;
	margin: 0 auto;
	font-family: 'Noto Serif JP', sans-serif;
}
#song-area h5 {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 30px;
	font-weight: 500;
	line-height: 1em;
	padding-bottom: 4px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	color: #cfbd89;
}
#song-area h5 span {
	font-size: 18px;
	line-height: 1em;
	display: block;
	margin-top: 1.2em;
}
#song-area h5 em {
	font-style: normal;
	margin-left: 1em;
	font-size: 24px;
}
#song-area ul p {
	text-align: justify;
}
#song-area ul li p {
	font-size: 18px;
	line-height: 2em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
/*------------------------------------------------------------------------------
								SP
------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {

/*------------------------------------------------------------------------------
								SONG
------------------------------------------------------------------------------*/
#song-area ul li {
	box-sizing: border-box;
	padding: 0 30px;
}
#song-area h3 {
	font-size: 5vw;
	padding-bottom: 1vw;
}
#song-area .photo {
	width: auto;
	max-width: auto;
	margin: 0 30px;
	padding-top: 62%;
}
#song-area h3 span {
	font-size: 3.6vw;
	line-height: 1em;
}
#song-area ul li h4 {
	font-size: 2.4vw;
}
#song-area h5 {
	font-size: 4vw;
	padding-bottom: 1vw;
}
#song-area h5 span {
	font-size: 3vw;
	line-height: 1em;
}
#song-area h5 em {
	font-size: 3.2vw;
	line-height: 1em;
}
#song-area ul li p {
	font-size: 2.8vw;
	line-height: 2em;
}
}

@media print{
}