.ranking02 {
    display: grid;
    gap: 20px;
    grid-template-columns: 440px 330px 330px;
}

.ranking02 > li:first-child {
    width: 440px;
    grid-row: span 2;
}

.ranking02 > li:not(:first-child) {
    width: 330px;
}

.ranking02__card {
    height: 100%;
    display: block;
    padding: 20px;
    position: relative;
}

/* 1い
--------------------------- */
.ranking02__top-img {
    height: 300px;
    margin: 0 0 12px;
}

/* 1位以下
--------------------------- */
.ranking02__top {
    display: grid;
    gap: 6px;
    grid-template-columns: 164px 1fr;
    margin: 0 0 10px;
}

.ranking02__img {
    height: 123px;
}

.ranking02__info {
    min-width: 0;
    place-content: flex-end;
}

.ranking02 > li:not(:first-child) .bkn__label {
    margin: 0 0 7px;
}

.ranking02 > li:not(:first-child) .bkn__name {
    margin: 0 0 3px;
}

/* 共通
--------------------------- */
.ranking02 .rank__icon {
    position: absolute;
    top: 10px;
    left: 10px;
}
