.sec_lp_countdown {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.sec_lp_countdown__bg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sec_lp_countdown__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec_lp_countdown__timer {
  position: absolute;
  top: 77%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .sec_lp_countdown__timer {
    top: 79%;
  }
}
.sec_lp_countdown__timer_bg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sec_lp_countdown__timer_text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -530%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sec_lp_countdown__timer_text {
    top: -555%;
  }
}
.sec_lp_countdown__timer_label {
  color: #090909;
  text-shadow:
    -0.8px -0.8px 0 #ffffff,
    0 -0.8px 0 #ffffff,
    0.8px -0.8px 0 #ffffff,
    -0.8px 0 0 #ffffff,
    0.8px 0 0 #ffffff,
    -0.8px 0.8px 0 #ffffff,
    0 0.8px 0 #ffffff,
    0.8px 0.8px 0 #ffffff;
  font-weight: 900;
  font-size: 11vw;
}
.sec_lp_countdown__timer_label--before {
  margin-right: 0%;
}
.sec_lp_countdown__timer_label--after {
  margin-left: 0%;
}
.sec_lp_countdown__timer_days {
  display: flex;
  position: relative;
}
.sec_lp_countdown__timer_days::after {
  content: "";
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background-color: #f3d600;
}
@media screen and (min-width: 768px) {
  .sec_lp_countdown__timer_days::after {
    width: 4px;
  }
}
.sec_lp_countdown__timer_digit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  padding: 0 0 5px 0;
  width: 14vw;
  height: 22vw;
  line-height: 1;
  background-color: #990000;
  color: #ffffff;
  font-size: 20vw;
}
.sec_lp_countdown__btn {
  display: block;
  position: absolute;
  bottom: 9%;
  left: 50%;
  width: 90%;
  height: auto;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .sec_lp_countdown__btn {
    bottom: 7%;
  }
}
.sec_lp_countdown__btn_img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.sec_lp_countdown__txt {
  position: absolute;
  bottom: 3.5%;
  left: 50%;
  width: 100%;
  text-align: center;
  font-size: 2.5vw;
  color: #ffffff;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .sec_lp_countdown__txt {
    font-size: 16px;
    bottom: 2.5%;
  }
}
@media screen and (min-width: 768px) {
  .sec_lp_countdown__timer_label {
    font-size: 64px;
  }
  .sec_lp_countdown__timer_digit {
    padding: 0 0 10px 0;
    width: 100px;
    height: 150px;
    font-size: 140px;
  }
} /*# sourceMappingURL=app.css.map */

/* ==============================================
  カウントダウン実装
   ============================================== */

.mv_side_inner,
.bnr_cp_wrapper {
  position: relative;
  display: inline-block;
}

.countdown_img_box,
.countdown_img_box_topleft {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
}

.countdown_img_box img,
.countdown_img_box_topleft img {
  width: auto;
  display: block;
  border: none;
}

.countdown_img_box {
  top: 58.2%;
  left: 80.1%;
  transform: translate(-50%, -50%);
}
.countdown_img_box img {
  height: 23px;
}

.countdown_img_box_topleft {
  top: 14.7%;
  left: 24.5%;
}
.countdown_img_box_topleft img {
  height: 23.5px;
}

@media screen and (min-width: 768px) {
  .countdown_img_box_topleft img {
    height: 40px;
  }
  .countdown_img_box img {
    height: 38px;
  }
}
