@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:#000;
}


a:link { color: #336699; }
a:visited { color: #336699; }
a:hover { color: #4169e1; }
a:active { color: #336699; }

a {
    outline: none;
	text-decoration: none;
}

.spmenu{ display:none;}

@media screen and (max-width:980px){

.pcmenu{display:none;}
.spmenu{display:inherit;}

}

.platform_btn a:hover img{
opacity:0.9;
filter:alpha(opacity=120);
-ms-filter: "alpha( opacity=120 )";
}



/*.imgbg{
  background-color: #fff;
}

.gamelist a:hover img{
opacity:0.5;
filter:alpha(opacity=120);
-ms-filter: "alpha( opacity=120 )";
}

p a{ background:#FFF; }
p a img:hover{
	opacity:0.5;
	transition:0.3s;
}*/

/*#swbg a:hover img{
opacity:0.85;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
*/

#topbg{
	background: rgba(0, 0, 0, 0.5);

}

#cmspetop img{
	position: absolute;
	top: 350px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.gallery_main a:hover img{
opacity:0.8;
filter:alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";
}


#mainbg{
	background: linear-gradient(rgba(0, 0, 0, 0.3) 1%,rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.3)), url("../images/bg.jpg") center center/ cover no-repeat;
	/*background: url("../images/bg.jpg") center center/ cover no-repeat;*/
	margin-top: 0px;
	padding: 50px 0 50px;
	color: #FFF;
	text-align: center;
	font-size: 1.5em;
}

.kikan{
	padding: 10px;
	width: 650px;               /* 幅指定 */
    height: 50px;              /* 高さ指定 */
    border: solid 2px #FFF;     /* 枠線指定 */
    border-radius: 10px;        /* 角丸指定 */
	font-size: 1.5em;
}
.box2 {
    padding: 0.5em 1em;
    margin: 1em auto;
    font-weight: bold;
    color: #111;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
		font-size: 1.5em;
	width: 700px;

}
.box2 p {
    margin: 0; 
    padding: 0;
}

.text_sd{
	text-shadow: 2px 2px 10px #000 ,
	-2px 2px 10px #000 ,
	2px -2px 10px #000 ,
	-2px -2px 10px #000;
	margin-bottom: 20px;
}

/* メインボックス*/
#main {
width: 100%;
margin-right: auto;
margin-left: auto;
}
/*
#hedder{
	margin-top:10px;
	text-align:right;
}
*/

p.resizeimage img {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}


#cate{
	background-color: #111;
	width:100%;
/*	padding-top:2px;
	padding-bottom:2px;*/
    position: fixed;
    top: 0;
    right:0;
	/*margin-bottom:30px;*/
	z-index: 10;
}

.cate_space{
	margin-left: 30px;
}


#navi {
　　position:absolute;
　　height:70px;
　　z-index:1;
　　width: 100%;
　　background-color: #222;
	text-align:left;
	color:#fff;
	/*margin:0.5em;*/
	font-size:160%;
/*	font-weight:bold;
*/	vertical-align:middle;
}

#navi a{
	margin-left: 0px;
}


#copy{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
	color:#fff;
	font-size:90%;
	text-align: center;
}



#main_area_back{
	background: url("../images/topmain.jpg") center center / cover;
	margin: 0 auto;
	/*padding: 10px 0 10px;*/
	height: 1080px;
}



#psbg{
	background-color: #2561BA;
	padding: 50px 0;
	text-align: center;

}

#swbg{
	background-color: #C6463E;
	padding: 50px 0;
	text-align: center;
}

.gamelist img{
	margin-bottom: 10px;
}

.platform{
	color: #FFF;
	font-weight: bold;
	font-size: 3.5em;
	border-bottom: 1px solid #FFF;
	width: 95%;
	text-align: center;
	margin: 0 auto 50px;
}

.design12 {
 width: 90%;
 text-align: left;
 border-collapse: collapse;
 border-spacing: 0;
 background: #FFF;
	margin: 0 auto;
	font-size: 1.5em;
}

.design12 tr{
	margin-bottom: 5px;
}

.design12 tr:nth-child(2n+1) {
 background: #e9faf9;
}

.design12 th {
 padding: 10px;
 /*border: solid 1px #333;*/
	width: 75%;
 /*background: #FFF;*/
 /*color: #ffffff;*/
}
.design12 td {
 padding: 10px;
 /*border-bottom: solid 1px #333;*/
}

.redbold{
	color: red;
	font-weight: bold;
}

#btmtext{
	margin: 0 auto;
	text-align: left;
	font-size: 1.3em;
	width: 800px;
}


/*スクロール*/
html{
  scroll-behavior: smooth;
}

#topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 23px;
  background-color: #FFF;
  color: #222;
  text-decoration: none;
	font-size: 30px;
}

#topButton:hover {
  background-color: #EEE;
}


