@charset "UTF-8";

#index .section4__txt-2 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;
}
.indent {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 86.666%;
}
#index .article__txt {
    color: #322e21;
}
#index .kv__logo.off
{
    animation: none;
    top: 40px;
}
#index .section4__inner {
    background: #bbdccc;
}
#index .kv__copy {
    width: auto;
    top: 41px;
    right: 96px;
    left: auto;
}
#index .section4__txt-2 {
    color: #322e21;
    background: initial;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    padding: 14px 0 0 0;
}
#index .section4__txt-2 .icon,
#index .article__txt .icon {
    width: 42px;
    display: inline;
    vertical-align: sub;
    margin: 0 3px;
}
#index .article__name {
    color: #97caeb;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
}
#index .article__name.ayako {
    background: url(./../img/42go/pc/icon_ayako.png) no-repeat;
    background-size: contain;
    width: 42px;
    height: 54px;
    text-indent: -1000vw;
    margin-left: 25px;
    margin-bottom: 5px;
}
#index .section4__txt-2 a, #index .article__txt a {
    color: #eb82af;
    transition: opacity .3s;
}
#index .section4__txt-2 a:hover, #index .article__txt a:hover {
    opacity: .4;
}
#index .section4 .info {
    display: flex;
    justify-content: center;
    font-family: "Shuei NijimiMGo B","Noto Sans JP",sans-serif;
    font-size: 15px;
    padding-top: 10px;
}
#index .section4 .info .article__txt {
    padding: 0;
}
#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/42go/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .kv__ttl {
        width: auto;
        top: 35px;
        left: 25px;
    }
    #index .kv__logo.off {
        left: 25px;
        top: 250px;
    }
    #index .kv__shop {
        position: absolute;
        right: 30px;
        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(-5px);
        }
        50% {
            transform: translateX(15px);
        }
    }
    #index .kv__tokusyu {
        width: auto;
        top: auto;
        bottom: 28px;
        left: 50px;
    }
    #index .section4__ttl {
        width: 79px;
    }
    #index .section4__txt-2 {
        width: 440px;
    }
    #index .article {
        white-space: nowrap;
    }
    #index .article_ttl {
        width: auto;
    }   
    #index .article__txt {
        padding: 0 27px 40px;
    }
    #index .article__img {
        padding-bottom: 40px;
    }
    #index .article__img.article__img-last {
        padding: 0 0 75px;
    }
    #index .article__img + .article__img {
        margin-top: -15px;
    }
    #index .section4__btn {
        padding-top: 40px;
    }
    #index .section4__btn2 {
        width: 270px;
        margin: 0 auto;
        padding-top: 40px;
        height: 70px;
    }
}
@media screen and (max-width: 767px), print {
    #index .kv__logo.off {
        top: 4vw;
        right: 4vw;
    }
    #index .kv__shop {
        width: 20vw;
        position: absolute;
        right: 7vw;
        bottom: 4vw;
        animation: bund-anime-shop 4s 0s infinite;
    }
    @keyframes bund-anime-shop {
        0%, to {
            transform: translateX(0);
        }
        50% {
            transform: translateX(4vw);
        }
    }
    #index .kv {
        background-image: url(./../img/42go/sp/main_kv_sp.jpg);
        background-size: cover;
        height: 156.26667vw;
        width: 100%;
    }
    #index .kv__ttl {
        width: 61.333vw;
        position: absolute;
        top: 4.2vw;
    }
    #index .kv__copy {
        width: 83.06vw;
        top: 27.7vw;
        left: 8.4vw;
    }
    #index .kv__tokusyu {
        width: 68.264vw;
        left: 4vw;
        bottom: 8vw;
        animation: none;
        opacity: 1;
    }
    #index .section4__ttl {
        width: 15.944vw;
    }
    #index .section4__ico {
        margin-left: 67.66667vw;
    }
    #index .article_ttl {
        width: auto;
    }
    #index .article__img.article__img-last {
        padding: 0 0 20vw;
    }
    #index .article__img + .article__img {
        margin-top: -5vw;
    }
    #index .article__name.ayako {
        margin-left: 0;
    }
    #index .section4__btn2 {
        width: 72vw;
        margin: 0 auto;
        padding-top: 7.33333vw;
    }
    #index .section4 .info {
        padding-top: 0;
    }
}