@charset "UTF-8";
/* --------------------------------------------------------------------------------------------

カウントダウンタイマー

-------------------------------------------------------------------------------------------- */
.countdown {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 25px;
  max-width: 750px;
  z-index: 999;
  bottom: 0;
}

.countdown_box {
  position: absolute;
  background: rgb(255 244 80 / 90%);
  padding: 0.5em 0 0;
  bottom: 0;
  width: 100%;
}
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;
}

.countdownbtn_img {
  width: 90%;
  display: block;
  margin: 0 auto .5em;
}
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%;
}

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: 25px 0 10px;
}
.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%;
}

.countdown_imgbox {
  position: relative;
}
.countdown_icon {
  width: 18%;
  position: absolute;
  left: 2%;
}

.first_note {
  background:#C10003;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: .3em 0;
  font-size: 1.2em;
}

@media screen and (max-width:750px) {
  p.countdown_box_text {
    font-size: 3vw;
  }
}
@media screen and (max-width:750px) {
  span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec {
    font-size: 3.5vw;
  }
}

@media screen and (max-width:750px) {
  .countdown_box_bigtext {
    font-size: 3.5vw;
  }
}
@media screen and (max-width:750px) {
/*
  .wrapper {
    padding-bottom: 295px;
  }
*/
  .first_note {
    font-size: 1.4rem;
  }
  p.countdown_box_text_02 {
    width: 93%;
    left: 7%;
    margin: 10px 0;
  }
  .countdown {
    font-size: 3.3vw;
  }
    a.bot_open.cv_area_6 {
    margin-top: 3px;
    margin-bottom: 10px;
}
}
