<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('common.css');

/*----------- �^�C�g�� -----------*/
br.pc {
	display: block;
}
br.sp {
	display: none;
}
#container {
	background:#fff;
	padding: 50px 55px 15px;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.episode-title {
	display: flex;
	align-items: flex-start;
	padding: 0 0 10px;
	border-bottom: 4px solid #3AB6B6;
}
.episode-title .logo {
	max-width: 150px;
	margin: 0 20px 0 0;
}
.episode-title h1 {
	color: #3AB6B6;
	font-size: 1.375rem;
	font-weight: 500;
	display: flex;
}
.episode-title h1 .ep {
	white-space: nowrap;
}
.episode-title h1 .ep-title {
	line-height: 1.3;
}
.episode-title h1 .ep-title br.sp {
	display: none;
}
.episode-title h1 .ep-title br.mid {
	display: none;
}
.episode-title h1 .ep-sub {
	font-size: 1.0rem;
	line-height: 1;
}
.episode-title h1 .ep-sub .mini {
	font-size: 0.75rem;
	margin: 0 0.15rem;
}
@media screen and (max-width: 836px){
	.episode-title h1 .ep-title br.mid {
		display: block;
	}
}
@media screen and (max-width: 780px){
	#container {
		padding: 50px 15px 15px;
	}
}
@media screen and (max-width: 640px){
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
	#container {
		padding: 10px 8px 15px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.episode-title {
		display: block;
	}
	.episode-title .logo {
		margin: 0 auto 12px;
	}
	.episode-title h1 {
		display: block;
		text-align: center;
	}
	.episode-title h1 .ep,
	.episode-title h1 .ep-title {
		display: block;
	}
	.episode-title h1 .ep {
		line-height: 1.6;
	}
	.episode-title h1 .ep-title br.mid {
		display: none;
	}
	.episode-title h1 .ep-title br.sp {
		display: block;
	}
}

/*----------- ���� -----------*/
.movie {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
}
.movie-title h3 {
	font-weight: 300;
	font-size: 1rem;

}
.movie-box {
	width: 78.75%;
}
.movie-box-inner {
	display: flex;
}
.movie-thumb {
	max-width: 200px;
	cursor: pointer;
}
.movie-thumb img {
	transition: all 0.2s;
}
.movie-thumb:hover img {
	transform: scale(1.03, 1.03);
}
@media screen and (max-width: 780px){
	.movie {
		justify-content: start;
	}
	.movie-title {
		min-width: 125px;
	}
	.movie-box {
		width: auto;
	}
}

