@charset "UTF-8";
/*
**************************************************************************
*	fields eva15 fun style.css
**************************************************************************/

/* --------------------------------------------------
		foundation
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}
html {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 62.5%;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	background-color: #000000;
	height: 100%;
}
body {
	position: relative;
	overflow-x: hidden;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #ffffff;
}
a {
	outline: none;
	color: #ffffff;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	html.is-nav {
		overflow-y: auto;
	}
	img {
		max-width: none;
		width: 100%;
	}
}


/* --------------------------------------------------
		layout
-------------------------------------------------- */
.l-header {
	position: absolute;
	z-index: 100;
	top: 120px;
	left: 0;
	width: 100%;
	pointer-events: none;
}
.l-nav__list {
	position: relative;
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
	padding: 12px 12px;
	pointer-events: auto;
	background-image: url(../img/nav_bg_01.png),
					  url(../img/nav_bg_03.png);
	background-repeat: no-repeat;
	background-position: left center, right center;
}
.l-nav__list:before {
	content: "";
	position: absolute;
	top: 0;
	left: 80px;
	width: calc(100% - 160px);
	height: 100%;
	background-image: url(../img/nav_bg_02.png);
	background-repeat: repeat-x;
	background-position: left center;
}
.l-nav__list li {
	position: relative;
	z-index: 1;
	width: 25%;
	padding: 0 2px;
}
.l-nav__list li .button {
	position: relative;
	display: block;
	text-align: center;
	background-image: url(../img/nav_00.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.l-nav__list li .button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/nav_00_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: opacity .3s ease;
}
.l-nav__list li .button span {
	position: relative;
	z-index: 1;
	display: block;
}
.l-nav__list li .button span:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: opacity .3s ease;
}
.l-nav__list li:nth-child(1) .button span:after {
	background-image: url(../img/nav_01_on.png);
}
.l-nav__list li:nth-child(2) .button span:after {
	background-image: url(../img/nav_02_on.png);
}
.l-nav__list li:nth-child(3) .button span:after {
	background-image: url(../img/nav_03_on.png);
}
.l-nav__list li:nth-child(4) .button span:after {
	background-image: url(../img/nav_04_on.png);
}
.l-nav__list li a.button.is-active:before,
.l-nav__list li a.button.is-active span:after {
	opacity: 1;
}
.l-nav__list li .button.off:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/nav_comingsoon_txt.png),
					  url(../img/nav_comingsoon_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 96% auto, auto 100%;
}
.l-wrap {
	position: relative;
	z-index: 2;
}
.l-main {
	position: relative;
	overflow: hidden;
	/*padding-top: 140px;*/
	padding-top: 50px;
	background-color: rgba(255,255,255,0.3);
	background-image: url(../img/line_02.png);
	background-position: center top;
}
.l-footer {
	position: relative;
	z-index: 1;
	padding: 30px 0;
	background-color: #000000;
}
.l-footer__list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.l-footer__list li {
	margin: 0 10px;
}
.l-footer__list li.eva {
	font-size: 2.4rem;
}
.l-footer__jasrac {
	text-align: center;
	font-size: 1.4rem;
}
.l-footer__netdot {
	text-align: center;
	font-size: 2.2rem;
}
.l-footer__netdot a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.l-header.is-fixed {
		position: fixed;
		top: 20px;
	}
	.l-header-nav__toggle {
		display: none;
	}
	.l-nav__title {
		display: none;
	}
	.l-nav__list li a.button:hover:before,
	.l-nav__list li a.button:hover span:after {
		opacity: 1;
	}
	.l-footer__netdot a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	.l-header {
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: auto;
	}
	.l-header-nav__toggle {
		position: absolute;
		z-index: 10;
		top: 15px;
		right: 15px;
	}
	.l-header-nav__toggle a {
		position: relative;
		display: block;
		width: 38px;
		height: 38px;
		background-color: rgba(210,174,0,0);
		transition: background-color .3s ease;
	}
	.l-header-nav__toggle a:before {
		content: "";
		position: absolute;
		top: calc(50% - 12px);
		left: 6px;
		width: 26px;
		height: 3px;
		background-color: #c9ae00;
		border-radius: 2px 2px;
		transition: top .3s ease,
					left .3s ease,
					background-color .3s ease,
					transform .3s ease;
	}
	.l-header-nav__toggle a:after {
		content: "";
		position: absolute;
		top: calc(50% + 4px);
		left: 6px;
		width: 26px;
		height: 3px;
		background-color: #c9ae00;
		border-radius: 2px 2px;
		transition: top .3s ease,
					left .3s ease,
					background-color .3s ease,
					transform .3s ease;
	}
	.l-header-nav__toggle a span {
		display: block;
		color: #ffdd00;
		line-height: 1;
		text-align: center;
		font-size: 0.9rem;
		padding-top: 28px;
		transition: opacity .3s ease;
	}
	.l-header-nav__toggle a span:before {
		content: "";
		position: absolute;
		top: calc(50% - 4px);
		left: 6px;
		width: 26px;
		height: 3px;
		background-color: #c9ae00;
		border-radius: 2px 2px;
	}
	.l-header-nav__toggle.is-active a {
		background-color: rgba(210,174,0,1);
	}
	.l-header-nav__toggle.is-active a:before {
		top: calc(50% - 2px);
		left: calc(50% - 13px);
		background-color: #000000;
		transform: rotate(45deg);
	}
	.l-header-nav__toggle.is-active a:after {
		top: calc(50% - 2px);
		left: calc(50% - 13px);
		background-color: #000000;
		transform: rotate(-45deg);
	}
	.l-header-nav__toggle.is-active a span {
		opacity: 0;
	}
	.l-header-nav__box {
		display: none;
	}
	.l-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		min-height: 100vh;
		background-image: url(../img/line_02.png);
		background-position: center center;
		background-size: 22px 13px;
		background-color: rgba(0,0,0,0.8);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.l-nav .u-cts__inner {
		padding: 40px 0;
	}
	.l-nav__title {
		width: 67px;
		margin: 0 auto 25px;
	}
	.l-nav__list {
		display: block;
		max-width: none;
		padding: 45px 0;
		background-image: url(../img/line_01.png),
						  url(../img/line_01.png);
		background-repeat: repeat-x;
		background-size: 18px auto;
		background-position: center top, center bottom;
	}
	.l-nav__list:before {
		content: none;
	}
	.l-nav__list li {
		width: 100%;
		padding: 0 0;
	}
	.l-nav__list li + li {
		margin-top: 20px;
	}
	.l-nav__list li .button {
		width: 73.75%;
		margin: 0 auto;
		border: 2px solid #ffe32f;
		border-radius: 8px 8px;
		background-image: url(../img/nav_00_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 150px 70px;
	}
	.l-nav__list li .button.off {
		background-image: none;
	}
	.l-nav__list li .button:before {
		content: none;
	}
	.l-nav__list li .button span {
		width: 150px;
		margin: 0 auto;
	}
	.l-nav__list li .button span:after {
		content: none;
	}
	.l-nav__list li .button.off {
		border-color: #979797;
	}
	.l-nav__list li .button.off:after {
		background-size: 185px auto, auto 100%;
	}
	.is-nav .l-wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.l-main {
		padding-top: 0;
		background-size: 22px 13px;
	}
	.l-footer {
		padding: 15px 0;
	}
	.l-footer__list {
		margin: 0 -5px 5px;
	}
	.l-footer__list li {
		margin: 0 4px;
	}
	.l-footer__list li.eva {
		font-size: 1.1rem;
	}
	.l-footer__list li.bisty {
		width: 49px;
	}
	.l-footer__list li.fields {
		width: 65px;
	}
	.l-footer__netdot {
		font-size: 1.1rem;
	}
	.l-footer__jasrac {
		font-size: 0.7rem;
	}

	}

		.l-footer__text {
		font-size: 1.1rem;
			text-align: center;
	}
