@charset "utf-8";

/*
******************************************************************
* MJP common.css
******************************************************************
*/
body {
	min-width: 1180px;
	min-height: 768px;
	background: #050208;
	color: #4b4b4b;
	line-height: 1.6;
	word-wrap: break-word;
}
a,
a img {
  -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:hover,
a:hover img {
  opacity: 0.5;
}

/* - loadging */
#loading {
	position: fixed;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
	opacity: 1;
	z-index: 99999;
	background: #191919;
}

#loading * {
  opacity: 0;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
}
#loading *.show {
  opacity: 1;
}
#loading .loading_01 {
  position: absolute;
  top: 0;
  bottom: 250px;
  left: 550px;
  right: 0;
  margin: auto;
  z-index: 1;
}
#loading .loading_02 {
  position: absolute;
  top: 350px;
  bottom: 0;
  left: 400px;
  right: 0;
  margin: auto;
  z-index: 2;
}
#loading .loading_03 {
  position: absolute;
  top: 0;
  bottom: 270px;
  left: 0;
  right: 360px;
  margin: auto;
  z-index: 3;
}
#loading .loading_04 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}

/*
******************************************************************
* #wrp-all
******************************************************************/
#wrp-all {
	position: relative;
}
.bg-main {
  position: fixed;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  min-width: 1366px;
  z-index: 0;
}
.bg-cloud-f {
  position: fixed;
  top: -18.75%;
  left: -12.5%;
  width: 125%;
  height: 125%;
  min-width: 1366px;
  z-index: 6;
}
.bg-cloud-b {
  position: fixed;
  top: -5%;
  left: -10%;
  width: 110%;
  height: 100%;
  min-width: 1366px;
  z-index: 2;
}
.bg-cloud-bf {
  position: fixed;
  top: -5%;
  left: -10%;
  width: 110%;
  height: 100%;
  min-width: 1366px;
  z-index: 2;
  opacity: 0.7;
}

#canvas-wrap {
	width: 100%;
	height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}
.is-sp .bg-main {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-sp .bg-cloud-f,
.is-sp .bg-cloud-b {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-main span,
.bg-cloud-f span {
  display: block;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  will-change: transform;
}
.is-sp .bg-main span,
.is-sp .bg-cloud-f span {
  width: 100%;
  height: 100%;
}
.is-sp .bg-main img,
.is-sp .bg-cloud-f img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-cloud-b span,
.bg-cloud-bf span {
  position: absolute;
  z-index: 0;
}
.bg-cloud-bf .bg-cloud-b_01 {
  top: 100px;
  left: -40px;
}
.bg-cloud-bf .bg-cloud-b_02 {
  top: 180px;
  left: 1000px;
}
.bg-cloud-b .bg-cloud-b_03 {
  bottom: 100px;
  left: 80px;
}
.bg-cloud-b .bg-cloud-b_04 {
  bottom: 50px;
  left: 800px;
}

.bg-main img,
.bg-cloud-f img,
.bg-cloud-fb img {
  width: 100%;
}

/*
******************************************************************
* #gnav
******************************************************************/
#menu_btn {
  background: none;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 140px;
  height: 85px;
  margin: 0 auto;
  z-index: 999;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
#menu_btn.open {
  background: url(../img/menu_open.png) no-repeat 0 0;
}
#menu_btn:hover {
  opacity: 0.7;
}
#menu_btn:focus,
#menu_btn:active {
  outline: none;
}
#menu_btn img {
  opacity: 0;
  transition: all 0.5s ease-out 1.9s;
  -webkit-transition: all 0.5s ease-out 1.9s;
}
#wrp-all.start #menu_btn img {
  opacity: 1;
}

