@charset "utf-8";

@media screen and (max-width:519px) {
  /* 共通
  ------------------------------------------------------------*/
  body {
  	background-color: #000;
  	font-family: "Roboto Condensed",'Zen Kaku Gothic New', sans-seri,"Zen Old Mincho", serif;
  	font-size: 16px;
  	letter-spacing: 0.01em;
  	color: #fff;
  	overflow-wrap:break-word;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
  	margin: 0;
  }
  .body , :link, :visited, :hover, :active {
  		color: #fff;
  		text-decoration: none;
  }
  /*-- タグリンク --*/
  body a{text-decoration: none; color:#fff;}
  body a:link {text-decoration: none; color:#fff;}
  body a:visited{text-decoration: none; color:#fff;}
  body a:hover{color:#a9a9a9;}
  body a:active{text-decoration: none;}

  img{
  	width: 100%;
  	height: auto;
  }

  section{
  	clear:both;
  }

  .br-pc{
  	display: none;
  }
  .br-mid{
  	display: none;
  }
  .br-sp{
  	display: block;
  }

  /*-- pc電話発信無効 --*/
  @media(min-width: 768px){
    a[href^="tel:"]{
      pointer-events: none;
    }
  }

/*========= ヘッダーナビ ===============*/
.header-nav{
  	display: none;
}
/*========= 三本線 ===============*/
.openbtn{
    display: block;
}
  .openbtn{
  	position:fixed;
    z-index: 888;/*ボタンを最前面に*/
  	top:10px;
  	left: 20px;
  	cursor: pointer;
      width: 50px;
      height:50px;
  }
  /*×に変化*/
  .openbtn span{
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 1px;
      border-radius: 2px;
  	background-color: #fff;/*カラー*/
    	width: 45%;
    }

  /*三本線の高さ*/
  .openbtn span:nth-of-type(1) {
  	top:15px;
  }
  .openbtn span:nth-of-type(2) {
  	top:23px;
  }
  .openbtn span:nth-of-type(3) {
  	top:31px;
  }
  /*end//三本線の高さ*/

  .openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
      background-color: #fff;/*カラー*/
  }
  .openbtn.active span:nth-of-type(2) {
  	opacity: 0;
    background-color: #fff;/*カラー*/
  }
  .openbtn.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
      background-color: #fff;/*カラー*/
  }

/*============================
ナビゲーション ===============*/

#g-nav{
      display: block;

        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position:fixed;
        z-index: 100;
        /*ナビのスタート位置と形状*/
    	top:0;
        left: -120%;
    	width:100%;
        height: 100vh;/*ナビの高さ*/
    	background:#333;/*ナビ背景色*/
    	opacity: 0.8;
        /*動き*/
    	transition: all 0.6s;

}

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive{
        left: 0;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
    }

    /*リストのレイアウト設定*/

    #g-nav li{
    	list-style: none;
        text-align: center;
    }

    #g-nav li a{
    	color: #fff;
    	text-decoration: none;
    	padding:20px;
    	display: block;
    	text-transform: uppercase;
    	letter-spacing: 0.1em;
    	font-weight: bold;
      font-family:'Special Elite', sans-serif;
    }

    /*ホバー半透明*/
    #g-nav li a:hover{
    	opacity: 0.5;
    }

    /*english*/
    .sp-en{
      display: block;

    	background: #674594;
    	color: #fff;
    	padding: 3% 1.5% 0.5% 1.5%;
    		margin-right: 0%;
        margin-left: auto;
    		width: 100px;
    		font-family:'Special Elite', sans-serif;
    		font-size: 16px;
    		text-align: center;
    		opacity: 1;
    		transition: 1.0s ;
    }
    .header-nav-el{
    	width: 70%;
    	padding-left: 30%;
    }
.v{
  display: none;
}
.sp-v{
  display: block;
}

