.daily-img {
  background-size: contain;
}

.reword-progress {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #D9D9D9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.reword-progress-bar {
  height: 100%;
  background-color: #FFD859;
  -webkit-transition: width 300ms ease-in;
  transition: width 300ms ease-in;
}

.reword-progress-node {
  position: absolute;
  top: 0;
  left: calc(20% - 8px);
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border: 4px solid #D9D9D9;
  border-radius: 100%;
  -webkit-transition: border 250ms ease-in;
  transition: border 250ms ease-in;
}

.reword-progress-node.sec {
  left: calc(40% - 8px);
}

.reword-progress-node.third {
  left: calc(60% - 8px);
}

.reword-progress-node.fourth {
  left: calc(80% - 8px);
}

.reword-progress-node.fifth {
  left: calc(100% - 8px);
}

.reword-progress-node.is-active {
  border: 4px solid #FFD859;
}

.fourth .reword-content .daily-img {
  background-size: 0px 0px;
  position: relative;
  z-index: 1;
}

.fourth .reword-content .daily-img:after {
  content: '';
  background: url(../index/25y-28day.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 64px;
  height: 64px;
}

.fourth .reword-content .daily-num {
  z-index: 5;
}

.fifth .reword-content .daily-img {
  background-size: 0px 0px;
  position: relative;
  z-index: 1;
}

.fifth .reword-content .daily-img:after {
  content: '';
  background: url(../index/25y-ps5.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 64px;
  height: 64px;
}

.fifth .reword-content .daily-num {
  z-index: 5;
}

.reword-content {
  position: absolute;
  top: -72px;
  right: -18px;
}

.reword-content .daily-img {
  width: 44px;
  height: 44px;
  background-size: contain;
}

.bonus-day .daily-check {
  z-index: 6 !important;
}

@media (min-width: 668px) {
  #day-22 .daily-img,
  #day-23 .daily-img,
  #day-24 .daily-img,
  #day-25 .daily-img,
  #day-26 .daily-img,
  #day-27 .daily-img {
    background-size: 0px 0px;
    position: relative;
    z-index: 1;
  }
  #day-22 .daily-img:after,
  #day-23 .daily-img:after,
  #day-24 .daily-img:after,
  #day-25 .daily-img:after,
  #day-26 .daily-img:after,
  #day-27 .daily-img:after {
    content: '';
    background: url(../index/25y-27day.svg) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    left: -6px;
    bottom: 0;
    width: 56px;
    height: 56px;
  }
  #day-28 .daily-img {
    background-size: 0px 0px;
    position: relative;
    z-index: 1;
  }
  #day-28 .daily-img:after {
    content: '';
    background: url(../index/25y-28day.svg) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    left: -11px;
    bottom: -14px;
    width: 64px;
    height: 64px;
  }
  #day-28 .daily-num {
    position: relative;
    z-index: 5;
  }
  #day-29 .daily-img,
  #day-30 .daily-img,
  #day-31 .daily-img,
  #day-32 .daily-img,
  #day-33 .daily-img,
  #day-34 .daily-img,
  #day-35 .daily-img {
    background-size: 0px 0px;
    position: relative;
    z-index: 1;
  }
  #day-29 .daily-img:after,
  #day-30 .daily-img:after,
  #day-31 .daily-img:after,
  #day-32 .daily-img:after,
  #day-33 .daily-img:after,
  #day-34 .daily-img:after{
    content: '';
    background: url(../index/25y-35day.svg) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 64px;
    height: 64px;
  }
}

 #day-35 .daily-img:after {
    content: '';
    background: url(../index/25y-ps5-xl.png) no-repeat bottom center;
    background-size: contain;
    position: absolute;
    left: -11px;
    bottom: -14px;
    width: 64px;
    height: 64px;
  }

.daily-header,
.daily-body {
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
}

.daily-modal {
  background-color: white;
  background-image: url(../index/25y-bg.png);
  background-size: cover;
}

.modal__header.daily-header {
  background-image: url(../index/25y-header-title.png);
  background-size: 76%;
  background-position: bottom center;
}

.modal__header .daily-title {
  padding: 0 3rem 6rem 3rem;
}

@media (max-width: 667px) {
  .modal__header .daily-title {
    padding: 0 3rem 4.5rem 3rem;
  }
}

@media (max-width: 480px) {
  .modal__header .daily-title {
    padding: 0 3rem;
  }

	.daily-25y-bonus {
		display: none;
	}
}

.modal__header .daily-title .daily-title__text {
  opacity: 0;
}

