.section-brand-index.section-page .brand-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch}.section-brand-index.section-page .brand-list article>a{transition:border .2s;display:block;position:relative;width:240px;height:170px;margin:0;padding:40px;outline:0;box-shadow:none;border:1px dashed transparent}.section-brand-index.section-page .brand-list article>a img{transition:filter .2s,opacity .2s;display:block;width:100%;height:100%;object-fit:contain;object-position:center center;filter:grayscale(1);opacity:.75}.section-brand-index.section-page .brand-list article>a:hover,.section-brand-index.section-page .brand-list article>a:active,.section-brand-index.section-page .brand-list article>a:focus{border-color:var(--red)}.section-brand-index.section-page .brand-list article>a:hover img,.section-brand-index.section-page .brand-list article>a:active img,.section-brand-index.section-page .brand-list article>a:focus img{filter:none;opacity:1}