@charset "utf-8";

html {
	overflow-y:scroll;
  	scroll-behavior: smooth;
}

/*@font-face {
  font-family: 'MyFont';
	src: url('RoNOWStd-MM.eot');
	src: url('RoNOWStd-MM.woff');
	src: url('RoNOWStd-MM.ttf');}
*/
body{
	background-color:#000000;
}


a:link { color: #FFF; }
a:visited { color: #FFF; }
a:hover { color: #999; }
a:active { color: #FFF; }

a {
    outline: none;
	text-decoration: none;
}

#game_mainbg{
	position: relative;
	width: 100%;
	/*height: 780px;*/
	background: linear-gradient(rgba(0, 0, 0, 0.4) 1%,rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.4)), url("../images/gamebk.jpg") center center/ cover no-repeat;
	margin-top: 77px;
	padding: 0px 0 0px;
	/*margin-top: -100px;-150px*/
	text-align: center;
}

#game_mainbg_sp{
	position: relative;
	width: 100%;
	/*height: 780px;*/
	background: linear-gradient(rgba(0, 0, 0, 0.4) 1%,rgba(0, 0, 0, 0.4) 10%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0.4)), url("../images/gamebk.jpg") center center/ cover no-repeat;
	
	padding: 80px 0 0px;
	/*margin-top: -100px;-150px*/
	text-align: center;
}


.gametop{
	text-align: center;
	padding: 30px 0;
}

#gamebg{
	position: relative;
	width: 100%;
	/*height: 800px;*/
	background: linear-gradient(rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), url("../images/Background.jpg") center center / cover no-repeat fixed;
	padding: 50px 0 50px;
	/*margin-top: -100px;-150px*/
	text-align: center;
}


#indexmain{
	
}

#indexttl{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 60px;
}

#indextxt{
	margin: 0 auto;
	width: 900px;
	font-size: 1.5em;
	color: #FFF;
	text-align: center;
}

#kakunin{
	text-align: center;
	margin: 80px auto 100px;
}

#indexyes a{
	/*margin-right: 20px;*/
	background: #000;
	padding: 15px 25px;
	color: #DAD180;
	border: solid 2px #DAD180;
	font-weight: bold;
	font-size: 2.2em;
}

#indexyes a:hover{
	color: #000;
	background: #DAD180;
	transition:all 1.0s;
}

#indexno a{
	/*margin-right: 20px;*/
	background: #000;
	padding: 15px 25px;
	color: #DAD180;
	border: solid 2px #DAD180;
	font-weight: bold;
	font-size: 2.2em;
	margin-left: 1em;
}

#indexno a:hover{
	color: #000;
	background: #DAD180;
	transition:all 1.0s;
}

#indexyes_sp a{
	/*margin-right: 20px;*/
	background: #000;
	padding: 15px 25px;
	color: #DAD180;
	border: solid 2px #DAD180;
	font-weight: bold;
	font-size: 2em;
}

#indexyes_sp a:hover{
	color: #000;
	background: #DAD180;
}

#indexno_sp a{
	/*margin-right: 20px;*/
	background: #000;
	padding: 15px 25px;
	color: #DAD180;
	border: solid 2px #DAD180;
	font-weight: bold;
	font-size: 2em;
	margin-left: 1em;
}

#indexno_sp a:hover{
	color: #000;
	background: #DAD180;
}



.spmenu{ display:none;}


@media screen and (max-width:960px){

.pcmenu{display:none;}
.spmenu{display:inherit;}

}


#mainbg{
	position: relative;
	width: 100%;
	height: 900px;
	background: linear-gradient(rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1)), url("../images/mainartbg.jpg") 55% center / cover no-repeat;
	/*background: url("../images/mainartbg.jpg") 70% center / cover no-repeat;*/
	padding: 70px 0 60px;
	margin-top: -150px;

}


#ttl{
	position: absolute;
	top:33%;
	left: 2%;
	text-align: left;
	/*text-align: center;*/
}

#movtop{
	margin-top: 30px;
	margin-right: 12%;
}

