@charset "UTF-8";
.event_popup {
  display: none;
  position: fixed;
  top: 150px;
  left: 180px;
  z-index: 110;
}

.event_popup button {
  cursor: pointer;
}

.event_popup .screen_out {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

.event_popup .btn_close {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 35px;
  height: 35px;
}

.event_popup .btn_not_today {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 25px;
}