@charset "euc-jp";

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

.stamprally {
  box-sizing: border-box;
  width: 800px;
  height: 2272px; /* 固定でOK */
  background: url(https://assets-legacy.livede55.com/event/img/stamprally_22ndanniv_bg.png) 0 0 no-repeat;
  padding-top: 30px;
}

/* 紙吹雪を削除 */
.stamprally:before {
  content: none;
}

/* 画像位置調整 */
.stamprally__title {
  top: 0;
  margin-bottom: 18px;
}
.stamprally__title-image {
  display: block;
  margin: 0 auto;
}

/* ライトを削除 */
.stamprally__title::after {
  content: none;
}



.stamprally-history-wrap {
  padding: 0 35px;
  margin-bottom: 20px;
}

.stamprally-history {
  box-sizing: border-box;
  height: 40px;
  padding: 6px 0;
  border-radius: 9px;
  border: none;
  background: rgba(0,0,0,0.15);
  box-shadow: 0 0 10px rgba(86,7,77,0.36) inset;
}
.stamprally-history:before,
.stamprally-history:after {
  content: none;
}

.stamprally-history__item.is_data {
    top: 50%;
    transform: translateY(-50%);
}

.stamprally-data {
  text-shadow: 0 0 4px rgba(11,158,206,0.6);
}

.stamprally-history__link {
  top: initial;
  height: 28px;
  line-height: 22px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -2px 0 #25aad3 inset;
}
.stamprally-history__link:before,
.stamprally-history__link:after {
    margin-top: -9px;
}
.stamprally-history__link.arrow_left:after,
.stamprally-history__link.arrow_right:after {
  margin-top: -4px;
}



/** スタンプカード **/

/* スタンプ */
.lady-stamp {
  box-sizing: border-box;
  width: 147px;
  height: 147px;
  padding-top: 7px;
  border: none;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 0 4px #a266f3 inset;
}
.lady-stamp::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgb(153,82,6), rgb(122,118,56) 13%, rgb(40,99,80) 32%, rgb(39,118,153) 40%, rgb(18,89,140) 63%, rgb(101,32,153) 84%, rgb(150,63,140) 96%);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.stamp-list__item.is_exists .lady-stamp::before {
  background: linear-gradient(180deg, rgb(255,136,9), rgb(224,217,104) 13%, rgb(80,201,160) 32%, rgb(48,195,255) 40%, rgb(30,154,241) 63%, rgb(167,54,255) 84%, rgb(253,17,237) 96%);
}

.lady-stamp__image {
  margin-top: 0;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
}

.lady-stamp__name:not(:empty),
.lady-stamp__achieve-date:not(:empty) {
  position: relative;
  margin: 0 auto 1px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  background: rgba(0,0,0,0.15);
  box-shadow: 0 0 10px rgba(86,7,77,0.36) inset;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0.04em;
}
.lady-stamp__name:not(:empty) {
  width: 100px;
}
.lady-stamp__achieve-date:not(:empty) {
  width: 76px;
  font-size: 11px;
}



.lady-stamp__number {
  text-shadow: 1px 1px 0 rgba(125,13,58,0.2);
}

.lady-stamp__number:before {
  background-image: url(https://assets-legacy.livede55.com/event/img/stamprally_22ndanniv_items.png);
  background-position: 0 -50px; /* グレーは使わない */
  opacity: 0.75;
}

.stamp-list__item.is_exists .lady-stamp__number {
  color: #fff;
}

/* スタンプを獲得した際 */
.stamp-list__item.is_exists .lady-stamp__number:before {
  opacity: 1;
}

/* 折り返し部分（ポイント獲得部分） */
.stamp-list__item.is_turning-point .lady-stamp__number:before {
  background-position: -50px -50px;
  top: initial;
}



/** スタンプリスト **/
.stamp-list {
  margin: 0;
  padding: 0 16px;
  gap: 8px;
}

.stamp-list__item {
  width: initial;
  padding-bottom: 33px;
}


/** 獲得ポイント **/
.point-earned {
  top: 35px;
}

.point-earned,
.point-earned__note {
  font-size: 30px;
  line-height: 1;
  color: #f94686;
  letter-spacing: 0.02em;
}

.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: 16px;
  color: #f94686;
}

/** 獲得ボタン **/
.btn-wrap {
  bottom: 0;
}
.btn-wrap.is_react {
  top: initial;
}

.btn_stamprally {
  bottom: 0;
  width: 126px;
  height: 32px;
  margin: 0 auto;
  transform: translateX(-50%); /* left:50%はベースcssに記載 */
  box-shadow: none;
  text-shadow: none;
  background: url(https://assets-legacy.livede55.com/event/img/stamprally_22ndanniv_button_received.png) 0 0 no-repeat;
  text-indent: -9999px;
}

.btn-wrap.is_react .btn_stamprally {
  bottom: 0;
  background-image: url(https://assets-legacy.livede55.com/event/img/stamprally_22ndanniv_button.png);
}





/** ダイアログ **/

.stamprally-dialog {
  height: 367px; /* 固定でOK */
  background: url(https://assets-legacy.livede55.com/event/img/stamprally_22ndanniv_dialog_bg.png) 0 0 no-repeat;
}

.stamprally-modal-dialog__body {
  width: 436px;
  height: 100%;
  border-radius: initial;
  margin: 0 auto;
  max-height: initial;
  min-height: initial;
  background: url(https://assets-legacy.livede55.com/event/img/stamprally_22ndanniv_dialog_achieve.png) 0 20px no-repeat;
}
.stamprally-modal-dialog__body:before {
  content: none;
}

.stamprally__modal-reward-data,
.stamprally__modal-reward-point {
  color: #f94686;
  font-size: 36px;
  text-shadow:
    -1px -1px 0 #fff,
    -1px 0 0 #fff,
    -1px 1px 0 #fff,
    0 -1px 0 #fff,
    0 1px 0 #fff,
    1px -1px 0 #fff,
    1px 0 0 #fff,
    1px 1px 0 #fff,
    0 0 3px #fff,
    0 0 5px #fff;
}

.stamprally__modal-get-reward-button {
  width: 302px;
  height: 52px;
  background: url(https://assets-legacy.livede55.com/event/img/stamprally_22ndanniv_dialog_button.png) 0 0 no-repeat;
  text-indent: -9999px;

  border-radius: 0;
  padding: 0;
  box-shadow: none;
}