@charset "UTF-8";
/* CSS Document */

/*
.current {
	&:nth-of-type(1) {
		transform: translate(calc(40vw / 7.8), 0);
		opacity: 1 !important;
	}
	&:nth-of-type(2) {
		transform: translate(calc(-40vw / 7.8), 0);
		opacity: 1 !important;
	}
}
.fixedtab {
	.current {
		transform: translate(0, calc(-18vw / 7.8)) !important;
		opacity: 1 !important;

		li {
			padding-top: calc(27vw / 7.8) !important;
		}
	}
}
*/
.episode-manga-content {
	display: none;
}
.episode-manga-content.is-active {
	display: block;
}