/* under-swiper ラッパー */
.under-swiper {
    width: 100%;
    overflow: hidden;
}

/* swiper-wrapper */
.under-swiper .swiper-wrapper {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 各アイテム（li） */
.under-swiper .ec-shelfGrid__item {
    flex-shrink: 0;
    white-space: normal;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
}

/* リンク */
.under-swiper .ec-shelfGrid__item a {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* 画像コンテナ */
.under-swiper .ofi-100 {
    display: block;
    width: 100%;
    position: relative;
    height: auto;
}

.under-swiper .ofi-100::after {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.under-swiper .ofi-100 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.under-swiper .ofi-100.contain {
    background-color: #fff;
}

.under-swiper .ofi-100.contain img {
    object-fit: contain;
}

/* 画像コンテナの競合スタイルを上書き */
#recommend4_block .abisu_image {
    width: 100% !important;
    height: auto !important;
}

/* タイトル */
.under-swiper .ec-shelfGrid__item h4.title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    margin: 10px 0 5px;
    text-align: center;
}

@media (max-width: 599px) {
    .under-swiper .ec-shelfGrid__item h4.title {
        font-size: 12px;
        line-height: 1.58;
    }
}