#gnav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 783px;
  height: 653px;
  z-index: 998;
}
#gnav ul::before {
  content: "";
  background: url(../img/bg_menu_t.png) no-repeat 0 325px;
  position: absolute;
  bottom: 326px;
  left: 0;
  width: 783px;
  height: 327px;
  z-index: 0;
  transition: all 0.15s ease-out 0.1s;
  -webkit-transition: all 0.15s ease-out 0.1s;
}
#gnav ul::after {
  content: "";
  background: url(../img/bg_menu_b.png) no-repeat 0 -324px;
  position: absolute;
  top: 327px;
  left: 0;
  width: 783px;
  height: 326px;
  z-index: 0;
  transition: all 0.15s ease-out 0.1s;
  -webkit-transition: all 0.15s ease-out 0.1s;
}
#gnav.open ul.start::before,
#gnav.open ul.start::after {
  background-position: 0 0;
}

#gnav ul li {
  background: url(../img/bg_menu_txt.png) no-repeat 0 0;
  display: inline-block;
  text-align: left;
  width: 415px;
  height: 85px;
  margin-top: 74px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.2s ease-out 0.3s;
  -webkit-transition: all 0.2s ease-out 0.3s;
}
#gnav ul li + li {
  margin-top: 22px;
}
#gnav ul li a {
  background-position: 35px 10px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  padding: 10px 0 20px 35px;
}
#gnav ul li:nth-child(1) a {
  background-image: url(../img/menu_top_c.png);
}
#gnav ul li:nth-child(2) a {
  background-image: url(../img/menu_gameflow_c.png);
}
#gnav ul li:nth-child(3) a {
  background-image: url(../img/menu_big_c.png);
}
#gnav ul li:nth-child(4) a {
  background-image: url(../img/menu_shito_c.png);
}
#gnav ul li:nth-child(5) a {
  background-image: url(../img/menu_spec_c.png);
}
#gnav ul li a img {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
#gnav ul li a:hover img,
#gnav ul li.crnt a img {
  opacity: 0;
}

#gnav ul.start li {
  opacity: 1;
}

#bg_gnav {
  display: none;
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
}

.logo-bisty {
  position: absolute;
  top: 10px;
  left: 0;
  right: 900px;
  width: 104px;
  height: 46px;
  margin: 0 auto;
  z-index: 3;
  opacity: 0;
  transition: all 1.0s ease-out 1.7s;
  -webkit-transition: all 1.0s ease-out 1.7s;
}
.logo-fields {
  position: absolute;
  top: 2px;
  left: 900px;
  right: 0;
  width: 139px;
  height: 57px;
  margin: 0 auto;
  z-index: 3;
  opacity: 0;
  transition: all 1.0s ease-out 1.7s;
  -webkit-transition: all 1.0s ease-out 1.7s;
}

.sns_btn {
  position: absolute;
  right: 0;
  left: 970px;
  top: 80px;
  margin: 0 auto;
  z-index: 10;
  opacity: 0;
  transition: all 1.0s ease-out 1.7s;
  -webkit-transition: all 1.0s ease-out 1.7s;
}
.sns_btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}

.eva-project img{
max-height: 30px;
}

/*
******************************************************************
* #barba-wrapper
******************************************************************/
#barba-wrapper {
  width: 1000px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 7;
}

.barba-container {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  text-align: center;
}

#wrp-all.start .logo-bisty,
#wrp-all.start .logo-fields,
#wrp-all.start .sns_btn,
#wrp-all.start .bg-main,
#wrp-all.start .bg-cloud-f,
#wrp-all.start .bg-cloud-b,
#wrp-all.start #footer {
  opacity: 1;
}

.main_area,
section {
  position: relative;
}
.main_title {
  position: relative;
  top: 70px;
}
.main_title .bg_h1 {
  position: absolute;
  top: 20px;
  left: -35px;
  z-index: 0;
  opacity: 0;
	-webkit-transition: all 0.2s ease-in 0.5s;
	transition: all 0.2s ease-in 0.5s;
  -webkit-transform: translate(400px, 0);
	transform: translate(400px, 0);
}
.main_title h1 {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in 0.9s;
	transition: all 0.5s ease-in 0.9s;
}
.main_img {
  position: absolute;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.main_area p {
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in 0.9s;
	transition: all 0.5s ease-in 0.9s;
}
#wrp-all.start .main_title .bg_h1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
#wrp-all.start .main_title h1,
#wrp-all.start .main_img,
#wrp-all.start .main_area p {
  opacity: 1;
}

