@charset "UTF-8";
body {
  -webkit-font-smoothing: auto;
}

.site__logo .custom-logo[src*=".svg"] {
  height: 100px;
}

.ul__g_nav > .menu-item {
  font-weight: normal;
}

img,
svg {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.loader__item-image img[src*=".svg"] {
  width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}

.breadcrumb {
  background: var(--footer-bg);
  color: var(--footer-text-color);
}
.breadcrumb .breadcrumb__li:not(:last-child):after {
  color: var(--footer-link-color);
}

.remodal-close .gf {
  font-family: var(--stk-base-font-family, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif);
  font-size: 80%;
}