#tw2021newyear .wrapper .kv {
  position: relative;
}

#tw2021newyear .wrapper .kv .mobile {
  display: none;
}

@media (max-width: 1080px) {
  #tw2021newyear .wrapper .kv .mobile {
    display: block;
  }
  #tw2021newyear .wrapper .kv .pc {
    display: none;
  }
}

#tw2021newyear .wrapper img {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=main.css.map */