#movtop img{
	border: #F12626 solid 1px;
}

.catch{
	position: relative;
	color: #FFF;
	font-size: 2.8em;
	width: 900px;
	margin: 0 auto;
	top: 20%;
	font-family:'MyFont Script';
	line-height: 1.5em;
	text-align: center;
}


.storymds{
	color: #DAD180;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8em;
}

#storytxt{
	position: relative;
	color: #FFF;
	font-size: 1.7em;
	width: 815px;
	margin: 0 auto;
	top: 20%;
	font-family:'MyFont Script';
	line-height: 1.5em;
}

/* wrap */

.hero {
  position: relative;
}

/* video */

.video-boxsp {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50vh;
}


.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* text */

/*.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/
/*h1 {
  font-family: Roboto;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}*/


#Video_area2{
    position: absolute;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;

}

#video2 {
	
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}


#video_area{
	position: relative;
	
	
	
	/*margin-bottom: -60px;*/
    overflow: hidden;
/*	height: 900px;
*/	
  background: url('/video_bg.jpg') no-repeat;
  background-attachment: fixed; 
  background-position: center center; 
  background-size: cover; 
	
	
	
    /*width: 177.77777778vh;  16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
	
  /*min-height: 100%;*/
  /*min-height: 100vh;*/
  /*min-width: 100%;
  min-width: 100vw;*/
  z-index: 1;
}



#video_area::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
	height: 100%;
	background: -moz-linear-gradient(right,rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0) 80%,rgba(0, 0, 0, 0));
	background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0) 80%,rgba(0, 0, 0, 0));
	background: linear-gradient(left,rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0) 80%,rgba(0, 0, 0, 0));
	
}

.gamebg1{
	position: relative;
	width: 100%;
	height: 800px;
	background: -moz-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.1) 70%,rgba(0, 0, 0, 0)), url("../images/section-1-background.jpg") 50% center/ cover no-repeat;
	background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.1) 70%,rgba(0, 0, 0, 0)), url("../images/section-1-background.jpg") 50% center / cover no-repeat;
	background: linear-gradient(to left,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.1) 70%,rgba(0, 0, 0, 0)), url("../images/section-1-background.jpg") 50% center / cover no-repeat;	
	
	/*background: linear-gradient(rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") 55% center / cover no-repeat;*/
	/*background: url("../images/mainartbg.jpg") 70% center / cover no-repeat;*/
	padding: 70px 0 60px;

}

.gamebg_tab{
	position: relative;
	width: 100%;
	/*height: 800px;*/
	/*background: #000;*/
	/*background: -moz-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.1) 70%,rgba(0, 0, 0, 0)), url("../images/section-2-video-placeholder.jpg") 50% center/ cover no-repeat;
	background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.1) 70%,rgba(0, 0, 0, 0)), url("../images/section-2-video-placeholder.jpg") 50% center / cover no-repeat;
	background: linear-gradient(to left,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.1) 70%,rgba(0, 0, 0, 0)), url("../images/section-2-video-placeholder.jpg") 50% center / cover no-repeat;*/	
	
	/*background: linear-gradient(rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") 55% center / cover no-repeat;*/
	/*background: url("../images/mainartbg.jpg") 70% center / cover no-repeat;*/
	/*padding: 70px 0 60px;*/

}

.gamebg2{
	position: relative;
	width: 100%;
	height: 800px;
	background: -moz-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") left top/ cover no-repeat;
	background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") left top / cover no-repeat;
	background: linear-gradient(to left,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") left top/ cover no-repeat;	
	
	/*background: linear-gradient(rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") 55% center / cover no-repeat;*/
	/*background: url("../images/mainartbg.jpg") 70% center / cover no-repeat;*/
	padding: 70px 0 60px;

}

.gamebg2_sp{
	position: relative;
	width: 100%;
	height: 800px;
	background: -moz-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.5) 70%,rgba(0, 0, 0, 0.5)), url("../images/section-3-background.jpg") 10% top / cover no-repeat;
	background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.5) 70%,rgba(0, 0, 0, 0.5)), url("../images/section-3-background.jpg") 10% top / cover no-repeat;
	background: linear-gradient(to left,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.5) 70%,rgba(0, 0, 0, 0.5)), url("../images/section-3-background.jpg") 10% top / cover no-repeat;	
	
	/*background: linear-gradient(rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") 55% center / cover no-repeat;*/
	/*background: url("../images/mainartbg.jpg") 70% center / cover no-repeat;*/
	padding: 70px 0 60px;

}

