@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

div {
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.bold {
	font-weight: bold;
}




img {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

a {
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
	
	text-decoration: none;
	color: #fff;
	outline: none;
}

a:hover {
	color: #333;
}


body {
	font-family: 'Sanchez', serif, arial;
	font-weight: 300;
	margin: 0;
	padding: 0;
	background: #000;
}




.totop {
	background: none;
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 3%;
	width: 60px;
	height: 60px;
	z-index: 9200;
	display: none;
	text-decoration: none;
	color: #fff;
	opacity: .7;
	transition: all ease .3s;
}

.totop img {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 0;
}

.totop:hover {
	opacity: 1;
}




header {
	width: 100%;
	position: fixed;
	z-index: 9998;
	top: 0;
}




nav#main-navigation-mob {
	width: 70px;
	height: 50px;
	right: 0;
	top: 0;
	z-index: 9999;
	position: fixed;
}

nav#main-navigation-mob img {
	width: 70px;
}




footer {
	width: 100%;
	background: -moz-linear-gradient(top, #001229, #00376a);
	background: -webkit-linear-gradient(top, #001229, #00376a);
	background: linear-gradient(top, #001229, #00376a);
}

footer #logo-container {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

footer #logo-container #logos {
	width: 105%;
	margin: 0 0 0 -5%;
	padding: 10% 0 0 0;
}

footer #logos .item {
	width: 20%;
	margin: 2% 0 0 5%;
	padding: 0;
	float: left;
	display: inline;
}

footer #logos .typemoon:hover,
footer #logos .xseed:hover,
footer #logos .marvelous:hover,
footer #logos .firststudio:hover,
footer #logos .playstation:hover,
footer #logos .nintendoswitch:hover,
footer #logos .steam:hover,
footer #logos .esrb:hover {
	background-image: url(../images/logos/typemoon_ov.png);
	background-position: 50% 50%;
	background-size: 100%;
}


footer #logos .xseed:hover { background-image: url(../images/logos/xseed_ov.png); }
footer #logos .marvelous:hover { background-image: url(../images/logos/marvelous_ov.png); }
footer #logos .firststudio:hover { background-image: url(../images/logos/firststudio_ov.png); }
footer #logos .playstation:hover { background-image: url(../images/logos/playstation_ov.png); }
footer #logos .nintendoswitch:hover { background-image: url(../images/logos/nintendoswitch_ov.png); }
footer #logos .steam:hover { background-image: url(../images/logos/steam_ov.png); }
footer #logos .esrb:hover { background-image: url(../images/logos/esrb_ov.png); }

footer #logos .item img {
	width: 100%;
	vertical-align: bottom;
}

footer #logos .playstation,
footer #logos .steam {
	width: 32.5%;
}

footer #logos .esrb {
	width: 50%;
	margin: 8% 25% 0 25%;
}

footer #copyright {
	color: #fff;
	font-size: 0.7em;
	padding: 30px 10%;
}




@media screen and (min-width: 640px) {
	
	footer #logo-container,
	footer #copyright {
		width: 90%;
		margin: 0 5%;
		padding: 0;
	}
	
	footer #logo-container #logos {
		width: 101%;
		margin: 0 0 0 -1%;
		padding: 5% 0 0 0;
	}
	
	footer #logos .item {
		width: 8.75%;
		margin: 0 0 0 1%;
		padding: 0;
		float: left;
		display: inline;
	}
	
	footer #logos .playstation,
	footer #logos .steam {
		width: 14.2%;	
	}
	
	footer #logos .esrb {
		width: 17.5%;
	}
	
	footer #copyright {
		padding: 30px 0;
	}

}




@media screen and (min-width: 801px) {

	header {
		position: absolute;
	}
	
	nav#main-navigation-mob {
		display: none;
	}

}




@media screen and (min-width: 900px) {
	
	footer #logo-container,
	footer #copyright {
		width: 90%;
		margin: 0 5%;
		padding: 0;
	}
	
	footer #copyright {
		padding: 30px 0;
	}

}




@media screen and (min-width: 1200px) {
	
	footer #logo-container,
	footer #copyright {
		width: 84%;
		margin: 0 8%;
		padding: 0;
	}
	
	footer #copyright {
		padding: 30px 0;
	}

}












