/*タブ切り替えの中身のスタイル*/
.top-ranking__content {
    display: none;
    clear: both;
    overflow: inherit;
}

.top-ranking__content .o-slideitem__box {
    padding-top: 5px;
}

.o-slideitem__rankno {
    margin: 0 0 15px 0;
    font-size: 1.4rem;
}

.o-slideitem__rankno figure {
    margin: 0 0 5px 0;
}

.top-ranking__content.content__show02 {
    display: block;
}

.top-tab02__wrap {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.top-tab02_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: -44px;
    width: 100%;
    justify-content: flex-start;
}

.top-tab02_ttl {
    width: 15%;
}

.top-tab02__tab {
    justify-content: flex-start;
    align-items: center;
    width: 85%;
}

.top-ranking__button {
    cursor: pointer;
}

.top-tab02__tab ul {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 10px;
}

.top-tab02__label.tab02_active {
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.top-tab02__label.tab02_active .top-ranking__content {
    padding: 15px;
    height: auto;
    overflow: initial;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    opacity: 1;
}

.top-tab02__label {
    cursor: pointer;
    margin: 0 0 0 5px;
    transition: 0.5s;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #555f64;
    font-size: 1.6rem;
}

.top-tab02__label figure {
    margin: 0 10px 0 0;
    display: inline-block;
}

.top-ranking__content {
    width: 100%;
}

.top-tab02 .o-slideitem .slick-next:before {
    background: url(../../images/wharw_slider-r.webp) no-repeat center center;
}

.top-tab02 .o-slideitem .slick-prev:before {
    background: url(../../images/wharw_slider-l.webp) no-repeat center center;
}

.o-slideitem__box-rank .o-slideitem__rankno figure {
    min-height: 14px;
}


@media screen and (max-width: 600px) {
    .top-tab02_head {
        display: block;
        width: 100%;
        overflow-x: auto;
        padding: 0 15px;
        margin-top: -76px;
    }

    .top-tab02_ttl {
        justify-content: flex-start;
        padding: 0 0 12px 0;
        width: auto;
    }

    .top-tab02_ttl img {
        margin: initial;
    }

    .top-tab02__tab {
        width: 100%;
    }

    .top-tab02__tab ul {
        margin: 0;
        width: 100%;
    }

    .top-tab02__tab li {
        width: 20%;
    }

    .top-tab02__label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 45px;
        text-align: center;
        margin: 0;
        padding-bottom: 3px;
        font-size: x-small;
    }

    .top-tab02__label figure img {
        max-width: 100%;
        height: auto;
    }

    .top-tab02__label figure {
        height: 20px;
        margin: 0;
    }
}
