/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
/* end reset css */

body{
    background: #000;
    color:#000;
}
body, table, input, textarea, select, option {
    font-family:'Helvetica', Arial, sans-serif,'MS PGothic';
    font-size: 1em;
}
:focus {
	outline: 0;
}
a {
    color:#000;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
header {
    background: url("../images/top_bg.png") repeat-x;
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 999;
}
section.main-content{
    position: relative;
    padding-top: 60px;
}
.header-left {
    position: absolute;
    z-index: 2;
    height: 70px;
    left: 0;
    background: url("../images/left_bg_top.png") no-repeat;
    width: 132px;
    bottom:0;
}
.header-right {
    position: absolute;
    z-index: 2;
    height: 52px;
    right: 0;
    background: url("../images/right_bg_top.png") no-repeat;
    top:0;
    width: 103px;
}
.header {
    width: 1024px;
    margin: 0 auto;
}
.clearFix {
    clear: both;
}
ul.top-menu {
    float: left;
}
ul.top-menu li {
    float: left;
    padding: 20px 10px;
    font-size: 18px;
}
ul.top-menu li a {
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
ul.top-menu li a:hover{
    color:#ad0707;
}
ul.top-menu li a:hover span{
    color:#000;
}
ul.top-menu li a span{
    padding: 0 15px 0 15px;
}
.logo {
    float: right;
    padding-left: 20px;
}
.logo .logo-wrp > div{
    float: left;
    padding: 16px 20px;
}
.logo .logo-wrp > div.logo-gnt {
    padding-top: 20px;
}
/*****popup****/
.mask {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15); z-index: 99;
	display: none; height: 100%; left: 0; opacity: 0.7; position: absolute; top: 0; width: 100%;pointer-events: none;
}
body.modal-open {
	overflow: hidden;
}
.pos-popup-div{position: fixed;  width: 100%;z-index: 500;
	margin: 0 auto; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
	left:0; display: none; height: 100%; top: 0%;
	bottom: 0;
}
.close-popup{position: absolute;    top: 0%;
	right:  -10%; z-index: 900; width:44px; height: 46px;display: inline-block;
}

.box_video{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
	bottom: 0;  height: 70%;
	height: 360px;
	width: 100%; max-width: 640px;
	text-align: center;
}
.box_video .bg_video {
	width: 100%; max-width: 640px;
	height: 87.5% !important;max-height: 480px;
	display: inline-block; 	-webkit-overflow-scrolling: touch;
}
.video-div {
    float: left;
    cursor: pointer;
}

.container {
    width: 100%;
}
.page-01-container {
    background: url(../images/bg01.jpg) center top no-repeat;
}
.page-content {
    width: 1024px;
    margin: 0 auto;
}
.page-content-left, .page-content-right {
    width: 50%;
    float: left;
}
.logo-game {
    padding-top:20px; 
}
.logo-game img {
    width: 100%;
}
.video-game {
    padding-top: 60px;
}
.hand-gif {
    margin:-4% 0 0 57%;
    opacity: 1;
    width: 11.5%;
}
.top10-xs .hand-gif {
    margin: -9% 0 0 20%;
    width: 18.5%;
}
.top10-xs .hand-gif img, .top10 .hand-gif img {
    width: 100%;
}
.cursor{
    animation: cursor  infinite linear alternate;
    -webkit-animation: cursor  infinite linear alternate;
    -o-animation: cursor  infinite linear alternate;
    -ms-animation: cursor  infinite linear alternate;
    animation-duration: 2s; -webkit-animation-duration: 2s; -o-animation-duration: 2s; -ms-animation-duration: 2s;
    animation-delay: 2s;  -webkit-animation-delay: 2s; -o-animation-delay: 2s; -ms-animation-delay: 2s; }
@keyframes  cursor{
    0%{opacity: 1;}
    25%{opacity: 1;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 0;}
}
@-webkit-keyframes  cursor{
    0%{opacity: 1;}
    25%{opacity: 1;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 0;}
}
@-o-keyframes  cursor{
    0%{opacity: 1;}
    25%{opacity: 1;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 0;}
}
@-ms-keyframes  cursor{
    0%{opacity: 1;}
    25%{opacity: 1;}
    50%{opacity: 0;}
    75%{opacity: 1;}
    100%{opacity: 0;}
}
.video-game-title {
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    font-size: 26px;
    padding-left: 24px;
    padding-bottom: 4px;
}
.top10 {
    padding-top: 30px;
    text-align: right;
}
.main-char img {
    width: 450px;
}
.page-01-footer {
    background: url(../images/border_page.png) center top repeat-x;
    padding: 47px 0;
    margin-top: -90px;
    z-index: 3;
    position: absolute;
}
.page-01-footer ul li {
    float: left;
    padding:8px;
}
.page-content .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}
.page-02-container {
    background: url(../images/bg02.jpg) center top no-repeat;
    margin-top:5%;
    padding-top: 30px;
}
.page-ct-row {
    float: left;
    padding-bottom: 25px;
    width: 100%;
}
.header-content {
    float: left;
    width: 100%;
    font-size: 35px; color:#fff;
    text-shadow: 1px 1px 0 #775c17, -1px -1px 0 #775c17, 1px -1px 0 #775c17, -1px 1px 0 #775c17, 2px 2px 0 #775c17 ;
    padding-bottom:15px;
}
.header-content img{
    float:left;
    margin-right: 10px;
    margin-top:-5px;
}
.header-content span {
    float: left;
}
.page-content-slider {
    padding: 58px 100px;
}
.page-content-slider .bx-wrapper, .page-content-slider2 .bx-wrapper, .page-content-slider3 .bx-wrapper{
    margin-bottom: 0;
}
.page-content-slider .bx-wrapper li{
    text-align: center;
}
.page-content-slider .bx-wrapper li img{
    display: inline-block;
}
.slider-prev, .slider-next {
    position: relative;
    z-index: 10;
}
.slider-prev a, .slider-next a {
    text-indent: -9000px;
    width: 55px;
    display: block;
    height: 39px;
}
.slider-prev a {
    background: url(../images/arrow_left.png) center top no-repeat;
}
.slider-next a {
    background: url(../images/arrow_right.png) center top no-repeat;
}
.page-content-slider .slider-prev{
    left: -60px;
    margin-top: -230px;
    float: left;
}
.page-content-slider .slider-next {
    right: -60px;
    margin-top: -230px;
    float: right;
}
.page-02-footer {
    background: url(../images/border_page_large.png) center top repeat-x;
    padding: 28px 0;
    margin-top: -40px;
    z-index: 3;
    position: relative;
    float: left;
}
.slide-header {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 2px rgba(0,0,0,0.8);
    padding-bottom: 5px;
    padding-left: 45px;
}
.page-content-slider2 {
    padding: 0 100px;
}
.page-content-slider2 .slider-prev{
    left: -60px;
    margin-top: -105px;
    float: left;
}
.page-content-slider2 .slider-next {
    right: -60px;
    margin-top: -105px;
    float: right;
}
.page-03-container {
    background: url(../images/bg03.jpg) center top no-repeat;
    margin-top:-20px;
    padding-top: 30px;
}
.menu-actived {
    display: none;
}
.char-menu-list ul li {
    float: left;
    padding-left: 5px;
}
.button-char {
    cursor: pointer;
    display: block;
    width: 67px;
    text-align: center;
}
.char-menu-list {
    float: right;
}
.header-content-page-03{
    width: 40%;
}
.char-item {
    display: none;
    position: relative;
    z-index: 2;
}
/*.char-item img {
    width: 100%;
}*/
.twt-follow {
    padding-top:10px; 
}
.char-text {
    padding: 3% 0 0 8%;
    width: 32%;
    float: left;
}
.char-text img{
    float: left;
}
.char-text .char-stt{
    float: left;
    padding-top: 9%;
    padding-bottom: 7%;
}
#data-koyuki .char-text .char-stt{
    padding-top: 7%;
    padding-bottom: 10%;
}
#data-ryugen .char-text .char-stt {
    padding-top: 0;
    margin-top: -20px;
    margin-left: -20px;
    padding-bottom: 7%;
}
#data-osaki .char-text .char-stt {
    padding-top: 0;
    padding-bottom: 7%;
    margin-top: -6%;
}
#data-ameri .char-text .char-stt {
    padding-top: 8%;
    padding-bottom: 7%;
}
.char-item-actived {
    display: block;
}
.page-content-char {
    float: left;
    width: 100%;
    margin:30px 0;
    position: relative;
}
.page-content-char-bg {
    position: absolute;
    z-index: 1;
}
.page-content-char-bg img{
    width: 100%;
}
.char-img {
    float: left;
    padding: 3.3% 0 0 0;
    width: 45.6%;
}
#data-koyuki .char-img {
    padding: 5.1% 0 0 0;
}
#data-ryugen .char-img {
    padding: 1% 0 0 0;
    margin-left: -10%;
}
#data-osaki .char-img {
    margin-left: -10%;
}
#data-ameri .char-img {
    padding: 1.3% 0 0 0;
    margin-left: -6%;
}
.char-void {
    position: absolute;
    right: 10%;
    margin-top: 2%;
    background: url(../images/void_bg_okou.png) center top no-repeat;
    background-size: 98%;
    width: 11.6%;
    padding-bottom: 3%;
}
.char-void > img{
    padding: 29% 17% 17% 17%;
}
.void_btn {
    position: relative;
    top: -56px;
    left: -26px;
    cursor: pointer;
    float: right;
}
.page-03-footer {
    margin-top: 0;
}
.page-content-slider3 {
    padding: 0 100px;
}
.char-des {
    padding: 10px 0 10px 100px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.page-04-container {
    background: url(../images/bg04.jpg) center -342px no-repeat;
    margin-top:-30px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.twt-box {
    padding: 10%;
    width: 80%;
}
.about-game-box {
    width: 100%;
    position: relative;
    margin-top: 46px;
}
.bg-game-box {
    position: absolute;
    width: 100%;
}
.about-game-box ul {
    position: relative;
    z-index: 2;
    padding: 38% 10% 0 10%;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
}
.bg-game-top-ct {
    padding-left: 74px;
}
.about-game-box ul li {
    line-height: 26px;
    min-height: 37px;
}
.about-game-box ul li span {
    color: #fff;
    background: #bf9000;
    width: 85px;
    display: block;
    height: 26px;
    float: left;
    text-align: center;
    margin-right: 5px;
}
.top-footer {
    background: url(../images/bg_line_bottom.png) center top repeat-x;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    color: #fff;
    font-size: 22px;
    padding: 22px 0;
}
ul.footer-menu {
    width: 100%;
    margin: 0 auto;
    float: inherit;
}
ul.footer-menu li{
    padding: 20px 2%;
    text-align: center;
    width: 96%;
}
ul.footer-menu li a{
    color: #0499ce;
    text-shadow: none;
}
ul.footer-menu li a span{
    color:#fff;
}
ul.footer-menu li a:hover span, ul.footer-menu li a:hover {
    color: #fff;
}
.des-footer {
    color: #fff;
    float: left;
    padding: 0 20% 20px 20%;
    font-size: 18px;
    line-height: 28px;
}

.actived .menu-actived {
    display: block;
    
}
.actived .inactive{
    display: none;
}
.top10-xs {
    display: none;
    margin:10px 15px;
}
.top10-xs img{
    width: 130px;
}
.bg-game-box-xs {
    display: none;
}
.page-01-container .page-content-right {
    overflow: hidden;
}
#nav .current a {
    color:#ad0707;
}
#nav .current a span {
    color:#000;
}
a.nav-active {
    color:#ad0707;
}
.social-link a {
    padding-right: 10px;
}
.void_btn {
    display: none;
}
#data-koyuki .char-void img{
    width: 70px;
}
#data-osaki .char-text .char-stt {
    margin-left: -9%;
}
.page-content-slider3 .slider-next, .page-content-slider3 .slider-prev {
    margin-top: -14%;
}
.page-content-slider3 .slider-prev {
    left: -10%;
    margin-top: -20%;
    float: left;
}
.page-content-slider3 .slider-next {
    right: -10%;
    margin-top: -20%;
    float: right;
}
.page-content-left .twt-box iframe.twitter-timeline {
    width: 100%;
    display: block;
}
.hide-el{
    display: none;
}