@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');

html {
    scroll-behavior: smooth;
}

/*インスタロゴ消し*/
.LeeepListByLeeepContainer {
    display: none !important;
}

/**/

body {
    background-color: #f7f3ec;
}

main {
    color: #574337;
    font-family: "Noto Sans JP", sans-serif;
}

main .sp,
footer .sp {
    display: none !important;
}


main p,
footer p {
    margin: 1em 0;
}

main a {
    color: #574337;
}

.bana {
    padding: 20px 40px 50px;
    border-radius: 0 0 500px 0;
    background-color: #fff;
}

.bana img {
    width: 660px;
    display: block;
    margin-bottom: 20px;
}

.recruit {
    width: 210px;
    position: fixed;
    right: 20px;
    bottom: 200px;
    z-index: 9999;
}

.totop {
    width: 63px;
    position: fixed;
    right: 90px;
    bottom: 100px;
    z-index: 9999;
}

.new-product-wrap {
    margin-top: 50px;
    background-color: #fff;
    padding: 150px 50px 50px;
    border-radius: 500px 500px 0 0;
}

.new-product-wrap>img {
    width: 169px;
    display: block;
    margin: auto;
}

.midasi {
    position: relative;
    content: "";
    display: block;
    width: 700px;
    height: 1px;
    background-color: #574337;
    margin: 30px auto 100px;
}

.midasi h3 {
    width: fit-content;
    padding: 0 20px;
    background-color: #fff;
    margin: auto;
    font-size: 24px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.5em;
}

.edition {
    margin-top: 50px;
    background-color: #fff;
    padding: 80px 50px;
    border-radius: 500px 500px 0 0;
    font-size: 19px;
    text-align: center;
}

.edition>img {
    width: 163px;
    display: block;
    margin: auto;
}

.edition p {
    margin-top: 10px;
}

.ed01 img {
    width: 700px;
}

.edition .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.edition .grid img {
    width: 100%;
}

.pickup {
    width: 90%;
    margin: 100px auto 50px;
}

.pickup .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.pickup .flex>img {
    width: 210px;
}

.pickup .flex>span {
    display: block;
    width: 495px;
    height: 1px;
    background-color: #574337;
}

.pickup .flex>p {
    font-size: 21px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.pickup .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.pickup .grid img {
    width: 100%;
}

.pickup .grid span {
    width: 100%;
    display: block;
    margin: 10px 0;
    text-align: center;
    background-color: #d09ca4;
    color: #fff;
    padding: 10px 0 13px;
    border-radius: 30px;
}

.pickup .grid a:hover {
    text-decoration: none;
}

.ranking {
    width: 95%;
    display: flex;
    border-radius: 220px 0 0 220px;
    background-color: #fff;
    margin-left: auto;
    margin-top: 100px;
    align-items: center;
    justify-content: space-evenly;
}

.ranking .ranking_left>img {
    width: 134px;
}

.ranking .ranking_left>span {
    display: block;
    width: 134px;
    height: 1px;
    background-color: #574337;
    margin: 20px 0;
}

.ranking .ranking_left>p {
    font-size: 21px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
}

.ranking .ranking_right {
    width: 660px;
    padding: 30px 0;
}

.ranking .ranking_right .ranking_slider li {
    padding: 10px;
}

.ranking .ranking_right .ranking_slider li img {
    width: 100%;
}

.product-caption-wrap {
    padding: 15px 3px;
}

.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #574337;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-next:before {
    content: '▶';
}



.top-news {
    width: 90%;
    margin: 100px auto 50px;
    margin-bottom: 30px;
}

.top-news .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-news .flex>img {
    width: 218px;
}

.top-news .flex>span {
    display: block;
    width: 568px;
    height: 1px;
    background-color: #574337;
}

.top-news .flex>p {
    font-size: 21px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
}



.instagram {
    padding: 50px 5% 50px;
    background-color: #fff;
}

.instagram .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.instagram .flex>img {
    width: 181px;
}

.instagram .flex>span {
    display: block;
    width: 530px;
    height: 1px;
    background-color: #574337;
}

.instagram .flex>p {
    font-size: 21px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: 0.2em;
}



.LeeepSeeMore {
    margin: 30px 0 0 auto !important;
    padding: 0 !important;
    border: none !important;
    font-size: 17px !important;
    color: #574337 !important;
    background-color: transparent !important;
}

.LeeepSeeMore::after {
    content: "＞＞＞";
    color: #d09ca4;
    display: inline-block;
    margin-left: 10px;
}


footer {
    background-color: #fff;
    font-family: "Noto Serif JP", serif;
    color: #574337;
}

.f_cnt {
    width: 1296px;
    margin: auto;
    display: flex;
    align-items: end;
}

.f_cnt menu {
    margin: 0;
    padding: 0;
    width: 296px;
    margin-bottom: 100px;
}

.f_cnt menu a {
    display: block;
    font-size: 21px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 20px;
    color: #574337;
}

footer .wrap {
    width: 1000px;
    background-color: #f7f3ec;
    padding: 80px 0 150px;
    border-radius: 0 0 500px 500px;
}

footer .showroom {
    display: flex;
    text-align: center;
    font-size: 21px;
    justify-content: center;
}

footer .showroom p,
footer .showroom a {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    color: #574337;
}


footer .showroom>img {
    width: 350px;
    margin-right: 50px;
}

footer .showroom .title {
    width: 206px;
}