/* --------------------------------------------------
		component
-------------------------------------------------- */
.c-title__h2 {
	position: relative;
	max-width: 720px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 5.0rem;
	color: #ffdd01;
	font-weight: bold;
	line-height: 1;
	padding: 0 60px;
	background-image: url(../img/ttl_bg01.png),
					  url(../img/ttl_bg03.png);
	background-repeat: no-repeat;
	background-position: left center, right center;
}
.c-title__h2 span {
	padding: 20px 0;
	display: block;
	background-image: url(../img/ttl_bg02.png);
	background-repeat: repeat-x;
	background-position: center center;
}
[class*="c-fadeUp"] {
	position: relative;
	opacity: 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.c-title__h2 {
		margin-bottom: 30px;
		font-size: 2.0rem;
		padding: 0 30px;
		background-size: 30px 100%;
	}
	.c-title__h2 span {
		padding: 13px 0;
		background-size: auto 100%;
	}
}


/* --------------------------------------------------
		project
-------------------------------------------------- */
.p-movie-modal {
	position: relative;
}
.p-movie-modal__frame {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}
.p-movie-modal__frame video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		utility
-------------------------------------------------- */
.u-cfx:after {
	content: "";
	display: table;
	clear: both;
}
.u-cts {
	position: relative;
}
.u-cts__wrap {
	position: relative;
}
.u-cts__inner {
	position: relative;
	margin: 0 auto;
}
.u-bold {
	font-weight: bold;
}
.u-center {
	text-align: center;
}
.u-left {
	text-align: left;
}
.u-right {
	text-align: right;
}
@media screen and (min-width: 768px) {
	.u-pc {
		display: block;
	}
	.u-sp {
		display: none;
	}
	.u-cts__inner {
		max-width: 1366px;
		padding: 0 130px;
	}
	.u-ancher {
		padding-top: 140px;
		margin-top: -140px;
	}
}
@media screen and (max-width: 1383px) {
	.u-cts__inner {
		padding: 0 9.516837481698389%;
	}
}
@media screen and (max-width: 767px) {
	.u-pc {
		display: none;
	}
	.u-sp {
		display: block;
	}
	.u-cts__inner {
		padding: 0 4%;
	}
	.u-ancher {
		padding-top: 0;
		margin-top: 0;
	}
}


