@charset "UTF-8";
/*
 cast.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

.d-box-body {
	position: relative;
	background-image: url(../images/common/takane-deco_bg-flower.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center bottom -152px;
	background-size: contain;
	padding: 40px 40px 100px;
}

/* music */
.music-img {
	max-width: 688px;
	margin: 0 auto 80px;
	padding-top: 8%;
}

/* artist */
.artist-img {
	max-width: 688px;
	margin: 0 auto;
	padding-top: 8%;
}
.artist-img_02 {
	max-width: 688px;
	margin: 0 auto;
	padding-top: 5%;
}
/* ------------------------------------------------------------------
 SP 〜 tablet　（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
}
/* ------------------------------------------------------------------
	small-screen-up to medium-screen
------------------------------------------------------------------ */
@media only screen and (min-width: 601px) and (max-width: 992px) {
}

/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
	.d-box-body {
		background-position: center bottom -13%;
		background-size: contain;
		padding: 20px 10px 60px;
	}
	.music-img {
		padding: 8% 3% 0;
		margin: 0 auto 40px;
	}
	.artist-img {}
	.artist-img_02 {}
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
}

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){

}
