@charset "UTF-8";

.cart_btn.sold {
    pointer-events: none;
}
.announce {
    color: #df5041;
    display: block;
    padding-top: 1.5em;
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 20px;
    text-indent: -1em;
    padding-left: 1em;
}
.announce.resale {
    display: none;
}
.sold .announce.resale {
    display: block;
}
#index .stock {
    color: #df5041;
    display: block;
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 20px;
    text-align: center;
    line-height: 1;
}
#item .announce {
    padding-top: 1em;
}
#shop .section2 .sold .section2__img::before {
    background: url(./../img/shop/pc/section2_ico4.svg) !important;
    background-repeat: no-repeat !important;
}
#shop .section2 .sold.ico__type1 .section2__img::before {
    background: url(./../img/shop/pc/section2_ico1.svg) !important;
    background-repeat: no-repeat !important;
}
#shop .section2 .section2__img::before {
    background-repeat: no-repeat !important;
}

.footer__link ul li a {
    font-size: 12px;
    color: #97caeb;
    font-family: "Shuei MaruGo B","Noto Sans JP",sans-serif;
}
.navi__open .navi__link {
    background: #fff;
}
@media screen and (min-width: 768px), print {
    .dummy {
        visibility: hidden;
    }
    #item .section4_txt1, #item .section4_txt2 {
        width: auto;
    }
    .announce:nth-of-type(n + 2) {
        padding-top: .5em;
    }    
    #shop .announce.resale {
        position: absolute;
    }
    #shop .section2 .items .item {
        padding-bottom: 70px;
    }
    #index .stock {
        margin-top: .2em;
        margin-bottom: -1em;
        min-height: 1.2em;
    }
    .footer__link ul {
        display: flex;
        justify-content: center;
        margin: 40px auto;
    }
    .footer__link ul li a {
        transition: opacity .15s ease .05s;
    }
    .footer__link ul li a:hover {
        opacity: .7;
        transition: opacity .1s ease .0s;
    }
    .footer__link ul li:after {
        font-size: 12px;
        color: #97caeb;
        margin: 0 1em;
        content: '／';
    }
    .footer__link ul li:last-of-type:after {
        content: none;
    }
    .navi__open .navi__link ul {
        display: flex;
        justify-content: center;
        gap: 40px;
        padding: 19px 0;
    }
    .navi__open .navi__link ul li a {
        display: block;
        transition: opacity .15s ease .05s;    
    }
    .navi__open .navi__link ul li a:hover {
        opacity: .7;
        transition: opacity .1s ease .0s;
    }
    .navi__open .navi__link ul li a img {
        width: auto;
    }
    #index .section7__list li div, .navi__open-list li div {
        font-family: "Maru Antique+ DemiBold",sans-serif;
        font-size: 16px;
        color: #ffffff;
        line-height: 1.53;
        padding-top: 10px;
    }
    .navi__open-list li div {
        color: #2e2e2e;
    }
    #index .section7__list li div span, .navi__open-list li div span {
        font-size: 13px;
        display: block;
    }
}
@media screen and (max-width: 767px), print {
    .dummy {
        display: none !important;
    }
    #item .section4_txt1 {
        width: 59vw;
    }
    #item .section4_txt2 {
        width: 41.7vw;
    }
    .announce {
        width: 65vw;
        margin: -3em auto 2em;
    }
    #item .announce {
        width: 70vw;
        margin: 0 auto;
    }
    #shop .announce {
        width: auto;
        margin: -1em auto;
    }
    #index .stock {
        margin-top: -1.5em;
        margin-bottom: 1em;
        min-height: calc(6.13333vw - 1.2em);
    }
    .footer__link ul {
        margin: 0 auto 12vw;
    }
    .footer__link ul li a {
        font-size: 11.5px;
    }
    .footer__link ul li {
        padding-bottom: 1em;
    }
    .navi__open .navi__link ul {
        padding: 5.46vw 0 0 33.26vw;
    }
    .navi__open .navi__link ul li {
        padding-bottom: 5.46vw;
    }
    .navi__open .navi__link ul li:nth-of-type(1) a img {
        width: 33.48vw;
    }
    .navi__open .navi__link ul li:nth-of-type(2) a img {
        width: 29.39vw;
    }
    .navi__open .navi__link ul li:nth-of-type(3) a img {
        width: 33.48vw;
    }
    #index .section7__list li div, .navi__open-list li div{
        font-family: "Maru Antique+ DemiBold",sans-serif;
        font-size: 4.266vw;
        color: #ffffff;
        line-height: 1.53;
        padding-top: 10px;
        font-feature-settings: "palt";
        letter-spacing: .75em;
    }
    .navi__open-list li div{
        color: #2e2e2e;
    }
    #index .section7__list li div span, .navi__open-list li div span{
        font-size: 2.8vw;
        display: block;
    }
}