@charset "utf-8";

/*
******************************************************************
* MJP top.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.5s ease;
	transition: all 0.5s ease;
}
a:hover,
a:hover img {
  opacity: 0.8;
}

/* - 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: 335px;
  bottom: 0;
  left: 0;
  right: 380px;
  margin: auto;
  z-index: 1;
}
#loading .loading_02 {
  position: absolute;
  top: 0;
  bottom: 240px;
  left: 330px;
  right: 0;
  margin: auto;
  z-index: 2;
}
#loading .loading_03 {
  position: absolute;
  top: 360px;
  bottom: 0;
  left: 360px;
  right: 0;
  margin: auto;
  z-index: 3;
}
#loading .loading_04 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}

@keyframes loading-text {
	0% {text-shadow: 0 0 0 #00aeff;}
  50% {text-shadow: 3px 3px 6px #00aeff,3px -3px 6px #00aeff,-3px 3px 6px #00aeff,-3px -3px 6px #00aeff;}
  100% {text-shadow: 0 0 0 #00aeff;}
}
-webkit-@keyframes loading-text {
	0% {text-shadow: 0 0 0 #00aeff;}
  50% {text-shadow: 3px 3px 6px #00aeff,3px -3px 6px #00aeff,-3px 3px 6px #00aeff,-3px -3px 6px #00aeff;}
  100% {text-shadow: 0 0 0 #00aeff;}
}

#loading .bar-loading {
  background: url(../common/img/bar_loading.png) repeat-x 0 0;
  position: absolute;
  bottom: 73px;
  left: 0;
  width: 0;
  height: 37px;
  z-index: 99999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#loading .bar-loading img {
  position: absolute;
  bottom: -88px;
  right: -225px;
  width: 460px;
  height: 337px;
  z-index: 1;
  -webkit-animation: bar-loading 0.6s ease-in infinite;
  animation: bar-loading 0.6s ease-in infinite;
}
@keyframes bar-loading {
	0% {opacity: 0.8;}
  50% {opacity: 1;}
  100% {opacity: 0.8;}
}
-webkit-@keyframes bar-loading {
	0% {opacity: 0.8;}
  50% {opacity: 1;}
  100% {opacity: 0.8;}
}



/*
******************************************************************
* #gnav
******************************************************************/
#menu_btn {
  background: none;
  border: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 158px;
  height: 73px;
  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: 648px;
  height: 560px;
  z-index: 998;
}
#gnav ul::before {
  content: "";
  background: url(../img/bg_menu_r.png) no-repeat -243px 0;
  position: absolute;
  top: 0;
  left: 324px;
  width: 324px;
  height: 560px;
  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_l.png) no-repeat 243px 0;
  position: absolute;
  top: 0;
  right: 324px;
  width: 324px;
  height: 560px;
  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: 440px;
  height: 96px;
  margin-top: 54px;
  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 30px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  padding: 30px 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_move_c.png);
}
#gnav ul li:nth-child(4) a {
  background-image: url(../img/menu_fun_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;
}


