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

.top-tab01__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-tab01__content.content__show01 {
    display: block;
}

.top-tab01 {
    background: #eee;
    margin-top: 120px;
    padding-bottom: 80px;
}

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

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

.top-tab01_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    color: #555f64;
    width: 15%;
}

.top-tab01_ttl figure {
    margin: 0 10px 0 0;
}

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

.top-ranking__button {
    cursor: pointer;
}

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

.top-tab01__label.tab01_active {
    background: #eee;
    border-radius: 5px 5px 0 0;
}

.top-tab01__label.tab01_active .top-tab01__content {
    padding: 15px;
    height: auto;
    overflow: initial;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    opacity: 1;
}

.top-tab01__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-tab01__label figure {
    margin: 0 10px 0 0;
    display: inline-block;
}

.top-tab01__content {
    width: 100%;
}

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

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

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

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

    .top-ranking_ttl {
        margin: 0 0 15px 0;
    }

    .top-ranking_ttl img {
        margin: initial;
    }

    .top-tab01__tab {
        width: 100%;
    }

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

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

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

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

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

    .top-tab01 .o-slideitem__box {
        width: 200px;
    }
}
