@charset "utf-8";
/* CSS INFORMATION -====================================================
File name : music.css
Description : 主題歌ページCSS
===================================================================== */


/* =====================================================================
*    コンテンツ
* =================================================================== */
#music #main .inner .img_01 {
	width: 82.1429%;
	padding-top: 17.8572%;
	margin-left: auto;
	margin-right: auto;
}

#music #main .inner .img_01 img {
	box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px;
}

#music #main .inner .title {
	text-align: center;
	margin-top: 7.1429%;
}

#music #main .inner .title strong {
	font-size: 2.8rem;
	line-height: 1.2em;
	color: #2b6eb7;
	font-weight: bold;
}

#music #main .inner .artist {
	font-size: 1.9rem;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-top: 3.5715%;
}

#music #main .inner .artist small {
	width: 36.7858%;
	display: block;
	margin-top: 1.7858%;
	margin-left: auto;
	margin-right: auto;
}

#music #main .inner .btn {
	margin-top: 8.92858%;
}

#music #main .inner .artist_info {
	width: 89.2858%;
	border-top: 1px dotted #aaaaaa;
	padding-top: 12.5%;
	padding-bottom: 16.0715%;
	margin-top: 12.5%;
	margin-left: auto;
	margin-right: auto;
}

#music #main .inner .artist_info h1 {
	font-size: 1.4rem;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.075em;
}

#music #main .inner .artist_info .artist_img {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

#music #main .inner .artist_info .artist_img img {
	box-shadow: rgba(0, 0, 0, 0.1) 0 3px 5px;
}

#music #main .inner .artist_info .profile {
	width: 88%;
	font-size: 1.4rem;
	line-height: 1.5em;
	margin-top: 8%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width:700px){
	#music #main .inner .img_01 {
		width: 46.0785%;
		padding-top: 12.7451%;
	}

	#music #main .inner .img_01 img {
		box-shadow: rgba(0, 0, 0, 0.1) 0 7px 10px;
	}

	#music #main .inner .title {
		margin-top: 25px;
	}

	#music #main .inner .title strong {
		font-size: 4.4rem;
		line-height: 1.2em;
	}

	#music #main .inner .artist {
		font-size: 3.0rem;
		line-height: 1.5em;
	}

	#music #main .inner .artist small {
		width: 165px;
		margin-top: 10px;
	}

	#music #main .inner .btn {
		margin-top: 50px;
	}

	#music #main .inner .artist_info {
		width: 80.3922%;
		overflow: hidden;
		padding-top: 6.8628%;
		padding-bottom: 13.7255%;
		margin-top: 6.8628%;
	}

	#music #main .inner .artist_info h1 {
		font-size: 2.2rem;
		line-height: 1.2em;
	}

	#music #main .inner .artist_info .artist_img {
		width: 46.3415%;
		margin-left: auto;
		margin-right: auto;
	}

	#music #main .inner .artist_info .artist_img img {
		box-shadow: rgba(0, 0, 0, 0.1) 0 7px 10px;
	}

	#music #main .inner .artist_info .profile {
		width: auto;
		font-size: 1.6rem;
		line-height: 1.5em;
		margin-top: 40px;
	}
}