/*
******************************************************************
* #wrp-all
******************************************************************/
#wrp-all {
	position: relative;
}
.bg-main {
  background: #050208;
  position: fixed;
  top: -55%;
  left: -5%;
  width: 110%;
  min-width: 1180px;
  z-index: 0;
}
.bg-moon {
  position: fixed;
  top: -75%;
  left: -12.5%;
  width: 125%;
  min-width: 1380px;
  z-index: 2;
}
#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-moon {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is-sp .bg-main img,
.is-sp .bg-moon img {
  height: 100%;
  width: auto;
}
.bg-main span,
.bg-moon span {
  display: block;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  will-change: transform;
}
.bg-main img,
.bg-moon img {
  width: 100%;
}
.bg-meteor {
  position: fixed;
  z-index: 3;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.bg-meteor img {
  opacity: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.bg-meteor span {
  display: block;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  will-change: transform;
}
.bg-meteor_01 {
  top: 3%;
  left: 8%;
  transform: translate3d(100px,-50vh,0);
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.bg-meteor_01 img {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
.bg-meteor_02 {
  bottom: -11.5%;
  left: 5%;
  z-index: 6;
  transform: translate3d(100px,-50vh,0);
  transition: all 0.1s ease-in 1.6s;
  -webkit-transition: all 0.1s ease-in 1.6s;
}
.bg-meteor_02 img {
  transition: all 0.1s ease-in 1.5s;
  -webkit-transition: all 0.1s ease-in 1.5s;
}
.bg-meteor_03 {
  bottom: 10%;
  left: 17%;
  transform: translate3d(100px,-50vh,0);
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
.bg-meteor_03 img {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.bg-meteor_04 {
  top: 40%;
  left: 29%;
  transform: translate3d(100px,-50vh,0);
  transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
}
.bg-meteor_04 img {
  transition-delay: 1.0s;
  -webkit-transition-delay: 1.0s;
}
.bg-meteor_05 {
  top: 10%;
  right: 41%;
  transform: translate3d(-100px,-50vh,0);
  transition-delay: 1.0s;
  -webkit-transition-delay: 1.0s;
}
.bg-meteor_05 img {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
.bg-meteor_06 {
  bottom: -8%;
  right: 21%;
  z-index: 4;
  transform: translate3d(-100px,-50vh,0);
  transition: all 0.1s ease-in 1.4s;
  -webkit-transition: all 0.1s ease-in 1.4s;
}
.bg-meteor_06 img {
  transition: all 0.1s ease-in 1.3s;
  -webkit-transition: all 0.1s ease-in 1.3s;
}
.bg-meteor_07 {
  bottom: 35%;
  right: 21%;
  transform: translate3d(-100px,-50vh,0);
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}
.bg-meteor_07 img {
  transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
}
.bg-meteor_08 {
  bottom: 30%;
  right: 8%;
  transform: translate3d(-100px,-50vh,0);
  transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
}
.bg-meteor_08 img {
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}

.logo-bisty {
  position: absolute;
  top: 10px;
  left: 0;
  right: 740px;
  width: 104px;
  height: 46px;
  margin: 0 auto;
  z-index: 10;
  opacity: 0;
  transition: all 1.0s ease-out 1.9s;
  -webkit-transition: all 1.0s ease-out 1.9s;
}
.logo-fields {
  position: absolute;
  top: 2px;
  left: 740px;
  right: 0;
  width: 139px;
  height: 57px;
  margin: 0 auto;
  z-index: 10;
  opacity: 0;
  transition: all 1.0s ease-out 1.9s;
  -webkit-transition: all 1.0s ease-out 1.9s;
}


/*
******************************************************************
* MJP 共通コンテンツ
******************************************************************
*/
.barba-container {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  text-align: center;
}
.Is-touch .barba-container {
  overflow: hidden;
}

#contents {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 7;
}

.main_area {
  position: relative;
  z-index: 10;
}
.main_area h1 {
  position: relative;
  margin: 240px 0 0 280px;
}
.main_area .bg_h1 {
  position: absolute;
  top: -120px;
  left: -90px;
  z-index: 0;
}
.main_area .main_img {
  position: absolute;
  top: -150px;
  left: 20px;
  z-index: 1;
}
.main_area p {
  position: relative;
  margin-top: 50px;
  z-index: 1;
}

#contents section {
  position: relative;
  z-index: 11;
}
#contents section img {
  position: relative;
  z-index: 1;
}
#contents .btn_next {
  display: inline-block;
  margin: 100px 0 50px;
}

/*
******************************************************************
* MJP top.css
******************************************************************
*/
.barba-container[data-namespace="home"] .eva {
  position: fixed;
  /* bottom: 30px; */
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1145px;
  min-width: 750px;
  width: 100vh;
  z-index: 5;
  opacity: 0;
  transition: all 1.0s ease-out 0.1s;
  -webkit-transition: all 1.0s ease-out 0.1s;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

.barba-container[data-namespace="home"] .eva 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 infinite;
  animation: eva-anime 3.0s ease-in infinite;
}
@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);}
}
.barba-container[data-namespace="home"] #contents {
  max-height: 950px;
  min-height: 840px;
  height: 100vh;
}
@media screen and (max-height: 630px) {
  .barba-container[data-namespace="home"] .eva {
    -webkit-transform: scale(0.6,0.6) translateY(-100%);
    transform: scale(0.6,0.6) translateY(-100%);
  }
  .barba-container[data-namespace="home"] #contents {
    top: 10vh;
    min-height: 0;
    -webkit-transform: scale(0.6,0.6);
    transform: scale(0.6,0.6);
  }
}
.barba-container[data-namespace="home"] #contents .logo {
  position: absolute;
  bottom: 555px;
  left: 20px;
  margin: 0 auto;
  width: 415px;
  z-index: 1;
  opacity: 0;
  transition: all 1.0s ease-out 1.9s;
  -webkit-transition: all 1.0s ease-out 1.9s;
}
.barba-container[data-namespace="home"] #contents .logo_02 {
  position: absolute;
  bottom: 555px;
  right: 20px;
  margin: 0 auto;
  width: 415px;
  z-index: 1;
  opacity: 0;
  transition: all 1.0s ease-out 1.9s;
  -webkit-transition: all 1.0s ease-out 1.9s;
}
.barba-container[data-namespace="home"] #contents .pm-btn {
  position: absolute;
  bottom: 130px;
  left: 107px;
  width: 240px;
  height: 210px;
  z-index: 1;
  opacity: 0;
  transition: all 1.0s ease-out 1.9s;
  -webkit-transition: all 1.0s ease-out 1.9s;
}
.barba-container[data-namespace="home"] #contents .pm-btn_02 {
  position: absolute;
  bottom: 130px;
  right: 107px;
  width: 240px;
  height: 210px;
  z-index: 1;
  opacity: 0;
  transition: all 1.0s ease-out 1.9s;
  -webkit-transition: all 1.0s ease-out 1.9s;
}

