@charset "utf-8";

body{
    background: #000000;
}

/* All
--------------------------------------------------------------------------*/

#wrap{
	width:100%;
	position:relative;
	z-index: 2;
}

/* Loading
--------------------------------------------------------------------------*/

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #f7f7f7;
    z-index:1001;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    color: #fff;
    z-index:1002;
}

.loader-img{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 280px;
    height: 290px;
}

/* Header
--------------------------------------------------------------------------*/

div.hd-wrap{
    position:relative;
    width: 100%;
    z-index: 400;
}

.hd-wrap h1{
    position: relative;
    width: 100%;
    margin: auto;
}

.hd-wrap h1 img{
    width: 100%;
}

.hd-bt{
    position:relative;
    box-sizing: border-box;
    width: 100%;
    border-top: solid 1px #333;
    background:#000;
}

.hd-bt-box{
    position:relative;
    width: 150px;
    margin: auto;
}

.hd-bt a img{
    width: 150px;
}

.hd-menu-box{
    display: none;
    box-sizing: border-box;
    position:fixed;
    bottom: 0;
    width: 100%;
    background: #000000;
    text-align: center;
    z-index:500;
}

.modaal-content-container{
    box-sizing:border-box;
	display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
    height: 94vh;
    padding: 0 !important;
}

.modaal-content-container ul{
    position: relative;
    box-sizing:border-box;
    width: 80%;
    margin: auto 10%;
}

.modaal-content-container li a{
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 20px;
    background:#b80000;
    color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
}
.modaal-content-container li a:before {
	content:url("../images/menu_icon.png");
    position: absolute;
	width: 35px;
	height: 35px;
	display: inline-block;
	left: 10px;
	top: 8px;
}

.modaal-content-container li.coming a{
    background: #585858;
    color: #ABABAB;
}
.modaal-content-container li.coming a:before {
	content:none;
}

.modaal-content-container li.in a{
	background: #720d11;
}

li.next-trn a, li.next-trn a:hover {
    background: #333 !important;
    color: #B3B3B3 !important;
}


/* Contents
--------------------------------------------------------------------------*/

#contents{
	width:100%;
	position:relative;
	top:0;
	margin: auto;
    overflow: hidden;
	z-index:100;
}

#contents-ct1{
	width:100%;
	position:relative;
	margin:auto;
	z-index:100;
    overflow: hidden;
}

#top .cnt-wrap{
	position:relative;
	width:100%;
	margin: auto;
}

.cnt-box{
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    padding: 40px 7% 0 7%;
    position: relative;
}

.cnt01, .cnt02, .cnt03, .cnt04, .cnt05, .cnt06, .cnt07{
	position:absolute;
	width:100%;
    top:0;
    left:0;
    margin: auto;
    opacity: 0;
}

.cnt00 img, .cnt01 img, .cnt02 img, .cnt03 img, .cnt04 img, .cnt05 img, .cnt06 img, .cnt07 img{
	width:100%;
}


#top .cnt06{
    width: 42%;
    top: auto;
    bottom: 0;
    left: 0;
}

#gameflow .cnt02{
    position: relative;
}

#top .cnt01{ z-index:178; }
#top .cnt02{ z-index:180; }
#top .cnt03{ z-index:181; }
#top .cnt04{ z-index:182; }
#top .cnt05{ z-index:183; }
#top .cnt06{ z-index:184; }
#top .cnt07{ z-index:179; }

/* cmn
--------------------------------------------------------------------------*/

.cnt-box h3{
    position: relative;
    text-align: center;
    margin:auto auto 25px auto;
    width: 100%;
    max-width: 300px;
}

.cnt-box p{
    line-height: 140%;
}

@media screen and (max-width:440px) {
.cnt-box h3{
    margin:auto auto 15px auto;
    max-width: 200px;
}
}
/* menu
--------------------------------------------------------------------------*/

.g-menu{
    position: relative;
    margin-top: 0px;
    background:#130a0c;
    text-align: center;
    z-index: 210;
}

.g-menu ul{
    box-sizing: border-box;
    padding: 20px 0 10px 0;
    width: 100%;
    margin: auto;
}

