@charset "Shift-JIS";

#shop .guide-navi__list  li.new:before {
    content: "NEW";
    position: absolute;
    top: 0;
    right: 12%;
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    border-radius: 100%;
    border: 1px solid #fff;
    background: #f58770;
    font-size: 8px;
    font-size: 2.1333333333vw;
    font-weight: 400;
    color: #fff
}

@media screen and (min-width: 750px) {
    #shop .guide-navi__list  li.new:before {
        right:13.5%;
        -webkit-transform: translate(50%,-38%);
        transform: translate(50%,-38%);
        width: 3.3333333333vw;
        height: 3.3333333333vw;
        font-size: 12px;
        font-size: 1vw
    }
}

@media screen and (min-width: 750px) and (min-width:940px) {
    #shop .guide-navi__list  li.new:before {
        font-size:12px
    }
}

@media screen and (min-width: 940px) {
    #shop .guide-navi__list  li.new:before {
        width:40px;
        height: 40px
    }
}

#shop .e-unit__t_content_date {
    display: none;
}

#shop .e-unit__t_btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 13.3333333333vw;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #AABDCD;
    border-radius: 50px;
    font-size: 17px;
    font-size: 4.5333333333vw;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 750px) {
    #shop .e-unit__t_btn {
        width:37.5vw;
        height: 5.8333333333vw;
        margin: 0 auto 2.5vw;
        font-size: 24px;
        font-size: 2vw
    }
}

@media screen and (min-width: 750px) and (min-width:940px) {
    #shop .e-unit__t_btn {
        font-size:24px
    }
}

@media screen and (min-width: 940px) {
    #shop .e-unit__t_btn {
        width: 450px;
        height: 70px;
        margin: 10px auto 10px
    }
}

#shop .e-unit__t_btn_text {
    text-align: center;
}

