@charset "UTF-8";

#index .section4__inner {
    background: #ecd29f;
}
#index .section4__txt-2 {
    color: #332e20;
    background: initial;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    padding: 14px 0 0 0;
}
#index .section4__txt-3 {
    background: #f9f1e1;
    color: #332e20;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    margin: 30px auto 0;
    padding: 20px;
    max-width: 420px;
    width: 93.333vw;
    font-size: 13px;
    line-height: 2;
    letter-spacing: .1em;
    border-radius: 20px;
}
#index .section4__txt-3 span {
    font-size: 15px;
    display: block;
    line-height: 1.44;
    padding-bottom: 0.4em;
}
#index .article__name {
    color: #e7c787;
}
#index .article__txt a {
    color: #eb82af;
    transition: opacity .3s;
}
#index .article__txt a:hover {
    opacity: .4;
}
#index .section4 .continue {
    text-align: center;
    font-size: 15px;
}
#index .section4 .article__img + .continu {
    margin-top: -25px;
}
@media screen and (min-width:768px),print {
    #index .kv {
        background-image: url(./../img/9go/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .kv__ttl {
        width: auto;
        position: absolute;
        top: 30px;
        left: 25px;
    }
    #index .kv__logo {
        width: 93.3px;
        top: 20px;
        left: 831px;
    }
    #index .kv__copy {
        width: auto;
        top: 46px;
        left: 679px;
    }
    #index .kv__tokusyu {
        width: auto;
        position: absolute;
        top: 600px;
        left: 168px;
    }
    #index .section4__ttl {
        width: 122.6px;
    }
    #index .section4__txt-2 {
        width: 370px;
    }    
    #index .article_ttl1, #index .article_ttl2, #index .article_ttl3{
        width: auto;
    }   
    #index .article h3 {
        padding: 0 22px 34px;
    }
    #index .article__name {
        padding: 0 22px 8px;
    }
    #index .article__txt {
        padding: 0 22px 35px;
    }
}
@media screen and (max-width: 767px), print {
    #index .kv {
        background-image: url(./../img/9go/sp/main_kv_sp.jpg);
        background-size: cover;
    }
    #index .kv__copy {
        width: 28.22vw;
        top: 46.533vw;
        left: 64vw;
    }
    #index .kv__tokusyu {
        width: 72.548vw;
        left: 10vw;
        bottom: 6vw;
        animation: none;
        opacity: 1;
    }
    #index .section4__ttl {
        width: 32.693vw;
    }
    #index .article_ttl1 {
        width: 84.562vw;
    }
    #index .article_ttl2 {
        width: 64.882vw;
    }
    #index .article_ttl3 {
        width: 69.789vw;
    }
}