.barba-container[data-namespace="home"] #contents .pm-btn a,
.barba-container[data-namespace="home"] #contents .pm-btn_02 a {
  display: block;
}
.barba-container[data-namespace="home"] #contents .pm-btn a:before,
.barba-container[data-namespace="home"] #contents .pm-btn_02 a:before {
  content: "";
  background: url(../../img/pm_start.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 52px;
  height: 36px;
  margin: auto;
  z-index: 3;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.barba-container[data-namespace="home"] #contents .pm-btn .pm-img,
.barba-container[data-namespace="home"] #contents .pm-btn_02 .pm-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 240px;
  height: 210px;
  z-index: 0;
  overflow: hidden;
}
.barba-container[data-namespace="home"] #contents .pm-btn a .pm-img img,
.barba-container[data-namespace="home"] #contents .pm-btn_02 a .pm-img img {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.barba-container[data-namespace="home"] #contents .pm-btn a:hover .pm-img img,
.barba-container[data-namespace="home"] #contents .pm-btn_02 a:hover .pm-img img {
  opacity: 0.9;
  transform: scale3d(1.1,1.1,1);
}
.barba-container[data-namespace="home"] #contents .pm-btn a:hover:before,
.barba-container[data-namespace="home"] #contents .pm-btn_02 a:hover:before {
  opacity: 0.7;
}
.barba-container[data-namespace="home"] #contents .pm-btn .pm-txt,
.barba-container[data-namespace="home"] #contents .pm-btn_02 .pm-txt {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 167px;
  z-index: 1;
}

.barba-container[data-namespace="home"] #contents .btn_gameflow {
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 1.0s ease-out 1.9s;
  -webkit-transition: all 1.0s ease-out 1.9s;
}
.barba-container[data-namespace="home"] #contents .btn_gameflow_02 {
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all 1.0s ease-out 1.9s;
  -webkit-transition: all 1.0s ease-out 1.9s;
}
.barba-container[data-namespace="home"] #contents .btn_list {
  position: absolute;
  bottom: 75px;
  left: 50%;
  z-index: 1;
  opacity: 0;
  transition: all 1.0s ease-out 1.9s;
  -webkit-transition: all 1.0s ease-out 1.9s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}


/* @media screen and (min-width:768px) {
	.barba-container[data-namespace="home"] #contents .logo{
	    top: 230px;
	}
	.barba-container[data-namespace="home"] #contents .pm-btn{
		  top: 470px;
	}
	.barba-container[data-namespace="home"] #contents .logo_02{
		  top: 230px;
	}
	.barba-container[data-namespace="home"] #contents .pm-btn_02{
		  top: 470px;
	}
	.barba-container[data-namespace="home"] #contents .btn_list {
	  top: 580px;
	}
	.barba-container[data-namespace="home"] #contents .btn_gameflow {
	  top: 470px;
	}
	.barba-container[data-namespace="home"] #contents .btn_gameflow_02 {
	  top: 470px;
	}

	.barba-container[data-namespace="home"] #footer {
	  bottom: 190px;
	}
} */
/*
******************************************************************
* MJP gameflow.css
******************************************************************
*/
.barba-container[data-namespace="gameflow"] #contents .sec_02 {
  margin-top: -40px;
  z-index: 10;
}
.barba-container[data-namespace="gameflow"] #contents .sec_03 {
  margin-top: -10px;
  z-index: 9;
}
.barba-container[data-namespace="gameflow"] #contents .sec_04 {
  margin-top: 30px;
  z-index: 8;
}
.barba-container[data-namespace="gameflow"] #contents .sec_04 .cara {
  position: absolute;
  right: 10px;
  top: -340px;
  z-index: 0;
}

