@media (max-width:1024px) {
    .only-pc {
        display: none !important
    }
}

@media (min-width:1025px) {
    .only-sp {
        display: none !important
    }
}

.about-article {
    margin-top: 177px
}

.about-article_head .ttl {
    font-size: 46px;
    padding-bottom: 13px
}

.about-article_head .desc {
    font-size: 26px;
    font-family: "Shippori Mincho", serif
}

.about-article_body {
    padding-top: 95px
}

.about-article_body p {
    font-size: 18px;
    line-height: 56px
}

.about-article_body p:not(:last-child) {
    margin-bottom: 12px
}

@media (max-width:1440px) {
    .about-article {
        margin-top: 140px
    }
}

@media (max-width:1024px) {
    .about-article {
        margin-top: 80px
    }

    .about-article_head .ttl {
        font-size: 28px;
        padding-bottom: 7px
    }

    .about-article_head .desc {
        font-size: 20px
    }

    .about-article_body {
        padding-top: 40px
    }

    .about-article_body p {
        font-size: 18px;
        line-height: 30px
    }

    .about-article_body p:not(:last-child) {
        margin-bottom: 20px
    }
}

.about-shopList {
    margin-top: 245px
}

@media (max-width:1440px) {
    .about-shopList {
        margin-top: 180px
    }
}

@media (max-width:1024px) {
    .about-shopList {
        margin-top: 100px
    }
}

.about-shopItem {
    max-width: 1360px;
    margin: 0 auto 170px
}

.about-shopItem_thumb {
    width: 48%
}

.about-shopItem_name {
    font-size: 34px;
    line-height: 42px;
    font-family: "Cormorant Infant", serif;
    letter-spacing: 2px;
    margin-bottom: 40px
}

.about-shopItem_list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.about-shopItem_list li span {
    flex: 0 0 30%;
}

@media (max-width:1440px) {
    .about-shopItem {
        margin: 0 auto 140px
    }
}

@media (max-width:768px) {
    .about-shopItem {
        margin: 0 auto 60px
    }

    .about-shopItem_thumb {
        width: 100%;
        margin-bottom: 20px
    }

    .about-shopItem_thumb img {
        width: 100%
    }

    .about-shopItem_info {
        width: 100%
    }

    .about-shopItem_name {
        font-size: 25px;
        line-height: 38px;
        margin-bottom: 20px
    }
}