@charset "UTF-8";

/* ============================================== 

  "Happy Bag" Reserve - Add 202411

============================================== */
.happy-bag {
  position: fixed;
  z-index: 1;
  right: 15px;
  width: 350px;
  box-sizing: border-box;
}
.happy-bag img { display: block; }

@media screen and (max-width:768px) {
  .happy-bag {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  ul.totop { bottom: initial; }
}