/*--------------------------------------------------------
  セクションタイトル
--------------------------------------------------------*/
.gold_line {
  height: 2px;
  width: 100%;
    background-image: linear-gradient(90deg, rgba(161, 136, 61, 1), rgba(219, 201, 134, 1) 39%, rgba(212, 182, 66, 1) 47%, rgba(81, 71, 21, 1));
}
.ttl_gold {
	font-size: 24px;
	font-family: "Special Elite", system-ui;
	font-weight: 400;
  margin: 5px auto ;
	padding: 10px 30px 0px;
  background-image: linear-gradient(90deg, rgba(161, 136, 61, 1), rgba(219, 201, 134, 1) 39%, rgba(212, 182, 66, 1) 47%, rgba(81, 71, 21, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.about_ttl{
	margin-top: 200px;
	display: inline-block;
}

.char_ttl{
	margin: 0 auto 30px;
	width: 200px;
	text-align: center;
}
.location_ttl{
	margin: 0 auto;
	width: 200px;
	text-align: center;
}
.location_ttl_block{
		width: 100%;
		background: rgb(11,6,96);
		background: linear-gradient(90deg, rgba(11,6,96,1) 10%, rgba(0,0,0,1) 50%, rgba(11,6,96,1) 90%);
		padding-top: 80px;
}
.gameplay_ttl{
	margin: 0 auto;
	width: 300px;
	text-align: center;
	padding-top: 100px;
}

/*--------------------------------------------------------
  INFORMATION
--------------------------------------------------------*/
#info_area{
	width: 100%;
	background: #000;
	padding-bottom: 60px;
}
.info_ttl{
	font-size: 40px;
  font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-top: 100px;
}
.info_ttl_s{
	font-size: 28px;
  font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000;
	background: #b30000;
	padding-top: 10px;
	padding-bottom: 8px;
	width: 240px;
	margin: 5px auto;
}
/*コンテナ*/
.info_container{
	max-width: 100%;
	margin: 30px auto;

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.info_item{
	width: 45%;
	border: solid 1px #fff;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
	letter-spacing: 0.01em;
}
.info_logo{
	width: 85%;
	margin: 0 auto;
}
.info_date{
	font-size: 16px;
	text-align: center;
  margin-bottom: 20px;
}
.info_btn{
	font-size: 16px;
	text-align: center;
	background: #b30000;
	padding: 5px;
	width: 80%;
	margin: 0 auto 40px;
}

/*--------------------------------------------------------
  TRAILER
--------------------------------------------------------*/
.trailer_ttl{
	font-size: 40px;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 40px;
}

.trailer_mv{
  width: 100%;
	background-image: url("../images/trailer-back.jpg");
	background-position: top;
  background-repeat: no-repeat;
	height: auto;

  background-size:100% auto;

}
.movie{
	width: 90%;
	height: 280px;
	margin: 0 auto 40px;
}
#trailer_area{
	width: 100%;
	position: relative;
	height: auto;
			pointer-events: none;
}
.trailer_bg{
	position: absolute;
	z-index: -100;
	opacity: 0.5;
		width: 100%;
}
.trailer_bg img{
	object-fit: cover;
	height: auto;
	width: 100%;
}
.trailer_movie{
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
		z-index: -50;
		pointer-events: auto;
}

/*--------------------------------------------------------
about
--------------------------------------------------------*/
#about_area{
	width: 100%;
	position: relative;
	height: 650px;
}
.about_bg{
  display: none;
}
.about_bg-sp{
  display: block;
	position: absolute;
	z-index: -100;
	width: 100%;
}
.about_txt{
	position: absolute;
	left: 10%;
	top: 5vh;
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
}
.about_headline{
	color: #fff;
	font-size: 10vw;
	margin-top: 20px;
}
.about_body{
	color: #fff;
	font-size: 3.3vw;
	line-height: 2em;
	margin-top: 15px;
}
/*--------------------------------------------------------
about-img
--------------------------------------------------------*/
#about_img{
	width: 100%;
  padding-bottom: 60px;
  margin-top: 50px;
}
.about_pic{
	display: none;
	max-width:1400px;
	margin: 80px auto;
}
.about_pic-sp{
	display: block;
  width: 60%;
  margin: 20px 0 20px auto;
}


/*--------------------------------------------------------
about-2
--------------------------------------------------------*/
#about2_area{
}
.sec_about2{
	width: 100%;
}
/* -- 背景固定 --*/
/*-- 親 --*/
.fix-block{
   position: relative;
   height: 900px;
}
/*-- 画像 --*/
.inner{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   clip-path: inset(0);
	 z-index: -100;
}
.bg{
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 80vh;
   background-image: url("../images/about2-bg.jpg");
   background-size: cover;
   background-position: center;
   z-index: -1;
}
/*-- コンテンツ --*/
.contents{
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: -50;
}

