@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");
html {
	font-size: 62.5%;
	height: 100%;
}
img[width="1"] {
	position: fixed;
	top: 0;
	left: 0;
}
#contentsWrapper button {
  font-family: inherit;
}
#contentsWrapper .dispWide {
	display: block;
}
#contentsWrapper .preload {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
}
#contentsWrapper .dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .dispWide {
		display: none;
	}
	#contentsWrapper .dispNarrow {
		display: block;
	}
}
#contentsWrapper .cover {
	width: 100%;
	height: auto;
}
#includeFooter {
	position: relative;
	z-index: 50;
}
#contentsWrapper {
	position: relative;
	width: 100%;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	background-color: #000;
	overflow: hidden;
	z-index: 10;
}
#contentsWrapper .bgFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 120vh;
	background-image: url("../images/bg.jpg");
	background-position: center top;
	background-size: cover;
	pointer-events: none;
	z-index: 1;
}
#contentsWrapper .widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	overflow: hidden;
}
#contentsWrapper .widthWrapper .sectionWrapper {
	position: relative;
	width: 90%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	z-index: 10;
	padding-bottom: 120px;
}
#contentsWrapper .bannerWrapper {
	position: relative;
	max-width: 840px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
	z-index: 5;
}
#contentsWrapper .tweetWrapper {
	position: relative;
	width: 100%;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
#contentsWrapper #twitter .tweetWrapper {
	background-color: rgba(255,255,255,0.5);
}
#contentsWrapper .sectionContents {
	position: relative;
	width: 100%;
	padding-bottom: 3em;
	background-image: url("../images/bgLoop.png");
	border: 1px solid #00fffc;
	z-index: 10;
}
#contentsWrapper .sectionDeco {
	position: relative;
	width: 100%;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
	z-index: 5;
}
#contentsWrapper .sectionTitle {
	width: 100%;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
