<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #000000;
}
.mean-container .mean-bar {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

main {
	color: #fff;
	font-family: "貂ｸ譏取悃", "Yu Mincho", "貂ｸ譏取悃菴�", "YuMincho", "繝偵Λ繧ｮ繝取�譛� Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", serif;
	position: relative;
}

/* @media only screen and (min-width: 768px) {
  main {
    margin-top: 70px;
  }
} */


p:not(.copyright) {
	font-size: 15px;
}
#fot_contact p {
	font-size: 13px;
}
p.note {
	margin-top: 49px;
	font-size: 14px;
}

h2:not(footer h2) {
	margin-bottom: 92px;
	font-size: 32px;
}

h2 span.en {
	display: block;
	font-size: 24px;
}

h2 span.en::after {
	content: "";
	display: block;
	margin: 22px 0 38px;
	border-bottom: 2px dotted #CFC572;
}

.en {
	color: #CFC572;
	font-family: 'Jost', sans-serif;
}

.catch {
	font-size: 20px;
}

.text-center {
	text-align: center;
}


.container_title {
	/* width: 34.4%; */
	width: 80%;
	margin-right: auto;
	margin-bottom: 92px;
	margin-left: auto;

}

.container_title h2,
.container_title p {
	text-align: center;
}

footer h2 {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	h2:not(footer h2) {
		font-size: 40px;
	}

	h2 span.en {
		font-size: 32px;
	}

	.inner {
		width: min(73.2%, 1000px);
		margin-left: auto;
		margin-right: auto;
	}

	.container_title {
		width: max(34.4%, 470px);
	}

	.catch {
		font-size: 32px;
	}

	.pan {
		background: #fff;
		z-index: 4;
		position: absolute;
		color: #000;
		width: 100%;
	}
}

@media only screen and (min-width: 1024px) {
	.catch {
		font-size: 52px;
	}

}

/* 閭梧勹 */
.back_movie {
	position: fixed;
	top: 70px;
	left: 0;
	opacity: .3;
}

#about,
#service_images,
#color_wheel,
#movies,
#scene,
#flow,
#fot_contact,
footer {
	position: relative;
}

#mv {
	display: flex;
	position: relative;
	background-color: #000;
	width: 100%;
	height: 100vh;
}

#mv #mv_01 {
	position: absolute;
	top: -160px;
	left: -144px;
	z-index: 3;
}

#mv p,
#mv h1 {
	opacity: 1;
	position: relative;
	text-align: center;
	z-index: 5;
}

#mv .box {
	padding: 0 3%;
}

@media only screen and (max-width: 767px) {
	#mv {
		flex-direction: column;
	}

	#mv #mv_03 {
		order: 1;
	}
}

@media only screen and (min-width: 768px) {
	#mv {


		justify-content: center;
		align-items: flex-end;

		height: calc(100vh - 94px);
	}

	#mv #mv_01 {
		top: -282px;
	}

	#mv #mv_02 {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}

	#mv #mv_03 {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
}

/* ABOUT */
#about {
	margin-top: 120px;
}

@media only screen and (min-width: 768px) {
	.about__desc {
		font-size: 22px;
	}
}

/* service_mages */
#service_images p {
	height: 50vh;

	display: flex;
	justify-content: center;
	align-items: center;

	letter-spacing: 0.2em;

}

.service_images_area {
	position: relative;
	margin-bottom: 100px;
}

.service_image {
	display: block;
	position: relative;
	z-index: 1;
}

.service_bg {
	display: none;
}

@media only screen and (min-width: 768px) {
	.service_image2 {
		margin-left: auto;
		margin-right: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.service_images_area {
		margin-bottom: 0;
	}

	.service_image {
		/* height: 100vh; */
		z-index: 1;
	}

	.service_image1 {
		margin-left: 50px;
	}

	.service_image2 {
		margin-left: auto;
		margin-right: 126px;
		margin-top: -142px;
	}

	.service_image3 {
		margin-left: 153px;
		margin-top: 25px;
	}

	.service_bg {
		display: block;
		position: absolute;
	}

	.service_bg1 {
		top: -276px;
		right: 0;
	}

	.service_bg2 {
		top: 50px;
		right: 0;
	}

	.service_bg3 {
		top: 0;
	}
}

/* color_wheel */
#wheel {
	margin-top: 170px;
}