/* --------------------------------------------------
		bg
-------------------------------------------------- */
.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bg .movie {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bg .movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg .cover {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.bg {
		min-height: 100vh;
		min-height: calc(var(--vh, 1vh) * 100);
	}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	height: 100vh;
	min-height: 960px;
	z-index: 4;
}
.visual:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
	background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}
.visual .u-cts__inner {
	height: 100%;
}
.visual__logo--bisty-fields {
	position: absolute;
	z-index: 10;
	top: 15px;
	left: 25px;
}

.head-link {
	position: absolute;
 right: 25px;
	z-index: 10;
	top: 25px;
display: block;
}

.eva-project img{
max-height: 40px;
width: auto;
margin: 5px;
}

@media screen and (max-width: 767px) {
.head-link {display: none;}
}

.visual__logo--evagodzilla {
	padding-top: 280px;
	position: absolute;
	right: 0;
	opacity: 0;
	display: inline-block;
}
.visual__box {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 20px;
}
.visual__text--final {
	position: relative;
	opacity: 0;
}
.visual__banner {
	position: relative;
	opacity: 0;
	display: flex;
}
.visual__banner .button {
	display: block;
	transition: opacity .3s ease;
	margin-right: 10px;
}
.visual__banner .button:last-child {
	margin-right: 0;
}
.visual__scroll {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: 82px;
	height: 72px;
	text-align: center;
	background-image: url(../img/visual_01.png);
	transform: translateX(-50%);
}
.visual__scroll span {
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
	padding-top: 20px;
}
.visual__scroll span:before {
	content: "";
	position: absolute;
	top: 40px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	transform: rotate(-135deg);
	animation: scrollarrows1 1s ease-out 0s infinite;
}
.visual__scroll span:after {
	content: "";
	position: absolute;
	top: 46px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	transform: rotate(-135deg);
	animation: scrollarrows2 1s ease-out 0s infinite;
}
@media screen and (min-width: 768px) {
	@keyframes scrollarrows1 {
		  0% { top: 38px; }
		 50% { top: 44px; }
		100% { top: 44px; }
	}
	@keyframes scrollarrows2 {
		  0% { top: 44px; }
		 50% { top: 50px; }
		100% { top: 50px; }
	}
	.visual__banner a.button:hover {
		opacity: 0.85;
	}
}
@media screen and (max-width: 1100px) {
	.visual__text--final {
		width: 46.22641509433962%;
	}
	.visual__banner {
		width: 80%;
	}
}
@media screen and (max-width: 767px) {
	.visual {
		min-height: 600px;
	}
	@media screen and (orientation: landscape) {
		.visual {
			min-height: 800px;
		}
	}
	.visual .u-cts__inner {
		position: static;
		height: auto;
	}	
	.visual__logo--bisty-fields {
		position: relative;
		top: 0;
		left: 0;
		padding-top: 10px;
		width: 45.33333333333333%;
		margin: 0 auto 20px;
	}
	.visual__logo--evagodzilla {
		width: 100%;
		text-align:center;
		margin: 0 auto;
		display: block;
		top: auto;
		right: auto;
		padding: 0;
		left: 0;
		bottom: 34vw;
		position: absolute;
	}
	.visual__logo--evagodzilla img{

		width: 65.50724637681159%;
		max-width: 400px;
	}
	.visual__box {
		padding: 0 10px;
		bottom: 60px;
	}
	.visual__text--final {
		width: 56.16438356164384%;
	}
	.visual__banner {
		width: 100%;
	}
	.visual__scroll {
		bottom: 20px;
		width: auto;
		height: auto;
		background-image: none;
	}
	.visual__scroll span {
		font-size: 1.2rem;
		padding-top: 0;
	}
	.visual__scroll span:before {
		top: 14px;
	}
	.visual__scroll span:after {
		top: 18px;
	}
	@keyframes scrollarrows1 {
		  0% { top: 14px; }
		 50% { top: 18px; }
		100% { top: 18px; }
	}
	@keyframes scrollarrows2 {
		  0% { top: 18px; }
		 50% { top: 22px; }
		100% { top: 22px; }
	}
}


