@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : music.css
Description : 主題歌
===================================================================== */

.music {
	background-color: #ece7eb;
}

.music::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/bg_pattern.png) repeat center /calc(200 / 750 * 100%) auto;
	opacity: .5;
}

.music1 {
	padding: calc(100 / 750 * 100%) 0 calc(90 / 750 * 100%);
}

.music h2 {
	margin-bottom: calc(95 / 650 * 100%);
}

.music_img {
	margin-bottom: calc(35 / 650 * 100%);
}

.music_txt {
	text-align: center;
}

.music_ttl {
	font-weight: 700;
	font-size: 4rem;
	color: #65365b;
}

.music_artist {
	display: block;
	font-size: 3rem;
	font-weight: 700;
	margin: .3em 0 .2em;
}

.music_label {
	font-size: 2.6rem;
}

.music2 {
	padding: calc(60 / 750 * 100%) 0;
	margin-bottom: calc(70 / 750 * 100%);
	background: url(../images/common/bg_purple.jpg) repeat center/calc(150 / 750 * 100%) auto;
	overflow: hidden;
}

.music2::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/story/bg_deco1.png) no-repeat right top/contain;
	width: calc(419 / 750 * 100%);
	padding-top: calc(655 / 750 * 100%);
}

.music2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/story/bg_deco2.png) no-repeat right top/contain;
	width: calc(342 / 750 * 100%);
	padding-top: calc(599 / 750 * 100%);
}

.music_movie_wrap {
	width: 100%;
	padding-top: 56.25%;
}

.music_movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.music3 {
	padding-bottom: calc(200 / 750 * 100%);
}

.music_comment_ttl {
	text-align: center;
	color: #65365b;
	font-weight: 700;
	font-size: 3.2rem;
	margin-bottom: calc(35 / 650 * 100%);
}

.music_comment_txt {
	font-size: 2.8rem;
	line-height: 2;
}

.btn_official {
	margin: calc(80 / 650 * 100%) auto 0;
}

.btn_official a {
	-webkit-box-shadow: 0.6em 0.6em 0 0 rgba(189, 169, 185, 0.8);
	box-shadow: 0.6em 0.6em 0 0 rgba(189, 169, 185, 0.8);
}

@media screen and (min-width: 768px) {
	.music::before {
		background-size: calc(130 / 1200 * 100%) auto;
	}

	.music1 {
		padding: calc(100 / 1200 * 100%) 0 calc(80 / 1200 * 100%);
	}

	.music h2 {
		margin-bottom: calc(60 / 1000 * 100%);
	}

	.music_img {
		width: calc(490 / 1000 * 100%);
		margin: 0 auto calc(25 / 1000 * 100%);
	}

	.music_ttl {
		font-size: 2.4rem;
	}

	.music_artist {
		font-size: 1.8rem;
		margin: .5em 0 0;
	}

	.music_label {
		font-size: 1.4rem;
	}

	.music2 {
		padding: calc(68 / 1200 * 100%) 0;
		margin-bottom: calc(50 / 1200 * 100%);
		background-size: calc(150 / 1200 * 100%) auto;
	}

	.music2::before {
		width: calc(419 / 1200 * 100%);
		padding-top: calc(655 / 1200 * 100%);
	}

	.music2::after {
		width: calc(342 / 1200 * 100%);
		padding-top: calc(599 / 1200 * 100%);
	}

	.music_movie {
		width: calc(620 / 1000 * 100%);
		margin: 0 auto;
	}

	.music3 {
		padding-bottom: calc(130 / 1200 * 100%);
	}

	.music_comment {
		width: calc(800 / 1000 * 100%);
		margin: 0 auto;
	}

	.music_comment_ttl {
		font-size: 2.4rem;
		margin-bottom: calc(20 / 800 * 100%);
	}

	.music_comment_txt {
		font-size: 1.6rem;
	}

	.btn_official {
		margin-top: calc(60 / 1000 * 100%) !important;
	}

	.btn_official a {
		-webkit-box-shadow: 0.4em 0.4em 0 0 rgba(189, 169, 185, 0.8);
		box-shadow: 0.4em 0.4em 0 0 rgba(189, 169, 185, 0.8)
	}

}

@media screen and (min-width: 1200px) {

	.music::before {
		background-size: 130px auto;
	}

	.music1 {
		padding: 100px 0 80px;
	}

	.music2 {
		padding: 68px 0;
		margin-bottom: 50px;
		background-size: 150px auto;
	}

	.music2::before {
		width: 419px;
		padding-top: 655px;
	}

	.music2::after {
		width: 342px;
		padding-top: 599px;
	}

	.music3 {
		padding-bottom: 130px;
	}

}
