@charset "UTF-8";
@media screen and (min-width: 768px), print {
    #item .footer__btn {
        width: 825px;
    }
    .footer__btn img {
        width: 150px;
        height: 40px;
    }
    #item .section1__price h2{
        width: initial;
    }
    #item .section1__price h2 img{
        width: auto;
    }
    #item .section1__price .cart:nth-of-type(n + 2) {
        padding-top: 3.6em;
    }
    #item .section1__link {
        position: relative;
        bottom: initial;
        padding-top: 3em;
    }
    #item .section1__inner {
        padding-left: 55px;
    }
    #item .section1__price {
        margin-right: 40px;
    }
    #item .section1__price-btn {
        margin-top: 24px;
        height: 24px;
    }
}
@media screen and (max-width: 767px), print {
    #item .section1__price {
        width: 87.711vw;
    }
    #item .section1__price h2 {
        margin: 0 auto;
    }
    #item .section1__price .cart:nth-of-type(1) h2 {
        width: 61.76vw;
    }
    #item .section1__price .cart:nth-of-type(2) h2 {
        width: 63.48vw;
    }
    #item .section1__price .cart:nth-of-type(3) h2 {
        width: 77.67vw;
    }
    #item .section1__price .cart:nth-of-type(4) h2 {
        width: 77.67vw;
    }
    #item .section1__price .cart:nth-of-type(5) h2 {
        width: 78.53vw;
    }
    #item .section1__price .cart:nth-of-type(n + 2) {
        padding-top: 3.4em;
    }
}