@charset "utf-8";

/* 親で高さを固定し、Firefoxで画像の実寸に依存しないようにする */
.thumb-item_akatonbo {
    aspect-ratio: 676 / 450;
    width: 100%;
    overflow: hidden;
}
.thumb-item_akatonbo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.thumb-item-nav_akatonbo img {
    aspect-ratio: 242 / 162;
    object-fit: contain;
}