@charset "utf-8";

#sub_top {
    background-color: #555;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    height: 340px;
    line-height: 30px;
    padding-top: 180px;
    width: 100%;
    background-size: 100%;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    font-size: 34px;
    letter-spacing: 0.1em;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#index_top {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}


#index_top #top_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 560px;
    height: 500px;
    margin-top: -250px;
    margin-left: -280px;
    color: #FFF;
    background-color: var(--main-color);
    background-color: var(--main-opa-80);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column;
    flex-flow: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#index_top #top_catch h2 {
    font-size: 50px;
    letter-spacing: 1px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 20px;
}

#index_top #top_catch p {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 2.4;
}

@media screen and (max-width:640px) {
    #index_top #top_catch {
        top: 25%;
        left: 5%;
        width: 90%;
        height: 50%;
        margin-top: 0px;
        margin-left: 0px;
    }


    #index_top #top_catch h2 {
        font-size: 40px;
    }

    #index_top #top_catch p {
        font-size: 12px;
    }

    #sub_top {
        height: 180px;
        padding-top: 100px;
    }
}

@media screen and (max-width:460px) {



    #index_top #top_catch h2 {
        font-size: 30px;
    }

    #sub_top {
        font-size: 24px;
    }
}