@charset "UTF-8";

/* ---------------------------
    Index
    1. Key Visual
--------------------------- */


/* ---------------------------
    Key Visual
--------------------------- */
.key_visual {
    padding-top: 82px;
    background-image: url("../images/pc/img_top.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.key_visual .container {
    height: 318px;
}
.key_visual h1 {
    color: #fff;
    font-weight: normal;
    font-size: 2em;
    line-height: 1.6;
    text-align: right;
    text-shadow: 0 2px 4px #000;
    float: right;
    padding: 7em 1em 0 0;
    margin: 0;
    max-width: 600px;
}

@media screen and (max-width: 640px) {
    .key_visual {
        padding-top: 60px;
    }
    .key_visual .container {
        height: 200px;
        position: relative;
    }
}

@media screen and (max-width: 450px) {
    .key_visual h1 {
        font-size: 1.5em;
        padding: 4em 0.5em 0 0;
    }
}


.text-center { text-align: center !important; }
