@charset "UTF-8";
.indent {
    text-indent: -1em;
    padding-left: 1em;
}
#index .kv__logo.off {
    animation: none;
    top: 35px;
    left: 775px;
}
#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: #5e71a5;
}
#index .section4__txt-2 {
    background: initial;
    color: #fff;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    padding: 0 0 30px;
}
#index .section4__txt-3 {
    background: #5e71a5;
    margin: 30px auto 0;
    padding: 30px;
    max-width: 460px;
    width: 94.666vw;
    border-radius: 16px;
}
#index .section4__txt-3 a::after {
    display: none;
}
#index .article hr {
    height: 1px;
    background-color: #284187;
    width: 100%;
    border: none;
    margin: 0px auto 45px;
}
#index .article__name {
    color: #a39383;
    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/28go/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .kv__ttl {
        top: 35px;
        left: 30px;
    }
    #index .kv__logo {
        width: 94px;
        left: 796px;
    }
    #index .kv__shop {
        position: absolute;
        left: calc((100% - 100px)/2);
        bottom: 24px;
        animation: bund-anime-shop 4s 0s infinite;
    }
    #index .kv__shop a:hover {
        opacity: .6;
    }
    #index .kv__shop img {
        width: auto;
    }
    @keyframes bund-anime-shop {
        0%, to {
            transform: translateX(-10px);
        }
        50% {
            transform: translateX(10px);
        }
    }
    #index .kv__tokusyu {
        width: auto;
        top: 266px;
        left: 665px;
    }
    #index .section4__ttl {
        width: 80px;
    }
    #index .section4__btn {
        padding-top: 1px;
    }

    #index .article_ttl1 {
        width: auto;
    }   
    #index .section4__txt-2 {
        width: 440px;
    }    
    #index .article__txt {
        padding: 0 27px 45px;
    }
    #index .article__img {
        padding-bottom: 45px;
    }
    .section4__txt-3 > img {
        padding-top: 28px;
        width: 415px;
    }
}
@media screen and (max-width: 767px), print {
    #index .kv__logo.off {
        top: 4vw;
        right: 5vw;
        left: auto;
    }
    #index .kv__shop {
        width: 20vw;
        position: absolute;
        left: calc(80vw/2);
        bottom: 4vw;
        animation: bund-anime-shop 4s 0s infinite;
    }
    @keyframes bund-anime-shop {
        0%, to {
            transform: translateX(-2vw);
        }
        50% {
            transform: translateX(2vw);
        }
    }
    #index .kv {
        background-image: url(./../img/28go/sp/main_kv_sp.jpg);
        background-size: cover;
        height: 156.26667vw;
        width: 100%;
    }
    #index .kv__ttl {
        width: 63.78vw;
    }
    #index .kv__tokusyu {
        width: 45.2vw;
        right: 4.533vw;
        top: 50vw;
        bottom: auto;
        animation: none;
        opacity: 1;
    }
    #index .section4__txt-2 {
        padding: 0;
    }
    #index .section4__ttl {
        width: 15.96vw;
    }
    #index .article_ttl1 {
        width: 88.633vw;
    }
    /* #index .article__img + .article__img {
        margin-top: -5vw;
    } */
    #index .section4__txt-3 {
        padding: 6vw 1vw 6vw 4vw;
        margin: 0 auto;
    }
    #index .section4__txt-3 > img {
        width: 85.466vw;
        padding-top: 8.666vw;
    }
}