.system_content {
  padding-top: 0;
}
body.--toppage {
  padding-top: 40px;
}
body.--subpage {
  padding-top: 0;
}
#slider-container {
  height: 70%;
}
body.--subpage .layout_header {
  position: sticky;
  top: 0;
  height: 100px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#pc-nav {
  position: sticky;
  top: 40px;
  width: 100%;
  height: 60px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  z-index: 100;
}
.c-brands{
  list-style:none;
}
.c-brands>li{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.c-brands>li>a{
  display:block;
  background:none;
  background-size:contain;
  padding-bottom:0;
  text-indent:0;
  filter:grayscale(1) opacity(.9);
}
#brands-list .c-brands {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  gap: 24px;
  margin: 0;
}
