@charset "UTF-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
body{
	background-color: #181921;
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
}
.body-box{
	margin:0 auto;
	text-align:center; 
	overflow-x: hidden;
	z-index: 2;

	/*background-color: rgba(0, 0, 50, .5);*/
}
.body{
	z-index: 1;
	position: relative;
}

.bg{
	background-image: url(../img/bg.jpg);
    background-size: 100%;
	height: 160vw;
    width: 100%;
	position: relative;
}


@keyframes parallax-parabg-anim {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(2000px);
  }
}

.parabg {
	animation: parallax-parabg-anim linear;
 	animation-timeline: scroll();

}



@keyframes parallax-paracnt-anim {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(500px);
  }
}

.paracnt {
	animation: parallax-paracnt-anim linear;
	animation-timeline: scroll();
}

.parallax {
	position: absolute;
	right: 0;
	left: 0;
  /*aspect-ratio: 1 / 1;*/
}


.video{
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
h1 img{
	width:538px;
	height:633px;
	margin:100px auto;
}
h2{
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
	font-size: 40px;
	color: white;
	margin: 160px auto 0;
}
h3{
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
    font-size: 34px;
	color: black;
	margin: 0 auto;
    padding-top: 146px;
}
h4{
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
    font-size: 32px;
	color: black;
}

/*span{
	position: absolute;
	left:-9999px;
}*/

.read{
	color:white;
	font-size:28px;
	font-weight: 600;
	margin: 0 auto 160px;
	line-height: 1.8;
}

.member{
	width: 1440px;
	height: 300px;
	margin: 0 auto;
}
.member01 ,.member02{
	width: 700px;
	height:300px;
	background: white;
	margin: 0 auto;
	border-radius: 20px;
	float: left;
}
.member02{
	margin: 0 0 0 40px;
}
.left{
	float: left;
	width: 290px;
	height: 300px;
}
.left img{
	width: 220px;
	height: 220px;
	margin: 40px 30px 40px 40px;
}
.right{
	text-align: left;
	width:410px;
	height:300px;
	margin-left: 290px;
}
.right h4{
	margin:0;
	padding-top: 40px;
}
.right p{
	width: 386px;
	font-size:22px;
	line-height: 1.6;
	margin: 0;
	padding-top:20px;
}
.gamelist{
	width: 1440px;
	height: 1519px;
	margin: 0 auto;
}
.game01{
	background-image:url("../img/game_bg01.png");
	width: 700px;
	height:634px;
	margin: 60px auto 0;
	position: relative;
	float: left;
}
.game02{
	background-image:url("../img/game_bg02.png");
	width: 700px;
	height:634px;
	margin: 60px 0 0 40px;
	position: relative;
	float: left;
}
.game03{
	background-image:url("../img/game_bg03.png");
	width: 700px;
	height:634px;
	margin: 60px 0 0 0;
	position: relative;
	float: left;
}
.game04{
	background-image:url("../img/game_bg04.png");
	width: 700px;
	height:634px;
	margin: 60px 0 0 40px;
	position: relative;
	float: left;
}
.game01 p,.game02 p,.game03 p,.game04 p{
	padding-top: 40px;
}
.new{
	position: absolute;
    top: 36px;
    left: 580px;
}
.store{
	width: 318px;
	height:94px;
	margin: 6px auto;
}
.store:hover {
	opacity: 0.8;
}

.x-bg{
	width: 900px;
	height:483px;
	background: white;
	margin: 60px auto 0;
	border-radius: 20px;
}
.timeline{
	width: 820px;
    height: 403px;
    margin: 0 auto;
    padding-top: 40px;
}
.footer {
    color: white;
    height: 50px;
	padding: 100px;
    font-size: 16px;
}
.footer p{
	font-size: 18px;
}

@media screen and (max-width: 3000px) {
.bg{
	height: 150vw;
}
}
@media screen and (max-width: 2200px) {
.bg{
	height: 150vw;
}
}
@media screen and (max-width: 2100px) {
.bg{
	height: 140vw;
}
}
@media screen and (max-width: 2000px) {
.bg{
	height: 140vw;
}
}

@media screen and (max-width: 1750px) {
.bg{
	height: 160vw;
}
}
@media screen and (max-width: 1700px) {
.bg{
	height: 135vw;
}
}
h1 img{
	width:25vw;
	height: auto;
	margin:5vw auto 0;
}
h2{
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
	font-size: 1.3em;;
	color: white;
	margin: 0 auto 0;
}
h3{
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
    font-size: 1.6em;
    color: black;
    margin: 0 auto;
    padding-top: 8.5vw;
}
h4{
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
    font-size: 1.4em;
	color: black;
}
.read{
	width: 90%;
	color: white;
	font-size: 1.3em;
	font-weight: 600;
	margin: 3em auto 3em;
	line-height: 1.8;}	
.member{
	width: 90%;
	height: 18vw;
	margin: 0 auto;
	position: relative;
}
.member01 ,.member02{
	width: 43.21vw;
    height: 18vw;
    background: white;
    margin: 0 auto;
    border-radius: 1vw;
    position: relative;
    float: left;
}
.member02{
	margin: 0 0 0 2vw;
}
.left{
    float: left;
    width: 18vw;
    height: auto;
}
.left img{
	width: 14vw;
    height: 14vw;
    margin: 2vw 2vw 2vw 2vw;
}
.right{
	text-align: left;
    width: 23vw;
    height: auto;
    margin-left: 18vw;
}
.right h4{
	margin:0;
	padding-top: 9%;
}
.right p{
	width: 100%;
	font-size:1.2em;
	line-height: 1.6;
	margin: 0;
	padding-top:2%;
}
.gamelist{
	width: 90%;
	height: auto;
	margin: 0 auto;
	overflow:hidden;
}
h2 img{
	width: 25vw;
    height: auto;
    margin-top: 8vw;
}
.new img{
	width: 4.5vw;
    height: auto;
}
.gamelist .left img{
	width: 14vw;
    height: 14vw;
    margin: 2vw 2vw 2vw 2vw;
}
.game01{
	background-image: url(../img/game_bg01.png);
    margin: 3vw 0 0 2vw;
    position: relative;
}	
.game02{
	background-image: url(../img/game_bg02.png);
    margin: 3vw 0 0 0vw;
}
.game03{
	background-image: url(../img/game_bg03.png);
    margin: 3vw 0 0 2vw;
}
.game04{
	background-image: url(../img/game_bg04.png);
    margin: 3vw 0 0 0vw;
}
.game01, .game02, .game03, .game04{
    width: 43.01vw;
    height: 38.96vw;
    background-size: 43.01vw;
    position: relative;
    float: left;	
}
.game01 p,.game02 p,.game03 p,.game04 p{
	padding-top: 2vw;
}
.new{
	position: absolute;
	top: 2.2vw;
    left: 36vw;
}
.store{
	width: 22vw;
	height: auto;
	margin: 0vw auto 0;
	position: absolute;
	top: 29.5vw;
	left: 10.5vw;
}
.store:hover {
	opacity: 0.8;
}	
.store img{
	width: 22vw;
	height: auto;
}
.x img{
	width: 11.5vw;
}
.x-bg{
	width: 46vw;
    background: white;
    margin: 3vw auto 0;
    border-radius: 1vw;
}
.timeline{
	width: 42vw;
    margin: 0 auto;
    padding-top: 2.3vw;
}
.footer {
    color: white;
	padding:0vw;
	margin: 6vw 0 0 0;
}
.footer p{
	font-size: 1.4vw;
}

@media screen and (max-width: 1500px) {
.bg{
	height: 125vw;
}
}
@media screen and (max-width: 1300px) {
.bg{
	height: 128vw;
}
}
	@media screen and (max-width: 1200px) {
.bg{
	height: 190vw;
}
@keyframes parallax-parabg-anim {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(1200px);
  }
}
}
@media screen and (max-width: 1100px) {
.bg{
	height: 160vw;
}
	
@keyframes parallax-parabg-anim {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(1500px);
  }
}
}
@media screen and (max-width: 1000px) {
.bg{
	height: 360vw;
	
}

	
h1 img{
	width: 42vw;
	height: auto;
	margin: 10vw auto 0;
}
h2{
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
	font-size: 1.3em;;
	color: white;
	margin: 0 auto 0;
	width: 32vw;
}
h3{
	font-family: 'Lato', 'Noto Sans JP', sans-serif;
	font-size: 1.9em;
	color: black;
	margin: 0 auto;
	padding-top: 14vw;
}
h4{
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
    font-size: 1.5em;
	color: black;
}
.read{
	width: 90%;
	color:white;
	font-size:1.4em;
	font-weight: 600;
	margin: 4em auto 4em;
	line-height: 1.8;
}
.member{
	width: 90%;
	height: 90%;
	margin: 0 auto;
	position: relative;
}
.member01 ,.member02{
		width: 70vw;
        height: 28vw;
        background: white;
        margin: 0 auto;
        border-radius: 2.2vw;
        position: relative;
        float: none;
}
.member02{
	margin: 4vw auto 0;
}
.left{
    float: left;
    width: 26vw;
    height: auto;
}
.left img{
	width: 24vw;
    height: 24vw;
    margin: 2vw 2vw 2vw 2vw;
}
.right{
	text-align: left;
	width: 40vw;
	height: auto;
	margin: 1.5vw 0 0 28vw;
}
.right h4{
	margin:0;
	padding-top: 7%;
}
.right p{
	width: 100%;
	font-size:1.2em;
	line-height: 1.6;
	margin: 0;
	padding-top:2%;
}
.gamelist{
	width: 90%;
	height: auto;
	margin: 0 auto;
}
h2 img{
	width: 32vw;
	height: auto;
	margin: 12vw auto 0;
}
.gamelist .left img{
	width: 24vw;
    height: 24vw;
    margin: 3.2vw 2vw 2vw 2vw;
}
.game01{
	background-image: url(../img/game_bg01.png);
    margin: 3vw auto 0;
    position: relative;
}
.game02{
	background-image: url(../img/game_bg02.png);
    margin: 4vw auto 0;
    position: relative;
}
.game03{
	background-image: url(../img/game_bg03.png);
    margin: 4vw auto 0;
}
.game04{
	background-image: url(../img/game_bg04.png);
    margin: 4vw auto 0;
}
.game01, .game02, .game03, .game04{
    width: 70vw;
    height: 63.4vw;
    background-size: 70vw;
    position: relative;
	float: none;
}
.game01 p,.game02 p,.game03 p,.game04 p{
	padding-top: 2vw;
}
.new{
	position: absolute;
	top: 3.6vw;
	left: 58vw;
}
.new img{
	width: 8vw;
	height: auto;
}

.store{
	width: 22vw;
	height: auto;
	margin: 0vw auto 0;
	position: absolute;
	top: 49.5vw;
	left: 20.5vw;
}
.store:hover {
	opacity: 0.8;
}	
.store img{
	width: 30vw;
	height: auto;
}
.x img{
	width: 14.7vw;
}
.x-bg{
	width: 70vw;
	background: white;
	margin: 3vw auto 0;
	border-radius: 2.2vw;
}
.timeline{
	width: 65vw;
    margin: 0 auto;
    padding-top: 2.3vw;
}
.footer {
    color: white;
	padding:0vw;
	margin: 7vw 0 3vw 0;
}
.footer p{
	font-size: 2.2vw;
}
}


