@charset "UTF-8";
/**
*   update 2018.07.18 10:00
*/

body{
     background: #fff;
}

/*--------------
    screen
--------------*/
* html #screen {
    height: 100%;
}
#screen {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    width: 100%;
}
body > #screen {
    height: auto;
}

.wrap{
    height: 100%
}

#screen{
    background: #000 url(/assets/images/bg_pattern.png) repeat-x;
}
/*--------------
    container
--------------*/
#container{
    width: 100%;
    margin: 0 ;
    padding: 0 0 60px 0;
}


/*--------------
    header
--------------*/
#header{
    /*
    line-height: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    z-index: 999;
    */
    border-bottom:1px solid rgba( 255,255,255 , 0.2 );
    margin:0 0 30px 0;
}

#headerTop{
    overflow: hidden;
}
#header div.wrapper{
    padding: 30px 0;
}
#ENDLESS{
    display: block;
    width:120px;
}
#ENDLESS img{
    display: block;
    width:100%
}
body.scroll #header{
    background:  rgba( 0, 0, 0, 0.2 );
}
body.scroll #header #ENDLESS{
    /*width:80px;*/
}

/*--------------
    nav
--------------*/

#globalNav {
    position: absolute;
    bottom: -23px;
    width: 100%;
    line-height: 1;
    left: 0;
    font-size: 100%;
}
#globalNav ul{
    display: table;
    padding: 0 0px;
    margin: 0 auto;
    background-color: #f3f3f3;
    border-radius: 50px;
    box-shadow: 1px 1px 5px rgba( 0, 0, 0, 0.2 );
    border: 1px solid #ccc;
}
#globalNav ul li{
    display: table-cell;
    text-align: center;
}
#globalNav ul li.active a{
    color:#ec661a;
}
#globalNav ul li a{
    display: block;
    padding: 14px 28px;
    color: #000;
}
#globalNav ul li a:hover{
    background-color: rgba( 255, 255, 255, 0.8);

}
#globalNav ul li:first-child a{
    padding-left: 35px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
#globalNav ul li:last-child a{
    padding-right: 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
#globalNav:before{
    content: '';
    border-top: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
body.scroll #globalNav:before{
    border-color: #dbc43c;
}
/*--------------
    forSPNav
--------------*/

#forSPNav{
    display: none;
}


/*--------------
    contents
--------------*/
div.contents{
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
}

/*--------------
    section
--------------*/
section {
    margin: 0 auto 0px auto;
}
section.pad{
    padding: 0px 0;
}

div.contents section .pad{
    padding: 40px 0;
}
section.intro{
    border-bottom: 1px solid #ddd;
}
.subSection{
    padding: 3% 0;
}
.subSection:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}
section.searchCat{
    display: none;
    position: relative;
    margin:0 0 50px 0;
}
section.searchCat:before{
    border:15px solid transparent;
    border-top:20px solid #fff;
    position: absolute;
    top:-35px;
    left:50%;
    margin:0 0 0 -20px;
    content: '';
}
section.searchCat:first-child:before{
    content: none;
}
section.searchCat:first-child{
    display: block;
}
/*--------------
    wrapper
--------------*/
.wrapper{
    max-width: 1500px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    position: relative;
    margin: 0 auto ;
    box-sizing: border-box;
}
.narrow{
    max-width: 70%;
    margin: 0 auto;
}
/*--------------
    sideNav
--------------*/
#sideNav{
    width: 22%;
    float: left;
}
#main{
    width: 71%;
    float: right;
}
.has2Block{
    border-top: 2px solid #000;
    padding: 40px 0;
    overflow: hidden;
}

/*--------------
    sideNav
--------------*/
#sideNav div.module{
    border-bottom: 1px solid;
    padding:  0 0 20px 0;
    margin: 0 0 20px 0;
}
#sideNav h1,
#sideNav h2{
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 130%;
}
#sideNav p{
    margin: 0;
}

/*--------------
    pageHeader
--------------*/
header.pageHeader{

}


/*--------------
    footer
--------------*/
#footer{
    color: #666;
    bottom: 0;
    position: absolute;
    width: 100%;
    font-size: 85%;
    overflow: hidden;
}
#footer .wrapper{
    max-width: 980px;
}
#copyright{
    text-align: center;
    padding: 0 0 0;
    color: #666;
}
#footerCopy{
    overflow: hidden;
    padding: 30px 0px 30px 0;
}
#footer span.allrights{
    display: block;
}

