@charset "UTF-8";
/* reset */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
h1 img {
  vertical-align: bottom;
}
img {
  border: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.wrap-max{
  max-width: 800px;
  margin:0 auto;
  text-align: center;
}

/*タイトルアニメーション*/
.delay01 {
  animation-delay: 0.5s;
}

.btn-area{
  position: relative;
}

.countdown{
  position: absolute;
  top: -9%;
  width:100%;
}

.countdown_area {
  text-align: center;
  width: 90%;
  margin: 10% auto;
  font-size: 40px;
  font-weight: bold;
  padding: 3% 0;
  color: #000;
  position: relative;
}

.count{
  color: #f3355c;
}

/*フォーム*/

.ib{
  position: absolute;
  top: 19%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ib{
    width: 90%;
    left: 0%;
    right: 0%;
    margin: auto;
    top: 15%;
  }
}

.input{
	margin:0 auto;
	width:90%;
	padding:15px;
	font-size:1.5rem;
	text-align: center;
}

.input img{
	width:100%;
}

@media screen and (max-width: 768px) {
  .input{
    margin:0 auto;
    width:96%;
    padding:6px;
    font-size:1rem;
    text-align: center;
  }
}

input:first-child{
  border: 2px solid #bfbfbf;
  border-radius: 10px;
  margin: 0%  0 3%;
}

@media screen and (max-width: 768px) {
  input:first-child{
    padding: 3%; 
  }
}

.submit{
	margin: -5% 0% 10% 0%;
}

footer {
  text-align: center;
  border-top: 2px solid #5dc6ca;
  padding: 5% 0 3% 0;
  position: relative;
  z-index: 9999;
  color: #fff;
  font-size: 11px;
  background:#5dc6ca;
}
footer a {
  color: #fff;
  text-decoration: none;
}

.copy{color: #fff;
	margin-top: 5px;
}

.heartbeat{-webkit-animation:heartbeat 1.5s ease-in-out infinite both;animation:heartbeat 1.5s ease-in-out infinite both}

 @-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}

.title{
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
}
.bounce-top {
	animation: bounce-top 1.5s both;
}

 @keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

/*サンクス*/
.fv_thx{
  position: relative;
}

.title-thx{
  position: absolute;
  top: 4%;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
}

.btn_thx_area{
  position: relative;
}

.btn_thx{
  position: absolute;
  top: 54%;
  left: 0;
  right: 0;
  margin: auto;
  width: 800px;
}

/* SP */
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .ic {
    position: absolute;
    z-index: 999;
    width: 90%;
    bottom: 54%;
    left: 10%;
  } 
  .countdown{
    top: -10%;
    width:100%;
  }
  .countdown_area {
    text-align: center;
    width: 90%;
    margin: 10% auto;
    font-size: 20px;
    font-weight: bold;
    padding: 3% 0;
    position: relative;
  }

  .title{
    position: absolute;
    width: 95%;
    top: 3%;
  }
  
img {
  width:100%;
  max-width: 100%;
  height: auto;
  }

/*サンクス*/

.title-thx{
  top: 3%;
  width: 75%;
}

.btn_thx{
  top: 54%;
  width: 95%;
}


}

