@charset "UTF-8";

html, body, h1, h2, h3, h4, h5, p {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
* {
	box-sizing: border-box;
}
body {
	color: #333333;
	background: url("/images/body-bg1.png") repeat-x, url("/images/body-bg2.png") repeat;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-feature-settings: "palt";
	font-size: 18px;
	line-height: 1.2;
}
img {
	max-width: 100%;
	vertical-align: top;
}
a {
	color: #000099;
}
a:hover {
	color: #0000cc;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.wrapper {
	min-width: 960px;
	overflow: hidden;
}
.frame {
	margin: 0 auto;
	position: relative;
}

.nav {
	width: 100%;
	height: 70px;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: url("/images/nav-bg.png") repeat-x;
}
.nav .frame {
	width: 960px;
}
.nav__link  {
	width: 110px;
	height: 70px;
	float: left;
	background-repeat: no-repeat;
	background-size: auto 140px;
	background-position: center top;
	color: transparent;
	text-align: center;
	line-height: 70px;
}
a.nav__link:hover {
	color: rgba(255, 255, 255, 0);
	background-position: center bottom;
}
.nav__news {
	background-image: url("/images/nav-news.svg");
}
.nav__story {
	background-image: url("/images/nav-story.svg");
}
.nav__character {
	background-image: url("/images/nav-character.svg");
}
.nav__novel {
	background-image: url("/images/nav-novel.svg");
}
.nav__comic {
	background-image: url("/images/nav-comic.svg");
}
.nav__animation {
	background-image: url("/images/nav-animation.svg");
}

.sns {
	margin-right: 30px;
	padding: 24px 0 16px;
	float: right;
}
.sns__link {
	width: 30px;
	margin-left: 9px;
}
.sns__image {
	width: 30px;
	height: 30px;
}

.kv {
	margin-top: 70px;
	background: url("/images/kv-bg.png") no-repeat top center/100%;
}
.kv div.frame {
	width: 960px;
	height: 800px;
}
.kv__logo {
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 10;
	width: 489px;
	height: 243px;
}
.kv__badge {
	position: absolute;
	top: 170px;
	left: 40px;
	z-index: 10;
	width: 401px;
	height: 400px;
}
.kv__copy {
	position: absolute;
	bottom: 45px;
	left: 0;
	z-index: 10;
}
.kv__copy-text {
	width: fit-content;
	margin-bottom: 10px;
	padding: 5px 24px;
	background: rgba(255, 255, 255, .7);
	color: #1029cc;
	font-size: 26px;
	font-weight: bold;
}
.kv__copy-text p {
	padding-bottom: 0;
}
.kv__copy-notes {
	font-size: 16px;
}
.kv__copy-image {
	position: relative;
	top: 0;
	left: 0;
	width: 550px;
	height: auto;
}
.kv__cv {
	position: absolute;
	bottom: 40px;
	right: 30px;
	z-index: 10;
}
.kv__cv-image {
	width: 274px;
	height: 130px;
}
.kv__character-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	text-align: right;
}
.kv__character,
.kv__character {
	position: absolute;
	z-index: 1;
	transition: opacity 3s;
}
.kv__character--novel {
	bottom: 20px;
	right: 20px;
	width: 643px;
	height: 774px;
}
.kv__character--comic {
	bottom: 80px;
	right: -70px;
	width: 924px;
	height: 691px;
}
.kv__character--novel.hide,
.kv__character--comic.hide {
	opacity: 0;
}

.body {
	width: 960px;
	margin: 10px auto 0;
}

.banner {
	position: relative;
	z-index: 11;
	padding-bottom: 80px;
	text-align: center;
}

.banner__image {
	margin-bottom: 50px;
}

