@charset "UTF-8";
.ff-nijimi {
    font-family: "Shuei NijimiMGo B","Noto Sans JP",sans-serif;
}
.ff-l {
    font-family: "Shuei MaruGo L","Noto Sans JP",sans-serif;
}
#index .kv__logo.off {
    animation: none;
    top: 40px;
}
#index .vol6 .section4__inner {
    background: #2c4660;
}
#index .vol6 .kv__copy {
    width: auto;
    top: 53px;
    left: 154px;
}
#index .section4__txt-2 {
    background: initial;
    color: #fff;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    padding: 0;
    width: 420px;
}
#index .section4__inner 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__inner a, #index .article__txt a, #index .article__img a, .article .info a {
    color: #e95513;
}
#index .article__txt .font-s {
    font-size: 80%;
}
#index .section4 .continue {
    text-align: center;
    font-size: 15px;
    padding-bottom: 50px;
}
#index .vol6 .article__name {
    color: #a39383;
    font-family: "Shuei NijimiMGo B","Noto Sans JP",sans-serif;
}
#index .vol6 .article__name.unite {
    background: url(./../img/index/vol44/pc/icon_unite.png) no-repeat;
    background-size: contain;
    width: 46px;
    height: 54px;
    text-indent: -1000vw;
    margin-left: 25px;
    margin-bottom: 5px;
}
#index .vol6 .article__name.ayako {
    background: url(./../img/index/vol44/pc/icon_ayako.png) no-repeat;
    background-size: contain;
    width: 42px;
    height: 54px;
    text-indent: -1000vw;
    margin-left: 25px;
    margin-bottom: 5px;
}
#index .vol6 .article__name.yamashita {
    background: url(./../img/index/vol44/pc/icon_yamashita.png) no-repeat;
    background-size: contain;
    width: 39px;
    height: 54px;
    text-indent: -1000vw;
    margin-left: 25px;
    margin-bottom: 5px;
}
#index .vol6 .article__name.futari {
    background: url(./../img/index/vol44/pc/icon_futari.png) no-repeat;
    background-size: contain;
    width: 99px;
    height: 56px;
    text-indent: -1000vw;
    margin-left: 25px;
    margin-bottom: 5px;
}
#index .section10__txt span{
    font-family: "Shuei NijimiMGo B","Noto Sans JP",sans-serif;   
}
#index .section10__txt span.color-b{
    color: #332e20;
}
.article .info {
    background-color: #97caeb;
    border-radius: 15px;
    width: 750px;
    margin-left: -125px;
    margin-bottom: 35px;
    padding: 50px 0 5px;
}
.article .info ul {
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px 0;
}
.article .info ul li {
    width: calc((100% - 20px)/2);
}
.article .info ul li p {
    font-family: "Shuei MaruGo L","Noto Sans JP",sans-serif;
    font-size: 13px;
    line-height: 1.46;
    display: flex;
    justify-content: center;
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 0.4em;
}
#index .article__txt {
    color: #332e20;
}
@media screen and (min-width:768px),print {
    #index .section4__inner a, #index .article__txt a, #index .article__img a, .article .info a {
        transition: opacity .3s;
    }
    #index .section4__inner a:hover, #index .article__txt a:hover, #index .article__img a:hover, .article .info a:hover {
        opacity: .4;
    }    
    #index .kv__logo {
        left: 796px;
    }
    #index .kv__logo.off {
        top: 30px;
        left: 30px;
    }
    #index .kv__shop {
        position: absolute;
        right: 40px;
        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);
        }
    }
    @keyframes bund-anime-logo {
        0%, to {
            top: 35px
        }
        50% {
            top: 15px
        }
    }
    #index .vol6 .kv {
        background-image: url(./../img/index/vol44/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .vol6 .section4__ttl {
        width: 81px;
    }
    #index .vol6 .kv__ttl {
        width: auto;
        top: 35px;
        left: 515px;
    }
    #index .kv__tokusyu {        
        width: auto;
        top: auto;
        bottom: 47px;
        left: 41px;
    }
    #index .section4__ico {
        margin-left: 549px;
    }        
    #index .section4__ttl {
        width: 122px;
    }
    #index .section4__txt {
        width: 480px;
    }
    #index .vol6 .article_ttl {
        width: auto;
        margin: 0 auto;
    }   
    #index .article__img + .article__img {
        margin-top: -25px;
    }
    #index .article__img {
        padding-bottom: 50px;
    }        
    #index .info .article__txt.txt {
        display: flex;
        justify-content: center;
    }
    #index .article .info h3 {
        padding: 20px 28px 34px;
    }
    #index .info .article__txt.txt .article__name {
        margin-left: 0;
        padding: 0 0 35px;
    }
    #index .info .article__txt.txt .article__txt{
        padding: 0 0 35px;
    }
    #index .info .article__txt.txt .ff-nijimi {
        padding-bottom: .5em;
        letter-spacing: .15em; 
    }
    #index .info .article__txt.txt .ff-nijimi span {
        font-size: 13px;
        line-height: 1.84;
        letter-spacing: .05em;
    }
    #index .info .article__img {
        width: 400px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 767px), print {
    #index .vol6 .section4__inner {
        background: #4b6278;
    }    
    #index .kv__logo.off {
        top: 3.5vw;
        right: 4.8vw;
    }
    #index .kv__shop {
        width: 20vw;
        position: absolute;
        left: 3vw;
        bottom: 4vw;
        animation: bund-anime-shop 4s 0s infinite;
    }
    @keyframes bund-anime-shop {
        0%, to {
            transform: translateX(0);
        }
        50% {
            transform: translateX(4vw);
        }
    }
    #index .vol6 .kv {
        background-image: url(./../img/index/vol44/sp/main_kv_sp.jpg);
        background-size: cover;
        background-position: center bottom;
    }
    #index .vol6 .kv__ttl {
        width: 54.4vw;
        top: 3.4vw;
        left: 4.54vw;
    }
    #index .vol6 .kv__copy {
        width: 48.4vw;
        top: 23.3vw;
        left: auto;
        right: 10.8vw;
    }
    #index .vol6 .kv__tokusyu {
        width: 15.333vw;
        bottom: 29.5vw;
        left: 5.8vw;
        opacity: 1;
        animation: none;
    }
    #index .vol6 .section4__ttl {
        width: 36.666vw;
    }
    #index .section4__ico {
        margin-left: 63.7333vw;
    }
    #index .article__img + .article__img {
        margin-top: -6vw;
    }
    #index .vol6 .section4__ttl {
        width: 16.133vw;
    }
    #index .section4__txt-2 {
        padding: 0;
        width: 90vw;
    }
    #index .vol6 .article_ttl {
        width: auto;
    }
    #index .vol6 .article__name.unite {
        margin-left: 0;
    }
    #index .vol6 .article__name.ayako {
        margin-left: 0;
    }
    #index .vol6 .article__name.yamashita {
        margin-left: 0;
    }
    #index .vol6 .article__name.futari {
        margin-left: 0;
    }
    #index .section4 .continue {
        padding-bottom: 25px;
    }
    .article .info {
        width: 95.333vw;
        margin-left: -4.333vw;
        padding: 35px 3.8% 0;
    }
    .article .info ul {
        gap: 25px 10px;
        padding: 25px 0 30px;
    }
    .article .info ul li {
        width: calc((100% - 10px)/2);
    }
    .article .info ul li p {
        font-size: 10.5px;
    }
    #index .article .info h3 {
        padding: 5vw 0;
    }
    #index .article .info h3 img {
        margin: 0 auto;
    }
    #index .info .article__txt.txt .article__name {
        margin-left: 0;
    }
    #index .info .article__txt.txt {
        padding: 0;
    }
    #index .info .article__txt.txt .ff-nijimi {
        padding-bottom: 2em;
        letter-spacing: .15em;
    }
    #index .info .article__txt.txt .ff-nijimi.tanoshimi {
        letter-spacing: .1em;
    }
    #index .info .article__txt.txt .ff-nijimi span {
        font-size: 13px;
        line-height: 1.84;
        letter-spacing: .05em;
    }
    #index .info .article__img {
        width: 80vw;
        padding-bottom: 20px;
        margin: 0 auto;
    }
}