:root {
  --menu2022_font1: "Noto Serif JP", serif;
  --menu2022_font2:"Noto Sans JP", sans-serif;
  --menu2022_color1: rgba(0, 0, 0, 0.6);
}

*, *::before, *::after {
  box-sizing: border-box;
}

#bottommenu2022 {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--main-color1);
  height: 64px;
  display: none;
  z-index: 2;
  box-shadow: 0 10px 25px 0 var(--menu2022_color1);
}
@media (max-width: 640px) {
  #bottommenu2022 {
    display: flex;
  }
}
#bottommenu2022 .bottommenu2022_block {
  width: 20%;
  height: 64px;
}
#bottommenu2022 .bottommenu2022_block #btn_menu {
  height: 100%;
}
#bottommenu2022 .bottommenu2022_block #search_menu2020_btn {
  position: static;
  width: auto;
  height: 100%;
  display: block;
  box-shadow: none;
  font-size: unset;
  background: none;
}
#bottommenu2022 .bottommenu2022_block .nav-trigger::before {
  content: none;
}
#bottommenu2022 .bottommenu2022_block a, #bottommenu2022 .bottommenu2022_block p {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--main-color1);
  position: relative;
  color: var(--menu2022_color1);
  text-decoration: none;
  height: 100%;
}
#bottommenu2022 .bottommenu2022_block a i, #bottommenu2022 .bottommenu2022_block p i {
  font-size: 1.4em;
  color: #fff;
}
#bottommenu2022 .bottommenu2022_block a span.title, #bottommenu2022 .bottommenu2022_block p span.title {
  display: block;
  padding-top: 8px;
  font-size: 2.5vw;
  text-align: center;
  letter-spacing: 0.05em;
  position: static;
  background: none;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 1;
  font-weight: 700;
}
#bottommenu2022 .bottommenu2022_block a span.title::before, #bottommenu2022 .bottommenu2022_block p span.title::before {
  content: none;
}
#bottommenu2022 .bottommenu2022_block a span.title::after, #bottommenu2022 .bottommenu2022_block p span.title::after {
  content: none;
}
#bottommenu2022 .bottommenu2022_block a span.badge, #bottommenu2022 .bottommenu2022_block p span.badge {
  position: absolute;
  top: 4px;
  right: 8px;
  display: flex;
  font-size: 10px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: var(--main-color6);
  color: #fff;
}
#bottommenu2022 .bottommenu2022_block .cart_in {
  height: 100%;
}
#bottommenu2022 .bottommenu2022_block .cart_in p a {
  padding: 0;
}/*# sourceMappingURL=menu2022.css.map */