/* カスタマイズ用CSS */
/* カテゴリ選択部分の背景色を藤色に */
.ec-headerSearch__category .ec-select.ec-select_search {
    background-color: #c8a2c8 !important;
    border-radius: 4px;
}

/* 全体のフッターエリアを白に戻す */
.ec-layoutRole__footer {
    background-color: #ffffff !important;
}

/* フッター本体部分は藤色を維持 */
.ec-footerRole {
    background-color: #c8a2c8 !important;
}

/* 必要であれば文字色も維持 */
.ec-footerRole,
.ec-footerTitle,
.ec-footerNavi a {
    color: #fff !important;
}