<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* story
----------------------------------------------- */

.bd-story {
	margin: 50px 20px 0;
	padding: 50px 0 0;
}
.bd-story__inner {
	position: relative;
	margin: auto;
	max-width: 970px;
	z-index: 1;
}
.bd-story__column {
	width: 49%;
}
.bd-story__image {
	position: absolute;
	top: -35px;
	right: 0;
	width: 58%;
	z-index: -1;
}
.bd-story__image img {
	width: 100%;
	height: auto;
}
.bd-story__texts {
	padding: 30px 0 190px;
}
.bd-story__text {
	margin: 5px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 28px;
}

/* brush */

.bd-story .bd-brush {
	top: -100px;
	left: 0;
	margin: 0;
	z-index: -2;
}


/* graphic
----------------------------------------------- */

.bd-graphic {
	position: relative;
	margin: 70px 0 0;
	padding: 50px 0 0;
	z-index: 1;
}

/* brush */

.bd-graphic .bd-brush {
	top: -55px;
	z-index: -2;
}


/* gallery
----------------------------------------------- */

/* start */

.js-gallery--start .bd-gallery__items {
	animation-duration: 80s;
}
.js-gallery--start .bd-gallery__items:first-child {
	animation-delay: -40s;
}
.js-gallery--start.bd-gallery--top .bd-gallery__items:first-child {
	animation-delay: -40s;
}


/* music
----------------------------------------------- */

.bd-music {
	margin: 150px 20px 0;
	padding: 50px 0 0;
}
.bd-music__inner {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin: auto;
	max-width: 820px;
	z-index: 1;
}
.bd-music__column {
	min-height: 585px;
	width: 44%;
	text-align: center;
}
.bd-music__image {
	position: absolute;
	top: 15px;
	left: 0;
	width: 50%;
	z-index: 1;
}
.bd-music__image img {
	width: 100%;
	height: auto;
}
.bd-music__logo {
	margin: 40px 0 0;
}
.bd-music__text {
	margin: 35px 0 0;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 28px;
}

/* brush */

.bd-music .bd-brush {
	top: -120px;
	left: auto;
	right: -90px;
	margin: 0;
	z-index: -2;
}


/* pc
----------------------------------------------- */

@media print, screen and (min-width:768px) {


	/* retina
	----------------------------------------------- */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	}


}


/* mobile
----------------------------------------------- */

@media only screen and (max-width:767px) {


	/* story
	----------------------------------------------- */

	.bd-story {
		margin: 10px 0 0;
	}
	.bd-story__inner {
		max-width: initial;
	}
	.bd-story__column {
		width: auto;
	}
	.bd-story__image {
		position: static;
		margin: 10px 0 -65px;
		margin: 30px 0 -65px;
		width: auto;
	}
	.bd-story__texts {
		margin: 0 20px;
		padding: 0 0 50px;
	}
	.bd-story__text {
		margin: 10px 0 0;
		font-size: 13px;
		line-height: 23px;
	}

	/* brush */

	.bd-story .bd-brush {
		top: -65px;
	}


	/* graphic
	----------------------------------------------- */
	
	.bd-graphic {
		margin: 0;
	}

	/* brush */

	.bd-graphic .bd-brush {
		top: -20px;
	}


	/* music
	----------------------------------------------- */
	
	.bd-music {
		margin: 90px 20px 0;
		padding: 50px 0 0;
	}
	.bd-music__inner {
		display: block;
		max-width: initial;
	}
	.bd-music__column {
		min-height: initial;
		width: auto;
	}
	.bd-music__image {
		position: relative;
		top: 0;
		margin: 25px 0 0;
		width: auto;
	}
	.bd-music__logo {
		margin: 30px 0 0;
	}
	.bd-music__logo img {
		width: auto;
		height: 65px;
	}
	.bd-music__text {
		margin: 25px 0 0;
		font-size: 15px;
		line-height: 27px;
	}

	/* brush */
	
	.bd-music .bd-brush {
		top: -75px;
		left: 0;
		right: 0;
		margin: 0 -20px;
	}


}

</pre></body></html>