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

html {
	scroll-behavior: smooth;
}

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 {
	font-family: 'Ubuntu', arial;
}

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;
}




div,
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: 'Ubuntu', arial;
	font-weight: 300;
	margin: 0;
	padding: 0;
	background: #fff;
}

.nomob {
	display: none;
}




#topwhitebar {
	display: none;
}




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

.totop img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	vertical-align: bottom;
}

.totop:hover {
	opacity: 1;
}




#headerlogo {
	width: 140px;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 9990;
	top: 0;
	left: 1%;
}

#headerlogo h1 {
	margin: 0;
	padding: 0;
}

#headerlogo img {
	width: 100%;
}




/* MOB NAV */
@keyframes shadow-pulse {
	0% { box-shadow: 0 0 2px 0px rgba(255,255,255, 0.3); }
	100% { box-shadow: 0 0 2px 50px rgba(255,255,255, 0); }
}

#mobnavbtn {
	width: 50px;
	height: 50px;
	margin: 0;
	
	/*animation: shadow-pulse 2s 2;*/
	position: fixed;
	z-index: 9960;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	cursor: pointer;
}

#mobnavbtn img {
	width: 100%;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 9970;
	top: 0;
	left: 0;
	background-color: rgb(34, 34, 34);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 70px;
	width: 100%;
	text-align: center;
	font-family: 'Lora', serif;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	text-align:left;
}

.overlay a {
	display: block;
	transition: 0.3s;
	color: #fff;
}

.overlay a:hover, .overlay a:focus {
	color: #69b4d5;
}

.overlay .closebtn {
	width: 50px;
	height: 50px;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
}

.overlay .closebtn img {
	width: 100%;
	border-radius: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.overlay ul {
	width: 100%;
	margin: 0;
	list-style: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.overlay ul li {
	height: 60px;
	line-height: 64px;
	padding: 0;
	padding-left: calc(5% + 55px);
	border-bottom: 1px solid #666;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 5% 50%;
	background-size: auto 70%;
}

.overlay ul li:last-child {
	border: 0;
}

.overlay ul li.mobnav-about { background-image: url(../images/common/mobnavicon-about.png); }
.overlay ul li.mobnav-about-on { background-image: url(../images/common/mobnavicon-about-on.png); }

.overlay ul li.mobnav-chara { background-image: url(../images/common/mobnavicon-chara3.png); }
.overlay ul li.mobnav-chara-on { background-image: url(../images/common/mobnavicon-chara3-on.png); }

.overlay ul li.mobnav-system { background-image: url(../images/common/mobnavicon-system.png); }
.overlay ul li.mobnav-system-on { background-image: url(../images/common/mobnavicon-system-on.png); }

.overlay ul li.mobnav-multimedia { background-image: url(../images/common/mobnavicon-videos.png); }
.overlay ul li.mobnav-multimedia-on { background-image: url(../images/common/mobnavicon-videos-on.png); }

.overlay ul li.mobnav-products { background-image: url(../images/common/mobnavicon-products.png); }
.overlay ul li.mobnav-products-on { background-image: url(../images/common/mobnavicon-products-on.png); }

.overlay ul li.mobnav-news { background-image: url(../images/common/mobnavicon-news.png); }
.overlay ul li.mobnav-news-on { background-image: url(../images/common/mobnavicon-news-on.png); }

.overlay ul li.mobnav-about-on,
.overlay ul li.mobnav-chara-on,
.overlay ul li.mobnav-system-on,
.overlay ul li.mobnav-multimedia-on,
.overlay ul li.mobnav-products-on {
	text-shadow: 
		#69b4d5 1px 1px 4px, #69b4d5 -1px 1px 4px,
		#69b4d5 1px -1px 4px, #69b4d5 -1px -1px 4px;
}

.overlay ul li.mobnav-about-on a:hover,
.overlay ul li.mobnav-chara-on a:hover,
.overlay ul li.mobnav-system-on a:hover,
.overlay ul li.mobnav-multimedia-on a:hover,
.overlay ul li.mobnav-products-on {
	color: #fff;
}




#mainnavigation {
	display: none;
}





footer {
	width: 100%;
	margin: 0;
	padding: 0 0 10% 0;
	background: #fff;
}




#indevelop {
	background: #eee;
	text-align: center;
	padding: 20px 10px;
	color: #333;
	font-weight: bold;
}




