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

@media only screen and (min-width:768px) {
	.content {
		text-align: left;
	}
	
	h2 {
		font-family: "FOT-マティス Pro EB", serif;
		font-size: 28px;
		font-weight: normal;
		letter-spacing: -.07em;
		line-height: 35px;
		background-color:rgba(255,255,255,0.01);
		max-height: 100%;
		transform-origin: center top;
		-moz-transform-origin: center top;
		-webkit-transform-origin: center top;
		transform: scaleY(1.43);
		-moz-transform: scaleY(1.43);
		-webkit-transform: scaleY(1.43);
		margin: 35px 0 50px 0;
	}

	div.h2-underline {
		border-bottom: 4px solid #ccc;
	}
	div.staff div.txt {
		padding: 37px 0 40px 0;
		font-size: 15px;
		line-height: 2;
		border-bottom: 2px solid #000;
		background-color:rgba(255,255,255,0.01);
	}

	div.staff div.txt dl.cast {
		display: flex;
	}

	div.staff div.txt dl.cast dt {
		min-width: 5em;
		font-weight: normal;
	}

	div.staff div.txt dl.cast dd {
	}

}

@media only screen and (max-width:767px) {
	.content {
		text-align: left;
	}
	
	h2 {
		text-align: left;
		font-family: "FOT-マティス Pro EB", serif;
		font-size: 1.2rem;
		font-size: calc(16px + 30 * ((100vw - 320px) / 704));
		font-weight: normal;
		letter-spacing: -.07em;
		line-height: 1.4;
		background-color:rgba(255,255,255,0.01);
		max-height: 100%;
		transform-origin: center top;
		-moz-transform-origin: center top;
		-webkit-transform-origin: center top;
		transform: scaleY(1.43);
		-moz-transform: scaleY(1.43);
		-webkit-transform: scaleY(1.43);
		margin: 9% 0 9% 0;
	}
	
	div.h2-underline {
		border-bottom: 4px solid #ccc;
	}
	
	div.staff div.txt {
		padding: 7.6% 0 10% 0;
		font-size: 3.5vw;
		line-height: 2;
		border-bottom: 2px solid #000;
		background-color:rgba(255,255,255,0.01);
	}

	div.staff div.txt dl.cast,
	div.staff div.txt dl.cast dt,
	div.staff div.txt dl.cast dd {
		display: inline;
	}
}

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