@charset "UTF-8";
/*
 各ページ.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

.ieuru-second {
	background-image: url(../images/common/bg_map.png);
}
.ieuru-second .d-box-body {
	background: rgba(25, 137, 186, 0.5);
	padding: 40px 70px 80px;
}

.music-box {
	background: url(../images/common/bg_parts.png);
	background-size: 550px 500px;
	padding: 80px 100px;
}

.ieuru-music-title {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.ieuru-music-title.music {
	padding-top: 70px;
}
.ieuru-music-title .title-01 {
	display: inline-block;
	min-width: 200px;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: #003f5a;
	letter-spacing: .6em;
}
.ieuru-music-title.music .title-01 { padding-left: 0.5em; }
.ieuru-music-title.themeSong .title-01 { letter-spacing: .1em; }

.ieuru-music-title:before,
.ieuru-music-title:after {
	display: inline-block;
	content: '';
	width: 40px;
	height: 1px;
	background: #003f5a;
	vertical-align: text-top;
}

.music-box-img {
	width: 100%;
	height: 0;
	padding-top: 220px;
	margin: 0 auto;
	background-image: url(../images/music/music_themeSong_img.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.themeSong .music-box-name {
	width: 100%;
	height: 0;
	padding-top: 93px;
	margin: 40px auto 0;
	background-image: url(../images/music/music_themeSong_artist.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.music .music-box-name {
	width: 100%;
	height: 0;
	padding-top: 93px;
	margin: 0 auto;
	background-image: url(../images/music/music_music_artist.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.themeSong .music-box-songTit {
	width: 100%;
	height: 0;
	padding-top: 93px;
	margin: 55px auto 0;
	background-image: url(../images/music/music_themeSong_title.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.music .music-box-songTit {
	width: 100%;
	height: 0;
	padding-top: 86px;
	margin: 55px auto 0;
	background-image: url(../images/music/music_music_title.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.themeSong .music-box-jacket {
	width: 100%;
	height: 0;
	padding-top: 407px;
	margin: 20px auto 0;
	background-image: url(../images/music/music_themeSong_jacket.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.music .music-box-jacket {
	width: 100%;
	height: 0;
	padding-top: 484px;
	margin: 30px auto 0;
	background-image: url(../images/music/music_music_jacket_pc.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.music-box-comment {
	margin-top: 50px;
	color: #333333;
}
.music-box-comment dt {
	font-size: 18px;
	line-height: 50px;
	letter-spacing: 0.5rem;
	color: #cf38c8;
	text-align: center;
	border-top: 1px solid #cf38c8;
	border-bottom: 1px solid #cf38c8;
}
.music-box-comment dd {
	font-size: 16px;
	padding: 20px 0 30px;
}
.music-box-comment dd:nth-of-type(2) {
	padding: 20px 0 0;
}


/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
	.ieuru-box-deco .motif-door:not(.bottom) {
		right: 60px;
		width: 60px;
		height: 60px;
	}
}

/* ------------------------------------------------------------------
 tablet（0〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	.music-box {
		padding: 60px 50px;
	}
	.ieuru-box-deco .motif-door:not(.bottom) {
		right: 30px;
		width: 40px;
		height: 40px;
	}
}

/* ------------------------------------------------------------------
 SP（0〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	.ieuru-second {
		background-image: url(../images/common/bg_map.png);
		background-size: 160px 160px;
	}
	.music-box {
		background: url(../images/common/bg_parts.png);
		background-size: 225px 250px;
		padding: 40px 20px;
	}
	.ieuru-box-deco .motif-door:not(.bottom) {
		right: 20px;
		width: 30px;
		height: 30px;
	}

	.ieuru-second .d-box-body { padding: 20px 10px 30px; }
	.ieuru-music-title { margin-bottom: 10px; }
	.ieuru-music-title .title-01 {
		min-width: 100px;
		font-size: 20px;
	}
	.ieuru-music-title.music { padding-top: 25px; }
	.ieuru-music-title:before,
	.ieuru-music-title:after {
		width: 15px;
		height: 2px;
		vertical-align: super;
	}

	.themeSong .music-box-img { padding-top: 110px; }
	.themeSong .music-box-name {
		padding-top: 47px;
		margin: 20px auto 0;
	}
	.themeSong .music-box-songTit {
		padding-top: 47px;
		margin: 28px auto 0;
	}
	.music .music-box-songTit {
		padding-top: 43px;
		margin: 28px auto 0;
	}
	.themeSong .music-box-jacket {
		padding-top: 203px;
		margin: 15px auto 0;
	}
	.music .music-box-jacket {
		padding-top: 262px;
		margin: 15px auto 0;
		background-image: url(../images/music/music_music_jacket.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.music .music-box-name { padding-top: 47px; }
	.music-box-comment { margin-top: 28px; }
	.music-box-comment dt {
		letter-spacing: 0.25rem;
		font-size: 12px;
		line-height: 27px;
	}
	.music-box-comment dd {
		font-size: 14px;
		padding: 10px 0 20px;
	}
	.music-box-comment dd:nth-of-type(1) br { display: none; }
}