#contentsWrapper .sectionContentsWrapper {
	width: 96%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#contentsWrapper .sectionContentsWrapperWide {
	width: 98%;
	max-width: 840px;
}
#contentsWrapper .sectionContentsWrapperNarrow {
	width: 80%;
	max-width: 504px;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .widthWrapper .sectionWrapper {
		padding-bottom: 9.375vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .widthWrapper {
		width: 100%;
	}
	#contentsWrapper .widthWrapper .sectionWrapper {
		width: 96%;
		padding-bottom: 10vw;
	}
}
#contentsWrapper .alignCenter {
	text-align: center;
}
#contentsWrapper .alignRight {
	text-align: right;
}
#contentsWrapper .alignLeft {
	text-align: left;
}
#contentsWrapper .fontJp {
	font-family: 'G2サンセリフ-B', 'GSanSerif-B', sans-serif;
}
#contentsWrapper .fontBold {
	font-weight: bold;
}
#contentsWrapper .text30 {
	font-size: 30px;
}
#contentsWrapper .text24 {
	font-size: 24px;
}
#contentsWrapper .text20 {
	font-size: 20px;
}
#contentsWrapper .text16 {
	font-size: 16px;
}
#contentsWrapper .text0 {
	font-size: 0;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .text30 {
		font-size: 2.34375vw;
	}
	#contentsWrapper .text24 {
		font-size: 1.875vw;
	}
	#contentsWrapper .text20 {
		font-size: 1.5625vw;
	}
	#contentsWrapper .text16 {
		font-size: 1.25vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .text30 {
		font-size: 4.5vw;
	}
	#contentsWrapper .text24 {
		font-size: 4vw;
	}
	#contentsWrapper .text20 {
		font-size: 3.5vw;
	}
	#contentsWrapper .text16 {
		font-size: 3vw;
	}
}
#contentsWrapper .lineHeight0 {
	line-height: 0;
}
#contentsWrapper .lineHeight150 {
	line-height: 1.5;
}
#contentsWrapper .lineHeight160 {
	line-height: 1.6;
}
#contentsWrapper .lineHeight200 {
	line-height: 2;
}
#contentsWrapper span.lineHeight0,
#contentsWrapper span.lineHeight150,
#contentsWrapper span.lineHeight160,
#contentsWrapper span.lineHeight200 {
	display: inline-block;
}
#contentsWrapper .textList > li {
	position: relative;
	width: 25%;
	margin-left: -1em;
	padding-left: 1em;
	padding-right: 1em;
	box-sizing: border-box;
}
#contentsWrapper .textList > li,
#contentsWrapper .textList > li > a {
	color: #fff;
}
#contentsWrapper .textList > li:nth-child(4n + 1) {
	margin-left: 0;
}
#contentsWrapper .textList > li:nth-child(4n + 1):before,
#contentsWrapper .textList > li:after {
	display: block;
	content: "｜";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#contentsWrapper .textList > li:nth-child(4n + 1):before {
	left: 0;
}
#contentsWrapper .textList > li:after {
	right: 0;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .textList > li {
		width: 45%;
	}
	#contentsWrapper .textList > li:nth-child(2n + 1) {
		margin-left: 0;
	}
	#contentsWrapper .textList > li:nth-child(2n + 1):before {
		display: block;
		content: "｜";
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	#contentsWrapper .textList > li:nth-child(2n + 1):before {
		left: 0;
	}
}
#contentsWrapper .indentList > li {
	text-indent: -1em;
	padding-left: 1em;
}
#contentsWrapper .marginTopHalf {
	margin-top: 0.5em!important;
}
#contentsWrapper .marginTop1 {
	margin-top: 1em!important;
}
#contentsWrapper .marginTop2 {
	margin-top: 2em!important;
}
#contentsWrapper .marginTop3 {
	margin-top: 3em!important;
}
#contentsWrapper .marginTop4 {
	margin-top: 4em!important;
}
#contentsWrapper .marginTopAuto {
	margin-top: auto!important;
}
#contentsWrapper .marginRightHarf {
	margin-right: 0.5em!important;
}
#contentsWrapper .paddingHorizontal2 {
	padding-left: 2em;
	padding-right: 2em;
}
#contentsWrapper .paddingVertical1 {
	padding-top: 1em;
	padding-bottom: 1em;
}
#contentsWrapper .paddingVertical2 {
	padding-top: 2em;
	padding-bottom: 2em;
}
#contentsWrapper a {
	color: #0060ac;
	padding-left: 0.25em;
	padding-right: 0.25em;
	text-decoration: none!important;
	transition: all 0.15s ease;
}
#contentsWrapper a.hover {
	color: #0d0f68;
	transition: all 0.5s ease;
}
#contentsWrapper a.opacity {
	opacity: 1;
	transition: all 0.15s ease;
}
#contentsWrapper a.opacity.hover {
	opacity: 0.75;
	background-color: transparent;
	transition: all 0.5s ease;
}
#contentsWrapper a.deactive {
	pointer-events: none;
}
#contentsWrapper .textGreen {
	color: #00fffc;
}
#contentsWrapper .textWhite {
	color: #fff;
}
#contentsWrapper .textRed {
	color: #f00;
}
#contentsWrapper .tag {
	display: inline-block;
	margin-right: 1em;
	padding: 0.4em 0.5em;
	line-height: 1;
	background-color: rgba(0,0,0,0.55);
	border: 1px solid #00fffc;
	box-sizing: border-box;
}
#contentsWrapper .titleWithBorder {
	width: 80%;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.25em 1em;
	background-color: rgba(0,0,0,0.55);
	border: 1px solid #00fffc;
	box-sizing: border-box;
}
#contentsWrapper .textWithBorder {
	padding: 0.25em 1em;
	border: 2px solid #fff;
	box-sizing: border-box;
}
#contentsWrapper .sectionContentsWrapperWide .textWithBorder {
	width: 96%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#contentsWrapper hr {
	width: 100%;
	height: 1px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	background-color: #00fffc;
	border: none;
}
#contentsWrapper .copyright {
	position: relative;
	padding-bottom: 3em;
	z-index: 5;
}
/*header*/
#contentsWrapper .contentsHeader {
	width: 100%;
	padding-top: 60px;
}
#contentsWrapper .kvWrapper .contentsHeader {
	position: absolute;
	top: 0;
	left: 0;
}
#contentsWrapper .snsIcon {
	width: 10vw;
	max-width: 150px;
	height: 10vw;
	max-height: 150px;
	margin-right: auto;
	z-index: 5;
}
#contentsWrapper .snsIcon a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../images/btnTwitter.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all 0.15s ease;
}
#contentsWrapper .snsIcon a.hover {
	background-size: 102% auto;
	transition: all 0.5s ease;
}
#contentsWrapper .contentsHeaderLogo {
	width: 60%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2em;
	z-index: 5;
}
#contentsWrapper #contentsHeaderMenu {
	width: 10vw;
	max-width: 150px;
	height: 10vw;
	max-height: 150px;
	margin-left: auto;
	z-index: 5;
}
#contentsWrapper #contentsHeaderMenu a {
	display: block;
	width: 4vw;
	max-width: 60px;
	height: 10vw;
	max-height: 150px;
	margin-left: auto;
	background-image: url("../images/btnMenu.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all 0.15s ease;
}
#contentsWrapper #contentsHeaderMenu a.hover {
	background-size: 98% auto;
	transition: all 0.15s ease;
}
#contentsWrapper #contentsNav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 0.5em;
	background-image: url("../images/bgLoop.png");
	box-sizing: border-box;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s ease;
}
#contentsWrapper #contentsNav.open {
	z-index: 990;
	opacity: 1;
	transition: all 0.5s ease;
}
#contentsWrapper #contentsNav li {
	position: relative;
}
#contentsWrapper #contentsNav a,
#contentsWrapper #contentsNav .navClose {
	display: block;
	color: #fff;
	letter-spacing: 0;
	transition: all 0.15s ease;
}
#contentsWrapper #contentsNav a.hover,
#contentsWrapper #contentsNav .navClose.hover {
	letter-spacing: 0.1em;
	text-shadow: 1px 1px 10px rgba(0,255,252,0.5), -1px 1px 10px rgba(0,255,252,0.5), 1px -1px 10px rgba(0,255,252,0.5), -1px -1px 10px rgba(0,255,252,0.5);
	transition: all 0.5s ease;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .contentsHeader {
		padding-top: 4.6875vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .contentsHeader {
		display: block;
		padding-top: 17vw;
	}
	#contentsWrapper .kvWrapper .contentsHeader {
		display: block;
	}
	#contentsWrapper .snsIcon,
	#contentsWrapper #contentsHeaderMenu {
		width: 15vw;
		max-width: inherit;
		height: 15vw;
		max-height: inherit;
	}
	#contentsWrapper .snsIcon {
		margin-left: auto;
		margin-right: 0;
	}
	#contentsWrapper .snsIcon a {
		background-position: top -1vw right -3vw;
	}
	#contentsWrapper #contentsHeaderMenu a {
		width: 8vw;
		max-width: inherit;
		height: 15vw;
		max-height: inherit;
	}
}
/*flexBlock*/
#contentsWrapper .flexBlock,
#contentsWrapper .flexBlock .thumbBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
}
#contentsWrapper .flexBlockStart {
	justify-content: flex-start;
}
#contentsWrapper .flexBlockAround {
	justify-content: space-around;
}
#contentsWrapper .flexBlock .thumbBlock {
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}
#contentsWrapper .flexBetween {
	justify-content: space-between;
}
#contentsWrapper .flexBlock.flexSplit > div {
	width: 48%;
}
#contentsWrapper .flexBlock.flexSplit > div + div {
	margin-left: auto;
}
#contentsWrapper .flexBlock.flexSplit > .flexSplitL {
	width: 43%;
	max-width: 360px;
}
#contentsWrapper .flexBlock.flexSplit > .flexSplitR {
	width: 54%;
}
#contentsWrapper .flexBlock.flexZukan > li {
	width: 24%;
	max-width: 200px;
	margin: 1em 0.5% 0;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .flexBlock.flexSplit > .flexSplitL {
		width: 84%;
		max-width: inherit;
		margin-left: auto;
		margin-right: auto;
	}
	#contentsWrapper .flexBlock.flexSplit > .flexSplitR {
		width: 96%;
		margin-top: 1em;
		margin-left: auto;
		margin-right: auto;
	}
	#contentsWrapper .flexBlock.flexZukan > li {
		width: 30%;
		margin: 1em 1.5% 0;
	}
}
/*btn*/
#contentsWrapper .btn {
	width: 80%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
}
#contentsWrapper .btnWide {
	width: 100%;
	max-width: inherit;
}
#contentsWrapper .btn > a,
#contentsWrapper .btn > button {
	display: block;
	width: 100%;
	padding: 1em;
	/*
	background: linear-gradient(90deg, rgba(255,108,0,1) 50%, rgba(255,255,255,1) 50%);
	*/
	background: linear-gradient(90deg, #0d0e67 0%, #0061ad 50%, #0d0e67 100%);
	background-position: right bottom;
	background-size: 200% 100%;
	border: 2px solid #fff;
	box-sizing: border-box;
}
#contentsWrapper .btn > button {
	line-height: 1;
}
#contentsWrapper .btn > a > span,
#contentsWrapper .btn > button > span {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background-image: url("../images/_svg/arrowWhite.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1em auto;
	transition: all 0.15s ease;
}
#contentsWrapper .btn > a.hover,
#contentsWrapper .btn > button:hover {
	background-position: left bottom;
	transition: all 0.25s ease;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .btn {
		width: 80%;
	}
	#contentsWrapper .btnWide {
		width: 100%;
	}
	#contentsWrapper .btn > button:hover {
		background-position: right bottom;
	}
}
/* sns */
#contentsWrapper .snsBlock {
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 8px 0;
	overflow: visible;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-shrink: 0;
}
#contentsWrapper .snsBlock .snsBtn {
	height: 20px;
	margin: 0 4px 0 0;
	line-height: 100%;
	display: block;
}
@media screen and (max-width: 800px) {
	#contentsWrapper .snsBlock {
		margin-top: 1em;
	}
}
/*YouTube*/
#contentsWrapper .movieWrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #00fffc;
	box-sizing: border-box;
	overflow: hidden;
}
#contentsWrapper .movieWrapper iframe,
#contentsWrapper .movieWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contentsWrapper .movieWrapper span,
#contentsWrapper .movieWrapper span img,
#contentsWrapper .movieWrapper span span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#contentsWrapper .movieWrapper span span {
	display: block;
	background-image: url("../images/_svg/iconPlay.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 10% auto;
	transition: all 0.5s ease;
}
#contentsWrapper .movieWrapper span span.hover {
	background-size: 11% auto;
	transition: all 0.15s ease;
}
/*ruby*/
#contentsWrapper [data-ruby] {
	position: relative;
}
#contentsWrapper [data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1.75em;
	left: -2.5em;
	right: -2.5em;
	margin: auto;
	font-size: 0.3em;
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	white-space: nowrap;
}
#contentsWrapper .fontJp [data-ruby]::before {
	top: -2.5em;
}
/*
#contentsWrapper .text20 [data-ruby] {
	letter-spacing: 0.15em;
}
#contentsWrapper .text20 [data-ruby]::before {
	top: -1.25em;
	left: -0.5em;
	right: -0.5em;
	white-space: nowrap;
}
*/
@media screen and (max-width: 800px) {
	#contentsWrapper [data-ruby]::before {
		top: -1em;
		font-size: 0.4em;
	}
	#contentsWrapper .fontJp [data-ruby]::before {
		top: -2em;
	}
}
/*top*/
#contentsWrapper .kvWrapper {
	position: relative;
	z-index: 10;
	/*
	padding-top: 60px;
	*/
	padding-top: 48px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #000;
}
#contentsWrapper .kvWrapper .kvWrapperInside {
	width: 100%;
	/*
	max-width: 1500px;
	*/
	height: 54vw;
	max-height: 810px;
	margin-left: auto;
	margin-right: auto;
}
#contentsWrapper .kvWrapper .kvWrapperInside .kvBanner {
	position: absolute;
	top: 48px;
	right: 150px;
	width: 24vw;
	max-width: 360px;
	z-index: 20;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
	#contentsWrapper .kvWrapper {
		/*
		padding-top: 4.6875vw;
		*/
		padding-top: 3.8vw;
	}
	#contentsWrapper .kvWrapper .kvWrapperInside .kvBanner {
		top: 3.8vw;
		right: 11.71875vw;
	}
}
@media screen and (max-width: 800px) {
	#contentsWrapper .kvWrapper {
		padding-top: 15vw;
	}
	#contentsWrapper .kvWrapper .widthWrapper {
		width: 90%;
	}
	#contentsWrapper .kvWrapper .kvWrapperInside .kvBanner {
		top: 15vw;
		right: 10vw;
	}
}
#contentsWrapper #about .sectionContentsWithBg {
	background-image: url("../images/_top/bgAboutBottomL.png"), url("../images/_top/bgAboutTopL.png"), url("../images/_top/bgAboutTopR.png"), url("../images/_top/bgAboutBottomR.png");
	background-position: left bottom, left top, right top, right bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