.g-menu li{
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.g-menu li img{
    width: 100%;
}


/* Footer
--------------------------------------------------------------------------*/

#footer{
    position: relative;
    box-sizing: border-box;
	width:100%;
	padding:30px 20px;
    background-color: #000000;
    color: #FFFFFF;
	z-index:200;
}

#footer .ftr-wng{
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0 auto 10px;
    font-size: 75%;
    color: #999999;
    border: solid 1px #333333;
}

#footer .ftr-bnr{
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

#footer .ftr-bnr li{
    display: inline-table;
    width: 150px;
    margin-right: 10px;
}

#footer .ftr-bnr li:last-child{
    margin-right: 0px;
}


#footer .ftr-copy-box{
    width: 100%;
    max-width: 580px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0 auto 10px;
    clear: both;
}

#footer .ftr-mkr{
    width: 580px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
}

#footer .ftr-mkr li{
    display: inline-table;
    width: 185px;
    margin-right: 10px;
}

#footer .ftr-mkr li:last-child{
    width: 384px;
    margin-right: 0px;
}

#footer .ftr-sns{
    display: block;
    box-sizing: border-box;
    width: 143px;
    margin: 20px auto 0 auto;
    margin: auto;
    text-align: center;
}

#footer .ftr-sns li{
    display: inline-table;
    width: 32px;
    margin-right: 5px;
}

#footer .ftr-sns li:last-child{
    margin-right: 0;
}

@media screen and (max-width:1150px) {

#footer .ftr-mkr{
    float: none;
    margin: 0 auto 15px auto;
}

}


@media screen and (max-width:1000px) {
	
#footer .ftr-bnr li{
    margin-bottom: 10px;
}

}

@media screen and (max-width:930px) {

#footer .ftr-copy-box{
    max-width: none;
    padding: 0px;
}

#footer .ftr-mkr{
    width: 384px;
    margin: 0 auto 10px auto;
}

#footer .ftr-mkr li{
    display: block;
    width: 185px;
    padding-right: 30px;
    margin: 0 auto 10px auto;
}

#footer .ftr-mkr li:last-child{
    display: block;
    width: 100%;
    max-width: 384px;
    margin: 0 auto 10px auto;
}

}

@media screen and (max-width:640px) {

#footer .ftr-mkr{
    width: 90%;
    margin: 0 auto 10px auto;
}
  
#footer .ftr-mkr li:last-child{
    width: 100%;
    padding-right: 0px;
    margin: auto;
    }  
}

@media screen and (max-width:440px) {

#footer .ftr-bnr ul{
    width: 150px;
    margin: auto;
    }
    
#footer .ftr-bnr li{
    display:block;
    margin-right: 0px;
}

}

/* tab
--------------------------------------------------------------------------*/

.bg319{
    background: url("../images/gf-319-bg.jpg") top center no-repeat #f9fafa;
    background-size:100%;
}

.bg199{
    background: url("../images/gf-199-bg.jpg") top center no-repeat #eff7f8;
    background-size:100%;
}

.tabs {
    position: relative;
    width: 100%;
    z-index: 600;
}

.tab_item {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    float: left;
    opacity: 0.7;
    transition: all 0.6s ease;
    cursor: pointer;
}
.tab_item:hover {
    opacity: 1;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 0.8s ease;
}

#menu1 #menu1_content{
    opacity: 1;
    transition: all 0.8s ease;
}

#menu2 #menu2_content{
    opacity: 1;
    transition: all 0.8s ease;
}

#menu1:checked ~ #menu1_content{
    opacity: 1;
}
#menu1:checked ~ #menu2_content{
    display: none;
    opacity: 0;
}
#menu2:checked ~ #menu1_content{
    display: none;
    opacity: 0;
}

#menu2:checked ~ #menu2_content{
    opacity: 1;
}

.tabs input:checked + .tab_item {
    opacity: 1;
}


/* Other
--------------------------------------------------------------------------*/

#pagetop{
    position: relative;
    width: 100%;
    text-align: center;
}



