@charset "UTF-8";
#popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#popup #overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}
#popup .box {
  width: 100%;
  max-width: 550px;
  position: relative;
  z-index: 9;
}
#popup .box #access {
  font-size: 30px;
  color: #ff0;
  font-weight: 700;
  position: absolute;
  right: 65.5%;
  bottom: 2%;
}
#popup .box #close {
  width: 100%;
  max-width: 50px;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
}
#popup.active {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.wrap .box-deadline {
  position: relative;
}
.wrap .box-deadline span {
  font-size: 96px;
  color: #ff6580;
  font-weight: 700;
  font-style: italic;
  position: absolute;
  top: 15%;
}
.wrap .box-deadline span#sec {
  right: 17%;
}
.wrap .box-deadline span#min {
  right: 32.5%;
}
.wrap .box-deadline span#hour {
  right: 54.5%;
}
.wrap .sec-cta01 {
  padding: 2% 0 7%;
}
.wrap .sec-cta01 .btn_cta {
  display: block;
  width: 92.9%;
  margin: 0 auto;
  -webkit-animation: jump 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
    alternate;
  animation: jump 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}
.wrap .sec-faq {
  padding: 0 0 7%;
}
.wrap .sec-cta02 {
  padding: 5% 0 2%;
}
.wrap .sec-cta02 .btn_cta {
  display: block;
  width: 92.9%;
  margin: 0 auto;
  -webkit-animation: jump 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite
    alternate;
  animation: jump 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}
.floating {
position: fixed;
bottom: 0;
max-width: 1080px;
width: 100%;
padding: 2% 0;
z-index: 20;
text-align: center;
background-color: rgba(255, 255, 255, 0.8);
}
.floating a img {
margin: 0 auto;
width: 90% !important;
}
footer {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  background: pink;
  padding: 40px 0 20px;
  margin-top: 80px;
}
footer ul {
  margin-bottom: 30px;
}
footer ul li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}
footer ul li:after {
  content: "｜";
  font-size: 16px;
  color: #000;
  position: absolute;
  right: -25px;
  top: 0;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li:last-child:after {
  display: none;
}
footer ul li a {
  font-size: 16px;
  color: #000;
}
footer .logo {
  margin-bottom: 25px;
}
footer .logo img {
  width: 145px;
}
footer p {
  font-size: 12px;
  color: #000;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media only screen and (max-width: 550px) {
  #popup .box {
    max-width: 88%;
  }
  #popup .box #access {
    font-size: 4.7vw;
    letter-spacing: -0.05em;
  }
  #popup .box #close {
    max-width: 9.8%;
    right: -4.5%;
    top: -3%;
  }
}
@media only screen and (max-width: 1079px) {
  .wrap .box-deadline span {
    font-size: 8.8vw;
    padding-right: 1%;
    letter-spacing: -0.05em;
  }
  .wrap .box-deadline span#sec {
    right: 16%;
  }
  .wrap .box-deadline span#min {
    right: 31.5%;
  }
  .wrap .box-deadline span#hour {
    right: 53.5%;
  }
  footer {
    padding-top: 30px;
    margin-top: 40px;
  }
  footer ul {
    margin-bottom: 20px;
  }
  footer ul li {
    margin-right: 15px;
  }
  footer ul li:after {
    font-size: 11px;
    right: -15px;
    top: 5px;
  }
  footer ul li a {
    font-size: 11px;
  }
  footer .logo {
    margin-bottom: 15px;
  }
  footer .logo img {
    width: 115px;
  }
  footer p {
    font-size: 10px;
  }
  @-webkit-keyframes jump {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }
  @keyframes jump {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }
}
