<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&amp;family=Yusei+Magic&amp;display=swap');

html {
  font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-size: clamp(1.4rem, 1.172vw, 2.2rem);
	font-style: normal;
  color: #000;
  line-height: 1.5;
  background: #fff;
  position: relative;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
a img {
	transition: .5s;
}
a:hover img {
	opacity: .7;
}
hr {
	width: 100%;
	border: none;
	margin: 1em auto;
}
.rocknroll-one-regular {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
}
.yusei-magic-regular {
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
}
.fs_xsmall {font-size: 75%}
.fs_small {font-size: 87.5%}
.fs_large {font-size: 112.5%}
.fs_xlarge {font-size: 125%}
.blue {color: #0000ff;}
.pink {color: #ff00a3;}

.list &gt; li {
	position: relative;
	padding-left: 1.3em;
}
.list &gt; li + li {
	margin-top: .2em;
}
.list &gt; li::before,
.list &gt; li &gt; .num {
	position: absolute;
	top: 0;
	left: 0;
}
.list.square &gt; li::before {
	content: "■";
}
.container {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

/* main_block */
.main_block {
  width: 100%;
	height: 65vw;
	max-height: 784px;
	position: relative;
	z-index: 1;
}
.main_block::before,
.main_block::after {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.main_block::before {
	left: 0;
	background: url("../img/main_bgcolor_l.png") repeat-x 0 0 / auto 100%;
}
.main_block::after {
	right: 0;
	background: url("../img/main_bgcolor_r.png") repeat-x 0 0 / auto 100%;
}
.main_block .container {
  width: 100%;
	max-width: 1280px;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}
.main_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main_bg img {
	height: 100%;
	object-fit: cover;
}
.main_logo {
	position: absolute;
	top: 2.5em;
	left: 1em;
	width: 13.28%;
	z-index: 200;
}
.main_title {
	position: relative;
	width: 60%;
	max-width: 660px;
	margin: 0 auto;
	padding-top: 4%;
  transform: scale(.5,.5) translateY(-100%);
  opacity: 0;
	transition: all 1s cubic-bezier(.34,-0.72,.55,1.58);
	transition-delay: 3s;
}
.play .main_title {
	transform: scale(1) translateY(0%);
	opacity: 1;
}
.main_animation {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.main_animation #aoyama,
.main_animation #momota {
	position: absolute;
	width: 50%;
	height: 51%;
	bottom: 0;
}
.main_animation #aoyama {
	left: 0;
}
.main_animation #momota {
	right: 0;
}
.main_animation .frame {
	position: absolute;
	bottom: 1%;
	transform: scale(.35,.35);
	transition: all 1.5s cubic-bezier(.25,-0.39,.64,1.55);
}
.main_animation #aoyama .frame {
	width: 46.81%;
	max-width: 306px;
	left: -30%;
}
.play .main_animation #aoyama .frame {
	transform: scale(1,1);
	left: 20%;
}
.main_animation #momota .frame {
	width: 49.68%;
	max-width: 318px;
	right: -25%;
}
.play .main_animation #momota .frame {
	transform: scale(1,1);
	right: 23%;
}
.main_animation .frame img:nth-child(1) {
	opacity: 1;
	transition: all 10ms ease;
}
.main_animation .frame img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 4ms ease;
}
.play .main_animation .frame img:nth-child(1) {
	opacity: 0;
	transition-delay: 1.5s;
}
.play .main_animation .frame img:nth-child(2) {
	opacity: 1;
	transition-delay: 1.5s;
}
.main_animation .imglink {
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: all 1s cubic-bezier(.25,-0.39,.34,1.61);
}
.play .main_animation .imglink {
	opacity: 1;
}
.main_animation #aoyama .imglink {
	width: 39.82%;
	max-width: 272px;
	right: 0;
	top: 30%;
	transform: scale(.5,.5) translate(-70%, 50%);
}
.main_animation #momota .imglink {
	width: 28.98%;
	max-width: 198px;
	left: 5%;
	top: 18%;
	transform: scale(.5,.5) translate(70%, 70%);
}
.play .main_animation #aoyama .imglink {
	transition-delay: 1.5s;
	transform: scale(1,1) translate(0, 0);
}
.play .main_animation #momota .imglink {
	transition-delay: 1.5s;
	transform: scale(1,1) translate(0, 0);
}
.main_animation .imglink a img {
	transition: all .5s cubic-bezier(.37,-0.93,.6,1.54);
}
.main_animation .imglink a:hover img {
	opacity: 1;
	transform: scale(1.4,1.4);
}

