@charset "euc-jp";

#evArea .text {
  box-shadow: 0 0 0 3px #100c11 inset, 0 0 0 6px #fae75a inset;
}

.stamprally {
  background: linear-gradient(to top, rgba(13, 57, 125, 1) 0%, rgba(28, 75, 146, 1) 50%, rgba(49, 94, 162, 1) 85%, rgba(62, 144, 183, 1) 100%);
  padding-bottom: 100px;
}

.stamprally:before {
  content: none;
}

.stamprally__title:after {
  height: 340px;
  background-image: url(https://assets-legacy.livede55.com/event/img/stamprally_otsukimi_moon.png);
  background-repeat: no-repeat;
}

.stamprally-history-wrap {
  top: -30px;
  position: relative;
}

/* ??ºÅÆü?þ */
.stamprally-data {
  text-shadow: 0px 4px 4px #515151;
}

.stamp-list {
  margin-top: 0;
  background-image: url(https://assets-legacy.livede55.com/event/img/stamprally_otsukimi_bg.png);
  background-repeat: repeat-y;
  background-position: 0 -5px;
}

.stamprally:after {
  content: "";
  display: block;
  width: 800px;
  height: 138px;
  position: absolute;
  bottom: 0;
  background-image: url(https://assets-legacy.livede55.com/event/img/stamprally_otsukimi_bg_rabbit.png);
  z-index: 0;
  background-repeat: no-repeat;
}

.stamprally-dialog {
  background: #2a57a1;
}

.stamprally-modal-dialog__body:before {
  width: 170px;
  height: 120px;
  top: -110px;
  background-image: url(https://assets-legacy.livede55.com/event/img/stamprally_otsukimi_dialog_head.png);
}

.stamprally-modal-dialog__body {
  background-image: url(https://assets-legacy.livede55.com/event/img/stamprally_otsukimi_dialog_achieve.png);
}

/** 獲得ポイント **/

.point-earned,
.point-earned__note {
  font-size: 30px;
  line-height: 1;
}

.point-earned__note.is_point {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.point-earned__note.is_block {
  position: absolute;
  top: 32px;
  left: 5px;
  font-size: 30px;
}

.point-earned__text {
  font-size: 12px;
  color: #ffc4e2;
}

