@charset "UTF-8";

#index .section4__inner {
    background: #ff7c66;
}
#index .kv__copy {
    width: 464px;
    top: 325px;
    left: 25px;
}
#index .kv__copy2 {
    width: 260px;
    top: 470px;
    left: 90px;
}
#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/2go/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .kv__tokusyu {
        width: 213px;
        position: absolute;
        top: 586px;
        left: 131px;
    }
    #index .section4__ttl {
        width: 116px;
    }
    #index .section4__txt {
        width: 418px;
    }
    #index .article_ttl1, #index .article_ttl2, #index .article_ttl3, #index .article_ttl4{
        width: auto;
    }   
    #index .section8__inner-2-texts {
        width: 460px;
    }
    #index .article__matome {
        width: 500px;
    }
    #index .section8__ttl {
        width: 67.13px;
    }
}
@media screen and (max-width: 767px), print {
    #index .kv {
        background-image: url(./../img/2go/sp/main_kv_sp.jpg);
        background-size: cover;
        height: 156.26667vw;
        width: 100%;
    }
    #index .kv__copy {
        width: 20.4vw;
        top: 53.333vw;
        left: 5.333vw;
        animation: blur-anim 1.5s 1s forwards;
    }
    #index .kv__copy2 {
        width: 20.933vw;
        top: 116.666vw;
        left: 5.333vw;
        animation: blur-anim 1.5s 1.5s forwards;
    }
    #index .kv__tokusyu {
        width: 16.533vw;
        right: 4.4vw;
        top: 54.666vw;
        animation: none;
        opacity: 1;
    }
    #index .section4__ttl {
        width: 30.8vw;
    }
    #index .article_ttl1 {
        width: 82vw;
    }
    #index .article_ttl2 {
        width: 80.52vw;
    }
    #index .article_ttl3 {
        width: 82.68vw;
    }
    #index .article_ttl4 {
        width: 64.3vw;
    }
    #index .section8__ttl {
        width: 17.9vw;
    }
}