/* 1q TOP3 ranking section */
.top3-ranking-1q {
    background-color: #554d2a;
    padding: 20px 12px 24px;
    text-align: center;
}

.top3-ranking-1q__header {
    color: #fff;
    margin-bottom: 16px;
}

.top3-ranking-1q__lead {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}

.top3-ranking-1q__num {
    font-size: 1.6em;
    color: #fff;
}

.top3-ranking-1q__criteria {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 4px 6px;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
}

.top3-ranking-1q__tag {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
}

.top3-ranking-1q__title {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #fff;
}

.top3-ranking-1q__top {
    color: #ffe600;
}

.top3-ranking-1q__list {
    max-width: 680px;
    margin: 0 auto;
}

.top3-ranking-1q__card {
    display: block;
    margin-bottom: 14px;
    border-radius: 12px;
    /* box-shadow: 0 6px 0 #3d3520; */
    /* background: #fff; */
    transform: translateY(0);
    transition: transform 0.12s ease, box-shadow 0.12s ease;
    text-decoration: none;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.top3-ranking-1q__card:last-child {
    margin-bottom: 0;
}

.top3-ranking-1q__card-img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    pointer-events: none;
}

/* 凸型ボタン → ホバー/タップで凹む（PC: hover / SP: active） */
@media (hover: hover) {
    .top3-ranking-1q__card:hover {
        transform: translateY(4px);
        box-shadow: 0 2px 0 #3d3520;
    }
}

.top3-ranking-1q__card:active {
    transform: translateY(4px);
    box-shadow: 0 2px 0 #3d3520;
}

@media screen and (min-width: 768px) {
    .top3-ranking-1q {
        padding: 28px 20px 32px;
    }

    .top3-ranking-1q__lead {
        font-size: 18px;
    }

    .top3-ranking-1q__criteria {
        font-size: 15px;
    }

    .top3-ranking-1q__tag {
        font-size: 13px;
        padding: 3px 10px;
    }

    .top3-ranking-1q__title {
        font-size: 28px;
    }

    .top3-ranking-1q__card {
        margin-bottom: 16px;
        /* box-shadow: 0 7px 0 #3d3520; */
    }
    .top3-ranking-1q__card {
        width: 75%;
        margin: 0 auto 20px auto;
    }

    @media (hover: hover) {
        .top3-ranking-1q__card:hover {
            transform: translateY(5px);
            box-shadow: 0 2px 0 #3d3520;
        }
    }

    .top3-ranking-1q__card:active {
        transform: translateY(5px);
        box-shadow: 0 2px 0 #3d3520;
    }
}