.content {
	width: 800px;
	margin: 0 auto 80px;
	padding: 60px 25px 60px 195px;
	position: relative;
	background: rgba(255, 255, 255, .65);
	box-shadow: 4px 4px 10px 20px rgba(0, 0, 0, .2), 0 0 0 10px rgba(255, 255, 255, .5);
}
.content::after {
	position: absolute;
	right: -200px;
	bottom: -30px;
	z-index: -1;
	content: url("/images/parts-cloud.png");
}
.content__headline {
	width: 317px;
	height: 84px;
	position: absolute;
	top: 27px;
	left: -138px;
	background: url("/images/heading-bg.png") no-repeat top/cover;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
}
.content__abstract {
	padding-left: 115px;
	font-size: 20px;
}
p.content__notes {
	padding-top: 5px;
	font-size: 14px;
}

.news__list {
	height: 7em;
	margin: 0;
	padding-left: 1em;
	overflow: auto;
	list-style: none;
}
.news__list li:not(:last-child) {
	padding-bottom: 1em;
}
.news__list span {
	display: block;
	overflow: hidden;
}
.news__list-date {
	margin-right: 20px;
	float: left;
	font-weight: bold;
}

.story {
	position: relative;
}
.story__character {
	width: 242px;
	height: 252px;
	position: absolute;
	bottom: -20px;
	left: -70px;
}
.story__text:not(:last-child) {
	padding-bottom: 1em;
}

.character {
	padding: 0 60px 60px;
}
.character div.frame {
	overflow: visible;
}
.character__makoto {
	margin: 0 0 20px -110px;
}
.character__makoto-image {
	width: 862px;
	height: 640px;
}
.character__tomoe {
	margin: -120px 0 20px -106px;
}
.character__tomoe-image {
	width: 925px;
	height: 585px;
}
.character__mio {
	margin: 0 0 20px -110px;
}
.character__mio-image {
	width: 860px;
	height: 588px;
}
.character__makoto-image,
.character__tomoe-image,
.character__mio-image {
	max-width: none;
}

.character__sub {
	height: 582px;
}

.novel,
.comic {
	padding: 55px 75px 75px;
}

.latest {
	color: #000000;
}

.book-link {
	padding: 3px 0;
}
.book-link__note {
	padding-bottom: 25px;
	font-size: 14px;
	text-align: right;
}

