@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;
}

/*フォーム*/

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

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

.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 #d4d4d4;
  padding: 5% 0 3% 0;
  position: relative;
  z-index: 9999;
  color: #fff;
  font-size: 11px;
  background:#d4d4d4;
}
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: 8%;
  left: 26%;
  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;
  }
}

.earnmoney{
  position: relative;
}

.txt_100man{
  position: absolute;
  width: 75%;
  top: 31%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .txt_100man{
    width: 75%;
    top: 31%;
  }
}

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

.title_thx{
  position: absolute;
  top: 34%;
  left: 0;
  right: 33%;
  margin: auto;
}

.btn_area_thx{
  position: relative;
}

.btn_thx{
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  margin: auto;
}

.present_thx{
  position: relative;
}

.present_txt{
  position: absolute;
  top: 27%;
  left: 0;
  right: 0;
  margin: auto;
}

/*サンクスタイトルアニメ*/
.shake-vertical{-webkit-animation:shake-vertical 8s cubic-bezier(.455,.03,.515,.955) both;animation:shake-vertical 8s cubic-bezier(.455,.03,.515,.955) both}
 @-webkit-keyframes shake-vertical{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}10%,30%,50%,70%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}20%,40%,60%{-webkit-transform:translateY(8px);transform:translateY(8px)}80%{-webkit-transform:translateY(6.4px);transform:translateY(6.4px)}90%{-webkit-transform:translateY(-6.4px);transform:translateY(-6.4px)}}@keyframes shake-vertical{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}10%,30%,50%,70%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}20%,40%,60%{-webkit-transform:translateY(8px);transform:translateY(8px)}80%{-webkit-transform:translateY(6.4px);transform:translateY(6.4px)}90%{-webkit-transform:translateY(-6.4px);transform:translateY(-6.4px)}}



/* SP */
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .ic {
    position: absolute;
    z-index: 999;
    width: 90%;
    bottom: 54%;
    left: 10%;
  } 

  .title{
    position: absolute;
    width: 59%;
    top: 3.5%;
    left: 35%;
  }
  
img {
  width:100%;
  max-width: 100%;
  height: auto;
  }

}