/*
******************************************************************
* MJP move.css
******************************************************************
*/
.barba-container[data-namespace="move"] .main_area .main_img {
  top: -162px;
  left: 95px;
}
.barba-container[data-namespace="move"] #contents .sec_01 {
  margin-top: 108px;
}
.barba-container[data-namespace="move"] #contents .sec_02 {
  margin-top: 50px;
}
.barba-container[data-namespace="move"] #contents .sec_03 {
  margin-top: 50px;
}

/*
******************************************************************
* MJP fun.css
******************************************************************
*/
.barba-container[data-namespace="fun"] .main_area .bg_h1 {
  top: 25px;
}
.barba-container[data-namespace="fun"] .main_area h1 {
  margin: 110px 0 0 400px;
}
.barba-container[data-namespace="fun"] .main_area h1 img {
  position: relative;
  top: 72px;
}
.barba-container[data-namespace="fun"] .main_area .main_img {
  top: -45px;
  left: 29px;
}
.barba-container[data-namespace="fun"] #contents .sec_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
.barba-container[data-namespace="fun"] #contents .sec_01 img {
  display: block;
  width: 33.333%;
}


#wrp-all.start .logo-bisty,
#wrp-all.start .logo-fields,
#wrp-all.start .bg-main,
#wrp-all.start .bg-moon,
#wrp-all.start .bg-meteor,
#wrp-all.start .bg-meteor img,
#wrp-all.start .barba-container[data-namespace="home"] .eva,
#wrp-all.start .barba-container[data-namespace="home"] #contents .logo,
#wrp-all.start .barba-container[data-namespace="home"] #contents .logo_02,
#wrp-all.start .barba-container[data-namespace="home"] #contents .pm-btn,
#wrp-all.start .barba-container[data-namespace="home"] #contents .pm-btn_02,
#wrp-all.start .barba-container[data-namespace="home"] #contents .btn_gameflow,
#wrp-all.start .barba-container[data-namespace="home"] #contents .btn_gameflow_02,
#wrp-all.start .barba-container[data-namespace="home"] #contents .btn_list,
#wrp-all.start #footer {
  opacity: 1;
}
#wrp-all.start .bg-meteor {
  transform: translate3d(0,0,0);
}


/*
******************************************************************
* #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.9s;
  -webkit-transition: all 1.0s ease-out 1.9s;
}
#footer .box-copy{
  display: inline-block;
}
#footer .box-copy li {
	display: inline-block;
	margin-left: 10px;
}
#footer .box-copy li:first-child {
  margin: 0;
}

.barba-container[data-namespace="home"] #footer {
  position: absolute;
	bottom: 5px;
	left: 0;
  right: 0;
  z-index: 6;
}

/*
******************************************************************
* #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;
  transition: all 0s ease;
  -webkit-transition: all 0s ease;
}
#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;
}


/*
******************************************************************
* sns_btn
******************************************************************/
#wrp-all.start .sns_btn {
  opacity: 1;
}
.sns_btn {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 80px;
  right: 50%;
  width: 880px;
  z-index: 20;
  transition: all 0.8s ease-out 1.9s;
  -webkit-transition: all 0.8s ease-out 1.9s;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.sns_btn ul {
  height: 28px;
  text-align: right;
}
.sns_btn li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.sns_btn li:first-child {
  margin: 0;
}


/*----------------------------------------
	パララックス
-----------------------------------------*/
*[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;
}



/*
******************************************************************
* MJP chobousou 共通コンテンツ
******************************************************************
*/

html {
  background: #050208;
}

.bg-main img {
  display: none;
}
.bg-main .active {
  display: block;
}

.bg_chobousou:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(103,75,7,0.3);
  content: '';
}

