/* --------------------------------------------------------------------------------------------
カウントダウンタイマー
-------------------------------------------------------------------------------------------- */
.first_note {
  background: #C10003;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: .3em 0;
  font-size: 1.2em;
}
.countdown {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 25px;
  max-width: 750px;
  z-index: 999;
  bottom: 0;
}
@media screen and (max-width:750px) {
  .wrapper {
    padding-bottom: 0px;
  }
  .first_note {
    font-size: 1.7rem;
  }
  p.countdown_box_text_02 {
    width: 93%;
    left: 7%;
    margin: 10px 0;
  }
  .countdown {
    font-size: 3.3vw;
  }
}
.countdown_box {
  position: absolute;
  background: rgb(255 244 80 / 90%);
  padding: 0.5em 0 0;
  bottom: 0;
}
span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec {
  margin-right: 4px;
  padding: 0.4em;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 3px -2px #666464;
  color: black;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 30px;
}
@media screen and (max-width:750px) {
  span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec {
    font-size: 4vw;
  }
}
.countdownbtn_img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
p.countdown_box_text::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.2em;
  background: #e7365c;
  ;
  margin-left: -0.5em;
  top: 30%;
  transform: rotate(-25deg);
}
p.countdown_box_text {
  position: relative;
}
p.countdown_box_text {
  position: relative;
  font-size: 23px;
  color: #e7365c;
  font-weight: bold;
  width: 92%;
  left: 8%;
  letter-spacing: 0.02em;
}
@media screen and (max-width:750px) {
  p.countdown_box_text {
    font-size: 3vw;
  }
}
p.countdown_box_text::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 1.2em;
  background: #e7365c;
  ;
  margin-left: 0.2em;
  top: 30%;
  transform: rotate(25deg);
}
p.countdown_box_text_02 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0.2em;
}
p.countdown_box_text_02 {
  width: 93%;
  left: 7%;
  margin: 1.6rem 0 1.4rem;
}
.btn2.countdownbtn_img a {
  padding-top: 0.5rem;
}
.countdown_box_bigtext {
  font-size: 30px;
}
.btn a::before, .btn2 a::before {
  width: 100%;
  height: 80%;
  top: 12%;
  left: -100%;
}
@media screen and (max-width:750px) {
  .countdown_box_bigtext {
    font-size: 3.5vw;
  }
}
.countdown_imgbox {
  position: relative;
}
.countdown_icon {
  width: 18%;
  position: absolute;
  left: 2%;
}
p.countdown_box_text_02 {
  font-size: clamp(10px, 3.5vw, 26px);
}
p.countdown_box_text::before {
  top: 20%;
}
p.countdown_box_text::after {
  top: 20%;
}
