.ec-layoutRole__footer .ec-footerRole {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 64px 20px 24px;
    font-family: 'Noto Sans JP', sans-serif;
}

.ec-layoutRole__footer .footer-logo-shop-pc {
    background-image: url('../../icon/chiilabo_w1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 200px;
    height: 200px;
    margin: 0 auto 40px;
    display: block;
}

.ec-layoutRole__footer .footer-logo-shop-sp {
    display: none;
}

.ec-layoutRole__footer .ec-footerTitle {
    padding: 1px 0 10px;
}

.ec-layoutRole__footer .ec-footerNavi {
    list-style: none;
    padding: 0;
    margin: 0 auto 30px;
    /*display: flex;*/
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.ec-layoutRole__footer .ec-footerNavi .ec-footerNavi__link {
  padding-left: 30px;
  padding-right: 30px;
}

.ec-layoutRole__footer .ec-footerNavi .ec-footerNavi__link a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s ease;
    font-family: "Noto Sans JP", sans-serif;
}

.ec-layoutRole__footer .ec-footerNavi__link a:hover {
    opacity: 0.7;
}

.ec-layoutRole__footer .ec-footerTitle__copyright {
    font-size: 14px;
    color: #646464;
    letter-spacing: 0.1em;
    font-family: 'Source Han Sans', sans-serif;
    font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ec-layoutRole__footer .ec-footerNavi .ec-footerNavi__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
    .ec-layoutRole__footer .ec-footerNavi {
        gap: 10px;
    }

    .ec-layoutRole__footer .ec-footerNavi .ec-footerNavi__link a {
        text-decoration: none;
        color: white;
        font-size: 22px;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        word-wrap: break-word;
        border-bottom: none;
        padding: 24px 0;
    }

    .ec-layoutRole__footer .footer-logo-shop-pc {
        display: none;
    }

    .ec-layoutRole__footer .footer-logo-shop-sp {
        background-image: url('../../icon/chiilabo_w1.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 280px;
        height: 280px;
        margin: 0 auto 40px;
        display: block;
    }
}


