/**
 * 商品画像ギャラリーコンポーネント
 * BEM命名規則を使用したコンポーネントベースのスタイル
 */

/* =====================================================
   コンポーネントルート
   ===================================================== */
.bottom-image-component {
    width: 1400px;
    max-width: 98%;
    margin: 0 auto 3rem;
}

/* =====================================================
   画像アイテム
   ===================================================== */
.bottom-image-component__item {
    text-align: center;
}

.bottom-image-component__img {
    max-width: 100%;
    height: auto;
}


