/*===================== カウントダウンタイマー（追従）=====================*/
#following_cta.cdt {
  background: rgb(95 144 204 / 90%);
}
#following_cta.cdt .cdt_inner {
  max-width: 750px;
  margin: 0 auto;
}
#following_cta.cdt .cdt_inner .cdt_copy {
  text-align: center;
  /*padding-left: 30px;*/
}
#following_cta.cdt .cdt_inner .cdt_copy .cdt_copy_inner {
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
#following_cta.cdt .cdt_inner .cdt_copy .cdt_copy_inner .big_text {
  font-size: 30px;
  vertical-align: -.05em;
}
#following_cta.cdt .cdt_inner .cdt_copy .cdt_copy_inner .small_text {
  font-size: 22px;
}
#following_cta.cdt .cdt_inner .cdt_copy .cdt_copy_inner::before,
#following_cta.cdt .cdt_inner .cdt_copy .cdt_copy_inner::after {
  position: absolute;
  top: .25em;
  content: "";
  display: block;
  width: 2px;
  height: 1.2em;
  background: #fff;
}
#following_cta.cdt .cdt_inner .cdt_copy .cdt_copy_inner::before {
  left: -.8em;
  transform: rotate(-25deg);
}
#following_cta.cdt .cdt_inner .cdt_copy .cdt_copy_inner::after {
  right: -.5em;
  transform: rotate(25deg);
}
#following_cta.cdt .countdown {
  margin: 10px 0 20px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
#following_cta.cdt .countdown span {
  margin-right: 4px;
  padding: 0px 6px;
  border-radius: 6px;
  background: #fff;
  font-size: 30px;
  box-shadow: 0 3px 6px -2px #333;
}
#following_cta.cdt a {
  position: relative;
  max-width: 600px;
  height: 86px;
}
#following_cta.cdt .reserve {
  position: relative;
}
#following_cta.cdt .bubble {
position: absolute;
    z-index: 2;
    top: -107px;
    left: 85px;
    width: 90px;
    height: auto;
}
#following_cta.cdt a .cta_text {
  width: calc(100% - 10px);
  height: 76px;
  padding-bottom: 6px;
  font-size: 40px;
}
#following_cta.cdt a .cta_text_2 {
  width: calc(100% - 10px);
  height: 76px;
  padding-bottom: 6px;
  font-size: 40px;
}
@media screen and (max-width: 750px) {
  #following_cta.cdt {
    padding-top: 1vw;
  }
  #following_cta.cdt .cdt_inner .cdt_copy{
    /*padding-left: 15vw;*/
  }
  #following_cta.cdt .cdt_inner .cdt_copy .cdt_copy_inner {
    font-size: 3.2vw;
  }
  #following_cta.cdt .cdt_inner .cdt_copy .cdt_copy_inner .big_text {
    font-size: 4.6vw;
  }
  #following_cta.cdt .cdt_inner .cdt_copy .cdt_copy_inner .small_text {
    font-size: 3.4vw;
  }
  #following_cta.cdt .countdown {
    margin: 1.33vw 0 2.67vw;
    font-size: 3.8vw;
  }
  #following_cta.cdt .countdown span {
    margin-right: 0.53vw;
    padding: 0px 0.8vw;
    border-radius: 0.8vw;
    font-size: 4.7vw;
    box-shadow: 0 0.4vw 0.8vw -0.27vw #333;
  }
  #following_cta.cdt a {
    max-width: 80vw;
    height: 13.33vw;
  }
  #following_cta.cdt .bubble {
    top: -15.33vw;
    left: 0.8vw;
    width: 15vw;
  }
  #following_cta.cdt a .cta_text {
    width: calc(100% - 1.33vw);
    height: 12vw;
    padding-bottom: 0.8vw;
    font-size: 5.33vw;
  }
  #following_cta.cdt a .cta_text_2 {
    width: calc(100% - 1.33vw);
    height: 12vw;
    padding-bottom: 0.8vw;
    font-size: 5.33vw;
  }
}

#following_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
 }
#following_cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  width: 90%;
  height: 146px;
  margin: 0 auto 10px;
  border-radius: 73px;
  background: rgb(255,104,135);
  background: linear-gradient(138deg, rgba(254,66,108,1) 0%, rgba(235,66,127,1) 100%);
  transition: .2s;
}
#following_cta a .cta_text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 20px);
  height: 126px;
  border-radius: 63px;
  background: rgb(235,66,127);
  background: linear-gradient(138deg, rgba(235,66,127,1) 0%, rgba(254,66,108,1) 100%);
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#following_cta a .cta_text_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 20px);
  height: 126px;
  border-radius: 63px;
  background: rgb(235,66,127);
  background: linear-gradient(138deg, rgba(235,66,127,1) 0%, rgba(254,66,108,1) 100%);
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
#following_cta a .cta_text.shine {
  position: relative;
  overflow: hidden;
}
#following_cta a .cta_text.shine::before {
  content: "";
  -webkit-animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}
#following_cta a .cta_text .following_micro_copy {
	position: relative;
	display: block;
	margin-bottom: .3em;
	font-size: 50%;
	color: #fff450;
	font-feature-settings: "palt";
	letter-spacing: .04em;
}
#following_cta a .cta_text .following_micro_copy::before,
#following_cta a .cta_text .following_micro_copy::after {
	position: absolute;
	top: 0;
	content: "";
	display: block;
	width: 2px;
	height: 1.2em;
	background: #fff450;
}
#following_cta a .cta_text .following_micro_copy::before {
	left: -.5em;
	transform: rotate(-25deg);
}
#following_cta a .cta_text .following_micro_copy::after {
	right: -.5em;
	transform: rotate(25deg);
}
#following_cta a::after {
  position: absolute;
  top: calc(50% - 13px);
  right: 38px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 14px;
  border-color: transparent transparent transparent #fff;
}
#following_cta a:hover {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #following_cta a {
    height: 19.47vw;
  }
  #following_cta a .cta_text {
    width: calc(100% - 2.67vw);
    height: 16.8vw;
    font-size: 6.67vw;
  }
  #following_cta a::after {
    position: absolute;
    top: calc(50% - 1.73vw);
    right: 5.07vw;
    border-width: 1.73vw 0 1.73vw 1.87vw;
  }
}

.cdt_btn {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 6px;
}


@media screen and (max-width: 600px) {
.cdt_btn {
  font-size: 5vw;
  margin-bottom: 0;
  }
}

/*赤帯*/

.limited_txt {
  background-color: #e52727;
}

.limited_txt p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  padding: 7px 0;
  font-weight: 600;
  margin-top: 0;
}

@media screen and (max-width: 600px) {
.limited_txt p{
  font-size: 3.5vw;
  padding: 5px 0;
  }
}
.float_zero_taiken {
    width: 70%;
}