/* --------------------------------------------------
		special
-------------------------------------------------- */
.special {
	z-index: 3;
}
.special .u-cts__wrap {
	padding: 40px 0 0px;
}
.special_movie {
	position: relative;
}
.special_movie + .special_movie {
	margin-top: 50px;
}
.special_movie__list {
	position: relative;
	z-index: 1;
	text-align: center;
}
.special_movie__list li + li {
	margin-top: 50px;
}
.special_movie__list li .title {
	text-align: center;
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	color: #ffffff;
	max-width: 640px;
	margin: 0 auto 20px;
}
.special_movie__list li .title span {
	text-shadow: 0 0 20px rgba(0,0,0,1),
				 0 0 20px rgba(0,0,0,1);
}
.special_movie__list li .title.icon-new span {
	padding-left: 90px;
	background-image: url(../img/icon_new.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.special_movie__list li .button {
	position: relative;
	display: block;
	max-width: 640px;
	margin: 0 auto;
	border: 2px solid;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.special_movie__list li .button.purple {
	border-color: #c000ff;
}
.special_movie__list li .button.green {
	border-color: #00ff54;
}
.special_movie__list li a.button {
	transition: opacity .3s ease;
}
.special_movie__list li a.button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 128px;
	height: 80px;
	background-image: url(../img/icon_play.png);
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
}

/*追記*/
.special_movie__list li .button2 {
	position: relative;
	display: block;
	max-width: 640px;
	margin: 0 auto;
	border: 2px solid;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
}
.special_movie__list li .button2.purple {
	border-color: #c000ff;
}
.special_movie__list li .button2.green {
	border-color: #00ff54;
}
.special_movie__list li a.button2 {
	transition: opacity .3s ease;
}
.special_movie__list li a.button2:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 128px;
	height: 80px;
	/*background-image: url(../img/icon_play.png);*/
	background-size: 100% 100%;
	transform: translate(-50%, -50%);
}



@media screen and (min-width: 768px) {
	.special_movie__list li a.button:hover {
		opacity: 0.85;
	}
}
@media screen and (max-width: 767px) {
	.special .u-cts__wrap {
		padding: 60px 0 10px;
	}
	.special_movie + .special_movie {
		margin-top: 25px;
	}
	.special .c-title__h2 {
		margin-bottom: 10px;
		
	}
	.special_movie__list {
		padding-top: 40px;
	}
	.special_movie__list li + li {
		margin-top: 30px;
	}
	.special_movie__list li .title {
		font-size: 1.7rem;
		line-height: 1.5;
		max-width: none;
		margin-bottom: 10px;
	}
	.special_movie__list li .title.icon-new span {
		padding-left: 45px;
		background-size: 40px 18px;
	}
	.special_movie__list li a.button:after {
		width: 64px;
		height: 40px;
	}
}


/* --------------------------------------------------
		machine
-------------------------------------------------- */
.machine {
	z-index: 2;
}
.machine .u-cts__wrap {
	padding: 40px 0 80px;
}
.machine__title-sub {
	text-align: center;
}
.machine-box {
	padding-top: 100px;
}
.machine-box__title {
	font-size: 4.0rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	max-width: 690px;
	margin: 0 auto 40px;
	overflow: hidden;
	
	color: #000000;
}
.machine-box__title span {
	position: relative;
	display: inline-block;
}
.machine-box__title span:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: calc(100% + 20px);
	width: 690px;
	height: 2px;
	background-color: #ffdd01;
}
.machine-box__title span:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: calc(100% + 20px);
	width: 690px;
	height: 2px;
	background-color: #ffdd01;
}
.cabinet.machine-box {
	padding-top: 50px;
}
.cabinet__image--01 {
	text-align: center;
}
.spec__image--01 {
	margin-bottom: 60px;
}
.gameflow.machine-box {
	background-position: center center;
	background-size: cover, 100% 100%;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.machine .u-cts__wrap {
		padding: 60px 0 10px;
	}
	.machine-box {
		padding-top: 50px;
	}
	.machine__title-sub {
		width: 30.72463768115942%;
		margin: 0 auto;
	}
	.machine-box__title {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.machine-box__title span:before {
		right: calc(100% + 10px);
		height: 1px;
	}
	.machine-box__title span:after {
		left: calc(100% + 10px);
		height: 1px;
	}
	.cabinet.machine-box {
		padding-top: 25px;
	}
	.cabinet__image--01 {
		width: 80%;
		margin: 0 auto;
	}
	.spec__image--01 {
		margin-bottom: 30px;
	}
}


/* --------------------------------------------------
		content
-------------------------------------------------- */
.content {
	z-index: 1;
}
.content .u-cts__wrap {
	padding-top: 40px;
	background-image: url(../img/line_03.png);
	background-position: center top;
}
.content .u-cts__wrap > .u-cts__inner {
	z-index: 2;
}
.content-box {
	padding: 80px 0;
}
.content-box__title {
	text-align: center;
	margin-bottom: 30px;
}
.content-box__slider {
	position: relative;
}
.slider-image {
	max-width: 1030px;
	margin: 0 auto 30px;
}
.slider-image-items .slick-slide {
	padding: 0 15px;
}
.slider-thumb-items {
	display: flex;
	justify-content: center;
	line-height: 1;
}
.slider-thumb-items li {
	margin: 0 -9px;
}
.slider-thumb-items li a {
	display: block;
	background-size: 100% 100%;
	font-size: 0;
}
.slider-thumb-items li a img {
	opacity: 0;
	transition: opacity .3s ease;
}
.slider-thumb-items li a.is-active img {
	opacity: 1;
}
.slick-arrow {
	position: absolute;
	top: calc(50% - 30px);
	font-size: 0;
	width: 30px;
	height: 60px;
	border: none;
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	cursor: pointer;
	transition: opacity .3s ease;
}
.slick-arrow.slick-prev {
	left: -7%;
	background-image: url(../img/arrow_01.png);
}
.slick-arrow.slick-next {
	right: -7%;
	background-image: url(../img/arrow_02.png);
}
.slick-arrow.slick-disabled {
	opacity: 0.2 !important;
	cursor: default;
}
.character.content-box {
	padding-top: 100px;
	margin-top: -80px;
}
.character .slider-thumb-items li:nth-child(1) a {
	background-image: url(../img/character_n01.png);
}
.character .slider-thumb-items li:nth-child(2) a {
	background-image: url(../img/character_n02.png);
}
.character .slider-thumb-items li:nth-child(3) a {
	background-image: url(../img/character_n03.png);
}
.character .slider-thumb-items li:nth-child(4) a {
	background-image: url(../img/character_n04.png);
}
.story.content-box {
	padding-bottom: 140px;
}
.story .slider-thumb-items li:nth-child(1) a {
	background-image: url(../img/story_n01.png);
}
.story .slider-thumb-items li:nth-child(2) a {
	background-image: url(../img/story_n02.png);
}
.story .slider-thumb-items li:nth-child(3) a {
	background-image: url(../img/story_n03.png);
}
.story .slider-thumb-items li:nth-child(4) a {
	background-image: url(../img/story_n04.png);
}
@media screen and (min-width: 768px) {
	.slick-arrow:hover {
		opacity: 0.7;
	}
	.slider-thumb-items li a:hover img {
		opacity: 1;
	}
}
@media screen and (max-width: 767px) {
	.content .u-cts__wrap {
		padding-top: 60px;
		background-size: 100px 100px;
	}
	.content-box {
		padding: 30px 0;
	}
	.content-box__title {
		margin: 0 auto 20px;
		line-height: 1;
		width: 41.15942028985507%;
	}
	.character.content-box {
		padding-top: 50px;
		margin-top: -50px;
	}
	.story.content-box {
		padding-bottom: 60px;
	}
	.slider-image {
		margin: 0 -10px 15px;
	}
	.slider-image-items .slick-slide {
		padding: 0 10px;
	}
	.slider-thumb {
		width: 80%;
		margin: 0 auto;
	}
	.slider-thumb-items li {
		margin: 0 -1.6%;
	}
	.slick-arrow {
		display: none !important;
	}
}


/* --------------------------------------------------
		cocoar
-------------------------------------------------- */
.cocoar {
	z-index: 2;
}
.cocoar .u-cts__wrap {
	padding: 40px 0 80px;
}
.cocoar__title-sub {
	text-align: center;
}
.cocoar-box {
	padding-top: 100px;
}
.cocoar__title {
	font-size: 4.0rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	max-width: 690px;
	margin: 0 auto 40px;
	overflow: hidden;
	
	color: #000000;
}
.cocoar__title span {
	position: relative;
	display: inline-block;
}
.cocoarx__title span:before {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: calc(100% + 20px);
	width: 690px;
	height: 2px;
	background-color: #ffdd01;
}
.cocoar__title span:after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: calc(100% + 20px);
	width: 690px;
	height: 2px;
	background-color: #ffdd01;
}
.ar.cocoar-box {
	padding-top: 50px;
}
.ar__image--01 {
	text-align: center;
}
.ar__image--01 {
	margin-bottom: 60px;
}
.ar.cocoar-box {
	background-position: center center;
	background-size: cover, 100% 100%;
	background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.cocoar .u-cts__wrap {
		padding: 60px 0 10px;
	}
	.cocoar-box {
		padding-top: 50px;
	}
	.cocoar__title-sub {
		width: 30.72463768115942%;
		margin: 0 auto;
	}
	.cocoar-box__title {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.cocoar-box__title span:before {
		right: calc(100% + 10px);
		height: 1px;
	}
	.cocoar-box__title span:after {
		left: calc(100% + 10px);
		height: 1px;
	}
	.ar.cocoar {
		padding-top: 25px;
	}
	.ar__image--01 {
		width: 80%;
		margin: 0 auto;
	}
	.ar__image--01 {
		margin-bottom: 30px;
	}
}



/* --------------------------------------------------
		magnific-popup
-------------------------------------------------- */
.mfp-movie.mfp-bg,
.mfp-modal.mfp-bg {
	background-color: #000000;
	background-image: url(../img/line_02.png);
	background-position: center center;
	opacity: 0.6;
	transition: all 0.3s ease-out;
}
.mfp-movie.mfp-bg.mfp-removing,
.mfp-modal.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-movie.mfp-wrap .mfp-content,
.mfp-modal.mfp-wrap .mfp-content {
	transition: all 0.3s ease-out;
}
.mfp-movie.mfp-wrap.mfp-removing .mfp-content,
.mfp-modal.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-movie .mfp-inline-holder,
.mfp-movie .mfp-iframe-holder {
	padding: 10px 10px;
}
.mfp-modal .mfp-container {
	padding: 10px 10px;
}
.mfp-movie .mfp-inline-holder .mfp-content,
.mfp-movie .mfp-iframe-holder .mfp-content {
	max-width: 960px;
	padding-top: 84px;
}
.mfp-movie .mfp-iframe-scaler {
	position: relative;
	overflow: visible;
}
.mfp-movie .mfp-iframe-scaler iframe {
	box-shadow: none;
}
.mfp-movie button.mfp-close,
.mfp-modal button.mfp-close {
	width: 48px;
	height: 64px;
	padding: 0 0;
	font-size: 0;
	opacity: 1;
	top: -74px;
	right: 0;
	background-image: url(../img/icon_close.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
}
.mfp-movie button.mfp-close:hover,
.mfp-modal button.mfp-close:hover {
	background-position: center bottom;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.mfp-movie.mfp-bg,
	.mfp-modal.mfp-bg {
		background-size: 22px 13px;
	}
	.mfp-movie .mfp-inline-holder .mfp-content,
	.mfp-movie .mfp-iframe-holder .mfp-content {
		padding-top: 42px;
	}
	.mfp-movie button.mfp-close,
	.mfp-modal button.mfp-close {
		width: 24px;
		height: 32px;
		top: -37px;
	}
	.mfp-movie button.mfp-close:hover,
	.mfp-modal button.mfp-close:hover {
		background-position: center top;
	}
}


/* --------------------------------------------------
		※※※※※
-------------------------------------------------- */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/* --------------------------------------------------
		ホールサイトソース追加
-------------------------------------------------- */

.visual .u-cts__inner {
	height: 100%;
}
.promotion-box__body .c-h2__title {
	text-align: left;
	padding-top: 0;
	padding-bottom: 20px;
}
.promotion-box__body .c-h2__title .jp {
	font-size: 4.0rem;
}
.promotion-box__body .c-h2__title {
	padding-bottom: 10px;
}
.promotion-box__body .c-h2__title .jp {
	font-size: 2.5rem;
}

/* --------------------------------------------------
		hardware
-------------------------------------------------- */

.c-h3__title {
	position: relative;
	z-index: 1;
	font-size: 4.5rem;
	letter-spacing: 0.1em;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 15px;
	display: inline-block;
}
.c-h3__title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #e12325;
}
.c-line--a {
	margin: 0 0;
	height: 1px;
	border: none;
	background: -webkit-linear-gradient(right, #ff0000, #ff00ff, #0000ff, #00ffff, #00ff00, #ffff00, #ff0000);
	background: linear-gradient(to left, #ff0000, #ff00ff, #0000ff, #00ffff, #00ff00, #ffff00, #ff0000);
}
.c-h2__title {
	background-color: unset;
}
.p-movie a {
	position: relative;
	z-index: 1;
	display: block;
	transition: opacity .3s ease;
}
.p-movie a:after {
	content: "";
	position: absolute;
	top: calc(50% - 48px);
	left: calc(50% - 48px);
	width: 96px;
	height: 96px;
	background-image: url(../img/icon_play.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.p-movie a:hover {
	opacity: 0.8;
}
.p-movie-modal {
	position: relative;
}
.p-movie-modal__frame {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}
.p-movie-modal__frame video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.u-font--en {
	font-family: 'Open Sans', cursive;
}
.u-cts__inner {
	position: relative;
	max-width: 1366px;
	padding: 0 130px;
	margin: 0 auto;
}
.hardware--01 {
	 position: relative;
	 background-image: url(../img/hardware_01.jpg);
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
 }
.hardware--01-box {
	position: relative;
	height: 720px;
	color: #ffffff;
}
.hardware--01-box__inner {
	width: 38.878842676311031%;
	position: relative;
	display: inline-block;
	padding-top: 240px;
	height: 100%;
}
.hardware--01-box__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 190px;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,00,0.8));
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.hardware--01-box__inner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: -1;
}
.hardware--01__title {
	display: block;
}
.hardware--01__title:after {
	left: auto;
	right: 0;
	width: 100vw;
}
.hardware--01__text {
	position: relative;
	z-index: 1;
	font-size: 1.8rem;
}
.hardware--02 {
	position: relative;
	background-image: url(../img/hardware_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hardware--02-box {
	position: relative;
	height: 720px;
	color: #ffffff;
}
.hardware--02-box__inner {
	width: 38.878842676311031%;
	position: relative;
	display: inline-block;
	padding-top: 240px;
	height: 100%;
}
.hardware--02-box__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 190px;
	height: 100%;
	background: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,00,0.8));
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.8));
}
.hardware--02-box__inner:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: -1;
}
.hardware--02__title {
	display: block;
}
.hardware--02__title:after {
	left: auto;
	right: 0;
	width: 100vw;
}
.hardware--02__text {
	position: relative;
	z-index: 1;
	font-size: 1.8rem;
}
.hardware--03 {
	position: relative;
	background-image: url(../img/hardware_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hardware--03:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	z-index: -1;
}
.hardware--03-box {
	position: relative;
	z-index: 1;
	height: 720px;
	color: #ffffff;
}
.hardware--03-box__inner {
	position: absolute;
	bottom: 0;
	padding: 0 9.041591320072333% 60px;
}
.hardware--03__text {
	font-size: 1.8rem;
}
.hardware--04 {
	position: relative;
	background-image: url(../img/hardware_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.hardware--04:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	background: linear-gradient(to top, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0));
	z-index: -1;
}
.hardware--04-box {
	position: relative;
	z-index: 1;
	height: 720px;
	color: #ffffff;
}
.hardware--04-box__inner {
	position: absolute;
	bottom: 0;
	padding: 0 0 60px;
}
.hardware--04__text {
	font-size: 1.8rem;
}

@media screen and (max-width: 1383px) {
	.u-cts__inner {
		padding: 0 9.516837481698389%;
	}
}
@media screen and (max-width: 767px) {
	.c-h3__title {
		font-size: 2.5rem;
		margin-bottom: 10px;
	}
	.u-cts__inner {
		max-width: none;
		padding: 0 2%;
	}
	.hardware--01:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 300px;
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0));
		background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0));
	}
	.hardware--01-box {
		height: 420px;
	}
	.hardware--01-box__inner {
		width: inherit;
		height: auto;
		position: absolute;
		bottom: 0;
		padding: 0 4.166666666666667% 20px;
	}
	.hardware--01-box__inner:before {
		content: none;
	}
	.hardware--01-box__inner:after {
		content: none;
	}
	.hardware--01__title{
		display: inline-block;
		font-size: 2rem;
	}
	.hardware--01__title:after {
		left: 0;
		right: auto;
		width: 100%;
	}
	.hardware--01__text {
		font-size: 1.3rem;
	}
	.hardware--02 {
		background-image: url(../img/hardware_02_sp.jpg);
	}
	.hardware--02:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 300px;
		background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0));
		background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0));
	}
	.hardware--02-box {
		height: 420px;
	}
	.hardware--02-box__inner {
		width: inherit;
		height: auto;
		position: absolute;
		bottom: 0;
		padding: 0 4.166666666666667% 20px;
	}
	.hardware--02-box__inner:before {
		content: none;
	}
	.hardware--02-box__inner:after {
		content: none;
	}
	.hardware--02__title{
		display: inline-block;
		font-size: 2rem;
	}
	.hardware--02__title:after {
		left: 0;
		right: auto;
		width: 100%;
	}
	.hardware--02__text {
		font-size: 1.3rem;
	}
	.hardware--03 {
		background-image: url(../img/hardware_03_sp.jpg);
	}
	.hardware--03:after {
		height: 260px;
	}
	.hardware--03-box {
		height: 380px;
	}
	.hardware--03-box__inner {
		padding: 0 4.166666666666667% 20px;
	}
	.hardware--03__title {
		font-size: 2rem;
	}
	.hardware--03__text {
		font-size: 1.3rem;
	}
	.hardware--04:after {
		height: 300px;
	}
	.hardware--04-box {
		height: 420px;
	}
	.hardware--04-box__inner {
		padding: 0 4.166666666666667% 20px;
	}
	.hardware--04__title {
		font-size: 2rem;
	}
	.hardware--04__text {
		font-size: 1.3rem;
	}
}

