.u-env-local {
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  width: 150px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.u-env-preview {
  position: fixed;
  z-index: 9999999999;
  left: 50%;
  top: 0;
  padding: 10px;
  background: rgba(0, 127, 255, 0.8);
  width: 300px;
  margin-left: -150px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.u-env-staging {
  position: fixed;
  z-index: 9999999999;
  left: 0;
  top: 0;
  padding: 10px;
  background: rgba(0, 102, 0, 0.7);
  width: 150px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.u-error {
  color: #F3496C;
  font-weight: normal;
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
}
.u-message, .u-message--success, .u-message--error {
  text-align: center;
}
.u-message--error {
  color: #F3496C;
  background: #f3d3d8;
}
.u-message--error p {
  padding: 1em;
}
.u-message--success {
  color: #090;
  background: #e5f3d2;
}
.u-message--success p {
  padding: 1em;
}
.u-small-btns {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
.u-small-btns form {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.u-small-btns a, .u-small-btns button {
  display: inline-block;
  background: #FFCA00;
  padding: 1em;
  text-align: center;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.u-small-btns__del {
  background: #990000 !important;
  color: #fff;
}
.u-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.3);
  display: none;
}
.u-overlay.on-progress {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-overlay.on-progress:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border: solid 3px rgba(46, 109, 164, 0.7);
  border-radius: 50%;
  border-top-color: transparent;
  -webkit-animation: progress 1s linear infinite;
          animation: progress 1s linear infinite;
  transform-origin: 50% 50%;
}

.endyear {
  width: 100%;
}
.endyear__ttl {
  background: #0192D3;
  color: #fff;
  font-size: 30px;
  text-align: center;
  vertical-align: baseline;
  padding: 0.9em;
  line-height: 1;
}
.endyear__body {
  text-align: center;
  font-size: 30px;
  padding: 2em 1em;
  font-weight: bold;
}
.endyear__btn-wrap {
  width: 300px;
  margin: auto;
}
.endyear__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding: 1em 3em;
  line-height: 1;
  background: #F4496C;
  color: #fff;
  font-weight: bold;
  margin: auto;
  border-radius: 4em;
}
@media screen and (max-width: 900px) {
  .endyear__ttl {
    font-size: 20px;
    padding: 1em 0;
  }
  .endyear__body {
    font-size: 20px;
    padding: 1em;
  }
  .endyear__btn-wrap {
    width: 70vw;
  }
  .endyear__btn {
    font-size: 20px;
    padding: 1em;
    border-radius: 3em;
  }
}

@-webkit-keyframes progress {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes progress {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
