/* 計時器 */
/* [data-event="FIFA"] .events-welcome--timer {
  background-image: url("../img/countdown_time_bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  width: 100%;
  height: 125px;
  padding: 0 20px;
  margin: 15px 0 15px -5px;
}

[data-event="FIFA"] .events-welcome--timer .title{
  font-size: 14px;
  color: #283763;
  font-weight: 400;
  padding-top: 25px;
  padding-left: 125px;
}

[data-event="FIFA"] .events-welcome--timer .timer .time{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 8px;
}

[data-event="FIFA"] .events-welcome--timer .art-word {
  background-image: url("../images/olympics/countdown_time_name_ic.png");
  background-size: 80%;
}
[data-event="FIFA"] .events-welcome--timer .timer{
  padding-left: 115px;
  font-size: 32px;
  line-height: 1.2;
}

[data-event="FIFA"] .events-welcome--timer .timer > div{
  height: 50px;
}

[data-event="FIFA"] .events-welcome--timer .timer .time b{
  font-size: 10px;
  font-weight: normal;
  color: #adb3b9;
}

[data-event="FIFA"] .events-welcome--timer .progressbar{
  width: 100%;
  height: 4px;
  background: #dddddd;
  border-radius: 2px;
  margin-top: 10px;
}

[data-event="FIFA"] .events-welcome--timer .progressbar .inner{
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to bottom, #ff7979, #67024d);
}

[data-event="FIFA"] .events-welcome--timer .progressbar .inner::after{
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #ff7979, #67024d);
  float: right;
  margin-top: -2px;
} */
