.new-year-container {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999999999;
  width: 100%;
  height: 80px;
  background: url("/media/activity/image/background.png") no-repeat;
  background-size: 100% 100%;
}
.new-year-container div:first-child {
  margin-right: 30px;
}
.new-year-container div:nth-child(2) {
  font-size: 32px;
  font-family: GenEi POPle, GenEi POPle-Black;
  font-weight: bold;
  text-align: center;
  color: #e85d03;
  line-height: 65px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.new-year-container div:nth-child(2) span {
  width: 170px;
  display: flex;
  align-items: center;
}
.new-year-container div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 44px;
  background: #ffffff;
  border-radius: 22px;
  margin-right: 28px;
  cursor: pointer;
  transition: all 0.3s;
}
.new-year-container div:nth-child(3):hover {
  background: #ffffcd;
}
.new-year-container div:nth-child(3) span {
  font-size: 16px;
  font-family: Toppan Bunkyu Midashi Gothic, Toppan Bunkyu Midashi Gothic-Heavy;
  font-weight: bold;
  text-align: center;
  color: #e85d03;
  line-height: 16px;
}
.activity-footer-close {
  position: absolute;
  right: 3px;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  line-height: 32px;
  transition: all 0.3s;
}
.activity-footer-close:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.activity-footer-close svg {
  margin-top: 5px;
}
@media screen and (max-width: 1400px) {
  .new-year-container div:first-child {
    width: 250px;
  }
  .new-year-container div:first-child img {
    width: 100%;
  }
  .new-year-container div:nth-child(2) {
    font-size: 25px;
  }
  .new-year-container div:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .new-year-container div:first-child {
    width: 250px;
  }
  .new-year-container div:first-child img {
    width: 100%;
  }
  .new-year-container div:nth-child(2) {
    font-size: 25px;
  }
  .new-year-container div:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .new-year-container div:first-child {
    display: none;
  }
  .new-year-container div:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .new-year-container {
    height: 450px;
    background: url(/media/activity/image/mobile.png) no-repeat;
    top: 25%;
    bottom: unset;
    left: 13%;
    width: 300px;
    border-radius: 10px;
  }
  .new-year-container div:nth-child(2) {
    display: none;
  }
  .new-year-container div:nth-child(3) {
    display: none;
  }
  .new-year-container div:nth-child(4) {
    display: none;
  }
}
/*# sourceMappingURL=activity.css.map */