@charset "utf-8";

/* ttl
----------------------------------------------------------------------------- */
.title-bg{
    background-image:url("../images/bg_ttl.png");
}

/* intro
----------------------------------------------------------------------------- */
.intro{
    padding:50px 0 250px;
    background-image:url("../images/bg_intro.jpg");
    background-position:center bottom;
    background-repeat:no-repeat;
}

@media screen and (max-width:1000px){
    .intro{
        padding:0 0 100px;
        background-size:100% auto;
        font-size:14px;
    }
}