#wheel .catch {
	margin-bottom: 55px;
}

#wheel .note {
	margin-top: 28px;
}

#sound {
	margin-top: 155px;
}

.lists {
	margin-top: 97px;
	display: grid;
	gap: 97px;
}

.lists .headline {
	background: #838AFC;
	border-radius: 35px;
	text-align: center;
	width: 220px;
	margin: 42px auto 0;
}

.lists p img {
	display: block;
	margin: 32px auto;
}

@media only screen and (min-width: 768px) {
	#wheel {
		margin-top: 399px;
	}

	.lists {
		display: flex;
		justify-content: space-around;
		align-items: flex-end;
		flex-wrap: wrap;
		gap: 2rem 0;
	}
}

@media only screen and (min-width: 1024px) {
	.lists {
		display: flex;
		justify-content: space-between;
		gap: 0;
	}
}

/* movies */
#movies {
	margin-top: 209px;
}

#movies iframe {
	aspect-ratio: 16/9;
}

/* scene */
#scene {
	margin-top: 153px;
}

#scene ul li {
	padding: 0 2rem;
	margin-bottom: 2rem;
}

#scene ul li h3 {
	font-size: 20px;
	margin: .5rem 0;
}

#scene ul li p {
	font-size: 15px;
}

#scene .note {
	padding: 13px 36px;
	border: solid 1px;
	color: #CFC572;
}

#scene .note p {
	font-size: 15px;
	text-align: center;
}

#scene .copy {
	padding-top: 339px;
	position: relative;
}

.copy:before {
	content: '';
	display: block;
	height: 600px;
	background-image: url(../img/scene_copy_background.jpg);
	background-position: 80% top;
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	opacity: 0.48;
}

#scene .copy p {
	font-size: 24px;
	position: relative;
}

.scene__image {
	display: block;
	margin: 234px auto 0;
}

@media only screen and (min-width: 768px) {
	#scene ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 35px;
		grid-row-gap: 105px;
		margin-bottom: 101px;
	}

	#scene ul li {
		padding: 0;
		margin-bottom: 0;
	}

	#scene ul li h3 {
		text-align: center;
		color: #CFC473;
		font-size: 18px;
		margin: 35px auto 30px;
		height: 45px;
		display: grid;
		align-items: center;
	}

	#scene .note {
		padding: 26px 75px;
	}

	.copy:before {
		background-position: top;
	}

	#scene .copy p {
		font-size: 52px;
	}

	.copy:before {
		content: '';
		display: block;
		height: 600px;
		background-image: url(../img/scene_copy_background.jpg);
		background-position: top;
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
		background-repeat: no-repeat;
		opacity: 0.48;
	}
}

/* flow */
#flow {
	counter-reset: number 0;
	margin-top: 200px;
	padding-bottom: 140px;
}

#flow h2 {
	text-align: center;
	display: block;
	margin: 0 auto 60px;
}

.flow__title {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.flow__title p {
	font-size: 24px;
}

.flow__title::before {
	counter-increment: number;
	content: counter(number);
	font-size: 20px;
	width: 46px;
	border-radius: 50%;
	background: #838AFC;
	height: 46px;
	display: grid;
	place-items: center;
}

.flow__title:after {
	content: '';
	display: block;
	width: 55%;
	height: 1px;
	background: #4D4D4D;
}

.flow__content {
	background: #333333;
}

@media only screen and (max-width: 1023px) {
	.flow__title {
		gap: 1rem;
	}

	.flow__desc {
		padding: 2rem;
		margin-bottom: 1rem;
	}
}

@media only screen and (min-width: 1024px) {
	.flow__title {
		flex-direction: row;
	}

	.flow__title::before {
		margin-right: 30px;
	}

	.flow__title:after {
		content: '';
		display: block;
		width: 1px;
		height: 109px;
		background: #4D4D4D;
		margin-left: 140px;
	}

	.flow__content {
		display: grid;
		grid-template-columns: 340px 1fr;
		grid-template-rows: 1fr;
		margin-bottom: 63px;
		padding: 28px 84px 28px 55px;
		align-items: center;
	}
}</pre></body></html>