/*------------------------------------------------------------------------------
								SONG
------------------------------------------------------------------------------*/
.main {
	background: url("../../img/song/back.jpg") no-repeat center top / cover;
	min-height: calc(100vh - 565px);
}
.box {
	box-sizing: border-box;
	padding: 4vw 50px;
	position: relative;
	overflow: hidden;
}
.box .song-box {
	padding: 40px;
	background: url("../../img/song/txt-back.png") no-repeat center center / 100% 100%;
}
.box .song-img {
	width: 100%;
	height: 403px;
	background: url("../../img/song/img.jpg") no-repeat center center / contain;
}
.main h5 {
	font-size: 48px;
	text-align: center;
	line-height: 1em;
}
.main h6 {
	font-size: 30px;
	text-align: center;
	line-height: 1em;
}
.main h7 {
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	display: block;
	font-weight: 800;
}
.box .left-box {
	width: 48%;
	float: left;
}
.box .right-box {
	width: 48%;
	float: right;
}
.main h3 {
	font-size: 28px;
	line-height: 1em;
	font-style: italic;
}
.main h4 {
	color: #f0d878;
	font-size: 26px;
	line-height: 1em;
}
.main h4 span {
	font-size: 20px;
	display: inline-block;
}
.main p {
	font-size: 18px;
	line-height: 1.8em;
	text-align: justify;
}
p span {
	display: inline-block;
}

@media screen and (max-width: 1320px) {
.box .left-box {
	width: 100%;
	float: none;
}
.box .right-box {
	width: 100%;
	float: none;
}
}
@media screen and (max-width: 1000px) {
/*------------------------------------------------------------------------------
								SONG
------------------------------------------------------------------------------*/
.box {
	padding: 8vw 40px;
}
.box .song-box {
	padding: 0vw;
}
.box .song-img {
	width: 100%;
	height: 0px;
	padding-top: 50%;
	background: url("../../img/song/img.jpg") no-repeat center center / cover;
}
.main h5 {
	font-size: 6vw;
}
.main h6 {
	font-size: 4vw;
}
.main h7 {
	font-size: 3.2vw;
}
.box .song-txt {
	padding: 0 3vw 3vw;
}
.box .left-box {
	width: 100%;
	float: none;
}
.box .right-box {
	width: 100%;
	float: none;
}
.main h3 {
	font-size: 4vw;
}
.main h4 {
	font-size: 5vw;
}
.main h4 span {
	font-size: 3vw;
}
.main p {
	font-size: 2.6vw;
}
p span {
	display: inline-block;
}
}


@media print{
.main ul li .photo-none {
	display:none;
}
}