/* 言語ボタン用アニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOut {
  0% {
    display: flex;
    opacity: 1;
    transform: translateX(0);
  }

  99% {
    display: flex;
    opacity: 0;
    transform: translateX(0px);
  }

  100% {
    display: none;
    opacity: 0;
    transform: translateX(0px);
  }
}
/* フッター用CSS */
#painttop_footer_2409 {
  scroll-behavior: smooth;
}

#painttop_footer_2409 .pc_only {
  display: block !important;
}

#painttop_footer_2409 .sp_only {
  display: none !important;
}

#painttop_footer_2409 {
  align-items: flex-start;
  background-color: var(--eerie-black);
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1370px;
  padding: 0 80px 80px;
  flex-direction: column;
  height: 355px;
}

#painttop_footer_2409 a {
  text-decoration: none;
}

#painttop_footer_2409 a:hover {
  color: #fff;
  transition: 0.5s;
}

#painttop_footer_2409 .footer_inner {
  align-items: flex-start;
  align-self: center;
  background-color: var(--eerie-black);
  display: flex;
  flex-direction: row;
  gap: 95px;
  padding: 80px 0 63px;
  position: relative;
  max-width: 1190px;
  width: 100%;
}

#painttop_footer_2409 .en,
#painttop_footer_2409 .es,
#painttop_footer_2409 .fr,
#painttop_footer_2409 .ko,
#painttop_footer_2409 .pt,
#painttop_footer_2409 .ru {
  font-family: var(--font-family-noto_sans_jp);
}

#painttop_footer_2409 .ja,
#painttop_footer_2409 .zh_CN,
#painttop_footer_2409 .zh_TW {
  font-family: var(--font-family-noto_sans_jp);
}

#painttop_footer_2409 .footer_inner1 {
  width: 100%;
  max-width: 262px;
  display: grid;
  gap: 63px;
  padding-top: 12px;
}

#painttop_footer_2409 .footer_inner2 {
  display: flex;
  width: 100%;
  max-width: 832px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: var(--font-family-inter-noto_sans_jp);
  flex-wrap: wrap;
  gap: 40px;
}

#painttop_footer_2409 .flex-row {
  height: 36px;
  max-width: 1190px;
  flex-wrap: wrap;
}

#painttop_footer_2409 .footer_logo {
  align-self: flex-start;
  height: 34px;
  width: 195px;
}

#painttop_footer_2409 .footer_links1 {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-right: auto;
  margin-top: 28px;
  flex-wrap: wrap;
}

#painttop_footer_2409 .footer_links1 li a {
  height: 14px;
  letter-spacing: 0.28px;
  line-height: 12px;
  margin-top: -1px;
  position: relative;
  white-space: nowrap;
  width: 139px;
  color: #ffffff80;
  transition: 0.5s;
}

#painttop_footer_2409 .footer_links1 li a:hover {
  color: #fff;
  transition: 0.5s;
}

#painttop_footer_2409 .footer_links2 {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 28px;
}

#painttop_footer_2409 .news {
  height: 14px;
  letter-spacing: 0.28px;
  line-height: 12px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 39px;
  color: #ffffff80;
}

#painttop_footer_2409 .place {
  height: 14px;
  letter-spacing: 0.28px;
  line-height: 12px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 56px;
  color: #ffffff80;
  transition: 0.5s;
}

#painttop_footer_2409 .language-list-box {
  position: relative;
}

#painttop_footer_2409 .bogo-language-switcher {
  display: none;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  bottom: 48px;
  background-color: var(--grey02);
  padding: 16px 24px;
  width: 116px;
  left: -10px;
  font-family: var(--font-family-inter-noto_sans_jp);
  animation: fadeOut 0.2s ease 0s 1 normal backwards;
}

#painttop_footer_2409 .bogo-language-switcher::after {
  content: "";
  background: #25272D;
  height: 16px;
  width: 16px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  display: inline-block;
  bottom: -16px;
  left: 45%;
  transform: rotate(180deg);
}

#painttop_footer_2409 .bogo-language-switcher.is-open{
  display: flex;
  animation: fadeIn 0.2s ease 0s 1 normal backwards;
}

#painttop_footer_2409 .bogo-language-name {
  color: #ffffff80;
}

#painttop_footer_2409 .bogo-language-name a {
  color: #ffffff80;
}
#painttop_footer_2409 .bogo-language-name .current{
  color: #fff;
}
#painttop_footer_2409 .bogo-language-name a:hover {
  transition: 0.5s;
  color: #fff;
}

#painttop_footer_2409 .language_btn {
  background-color: transparent;
  border: none;
  width: 93px;
  height: 18px;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}