/*
******************************************************************
* #footer
******************************************************************/
#footer {
	padding: 15px 0 30px;
	width: 1000px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
	margin: auto;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  opacity: 0;
  transition: all 1.0s ease-out 1.7s;
  -webkit-transition: all 1.0s ease-out 1.7s;
}
#footer .box-copy{
  display: inline-block;
}
#footer .box-copy li {
	display: inline-block;
	margin-left: 10px;
}
#footer .box-copy li:first-child {
  margin: 0;
}


/*
******************************************************************
* MJP top.css
******************************************************************
*/
.barba-container[data-namespace="home"] {
  overflow: hidden;
}
.barba-container[data-namespace="home"] .eva {
  position: fixed;
  bottom: -150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 670px;
  height: 922px;
  z-index: 1;
  opacity: 0;
  transition: all 1.0s ease-out 0.3s;
  -webkit-transition: all 1.0s ease-out 0.3s;
}
.barba-container[data-namespace="home"] .spear_01 {
  position: fixed;
  bottom: -150px;
  left: 60px;
  right: 0;
  margin: 0 auto;
  width: 728px;
  height: 961px;
  z-index: 0;
  opacity: 0;
  transition: all 0.2s linear 1.0s;
  -webkit-transition: all 0.2s linear 1.0s;
  transform: translate3d(-728px,961px,0);
}
.barba-container[data-namespace="home"] .spear_02 {
  position: fixed;
  bottom: -150px;
  left: 60px;
  right: 0;
  margin: 0 auto;
  width: 763px;
  height: 925px;
  z-index: 0;
  opacity: 0;
  transition: all 0.2s linear 1.0s;
  -webkit-transition: all 0.2s linear 1.0s;
  transform: translate3d(763px,925px,0);
}
.barba-container[data-namespace="home"] .eva span,
.barba-container[data-namespace="home"] .spear_01 span,
.barba-container[data-namespace="home"] .spear_02 span {
  display: block;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  will-change: transform;
}
.barba-container[data-namespace="home"] .eva img {
  width: 100%;
  -webkit-animation: eva-anime 3.0s ease-in-out infinite;
  animation: eva-anime 3.0s ease-in-out infinite;
}
.barba-container[data-namespace="home"] .spear_01 img,
.barba-container[data-namespace="home"] .spear_02 img {
  -webkit-animation: spear-anime 3.0s ease-in infinite;
  animation: spear-anime 3.0s ease-in infinite;
}
.is-sp .barba-container[data-namespace="home"] .eva,
.is-sp .barba-container[data-namespace="home"] .spear_01,
.is-sp .barba-container[data-namespace="home"] .spear_02 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.is-sp.is-sp-s .barba-container[data-namespace="home"] .eva {
  width: 1218px;
  height: 1676px;
  left: -80px;
}
.is-sp.is-sp-s .barba-container[data-namespace="home"] .spear_01 {
  width: 1324px;
  height: 1748px;
  left: -80px;
  transform: translate3d(-1324px,1748px,0);
}
.is-sp.is-sp-s .barba-container[data-namespace="home"] .spear_02 {
  width: 1388px;
  height: 1682px;
  left: -80px;
  transform: translate3d(1388px,1682px,0);
}
.is-sp.is-sp-s .barba-container[data-namespace="home"] .spear_01 img,
.is-sp .barba-container[data-namespace="home"] .spear_02 img {
  width: 100%;
}
@keyframes eva-anime {
	0% {transform: translate3d(0,0,0);}
  50% {transform: translate3d(0,-5px,0);}
  100% {transform: translate3d(0,0,0);}
}
-webkit-@keyframes eva-anime {
	0% {transform: translate3d(0,0,0);}
  50% {transform: translate3d(0,-5px,0);}
  100% {transform: translate3d(0,0,0);}
}
@keyframes spear-anime {
	0% {transform: translate3d(0,0,0);}
  50% {transform: translate3d(0,-10px,0);}
  100% {transform: translate3d(0,0,0);}
}
-webkit-@keyframes spear-anime {
	0% {transform: translate3d(0,0,0);}
  50% {transform: translate3d(0,-10px,0);}
  100% {transform: translate3d(0,0,0);}
}

