.line_banner{
padding: 10px;
}

.toCartButton {
    position: fixed;
    bottom: 0px;
  z-index: 100;
}

.toCartButton {
    text-align: right;
}

.toCartButton a {
    background: #800000;
    color: #fff;
    display: inline-block;
    padding: .5rem;
}

   .brand-list {
    list-style: none;
    padding: 0 10px 10px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 400px;
}

.brand-list li {
    flex: 0 0 48%;
}

.brand-list a {
    display: block;
    position: relative;
     margin-bottom: .2rem;
 width: 170px;
}

.brand-list img {
    opacity: .4;
}

.brand-list a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    color: #603429;
    font-weight: 700;
 font-family: 'Noto Serif JP', serif;
}

.brand-list a:after {
  content: "";
  position: absolute;
  bottom: .3rem;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 14px solid #800001;
  border-left: 14px solid transparent;
}