@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);
}

#modal-close {
  position: absolute;
  top: 0;
  right: 7px;
  font-size: 150%;
  color: #666;
  cursor: pointer;
}

.modal-content {
  width: 40rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 0 0 3rem;
  background: #FFF9E2;
  border-radius: 0.6rem;
  position: fixed;
  display: none;
  z-index: 4;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 33rem;
    padding: 0 0 2.5rem;
  }
}
.modal-content#alert-modal {
  padding: 2rem 0;
}
.modal-content .text-em {
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
}
.modal-content .text-blue {
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.modal-content .text-number {
  color: #ff338e;
  font-size: 44px;
  font-weight: bold;
}
.modal-content .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-content .modal-logo {
  text-align: center;
  padding: 1.5rem 0;
  background: #fff;
  border-bottom: 0.3rem solid #E46000;
  margin-bottom: 1.5rem;
}
.modal-content .modal-logo img {
  width: 13.1rem;
  height: auto;
}
.modal-content .cta-head {
  width: calc(100% - 3rem);
  margin: 0 auto 2.5rem;
  padding: 3rem 2rem;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.45);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.modal-content .cta-head-list {
  width: 60%;
}
.modal-content .cta-head-li {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-left: 2.4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal-content .cta-head-li {
    font-size: 1.9rem;
  }
}
.modal-content .cta-head-li + .cta-head-li {
  margin-top: 1rem;
}
.modal-content .cta-head-li::before {
  content: "";
  background: url(../img/check-icon.webp) no-repeat center center/cover;
  width: 1.85rem;
  height: 1.65rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .modal-content .cta-head-li::before {
    top: 0.3rem;
  }
}
.modal-content .cta-head-img {
  width: 12.8rem;
  height: 12.9rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.modal-content .modal-cta-text {
  width: fit-content;
  margin: 0 auto 1.5rem;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.2;
}
.modal-content .modal-cta-text::before {
  content: "";
  background: url(../img/modal-hukidashi-left.webp) no-repeat center center/cover;
  width: 1.75rem;
  height: 2.85rem;
  position: absolute;
  bottom: 0;
  left: -2.5rem;
}
.modal-content .modal-cta-text::after {
  content: "";
  background: url(../img/modal-hukidashi-right.webp) no-repeat center center/cover;
  width: 1.75rem;
  height: 2.85rem;
  position: absolute;
  bottom: 0;
  right: -2.5rem;
}

/* 離脱ブロック */
#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: #D81618;
  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%;
}