.chobousou .main_area {
  position: relative;
  z-index: 10;
  margin: 0 0 150px 0;
}
.chobousou .main_area h1 {
  position: relative;
  top: -120px;
  margin: 260px 0 0 280px;
  z-index: 1;
}
.chobousou .main_area .bg_h1 {
  position: absolute;
  top: -110px;
  left: -180px;
  z-index: 0;
}
.chobousou .main_area .main_img {
  position: absolute;
  top: -150px;
  left: 20px;
  z-index: 1;
}
.chobousou .main_area .main_gameflow {
  position: absolute;
  top: 105px;
  right: 52px;
  z-index: 2;
}
.chobousou .main_area .main_probability {
  position: absolute;
  top: 255px;
  left: -10px;
  z-index: 2;
}
.chobousou .main_area p {
  position: relative;
  margin-top: 50px;
  z-index: 1;
}

/*
******************************************************************
* MJP chobousou/gameflow.css
******************************************************************
*/
.barba-container.chobousou[data-namespace="gameflow"] #contents .sec_02 {
  margin-top: -40px;
  z-index: 10;
}
.barba-container.chobousou[data-namespace="gameflow"] #contents .sec_03 {
  margin-top: -10px;
  z-index: 9;
}
.barba-container.chobousou[data-namespace="gameflow"] #contents .sec_04 {
  margin-top: 30px;
  z-index: 10;
}
.barba-container.chobousou[data-namespace="gameflow"] #contents .sec_04 .cara {
  position: absolute;
  right: 4px;
  top: -320px;
  z-index: 0;
}

/*
******************************************************************
* MJP chobousou/move.css
******************************************************************
*/
.barba-container.chobousou[data-namespace="move"] .main_area {
  margin: 0 0 0 0;
}
.barba-container.chobousou[data-namespace="move"] .main_area .main_img {
  top: -132px;
  left: 95px;
}
.barba-container.chobousou[data-namespace="move"] .main_area .txt_move {
  position: absolute;
  top: 100px;
  right: 15px;
  z-index: 3;
}
.barba-container.chobousou[data-namespace="move"] #contents .sec_01 {
  margin-top: 81px;
}
.barba-container.chobousou[data-namespace="move"] #contents .sec_02 {
  margin-top: 50px;
}
.barba-container.chobousou[data-namespace="move"] #contents .sec_03 {
  margin-top: 50px;
}

/*
******************************************************************
* MJP chobousou/fun.css
******************************************************************
*/
.barba-container.chobousou[data-namespace="fun"] .main_area .bg_h1 {
  top: 25px;
}
.barba-container.chobousou[data-namespace="fun"] .main_area h1 {
  margin: 150px 0 0 400px;
}
.barba-container.chobousou[data-namespace="fun"] .main_area h1 img {
  position: relative;
  top: 110px;
  right: 55px;
}
.barba-container.chobousou[data-namespace="fun"] .main_area .main_img {
  top: -45px;
  left: 29px;
  z-index: 1;
}
.barba-container.chobousou[data-namespace="fun"] .main_area .txt_main {
  position: absolute;
  top: 217px;
  right: -11px;
  z-index: 3;
}
.barba-container.chobousou[data-namespace="fun"] .main_area .txt_read {
  position: absolute;
  top: 357px;
  right: -5px;
  z-index: 4;
}
.barba-container.chobousou[data-namespace="fun"] #contents .sec_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 260px;
}
.barba-container.chobousou[data-namespace="fun"] #contents .sec_01 img {
  display: block;
  width: 33.333%;
}

