:root {
  --footer2022_color1:#545454;
  --footer2022_color2:#737373;
  --footer2022_color3:#888888;
}

#contents {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#footer {
  margin-top: auto;
}

#footer2022 {
  width: 100%;
  background-color: var(--footer2022_color1);
  position: relative;
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  width: 100%;
  overflow: hidden;
}
#footer2022 .footer2022_area {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  padding: 24px 0;
  flex-wrap: wrap;
}
@media (max-width: 824px) {
  #footer2022 .footer2022_area {
    padding: 24px;
  }
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area {
    padding: 24px 0;
  }
}
#footer2022 .footer2022_area .footer2022_search {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_search {
    width: 100%;
    padding: 0 24px;
  }
}
#footer2022 .footer2022_area .footer2022_search .search_inner .input_search {
  display: flex;
  position: relative;
  width: 100%;
  height: 40px;
  background-color: var(--footer2022_color3);
  border-radius: 5px;
  align-items: center;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_search .search_inner .input_search {
    height: 8vw;
  }
}
#footer2022 .footer2022_area .footer2022_search .search_inner .input_search input[type=search] {
  width: 100%;
  padding: 0 12px;
  border: none;
  color: #fff;
  font-family: var(--toppage_font1);
  background-color: var(--footer2022_color3);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  border-radius: 5px !important;
  height: auto;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_search .search_inner .input_search input[type=search] {
    font-size: 3.25vw;
  }
}
#footer2022 .footer2022_area .footer2022_search .search_inner .input_search .bt_search {
  font-size: 1.6rem;
}
#footer2022 .footer2022_area .footer2022_search .footer2022_area_sns {
  margin-top: 16px;
  display: flex;
}
#footer2022 .footer2022_area .footer2022_search .footer2022_area_sns p {
  padding-right: 12px;
}
#footer2022 .footer2022_area .footer2022_search .footer2022_area_sns p a i {
  color: var(--main-color2);
  font-size: 3.5rem;
}
#footer2022 .footer2022_area .footer2022_search .footer2022_area_sns p:last-child {
  padding-right: 0;
}
#footer2022 .footer2022_area .footer2022_search .footer2022_logo {
  width: 120px;
  margin-top: auto;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_search .footer2022_logo {
    width: 32%;
    padding: 48px 0 0;
  }
}
#footer2022 .footer2022_area .footer2022_credit {
  width: 50%;
  display: flex;
}
@media (max-width: 824px) {
  #footer2022 .footer2022_area .footer2022_credit {
    width: 60%;
    padding: 0 24px;
  }
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_credit {
    width: 100%;
    flex-wrap: wrap;
    padding: 12px 0 0;
  }
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block {
  width: 33.3333333333%;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block {
    width: 50%;
  }
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block.footer_itemlist {
    width: 100%;
    padding: 0 24px 24px;
  }
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 {
  padding: 0 12px;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 {
    padding: 0;
  }
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p {
  position: relative;
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p.footer_itemtitle {
  position: relative;
  border-top: none;
  margin-top: 0;
  padding: 12px;
  padding-right: 0;
  color: #fff;
  font-family: var(--toppage_font1);
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05rem;
  transition: ease-in-out 0.4s;
  cursor: pointer;
}
@media (max-width: 824px) {
  #footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p.footer_itemtitle {
    padding: 12px 0;
  }
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p.footer_itemtitle {
    font-size: 3vw;
  }
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p.footer_itemtitle:hover {
  background-color: var(--footer2022_color2);
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p.footer_itemtitle:hover {
    background-color: transparent;
  }
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p.footer_itemtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: ease-in-out 0.4s;
  opacity: 1;
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p.footer_itemtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: ease-in-out 0.4s;
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p.footer_itemtitle.footer_itemtitle_area_open::before {
  right: 10px;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  opacity: 0;
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p.footer_itemtitle.footer_itemtitle_area_open::after {
  transform: scaleX(100%);
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p a {
  color: #fff;
  border-bottom: none;
  font-family: var(--toppage_font1);
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 824px) {
  #footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p a {
    padding: 12px 0;
  }
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p a {
    font-size: 3vw;
  }
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p a:hover {
  background-color: var(--footer2022_color2);
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 p a:hover {
    background-color: transparent;
  }
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020 .footer_itemtitle_area {
  display: none;
}
#footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020.footer2022_credit_announce_support p.title {
  display: none;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area .footer2022_credit .footer2022_credit_block .leftmenu2020.footer2022_credit_announce_support {
    padding: 0 24px;
  }
}
#footer2022 .footer2022_area_bottom {
  padding: 12px 0;
  border-top: 1px solid var(--footer2022_color3);
}
@media (max-width: 824px) {
  #footer2022 .footer2022_area_bottom {
    padding: 8px 24px;
  }
}
#footer2022 .footer2022_area_bottom .footer2022_area_bottom_w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area_bottom .footer2022_area_bottom_w {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block {
    width: 100%;
  }
}
#footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block .footer2022_area_bottom_link {
  display: flex;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block .footer2022_area_bottom_link {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block .footer2022_area_bottom_link p {
    width: 50%;
  }
}
#footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block .footer2022_area_bottom_link p a {
  padding: 0 24px;
  border-right: 1px solid #fff;
  color: #fff;
  font-family: var(--toppage_font1);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block .footer2022_area_bottom_link p a {
    text-align: center;
    border-right: none;
  }
}
#footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block .footer2022_area_bottom_link p:first-child a {
  padding-left: 0;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block .footer2022_area_bottom_link p:last-child {
    width: 100%;
    padding-top: 6px;
  }
}
#footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block .footer2022_area_bottom_link p:last-child a {
  border-right: none;
}
#footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block .footer2022_area_copyright p {
  color: var(--footer2022_color3);
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1rem;
}
@media (max-width: 640px) {
  #footer2022 .footer2022_area_bottom .footer2022_area_bottom_w .footer2022_area_bottom_block .footer2022_area_copyright p {
    text-align: center;
    padding-top: 12px;
  }
}/*# sourceMappingURL=footer2022.css.map */