@charset "utf-8";

.pc-hide {
  display: inline-block;
}

h1 img {
  height: 120px;
}
article {
  min-height: 1220px;
}
article.phase_result {
  min-height: 630px;
}
#description {
  top: 0px;
}
button#draw {
  margin: 0 auto 46px;
}
#formWrap.show {
  height: 774px;
}
.frame {
  padding: 103px 0 0;
}
.frame section {
  top: -32px;
  margin: 0 0 -96px;
}
.frame #sendform {
  top: -47px;
  height: 628px;
  margin: 0 0 -112px;
}
.caution_text {
  height: 264px;
}
article .send_text img {
  width: 100%;
}
.caution_text {
  font-size: 18rem;
}
.caution_text h4 {
  font-size: 24rem;
}
.pure-form label.agree_btn {
  width: 220px;
  font-size: 21rem;
}
.mukade img {
  top: -178px;
  left: -webkit-calc(50% + 7px);
  left: calc(50% + 7px);
  height: 700px;
}
.received section {
  top: -30px;
  height: 194px;
}

#dog {
  top: 510px;
  -webkit-animation: dogrun 0.9s linear 1.3s both;
  animation: dogrun 0.9s linear 1.3s both;
}