@charset "UTF-8";
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
	font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif;
	color: #fff;
	background-color: #000;
}

img.cover {
	width: 100%;
	height: auto;
}
img.coverPortlate {
	width: auto;
	height: 100%;;
}
.deactive {
	opacity: 0.5;
}
.deactive a {
	pointer-events: none;
}
/* 文字組 */
.alignCenter {
	text-align: center;
}
.alignCenter > .blockCenter {
	display: inline-block;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
/* 太字 */
.textBold {
	font-family: "ゴシックMB101 B", "Gothic MB101 Bold", sans-serif;
}
.textNormal {
	font-family: "ゴシックMB101 R", "Gothic MB101 Regular", sans-serif;
}
.textItalic {
	font-style: italic;
}
.textIndent {
	display: block;
	text-indent: 1em;
}
.textAttention,
.attentionList > li {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
/* 行間 */
.lineHeight100 {
	line-height: 1;
}
.lineHeight120 {
	line-height: 1.2;
}
.lineHeight145 {
	line-height: 1.45;
}
.lineHeight170 {
	line-height: 1.7;
}
.lineHeight200 {
	line-height: 2;
}
.letterSpacing0 {
	letter-spacing: 0;
}
.marginTopAuto {
	margin-top: auto!important;
}

/* 上方向間隔調整 */
.marginTop0 {
	margin-top: 0!important;
}
.marginTopHalf {
	margin-top: 0.5em!important;
}
.post table,
.post p:not(.date),
.post .movieWrapper,
.marginTop1 {
	margin-top: 1em!important;
}
.marginTop1half {
	margin-top: 1.5em!important;
}
.post p + h3,
.marginTop2 {
	margin-top: 2em!important;
}
.marginTop3 {
	margin-top: 3em!important;
}
.marginTop4 {
	margin-top: 4em!important;
}
.paddingVertical1 {
	padding: 1em 0;
}
.paddingVertical2 {
	padding: 2em 0;
}
.paddingVertical3 {
	padding: 3em 0;
}
.paddingVertical5 {
	padding: 5em 0;
}
.paddingHorizontalHalf {
	padding: 0 0.5em;
}
.paddingHorizontal1 {
	padding: 0 1em;
}
.paddingHorizontal1half {
	padding: 0 1.5em;
}
.paddingHorizontal2 {
	padding: 0 2em;
}
/* 文字サイズ */
.text70 {
	font-size: 7vw;
}
.text50 {
	font-size: 5vw;
}
.text40 {
	font-size: 4vw;
}
.text36 {
	font-size: 3.6vw;
}
.text30 {
	font-size: 3vw;
}
.text20 {
	font-size: 2vw;
}
.text12 {
	font-size: 1.2vw;
}
.text0 {
	font-size: 0;
}
/*font*/
.fontSerif {
	font-family: "リュウミン B-KL", "Ryumin Bold KL", serif;
}
/*枠組み*/
.widthWrapper {
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}
/*flexbox指定*/
.flexBlock {
	display: -webkit-flex!important;
	display: flex!important;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
	margin: 0 auto;
}
.flexColumn {
	flex-direction: column;
}
.flexStart {
	justify-content: flex-start;
}
.flexBetween {
	justify-content: space-between;
}
.flexEnd {
	justify-content: flex-end;
}
.flexStretch {
	align-items: stretch;
}
.flexAlignCenter {
	align-items: center;
}
.flexReverse {
	flex-direction: row-reverse;
}
.flexList3 > li {
	width: 33.333333%;
}
.flexList4 > li {
	width: 25%;
}
/*背景色*/
.bgBlack {
	background-color: #000;
}
.bgBlackAlpha {
	background-color: rgba(0, 0, 0, 0.5);
}
/*リンク装飾*/
a {
	display: inline-block;
	position: relative;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*header*/
.headerMargin {
	padding-top: 8vh;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 8vh;
	z-index: 100;
}
header > h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	pointer-events: none;
}
header > nav {
	position: absolute;
	top: 0;
	left: 100vw;
	width: 100%;
	height: 100vh;
	padding: 8vh 0;
	background-color: rgba(30,55,159,0.9);
	box-sizing: border-box;
	z-index: -1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header.open nav {
	left: 0;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header > nav > ul.flexBlock {
	align-content: flex-start;
	/*
	width: 100%;
	*/
	width: 100%;
	height: 150vw;
	padding: 0 4%;
	background-image: url("../images/navBg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	box-sizing: border-box;
	white-space: nowrap;
}
header > nav > ul.flexBlock .navUniform {
	width: 50%;
	/*
	height: calc(14vw + 1em);
	*/
	margin-top: 5vw;
	background-image: url("../images/_svg/navBtn.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 12vw;
}
header > nav > ul.flexBlock .navUniform.selected {
	background-image: url("../images/_svg/navBtnSelected.svg");
}
header > nav > ul.flexBlock #navChallenge.navUniform {
	margin-top: 12vw;
}
header > nav > ul.flexBlock #navPresent.navUniform {
	display: none;
}
header > nav > ul.flexBlock #navChallenge.navUniform,
header > nav > ul.flexBlock #navOffshot.navUniform,
header > nav > ul.flexBlock #navHome.navUniform {
	width: 100%;
}
header > nav > ul.flexBlock .navUniform a > span {
	display: block;
	padding-top: 14vw;
}
header > nav > ul.flexBlock .navUniform a > span > span {
	display: block;
	line-height: 0.5;
}
header > nav > ul.flexBlock .navBox {
	width: 44.5%;
	margin-top: 6vw;
}
header > nav > ul.flexBlock .navBox:nth-child(even) {
	margin-left: 2%;
}
header > nav > ul.flexBlock .navBox > a {
	display: block;
	padding: 0.5em 0;
	background-color: #002e85;
	border: 2px solid #fff;
}
.btnMenu {
	position: absolute;
	top: 0;
	right: 4.5vw;
	width: 12vw;
	height: 8vh;
	outline: none;
	z-index: 103;
}
.btnMenu > span {
	display: inline-block;
	position: relative;
	width: 12vw;
	height: 8vh;
	margin: 0;
}
.btnMenu > span > span,
.btnMenu > span > span:before,
.btnMenu > span > span:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 12vw;
	height: 1vw;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	transform: translateY(-50%);
}
.btnMenu > span > span:before,
.btnMenu > span > span:after {
	display: block;
	content: "";
	background-color: #fff;
}
.pageOffshots .btnMenu > span > span:before,
.pageOffshots .btnMenu > span > span:after {
	background-color: #797979;
}
.pageOffshots .open .btnMenu > span > span:before,
.pageOffshots .open .btnMenu > span > span:after {
	background-color: #fff;
}
.btnMenu > span > span:before {
	margin-top: -2vw;
}
.btnMenu > span > span:after {
	margin-top: 2vw;
}
.open .btnMenu > span > span {
	background: transparent;
}
.open .btnMenu > span > span:before,
.open .btnMenu > span > span:after {
	margin-top: 0;
}
.open .btnMenu > span > span:before {
	transform: rotate(-45deg);
}
.open .btnMenu > span > span:after {
	transform: rotate(-135deg);
}
/*footer*/
footer {
	position: relative;
	width: 100%;
	padding: 1em 0;
}
.noScroll footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 90;
}
/*animation*/
.init {
	opacity: 0;
}
.action .delayFade01 {
	animation: fadeIn 0.75s linear 0.000001s forwards;
}
.action .delayFade02 {
	animation: fadeIn 0.75s linear 0.3s forwards;
}
.action .delayFade03 {
	animation: fadeIn 0.75s linear 0.6s forwards;
}
.action .delayFade04 {
	animation: fadeIn 0.75s linear 0.9s forwards;
}
.action .delayFade05 {
	animation: fadeIn 0.75s linear 1.2s forwards;
}
.action .delayFade06 {
	animation: fadeIn 0.75s linear 1.5s forwards;
}
.action .delayFade07 {
	animation: fadeIn 0.75s linear 1.8s forwards;
}
.action .delayFade08 {
	animation: fadeIn 0.75s linear 2.1s forwards;
}
.action .delayFade09 {
	animation: fadeIn 0.75s linear 2.4s forwards;
}
.action .delayFade10 {
	animation: fadeIn 0.75s linear 2.7s forwards;
}
.action .delayFade11 {
	animation: fadeIn 0.75s linear 3s forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	1% {
		pointer-events: none;
	}
	100% {
		opacity: 0;
		pointer-events: none;
	}
}
/*common*/
.bg {
	position: relative;
	width: 100vw;
	height: 100vh;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}
/*#intro*/
.pageTop {
	background-image: url("../images/00intro/bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#intro .catch {
	padding-bottom: 0.25em;
}

/*pageStory*/
.pageStory {
	background-image: url("../images/bgStory.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pageStory .secTitle {
	width: 100%;
	height: 13vw;
	background-image: url("../images/_svg/titleStory.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 13vw;
}
/*pageCharacters*/
.pageCharacters.pageCategoryTop {
	background-image: url("../images/bgCharacters.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.charaWrapper {
	width: 100vw;
	/*
	height: 150vw;
	max-height: 80vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
	box-sizing: border-box;
}
.charaWrapper .photo {
	width: 100%;
	height: 65vh;
	/*
	max-height: 130vw;
	*/
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.charaWrapper .flexList2 {
	width: 100%;
	height: 7.5vh;
	/*
	max-height: 15vw;
	*/
}
.charaWrapper .flexList2 li {
	width: 35vw;
	height: 7.5vh;
	/*
	max-height: 15vw;
	height: 15vw;
	*/
	margin: 0 5vw;
}
.charaWrapper .flexList2 li a,
.charaWrapper .flexList2 li button {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #fff;
	outline: none;
}
.modalWrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}
.modalWrapper > .widthWrapper {
	height: 100%;
	padding: 8vh 0;
	box-sizing: border-box;
}
.modalWrapper .widthWrapper .modalContents {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 0 2em;
	background-color: rgba(6,0,253,0.9);
	border: 5px solid #fff;
	box-sizing: border-box;
	overflow: auto;
}
.modalWrapper .widthWrapper .modalContents .btnMenu {
	position: fixed;
	top: 8vh;
	right: 9%;
}
.modalWrapper .widthWrapper .modalContents .secTitle {
	width: 100%;
	height: 18vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 18vw;
}
/*pageOffshots*/
.pageOffshots {
	background-color: #2b3c40;
}
.offshotsWrapper {
	width: 100vw;
	box-sizing: border-box;
}
.offshotsWrapper .btn a {
	position: relative;
	display: block;
	width: 2.4em;
	height: 2.4em;
	overflow: hidden;
}
.offshotsWrapper .btn a > span {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	box-sizing: border-box;
	transform: rotate(45deg) translate(50%,-50%);
}
.offshotsWrapper .btnNext a > span {
	transform: rotate(45deg) translate(-50%,50%);
}
.offshotsWrapper .flexList2 li {
	width: 45%;
}
.offshotsWrapper .flexList2 li + li {
	/*
	margin-left: 2vw;
	*/
	display: none;
}
.offshotsWrapper .flexList2 li a {
	position: relative;
	display: block;
	width: 100%;
	padding: 10vw 0 3vw;
	background-image: url("../images/02offshots/btnShare.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	box-shadow: 0 1vw 0.9vw 0.2vw rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	border: 1px solid #71a2a4;
}
.offshotsWrapper .flexList2 li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(50,65,70);
	background: linear-gradient(126deg, rgba(50,65,70,1) 46%, rgba(65,82,90,1) 100%);
	z-index: -1;
}
.offshotsWrapper .flexList2 li + li a {
	background-image: url("../images/02offshots/btnPresent.png");
}
.offshotsWrapper .flexList2 li a span {
	display: block;
	white-space: nowrap;
}
/*
.offshotsWrapper ul {
	width: 100%;
	height: 7.5vh;
}
.offshotsWrapper ul li {
	width: 35vw;
	height: 7.5vh;
	margin: 0 5vw;
}
.offshotsWrapper ul li a,
.offshotsWrapper ul li button {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #fff;
	outline: none;
}
*/
/*pcView*/
#pcView.bg {
	flex-wrap: nowrap;
	max-height: 1500px;
	padding: 0;
	font-size: 1.4vh;
	line-height: 1.6;
	background-color: #000;
	background-image: url("../images/00introPc/qr.png"), url("../images/00introPc/bg.jpg");
	background-size: auto 100%, cover;
	box-sizing: border-box;
	overflow: hidden;
}
#pcView.bg h1 {
	width: auto;
	/*
	height: 36vh;
	padding-top: 18vh;
	margin-top: 0;
	*/
	height: 18vh;
	box-sizing: border-box;
}
#pcView.bg h1 + p {
	height: 28vh;
	box-sizing: border-box;
}
#pcView.bg h2 {
	height: 3vh;
	box-sizing: border-box;
}
#pcView.bg dl,
#pcView.bg footer {
	font-size: 1vh;
	line-height: 1.5;
}
#pcView.bg dl {
	height: 15vh;
	box-sizing: border-box;
}
#pcView.bg dl dt {
	margin-top: 1em;
}
#pcView.bg .banner,
#pcView.bg .banner > a {
	display: block;
	height: 10vh;
}
#pcView.bg footer {
	position: fixed;
	bottom: 0;
	left: 0;
	bottom: 4em;
	max-height: 6vh;
	margin-top: auto;
	padding: 0;
	background-color: rgba(0,0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
	box-sizing: border-box;
	z-index: 90;
}
/* sns */
.snsBlock {
	position: relative;
	width: 100%;
	overflow: visible;
}
.snsBlock .snsBtn {
	height: 20px;
	margin: 0 2px;
	line-height: 100%;
	display: block;
}
/*loading*/
#loading {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url("../images/01guide/bgLoading.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 300;
}
@media (orientation: portrait) {
	body.noScroll {
		overflow: hidden;
	}
	.noScroll .contentsWrapper {
		display: block;
		overflow: hidden;
	}
	.attention {
		display: none;
	}
}
@media (orientation: landscape) {
	.contentsWrapper {
		display: none!important;
	}
	.attention {
		display: block;
		position: relative;
		width: 100vw;
		height: 100vh;
		background-image: url("../images/00introPc/bg.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.attention > p {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		transform: translate(-50%, -50%);
	}
}