/*----------- �v���t�B�[�� -----------*/
.profile {
	display: flex;
	justify-content: space-between;
	padding: 35px 0 30px;
	border-top: 2px solid #3AB6B6;
}
.profile-title h3 {
	font-weight: 300;
	font-size: 1rem;
}
.profile-box {
	border: 1px solid #3AB6B6;
	width: 78.75%;
	padding: 10px 15px 10px 5px;
}
.profile-box-inner {
	display: flex;
}
.profile-image {
	max-width: 100px;
	margin-right: 10px;
}
.profile-image-sp {
	display: none;
	max-width: 115px;
	margin: 0 12px 4px 0;
}
.name-box span {
	font-size: 0.75rem;
}
.name-box .name {
	font-weight: 300;
	font-size: 1.5rem;
	margin: 0 0 7px;
	padding: 10px 0;
	border-bottom: 1px solid #707070;
}
.name-box .name .hono {
	font-size: 1rem;
}
.info-box {
	font-size: 0.75rem;
	line-height: 1.6;
	font-weight: 300;
}
.info-box .link {
	margin-top: 1rem;
}
.info-box .link span {
	display: block;
}
@media screen and (max-width: 780px){
	.profile {
		display: block;
	}
	.profile-title {
		margin: 0 0 8px;
	}
	.profile-box {
		width: 100%;
	}
	.profile-image img {
		min-width: 100px;
	}
}
@media screen and (max-width: 640px){
	.profile-box {
		padding: 10px 5px 15px;
	}
	.profile-box-inner {
		display: block;
	}
	.profile-image {
		display: none;
	}
	.name-box {
		display: flex;
		border-bottom: 1px solid #707070;
	}
	.name-box .name .hono {
		font-size: 0.75rem;
	}
	.profile-image-sp {
		display: block;
	}
	.name-box .name {
		border-bottom: 0;
	}
	.info-box {
		padding: 5px 5px 0;
	}
}
/*----------- �G�s�\�[�h�{�� -----------*/
.episode-text {
	padding: 35px 45px 35px;
}
.episode-text.leaf-bg {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/leaf_bg.png);
	background-size: contain;
	padding-bottom: 215px;
}
.episode-text p {
	font-weight: 400;
	line-height: 1.8;
}
.episode-text .br-sp {
	display: none;
}
.episode-text .br-mid {
	display: none;
}
.indent {
	text-indent: 1em;
}
.indent-w {
	text-indent: 2em;
}
.block-indent {
	padding-left: 1em;
}
.reverse-indent {
	padding-left: 1em;
	text-indent: -1em;
}
.reverse-indent2 {
	padding-left: 2em;
	text-indent: -1em;
}
.end-line {
	text-align: center;
	margin: 3.0em 0;
}
.episode-end {
	text-align: right;
	padding-right: 0;
	margin: 5em 0 0;
}
.end-add {
	text-align: right;
	padding-right: 0;
	margin: 0;
}
.episode-end.top-short {
	margin: 1em 0 0;
}
.break {
	margin: 0 0 1.5em;
}
.section-break {
	margin: 0 0 2.0em;
}
.section-break-top {
	margin: 2.0em 0 0;
}
.section-break-top.break {
	margin: 2.0em 0 1.0em;
}
.interlude {
	margin: 0 0 3.6em;
}
.section-line {
	padding-bottom: 2.0em;
	border-bottom: 1px solid #999;
}
.section-line-top {
	padding-top: 2.0em;
	border-top: 1px solid #999;
}
.top-break {
	margin: 1.5em 0 0;
}
.center-txt {
	text-align: center;
}
.caption {
	font-size: 0.75rem;
}
.sp {
	font-size: 0.75rem;
	vertical-align: super;
}
.prev-link {
	margin: 0;
	text-decoration: none;
	display: inline-block;
	background-color: #ff8c00;
	color: #fff;
	line-height: 2.0;
	padding: 0 1.25rem 0 0;
	font-size: 0.875rem;
}
.prev-link:hover {
	text-decoration: underline;
}
.article-block {
	overflow: hidden;
	padding: 2.0rem	0;
}
.article-block.pack {
	padding: 0;
}
.article-block figure {
	width: 45%;
	cursor: pointer;
}
.article-block.s-size figure {
	width: 27%;
}
.article-block.natural figure {
	width: auto;
}
.article-block.left figure {
	float: left;
	margin: 0 2.8571428571429% 2.8571428571429% 0;
}
.article-block.right figure {
	float: right;
	margin: 0 0 2.8571428571429% 2.8571428571429%;
}
.article-block.center figure {
	width: auto;
	text-align: center;
	margin: 0 0 2.8571428571429%;
}
.article-block figure img {
	transition: all 0.2s;
}
.article-block.left figure img {
	transform-origin: center left;
}
.article-block.right figure img {
	transform-origin: center right;
}
.article-block figure:hover img {
	transform: scale(1.03, 1.03);
}
.article-block .team {
	width: 40%;
	display: flex;
	justify-content: space-between;
	flex-wrap : wrap;
}
.article-block .team.single {
	width: 20%;
	justify-content: flex-end;
}
.article-block .team span {
	width: 50%;
    margin: 0 0 6px;
}
.article-block .team.single span {
	width: 100%;
}
.article-block.left .team {
	float: left;
	margin: 0 2.8571428571429% 2.8571428571429% 0;
}
.article-block.right .team {
	float: right;
	margin: 0 0 2.8571428571429% 2.8571428571429%;
}
.article-block.center .team {
	width: auto;
	text-align: center;
	margin: 0 0 2.8571428571429%;
}

.article-block.end-block {
	padding: 2rem 0 0;
}
@media screen and (max-width: 900px){
	.episode-text .br-mid {
		display: block;
	}
}
@media screen and (max-width: 780px){
	.episode-text {
		padding: 35px 25px 35px;
	}
}
@media screen and (max-width: 640px){
	.article-block.left figure,
	.article-block.right figure {
		float: none;
		width: auto;
		text-align: center;
		margin: 0 0 2.8571428571429%;
	}
	.article-block.left figure img,
	.article-block.right figure img {
		transform-origin: center;
	}
	.episode-text {
		padding: 35px 5px 35px;
	}
	.episode-end {
		margin: 4em 0 0;
	}
	.article-block .team {
		float: none;
		flex-wrap : nowrap;
		justify-content: center;
	}
	.article-block.left .team,
	.article-block.right .team {
		float: none;
		width: auto;
		text-align: center;
		margin: 0 0 2.8571428571429%;
	}
	.article-block.left .team.single {
		float: left;
		margin: 0 2.8571428571429% 2.8571428571429% 0;
		width: 25%;
		justify-content: flex-end;
	}
	.article-block.right .team.single {
		float: right;
		margin: 0 0 2.8571428571429% 2.8571428571429%;
		width: 25%;
		justify-content: flex-end;
	}
	.article-block .team span {
		width: 25%;
	    margin: 0;
	}
	.article-block .team.single span {
		width: 100%;
	    margin: 0;
	}
	.episode-text .br-mid {
		display: none;
	}
	.episode-text .br-sp {
		display: block;
	}
}
/*----------- �\�[�V�����G���A -----------*/
#container #social {
	text-align:center;
	padding:0;
}
#container #social li {
	display:inline-block;
	vertical-align:top;
	margin: 20px;
}