.gamebg3{
	position: relative;
	width: 100%;
	height: 800px;
	background: -moz-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-4-background.jpg") left bottom/ cover no-repeat;
	background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-4-background.jpg") left bottom / cover no-repeat;
	background: linear-gradient(to left,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-4-background.jpg") left bottom/ cover no-repeat;	
	
	/*background: linear-gradient(rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") 55% center / cover no-repeat;*/
	/*background: url("../images/mainartbg.jpg") 70% center / cover no-repeat;*/
	padding: 70px 0 60px;

}

.gamebg4{
	position: relative;
	width: 100%;
	height: 800px;
	background: -moz-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-5-background.jpg") 10% top/ cover no-repeat;
	background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-5-background.jpg") 10% top / cover no-repeat;
	background: linear-gradient(to left,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-5-background.jpg") 10% top/ cover no-repeat;	
	
	/*background: linear-gradient(rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") 55% center / cover no-repeat;*/
	/*background: url("../images/mainartbg.jpg") 70% center / cover no-repeat;*/
	padding: 70px 0 60px;

}

.gamebg5{
	position: relative;
	width: 100%;
	height: 800px;
	background: -moz-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-6-background.jpg") left top/ cover no-repeat;
	background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-6-background.jpg") left top / cover no-repeat;
	background: linear-gradient(to left,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0) 70%,rgba(0, 0, 0, 0)), url("../images/section-6-background.jpg") left top/ cover no-repeat;	
	
	/*background: linear-gradient(rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") 55% center / cover no-repeat;*/
	/*background: url("../images/mainartbg.jpg") 70% center / cover no-repeat;*/
	padding: 70px 0 60px;

}

.gamebg5_sp{
	position: relative;
	width: 100%;
	height: 800px;
	background: -moz-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.5) 70%,rgba(0, 0, 0, 0.5)), url("../images/section-6-background.jpg") 10% top / cover no-repeat;
	background: -webkit-linear-gradient(right,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.5) 70%,rgba(0, 0, 0, 0.5)), url("../images/section-6-background.jpg") 10% top / cover no-repeat;
	background: linear-gradient(to left,rgba(0, 0, 0, 0.8) 1%, rgba(0, 0, 0, 0.5) 70%,rgba(0, 0, 0, 0.5)), url("../images/section-6-background.jpg") 10% top / cover no-repeat;	
	
	/*background: linear-gradient(rgba(0, 0, 0, 0) 1%,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0)), url("../images/section-3-background.jpg") 55% center / cover no-repeat;*/
	/*background: url("../images/mainartbg.jpg") 70% center / cover no-repeat;*/
	padding: 70px 0 60px;

}




.tabimg1{
	float: left;
	margin-left: 5%;
	width: 50%;
/*	top: 50%;
	left: 5%;
	transform:translateY(-50%);
*/}

.gametxt_tab{
	/*float: right;
	right: 5%;
	margin-right: 5%;*/

	color: #000;
	font-size: 1.5em;
	width: 960px;
	top: 25%;
	/*right: 5%;*/
	/*transform:translateY(-50%);*/
	/*transform  : translate(-50%,-50%);*/
	margin: 0 auto;
	/*font-family:'MyFont Script';*/
	line-height: 1.5em;
	z-index: 15;
    /*text-shadow: 0 0 10px #000;*/
}

.tab450{
	width: 450px;
}

.gametxt{
	color: #DAD180;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0 20px;
	line-height: 1.5em;
	z-index: 15;
    text-shadow: 0 0 10px #000;
}

