@charset "utf-8";

.si-shop__top .swiper-pagination {
    bottom: 5px;
}
@media screen and (max-width:767px) {
    .swiper-container {
        /*overflow: visible;*/
        margin-bottom: 30px;
    }
    .si-shop__top .swiper-pagination {
        bottom: -30px;
        width: 100%;
        left: 0;
        transform: translateX(0px);
    }
}

/*-----------------------------------------------
  ショップページフッター部にキャラクター追加
-----------------------------------------------*/
.footer__info--top {
    margin-top: 80px;
}

.footer__bnr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
}

.footer__bnr a:hover {
    filter: brightness(1.1);
}

@media screen and (max-width:767px) {
    .footer__bnr {
        display: block;
    }
    .footer__bnr p {
        margin-bottom: 1em;
    }
}





.footer__character img {
    position: absolute;
    top: -66px;
    left: 0;
    max-width: 254px;
}

@media screen and (max-width:1180px) {
    .footer__character img {
        position: unset;
        width: 90%;
        max-width: 400px;
        padding: 2vw;
    }
}

@media screen and (max-width:767px) {
    .footer__info--top {
        margin-top: 10vw;
    }

    .footer__character {
        text-align: center;
    }

    .footer__character img {
        margin-bottom: 10vw;
        width: 90%;
        padding: 0;
    }
}
