/* カスタマイズ用CSS */



.ec-checkProductItemRole__list .ec-checkProductRole__listItem img,
.ec-shelfGrid .ec-shelfGrid__item img {
    width: auto;
    max-height: 100%;
    height: 172px;
    margin: auto;
    display: block;
}

.ec-productRole .item_visual img {
    width: auto;
    height: 320px;
    margin: auto;
    display: block;
}

.ec-productRole .item_nav img {
    width: auto;
    height: 64px;
    margin: auto;
    display: block;
}

.ec-itemNav__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.list-brands {
    padding: 20px;
    display: flex;
}

.list-brands .left-makers {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-height: 80vh;
    overflow-y: scroll;
    background: #fafafa;
    border-radius: 10px;
    margin-right: 24px;
}
.list-brands .left-makers .nav-maker {
    border: unset;
    background: unset;
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    text-align: left;
    display: block;
    width: 100%;
}

.list-brands .left-makers .nav-maker.active {
    font-weight: bold;
    color: #000;
    box-shadow: 4px 0 0 #000 inset;
}
.list-brands .right-brands {
    flex-grow: 1;
}
.list-brands .right-brands .brands-container {
    
    max-height: calc(80vh - 63px);
    overflow-y: scroll;
}

.list-brands .right-brands .brands-container > a.link-search {
    font-size: 20px;
    font-weight: bold;
    padding: 16px 20px;
    line-height: 32px;
    display: block;
    color: #222222;
}

.left-makers::-webkit-scrollbar,
.right-brands .brands-container::-webkit-scrollbar{
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.left-makers, .right-brands .brands-container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@media screen and (max-width: 800px) {
    .list-brands .left-makers .nav-maker {
        padding: 16px;
        font-size: 14px;
        line-height: 1.5;
    }
    .list-brands .right-brands .brands-container > a.link-search {
        font-size: 16px;
        padding: 14px 16px;
    }
}