/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

body{
    margin: 0;
    //min-width: 980px;
    padding: 0;
}

p{
    margin: 0 0 20px 0;
}

p, ul{
    font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size-adjust:0.488;
    font-style:normal;
}

img{
    max-width: 100%;
    border: 0;
}

h1, #pixels{
    font-family: 'Cantata One',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",serif;
    font-size: 40px;
    text-align: center;
    margin-top: 10px;
    text-shadow: #333 1px 1px 8px;
    text-decoration: none;
    font-weight:lighter;
}

.subtitle {
    font-family: 'Cantata One',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",serif;
    font-size: 20px;
    text-align: center;
    margin-top: 0px;
    text-shadow: #333 1px 1px 8px;
    text-decoration: none;
    font-weight:lighter;
}

h2{
    font-family: 'Cantata One',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝",serif;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    text-shadow: #333 3px 3px 8px;
    font-weight:lighter;
}

#header h1, #pixels{
    color: #48941A;
}

.float-left{
    float: left;
    /*margin: 0 0 0 20px;*/
}

.float-right{
    float: right;
    margin: 0 20px 0 0;
}

.center{
    font-size: 2.5em;
    padding: 80px 0 0 0;
    text-align: center;
}

#nav{
    list-style: none;
    position: fixed;
    right: 20px;
}

#nav li{
    margin: 0 0 15px 0;
}

#header, #intro, #second{
    width: 100%;
}


#intro{
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    color: white;
    margin: 0 auto;
    max-width: 100%;
    height: 120vw;
    background-attachment: fixed;
    background-image: url(images/header_back.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 4vw;
}

@media only screen and (max-width: 767px) {
    #intro {
        height: 50vh;
        background-attachment: initial;
        background-size: cover;
    }
}

#second{
    background: none;
    height: 880px;
    color: #666;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

#second .bg{
    background:  url(images/zumen.png) 500px 500px no-repeat fixed;
    height: 1260px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 900px;
    z-index: 200;
}

#third{
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    color: white;
    height: 120vw;
    margin: 0 auto;
    max-width: 100%;
    background-attachment: fixed;
    background-image: url(images/son_06.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#fifth{
    height: 400px;
    margin: 0 auto;
    color: #666;
    padding: 40px 0 0 0;
    background-color: #FFF;
}

.image-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

.image-container img {
    max-height: 80vw;
    max-width: 70%;
}

.image-container img.wide {
    max-height: 80vw;
    max-width: 100%;
}

.image-container img.v-half {
    width: 45%;
}

.story{

    width: 100%;

    overflow: auto;

    margin-top: 0px;

    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: center;
}

.story .float-left, .story .float-right{
    padding: 100px 0 0 0;
    position: relative;
    width: 350px;
    color: #000;
}
#intro .story p {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    text-align: left;
    margin-top: 400px;
    text-shadow: #333 3px 3px 8px;
}
#second .story p {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    text-align: center;
}
#third .story p {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    text-shadow: #333 3px 3px 8px;
    text-align: center;
    margin-top: 200px;
    clear: both;
}
#fifth .story p {
    font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    text-align: center;
}


.sekourei-blog-container {
    border: 0;
}
