.header_msg a,
.freepage-contents .navitopicpath_.bottom_ {
  display: none;
}

#brandlist {
  font-family: "Noto Sans JP", sans-serif;
}
#brandlist * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#brandlist img {
  vertical-align: bottom;
  max-width: 100%;
}
#brandlist .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #brandlist .anchors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-block: 30px;
    padding-inline: 10px;
  }
}
#brandlist .anchors a {
  position: relative;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  font-weight: 500;
  border-right: 1px solid #CC0000;
  padding-inline: 20px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #brandlist .anchors a {
    min-height: auto;
    padding: 15px 9px 15px 17px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #CC0000;
    text-decoration: none;
  }
}
#brandlist .anchors a:before, #brandlist .anchors a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
}
#brandlist .anchors a:before {
  width: 16px;
  height: 16px;
  background: #CC0000;
  border-radius: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #brandlist .anchors a:before {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
#brandlist .anchors a:after {
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  #brandlist .anchors a:after {
    width: 6px;
    height: 6px;
    right: 15px;
  }
}
#brandlist .anchors a:hover {
  color: #CC0000;
  text-decoration: none;
}
#brandlist .anchors a:first-child {
  border-left: 1px solid #CC0000;
}
@media screen and (max-width: 767px) {
  #brandlist .anchors a:first-child {
    border: none;
    border-top: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
  }
}
@media screen and (min-width: 768px) {
  #brandlist .anchors a:nth-child(5n) {
    border-left: 1px solid #CC0000;
  }
}
#brandlist .brand-list {
  margin-bottom: 30px;
}
#brandlist .brand-list h2 {
  border-left: 0;
  font-size: 17px;
  background: url(/img/usr/freepage/title_bg.jpg) #eee no-repeat 10px center;
  border-bottom: solid 1px #E0E0E0;
  padding: 8px 0 8px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #brandlist .brand-list h2 {
    margin-bottom: 30px;
    padding: 0 10px 3px;
    font-size: 18px;
    line-height: 1.37;
    font-weight: bold;
    color: #333;
    border-bottom: 3px solid #e60012;
    background: none;
  }
}
#brandlist .brand-listarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 20px;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  #brandlist .brand-listarea {
    gap: 25px 17px;
    padding-inline: 15px;
  }
}
#brandlist .brand-listarea li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 767px) {
  #brandlist .brand-listarea li {
    width: calc((100% - 17px) / 2);
  }
}
#brandlist .brand-listarea li a {
  padding-inline: 10px;
  height: 85px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #333333;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
#brandlist .brand-listarea li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#brandlist .brand-listarea li a:not(:has(img)) {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #brandlist .brand-listarea li a:not(:has(img)) {
    font-size: 16px;
  }
}
#brandlist .brand-listarea li a:hover {
  color: #CC0000;
  text-decoration: none;
  opacity: 0.7;
}
#brandlist .brand-listarea li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#brandlist .brand-listarea li span {
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #brandlist .brand-listarea li span {
    margin-top: 10px;
  }
}/*# sourceMappingURL=brandlist.css.map */