/* #profile */
#profile {
	padding: 4em 0;
}
.bg_yellow {
	background: repeating-linear-gradient(120deg, #fff2a5, #fff2a5 20px, #fff6c0 20px, #fff6c0 30px);
}
#profile .container {
	position: relative;
}
#profile .lead_copy {
	font-size: clamp(1.4rem, 1.6106vw, 2.2rem);
	line-height: 1.5;
	padding: 0 14em .75em 1.5em;
	letter-spacing: .05em;
	text-shadow: 1px -2px 0 #fff,
							 1px -1px 0 #fff,
							 1px 0 0 #fff,
							 1px 1px 0 #fff,
							 1px 2px 0 #fff,
							 2px -2px 0 #fff,
							 2px -1px 0 #fff,
							 2px 0 0 #fff,
							 2px 1px 0 #fff,
							 2px 2px 0 #fff,
							 0 -2px 0 #fff,
							 0 -1px 0 #fff,
							 0 0 0 #fff,
							 0 1px 0 #fff,
							 0 2px 0 #fff,
							 -1px -2px 0 #fff,
							 -1px -1px 0 #fff,
							 -1px 0 0 #fff,
							 -1px 1px 0 #fff,
							 -1px 2px 0 #fff,
							 -2px -2px 0 #fff,
							 -2px -1px 0 #fff,
							 -2px 0 0 #fff,
							 -2px 1px 0 #fff,
							 -2px 2px 0 #fff;
}
#profile hr {
	height: 12px;
	background: url("../img/hr_green.png") repeat-x center top / auto 100%;
}
#profile .lead_img {
	position: absolute;
	right: -1em;
	top: -1em;
	width: 27%;
}
.prof_tit {
	text-align: center;
	margin: 4em 0;
}
.prof_tit img {
	width: 90%;
	max-width: 496px;
}
.prof_box &gt; div {
	width: 47%;
	font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
	font-size: 115%;
	background: #fff url("../img/prof_bg_ao.png") no-repeat center center / 98% 98%;
	border-radius: 3.75em;
	padding: 1.5em 2.5em 2em;
	position: relative;
}
.prof_box &gt; div:nth-child(2) {
	background-image: url("../img/prof_bg_mo.png");
}
.prof_box &gt; div figure {
	margin-bottom: 1em;
}
.prof_box &gt; div figure img {
	position: absolute;
	top: -1.5em;
	left: -1.5em;
	width: 30%;
	max-width: 128px;
}
.prof_box &gt; div figcaption {
	display: block;
	font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
	font-size: 200%;
	line-height: 1;
	padding: 0 0 .75em 2.25em;
	background: url("../img/prof_line_ao.png") no-repeat left bottom / 100% auto;
}
.prof_box &gt; div:nth-child(2) figcaption {
	background-image: url("../img/prof_line_mo.png");
}

/* #movie */
#movie {
	background: #fff url("../img/bg_dotblue_t.png") repeat-x center top / auto 124px;
	padding: 6em 0 3em;
}
#movie hr {
	height: 12px;
	background: url("../img/hr_blue.png") repeat-x center top / auto 100%;
}
.movie_nav {
	position: relative;
	margin-top: -3em;
	padding-bottom: 3em;
}
.movie_nav &gt; nav {
	display: grid;
	grid-template-columns: repeat(auto-fit, 31%);
	gap: .75em .75em;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 3em;
}
.movie_nav ._tit {
	padding: 0 1em;
}
.movie_nav ._img {
	position: absolute;
	right: -1em;
	bottom: 0;
	width: 40%;
	max-width: 304px;
}
.movie_list_block {
	padding: 7em 0;
}
.movie_list_block section + section {
	margin-top: 5em;
}
.movie_list_block .category_tit {
	position: relative;
	margin-bottom: 3em;
}
.movie_list_block .category_tit &gt; ._icon {
	position: absolute;
	top: 50%;
	right: 1.5em;
	transform: translateY(-50%);
	width: 24%;
}
.movie_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, 33.33%);
	gap: 1em 0;
	justify-content: space-between;
}
.movie_list &gt; a {
	padding: .5em 1.5em;
	border-right: 4px dotted #72859f;
}
.movie_list &gt; a:nth-child(3n+1) {
	border-left: 4px dotted #72859f;
}
.movie_list &gt; a ._img {
	border: 4px solid #ffb416;
	border-radius: 4px;
}
#carbon .movie_list &gt; a ._img {
	border-color: #e169ff;
}
#power .movie_list &gt; a ._img {
	border-color: #ff645a;
}
#nuclear .movie_list &gt; a ._img {
	border-color: #00b4ff;
}
#radiation .movie_list &gt; a ._img {
	border-color: #6478ff;
}
#trivia .movie_list &gt; a ._img {
	border-color: #00a03c;
}
#charge .movie_list &gt; a ._img {
	border-color: #00a08c;
}
.movie_list &gt; a ._txt {
	font-family: "RocknRoll One", sans-serif;
	font-size: clamp(1.4rem, 1.31772vw, 1.9rem);
  font-weight: 400;
	line-height: 1.3;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	height: 3.5em;
}

