/* reset */
#contentInner {
  width: 100% !important;
  padding: 0 !important;
}
#footer_nav {
  margin-top: 0 !important;
}

/* common */
#lp-content img,
#lp-balloon img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* mv */
#lp-mv {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20190510/lp_movie/mv_bcg.jpg) no-repeat center bottom / cover;
  text-align: center;
}
#lp-mv img {
  max-width: 1064px;
  width: 100%;
  height: auto;
}

/* blloon */
#lp-balloon {
  position: relative;
  padding: 20px 0;
  background-color: #00AEAE;
}
#lp-balloon:before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #00AEAE;
}
#lp-balloon p {
  max-width: 328px;
  width: 35%;
  margin: 0 auto;
}

/* lp-content */
#lp-content {
  padding: 80px 0 140px 0 ;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20190905/content_bcg2.jpg) repeat-y center top;
}
#lp-movie-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.lp-movie-box {
  position: relative;
  width: 30%;
  margin-bottom: 35px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 3px 3px 0px 3px rgba(0, 0, 0, 0.1);
}
.lp-movie-box:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}
.lp-movie-thumbnail {
  position: relative;
}
.lp-movie-thumbnail .lp-thumbnail {
  border-radius: 20px 20px 0 0;
}
.lp-movie-thumbnail .lp-btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px !important;
  height: 50px !important;
  margin-top: -25px;
  margin-left: -25px;
}
.lp-movie-text {
  padding: 15px 20px 65px 20px;
}
.lp-movie-text h1 {
  font-size: 16px;
  color: #DF4C6E;
  background-color: white;
  text-shadow: none;
}

.lp-movie-text h2 {
  padding-top: 15px;
  font-size: 14px;
  font-weight: normal;
  background-color: white;
  text-shadow: none;
  color: #000;
}
.lp-movie-text .kikaku-no {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-top: dotted 1px #E3CE77;
  font-size: 12px;
}

/* lp-buttons */
#lp-buttons {
  width: 100%;
  max-width: 940px;
  margin: 80px auto 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.lp-button-box p + p {
  margin-top: 10px;
}
.lp-button-box + .lp-button-box {
  margin-top: 50px;
}
.lp-button-box p:first-of-type {
  max-width: 868px;
}


.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  position: relative;
  display: inline-block;
  width: 50%;
  padding-bottom: 28.125%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.modal_content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.open_button .lp-movie-thumbnail:hover {
  opacity: 0.8;
  cursor: pointer;
}

.close_button {
  position: absolute;
  top: -30px;
  right: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

.modal_wrap input:checked ~ .modal_overlay {
  display: inline-block;
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
