/* Cookieバナー日本語以外表示 */
html[lang="ja"] .cc-bottom {
    display: none;
}
html[lang="en"] .cc-bottom,
html[lang="zh"] .cc-bottom,
html[lang="zh-tw"] .cc-bottom,
html[lang="ko"] .cc-bottom {
    display: inline-flex;
    z-index: 99999;
}

/* 言語切り替えボタン */
.ai-translate-logo {
	display: none !important;
}
#language-switcher {
  transition: .3s ease-in-out 0s;
  z-index: 980 !important;
  opacity: .8;
}
#language-switcher div {
  background-color: var(--accent-color) !important;
}
#language-switcher button {
  color: #ffffff !important;
  background-color: var(--accent-color) !important;
}
#language-switcher button span {
  font-weight: normal !important;
}
@media (max-width: 767.98px) {
  #language-switcher {
    bottom: 60px !important;
    left: 8px !important;
  }
}
.scrolled #language-switcher {
  bottom: -40px !important;
  opacity: 0;
}
