@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : music.css
Description : 音楽情報ページCSS
===================================================================== */

/* =====================================================================
*    #main
* =================================================================== */
#main {
	background: url(../images/common/bg_music.jpg) repeat center top;
	background-size: 224px auto;
}

@media screen and (min-width:800px){
	#main {
		background: url(../images/common/bg_music.jpg) repeat center top;
		background-size: 448px auto;
	}
}

.subpage .main_inner {
	overflow: visible;
}

.subpage .main_inner:not(:last-child) {
	margin-bottom: 14.0625%;
}

.contents_ttl {
	width: 130px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.img_jacket {
	width: 89.6552%;
	margin-bottom: 9.6154%;
	margin-left: auto;
	margin-right: auto;
}

.img_jacket.coming_soon {
	position: relative;
}

.img_jacket.coming_soon::after {
	content: "";
	width: 165px;
	height: 35px;
	display: block;
	background: url(../images/music/img_coming_soon.jpg) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.img_jacket.no_image {
	position: relative;
}

.img_jacket.no_image::after {
	content: "";
	width: 221px;
	height: 70px;
	display: block;
	background: url(../images/music/img_no_image.jpg) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.img_jacket.on_image {
	position: relative;
}

.img_jacket.on_image::after {
	content: "";
	width: 520px;
	height: 520px;
	display: block;
	background: url(../images/music/img_on_image.png) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.txt_title {
	width: 75.8621%;
	color: #0c45ae;
	font-size: 1.6rem;
	line-height: 1.3125em;
	text-align: center;
	margin-bottom: 1.7242%;
	margin-left: auto;
	margin-right: auto;
}

.txt_artist {
	width: 75.8621%;
	font-size: 1.5rem;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 8.6207%;
	margin-left: auto;
	margin-right: auto;
}

.txt_artist span {
	width: 100%;
	display: block;
	font-size: 1.2rem;
	line-height: 1.2em;
	margin-top: 2.5863%;
}

.txt_detail {
	width: 82.7587%;
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-bottom: 6.8966%;
	margin-left: auto;
	margin-right: auto;
}

.subpage .main_inner > .btn_official {
	width: 57.6667%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -5.3334%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:800px){
	.page_ttl::before {
		background: url(../images/music/img_ttl_pc.png) no-repeat center top;
		background-size: 100% auto;
	}

	.subpage .main_inner:not(:last-child) {
		margin-bottom: 9.2251%;
	}

	.contents_ttl {
		width: 27.6596%;
		margin-bottom: 3.1915%;
	}

	.img_jacket {
		width: 40.4256%;
		float: left;
		margin-bottom: 0;
		margin-left: 0;
	}

	.img_jacket.coming_soon::after {
		width: 86.8422%;
		height: 0;
		padding-top: 21.0527%;
	}

	.txt_title {
		width: 59.5745%;
		font-size: 3.2rem;
		line-height: 1.3125em;
		margin-bottom: 1.5958%;
		margin-right: 0;
	}

	.txt_artist {
		width: 59.5745%;
		font-size: 2.4rem;
		line-height: 1.4em;
	margin-bottom: 8.6207%;
		margin-right: 0;
	}

	.txt_artist span {
		font-size: 1.8rem;
		line-height: 1.5em;
		margin-top: 0;
	}

	.txt_detail {
		width: 59.5745%;
		font-size: 1.8rem;
		line-height: 1.5em;
		box-sizing: border-box;
		padding-left: 4.2554%;
		padding-right: 4.2554%;
		margin-bottom: 0;
		margin-right: 0;
	}

	.clear {
		height: 0;
		clear: both;
	}

	.subpage .main_inner > .btn_official {
		width: 31.3726%;
		margin-bottom: -3.9216%;
	}

	.subpage .main_inner > .btn_official a {
		width: 100%;
		display: block;
		position: relative;
	}

	.subpage .main_inner > .btn_official a::before {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 23.75%;
		display: block;
		background: url(../images/music/btn_official_off.png) no-repeat center top;
		background-size: 100% auto;
		transition: all 0.1s ease;
	}

	.subpage .main_inner > .btn_official a:hover::before {
		opacity: 0;
	}

	.subpage .main_inner > .btn_official a::after {
		content: "";
		width: 100%;
		height: 0;
		padding-top: 23.75%;
		display: block;
		background: url(../images/music/btn_official_on.png) no-repeat center top;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all 0.1s ease;
	}

	.subpage .main_inner > .btn_official a:hover::after {
		opacity: 1;
	}

	.subpage .main_inner > .btn_official a img {
		display: none;
	}
}

@media screen and (min-width:1401px){
	.subpage .main_inner:not(:last-child) {
		margin-bottom: 100px;
	}
}