html {
  background-color: #fff !important;
}
.container {
  width: 100%;
}
img {
  max-width: 100%;
}
a {
  display: block;
}
.lp_wrap {
  line-height: 0;
}
.lpVideo_wrap {
  position: relative;
}
.lpVideo {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    top: 1px;
    /* max-width: 76%; */
}
.lpVideo video {
    width: 100%;
}

.lpVideo img {
  width: 100%;
}
#form h2 {
  line-height: 1.2;
}
footer {
    padding-top: 35px;
    background: #f2f2f2;
    margin-bottom: -30px;
}
footer ul {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}

footer li {
  text-align: center;
  border-right: 1px solid #333333;
}

footer ul a {
  color: #333333 !important;
  padding-right: 10px;
}
footer ul li:last-child {
  border: none;
}

footer ul li:last-child a {
  padding-right: 0
}

.copy {
  font-size: 10px;
  text-align: center;
  padding: 30px 0;
}

iframe#egg_form {
    height: 2000px;
}

.lp_btnWrap {
    position: relative;
}
.lpBtn {
    width: 93%;
    margin: auto;
    position: absolute;
    bottom: 27%;
    left: 0;
    right: 0;
}
