@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;
}
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: 80%;
  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%;
}
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;
}
.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:500px) {
  p.countdown_box_text {
    font-size: 3vw;
  }
}
@media screen and (max-width:500px) {
  span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec {
    font-size: 3.5vw;
  }
}
@media screen and (max-width:500px) {
  .countdown_box_bigtext {
    font-size: 3.5vw;
  }
}
@media screen and (max-width:500px) {
  /*
  .wrapper {
    padding-bottom: 295px;
  }
*/
  .first_note {
    font-size: 1.4rem;
  }
  p.countdown_box_text_02 {
    width: 93%;
    left: 7%;
  }
  .countdown {
    font-size: 3.3vw;
  }
  a.bot_open.cv_area_6 {
    margin-bottom: 10px;
  }
}
span.countdown_box_bigtext {
  background: none;
  color: #e7365c;
  font-size: clamp(16px, 4vw, 25px);
  margin: 0;
  padding: 0.1em;
}
p.countdown_box_text {
  font-size: clamp(13px, 3.5vw, 18px);
}
.countdown span {
  background: none;
  margin: 0;
}
span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec {
  font-size: clamp(12px, 3.5vw, 20px);
  margin-right: 3px;
}
span.limit {
  font-size: clamp(12px, 3vw, 18px);
  padding: 0;
}
p.countdown_box_text_02 {
  font-size: clamp(14px, 3vw, 18px);
  color: black;
  margin-top: 0.67em;
  margin-bottom: 0.7rem;
}

.countdown_box {
    padding: 0.2em 0 0;
}

    body, #cta_follow {
        width: 100%;
    }

.btn2.countdownbtn_img a {
    padding-top: 0.3em;
}


.countdownbtn_img.btn2 a{
    display: inline-block;
    cursor: pointer;
    padding: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 300px;
}
.countdownbtn_img.btn2 a::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
    -webkit-animation: shine 1s infinite;
    animation: shine 1s infinite;
}
@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

p.countdown_box_text_02 {
    margin-top: clamp(0px, 3vw, 15px);
}
.countdown_box {
    padding-top: clamp(10px, 3vw, 15px);
}
span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec {
    font-size: clamp(12px, 4vw, 28px);
}
.countdown_icon {
    width: 17%;
    left: 1%;
}

p.countdown_box_text::before {
    top: 5%;
}
@media screen and (max-width: 750px){
a.bot_open.cv_area_6 {
    margin-bottom: 5px;
    }}
p.countdown_box_text_02 {
    font-size: clamp(12px, 3.75vw, 20px);
}
p.countdown_box_text {
    font-size: clamp(12px, 3.7vw, 22px);
}
@media screen and (min-width:751px){
    span#countdown-day, span#countdown-hour, span#countdown-min, span#countdown-sec{
        margin-right:7px;
    }
}
p.countdown_box_text::after {
    top: 5%;
}
.countdown_box {
    width: 100%;
}

p.countdown_box_text_02 {
    margin-bottom: 0.8rem;
}