.modal-ctrl .popoup-ctrl-btn {
  position: relative;
  top: -1px;
  border: none;
  background: -webkit-linear-gradient(left, #f2625b 0%, #f32470 90%);
  background-size: 150% 150%;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: none;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 0px #dd4356 inset, 0px 3px 0px 0px #8d1b27, 0px 1px 0px 0px #65141c, 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 0px #dd4356 inset, 0px 3px 0px 0px #8d1b27, 0px 1px 0px 0px #65141c, 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
  padding: 14px 3.6rem;
  width: 100%;
  border-radius: 6px;
  font-size: 18px;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.popoup-ctrl-btn:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 20rem;
  left: -100%;
  opacity: .1;
  position: absolute;
  top: -3rem;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 850ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20vw;
  -webkit-animation: flash 1.15s cubic-bezier(0.19, 1, 0.22, 1) infinite;
          animation: flash 1.15s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  z-index: 1;
}

@-webkit-keyframes flash {
  from {
    left: -100%;
  }
  to {
    left: 120%;
  }
}

@keyframes flash {
  from {
    left: -100%;
  }
  to {
    left: 120%;
  }
}

@media (max-width: 667px) {
  .popoup-ctrl-btn {
    padding: 12px 2rem;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .popoup-ctrl-btn {
    padding: 12px 2rem;
    font-size: 14px;
  }
}

.popoup-ctrl-btn:hover {
  background: -webkit-linear-gradient(left, #eb5047 0%, #ec1363 90%);
  color: #FFF;
}

.popoup-ctrl-btn:active {
  top: 0;
  -webkit-box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 0px #dd4356 inset, 0px 0px 0px 0px #8d1b27, 0px 1px 0px 0px #65141c, 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 0px 1px #8d1b27 inset, 0px 0px 0px 0px #dd4356 inset, 0px 0px 0px 0px #8d1b27, 0px 1px 0px 0px #65141c, 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
  color: #FFF;
}

.popoup-ctrl-btn.is-disable {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.modal__footer--bonus {
  padding: 28px 20px 28px 20px;
}

.modal__footer--bonus .daily-prompt {
  left: -26px;
}

@media (max-width: 667px) {
  .modal__footer--bonus .daily-prompt {
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  .modal__footer--bonus .daily-prompt {
    max-width: 60%;
  }
}

@media (max-width: 455px) {
  .modal__footer--bonus .daily-prompt {
    left: -5px;
  }
}

@media (max-width: 455px) {
  .modal__footer--bonus .daily-prompt .daily-prompt_imgbox .daily-prompt_imgmobile {
    opacity: 0;
  }
}

.modal__footer--bonus .daily-prompt .daily-prompt_imgbox .daily-prompt_imgbabi {
  display: none !important;
}

@media (max-width: 455px) {
  .modal__footer--bonus .daily-prompt .daily-prompt_imgbox {
    background: url(../index/25y-ad-c3.png) no-repeat;
    background-size: auto 100%;
    background-position: left center;
  }
}

.daily-prompt_imgbabi {
  display: none !important;
}

.dialogify__25y {
  background: url(../index/25y-popup-day7.png) no-repeat top center;
  background-size: cover;
  min-width: 280px !important;
  max-width: 280px !important;
  width: 280px !important;
  min-height: 300px !important;
  max-width: 300px !important;
  height: 300px !important;
}

.dialogify__25y .dialogify__fixedwidth, .dialogify__25y .dialogify__content {
  max-width: 280px;
  width: 280px;
  height: 300px;
}

.dialogify__25y--7day {
  background: url(../index/25y-popup-day7.png) no-repeat top center;
  background-size: cover;
}

.dialogify__25y--14day {
  background: url(../index/25y-popup-day14.png) no-repeat top center;
  background-size: cover;
}

.dialogify__25y--21day {
  background: url(../index/25y-popup-day21.png) no-repeat top center;
  background-size: cover;
}

.dialogify__25y--27day {
  background: url(../index/25y-popup-day27.png) no-repeat top center;
  background-size: cover;
}

.dialogify__25y--28day {
  background: url(../index/25y-popup-day28.png) no-repeat top center;
  background-size: cover;
}

.dialogify__25y--35day {
  background: url(../index/25y-popup-day35.png) no-repeat top center;
  background-size: cover;
}

/*# sourceMappingURL=prj-25y-index_singin.css.map */

.bonus-month__content {
    background-color: #b5dfdf;
}

.bonus-month-title {
    color:#fff;
}

.bonus-month-title {
    color:#5e5e5e;
}

.bonus-day {
    background-color:#eafcfc;
}

.bonus-day.is-active .daily-check {
     -webkit-filter: hue-rotate(
90deg) grayscale(0.5);
}

.bonus-day.is-active {
	border: 2px solid #2a8c8f;
}

/*----手機版調整----*/

@media (max-width: 455px){
	.modal__footer--bonus {
		display: block;
    padding: 28px 20px 28px 155px;
}

	.modal-ctrl .popoup-ctrl-btn {
		padding: 14px 10px;
		font-size: 15px;
	}

	.daily-prompt_imgbox img {
		margin-bottom: 10px;
	}
}