/* #manga */
#manga {
	background: #f1ffd0 url("../img/bg_checkgreen_t.png") repeat-x center top / auto 124px;
	padding: 6em 0 2em;
}
.manga_list_block {
	position: relative;
	padding-bottom: 17em;
}
.manga_tit {
	width: 40%;
	max-width: 260px;
	padding: 0 1.5em;
	margin-top: -5em;
}
.manga_list {
	display: grid;
	grid-template-columns: repeat(auto-fill, 33.33%);
	gap: 1em 0;
	justify-content: space-between;
}
.manga_list &gt; div {
	padding: 1.5em;
	text-align: center;
	border-right: 4px dotted #72859f;
}
.movie_list &gt; a {
	padding: .5em 1.5em;
}
.manga_list &gt; div:nth-child(3n+1) {
	border-left: 4px dotted #72859f;
}
.btn {
	display: inline-block;
	min-width: 12em;
	background: #4680c6;
	border-radius: 999px;
	color: #fff;
	font-family: "RocknRoll One", sans-serif;
	font-size: clamp(1.4rem, 1.31772vw, 1.9rem);
  font-weight: 400;
	text-align: center;
	padding: .5em 1em .6em;
	margin-top: 1em;
	transition: .5s;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
	background: #376db9;
}
.manga_list_block ._img {
	position: absolute;
	right: -2em;
	bottom: 0;
	width: 36%;
	max-width: 260px;
}
.manga_continue_box {
	display: none;
	background: #fff;
	padding: 2.5em 10%;
}
.lity .manga_continue_box {
	display: block;
	overflow-y: scroll;
}
.manga_continue_body {
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
}
.manga_continue_body img {
	display: block;
}
.manga_continue_body .btn {
	margin-top: 2em;
}


/* pagetop_btn */
.pagetop_btn {
	width: 33%;
	max-width: 174px;
	position: fixed;
	right: 40px;
	bottom: 20px;
	cursor: pointer;
	z-index: 200;
}
/* footer */
footer {
	background: #fff;
	padding: 2em 0;
}
footer small {
	display: block;
	text-align: center;
	font-size: .875em;
	letter-spacing: .02em;
	line-height: 1.2;
}
.f_logo {
	padding-bottom: 1em;
}
.f_logo img {
	width: 13.28%;
}

/* lity.css */
.lity {
	background: rgba(0,0,0,0.7);
}
.lity-close,
.lity-close:hover {
  width: 60px;
  height: 60px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
  font-weight: normal;
  font-size: 60px;
  line-height: 60px;
}


