@charset "utf-8";

/* 20260318 ADD */
/* HEADER */
#header .header-logo {
  top: 80px;
  left: 3vw;
  width: 80px;
  transition: opacity 0.2s;
}
#header .header-logo:hover {
  opacity: 0.9;
}
#header .header-logo a img,
#header.open .header-logo a img {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
}
@media screen and (max-width: 991px) {
  #header .header-logo {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }
  #header .header-logo a img {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-logo a img {
    width: 40px;
  }
}
/* FOOTER */
#footer .footer-bottom__bnr {
  grid-template-columns: repeat(3, minmax(0, 300px));
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #footer .footer-bottom__bnr {
    grid-template-columns: 1fr;
  }
}