.key-visual {
  position: relative;
  background: url("/media/images/countdown-kv-bg.jpg") no-repeat #000;
  background-size: 100%;
}
.key-visual .overlay {
  top: 0;
}
.key-visual .message {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 1em;
  transform: translate3d(0, -50%, 0);
  text-align: center;
  color: #F16722;
}
.key-visual .message p {
  font-size: 2em;
  font-weight: bold;
}
.key-visual .message p.eng {
  font-size: 1.5em;
}
.key-visual .message p:first-child {
  margin-bottom: 1em;
}
.key-visual .message .remind {
  font-size: 2rem;
}
.key-visual:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}

@media (max-width: 1199.98px) {
  .key-visual .message p {
    font-size: 1.5rem;
  }
  .key-visual .message .remind {
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  .key-visual .message p {
    font-size: 1.2rem;
  }
}
@media (max-width: 479.98px) {
  .key-visual {
    padding: 2em 0;
    background-size: cover;
  }
  .key-visual:before {
    display: none;
  }
  .key-visual .message {
    position: relative;
    top: 0;
    transform: translate3d(0, 0, 0);
  }
  .key-visual .message p {
    font-size: 1.3rem;
  }
  .key-visual .message p.eng {
    font-size: 1rem;
  }
}
#ci-select {
  display: none;
}

#info-set {
  font-size: 0.95rem;
}

#info,
#mobile-info {
  background: #FFF;
  color: #000;
  display: flex;
  flex-direction: row;
  min-height: 2.8em;
  border-radius: 0.8rem;
}

#mobile-info {
  min-height: 2.8em;
  text-align: center;
}

#info .note,
#mobile-info .note {
  flex-grow: 2;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.5em;
}
#info .note .eng,
#mobile-info .note .eng {
  font-size: 0.9em;
  line-height: 1em;
}
#info .note a,
#mobile-info .note a {
  color: #6D6E71;
  text-decoration: underline;
}
#info .note .tools,
#mobile-info .note .tools {
  justify-content: flex-start;
  padding-top: 0.9em;
}

.note-message {
  background: #FFF;
}

#countdown {
  padding: 0.3em 0;
  background: #F16722 repeat-y;
  color: #fff;
  text-align: center;
  min-width: 20.5em;
  border-radius: 0.7rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
#countdown .text,
#countdown .numbers {
  display: inline-block;
  padding: 2px 0.5rem 0 0.5rem;
}
#countdown .text {
  font-size: 1em;
}
#countdown .numbers {
  border-left: 1px solid #fff;
  font-size: 1.5em;
}
#countdown .hour:after,
#countdown .minutes:after {
  content: ":";
  padding: 0 0.2em;
  transform: translate3d(0, -0.1em, 0);
  display: inline-block;
}

html[lang=en] #countdown {
  min-width: 21.5em;
}

body[data-page-state=reached] #countdown {
  display: none;
}
body[data-page-state=reached] #countdown + .note {
  text-align: center;
  width: 100%;
}
body[data-page-state=reached] #countdown + .note .tools {
  justify-content: center;
}

@media (max-width: 767.98px) {
  .video-player .overlay {
    font-size: 1rem;
    font-weight: normal;
  }
  #info {
    flex-direction: column;
  }
  #info .note {
    text-align: center;
  }
  #info .note .eng {
    margin-top: 1em;
    display: block;
  }
  #info .note .tools {
    justify-content: center;
  }
  #mobile-info,
  #info-set {
    font-size: 0.75rem;
  }
  #info-set #countdown {
    justify-content: center;
  }
}

/*# sourceMappingURL=countdown.css.map */