/*--------------
    rightSection
--------------*/
div.blockSection{
    overflow: hidden;
    display: table;
    width:100%;
    margin:0 0 30px 0;
}
div.rightSection{
    display: table-cell;
    width:50%;
    padding:0 1%;
}
div.leftSection{
    display: table-cell;
    width:50%;
    padding:0 1%;
}
div.rightSection img,
div.leftSection img{
    display: block;
    max-width:100%;
}
/*--------------
    box
--------------*/
div.contents .box,
.box{
    background: rgba( 255, 255, 255,  0.1 );
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
    border:1px solid rgba( 255, 255, 255, 0.2);
}

/*--------------
    forSP
--------------*/
.forSP{
    display: none;
}

/*--------------
    spNav
--------------*/
#spNav{

}
#spNav span {

}
#spNav {
    display: none;
    margin: 0;
    box-sizing: border-box;
    display: block;
    padding: 10px 15px;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 44px;
    z-index: 1000;
    display: none;
    z-index: 1001;
}
#spNav span {
    background: #444;
    display: block;
    height: 2px;
    margin: 0;
    width: 16px;
    position: absolute;
    transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
#spNav span:first-child{
    top: 50%;
    margin-top: -6px;
}
#spNav span:nth-child(2){
    top: 50%;
}
#spNav span:nth-child(3){
    top: 50%;
    margin-top: 6px;
}
#spNav.active {
}
#spNav.active span{
    background: #999;
}
#spNav.active span:first-child{
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
}
#spNav.active span:nth-child(2){
    opacity: 0;
}
#spNav.active span:nth-child(3){
    margin: 0;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#spNav.active span {
}
/*--------------
    bgShadow
--------------*/

#bgShadow{
    background: rgba( 0, 0, 0, 0.6 );
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200;
}

/*============================================
    media query
============================================*/

@media screen and (max-width: 1560px){
    /*--------------
        headerInfo
    --------------*/
    #header div.wrapper{
        padding: 20px;
    }
    div.contents{
        padding: 0 20px;
    }
}


/*
    TAB
*/
@media screen and (max-width: 768px){


}

/*
    iphone landspcae
*/
@media only screen and (max-width: 736px) {

    /*--------------
        globalNav
    --------------*/
    #globalNav{
        display: block;
    }


    /*--------------
        wrapper
    --------------*/
    div.contents .box, .box{
        padding:2%;
    }
}


/*
    SP
*/

@media screen and (max-width: 479px) {

    #screen{

    }
    /*--------------
        wrapper
    --------------*/
    div.contents .box, .box{
        padding: 5% 3%;
    }

    /*--------------
        for
    --------------*/
    .forPC{
        display: none;
    }
    .forSP{
        display: block;
    }
    /*--------------
        headeInfo
    --------------*/
    #headerInfo{
    }

    /*--------------
        spNav
    --------------*/
    #spNav{
        display: block;
    }
    /*--------------
        forSPNav
    --------------*/
    #forSPNav{
        border-top: 1px solid #ccc;
        background: #f5f5f5;
        overflow: hidden;
        font-size: 106%;
    }
    #forSPNav li{
        float: left;
        width: 50%;
    }
    #forSPNav li a{
         display: block;
         padding: 13px 8px 13px 43px;
         box-sizing: border-box;
         border-right: 1px solid #ccc;
         border-bottom: 1px solid #ccc;
         color: #000;
         background-size: 26px;
         background-repeat: no-repeat;
         background-position: 7px 50%;
    }
    /*--------------
        headerInfo
    --------------*/
    div.rightSection,
    div.leftSection{
        width:auto;
        float: none;
    }
    div.leftSection,
    div.rightSection{
        margin-bottom:30px;
    }

    /*--------------
        siteMenu
    --------------*/
    #siteMenu{
        display: none;
    }
    /*--------------
        globalNav
    --------------*/
    #globalNav{
        display: none;
    }

    /*--------------
        breadNav
    --------------*/
    div.breadNav{
        font-size:70%;
    }


    /*--------------
        wrapper
    --------------*/

    div.contents {
        padding: 0 10px;
    }

    /*--------------
        footer
    --------------*/
    #footerCopy{
        padding: 0px 0 30px 0;
    }
    /*--------------
        blockSection
    --------------*/
    div.blockSection{
        display: block;
        width:auto;
    }
    div.rightSection{
        display: block;
        width:auto;
    }
    div.leftSection{
        display: block;
        width:auto;
    }
}



@media screen and (max-width: 479px) {

}