@charset "UTF-8";

/* recipe */
.block-pagecategory-page-list--frame {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.block-pagecategory-page-list--page {
    display: block;
    width: 20%;
    margin-right: 5%;
}


/* 同一バリエーション画像表示 */
.block-goods-detail .block-goods-detail--color-variation-goods-image .bx-viewport {
  max-height: 100%;
}