.gametxt{
	position: absolute;
	color: #FFF;
	font-size: 1.5em;
	width: 500px;
	top: 50%;
	right: 5%;
	transform:translateY(-50%);
	/*transform  : translate(-50%,-50%);*/
	
	font-family:'MyFont Script';
	line-height: 1.5em;
	z-index: 15;
    text-shadow: 0 0 10px #000;
}



.gameline{
	text-align: center;
}

.gyoukan{
	margin-top: 0.5em;
}

.gallery_main a:hover img{
opacity:0.85;
filter:alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";
}


p.resizeimage img {
	width: 100%;
	margin-top: 80px;
	margin-bottom: -5px;
}


#cate{
	background-color: rgba(0,0,0,0.8);
	width:100%;
/*	padding-top:2px;
	padding-bottom:2px;*/
    position: fixed;
    top: 0;
    right:0;
	/*margin-bottom:30px;*/
	padding-top: 10px;
	padding-bottom: 5px;
	z-index: 150;
}

.cate_space{
	margin-left: 30px;
}


#kounyu a{
	/*margin-right: 20px;*/
	background: #000;
	padding: 5px 15px;
	color: #FFDF87;
	border: solid 1px #FFDF87;
	font-weight: bold;
}

#kounyu a:hover{
	color: #000;
	background: #FFDF87;
	transition:all 1.0s;
}


.buy{
	font-weight: bold;
	background-color: #31BD29;
	color: #FFF;
	padding: 10px 19px 10px 15px;
	margin-left: 30px;
}

.buy a:hover{color: #fff;}

h1 {
　　font-size: 36px;
　　color: #FFF;
　　background-color: #222;
　　text-align: center;
　　padding: 5px;
}


#navi {
　　position:absolute;
　　height:60px;
　　z-index:1;
　　width: 100%;
　　background-color: #222;
	text-align:center;
	color:#fff;
	margin:0.5em;
	font-size:180%;
	vertical-align:middle;
}

#navi a{
	margin-left: 5px;
		font-family:'MyFont Script';
}

.u_line{
   text-decoration: none;
   border-bottom: 1px solid #FFF;
   padding-bottom: 0.3px;
   }

.spec_left{
	float:left;
	}


.red{
	color: #FE6534;
	font-weight: bold;
}

.tokucho{
	width: 860px;
	text-align: left;
	margin: 0 auto;
/*	margin-left: 20px;
*/}

.space{
	margin: 20px 0;
}

/*コピーライト*/

#tenpo{
	width: 960px;
	text-align:center;
/*margin-top:30px;*/
padding-top:10px;
padding-bottom:10px;
	margin-right: auto;
	margin-left: auto;

}

#shop_kounyu{
	color: #FFF;
	text-align: center;
	font-size: 270%;
	font-weight: bold;
	margin-bottom: 10px;
}

#shop_list{
	width: 100%;
	margin: 0px auto;
	text-align: center;

	padding-top: 40px;
	padding-bottom: 50px;
}

#shop{
	text-align: center;
	margin: 50px 0 0px;
}

#shop a{
	margin-bottom: 10px;
}


#footer{
	width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5d5d5d+0,5d5d5d+50,5d5d5d+100&0.1+1,1+25,1+75,0.1+100 */
/* IE6-9 */
}

#inc_logo{
	width: 960px;
	height: 60px;
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    layout-grid-line:200px;
	padding-bottom: 0px;
	padding-top: 20px;
}

#inc_logo img{
    vertical-align:middle;
}

#inc_logo img{
    vertical-align:middle;
}


.logo_space{
	margin-left: 30px;
}


#copy{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
	color:#fff;
	font-size:90%;
	text-align: center;
}

/*ギャラリー*/

.gl_mov{
	position: relative;
	text-align: center;
	width: 92%;
}

.gallery_main{
	position: relative;
	text-align: center;
	width: 92%;
	margin: 0px auto 20px;
	padding: 0px 0 40px;
	left: 4%;
	right: 4%;
}

