@charset "UTF-8";

/****reset****/
/* Boxsizing */
* {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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;
    outline: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    line-height: 1;
    /*background: transparent;*/
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
ol, ul{
    list-style: none;
}
fieldset, button{
    border: 0;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
img {
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
input, select {
    vertical-align: middle;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

    /****clearfix****/
    .clearfix:before,
    .clearfix:after {
        content:"";
        display: table;
    }
    .clearfix:after {
        clear:both;
    }

    /*fonts*/
    @font-face {
        font-family: 'hannari';
        font-style: normal;
        font-weight: normal;
        src: url('../font/hannari.eot');
        src: url('../font/hannari.eot?#iefix') format('embedded-opentype'),
             url('../font/hannari.woff') format('woff'),
             url('../font/hannari.ttf') format('truetype');
    }
    @font-face {
        font-family: 'share';
        src: url('../font/share-regular.eot');
        src: url('../font/share-regular.eot?#iefix') format('embedded-opentype'),
             url('../font/share-regular.woff') format('woff'),
             url('../font/share-regular.ttf') format('truetype');
    }

    /*loading*/
    #loader{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #fff;
        z-index: 100;
    }
    #loader #loadAnm{
        display: none;
        width: 300px;
        position: fixed;
        top: 50%;
        left: 0; right: 0;
        margin: auto;
        text-align: center;
        color: #003399;
        z-index: 101;
    }
    #loader #loadAnm p{
        width: auto;
        margin: 10px 0;
    }

    /*public*/
    body{
        font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 15px;
        line-height: 150% !important;
        color:#003399;
        background: url('../img/bg.png');
    }
    a:link,
    a:visited,
    a:hover,
    a:active { text-decoration: none; transition: 0.3s;}

    /*heading*/
    h2{
        font-size: 80px;
        font-family: 'share';
        letter-spacing: 0.17em;
    }
    h2.sub{
        font-size: 18px;
        font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        margin: 20px auto 30px;
    }
    h3{
        font-size: 30px;
        font-family: 'hannari';
        margin-bottom: 30px;
    }
    h4{
        font-size: 20px;
        font-weight: bold;
        line-height: 150%;
    }
    h5{
        font-size: 60px;
        font-weight: bold;
        font-family: 'share';
        letter-spacing: 0;
    }
    h6{
        font-size: 20px;
        font-family: 'share';
        letter-spacing: 0;
        margin-bottom: 20px;
    }

    /*navigation*/
    nav > section.smpNav{display: none;}
    #navigation{
        width: 100%;
        height: 75px;
        position: fixed;
        box-shadow:0px 5px 5px rgba(0, 0, 0, 0.1);
        background: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        letter-spacing: 0.17em;
        text-align: center;
        z-index: 99;
    }
    #navigation > ul{
        width: 100%;
        display: table;
        height: 75px;
    }
    #navigation >ul li{
        width: 147px;
        display: table-cell;
    }
    #navigation >ul li:first-child{
        width: 100px !important;
    }
    #navigation >ul li:last-child{
        width: 220px !important;
        background: #003399;
        transition: 0.3s;
    }
    #navigation >ul li:last-child:hover{
        background: #1851AD;
        transition: 0.3s;
    }
    #navigation >ul li:last-child a{
        color:#fff;
    }
    #navigation li a{
        display: block;
        width: 100%;
        height: 75px;
        color:#003399;
        position: relative;
    }
    #navigation li a span{
        display: block;
        width: 80px; height: 15px;
        position: absolute;
        top: 0; bottom: 0; left: 0; right: 0;
        margin: auto;
    }
    #navigation >ul li:first-child span{
        width: 30px;
        height: 19px;
        overflow: hidden;
    }
    #navigation >ul li:first-child span:hover img{
        position: relative;
        top:-19px;
    }

    #navigation li a img{width: 100%; }
    #navigation li a span.eng{font-family: 'share';}
    #navigation li a span.eng,
    #navigation li a:hover span.jpn{
        display: inline;
        width: 100%;
    }
    #navigation li a:hover span.eng,
    #navigation li a span.jpn{
        display: none;
    }

    /*contents*/
p{
    width: 600px;
    margin: 0 auto 50px;
    line-height: 150%;
}


/**smp**/
@media screen and (max-width: 801px){
body{
    font-size: 13px;
    background: url('../img/bg.png');
    background-size: 22px 22px;
    }

/*heading*/
h2{
    font-size: 50px;
    font-family: 'share';
    letter-spacing: 0.17em;
}

/*nav*/
#navigation{
    height: 50px;
}
nav > section.smpNav{
    display: block;
    width: 40px;
    height: 35px;
    font-family: 'share';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    cursor: pointer;
}
nav > section.smpNav div,
nav > section.smpNav div:before,
nav > section.smpNav div:after{
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #003399;
    position: absolute;
}
nav > section.smpNav div{top:0px;}
nav > section.smpNav div:before{top:8px;}
nav > section.smpNav div:after{top:16px;}
nav > section.smpNav p{
    width: 40px;
    margin: 20px 0 0;
    letter-spacing: 0;
}
#navigation > ul{
    display: none;
    position: fixed;
    width: 100%;
    height: 495px;
    top: 50px;
    background: rgba(0, 51, 153, 0.7);
    z-index: 99;
}
#navigation >ul li{
    display: block;
    width: 70% !important;
    height: 60px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#navigation >ul li:first-child,
#navigation >ul li:last-child{
    display: block;
    width: 220px !important;
    height: 60px;
    margin: 0 auto;
    border-top: none;
}
#navigation > ul li:first-child span:hover img,
#navigation > ul li:first-child span:active img{
    top:-38px;
    opacity: 0.7;
}

#navigation li a{
    display: block;
    width: 100%;
    height: 60px;
    color:#fff;
    position: relative;
}
#navigation >ul li:last-child{
    background: #fff;
}
#navigation >ul li:last-child a{
    color: #003399;
}
#navigation >ul li:last-child a:hover,
#navigation >ul li:last-child a:active{
    background: rgba(255, 255, 255, 0.8);
}
#navigation >ul li:first-child span img{
    position: relative;
    top:-38px;
}
nav li a span.eng{display: block !important;}
nav li a span.jpn{display: none !important;}
/*contents*/
p{
width: 80%;
margin: 0 auto 50px;
line-height: 150%;
}
}