.container{
	width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.about2-pic{
	width: 90%;
}
.about2-txt{
	width: 90%;
	margin-right: 6%;
	margin-left: 6%;

	font-size: 3.3vw;
	line-height: 2em;

	margin-top: 30px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
		text-align: right;
}
.about2-headline{
	font-size: 6vw;
	margin-bottom: 30px;
	margin-top: 20px;
	font-weight: 600;
}
.about2-bottom{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: right;
	margin: 0 auto;
}
.about2-bottom-img{
	width: 50%;
	margin-top: 80px;
}

/*--------------------------------------------------------
CHARACTER
--------------------------------------------------------*/
#char_area{
}
.sec_about2{
	width: 100%;
}
/* -- 背景固定 --*/
/*-- 親 --*/
.fix-block-char{
   position: relative;
   height: 1300px;
}
/*-- 画像 --*/
.inner{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   clip-path: inset(0);
	 z-index: -100;
}
.char_bg{
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background-image: url("../images/char-bg.jpg");
   background-size: cover;
   background-position: center;
   z-index: -1;
}
/*-- コンテンツ --*/
.contents{
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: -50;
}

.char_container{
	width: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.char_pic{
	width: 100%;
}
.char_txt{
	width: 80%;
	margin-right: 5%;
	margin-left: 5%;

	font-size: 3.3vw;
	line-height: 2em;
	margin-top: 10px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
		text-align: justify;
}
.char_pic-2{
	width: 100%;
  order: 1;
}
.char_txt-2{
  order: 2;
	width: 80%;
  margin-right: 5%;
	margin-left: 5%;

	font-size: 3.3vw;
	line-height: 2em;
	margin-top: 10px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
		text-align: justify;
}
.char_headline{
	font-size: 6vw;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: 600;
}
.hr-char{
	width: 90%;
	height: 1px;
	background-color: #fff;
	border: none;
	color: #fff;
	margin: 30px auto;

}

/*--------------------------------------------------------
location
--------------------------------------------------------*/

.location_1{
	height: 380px;
	position: relative;
	width: 100%;
}
.location_bg{
	width: 100%;
	position: absolute;
	z-index: -100;
	height: 380px;
	background: rgb(11,6,96);
	background: linear-gradient(90deg, rgba(11,6,96,1) 10%, rgba(0,0,0,1) 50%, rgba(11,6,96,1) 90%);
}
.location_3{
	height: 430px;
	position: relative;
	width: 100%;
}

.location_bg_3{
	width: 100%;
	position: absolute;
	z-index: -100;
	height: 430px;
	background: rgb(11,6,96);
	background: linear-gradient(90deg, rgba(11,6,96,1) 10%, rgba(0,0,0,1) 50%, rgba(11,6,96,1) 90%);
}

.location_1_pic{
	position: absolute;
	left: 0%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;
	margin: 60px auto;
	z-index: -50;
}
.location_1_pic img{
	width: 100%;
	object-fit: cover;
  height: 240px;
}

.location_1_number{
	position: absolute;
	z-index: -50;
	right: 5%;
	top: 260px;
	font-size: 4vw;
	font-weight: 500;
	width: 30%;
	color: #1E1E66;
	text-align: center;
	line-height: 1.5em;
	font-family: "Special Elite", system-ui;
	font-weight: 400;
	font-style: normal;
}
.location_1_number-l{
	font-size: 25vw;
	font-weight: 500;
	margin-top: 40px;
}
.location_2_number-l{
	font-size: 25vw;
	font-weight: 500;
	margin-top: 40px;
}
.location_1_txt{
	position: absolute;
	z-index: -40;
	right: 20%;
	top: 320px;
	font-size: 7vw;
	font-weight: 500;
	width: 25%;
	color: #fff;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2em;
	border-bottom: solid 1px #fff;
	text-shadow: 3px 3px 3px #333;
}

/*2*/
.location_2_pic{
	position: absolute;
	right: 0%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: right;
	margin: 40px auto;
	z-index: -50;
}
.location_2_pic img{
	width: 100%;
	object-fit: cover;
    height: 240px;
}

.location_2_number{
	position: absolute;
	z-index: -50;
	left: 5%;
	top: 240px;

font-size: 4vw;
	font-weight: 500;

  width: 30%;
	color: #1E1E66;
	text-align: center;

	line-height: 1.5em;

	font-family: "Special Elite", system-ui;
	font-weight: 400;
	font-style: normal;
}

.location_2_number-l{
	font-size: 25vw;
	font-weight: 500;
	margin-top: 70px;
}

.location_2_txt{

	position: absolute;
	z-index: -40;
	left: 25%;
  top: 300px;

  font-size: 7vw;
	font-weight: 500;

  width: 25%;
	color: #fff;
	text-align: center;
  font-family: "Zen Old Mincho", serif;
	line-height: 1.2em;
	border-bottom: solid 1px #fff;
	text-shadow: 3px 3px 3px #333;
}

/*--------------------------------------------------------
game play
--------------------------------------------------------*/

.gameplay-1{
	width: 100%;
	background: url("../images/play-bg-sp.jpg") no-repeat 0 0 / cover;
}
.gameplay-2{
	width: 100%;
	background: url("../images/play-bg2-sp.jpg") no-repeat 0 0 / cover;
}

.gameplay_container{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px auto 0;
	padding-bottom: 40px;
}

.gameplay_txt{
	width: 90%;
	font-family: "Zen Old Mincho", serif;
	font-weight: bold;
	font-style: normal;
	font-size: 6vw;
}
.gameplay_body{
	font-size: 3.3vw;
	line-height: 2em;
	margin-top: 20px;
  	font-weight: normal;
}
.gameplay_graph{
		width: 80%;
    margin-top: 20px;
}
.gameplay_container2{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px auto 0;
	padding-top: 100px;
	padding-bottom: 100px;
}

.gameplay_txt2{
	width: 90%;
	font-family: "Zen Old Mincho", serif;
  font-weight: bold;
	font-style: normal;
	font-size: 6vw;
	text-align: right;
}
.gameplay_body2{
	font-size: 3.3vw;
	line-height: 2em;
	margin-top: 20px;
	text-align: right;
  order: 1;
  font-weight: normal;
}
.gameplay_graph2{
		width: 80%;
    order: 2;
    margin-top: 30px;
}

/*========= ループ 1 ===============*/
#gameplay_img{
}
.gameplay-loop{
	position: relative;
	 overflow: hidden;
	height: 150px;
	width: 100%;

}
.gameplay-block{
	position: absolute;
	z-index: -10;
	 overflow: hidden;
	width: 100%;
}
.loop-1{

}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 40s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: calc(100vw / 2);
	height: 200px;

}
.scroll-infinity__item img {
  width: 100%;
		height: 200px;
		object-fit: cover;

}

