/*-----------------------------------------------------
font
-------------------------------------------------------*/

@font-face {
    font-family: 'M+ 1c thin';
    src: url('../font/mplus-1c-thin-sub.eot');
    src: url('../font/mplus-1c-thin-sub.eot?#iefix') format('embedded-opentype'),
    url('../font/mplus-1c-thin-sub.woff') format('woff'),
    url('../font/mplus-1c-thin-sub.ttf') format('truetype');
}
@font-face {
    /*font-family: 'M+ 1c light';*/
    font-family: "YuGothic","游ゴシック体","Yu Gothic","游ゴシック",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3","Meiryo",sans-serif;;
    src: url('../fonts/mplus-1c-light-sub.eot');
    src: url('../fonts/mplus-1c-light-sub.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mplus-1c-light-sub.woff') format('woff'),
    url('../fonts/mplus-1c-light-sub.ttf') format('truetype');
}
body {
    color: #000;
    font-family: 'M+ 1c light';
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1{
    font-family: 'M+ 1c light';
}
a{
    color: #e60012;
}
/*-----------------------------------------------------
base
-------------------------------------------------------*/
html,body{
    height: 100%;
    width: 100%;
}
body {

}

header,footer,#top,#concept,#outline{
    z-index: 10;
}
.copyright{
    font-size: 6px;
    padding: 0 0.7em;
}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}
/*================================
header
================================*/
#top{
    height: 100%;
    position: relative;
}
/*================================
bg
================================*/
.logo{
    
    width: 200px; 
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
video{
    position: fixed;
}

/*=animated type==============*/
.animated-type{
    text-align: center;
}
.typing{
    display: inline;
    background: transparent;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
/*================================
content
================================*/
#concept,
#outline{
    width: 100%;
    /*background-color: #f4feff;*/
    z-index: 10;
    position: relative;
}
.section--concept{
    max-width: 45em;
    padding-top: 7%;
    padding-bottom: 15%;
    margin:auto;
    z-index: 100;
    position: relative;
}
.title--concept{
    font-weight: normal;
    margin-bottom: 2em;
}
.body--concept{
    font-size: 1em;
    line-height: 2.5;
    background-color: transparent;
    padding-left: 0.2em;
}
.body--outline{
    text-align: left;
    vertical-align: top;
    font-size: 0.8em;
}
.body--outline dl{
    margin-bottom: 0;
}
.body--outline ul{
    margin-top: 0;
}
.body--outline li{
    list-style-type: none;
}
.body--outline dt,
.body--outline dd{
    padding: 0;
    margin: 0;

}
.body--outline dt{
    width: 30%;
    min-width: 105px;
    display: inline-block;
    vertical-align: top;
}
.body--outline dd{
    width: 63%;
    display: inline-block;
}


/*================================
footer
================================*/
footer{
    width: 100%;
    padding-bottom:1em;
    position: fixed;
    top: 0;
    display: table;
}
.gnavWrap{
    padding-left: 2em;
}
.gnav{
    display: table;
}
.gnav__item{
    padding: 0 0.7em;
    display: table-cell;
}
.gnav__item a{
   display: block;
}
.gnavWrap,
.btn_sns{
    display: table-cell;
}
.btn_sns{
    padding-right: 2em;
    text-align: right;
    vertical-align: middle;
}
.fb-like iframe{
    margin-top: -9px;
}