footer .showroom .reserve {
    display: block;
    color: #fff;
    background-color: #d09ca4;
    width: 243px;
    margin: 30px auto;
    padding: 5px 0 8px;
    font-size: 28px;
}

footer .showroom a {
    font-size: 24px;
    font-family: "Noto Sans JP", sans-serif;
}

footer .showroom span {
    color: #d09ca4;
}

footer .sepa {
    width: 870px;
    margin: 80px auto;
    height: 2px;
    background-color: #fff;
}

.foot {
    text-align: center;
}

.foot img {
    width: 482px;
}

.foot p {
    font-size: 21px;
    line-height: 1.5;
}

.foot .thanks {
    font-size: 24px;
}

@media screen and (max-width: 768px) {

    main .pc,
    footer .pc {
        display: none;
    }

    main .sp,
    footer .sp {
        display: block !important;
    }


    .recruit {
        width: 120px;
        position: fixed;
        right: 20px;
        bottom: 100px;
        z-index: 1000;
    }

    .totop {
        width: 40px;
        position: fixed;
        right: 60px;
        bottom: 50px;
        z-index: 1000;
    }


    .bana {
        padding: 20px 5%;
        border-radius: 0 0 0 0;
        background-color: transparent;
    }

    .bana img {
        width: 100%;
        margin-bottom: 20px;
    }

    .midasi {
        width: 90%;
        height: 1px;
        background-color: #574337;
        margin: 30px auto 100px;
    }

    .new-product-wrap>img {
        width: 40%;
        display: block;
        margin: auto;
    }

    .new-product-wrap {
        margin-top: 50px;
        background-color: #fff;
        padding: 100px 5% 50px;
        border-radius: 50vw 50vw 0 0;
    }

    .edition {
        margin-top: 50px;
        background-color: #fff;
        padding: 80px 5%;
        border-radius: 50vw 50vw 0 0;
        font-size: 13px;
        text-align: center;
    }

    .ed01 img {
        width: 100%;
    }

    .edition>img {
        width: 40%;
    }

    .edition .grid {
        gap: 15px;
    }



    .pickup .flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .pickup .flex>img {
        width: 40%;
    }

    .pickup .flex>span {
        width: 15%;
        height: 1px;
    }

    .pickup .flex>p {
        font-size: 15px;
    }

    .pickup .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .ranking {
        width: 100%;
        height: auto;
        padding: 50px 0 20px;
        display: flex;
        flex-wrap: wrap;
        border-radius: 30vw 0 0 0;
        background-color: #fff;
        margin-left: auto;
        margin-top: 100px;
        align-items: center;
        justify-content: space-evenly;
    }

    .ranking .ranking_left {
        width: 30%;
    }

    .ranking .ranking_left>img {
        width: 100%;
    }

    .ranking .ranking_left>span {
        width: 100%;
        margin: 10px 0;
    }

    .ranking .ranking_no1 {
        width: 45%;
        position: relative;
        margin: 40px 0;
    }

    .ranking .ranking_no1>img {
        width: 100%;
    }

    .ranking .ranking_no1>p {
        font-size: 13px;
    }



    .ranking .ranking_no1 .rank {
        width: 40%;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-70%, -30%);
    }


    .ranking .ranking_left>p {
        font-size: 15px;
        letter-spacing: 0.1em;
        width: 100%;
    }

    .ranking .ranking_right {
        width: 80%;
    }


    .top-news .flex>img {
        width: 40%;
    }

    .top-news .flex>span {
        width: 15%;
        height: 1px;
    }

    .top-news .flex>p {
        font-size: 15px;
    }



    .instagram .flex>img {
        width: 40%;
    }

    .instagram .flex>span {
        width: 15%;
        height: 1px;
    }

    .instagram .flex>p {
        font-size: 15px;
    }


    .f_cnt {
        width: 100%;
        display: block;
    }

    .f_cnt menu {
        display: none;
    }

    footer .wrap {
        width: 100%;
        background-color: #f7f3ec;
        padding: 80px 0 50px;
        border-radius: 0;
    }

    footer .showroom {
        display: block;
        font-size: 21px;
    }

    footer .showroom>img {
        display: none;
    }

    footer .showroom .title {
        width: 50%;
    }

    footer .showroom .reserve {
        width: 55%;
        font-size: 20px;
        letter-spacing: 0.2em;
    }

    footer .showroom .show_img,
    footer .showroom p {
        width: 70%;
        margin: 20px auto;
        font-size: 15px;
    }

    footer a {
        color: #574337;
    }

    footer .showroom a {
        font-size: 17px;
    }

    footer .sepa {
        width: 90%;
        margin: 30px auto;
    }

    .foot img {
        width: 80%;
    }

    .foot .thanks {
        font-size: 21px;
    }

    .foot p {
        font-size: 18px;
    }

    footer>menu {
        margin: 0;
        color: #574337;
        background-color: #f7f3ec;
        font-family: "Noto Sans JP", sans-serif;
        padding: 20px 5%;
    }

    .ec_link {
        width: 80%;
        margin: auto;
    }

    .ec_link_sp {
        display: flex;
        justify-content: space-around;
    }

    .ec_link img {
        width: 100%;
        margin: 5px 0 20px;
    }

    .sns_icon {
        width: 50%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin: 50px auto 20px;
    }

    footer .help {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    footer .help a {
        display: block;
        margin: 10px 0;
        font-size: 14px;
    }

    footer .cal {
        width: 80%;
        margin: 50px auto;
    }

}