@media screen and (max-width: 800px) {
	#contentsWrapper #about .sectionContentsWithBg {
		background-position: left -4vw bottom 8vw, left 0vw top 1vw, right -5vw top 0vw, right -3vw bottom 8vw;
		background-size: 65% auto, 45% auto, 60% auto, 60% auto;
	}
}
#contentsWrapper #zukan .sectionContentsWithBg {
	background-image: url("../images/_top/bgZukanBottomL.png"), url("../images/_top/bgZukanTopL.png"), url("../images/_top/bgZukanTopR.png"), url("../images/_top/bgZukanBottomR.png");
	background-position: left bottom, left top, right top, right bottom;
	background-repeat: no-repeat;
	background-size: 50% auto;
}
#contentsWrapper .popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0.5em;
	box-sizing: border-box;
	background-image: url("../images/bgLoop.png");
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease;
}
#contentsWrapper .popup.open {
	z-index: 990;
	opacity: 1;
	pointer-events: all;
	transition: all 0.5s ease;
}
#contentsWrapper .popup .innnerWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 752px;
	padding: 0 0 2em;
	background-color: rgba(0,0,0,0.55);
	border: 1px solid #00fffc;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}
#contentsWrapper .popup .innnerWrapper .btnClose {
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	cursor: pointer;
}
#contentsWrapper .popupBtn {
	cursor: pointer;
}
@media screen and (max-width: 800px) {
	#contentsWrapper #zukan .sectionContentsWithBg {
		background-position: left -15vw bottom -2vw, left -5vw top 6vw, right -5vw top 8vw, right -22.5vw bottom 5vw;
		background-size: 75% auto, 70% auto, 70% auto, 70% auto;
	}
	#contentsWrapper .popup .innnerWrapper {
		width: 90%;
	}
}
#contentsWrapper #story .sectionContentsWithBg {
	background-image: url("../images/_top/bgStory.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 30% auto;
}
@media screen and (max-width: 800px) {
	#contentsWrapper #story .sectionContentsWithBg {
		background-position: right bottom 9vw;
		background-size: 40% auto;
	}
}
#contentsWrapper .listNews li {
	position: relative;
	margin-top: 1em;
}
#contentsWrapper .listNews li + li {
	padding-top: 1em;
	border-top: 1px solid #00fffc;
}
#contentsWrapper .listNews li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*story*/
.storySlide {
	border-top: 1px solid #00fffc;
	border-bottom: 1px solid #00fffc;
}
.storySlideNav {
	background-color: #000;
	border-bottom: 1px solid #00fffc;
	box-sizing: border-box;
}
.storySlideNav .storySlidePhoto {
	width: 16.666666%;
	border-left: 1px solid #000;
	box-sizing: border-box;
}
.storySlideNav .storySlidePhoto + .storySlidePhoto {
	border-left: 1px solid #00fffc;
	box-sizing: border-box;
}
.storySlideNav .storySlidePhoto img {
	opacity: 0.25;
	transition: all 0.5s ease;
}
.storySlideNav .storySlidePhoto.selected img {
	opacity: 0.75;
}