.jms-countdown {
  background: no-repeat center bottom 25%/cover url("https://www.nissan-global.com/JP/INNOVATION/TECHNOLOGY/TOPICS/JMS_2023/ASSETS/IMG/countdown_kv.jpg") #000;
  padding: 4vh;
}

.jms-countdown-text {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .jms-countdown-text {
  font-size: 18px;
  }
}
.JsCountDown {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0 40px;
  width: 878px;
  max-width: calc(335 / 375 * 100%);
  /*border: 2px solid #6f1615;
  border-radius: 16px;*/
}
@media screen and (max-width: 767px) {
  .JsCountDown {
    padding: 14px 0 16px;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    margin: 0 auto;
  }
}

.JsCountDown__body {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.JsCountDown__item {
  position: relative;
  font-weight: bold;
  font-size: 72px;
  line-height: calc(99 / 72);
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.35);
  width: calc(158 / 72 * 1em);
  text-align: center;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .JsCountDown__item {
    font-size: 40px;
    line-height: calc(46 / 34);
  }
}
.JsCountDown__item::before {
  content: "";
  height: 18px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .JsCountDown__item::before {
    height: 11.33px;
  }
}
.JsCountDown__item:last-child::before {
  display: none;
}
.JsCountDown__item::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: calc(19 / 14);
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .JsCountDown__item::after {
    font-size: 10px;
    transform: translateY(-40%);
  }
}
.JsCountDown__item.--days::after {
  content: "Days";
}
.JsCountDown__item.--hours::after {
  content: "Hours";
}
.JsCountDown__item.--minutes::after {
  content: "Minutes";
}
.JsCountDown__item.--seconds::after {
  content: "Seconds";
}
