@charset "UTF-8";

#index .kv__logo.off {
    animation: none;
    top: 40px;
}
#index .vol6 .section4__inner {
    background: #faf5c3;
}
#index .vol6 .kv__copy {
    width: auto;
    top: 53px;
    left: 579px;
}
#index .section4__txt-2 {
    background: initial;
    color: #332e20;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
    padding: 0 0 40px 0;
    width: 400px;
}
#index .article__txt a {
    color: #eb82af;
    transition: opacity .3s;
}
#index .article__txt a:hover {
    opacity: .4;
}
#index .article__txt .font-s {
    font-size: 80%;
}
.all {
    height: 54px;
    width: auto;
}
.section4__txt-2 .all {
    display: inline-block;
}
.section4__txt-2 .all + span {
    vertical-align: bottom;
    padding-left: 0.5em;
}
#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.all {
    background: url(./../img/index/vol29/pc/icon_all.png) no-repeat;
    background-size: contain;
    width: 150px;
    height: 54px;
    text-indent: -1000vw;
    margin-left: 25px;
    margin-bottom: 5px;
}
#index .vol6 .article__name.unite {
    background: url(./../img/index/vol29/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/vol29/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.ota {
    background: url(./../img/index/vol29/pc/icon_ota.png) no-repeat;
    background-size: contain;
    width: 39px;
    height: 54px;
    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;
}
.announce {
    font-size: 12px;
    letter-spacing: 1px;
}
@media screen and (min-width:768px),print {
    #index .kv__logo {
        left: 796px;
    }
    #index .kv__logo.off {
        top: 35px;
        left: 775px;
    }
    #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/vol29/pc/main_kv.jpg);
        background-size: cover;
    }
    #index .vol6 .section4__ttl {
        width: 29px;
    }
    #index .vol6 .kv__ttl {
        width: auto;
        top: 35px;
        left: 30px;
    }
    #index .kv__tokusyu {
        width: auto;
        top: auto;
        bottom: 27px;
        left: 45px;
    }
    #index .section4__ttl {
        width: 122px;
    }
    #index .vol6 .section4__btn {
        padding-top: 1px;
    }
    #index .vol6 .section4__btn2 {
        padding-top: 1px;
    }
    #index .section4__txt {
        width: 480px;
    }
    #index .vol6 .article_ttl1, #index .vol6 .article_ttl2, #index .vol6 .article_ttl3 {
        width: auto;
    }   
    #index .article__img + .article__img {
        margin-top: -25px;
    }
    #index .section9__ttl {
        width: auto;
    }
    #index .article__img {
        padding-bottom: 50px;
    }        
    #index .section9__item img {
        width: auto;
    }
    #index .section9__price {
        display: block;
        width: auto;
        padding: 50px 0;
        margin-left: 80px;
    }
    #index .section9__price > .cart {
        display: flex;
    }
    #index .section9__price > .cart:nth-of-type(n + 2) {
        padding-top: 48px;
    }
    #index .section9__item {
        padding-right: 30px;
        width: 490px;
    }
    #index .section10__ttl {
        width: 70px;
    }
    #index .section10__txt {
        width: 400px;
        padding: 35px 0 0;
    }
    #index .section10__txt span.font-b{
        font-size: 18px;
    }    
}
@media screen and (max-width: 767px), print {
    #index .kv__logo.off {
        top: 4vw;
        right: 5vw;
    }
    #index .kv__shop {
        width: 20vw;
        position: absolute;
        left: 48vw;
        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/vol29/sp/main_kv_sp.jpg);
        background-size: cover;
    }
    #index .kv__ttl {
        width: 63.05vw;
    }
    #index .vol6 .kv__copy {
        width: 26.685vw;
        top: 39.866vw;
        left: auto;
        right: 7vw;
    }
    #index .vol6 .kv__tokusyu {
        width: 47.06vw;
        top: 53.2vw;
        left: 6vw;
        right: auto;
        opacity: 1;
        animation: none;
    }
    #index .vol6 .section4__ttl {
        width: 36.666vw;
    }
    #index .article__img + .article__img {
        margin-top: -6vw;
    }
    #index .vol6 .section4__ttl {
        width: 5.733vw;
    }
    #index .section4__txt-2 {
        padding: 0;
        width: 90vw;
    }
    #index .vol6 .article_ttl1 {
        width: 38.377vw;
    }
    #index .vol6 .article_ttl2 {
        width: 53.902vw;
    }
    #index .vol6 .article_ttl3 {
        width: 61.127vw;
    }
    #index .vol6 .article__name.all {
        margin-left: 0;
    }
    #index .vol6 .article__name.unite {
        margin-left: 0;
    }
    #index .vol6 .article__name.ayako {
        margin-left: 0;
    }
    #index .vol6 .article__name.ota {
        margin-left: 0;
    }
    #index .section9__ttl {
        width: 26vw;
    }
    #index .section9__item img {
        width: 63.489vw;
    }
    #index .section9__price > .cart:nth-of-type(n + 2) {
        padding-top: 10vw;
    }
    #index .section9__price > .cart:nth-of-type(2) .section9__item img {
        width: 77.673vw;
    }
    #index .section9-2 .section9__item img {
        width: 66.8vw;
    }
    #index .section10__ttl {
        width: 31.226vw;
        margin: 0 auto 14.6vw;
    }
    #index .section10__txt span.font-b{
        font-size: 4.8vw;
    }    
    #index .section10 {
        padding-bottom: 0;
    }
}