@charset "UTF-8";
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
.music-area {
	padding: 50px 0 0;
}
.music-area .d-box-body {
	padding: 20px 0 100px;
	background: url(../images/music/music-bg.png) repeat-y center top transparent;
	background-size: 100% auto;
	position: relative;
}
.music-area .d-box-body-bg {
	width: 100%;
	height: 0;
	margin-bottom: -1.25%;
	padding-top: calc(79 / 1280 * 100%);
	background: url(../images/music/music-bg-top.png) no-repeat center transparent;
	background-size: 100% auto;
}
.music-inner {
	max-width: 100%;
	padding: 0;
}
.music-inner .d-box {
	word-break: break-all;
}
.music-icon {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
.music-icon span::before {
	content: "";
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 0;
}

.music-icon-01::before {
	width: 20%;
	max-width: 85px;
	height: 0;
	padding-top: 5%;
	background-image: url(../images/music/music-icon-01.png);
	top: 4%;
	left: 18%;
}

.music-icon-02::before {
	width: 40%;
	max-width: 208px;
	height: 0;
	padding-top: 10%;
	background-image: url(../images/music/music-icon-02.png);
	top: 40%;
	right: 8.5%;
}

.music-icon-03::before {
	width: 20%;
	max-width: 250px;
	height: 0;
	padding-top: 11.5%;
	background-image: url(../images/music/music-icon-03.png);
	top: 85%;
	left: 5%;
}

.music-detail {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: 1.2px;
}

.music-list {
	padding-bottom: 50px;
}

.music-list:first-child {
	border-bottom: 1px #dfdfdf solid;
}

.music-list h2{
	margin: 40px 0 30px 0;
}

.music-jacket-01 {
	width: 60%;
	height: 0;
	padding-top: calc(364 / 593 * 60%);
	margin: 0 auto;
	background-image: url(../images/music/song.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	border: 2px #000 solid;
}
.music-jacket-02 {
	width: calc(600 / 1024 * 70%);
	height: 0;
	padding-top: calc((600 / 1024 * 70%) - 4px);
	margin: 0 auto;
	background-image: url(../images/music/sound.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	border: 2px #000 solid;
}

.music-title,
.music-artist {
	font-size: 4rem;
	color: #409664;
}

.music-text {
	font-size: 2.8rem;
}

.music-prod {
	font-size: 4rem;
    margin-top: 40px;
    margin-bottom: 30px;
}

.music-btn {
	width: calc(560/1000*100%);
	margin: 40px auto;
	padding: 0 20px;
}

.music-btn .d-btn{
	background-color: #eebe15;
}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	.music-area {
		padding: 30px 0 0 !important;
	}
	.music-area .d-box-body {
		padding: 20px 0 80px;
		margin: 0;
	}
	.music-area .d-box-body-bg {
		margin-top: 3%;
	}
}


/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
	.music-area {
		padding: 20px 0 0;
	}
	.music-area .d-box-body {
		/* padding-top: 20px; */
	}

	.music-icon-01::before {
		top: 2.5%;
		left: 4%;
		padding-top: 10%;
	}
	.music-icon-02::before {
		top: 33%;
		right: -12%;
		padding-top: 17%;
	}
	.music-icon-03::before {
		width: 35%;
		top: 90%;
		right: 0;
		left: -5%;
		padding-top: 30%;
	}

	.music-list {
		padding-bottom: 30px;
	}

	.music-list h2 {
		margin: 10px 0 20px 0;
	}

	.music-list:nth-child(2) h2 {
		margin-top: 30px;
	}

	.music-detail {
		font-size: 2.2rem;
	}

	.music-jacket-01 {
		width: 80%;
		padding-top: calc(364 / 600 * 80%);
		margin-bottom: 30px;
	}
	.music-jacket-02 {
		width: calc(600 / 1024 * 100%);
		padding-top: calc((600 / 1024 * 100%) - 4px);
	}

	.music-title,
	.music-artist {
		font-size: 2.4rem;
	}

	.music-text {
		font-size: 1.7rem;
	}

	.music-btn {
		width: 100%;
	}

	.music-btn .d-btn {
		padding: 2% 0;
		font-size: 1.6rem !important;
	}

	.music-prod {
		font-size: 2.4rem;
		margin: 10px 0 20px 0;
	}
}

/* ---------------------------------
 PC（993px〜）
--------------------------------- */
@media screen and (min-width: 993px) {
}