/* --------------------------------------------------
		slider
-------------------------------------------------- */

.slider-2 .slick-slide {
  width: 100%;
  height: 100%;
  margin: 10px 20px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 130px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

.c-title__slide {
	position: relative;
	max-width: 720px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 3.0rem;
	color: #ffdd01;
	font-weight: bold;
	line-height: 1;
	padding: 0 60px;
	background-image: url(../img/ttl_bg01.png),
					  url(../img/ttl_bg03.png);
	background-repeat: no-repeat;
	background-position: left center, right center;
}
.c-title__slide span {
	padding: 20px 0;
	display: block;
	background-image: url(../img/ttl_bg02.png);
	background-repeat: repeat-x;
	background-position: center center;
}
[class*="c-fadeUp"] {
	position: relative;
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.c-title__slide {
		margin-bottom: 30px;
		font-size: 2.0rem;
		padding: 0 30px;
		background-size: 30px 100%;
	}
	.c-title__slide span {
		padding: 13px 0;
		background-size: auto 100%;
	}
}

.slider-3 .slick-slide {
  width: 100%;
  height: 100%;
  margin: 10px 20px;
  position: relative;
  overflow: hidden;
}
.slider-3 .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slider-3 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 130px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-3 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-3 .slick-next {
  right: 0;
}
.slider-3 .slick-prev {
  left: 0;
}
.slider-3 .slick-next::before {
  left: 20px;
}
.slider-3 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}

.slider{
margin-bottom: 50px;
}