@media (pointer: fine) {
  #painttop_footer_2409 .language_btn:hover .icon_earth {
    transition: 0.5s;
    opacity: 1.0;
  }

  #painttop_footer_2409 .language_btn:hover .language {
    transition: 0.5s;
    color: #ffffff;
  }
}

#painttop_footer_2409 .language {
  left: 20px;
  letter-spacing: 0.28px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 3px;
  white-space: nowrap;
  width: 68px;
  margin-left: 5px;
  transition: 0.5s;
}

#painttop_footer_2409 .icon_earth {
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  opacity: 0.5;
  transition: 0.5s;
}

#painttop_footer_2409 .ic_sns_group {
  display: flex;
  gap: 40px;
}

#painttop_footer_2409 .ic_sns_group li a {
  opacity: 0.5;
  transition: 0.5s;
}

#painttop_footer_2409 .ic_sns_group li a:hover {
  opacity: 1;
  transition: 0.5s;
}

#painttop_footer_2409 .ic_sns {
  flex: 0 0 auto;
  position: relative;
}

#painttop_footer_2409 .copyright {
  color: var(--white01);
  font-family: var(--font-family-noto_sans_jp);
  font-size: var(--font-size-xxxs);
  font-weight: 300;
  height: 14px;
  letter-spacing: 0.22px;
  line-height: 12px;
  position: relative;
  white-space: nowrap;
  width: 133px;
  padding-left: 8px;
}

@media only screen and (max-width:768px) {
  #painttop_footer_2409 {
    height: auto;
    padding: 0 24px;
    max-width: 736px;
  }

  #painttop_footer_2409 .pc_only {
    display: none !important;
  }

  #painttop_footer_2409 .sp_only {
    display: block !important;
  }

  #painttop_footer_2409 .footer_inner1 {
    padding-top: 7px;
    gap: 54px;
  }

  #painttop_footer_2409 .footer_logo {
    width: 168px;
    height: 28.98px;
  }

  #painttop_footer_2409 .ic_sns_group {
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
  }

  #painttop_footer_2409 .footer_inner1 {
    height: auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    max-width: initial;
    gap: 56px;
  }

  #painttop_footer_2409 .ic_sns {
    width: 16px;
    height: auto;
  }

  #painttop_footer_2409 .footer_inner {
    flex-direction: column;
    gap: 56px;
    padding: 74px 0 117px;
  }

  #painttop_footer_2409 .copyright {
    padding-bottom: 89px;
    width: 100%;
    letter-spacing: 0;
    padding-left: 0;
  }

  #painttop_footer_2409 .footer_inner2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  #painttop_footer_2409 .footer_links1 {
    padding-bottom: 48px;
    border-bottom: solid #515255 1px;
    margin-right: 0;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  #painttop_footer_2409 .footer_links2 {
    padding-top: 48px;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  #painttop_footer_2409 .footer_main_links {
    gap: 28px;
    align-items: flex-start;
    margin-top: 0;
  }

  /*言語選択メニュー*/
  #painttop_footer_2409 .dropdown2 {
    margin: 0;
    position: relative;
    width: 94px;
  }

  #painttop_footer_2409 .language_btn {
    display: block;
    width: 100%;
    padding: 9px 24px;
    background: none;
    border: 0;
    position: relative;
  }

  #painttop_footer_2409 .footer_language {
    width: 6.4em;
  }

  #painttop_footer_2409 .dropdown2__body {
    width: 116px;
    height: 290px;
    background: #25272D;
    /* overflow: hidden; */
    position: absolute;
    top: -318px;
    left: -10px;
    display: none;
    animation: fadeOut 0.2s ease 0s 1 normal backwards;
  }

  #painttop_footer_2409 .dropdown2__body::after {
    content: "";
    background: #25272D;
    height: 16px;
    width: 16px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    display: inline-block;
    left: 45%;
    bottom: -16px;
    transform: rotate(180deg);
  }

  #painttop_footer_2409 .dropdown2__body.is-open {
    display: flex;
    animation: fadeIn 0.2s ease 0s 1 normal backwards;
  }

  #painttop_footer_2409 .dropdown2__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 24px;
    bottom: 0;
    font-family: var(--font-family-inter-noto_sans_jp);
  }

  #painttop_footer_2409 .dropdown2__item {
    display: block;
    width: fit-content;
  }

  #painttop_footer_2409 .dropdown2__item a {
    /* color: #fff; */
  }

  #painttop_footer_2409 .dropdown2__btn .is-open+#painttop_footer_2409 .dropdown2__body {
    display: block;
    z-index: 4;
  }

}