.barba-container[data-namespace="home"] h1 {
  position: absolute;
  bottom: 62px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 767px;
  z-index: 3;
  opacity: 0;
  transition: all 1.0s ease-out 1.7s;
  -webkit-transition: all 1.0s ease-out 1.7s;
}
.barba-container[data-namespace="home"] .btn_gameflow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 91px;
  height: 231px;
  z-index: 10;
  opacity: 0;
  transition: all 1.0s ease-out 1.7s;
  -webkit-transition: all 1.0s ease-out 1.7s;
}
.barba-container[data-namespace="home"] .pm-btn {
  position: absolute;
  bottom: 296px;
  right: 0;
  width: 330px;
  height: 148px;
  z-index: 3;
  opacity: 0;
  transition: all 1.0s ease-out 1.7s;
  -webkit-transition: all 1.0s ease-out 1.7s;
}
.barba-container[data-namespace="home"] .pm-btn a {
  display: block;
}
.barba-container[data-namespace="home"] .pm-btn a:before {
  content: "";
  background: url(../../img/pm_start.png) no-repeat 0 0;
  position: absolute;
  bottom: 20px;
  left: 60px;
  width: 81px;
  height: 66px;
  z-index: 4;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.barba-container[data-namespace="home"] .pm-btn .pm-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 330px;
  height: 148px;
  z-index: 0;
  overflow: hidden;
}
.barba-container[data-namespace="home"] .pm-btn a .pm-img img {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.barba-container[data-namespace="home"] .pm-btn a:hover .pm-img img {
  opacity: 0.8;
}
.barba-container[data-namespace="home"] .pm-btn a:hover:before {
  opacity: 0.6;
}
.barba-container[data-namespace="home"] .pm-btn .pm-txt {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 166px;
  z-index: 2;
}

#wrp-all.start .barba-container[data-namespace="home"] .eva,
#wrp-all.start .barba-container[data-namespace="home"] .spear_01,
#wrp-all.start .barba-container[data-namespace="home"] .spear_02,
#wrp-all.start .barba-container[data-namespace="home"] h1,
#wrp-all.start .barba-container[data-namespace="home"] .btn_gameflow,
#wrp-all.start .barba-container[data-namespace="home"] .pm-btn {
  opacity: 1;
}
#wrp-all.start .barba-container[data-namespace="home"] .spear_01,
#wrp-all.start .barba-container[data-namespace="home"] .spear_02 {
  transform: translate3d(0,0,0);
}


/*
******************************************************************
* MJP gameflow
******************************************************************
*/
.barba-container[data-namespace="gameflow"] .main_img {
  top: 60px;
  left: 0;
}
.barba-container[data-namespace="gameflow"] .main_area p {
  margin-top: 270px;
}
.barba-container[data-namespace="gameflow"] .sec_02 {
  margin-top: 10px;
}
.barba-container[data-namespace="gameflow"] .sec_03 {
  margin-top: -20px;
}
.barba-container[data-namespace="gameflow"] .sec_03 a {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 315px;
  height: 103px;
  z-index: 1;
}
.barba-container[data-namespace="gameflow"] .sec_04 {
  margin-top: -50px;
}
.barba-container[data-namespace="gameflow"] .sec_05 {
  margin-top: -20px;
}
.barba-container[data-namespace="gameflow"] .sec_05 a {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 315px;
  height: 103px;
  z-index: 1;
}
.barba-container[data-namespace="gameflow"] .sec_06 {
  margin-top: 20px;
}
.barba-container[data-namespace="gameflow"] .sec_07 {
  margin-top: 15px;
}
.barba-container[data-namespace="gameflow"] .btn_next {
  display: inline-block;
  margin: 20px 0;
}


