@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
#badge {
  display: block;
  position: fixed;
  right: 0.1rem;
  bottom: 0.2rem;
  visibility: visible;
  opacity: 1;
  transition: linear all 0.2s;
  height: initial;
  width: 2.16rem;
  height: 2.38rem;
}
@media screen and (max-width: 768px) {
  #badge {
    width: 1.2866666667rem;
    height: 1.6733333333rem;
    bottom: 0.1rem;
  }
}
#badge picture {
  width: 100%;
}
#badge picture img {
  width: 100%;
  height: initial;
}
#badge.posRes {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=add.css.map */