@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: #02d2ff;
    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: 184px;
}

/* 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%;
    background:#1859dc;
}

.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:#0063ea;
    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: #e800af;
}

li.next-trn a, li.next-trn a:hover {
    background: #333 !important;
    color: #B3B3B3 !important;
}

.modaal-content-container li.in a:before {
	content:url("../images/menu_icon-in.png");
    position: absolute;
	width: 35px;
	height: 35px;
	display: inline-block;
	left: 0px;
	top: 3px;
}

/* Contents
--------------------------------------------------------------------------*/

#contents{
	width:100%;
	position:relative;
	top:0;
	margin: auto;
    overflow: hidden;
    opacity: 0;
	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;
}

#direction #contents{
    background:  url("../images/direction-bg.jpg") #006cd1;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.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: 0px;
	margin: auto;
    opacity: 0;
}

.cnt01 img, .cnt02 img, .cnt03 img, .cnt04 img, .cnt05 img, .cnt06 img, .cnt07 img{
	width:100%;
}

#top .cnt00{
    position: relative;
	width:100%;
    top: 0px;
	margin: auto;
	z-index:100;
}

.cnt01{ z-index:178; }
.cnt02{ z-index:179; }
.cnt03{ z-index:180; }
.cnt04{ z-index:181; }
.cnt05{ z-index:182; }
.cnt06{ z-index:183; }
.cnt07{ z-index:184; }

#feature .cnt03{
    top:auto;
    bottom: 0;
    opacity: 1;
}

#flow .cnt02{
    top:auto;
    bottom: 0;
}

#direction .cnt00{
    position: relative;
	width:100%;
    top: 0px;
	margin: auto;
	z-index:100;
}

#direction .cnt01{
    position: relative;
	width:100%;
    top: 0px;
	margin: auto;
	z-index:101;
}

#spec .cnt02{
    top:auto;
    bottom: 0;
}

/* 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:#141414;
    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: 800px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0 auto 10px;
    clear: both;
}

#footer .ftr-mkr{
    width: 791px;
    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:first-child{
    width: 203px;
}

#footer .ftr-mkr li:last-child{
    width: 304px;
    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: 437px;
    margin: 0 auto 10px auto;
}

#footer .ftr-mkr li{
    margin-right: 0px;
}

#footer .ftr-mkr li:first-child{
    margin-right: 10px;
    margin-left: 20px;
}

#footer .ftr-mkr li:last-child{
    display: block;
    width: 100%;
    max-width: 304px;
    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{
    display: block;
    width: 185px;
    padding-right: 30px;
    margin: 0 auto 10px auto;
}

#footer .ftr-mkr li:first-child{
    width: 203px;
    padding-right: 0px;
    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;
}

}

/* Other
--------------------------------------------------------------------------*/

#pagetop{
    position: relative;
    width: 100%;
    background: #212121;
    text-align: center;
    opacity: 1;
}



