@charset "utf-8";
/* CSS Document */

/* reset *************************************************************/
body {line-height:1; margin:0; font-family:arial,sans-serif;}
h1, h2, h3, h4, h5, h6, p {margin:0; font-weight:normal; display:block;}
article,footer,header {display:block;}
ul,li {list-style:none; padding:0;margin:0;}
dl,dt,dd {padding:0; margin:0;}
table,tr,td {border:0;padding:0;margin:0;}
a {color:#3c68c3;}
img {vertical-align:baseline; border:0; padding:0; margin:0;}
div {margin:0;padding:0;}
button {background: transparent;border: 0; outline: none;}
/* //reset *************************************************************/

*{
  box-sizing: border-box;
}
body,html {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  color: #252525;
  line-height: 1.7;
  background: url("../img/bg.png");
  -webkit-text-size-adjust: 100%;
}
p {
  margin-top: 2.816%;  
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}


/***************************/

.inner {
  padding: 0 2.66666%;
}

em {
  font-weight: bold;
  color: #ff399e;
  font-style: normal;
}

header {
  margin-bottom: 5.333%;
}

.campaign {
  margin-top: 5.333%;
  margin-bottom: 5.333%;
}

section {
  margin-bottom: 8%;
}

.btn {
  padding: 0 2.666%;
  text-align: center;
}

.non_ad h2 {
  margin: 0;
}
.non_ad {
  position: relative;
}
.non_ad > div {
  position: absolute;
  top: 0;
}


.reward {
  padding-bottom: 8%;
  background: #25aaff;
}
.reward ul {
  margin-top: 5.333%;
}
.reward li {
  margin-bottom: 8%;
}

.experience {
  margin: 4% 0 0;
  text-align: center;
}
.site .btn {
  margin: 8% 0;
}
.site .total {
  margin-top: -4%;
}
.heart {
  padding-bottom: 8%;
  background: url(../img/heart_bg.png);
}

.video {
  margin-top: 5.63%;
}
.video h2 {
  margin-bottom: 2.816%;
  animation: rotation 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation: rotation 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation: rotation 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;
}
@keyframes rotation {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes rotation {
  0% {
    -moz-transform: translateY(-10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
.video div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.footer-btn {
  position: relative;
  margin-top: 5.632%;
}
.btn_fixed {
  position: fixed;
  bottom: 0;
  z-index: 999;
  font-size: 0;
}
.btn_fixed a {
  position: absolute;
  left: 0;
  bottom: 6.25%;
  width: 100%;
  padding: 0 2.666%;
  text-align: center;
}
.footer_btn {
  margin: 8% 0 16%;
}
#footer {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #242424;
}
#footer .text {
  padding: 5.333% 0;
  background: #ff399e;
}
#footer .copy {
  padding: 5.333% 0;
}
#footer .copy span {
  font-size: 1.2rem;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
.center {
  text-align: center;
}

@media screen and (min-width: 600px) {
  html { font-size: 80%; }
}
@media screen and (min-width: 750px) {
  html { font-size: 100%; }
  #wrapper {width:750px;margin:auto;}
}