footer #footermenu {
	width: 100%;
	padding: 1%;
	background: #fff;
	font-family: 'Lora', serif;
	text-transform: uppercase;
	text-align: center;
}

footer #footermenu ul {
	width: 90%;
	margin: 0 5%;
	background: #eee;
}

footer #footermenu li {
	text-align: center;
}

footer #footermenu li:last-child {
	border: 0;
}

footer #footermenu li a {
	color: #333;
}

footer #footermenu li a:hover {
	color: #69b4d4;
}

footer #support {
	margin: 0 auto;
	text-align: center;
	color: #333;
	padding-top: 10%;
}

footer #support a {
	background: #ccc;
	background: linear-gradient(#ccc, #fff);
	border: 1px solid #ccc;
	padding: 10px 20px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #666;
	font-family: 'Lora', serif;
	letter-spacing: 0.05em;
}

footer #support a:hover {
	background: #336699;
	background: linear-gradient(#336699, #69b4d4);
	color: #fff;
}




footer ul#footer-logos,
footer #copyright {
	width: 94%;
	margin: 0 3%;
	text-align: center;
}

footer ul#footer-logos {
	list-style: none;
	margin-top: 10%;
}

footer ul#footer-logos li {
	width: 14.6%;
	margin: 0 1%;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
}

footer ul#footer-logos li.arc {
	width: 14%;
}

footer ul#footer-logos li.esrb {
	width: 200px;
	margin: 10px 0 0 0;
}

footer ul#footer-logos li img {
	width: 100%;
}

footer #esrb img {
	width: 100%;
}

footer #copyright {
	font-size: 0.7em;
	color: #777;
	margin-top: 10%;
}

footer #copyright .copy1 {
	color: #000;
	font-weight: bold;
}




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

	footer #copyright {
		margin-top: 5%;
	}

}




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

	footer {
		position: relative;
		z-index: 8888;
		padding-bottom: 5%;
	}
	
	footer #support {
		padding-top: 5%;
	}
	
	footer ul#footer-logos {
		width: 86%;
		margin: 5% 7% 0 7%;
	}
	
	footer ul#footer-logos li.esrb {
		max-width: 300px;
	}

}




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

	.nomob {
		display: inline;
	}
	
	footer ul#footer-logos {
		width: 94%;
		margin: 5% 3% 0 3%;
	}

}




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

	#mobnavbtn {
		display: none;
	}
	
	.charanavoverlay {
		z-index: 9998;
	}
	
	footer ul#footer-logos li {
		width: 12.28%;
		margin: 0 1%;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}
	
	footer ul#footer-logos li.arc {
		width: 9.28%;
	}
	
	footer ul#footer-logos li.esrb {
		width: 15.28%;
		margin: 0;
	}

}




@media screen and (min-width:900px) {
	
	footer #support {
		padding-top: 50px;
	}
	
	footer ul#footer-logos {
		width: 90%;
		max-width: 1000px;
		margin: 50px auto 0 auto;
	}
	
	
	
	
	
	footer {
		padding-bottom: 50px;
	}
	
	footer #copyright {
		margin-top: 20px;
	}

}




@media screen and (max-height: 450px) {

	.msgoverlay { overflow-y: auto; }
	.msgoverlay a { font-size: 20px }
	.msgoverlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}

}




.msgoverlay {
	width: 100%;
	height: 50%;
 	position: fixed;
	z-index: 9997;
	display: none;
	bottom: 0;
}

.btn_area {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(105,180,212,.9);
	z-index: 9998;
	color: #fff;
	padding: 15px 40px;
	text-align: justify;
}

.btn_area a {
	text-decoration: underline;
}

.btn_area button {
	color: #69b4d4;
	display: block;
	margin: 0 auto;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 3px;
	padding: 5px 10px;
	border: 0;
	z-index: 9999;
	background: #fff;
}