/*
******************************************************************
* MJP big
******************************************************************
*/
.barba-container[data-namespace="big"] .main_img {
  top: 110px;
  left: -185px;
}
.barba-container[data-namespace="big"] .main_area p {
  margin-top: 270px;
}
.barba-container[data-namespace="big"] section {
  margin-top: 30px;
}
.barba-container[data-namespace="big"] section.sec_01 {
  margin-top: 0;
}
.barba-container[data-namespace="big"] .btn_back {
  display: inline-block;
  margin: 30px 0 20px;
}


/*
******************************************************************
* MJP shito
******************************************************************
*/
.barba-container[data-namespace="shito"] .main_img {
  top: 110px;
  left: -185px;
}
.barba-container[data-namespace="shito"] .main_area p {
  margin-top: 270px;
}
.barba-container[data-namespace="shito"] section {
  margin-top: 30px;
}
.barba-container[data-namespace="shito"] section.sec_01 {
  margin-top: 0;
}
.barba-container[data-namespace="shito"] .btn_back {
  display: inline-block;
  margin: 30px 0 20px;
}


/*
******************************************************************
* MJP spec
******************************************************************
*/
.barba-container[data-namespace="spec"] .main_area {
  padding-bottom: 490px;
}
.barba-container[data-namespace="spec"] .main_img {
  top: 140px;
  left: 0;
}
.barba-container[data-namespace="spec"] .col2 {
  margin: 0 -5px;
}
.barba-container[data-namespace="spec"] .col2::after {
  content: "";
  display: block;
  clear: both;
}
.barba-container[data-namespace="spec"] .col2 .col2L {
  float: left;
  left: 5px;
  position: relative;
  z-index: 1;
}
.barba-container[data-namespace="spec"] .col2 .col2R {
  float: right;
  right: 5px;
  position: relative;
  z-index: 0;
}
.barba-container[data-namespace="spec"] .sec_02 {
  margin-top: 30px;
}
.barba-container[data-namespace="spec"] .sec_03 {
  margin-top: 30px;
}
.barba-container[data-namespace="spec"] .sec_04 {
  margin-top: 30px;
}
.barba-container[data-namespace="spec"] .sec_05 {
  z-index: 1;
}
.barba-container[data-namespace="spec"] .sec_06 {
  margin-top: 30px;
}
.barba-container[data-namespace="spec"] .eva {
  position: absolute;
  bottom: -800px;
  right: -30px;
  z-index: 0;
}
.barba-container[data-namespace="spec"] .btn_next {
  display: inline-block;
  margin: 50px 0 20px;
}

/*
******************************************************************
* #footer
******************************************************************/
.barba-container[data-namespace="home"] #footer {
  position: absolute;
	bottom: 5px;
	left: 0;
  right: 0;
  z-index: 7;
}


/*
******************************************************************
* #modal video
******************************************************************/
#mdl-box {
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mdl-box .mdl-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../../img/modal_bg.png);
}
#mdl-box #mdl-plr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -480px;
}
#mdl-box .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -326px;
	margin-left: 303px;
}
#mdl-box .btn a {
	display: block;
	width: 179px;
	height: 50px;
	text-indent: -9999px;
	background-image: url(../../img/v_close.png);
	background-position: 0 top;
}
#mdl-box .btn a:hover {
	background-position: 0 bottom;
}


/*
******************************************************************
* .video.js
******************************************************************/
#mdl-box .vjs-default-skin .vjs-slider-handle {
	background: #00f1ff;
}
#mdl-box .vjs-default-skin .vjs-play-progress {
	background: #017279;
}
#mdl-box .vjs-default-skin .vjs-volume-level {
	background: #017279;
}


/*----------------------------------------
	パララックス
-----------------------------------------*/
*[data-sf] {
	opacity: 0;
	-webkit-transition: all 1.0s ease;
	transition: all 1.0s ease;
}
*.animated[data-sf="toggle"] {
	opacity: 1;
}

*[data-sf="top"] {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
}
*[data-sf="left"] {
	-webkit-transform: translate(-300px, 0);
	transform: translate(-300px, 0);
}
*[data-sf="right"] {
	-webkit-transform: translate(300px, 0);
	transform: translate(300px, 0);
}
*.animated[data-sf="top"],
*.animated[data-sf="left"],
*.animated[data-sf="right"] {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}