@media screen and (max-width: 700px) {
	
.bg{
	height: 520vw;
}
h1 img{
	width:70vw;
	height: auto;
	margin:22vw auto 0;
}
h2{
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
	font-size: 1.6em;;
	color: white;
	margin: 0 auto 0;
	width: 50vw;
}
h3{
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
    font-size: 1.3em;;
	color: black;
	margin: 0 auto;
    padding-top: 19vw;
}
h4{
	font-family: 'Lato', 'Noto Sans JP',sans-serif;
    font-size: 1.3em;
	color: black;
}
.read{
	width: 90%;
	color:white;
	font-size:1.2em;
	font-weight: 600;
	margin: 4em auto 4em;
	line-height: 1.8;
}	
.member{
	width: 90vw;
	height: 81vw;
	margin: 0 auto;
	position: relative;
}
.member01 ,.member02{
	width: 90vw;
	height: 38vw;
	background: white;
	margin: 0 auto;
	border-radius: 2.5vw;
	position: relative;
}
.member02{
	margin: 5vw 0 0 0;
}
.left{
	float: left;
	width: 38vw;
	height: 38vw;
}
.left img{
	width: 30vw;
	height: 30vw;
	margin: 4vw 3vw 4vw 4vw;
}
.right{
	text-align: left;
	width: 48vw;
	height: 38vw;
	margin-left: 38vw;
}
.right h4{
	margin:0;
	padding-top: 9%;
}
.right p{
	width: 100%;
	font-size:0.9em;
	line-height: 1.6;
	margin: 0;
	padding-top:2%;
}
.gamelist{
	width: 90vw;
	margin: 0 auto;
}
h2 img{
	width: 50vw;
	height: auto;
	margin-top: 20vw;
}
.new img{
	width: 10vw;
	height: auto;
}
.gamelist .left img{
	width: 30vw;
	height:30vw;
	margin: 4vw 3vw 4vw 4vw;
}
.game01{
	background-image:url("../img/game_bg01.png");
}
.game02{
	background-image:url("../img/game_bg02.png");
}
.game03{
	background-image:url("../img/game_bg03.png");
}
.game04{
	background-image:url("../img/game_bg04.png");
}
.game01,.game02,.game03,.game04{
	width: 90vw;
	height: 81.5vw;
	background-size: 90vw;
	margin: 6vw auto 0;
	position: relative;
}
.game01 p,.game02 p,.game03 p,.game04 p{
	padding-top: 5vw;
}
.new{
	position: absolute;
	top: 4.7vw;
	left: 75vw;
}
.store{
	width: 42vw;
	height: auto;
	position: absolute;
	top: 63vw;
	left: 24.4vw;
}
.store:hover {
	opacity: 0.8;
}	
.store img{
	width: 42vw;
	height: auto;
}
.x img{
	width: 25vw;
}
.x-bg{
	width: 90vw;
	background: white;
	margin: 8vw auto 0;
	border-radius: 2.5vw;
}
.timeline{
	width: 82vw;
    margin: 0 auto;
    padding-top: 4.2vw;
}
.footer {
    color: white;
	padding:0vw;
	margin: 10vw 0 0 0;
}
.footer p{
	font-size: 3.2vw;
}
}
@media screen and (max-width: 600px) {
	
.bg{
	height: 510vw;
}
}