/*
******************************************************************
* MJP list.css
******************************************************************
*/
.Is-touch .barba-container[data-namespace="list"] {
  overflow: hidden;
}
.barba-container[data-namespace="list"] .main_area {
  margin-top: 20px;
  margin-bottom: 170px;
}
.barba-container[data-namespace="list"] .main_area .bg_h1 {
  top: 112px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.barba-container[data-namespace="list"] .main_area h1 {
  position: relative;
  margin: 0;
  padding-top: 230px;
  z-index: 3;
  margin: 0;
}
.barba-container[data-namespace="list"] .main_area .main_img {
  top: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.barba-container[data-namespace="list"] .search_btn {
  display: block;
  position: relative;
  z-index: 11;
  max-width: 999px;
  width: 100%;
  height: 228px;
  margin: 0 auto 40px;
  padding: 0;
  background: url(../../img/list/bg_select.png) no-repeat center center;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
}
.barba-container[data-namespace="list"] .search_btn_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  width: 100%;
  background-size: 10px auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.barba-container[data-namespace="list"] .search_btn_ttl {
  width: 31%;
  padding-right: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: right;
}
.barba-container[data-namespace="list"] .search_input {
  position: relative;
  width: 520px;
  height: 65px;
  padding: 10px 26px 10px 15px;
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  color: #546e7b;
  font-size: 24px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../img/list/icon_select.png) right 50% no-repeat,-webkit-linear-gradient(top, #fff 0%,#d2d2d2 100%);
  background: url(../../img/list/icon_select.png) right 50% no-repeat,linear-gradient(to bottom, #fff 0%,#d2d2d2 100%);
  background-size: auto 100%;
}
.barba-container[data-namespace="list"] .search_input::-ms-expand {
	display: none;
}
.barba-container[data-namespace="list"] #footer {
  position: relative;
  z-index: 8;
}

.barba-container[data-namespace="list"] .store_area {
  display: block;
  position: relative;
  z-index: 12;
}
.barba-container[data-namespace="list"] .store_block {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 19px 0;
  text-align: left;
}
.barba-container[data-namespace="list"] .store_block + .store_block {
  margin-top: 22px;
}
.barba-container[data-namespace="list"] .store_block:before,
.barba-container[data-namespace="list"] .store_block:after {
  display: block;
  position: absolute;
  z-index: 0;
  height: 0;
  width: calc(100% - 40px);
  border: 20px solid transparent;
  border-color: transparent;
  border-bottom-color: #33a4e2;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.barba-container[data-namespace="list"] .store_block:before {
  top: 0;
  left: 0;
}
.barba-container[data-namespace="list"] .store_block:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%) rotate(180deg);
  transform: translateY(50%) rotate(180deg);
}
.barba-container[data-namespace="list"] .store_inner {
  padding: 12px 20px 25px;
  background: #dcf3ff;
  box-shadow:0px 0px 50px -10px #00aeff inset;
}
.barba-container[data-namespace="list"] .store_inner:before,
.barba-container[data-namespace="list"] .store_inner:after {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 16px;
  background-image: url(../../img/list/dco_line.png);
  background-repeat: no-repeat,no-repeat;
  background-position: center center;
  background-size: auto 16px;
  content: '';
}
.barba-container[data-namespace="list"] .store_inner:before {
  top: 2px;
  left: 0;
}
.barba-container[data-namespace="list"] .store_inner:after {
  bottom: 2px;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.barba-container[data-namespace="list"] .store_area_name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  min-width: 215px;
  height: 96px;
  margin-top: -27px;
  margin-bottom: 32px;
  padding: 10px 10px;
  background: url(../../img/list/bg_head.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 24px;
  text-align: center;
  box-sizing: border-box;
}
.barba-container[data-namespace="list"] .store_data_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.barba-container[data-namespace="list"] .store_data_head .head_item {
  display: block;
  width: calc(46% - 15px);
  border-bottom: 6px solid #135a80;
  font-weight: bold;
  font-size: 18px;
}
.barba-container[data-namespace="list"] .store_data_head .head_item:nth-child(2) {
  width: calc(28% - 15px);
}
.barba-container[data-namespace="list"] .store_data_head .head_item:nth-child(n+3) {
  width: calc(13% - 15px);
}
.barba-container[data-namespace="list"] .store_item {
  display: block;
  padding: 15px 0 10px;
  color: #222;
}
.barba-container[data-namespace="list"] .store_item + .store_item {
  border-top: 1px solid #33a6e3;
}
.barba-container[data-namespace="list"] .store_det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.barba-container[data-namespace="list"] .store_det * {
  box-sizing: border-box;
}
.barba-container[data-namespace="list"] .store_det_name {
  width: calc(46% - 15px);
  font-size: 18px;
}
.barba-container[data-namespace="list"] .store_det_add {
  width: calc(28% - 15px);
  font-size: 16px;
}
.barba-container[data-namespace="list"] .store_det_add.chokakusei,
.barba-container[data-namespace="list"] .store_det_add.choboso {
  width: calc(13% - 15px);
}
.barba-container[data-namespace="list"] #contents .btn_next {
  position: relative;
  z-index: 13;
}
.barba-container[data-namespace="list"] .store_inner .vue_loading {
  padding-top: 30px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
