@charset "UTF-8";
.modal__body a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
#index .section4__inner {
    background: #b7b373;
}
#index .kv__copy {
    width: 229px;
    top: 282px;
    left: 38px;
}
#index .article__txt a {
    color: #97caeb;
    transition: opacity .3s;
}
#index .article__txt a:hover {
    opacity: .4;
}
#index .section4__txt-2 {
    background: initial;
    color: #ffffff;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    padding: 0 0 30px;
}
#index .article__name {
    color: #b7b373;
    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/14go/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .kv__ttl {
        width: 404.57px;
        position: absolute;
        top: 40px;
        left: 60px;
    }
    #index .kv__logo {
        width: 94px;
        top: 32px;
        left: 805px;
    }
    #index .kv__tokusyu {
        width: 195.77px;
        top: 387px;
        left: auto;
        right: 30px;
    }
    #index .section4__txt-2 {
        width: 400px;
    }
    #index .section4__ttl {
        width: 30.7515px;
    }
    #index .section4__btn {
        padding-top: 1px;
    }

    #index .article_ttl1, #index .article_ttl2, #index .article_ttl3 {
        width: auto;
    }   
    #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/14go/sp/main_kv_sp.jpg);
        background-size: cover;
        height: 156.26667vw;
        width: 100%;
    }
    #index .kv__copy {
        width: 29.333vw;
        top: 51.078vw;
        left: 49.469vw;
    }
    #index .kv__tokusyu {
        width: 38.979vw;
        left: 5.628vw;
        top: 53.889vw;
        animation: none;
        opacity: 1;
    }
    #index .section4__txt-2 {
        padding: 0;
    }
    #index .section4__ttl {
        width: 8.2vw;
    }
    #index .article_ttl1 {
        width: 88.97vw;
    }
    #index .article_ttl2 {
        width: 88.239vw;
    }
    #index .article_ttl3 {
        width: 61.757vw;
    }
    #index .article__txt.note {
        padding-left: 1em;
    }
}