.entered-status {
  display: none;
}

.rcEntryButton-status--applied .entered-status,
.rcEntryButton-status--entered .entered-status {
  display: block;
}

.rcEntryButton-status--applied .not-entered-status,
.rcEntryButton-status--entered .not-entered-status {
  display: none;
}

.stamp-card {
  position: relative;
}

.stamp-card::after {
  content: "";
  display: block;
  background: repeating-linear-gradient(
    90deg,
    #33b9a5,
    #33b9a5 20px,
    #26b59f 20px,
    #26b59f 40px
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 387px;
  z-index: -1;
}

.stamp-card__illust {
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.stamp-card__illust:nth-of-type(1) {
  transform: translateX(-450px);
}

.stamp-card__illust:nth-of-type(2) {
  transform: translateX(455px);
}

.stamp-card__inner {
  background-color: #fcff00;
  border: 5px solid #34b9a8;
  border-radius: 48px;
  width: 960px;
  /*  height: 728px;*/
  margin: 0 auto 20px;
  padding-top: 28px;
  position: relative;
  padding-bottom: 2em;
  box-sizing: border-box;
}

.stamp-card__head {
  display: flex;
  justify-content: space-between;
  padding-left: 68px;
  padding-right: 68px;
}

.stamp-card__point{padding-top: 4em;}
.stamp-card__point img{display:none;}

.stamp-card__category-archived {
  color: #37baac;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: end;
}

.stamp-card__category-archived span {
  font-size: 18px;
  display: block;
}

.stamp-card__point-multiplier {
  color: #37baac;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: end;
}

.stamp-card__point-multiplier span {
  font-size: 40px;
}

.stamp-card__point-multiplier span span {
  font-size: 30px;
}

.stamp-card__slot {
  background-image: url(https://r.r10s.jp/evt/event/brand/cross-genre/_cmn/img/20240830/stamp_card/base_slot.svg);
  background-repeat: no-repeat;
  width: 154px;
  height: 125px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
  bottom: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 96px;
  font-family: Roboto, "Roboto", system-ui !important;
  line-height: 1;
  color: #fe0048;
  text-shadow: 0px 2px #830125;
}

/* slot number will be hidden if no login & not entered */
.stamp-card__overlay.not-entered-status[style="display: none;"]
  + .stamp-card__inner
  .stamp-card__slot {
  font-size: 0;
}

.stamp-card__foot {
  display: grid;
  grid-template-rows: repeat(2, auto);
  row-gap: 20px;
  margin-top: 36px;
}

.stamp-card__summary-text {
  color: #676767;
  font-size: 28px;
  font-weight: bold;
}

.stamp-card__summary-text img {
  display: inline-block;
  vertical-align: text-bottom;
  transform: translateY(12px);
}

.stamp-card__note-text {
  color: #676767;
  font-size: 20px;
}

.stamp-card__stamp-list {
  display: grid;
  grid-template-columns: repeat(6, min-content);
  justify-content: center;
  column-gap: 14px;
  margin-top: 56px;
}

.stamp-circle:is(.stamp-softdrink) .stamp-circle__text {
  margin-top: 5px;
}

.stamp-circle:is(.stamp-daily) .stamp-circle__text {
  margin-top: 15px;
}

.stamp-circle:is(.stamp-liquor) .stamp-circle__text {
  margin-top: 6px;
}

.stamp-circle:is(.stamp-food) .stamp-circle__text {
  margin-top: -2px;
}

.stamp-circle:is(.stamp-kids) .stamp-circle__text {
  margin-top: 7px;
}

.stamp-circle:is(.stamp-lends) .stamp-circle__text {
  margin-top: 10px;
}

.stamp-circle:is(.stamp-softdrink) .stamp-circle__image {
  max-width: 40px;
}

.stamp-circle:is(.stamp-daily) .stamp-circle__image {
  max-width: 33px;
  transform: translate(0, -2px);
}

.stamp-circle:is(.stamp-liquor) .stamp-circle__image {
  max-width: 54px;
  transform: translate(0, 8px);
}

.stamp-circle:is(.stamp-food) .stamp-circle__image {
  max-width: 52px;
  transform: translate(-2px, 10px);
}

.stamp-circle:is(.stamp-kids) .stamp-circle__image {
  transform: translate(-5px,3px);
}

.stamp-circle {
  height: 135px;
  width: 135px;
  background-color: #fff;
  border: 4px solid #d6d6d6;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.stamp-circle.stamp-circle--active::before,
.stamp-circle.stamp-circle--active::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: -4px;
  background-repeat: no-repeat;
  background-size: contain;
}

.stamp-circle.stamp-circle--active::before {
  background-image: url(https://r.r10s.jp/evt/event/brand/cross-genre/_cmn/img/20240830/stamp_card/stamp_achievement_bg.svg);
  mix-blend-mode: multiply;
  z-index: 1;
}

.stamp-circle.stamp-circle--active::after {
  background-image: url(https://r.r10s.jp/evt/event/brand/cross-genre/_cmn/img/20240830/stamp_card/stamp_achievement_text.svg);
  z-index: 2;
}

.stamp-circle__text {
  color: #c0c0c0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  margin-bottom: 4px;
  margin-top: 8px;
}
.stamp-circle:nth-child(2) img {height: 68px;}

.stamp-card__overlay {
  background-color: rgb(0 0 0 /70%);
  position: absolute;
  border-radius: 48px;
  width: 960px;
/*  height: 728px;*/
	height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stamp-card__overlay::before,
.stamp-card__overlay::after {
  content: "";
  display: block;
  background-color: rgb(0 0 0 /70%);
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/***
.stamp-card__overlay::before {
  mask-image: url(https://r.r10s.jp/evt/event/brand/cross-genre/_cmn/img/20240830/stamp_card/illust_woman.svg);
  width: 44px;
  height: 188px;
  transform: translateX(-502px);
}

.stamp-card__overlay::after {
  mask-image: url(https://r.r10s.jp/evt/event/brand/cross-genre/_cmn/img/20240830/stamp_card/illust_man.svg);
  mask-position: bottom right;
  width: 70px;
  height: 185px;
  transform: translateX(515px);
}
***/

.stamp-card__login-text {
  color: #fff;
  font-size: 28px;
}

.stamp-card__entred-text {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  border: 3px solid #fff;
  border-radius: 12px;
  width: fit-content;
  margin: 24px auto 0;
  padding: 16px 28px 20px;
}

.stamp-card__entred-text em {
  font-size: 128%;
}

.stamp-card__entred-text .multiple-element {
  font-family: Roboto, "Roboto", system-ui !important;
}


.stamp_rally {
	text-align: center;
}

.campaign-stampcard {
	overflow: hidden;
}