.gallery_main img{
	border: rgba(255, 255, 255, .6) 1px solid;
}

.gallery_left{
	text-align: left;
}


#home_main{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px 0;
	text-align: center;
}

#movie{
	margin-bottom: 30px;
	text-align: center;
}

.ss_img{
	margin-bottom: 7px;
}

.ss_space{
	margin-left: 10px;
}



#mlogo{
	position: relative;
	text-align: center;
	padding-top: 180px;
}


.star{
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
	padding: 120px 0 0;

}

.mds{
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: solid #FFF 2px ;
	display: inline-block;
}

.hbn{
	font-size: 145%;
}

.ctg{
	font-weight: bold;
}

#gimg{
	float: left;
	width: 500px;
	margin-left: 20px;
}


#specbg{
	position: relative;
	width: 100%;
	/*height: 500px;*/
	background: linear-gradient(rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.7)),url("../images/specbg.jpg") center center / cover no-repeat;
	padding: 60px 0 80px;
}



#smain{
	width: 850px;
	margin: 0 auto;
}

#stext{
	/*float: left;*/
	color: #FFF;
	margin-left: 10px;
}





#toplogo{
	float: left;
	text-align: left;
	margin-left: 25px;
	padding-top: 5px;
}

#ccnt{
	float: right;
	text-align: center;
	margin-right: 25px;
	margin-top: 17px;
}

#ccnt a:hover{
	transition:all 1.0s;
}

.btna a:hover{
	transition:all 1.0s;
}

#cate div{
    vertical-align:middle;
}

#t_main{
	text-align: center;
	width: 960px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0px auto;
}

ul {
list-style:none;
	font-size: 160%;
	margin-bottom: 15px;
}

li{
	border-bottom: #FFF solid 1px;
}

.li_bd{
	border-top: #FFF solid 1px;
	padding-top: 10px;
}

.specbd{
	margin-top: 10px;

}

span.dan {
	float:left;
	width: 10em;
	background: #FFF;
	margin: 0 0 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
	
}

span.dan2 {
	display: block;
	margin-left: 110px;
	margin: 0 0 10px;
color: #FFF;
}

span.dan3{
	float:left;
	width: 10em;
	height: 3em;
	display: flex;
  justify-content: center;
  align-items: center;
	background: #FFF;
	margin: 0 0 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
	
}

.cnt{
	text-align: center;
}

.ps4ver{
	text-align: center;
	margin: 50px 0 0;
}


.catebg{
	background-color: rgba(0,0,0,0.5);
	padding: 50px 0;
	width: 100%;
	margin: 50px 0 50px;
}

.catebg img{
	border: 1px rgba(255,255,255,0.5) solid;
}

.cateboxl{
	float: left;
	width: 40%;
	margin-left: 5%;
}


.cateboxr{
	float: right;
	width: 45%;
	margin-right: 5%;
}

.cateboxl2{
	float: left;
	width: 45%;
	margin-left: 5%;
}


.cateboxr2{
	float: right;
	width: 40%;
	margin-right: 5%;
}



.catetxt{
	color: #FFF;
	font-size: 150%;
	margin-top: 30px;
}

.catetxtsp{
	color: #FFF;
	font-size: 150%;
	margin-top: 0px;
}


.catemds{
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 10px;
}

.catemds2{
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 5px;
}

.upg{
	font-size: 130%;
	color: #FFF;
	margin-top: 10px;
}

@font-face {
  font-family: 'MyFont Script';
  font-style: normal;
  font-weight: 400;
  src: url("../font/A-OTF-ReimPr6-Medium.otf") format('woff');
}

.zensaku {
	position: relative;
	/*position: absolute;*/
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: 0px 0 -22px;
	z-index: 1;
	text-align: center;
}

.lineset {
	position: relative;
	/*position: absolute;*/
	width: 100%;
	height: 2px;
	object-fit: cover;
	margin: 0px 0 -5px;
	z-index: 100;
	text-align: center;
}

