@charset "UTF-8";
#index .section4 a[target=_blank]:after, #index .article a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
#index .section4 a, #index .article__txt a {
    color: #eb82af;
    transition: opacity .3s;
}
#index .section4 a:hover , #index .article__txt a:hover {
    opacity: .4;
}
#index .section4__inner {
    background: #f0ce47;
}
#index .kv__copy {
    width: auto;
    top: 277px;
    left: 34px;
}
#index .section4__txt-2 {
    background: initial;
    color: #332e20;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    padding: 0 0 30px;
}
#index .article__name {
    color: #97caeb;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
}
#index .article__txt.note {
    text-indent: -1em;
    padding-left: 2.5em;
}
#index .section4 .continue {
    text-align: center;
    font-size: 15px;
    margin-bottom: 48px;
}
@media screen and (min-width:768px),print {
    #index .kv {
        background-image: url(./../img/24go/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .kv__ttl {
        position: absolute;
        top: 40px;
        left: 35px;
    }
    #index .kv__logo {
        width: 94px;
        left: 796px;
    }
    @keyframes bund-anime-logo {
        0%, to {
            top: 15px
        }
        50% {
            top: 35px
        }
    }
    #index .kv__tokusyu {
        width: auto;
        top: auto;
        bottom: 34px;
        left: 545px;
    }
    #index .section4__txt-2 {
        width: 420px;
    }
    #index .section4__ttl {
        width: 138px;
    }
    #index .section4__btn {
        padding-top: 1px;
    }

    #index .article_ttl1, #index .article_ttl2, #index .article_ttl3 {
        width: auto;
    }   
    #index .article__img + .article__img {
        margin-top: -50px;
    }
    #index .article__img:last-of-type {
        padding-bottom: 50px;
    }
    #index .article__matome {
        width: 500px;
    }
}
@media screen and (max-width: 767px), print {
    #index .kv {
        background-image: url(./../img/24go/sp/main_kv_sp.jpg);
        background-size: cover;
        height: 156.26667vw;
        width: 100%;
    }
    #index .kv__ttl {
        width: 63.78vw;
    }
    #index .kv__copy {
        width: 74.8vw;
        top: 40.933vw;
        left: 19.066vw;
    }
    #index .kv__tokusyu {
        width: 36.16vw;
        right: 4.533vw;
        bottom: 3.6vw;
        animation: none;
        opacity: 1;
    }
    #index .section4__txt-2 {
        padding: 0;
    }
    #index .section4__ttl {
        width: 31.229vw;
    }
    #index .article_ttl1 {
        width: 89.194vw;
    }
    #index .article_ttl2 {
        width: 74.5vw;
    }
    #index .article_ttl3 {
        width: 88.069vw;
    }
    #index .article__img + .article__img {
        margin-top: -5vw;
    }
}