/*----------- ��A�����N -----------*/
.connection {
	padding: 35px 0;
	display: block;
	font-weight: 300;
	border-top: 2px solid #3AB6B6;
}
.links-title {
	margin: 0 0 35px;
	font-size: 1.125rem;
	/*font-weight: bold;*/
}
.links li {
	margin: 0 0	1.4rem;
}
.links li:last-child {
	margin: 0;
}
.links li a {
	display: flex;
	text-decoration: none;
	color: #333;
}
.links li span {
	flex-basis: 45%;
	line-height: 1.4;
}
.links li span.link-text {
	flex-basis: 55%;
}
.links li a:hover {
	opacity: 0.7;
	text-decoration: underline;
	text-decoration-color: #333;
}
.link-text {
	padding: 0 0 0 1.0rem;
}
.link-text h5 {
	margin: 0 0 1.0rem;
	font-size: 1.125rem;
}
.link-text h5 span {
	display: block;
	font-size: 0.875rem;
}
@media screen and (max-width: 780px){
	.connection {
		padding: 30px 0;
		display: block;
	}
	.links-title {
		padding: 0;
		margin: 0 0 30px;
	}
	.links li {
		margin: 0 0	2.5rem;
	}
	.links li a {
		display: block;
	}
	.links li span {
		display: block;
	}
	.link-text {
		padding: 0;
	}
	.link-text h5 {
		margin: 0 0 0.25rem;
	}
}

/*----------- ���G�s�\�[�h���� -----------*/
.episodes {
	padding: 35px 0;
	display: block;
	font-weight: 300;
	border-top: 2px solid #3AB6B6;
}
.episodes-title {
	margin: 0 0 35px;
	font-size: 1.125rem;
	/*font-weight: bold;*/
}
.episode {
	padding: 0 0 30px;
}
.episode h3 {
	/*-moz-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
	-webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));*/
}
.episode h3 a img {
	transition: all 0.2s;
	display: block;
}
.episode h3:hover a img {
	transform: scale(1.03, 1.03);
}
.ep-link {
	display: flex;
	justify-content:flex-end;
	align-items: center;
	margin: 0 2px;
	background-color: #38807d;
	padding: 13px 0;
}
.ep-link span {
	margin: 0 29px 0 0;
	-moz-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
	-webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
	user-select: none;
	cursor: pointer;
}
.ep-link a {
	margin: 0;
	-moz-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
	-webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.3));
}
.ep-link a img,
.ep-link span img {
	width: 286px;
	transition: all 0.2s;
}
.ep-link a:hover {
	opacity: 1;
}
.ep-link a:hover img,
.ep-link span:hover img {
	transform: scale(1.03, 1.03);
}
.ep-link div {
	width: 255px;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 0.75rem;
}

@media screen and (max-width: 780px){
	.episodes {
		padding: 30px 0;
	}
	.episodes-title {
		margin: 0 0 30px;
	}
}

/*----------- �g�b�v���� -----------*/
.totop {
	text-align: right;
	margin: 45px 0 20px;
}

/*----------- ������b -----------*/
.color-txt {
	font-size: 1.125rem;
	color: #3AB6B6;
}
.color-txt em {
	font-style: normal;
	font-weight: 700;
	font-size: 1.375rem;
}

.episode-box {
	border: 2px solid #3AB6B6;
	padding: 10px;
	line-height: 1.8;
}
.episode-box .chara {
	position: relative;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	margin: 15px 0 15px 100px;
}
.chara .balloon-icon {
	position: absolute;
	left: -100px;
	top: 0;
}
.chara .balloon-icon img {
	max-height: 100px;
	width: auto;
}
.balloon {
	margin: 1.0rem 0;
	display: table;
}
.balloon .balloon-icon {
	display: table-cell;
	vertical-align:top;
	min-width: 60px;
}
.balloon .balloon-icon img {
	max-height: 60px;
	width: auto;
}
.balloon .balloon-icon.str {
	color: #66C9CE;
	font-weight: bold;
	min-width: 4em;
}
.balloon .balloon-text {
	display: table-cell;
	vertical-align:top;
	padding: 0.5rem 0 0 0.75rem;
}
.balloon .balloon-text.str {
	padding: 0 0 0 0.75rem;
}
.narration {
	background-color: #efede9;
	padding: 1.0rem;
	margin: 2.0rem 0;
}
.narration.nm {
	margin: 0;
}
.epilogue {
	background-color: #e9f6f6;
	padding: 1.0rem;
	margin: 2.0rem 0;
}
.episode-end {
	margin-top: 16em;
}
.scroll-image {
	overflow: hidden;
	position: relative;
}
.scroll-image .image-inner {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
}
.scroll-image .image-inner img {
	display: inline-block;
	margin: 0;
	padding: 0;
}</pre></body></html>