.borderset{
	margin-top: -19px;
}

.spec1main{
	color: #FFF;
	width: 880px;
	margin: 0 auto;
	padding: 40px 0 20px;
	text-align: left;
}

.speccntttl{
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	margin-top: 20px;
	height: 60px;
}

.specttl{
	background: #B41E23;
	color: #FFF;
	font-size: 180%;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.specttl2{
	background: #3A7FA8;
	color: #FFF;
	font-size: 180%;
	margin-bottom: 5px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}

.specbkg{
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 0px 0 0;

}

.spectext{
	font-size: 160%;
	margin-bottom: 15px;
	border-bottom: #FFF solid 1px;
	padding-bottom: 10px;
}

.spectextbgx{
	font-size: 160%;

}

/*.spectext b{
	font-weight: bold;
}*/

.spectext b{
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding: 3px;
}

.spectext_a b{
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding: 3px;

}

.spectext_b b{
	background: #FFF;
	color: #000;
	font-weight: bold;
	padding: 3px;
}

dl {
list-style:none;
	font-size: 150%;
	margin-bottom: 15px;
}

.dl_bd{
	border-bottom: #FFF solid 1px;
}

ul {
list-style:none;
	font-size: 160%;
	margin-bottom: 15px;
}

/*li{
	border-bottom: #FFF solid 1px;

}*/

.li_bd{
	border-top: #FFF solid 1px;
	padding-top: 10px;
}

.li_bd2{
	border-top: #FFF solid 1px;
	padding-top: 10px;
	border-bottom: #FFF solid 1px; 
}


.specbd{
	margin-top: 10px;

}

span.dan {
	float:left;
	width: 9em;
	background: #FFF;
	margin: 0 0 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
	
}

span.dan2 {
	display: block;
	margin-left: 110px;
	margin: 0 0 10px;
}

span.dan3{
	float:left;
	width: 9em;
	height: 3em;
	display: flex;
  justify-content: center;
  align-items: center;
	background: #FFF;
	margin: 0 0 10px;
	color: #000;
	font-weight: bold;
	text-align: center;
	
}

#shop{
	text-align: center;

	margin: 50px 0 0px;
}

#shop a{
	margin-bottom: 10px;
}


/* --- 全体のBOX定義 ---------------------------------------- */
.box {
  position   : relative;
  max-width  : 100%;
  height     : 1050px;
  margin     : auto;
  overflow   : hidden;
}

/* --- 背景の指定 ------------------------------------------- */
.box .bgImg {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  opacity    : 0;
  animation  : bgAnime 24s infinite;   /* 4画像 × 各6s = 24s */
}

/* --- 段差で背景画像のアニメーションを実行 ----------------- */
.box .src1 {
  background : url("../images/story-1.jpg") top center / cover no-repeat;   /* 背景の画像を指定 */
}
.box .src2 {
  background : url(../images/story-2.jpg) center bottom / cover no-repeat;   /* 背景の画像を指定 */
  animation-delay  : 6s;
}
.box .src3 {
  background : url(../images/story-3.jpg) center bottom/ cover no-repeat;   /* 背景の画像を指定 */
  animation-delay  : 12s;
}
.box .src4 {
  background : url(../images/story-4.jpg) right bottom / cover no-repeat;   /* 背景の画像を指定 */
  animation-delay  : 18s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   6% { opacity: 1; }
  25% { opacity: 1; }
  31% { opacity: 0; }
 100% { opacity: 0; }
}