/*--------------------------------------------------------
bottom-img
--------------------------------------------------------*/
.bottom-img img{
	height: 240px;
	object-fit: cover;
}

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
.footer{
	width: 100%;
}
.footer_inner{
	background: #000;
	width: 100%;
}
.footer_container{
	width: 96%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}

.footer_nav_block{
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
	padding-bottom: 0px;
}
.footer_nav{
	padding-top: 60px;
}
.footer_nav a{
	transition: 0.5s;
}
/*-- タグリンク --*/
.footer_nav a{text-decoration: none; color:#fff;}
.footer_nav a:link {text-decoration: none; color:#fff;}
.footer_nav a:visited{text-decoration: none; color:#fff;}
.footer_nav a:hover{color:#a9a9a9;}
.footer_nav a:active{text-decoration: fff;}

.footer_nav nav{
   margin: 0 0 0 auto;
}
.footer_nav ul{
   list-style: none;
   margin: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: left;
}
.footer_nav li{
	font-size: 16PX;
	margin: 0 0 0 40px;
 line-height: 2.5em;
 font-weight: bold;
 line-height: 2.2em;
 letter-spacing: 0.05em;
 	font-family:'Special Elite', sans-serif;
}
.footer_address{
	width: 85%;
	margin: 40px auto;
	color: #fff;
	font-size: 1.2vw;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.footer_phone{
	font-size: 1.8vw;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
/*-- クレジット --*/
.footer_cr{
	font-size: 16px;
	padding-bottom: 100px;
	text-align: center;
	color: #fff;
	margin-top: 60px;
}

.footer_logo{
	width: 300px;
	margin: 40px auto;
}
.footer_logo img{
	opacity: 1;
	transition: 0.5s ;
}
.footer_logo img:hover{
	opacity: 0.5;
}

.footer_g-logo{
	width: 140px;
	margin: 40px auto 20px;
}
.footer_logo img{
	opacity: 1;
	transition: 0.5s ;
}
.footer_logo img:hover{
	opacity: 0.5;
}



} /**** END media screen *****/