@media only screen and (max-width: 768px) {
  .pc {display:none;}
	.flex {
		flex-direction: column;
		justify-content: center;
	}
  
	/* main_block */
	.main_logo {
		top: 1em;
		left: 1em;
		width: 20%;
	}
	.main_animation .frame {
		bottom: 2%;
	}
	.main_animation #aoyama .frame {
		width: 51.54%;
	}
	.play .main_animation #aoyama .frame {
		left: 13.405%;
	}
	.main_animation #momota .frame {
		width: 53.26%;
	}
	.play .main_animation #momota .frame {
		right: 14.84%;
	}
	.main_animation #aoyama .imglink {
		width: 43%;
		right: -1%;
	}
	.main_animation #momota .imglink {
		width: 33%;
		left: 6%;
	}
	
	/* #profile */
	#profile {
		padding: 2em 0 6em;
	}
	.bg_yellow {
		background: repeating-linear-gradient(120deg, #fff2a5, #fff2a5 10px, #fff6c0 10px, #fff6c0 15px);
	}
	#profile .lead_copy {
		padding: 0 1em;
	}
	#profile hr {
		height: 6px;
	}
	#profile .lead_img {
		top: auto;
		bottom: -5em;
		width: 40%;
		max-width: 150px;
		z-index: 1;
	}
	.prof_tit {
		text-align: center;
		margin: 2em 0;
	}
	.prof_box &gt; div {
		width: 90%;
		max-width: 370px;
		font-size: 100%;
		padding-bottom: 1.5em;
		margin: 0 auto;
	}
	.prof_box &gt; div:nth-child(2) {
		margin-top: 1.5em;
	}
	.prof_box &gt; div figure img {
		position: absolute;
		top: -.5em;
		left: -.5em;
		width: 25%;
	}
	.prof_box &gt; div figcaption {
		padding: 0 0 .5em;
		text-align: center;
	}
	
	/* #movie */
	#movie {
		background-size: auto 62px;
		padding: 3em 0;
	}
	#movie hr {
		height: 6px;
	}
	.movie_nav {
		margin-top: -1em;
		padding-bottom: 3em;
	}
	.movie_nav &gt; nav {
		grid-template-columns: repeat(auto-fit, 48%);
		gap: .5em .5em;
		padding-bottom: 5em;
	}
	.movie_list_block {
		padding: 2em 0;
	}
	.movie_list_block section + section {
		margin-top: 3em;
	}
	.movie_list_block .category_tit {
		margin-bottom: 1.5em;
	}
	.movie_list_block .category_tit &gt; img {
		height: 3em;
		object-fit: cover;
		object-position: left top;
	}
	.movie_list_block .category_tit &gt; ._icon {
		right: .5em;
		width: 8em;
	}
	.movie_list {
		grid-template-columns: repeat(auto-fill, 50%);
	}
	.movie_list &gt; a {
		padding: .5em 1em;
		border-right-width: 2px;
	}
	.movie_list &gt; a:nth-child(3n+1) {
		border-left: none;
	}
	.movie_list &gt; a:nth-child(2n+1) {
		border-left: 2px dotted #72859f;
	}
	.movie_list &gt; a ._img {
		border-width: 2px;
		border-radius: 2px;
	}
	.movie_list &gt; a ._txt br {
		display: none;
	}
	.movie_list &gt; a ._txt._sp {
		width: 125%;
		transform: scaleX(.8);
		margin-left: -12.5%;
	}
	
	/* #manga */
	#manga {
		background-size: auto 62px;
		padding: 3em 0;
	}
	.manga_list_block {
		padding-bottom: 0;
	}
	.manga_tit {
		margin-top: -2em;
	}
	.manga_list {
		grid-template-columns: repeat(auto-fill, 50%);
	}
	.manga_list &gt; div {
		padding: 1em;
		border-right-width: 2px;
	}
	.manga_list &gt; div:nth-child(2n+1) {
		border-left: 2px dotted #72859f;
	}
	.btn {
		display: block;
		padding: .3em 1em .4em;
		min-width: inherit;
	}
	.manga_list_block ._img {
		right: -1em;
	}
	
	/* pagetop_btn */
	.pagetop_btn {
		right: 0;
	}
	
	/* footer */
	footer {
		padding: 1.5em 0;
	}
	.f_logo img {
		width: 20%;
	}

  /* lity.css */
  .lity-close,
  .lity-close:hover {
    width: 40px;
    height: 40px;
    font-size: 40px;
    line-height: 40px;
  }
  
  
  
}

@media only screen and (min-width: 769px) {
  .sp {display:none;}
  
	/* pagetop_btn */
	.pagetop_btn {
		transition: .5s;
	}
	.pagetop_btn:hover {
		opacity: .8;
	}
	
}

@media only screen and (min-width: 1310px) {
  .play .main_animation #aoyama .frame {
		left: calc(100% - 518px);
	}
	.play .main_animation #momota .frame {
		right: calc(100% - 520px);
	}
	.main_animation #aoyama .imglink {
		right: -20px;
	}
	.main_animation #momota .imglink {
		left: 46px;
	}
	
	
}





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