.timer-head-box {
  position: relative;
}

.timer_h {
  position: absolute;
  bottom: 23%;
  left: 40%;
  font-size: 40px;
  width: calc(100% - 50%);
}

.timer_h_2 {
  position: absolute;
  bottom: 18%;
  left: 40%;
}

.timer_h .center-block {
  position: absolute;
  color: #ff0000;
  top: 40%;
  right: 5%;
  font-size: 36px;
  font-weight: 1000;
  font-family: 'Sawarabi Gothic', sans-serif;
  vertical-align: bottom;
}

.timer_h .clock-block {
  position: absolute;
  color: #ff0000;
  top: 40%;
  right: 5%;
  font-size: 36px;
  font-weight: 1000;
  font-family: 'Sawarabi Gothic', sans-serif;
  vertical-align: bottom;
}

.timer_h .clock-block .text {
  font-size: 24px;
  vertical-align: bottom;
}

@media screen and (max-width:900px) {

  .timer_h {
    width: calc(100% - 50%);
  }

  .timer_h .center-block,
  .timer_h .clock-block {
    font-size: 4.6vw;
    vertical-align: bottom;
  }

  .timer_h .clock-block .text {
    font-size: 3.6vw;
    vertical-align: bottom;
  }
}

@media screen and (max-width:500px) {

  .timer_h {
    left: 30%;
    width: calc(100% - 40%);
  }

  .timer_h .center-block,
  .timer_h .clock-block {
    font-size: 4.0vw;
    vertical-align: bottom;
  }

  .timer_h .clock-block .text {
    font-size: 3.2vw;
    vertical-align: bottom;
  }
}

@media screen and (max-width:375px) {

  .timer_h .clock-block .text {
    font-size: 3.0vw;
    vertical-align: bottom;
  }
}

/*ジーニーボット用にやや修正　何かCSSが干渉してる？*/
.timer-head-box {
  position: relative;
}

.timer_h_g {
  position: absolute;
  bottom: 24%;
  left: 40%;
  font-size: 40px;
  width: calc(100% - 50%);
}

.timer_h_g.center-block {
  position: absolute;
  color: #ff0000;
  top: 40%;
  right: 5%;
  font-size: 36px;
  font-weight: 1000;
  font-family: 'Sawarabi Gothic', sans-serif;
  vertical-align: bottom;
}

.timer_h_g .clock-block {
  position: absolute;
  color: #ff0000;
  top: 40%;
  right: 5%;
  font-size: 36px;
  font-weight: 1000;
  font-family: 'Sawarabi Gothic', sans-serif;
  vertical-align: bottom;
}

.timer_h_g .clock-block .text {
  font-size: 24px;
  vertical-align: bottom;
}

@media screen and (max-width:900px) {

  .timer_h_g {
    width: calc(100% - 50%);
  }

  .timer_h_g .center-block,
  .timer_h_g .clock-block {
    font-size: 4.2vw;
    vertical-align: bottom;
  }

  .timer_h_g .clock-block .text {
    font-size: 3.2vw;
    vertical-align: bottom;
  }
}

@media screen and (max-width:500px) {

  .timer_h_g {
    left: 30%;
    width: calc(100% - 40%);
  }

  .timer_h_g .center-block,
  .timer_h_g .clock-block {
    font-size: 3.6vw;
    vertical-align: bottom;
  }

  .timer_h_g .clock-block .text {
    font-size: 2.8vw;
    vertical-align: bottom;
  }
}

@media screen and (max-width:375px) {

  .timer_h_g .clock-block .text {
    font-size: 2.6vw;
    vertical-align: bottom;
  }
}

/* ミッキーbrushプラスのヘッダータイマー */
.timer-header .clock-block.is-mickey {
  color: #000;
  font-size: 34px;
  top: auto;
  bottom: 17px;
  right: 196px;
}

@media screen and (max-width: 1000px) {
  .timer-header .clock-block.is-mickey {
    font-size: 4.5vw;
    bottom: 1.8vw;
    right: 18vw;
  }
}