@charset "UTF-8";
/*
	media settings
**************************************************/
#modal-overlay {
  z-index: 3;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-area-close {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  font-size: 150%;
  color: #666;
  cursor: pointer;
}
#modal-area-close img {
  width: 2.2rem;
  height: 2.2rem;
}
#modal-area-close.remodal-cancel {
  background: transparent;
  min-width: auto;
  margin: 0;
  padding: 0;
}

.modal-area {
  width: 40rem;
  box-sizing: border-box;
  padding: 20px 0;
  padding: 3rem 0;
  background: #fff;
  border-radius: 0.6rem;
}
@media screen and (max-width: 768px) {
  .modal-area {
    width: 34rem;
    padding: 4rem 0 3rem;
  }
}
.modal-area .text-em {
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
}
.modal-area .text-blue {
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.modal-area .text-number {
  color: #ff338e;
  font-size: 44px;
  font-weight: bold;
}
.modal-area .text-number::before {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  vertical-align: middle;
  border: 2px solid #ff338e;
  border-radius: 50%;
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-size: 80%;
  line-height: 50px;
}
.modal-area .official-text {
  font-size: 1.4rem;
  text-align: left;
  padding: 0 3rem;
  margin-bottom: 1.5rem;
}
.modal-area .official-text > span {
  text-decoration: underline;
}
.modal-area .first-h-text {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 1.4rem;
}
.modal-area .first-text {
  width: calc(100% - 3rem);
  font-size: 1.4rem;
  margin: 0 auto 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal-area .first-text {
    width: calc(100% - 6rem);
  }
}
.modal-area .first-text::before {
  content: "";
  width: 3rem;
  height: 1.4rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #333;
  position: absolute;
  left: 50%;
  bottom: -1.4rem;
  transform: translatex(-50%);
}

/* 離脱ブロック */
#alert-modal {
  background: #fff;
  border-radius: 0.6rem;
}

.text-alert {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .text-alert {
    font-size: 1.8rem;
  }
}

.text-cacheback {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .text-cacheback {
    font-size: 1.6rem;
  }
}

#timer, #top-timer {
  width: fit-content;
  margin: 1.5rem auto 2rem;
  text-align: center;
  font-size: 1.3rem;
}
#timer .timer-text, #top-timer .timer-text {
  padding: 0 1rem;
  font-size: 1.3rem;
  color: #fff;
  background: #D0002F;
  display: inline-block;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  #timer .timer-text, #top-timer .timer-text {
    font-size: 1.6rem;
  }
}
#timer .timer-text > span, #top-timer .timer-text > span {
  display: inline-block;
  width: 1.4em;
  text-align: center;
  font-size: 200%;
}