/* --- 前面の文字定義（サンプルのため変更してください） ----- */
.box .boxString{
  position   : absolute;
  display    : inline-block;
  padding    : 20px 20px 20px 20px;
  background : rgba(0, 0, 0, 0.5);          /* 半透明の青 */
  color      : #fff;
  top        : 80%;                               /* 中央寄せ */
  left       : 50%;
  transform  : translate(-50%,-50%);
  z-index    : 11;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    color: White;
    background: LightGray;
	font-size: 2em;
    margin-right: 5px;
    padding: 3px 12px;
    order:-1;
}
.tab-content {
    width: 100%;
    display: none;
}
.tab-switch:checked+.tab-label {
    background: DeepSkyBlue;
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-switch {
    display: none;
}


/*適用タブ*/
.tab-group{
  display: flex;
  justify-content: center;
	color: #FFF;
	font-family:'MyFont Script';

}
.tab{
  flex-grow: 1;
  padding:15px 0px;
  list-style:none;
  border:solid 1px #CCC;
	background-color: #044959;
  text-align:center;
  cursor:pointer;
}
.panel-group{
  /*height:100px;
  border:solid 1px #CCC;
  border-top:none;
  background:#eee;*/
}
.panel{
  display:none;
}
.tab.is-active{
  background: #7E1710;
  color:#FFF;
  transition: all 0.2s ease-out;
}
.panel.is-show{
  display:block;
}

.tabbox{
	text-align:	center;
	margin: 0 auto;
	/*top: 5%;*/
	/*right: 5%;*/
	width: 930px;
}

.movbtm{
	margin-bottom: 10px;
}

.mainbox{
	padding-top: 50px;
	
}

.mainbox section{
	width: 930px;
	margin: 0 auto;
}


.flex-row {
  display: flex;
  gap: 4px;
}

.flex-row+.flex-row {
  margin-top: 4px;
}

.flex-item {
  background: #eee;
  padding: 4px;
}

.flex-item:nth-child(1) {
  width: 200px;
	display:flex;
	text-align: left;
  	align-items: center;
	padding-left: 20px;
	background: #7E1710;
	color: #FFF;

}

.flex-item:nth-child(2) {
  flex: 2;
	text-align: left;
	padding: 10px;
}

.flex-item:nth-child(3) {
  flex: 1;
}

.stred{
	color: #dc143c;
}

.stred_b{
	color: #dc143c;
	font-weight: bold;
}

.stbl_b{
	font-weight: bold;
	margin-bottom: 15px;
}


img.middle { vertical-align: middle; }




/*.boxa{
	width: 900px;
	margin: 0 auto;
	
}

.boxa img {
	width: 500px;
	height: 281px;
	vertical-align: middle;
	margin: 0 0px 0 20px;
}


.text-area {
  vertical-align: middle;
  display: inline-block;
}

.textleft{
	float: left;
	width: 400px;
	text-align: left;
}

.imgright{
	float: right;
	width: 500px;
}
*/
img{
	vertical-align:top;
}

.sys_boxmain{
	width: 930px;
	margin: 0 auto;
	background-color: #eee;

  display: flex;
  justify-content: center;
  align-items: center;	
}

.sys_boxL{
	float: left;
	width: 400px;
	/*color: #FFF;*/
	/*font-size: 1.8em;*/
	text-align: left;
	padding-left: 30px;
}

.sys_boxR{
	float: right;
	width: 500px;
	color: #FFF;
	font-size: 1.8em;
	margin-left: 50px;
}

.menu-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    display: flex;
    height: 150px;/*60-100px*/
    width: 150px;/*60-100px*/
    justify-content: center;
    align-items: center;
    z-index: 2500;
    background-color: #ffffff;/*3584bb*/
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 8px;/*3px[5]*/
    width: 75px;/*25px[50]*/
    border-radius: 5px;/*3px[5]]*/
    background-color: #000;/*ffffff*/
    position: absolute;
}
.menu-btn span:before {
    bottom: 30px;/*8px-20*/
}
.menu-btn span:after {
    top: 30px;/*8px-20*/
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}


#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background-color: #000;
}
.menu-content ul {
    padding: 190px 10px 0;/*top140*/
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
	font-family:'MyFont Script';
    display: block;
    width: 100%;
    font-size: 280%;/*15px*/
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 10px;
    position: relative;
}
/*.menu-content ul li a::before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 50px;
}*/

.menu-content {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 2000;
    /*background-color: #3584bb;*/
	background: rgba(0, 0, 0, 0.7);
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}