@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: #fdd000;
    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;
    width: 100%;
    background:#ff9509;
}

.hd-bt-box{
    position:relative;
    width: 90px;
    margin: auto;
}

.hd-bt a img{
    width: 90px;
}

.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:#ff7800;
    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: #c04400;
}

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;
}

#spec #contents{
    background:  url("../images/system-bg.jpg") #fbf7c8;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.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;
}


.cnt02, .cnt03, .cnt04, .cnt05, .cnt06, .cnt07{
	position:absolute;
    opacity: 0;
}

.cnt01{
    position: relative;
	width:100%;
    top: 0px;
	margin: auto;
	z-index:100;
}

.cnt01 img{
	width:100%;
}

#top .cnt02{
	width:100%;
    top: 0px;
	margin: auto;
	z-index:101;
}

#top .cnt02 img{
	width:100%;
}

#top .cnt03{
	width:100%;
    top: 0px;
	margin: auto;
	z-index:102;
}

#top .cnt03 img{
	width:100%;
}

#top .cnt04{
	width:100%;
    top: 0;
	margin: auto;
	z-index:103;
}

#top .cnt04 img{
	width:100%;
}

#top .cnt05{
	width:100%;
    top: 0px;
	margin: auto;
	z-index:104;
}

#top .cnt05 img{
	width:100%;
}

#top .cnt06{
	width:100%;
    top: 0px;
	margin: auto;
	z-index:105;
}

#top .cnt06 img{
	width:100%;
}


#top .cnt07{
	width:100%;
    top: 0px;
	margin: auto;
	z-index:106;
}

#top .cnt07 img{
	width:100%;
}


#features .cnt02, #features .cnt03, #features .cnt03, #features .cnt04, #flow .cnt02{
	width:100%;
    top: 0px;
	margin: auto;
	z-index:101;
}

#features .cnt02 img, #features .cnt03 img, #features .cnt04 img, #features .cnt05 img, #flow .cnt02 img{
	width:100%;
}


/* 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;
    box-sizing: border-box;
    width: 100%;
    padding: 0 7%;
    margin-top: 0px;
    background:#ff9509;
    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: 807px;
    box-sizing: border-box;
    padding: 0px;
    margin: 0 auto 10px;
    clear: both;
}

#footer .ftr-mkr{
    width: 807px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 15px;
}


#footer .ftr-mkr li{
    display: inline-table;
    width: 168px;
    margin-right: 10px;
}

#footer .ftr-mkr li:nth-child(3){
    width: 185px;
}

#footer .ftr-mkr li:last-child{
    width: 256px;
    margin-right: 0;
}

#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: 541px;
    margin: 0 auto 10px auto;
}
    
#footer .ftr-mkr li:nth-child(3){
    margin-right: 0;
}

#footer .ftr-mkr li{
    margin-bottom: 20px;
}

#footer .ftr-mkr li:last-child{
    display: block;
    width: 100%;
    max-width: 256px;
    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{
    margin: auto;
}
     
#footer .ftr-mkr li{
    display:block;
    width: 100%;
    max-width: 168px;
    margin: 0 auto 10px auto;
}
    
#footer .ftr-mkr li:nth-child(3){
    width: 100%;
    max-width: 185px;
    margin: 0 auto 10px auto;
}

#footer .ftr-mkr li:last-child{
    width: 100%;
    max-width: 256px;
    margin: 0 auto 10px 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%;
    text-align: center;
}



