@charset "UTF-8";


/* drama-box-body
========================================== */

/* music
========================================== */
.music-area {}
.music-area a { display: block; }
.music-inner {}


.music-artist {
	width: 100%;
	text-align: center;
	font-size: 5.6rem;
	letter-spacing: .5rem;
	line-height: 1;
	margin: 70px 0 30px 3px;
}
.drama-main .drama-box-subTitle {
	margin-bottom: 60px;
}

.drama-main .drama-box-subTitle > span.title-01 {
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	line-height: 0;
	width: 100%;
	height: 31px;
	background-image: url(../images/music/drama-box-subTitle-music.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.drama-main .song-box .drama-box-subTitle > span.title-01 {
	height: 34px;
	background-image: url(../images/music/drama-box-subTitle-song.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.music-box .music-img {
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 0;
	width: 100%;
	height: 40px;
	background-image: url(../images/music/music-img-music-artist.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.music-box .music-img.music-img2 {
	height: 766px;
	background-image: url(../images/music/music-img-music-artist2.png);
}

.song-box .music-img {
	height: 195px;
	background-image: url(../images/music/music-img-song-artist.png);
}
/* ------------------------------------------------------------------
	small-screen
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	.music-box + .music-box{
    margin-top: 35px;
	}
		.drama-main .drama-box-subTitle {
		margin-bottom: 30px;
	}
	.drama-main .drama-box-subTitle {
    padding: 5px 15px;
	}
	.drama-main .drama-box-subTitle > span.title-01 {
		height: 16px;
	}
	.drama-main .song-box .drama-box-subTitle > span.title-01 {
		height: 17px;
	}
	.music-box .music-img {
		height: 20px;
	}
	.song-box .music-img {
		height: 98px;
	}
	.music-box .music-img.music-img2 {
		width: 90%;
		margin: 0 auto;
		height: 330px;
	}




}


/* ------------------------------------------------------------------
	small-screen-up to medium-screen
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) and (max-width: 992px) {
	.music-box {
		margin-top: 50px;
	}
	.music-box:nth-of-type(1) {
		margin-bottom: 70px;
	}


}



/* ------------------------------------------------------------------
	medium-screen
------------------------------------------------------------------ */
@media only screen and (max-width: 992px) {
}



/* ------------------------------------------------------------------
	medium-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width: 993px) {
	.music-box:nth-of-type(1) {
		margin-bottom: 70px;
	}

}



/* ------------------------------------------------------------------
	small-screen-up
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) {
}
