@charset "utf-8";
/*::after{
     content:" ";
     display:block;
     clear:both;
}*/
li{
	list-style:none;
}
ul{
	padding:0;
}
::selection {
	background:#d97575;
}
::-moz-selection {
	background: #d97575;
}

img{
	/*imgの空白をなくす処理*/
	vertical-align: bottom;
}
.wrap-box{
	width:1000px;
	margin:0 auto;
	box-sizing:border-box;
}
.txt-8{
	font-size:0.8em;
}
.txt-strong{
	color:#D10003;
}
body{
	background-image:url(../img/ict_bg.jpg);
	font-family: 'Open Sans', sans-serif;
}


/*-------------------------------------------------------------
			header
-------------------------------------------------------------*/
header{
	width:100%;
	min-width:1000px;
	position:relative;
}
.header-wrap{
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:2;
}

.header-decor{
	width:100%;
	height:15px;
	position:absolute;
	top:0;
	background-image:url(../img/header_decor-bg.png);
	background-repeat:repeat-x;
	
	z-index:3
}

.navigation{
	position:relative;
	z-index:2;
	height:115px;
	background-color:#FFF;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	
	background-image:url(../img/header-txt.png),url(../img/header-bg.jpg);
	background-repeat:no-repeat, repeat;
	background-position: center 27px;
	
	box-shadow: 0px 2px 5px 1px rgba(120, 120, 120, 0.4);
}

/*==sub-nav==*/
.sub-nav{
	padding-top:19px;
	padding-right:26px;
}
.sub-nav ul{
	text-align:right;
}
.sub-nav li{
	display:inline-block;
	margin-left:20px;
	font-size:0.75rem;
	font-weight:bold;
	letter-spacing:.02em;
}
.sub-nav li a{
	text-decoration:none;
	color:inherit;
	transition:0.2s;
}
.sub-nav li a:hover{color:red;}

/*==main-nav==*/
.global-nav{
	height:78px;
	background:url(../img/nav_line%401x.png) no-repeat;
	background-position:159px 23px;
	/*border:1px solid #9B9B9B;*/
	box-sizing:border-box;
	font-size:0;
}
.global-nav li{
	position:relative;
	display:inline-block;
	width:120px;
	height:76px;
	text-align:center;
	box-sizing:border-box;
}
.global-nav li a{
	display:block;
	position:absolute;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	top:0px;
	width:120px;
	height:76px;
	background-repeat:no-repeat;
}
.global-nav li a:active{
	top:3px;
}
#home{
	width:160px;
}
#home a{
	width:160px;
	background-image:url(../img/gloabal-nav%402x.png);
	background-size:1000px;
	background-position:0px 0px;
}
#home a:hover{
	opacity:0.8;
}
#home a:active{
	top:2px;
}
.story a{
	background-image:url(../img/gloabal-nav%402x.png);
	background-size:1000px;
	background-position:-160px 0px;
}
.story a:hover{
	background-position:-160px -80px;
}
.point a{
	background-image:url(../img/gloabal-nav%402x.png);
	background-size:1000px;
	background-position:-278px 0px;
}
.point a:hover{
	background-position:-278px -80px;
}
.world a{
	background-image:url(../img/gloabal-nav%402x.png);
	background-size:1000px;
	background-position:-398px 0px;
}
.world a:hover{
	background-position:-398px -80px;
}
.charcter a{
	background-image:url(../img/gloabal-nav%402x.png);
	background-size:1000px;
	background-position:-520px 0px;
}
.charcter a:hover{
	background-position:-520px -80px;
}
.gallery a{
	background-image:url(../img/gloabal-nav%402x.png);
	background-size:1000px;
	background-position:-640px 0px;
}
.gallery a:hover{
	background-position:-640px -80px;
}
.download a{
	background-image:url(../img/gloabal-nav%402x.png);
	background-size:1000px;
	background-position:-760px 0px;
}
.download a:hover{
	background-position:-760px -80px;
}
.spec a{
	background-image:url(../img/gloabal-nav%402x.png);
	background-size:1000px;
	background-position:-880px 0px;
}
.spec a:hover{
	background-position:-880px -80px;
}

.nav-option{
	position:absolute;
	display:block;
	width:120px;
	height:24px;
	background-image:url(../img/gloabal-nav-op%402x.png);
	background-size:1000px;
}
.option-coming{
	top:40px;
	left:400px;
	background-position:-160px 0px;
}
.option-new{
	top:40px;
	left:640px;
	background-position:-280px 0px;
}
.option-newW{
	top:40px;
	left:398px;
	background-position:-280px 0px;
}
.option-newD{
	top:40px;
	left:757px;
	background-position:-280px 0px;
}
.option-newC{
	top:40px;
	left:518px;
	background-position:-280px 0px;
}
.option-what{
	top:40px;
	left:282px;
	background-position:-520px 0px;
}
.option-trial{
	top:40px;
	left:765px;
	background-position:-408px 0px;
}
/*==page-title==*/

.header-ttl{
	margin-top:43px;
	text-align:center;
}
/*-------------------------------------------------------------
			footer
-------------------------------------------------------------*/

footer{
	width:100%;
	min-width:1000px;
	height:auto;
	position:relative;
	padding-bottom:25px;
	background-image:url(../img/footer_bg.jpg);
	background-color:#580000;
	color:#e88282;
	z-index:2;
}
.footer-decor{
	position:relative;
	top:-17px;
	width:100%;
	height:18px;
	background-image:url(../img/footer_decor.png);
	background-repeat:repeat-x;
}
.footer-wrap{
	position:relative;
}
/*==Footer-info==*/
.footer-info{
	margin-top:1rem;
	font-size:1.125rem;
	color:#e88282;
}
.footer-info::after{
     content:" ";
     display:block;
     clear:both;
}
.footer-info-ttl{
	float:left;
	width:100%;
	text-align:center;
	padding-right:1rem;
	box-sizing:border-box;
}
.footer-info-txt{
	 font-weight:bold;
	 letter-spacing:.05em;
	 color:#e57373;
 }
/*
.footer-info-release p{
	float:left;
	width:50%;
	text-align:left;
	padding-left:1rem;
	box-sizing:border-box;
}*/
/*==Sitemap==*/
.Sitemap{
	display:flex;
	justify-content:space-around;
	font-size:0.75rem;
	margin:1.5rem 0px 50px;
	padding:1rem 10px;
	border-top:dashed 1px #e57373;
	border-bottom:dashed 1px #e57373;
}
.Sitemap li{
	margin-bottom:0.35em;
	letter-spacing:.075em;
	color:#ba4646;
}
.Sitemap li a{
	color:#e88282;
	text-decoration:none;
	transition:0.2s;
	
}
.Sitemap li a:hover{
	color:#FFF;
}
/*==logo==*/
.footer-logo{
	text-align:center;
	margin-bottom:25px;
}
.footer-logo a{
	transition:0.2s;
}
.footer-logo a:hover{
	opacity:0.75;
}
.copyright{
	text-align:center;
	color:#e88282;
}
.copyright small{
	font-size:0.6875rem;
	letter-spacing:.02em;
}

/*-------------------------------------------------------------
			etc.
-------------------------------------------------------------*/

/*==toppage==*/
#toppage{
	position:fixed;
	bottom:85px;
	right:-150px;/*anime*/
	z-index:3;
}
#toppage a{
	display:block;
	transition:0.2s;
	opacity:0.8;
}
#toppage a:hover{
	opacity:1;
}
