@charset "UTF-8";

/* staffmusic
------------------------------------------ */
.staffmusic-area {
	margin-top: 70px;
}
.staffmusic-inner {}


/* staff
------------------------------------------ */
.staff-area {
	padding: 0 !important;
	background: none !important;
	text-align: center;
}
.staff-area .d-box-body {
	padding-bottom: 60px;
}
.staff-area .d-box-body:before,
.staff-area .d-box-body:after {
	background-image: url(../images/common/bg-line-aqua.png);
}
.staff-inner {}

.staff-title-sub {
	margin-bottom: 20px;
	text-align: center;
}
.staff-title-sub img { height: 54px; }

.staff-list {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	position: relative;
}
.staff-list:before {
	content: '';
	display: block;
	width: 15.2%;
	max-width: 152px;
	height: 0;
	padding-top: 12.4%;
	background: url(../images/staff/staff-bg-illust-01.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: -23%;
	right: 8%;
	z-index: 30;
}
.staff-item {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: baseline;
	line-height: 2;
}
.staff-item:not(:first-child) {
	margin-top: 8px;
}
.staff-item.separator {
	margin-top: 40px;
}
.staff-title {
	width: 50%;
	padding-right: 30px;
	color: #039fb6;
	font-size: 2.4rem;
	letter-spacing: 3px;
	text-align: right;
}
.staff-text {
	width: 50%;
	font-size: 2.8rem;
	letter-spacing: 3px;
	text-align: left;
}
.staff-text span {
	font-size: 2rem;
	letter-spacing: 1px;
}


/* music
------------------------------------------ */
.music-area {
	margin-top: 80px !important;
	padding: 0 !important;
	background: none !important;
	text-align: center;
}
.music-area .d-box-body {}
.music-area .d-box-body:before,
.music-area .d-box-body:after {
	background-image: url(../images/common/bg-line-pink.png);
}
.music-inner {}
.music-box {
	position: relative;
}
.music-box:before,
.music-box:after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	z-index: 30;
}
.music-box + .music-box { margin-top: 100px; }

.music-title-sub {
	margin-bottom: 40px;
	text-align: center;
}
.music-title-sub img { height: 58px; }
.music-text { font-size: 2.8rem; line-height: 1.4; }
.music-img {
	width: calc(380 / 1000 * 100%);
	height: 0;
	margin: 0 auto;
	padding-top: calc(380 / 1000 * 100%);
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: contain;
	font-size: 0;
	text-indent: -9999px;
	overflow: visible;
	white-space: nowrap;
}
.music-product {
	display: inline-block;
	margin-top: 30px;
	background: url(../images/staff/music-bg-product.png) no-repeat center transparent;
	background-size: auto;
	color: #039fb6;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 3px;
}
.music-artist { margin-top: 10px; font-size: 2.8rem; line-height: 1.4; letter-spacing: 3px; }
.music-label { font-size: 1.8rem; line-height: 1.4; letter-spacing: 2px; }

/* sound-box */
.sound-box .music-title-sub img { height: 59px; }
.sound-box .music-img {
	margin-top: 30px;
	background-image: url(../images/staff/sound-img.jpg);
}
.sound-box .music-artist { margin-top: 30px; }
.sound-box .music-label { margin-top: 20px; }

/* theme-box */
.theme-box:before {
	width: 9.2%;
	max-width: 92px;
	height: 0;
	padding-top: 14.5%;
	background-image: url(../images/staff/music-bg-illust-01.png);
	top: 10.6%;
	right: 10%;
}
.theme-box .music-img {
	background-image: url(../images/staff/theme-img.png);
}

/* insert-box */
.insert-box:before {
	width: 10.3%;
	max-width: 103px;
	height: 0;
	padding-top: 8.2%;
	background-image: url(../images/staff/music-bg-illust-02.png);
	top: 31.5%;
	left: 8%;
}
.insert-box .music-img {
	width: calc(350 / 1000 * 100%);
	padding-top: calc(350 / 1000 * 100%);
	background-image: url(../images/staff/insert-img.jpg);
}




/* ------------------------------------------------------------------
	SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
	/* staff
	------------------------------------------ */
	.staff-area { margin-top: 9%;}
	.staff-area .d-box-body { padding-bottom: 10%; }
	.staff-inner {}
	.staff-box {}
	.staff-title-sub { margin-bottom: 0; }
	.staff-title-sub img { height: 30px; }
	.staff-list {}
	.staff-list:before {
		width: 20.16%;
		padding-top: 16.41%;
		top: -27%;
		right: 4%;
	}
	.staff-item {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		line-height: 2;
	}
	.staff-item:not(:first-child) { margin-top: 0; }
	.staff-item.separator { margin-top: 20px; }
	.staff-title { padding-right: 15px; font-size: 1.2rem; letter-spacing: 1px; }
	.staff-text { font-size: 1.4rem; letter-spacing: 1px; }
	.staff-text span { font-size: 0.9rem; letter-spacing: 0; }

	/* music
	------------------------------------------ */
	.music-area { margin-top: 10% !important; }
	.music-box + .music-box { margin-top: 10%; }
	.music-title-sub { margin-bottom: 0; }
	.music-title-sub img { height: 29px; }
	.music-text { font-size: 1.4rem; }
	.music-img { width: calc(380 / 640 * 100%); padding-top: calc(380 / 640 * 100%); }
	.music-product { margin-top: 20px; background-size: auto 12px; font-size: 2.1rem; font-weight: normal;letter-spacing: 3px; }
	.music-artist { margin-top: 5px; font-size: 1.4rem;letter-spacing: 3px; }
	.music-label { font-size: 0.9rem;letter-spacing: 1px; }

	/* sound-box */
	.sound-box .music-title-sub img { height: 30px; }
	.sound-box .music-img { margin-top: 15px; }
	.sound-box .music-artist { margin-top: 15px; }
	.sound-box .music-label { margin-top: 10px; }

	/* theme-box */
	.theme-box:before {
		width: 10.786%;
		padding-top: 16.876%;
		top: 6%;
		right: 2%;
	}

	/* insert-box */
	.insert-box:before {
		width: 12.034%;
		padding-top: 9.532%;
		top: 52%;
		left: 2%;
	}
	.insert-box .music-img { width: calc(350 / 640 * 100%); padding-top: calc(350 / 640 * 100%); }
}



/* ------------------------------------------------------------------
	SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (min-width: 601px) and (max-width: 992px) {}

@media screen and (max-width: 992px) {
	/* staff
	------------------------------------------ */
	.staff-area {}
	.staff-inner {}
}



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


