@charset "UTF-8";

#index .section4__inner {
    background: #575346;
}
#index .kv__copy {
    width: 136px;
    top: 35px;
    left: 652px;
}
#index .section4__txt-2 {
    background: #e7e6e4;
    color: #332e20;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
}
#index .article__txt a {
    color: #97caeb;
    transition: opacity .3s;
}
#index .article__txt a:hover {
    opacity: .4;
}
#index .section8__inner-2 {
    font-family: "Shuei MaruGo L","Noto Sans JP",sans-serif;
}

#index .section8__lefttxt {
    z-index: 1;
}
@media screen and (min-width:768px),print {
    #index .kv {
        background-image: url(./../img/5go/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .kv__ttl {
        width: 404px;
        position: absolute;
        top: 509px;
        left: 518px;
    }
    #index .kv__logo {
        width: 94px;
        top: 15px;
        left: 130px;
    }
    #index .kv__tokusyu {
        width: 136px;
        position: absolute;
        top: 36px;
        left: 727px;
    }
    #index .section4__ttl {
        width: 122px;
    }
    #index .section4__btn {
        padding-top: 47px;
    }
    #index .section4__txt {
        width: 480px;
    }
    #index .article_ttl1, #index .article_ttl2, #index .article_ttl3, #index .article_ttl4, #index .article_ttl5, #index .article_ttl6{
        width: auto;
    }   
    #index .article__img + .article__img {
        margin-top: -25px;
    }
    #index .article__matome {
        width: 550px;
    }
}
@media screen and (max-width: 767px), print {
    #index .kv {
        background-image: url(./../img/5go/sp/main_kv_sp.jpg);
        background-size: cover;
        height: 156.26667vw;
        width: 100%;
    }
    #index .kv__ttl {
        width: 63vw;
    }
    #index .kv__copy {
        width: 27.24vw;
        top: 46.76vw;
        left: 68.666vw;
        animation: blur-anim 1.5s 1s forwards;
    }
    #index .article__img + .article__img {
        margin-top: -6vw;
    }
    #index .section4__ttl {
        width: 32.58vw;
    }
    #index .section4__txt-2 {
        font-feature-settings: "palt";
    }
    #index .article_ttl1 {
        width: 84.77vw;
    }
    #index .article_ttl2 {
        width: 78.32vw;
    }
    #index .article_ttl3 {
        width: 74.64vw;
    }
    #index .article_ttl4 {
        width: 49.86vw;
    }
    #index .article_ttl5 {
        width: 78.88vw;
    }
    #index .article_ttl6 {
        width: 51.11vw;
    }
}