@charset "utf-8";
:root {
    --bk: #191919;
}

#Header {
    position: relative;
    width: 100%;
    min-height: 240px;
    color: #fff;
    text-align: center;
    background-image: url(../img/CAB_3835_k.jpg);
    background-position-x: center;
    background-position-y: center;
    background-size: 200%;
    background-repeat: no-repeat;
}

.header__ttl {
    padding: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 240px;
}

.header__link {
    display: none;
}

.PartsS1__logo {
    margin: 40px auto;
}

.PartsS1__ttl {
    width: 100%;
    margin: 80px auto;
    font-size: 24px;
    text-align: center;
}

.notfound .S1__text {
    text-align: center;
}


/*PC---------------------------------------------------------------------------*/
@media screen and (min-width: 960px) { 
    #Header {
        position: relative;
        width: 100%;
        height: 400px;
        color: #fff;
        text-align: center;
        background-image: url(../img/CAB_3835_k.jpg);
        background-position-x: center;
        background-position-y: center;
        background-size: 120%;
        background-repeat: no-repeat;
    }

    #Header::after {
        display: none;
    }

    .header__ttl {
        font-size: 80px;
        font-weight: 300;
        padding: 0;
        line-height: 400px;
    }


}


