.jsonBannerStyle{
    text-align: center;
    position: relative;
    z-index: 50;
    margin: 0 auto;
}
.jsonBannerStyle .bnr li{
    vertical-align: top;
    box-sizing: border-box;
    width: 49%;
    text-align: center;
    list-style: none;
    display: inline-block;
}
.jsonBannerStyle .bnr li a{
    color: #333;
    text-decoration: none;
}
.jsonBannerStyle .bnr li img{
    width: 100%;
    padding: 0;
}
.jsonBannerStyle .button{
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #666;
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
    border-radius: 4px;
    width: 80%;
    height: 40px;
    background: #fff;
    margin: 10px auto;
    line-height: 40px;
}
.jsonBannerStyle .bnrbox{
    margin: 0 -20px;
}

.spMoreDispButton{
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #666;
    font-size: 1.4rem;
    text-align: center;
    cursor: pointer;
    display: block;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ccc;
    border-radius: 4px;
    width: 80%;
    height: 40px;
    background: #fff;
    margin: 10px auto;
    line-height: 40px;
}

.more::before,
.close::before{
    margin: 0 10px 0 0;
    overflow: hidden;
    display: inline-block;
    text-indent: 200%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    background-image: url('/sp/images/common-img-sprite.png?ver=3.75.2');
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    -moz-background-size: 152px auto;
    -o-background-size: 152px auto;
    -webkit-background-size: 152px auto;
    background-size: 152px auto;
    content: "";
}
.more::before{
    background-position: 0 -483px;
}
.close::before{
    background-position: 0 -508px;
}

/* ----- carousel ----- */
.jsonCarouselBanner {
    --base-height: calc((100vw - 60px) / 2 * 0.68888 + 10px);
    display: flex;
    padding-bottom: 10px;
    width: 100vw;
    height: auto;
    overflow-x: scroll;

    &[v-cloak] {
        display: block;
        visibility: hidden;
        overflow-y: hidden;
    }

    &:not(#cateTopCarousel) {
        height: var(--base-height);
    }

    & li {
        flex-basis: calc(50% - 20px);
        flex-shrink: 0;
        padding-right: 5px;
        padding-left: 5px;

        &:first-child {
            margin-left: 15px;
        }
    }

    & a {
        color: #333;
        text-decoration: none;
    }

    & img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 45 / 31;
    }
}

#cateTopCarousel.jsonCarouselBanner {
    --catetop-carousel-height: calc(var(--base-height) + 8px + 1.83333em * 2);
    min-height: var(--catetop-carousel-height);

    &[v-cloak] {
        height: var(--catetop-carousel-height);
    }

    & img {
        margin-bottom: 8px;
    }
}

#kikanPJsonBanner.jsonCarouselBanner,#newAJsonBanner.jsonCarouselBanner {
    margin-right: -20px;
    margin-left: -20px;
}