.book {
	padding-top: 20px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.book a,
.book span {
	width: 140px;
	margin: 0 30px 30px 0;
	color: #000099;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
.book a:nth-child(4n),
.book span:nth-child(4n) {
	margin-right: 0;
}
.book__image {
	margin-bottom: 10px;
}

.animation {
	padding: 55px 30px 50px;
}
.animation__abstract {
	padding: 0 0 50px 160px;
	font-size: 20px;
}
.animation__abstract p {
	font-weight: bold;
}
.animation__link {
	padding-top: 30px;
}

.staff-cast {
	font-size: 14px;
}
.staff-cast__subhead {
	margin: 30px 0 10px;
	padding-left: 5px;
	border-left: 5px solid #000865;
	color: #000865;
	font-size: 18px;
	line-height: 30px;
}
.staff-cast p:not(:last-child) {
	padding-bottom: 1em;
}
.staff-cast__position {
	width: 200px;
	display: inline-block;
	background-image: radial-gradient(#000000 30%, transparent 30%);
	background-size: 5px 5px;
	background-repeat: repeat-x;
	background-position: center;
}
.staff-cast__text {
	background: #bab8ce;
}
.staff-cast__sub {
	font-size: 12px;
}

.footer {
	padding: 15px 40px;
	background: #000000;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
.footer__copyright {
	padding-top: 10px;
}

.footer__image {
	width: 335px;
	height: 36px;
}

a.button {
	max-width: 600px;
	margin: 0 auto;
	padding: 25px;
	display: block;
	position: relative;
	background: #0f1fe5;
	box-shadow: 0 0 0 3px #0f1fe5, 0 3px 6px rgba(0, 0, 0, .3);
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: transform .1s;
}
a.button:hover {
	background: #2274e5;
	box-shadow: 0 0 0 3px #2274e5, 0 3px 6px rgba(0, 0, 0, .3);
}
a.button:active {
	transform: translate(0, 2px);
	box-shadow: 0 0 0 3px #2274e5, 0 1px 6px rgba(0, 0, 0, .3);
}

a.scroll-up {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: -100px;
	right: -100px;
	z-index: 10;
	filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .3));
	transition: all 1s;
}

@media (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.wrapper {
		min-width: 0;
	}

	nav.global .frame,
	.kv div.frame,
	div.body,
	.content {
		width: auto;
	}

	.nav-open-button {
		width: 50px;
		height: 40px;
		padding: 10px 5px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 30;
		background: #b72727;
		border-radius: 0 0 0 10px;
		transition: all 1s;
	}
	.nav-open-button span {
		width: 100%;
		height: 3px;
		margin-bottom: 5px;
		display: block;
		background: #ffffff;
		transition: all 1s;
		transform-origin: center;
	}
	.nav-open-button span:nth-of-type(3) {
		margin-bottom: 0;
	}
	.nav-open-button.open {
		background: #5c1414;
	}
	.nav-open-button.open span:nth-of-type(1) {
		transform: translateY(8px) rotate(-30deg);
	}
	.nav-open-button.open span:nth-of-type(2) {
		opacity: 0;
	}
	.nav-open-button.open span:nth-of-type(3) {
		transform: translateY(-8px) rotate(30deg);
	}

	.nav {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: -100%;
		z-index: 20;
		overflow: hidden;
		background: linear-gradient(to bottom, #5c1414, #b72727 90%, transparent 90%), url("/images/sp-nav-cloud.png") no-repeat bottom/contain;
		transition: top 1s;
	}
	.nav.open {
		top: 0%;
	}

	.nav__logo {
		width: 50%;
		margin: 15px;
	}
	.nav__link {
		width: 100%;
		height: 50px;
		padding-left: 50px;
		display: block;
		float: none;
		position: relative;
		background: none !important;
		border-top: 1px solid #914848;
		color: #ffffff;
		font-size: 22px;
		text-align: left;
		line-height: 50px;
	}
	.nav__animation {
		border-bottom: 1px solid #914848;
	}
	a.nav__link:hover,
	a.nav__link:active {
		color: #fbe900;
	}
	.nav a:hover::before,
	.nav a:active::before {
		width: 0;
		height: 0;
		margin: auto;
		position: absolute;
		top: 0;
		left: 25px;
		bottom: 0;
		content: "";
		border-top: 6px solid transparent;
		border-left: 10px solid #fbe900;
		border-bottom: 6px solid transparent;
	}
	.sns {
		display: flex;
		justify-content: space-around;
		width: 100vw;
		margin-right: 0;
		float: none;
		overflow: hidden;
	}
	.sns__link {
		margin-left: 0;
		padding-left: 0;
		float: left;
	}

	.kv {
		margin-top: 0;
	}
	.kv__novel,
	.kv__comic {
		width: 100%;
		transition: opacity 3s;
	}
	.kv__comic {
		position: absolute;
		top: 0;
		left: 0;
	}
	.kv__novel.hide,
	.kv__comic.hide {
		opacity: 0;
	}

	.banner {
		padding: 0 10px 50px;
	}

	.banner__image {
		margin-bottom: 20px;
	}

	.content {
		margin: 0 10px 40px;
		padding: 100px 25px 25px;
	}
	.content__headline {
		height: 54px;
		text-align: right;
	}
	.content__image {
		max-height: 100%;
		max-width: 200px;
	}

	.campaign {
		padding-top: 30px;
	}

	.news__list-date {
		float: none;
	}

	.story__character {
		display: none;
	}

	.character {
		padding: 100px 0 25px;
	}
	.character__list-image {
		width: 100%;
		margin-bottom: 20px;
	}
	.character__list-image:last-child {
		margin-bottom: 0;
	}

	.content__abstract {
		padding-left: 0;
	}

	.book a.latest,
	.book span {
		width: 200px;
		margin: 0 auto 30px;
		text-align: center;
	}

	.latest {
		margin-right: auto;
	}

	.animation__abstract {
		padding: 0 0 10px;
	}

	.staff-cast__position {
		width: auto;
		padding-right: 15px;
	}

	a.button {
		padding: 10px;
		font-size: 19px;
	}
}
