@charset "UTF-8";
.movie-camp-lp {
  color: #2b2b2b;
  margin: 0 0 25px;
  min-width: 980px;
}
.movie-camp-lp a {
  color: #2823ff;
  text-decoration: underline;
}
.movie-camp-lp .section-inner {
  margin: 0 auto;
  width: 980px;
}
.movie-camp-lp .section-ttl {
  text-align: center;
}
.movie-camp-lp .entry-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffea00;
  border: 3px solid #2b2b2b;
  border-bottom-width: 6px;
  border-radius: 50px;
  color: #2b2b2b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 400px;
}
.movie-camp-lp .entry-btn.is-disabled a {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #fff;
  pointer-events: none;
}
.movie-camp-lp .billborad {
  background: #1cb968 url(../../img/campaigns/epk-enq-movie-app-2102/billbord_bg.png) no-repeat top center/1900px;
  min-width: 980px;
  padding: 40px 0 220px;
}
.movie-camp-lp .billborad h2 {
  margin: 0 auto 8px;
  width: 766px;
}
.movie-camp-lp .billborad .billbord-caution-txt {
  margin: 0 auto 8px;
  width: 766px;
}
.movie-camp-lp .billborad .caution-txt {
  color: #fff;
  font-size: 1.4rem;
}
.movie-camp-lp .billborad .caution-txt::before {
  content: "※";
}
.movie-camp-lp .billborad .billborad-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffea00;
  border: 3px solid #2b2b2b;
  border-bottom-width: 6px;
  border-radius: 50px;
  color: #2b2b2b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 400px;
}
.movie-camp-lp .billborad .billborad-btn.is-disabled a {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: #fff;
  pointer-events: none;
}
.movie-camp-lp .flowstep {
  background: #ebf8f1;
  padding: 0 0 75px;
  position: relative;
}
.movie-camp-lp .flowstep::after {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/movie_borer.png) repeat-x center/contain;
  bottom: -20px;
  content: "";
  display: block;
  height: 41px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.movie-camp-lp .flowstep .compete-flowstep-ttl {
  color: #1cb968;
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0 30px;
  text-align: center;
}
.movie-camp-lp .flowstep .flowstep-box {
  background: #fff;
  border: 4px solid #1cb968;
  border-radius: 24px;
  margin: 0 0 -142px;
  padding: 20px 0 0;
  -webkit-transform: translate(0, -182px);
          transform: translate(0, -182px);
}
.movie-camp-lp .flowstep .flowstep-ttl {
  color: #1cb968;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
.movie-camp-lp .flowstep .step-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
  padding: 0 45px;
}
.movie-camp-lp .flowstep .step-list .step-cts {
  margin: 0 50px 0 0;
  position: relative;
  width: 260px;
}
.movie-camp-lp .flowstep .step-list .step-cts::after {
  border: 15px solid transparent;
  border-left: 20px solid #bec8c3;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -50px;
  top: 60px;
  width: 0;
}
.movie-camp-lp .flowstep .step-list .step-cts:last-of-type {
  margin-right: 0;
}
.movie-camp-lp .flowstep .step-list .step-cts:last-of-type::after {
  content: none;
}
.movie-camp-lp .flowstep .step-list .step-cts.step-01 .img-box {
  margin-bottom: 30px;
}
.movie-camp-lp .flowstep .step-list .step-cts.is-disabled .img-box::before {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.movie-camp-lp .flowstep .step-list .step-cts.is-disabled .img-box::after {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #fff;
  border-radius: 50px;
  color: #fff;
  content: "済";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.8rem;
  font-weight: bold;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  z-index: 1;
}
.movie-camp-lp .flowstep .step-list .step-cts.step-02.is-disabled .img-box::before {
  height: 125px;
  width: 125px;
}
.movie-camp-lp .flowstep .step-list .step-cts.step-02.is-disabled .img-box::after {
  border: none;
  content: "まずは\aキャンペーンに\aエントリー";
  font-size: 1.6rem;
  font-weight: normal;
  height: 125px;
  line-height: 1.25;
  text-align: center;
  white-space: pre;
  width: 125px;
}
.movie-camp-lp .flowstep .step-list .step-ttl {
  color: #fff;
  font-size: 1.2rem;
  left: 0;
  line-height: 1;
  padding: 5px 9px;
  position: absolute;
  top: 0;
}
.movie-camp-lp .flowstep .step-list .step-ttl::before {
  border: 55px solid transparent;
  border-top: 55px solid #1cb968;
  content: "";
  display: block;
  height: 0;
  left: -56px;
  position: absolute;
  top: -56px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 0;
  z-index: 1;
}
.movie-camp-lp .flowstep .step-list .step-ttl span {
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.movie-camp-lp .flowstep .step-list .step-ttl .num {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
}
.movie-camp-lp .flowstep .step-list .img-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ebf8f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
  position: relative;
  width: 100%;
}
.movie-camp-lp .flowstep .step-list .step-txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.movie-camp-lp .flowstep .step-list .step-txt .caution {
  font-size: 1.4rem;
}
.movie-camp-lp .flowstep .step-list .step-button a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff9600;
  border-radius: 7px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 230px;
}
.movie-camp-lp .flowstep .step-list .step-button.is-disabled a {
  background-color: #ccc;
  pointer-events: none;
}
.movie-camp-lp .flowstep .step-list .ttl-txt {
  font-size: 1.4rem;
  margin: 10px 0 0;
  text-align: center;
}
.movie-camp-lp .flowstep .stepflow-step-detail {
  padding: 0 50px 25px;
  position: relative;
}
.movie-camp-lp .flowstep .stepflow-step-detail::after {
  border: 100px solid transparent;
  border-top: 40px solid #fff;
  bottom: -130px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.movie-camp-lp .flowstep .caution-list {
  counter-reset: item;
  font-size: 1.4rem;
}
.movie-camp-lp .flowstep .caution-list > li {
  padding: 0 0 0 2.5em;
  text-indent: -2.5em;
}
.movie-camp-lp .flowstep .caution-list > li::before {
  content: "※" counter(item) "：";
  counter-increment: item;
}
.movie-camp-lp .flowstep .caution-list .is-em {
  color: #db0033;
}
.movie-camp-lp .flowstep .stepflow-detail {
  background: #fff4d8;
  border-radius: 0 0 20px 20px;
  padding: 25px 45px 45px;
  text-align: center;
}
.movie-camp-lp .flowstep .stepflow-detail .detail-txt {
  counter-reset: item;
  font-size: 1.4rem;
  margin: 20px 0 0;
  text-align: left;
}
.movie-camp-lp .flowstep .stepflow-detail .detail-txt > li {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.movie-camp-lp .flowstep .stepflow-detail .detail-txt > li::before {
  content: counter(item) ".";
  counter-increment: item;
}
.movie-camp-lp .flowstep .flowstep-thks-message .ttl {
  border-left: 4px solid #1cb968;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
}
.movie-camp-lp .flowstep .flowstep-thks-message .message-box {
  background: #fff;
  border-radius: 20px;
  padding: 45px 50px;
}
.movie-camp-lp .flowstep .flowstep-thks-message .message-box .txt {
  font-size: 1.6rem;
  line-height: 1.6;
}
.movie-camp-lp .flowstep .flowstep-thks-message .message-box .caution-txt {
  font-size: 1.4rem;
  line-height: 1.45;
}
.movie-camp-lp .flowstep .flowstep-thks-message .message-box .caution-txt::before {
  content: "※";
}
.movie-camp-lp .flowstep .flowstep-thks-message .message-box .is-em {
  color: #db0033;
}
.movie-camp-lp .stepflow-w-banner .canp-banner {
  border: 4px solid #ffbe00;
  position: relative;
}
.movie-camp-lp .stepflow-w-banner .canp-banner > dt {
  background: #ffbe00;
  color: #1d223a;
  font-family: "madf";
  font-size: 2rem;
  font-weight: 900;
  padding: 2px 0;
  text-align: center;
}
.movie-camp-lp .stepflow-w-banner .canp-banner > dt .is-em {
  font-size: 3rem;
  font-weight: 900;
}
.movie-camp-lp .stepflow-w-banner .canp-banner > dd {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff4d8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}
.movie-camp-lp .stepflow-w-banner .canp-banner > dd img {
  width: 696px;
}
.movie-camp-lp .stepflow-w-banner .canp-banner > dd .w-entry-btn {
  padding: 0 8px 0 0;
}
.movie-camp-lp .stepflow-w-banner .canp-banner > dd .w-entry-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e75a5a;
  border-bottom: 3px solid #c83737;
  border-radius: 7px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 76px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 200px;
}
.movie-camp-lp .stepflow-w-banner .canp-banner.is-disabled::before {
  background: rgba(0, 0, 0, 0.7);
  bottom: -4px;
  content: "";
  display: block;
  height: calc(100% + 8px);
  left: -4px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: calc(100% + 8px);
  z-index: 1;
}
.movie-camp-lp .stepflow-w-banner .canp-banner.is-disabled::after {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #fff;
  border-radius: 50px;
  color: #fff;
  content: "済";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 3.8rem;
  font-weight: bold;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  z-index: 1;
}
.movie-camp-lp .stepflow-w-banner .red-txt {
  color: #fd4a4a;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 16px 0 0;
  text-align: center;
}
.movie-camp-lp .movie {
  background: #1cb968;
  color: #fff;
  padding: 102px 0 105px;
  position: relative;
  text-align: center;
}
.movie-camp-lp .movie::after {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/movie_borer.png) repeat-x center/contain;
  bottom: -20px;
  content: "";
  display: block;
  height: 41px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.movie-camp-lp .movie .movie-bg-box::before, .movie-camp-lp .movie .movie-bg-box::after {
  content: "";
  display: block;
  height: 694px;
  position: absolute;
  top: 0;
  width: 200px;
}
.movie-camp-lp .movie .movie-bg-box::before {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/movie_bg_img_left.png) no-repeat center/contain;
  left: 0;
}
.movie-camp-lp .movie .movie-bg-box::after {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/movie_bg_img_right.png) no-repeat center/contain;
  right: 0;
}
.movie-camp-lp .movie .section-ttl {
  margin: 0 0 8px;
}
.movie-camp-lp .movie .read-txt {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 4px;
}
.movie-camp-lp .movie .sub-txt {
  font-size: 1.6rem;
  font-weight: bold;
}
.movie-camp-lp .movie .movie-box {
  margin: 32px 0 0;
  position: relative;
}
.movie-camp-lp .movie .movie-box::before {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/movie_bg_img_01.png) no-repeat center/contain;
  content: "";
  height: 307px;
  left: -3px;
  position: absolute;
  top: 106px;
  width: 150px;
  z-index: 1;
}
.movie-camp-lp .movie .movie-box::after {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/movie_bg_img_02.png) no-repeat center/contain;
  content: "";
  height: 318px;
  position: absolute;
  right: -4px;
  top: 94px;
  width: 157px;
  z-index: 1;
}
.movie-camp-lp .movie .movie-box .balloon-txt {
  color: #fff;
  font-size: 2rem;
  margin: 0 0 25px;
}
.movie-camp-lp .movie .movie-box .video-box {
  background: #fff;
  height: 360px;
  margin: 0 auto;
  position: relative;
  width: 640px;
}
.movie-camp-lp .movie .movie-box .video-box video {
  cursor: pointer;
  width: 100%;
}
.movie-camp-lp .movie .movie-box .checkform {
  background: rgba(10, 10, 10, 0.7);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.movie-camp-lp .movie .movie-box .checkform ul {
  display: table;
  height: 100%;
  list-style: none;
  margin: auto;
  padding: 0 25px;
  width: 520px;
}
.movie-camp-lp .movie .movie-box .checkform ul li {
  color: #fff;
  display: table-cell;
  font-size: 2.4rem;
  margin: 0 auto;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 90%;
}
.movie-camp-lp .movie .movie-box .checkform input[type=checkbox] + label {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3px;
  padding: 0 0 0 29px;
  position: relative;
  white-space: nowrap;
}
.movie-camp-lp .movie .movie-box .checkform input[type=checkbox] + label::before {
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}
.movie-camp-lp .movie .movie-box .checkform input[type=checkbox] + label::after {
  border-bottom: 3px solid #006ae6;
  border-right: 3px solid #006ae6;
  content: "";
  display: none;
  height: 12px;
  left: 7px;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 9px;
}
.movie-camp-lp .movie .movie-box .checkform input[type=checkbox]:checked + label::after {
  display: block;
}
.movie-camp-lp .movie .movie-box .checkform input[type=submit] {
  background-color: #e75a5a;
  border-radius: 7px;
  color: #fff;
  display: block;
  font-size: 3.2rem;
  font-weight: bold;
  height: 90px;
  line-height: 90px;
  margin: 15px auto;
  text-align: center;
  width: 520px;
}
.movie-camp-lp .movie .movie-box .checkform input[type=submit]:disabled {
  background-color: #ccc;
  color: #fff;
}
.movie-camp-lp .campdetail {
  background: #ebf8f1;
  padding: 70px 0 120px;
  position: relative;
}
.movie-camp-lp .campdetail::after {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/campdetail_borer.png) repeat-x center/contain;
  bottom: -10px;
  content: "";
  display: block;
  height: 41px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.movie-camp-lp .campdetail .section-ttl {
  margin: 0 0 36px;
}
.movie-camp-lp .campdetail .campdetail-box {
  background: #fff;
  border-radius: 20px;
  margin: 0 0 42px;
  padding: 50px 50px;
}
.movie-camp-lp .campdetail .campdetail-box .ttl {
  border-left: 4px solid #1cb968;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 30px 0 -5px;
  padding: 0 0 0 10px;
}
.movie-camp-lp .campdetail .campdetail-box .ttl:first-of-type {
  margin-top: 0;
}
.movie-camp-lp .campdetail .campdetail-box .txt {
  font-size: 1.6rem;
  margin: 15px 0;
}
.movie-camp-lp .campdetail .campdetail-box .is-em {
  color: #db0033;
}
.movie-camp-lp .campdetail .caution-txt {
  font-size: 1.4rem;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.movie-camp-lp .campdetail .caution-txt::before {
  content: "※";
}
.movie-camp-lp .campdetail .gry-caution {
  background: #f5f5f5;
  font-size: 1.6rem;
  margin: 20px 0 0;
  padding: 23px 20px;
}
.movie-camp-lp .campdetail .gry-caution .list {
  counter-reset: item;
  margin: 12px 0 0;
}
.movie-camp-lp .campdetail .gry-caution .list > li {
  line-height: 1.6;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
}
.movie-camp-lp .campdetail .gry-caution .list > li::before {
  content: counter(item);
  counter-increment: item;
}
.movie-camp-lp .campdetail .step-list {
  counter-reset: item;
  font-size: 1.6rem;
  padding: 0 0 0 10px;
}
.movie-camp-lp .campdetail .step-list > li {
  line-height: 1.62;
  padding: 0 0 0 1.5em;
  position: relative;
  text-indent: -1em;
}
.movie-camp-lp .campdetail .step-list > li::before {
  content: counter(item);
  counter-increment: item;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.movie-camp-lp .techoinfo {
  padding: 60px 0 98px;
}
.movie-camp-lp .techoinfo .section-ttl {
  margin: 0 0 35px;
}
.movie-camp-lp .techoinfo .info-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 35px;
}
.movie-camp-lp .techoinfo .info-list .info-box {
  margin: 0 40px 0 0;
  width: 300px;
}
.movie-camp-lp .techoinfo .info-list .info-box:last-of-type {
  margin-right: 0;
}
.movie-camp-lp .techoinfo .info-list .img-box {
  margin: 0 0 17px;
}
.movie-camp-lp .techoinfo .info-list .txt-box > dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}
.movie-camp-lp .techoinfo .info-list .txt-box > dd {
  font-size: 1.4rem;
  line-height: 1.6;
}
.movie-camp-lp .techoinfo .info-list .txt-box > dd .caution {
  display: block;
  font-size: 1.4rem;
}
.movie-camp-lp .techoinfo .info-list .point-detail-txt {
  border-top: 1px dashed #2b2b2b;
  letter-spacing: -0.4em;
  margin: 0.7em 0 0;
  padding: 0.7em 0 0;
}
.movie-camp-lp .techoinfo .info-list .point-detail-txt > dt,
.movie-camp-lp .techoinfo .info-list .point-detail-txt dd {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.movie-camp-lp .techoinfo .info-list .point-detail-txt > dt {
  width: 4em;
}
.movie-camp-lp .techoinfo .info-list .point-detail-txt > dd::before {
  content: "：";
  width: calc(100% - 9em);
}
.movie-camp-lp .faq {
  background: #f8f8f8;
  padding: 80px 0 90px;
  position: relative;
}
.movie-camp-lp .faq::before {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/faq_borer.png) repeat-x center/contain;
  content: "";
  display: block;
  height: 41px;
  left: 0;
  position: absolute;
  right: 0;
  top: -10px;
  width: 100%;
  z-index: 1;
}
.movie-camp-lp .faq .section-ttl {
  font-size: 4rem;
  font-weight: bold;
  margin: 0 0 31px;
}
.movie-camp-lp .faq .faq-box {
  background: #fff;
  border-radius: 20px;
  padding: 10px 0;
}
.movie-camp-lp .faq .faq-tb {
  padding: 35px 48px;
  position: relative;
}
.movie-camp-lp .faq .faq-tb::after {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/faq_tab_borer.png) repeat-x center/contain;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.movie-camp-lp .faq .faq-tb:last-of-type::after {
  content: none;
}
.movie-camp-lp .faq .faq-tb .faq-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 0 40px;
  position: relative;
}
.movie-camp-lp .faq .faq-tb .faq-ttl::before {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/faq_icon_q.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.movie-camp-lp .faq .faq-tb .faq-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0 0 0 40px;
  position: relative;
}
.movie-camp-lp .faq .faq-tb .faq-txt::before {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/faq_icon_a.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.movie-camp-lp .lpcontact {
  padding: 70px 0 68px;
}
.movie-camp-lp .lpcontact .section-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.movie-camp-lp .lpcontact .contact-box {
  border-right: 2px solid #eee;
  width: 645px;
}
.movie-camp-lp .lpcontact .lpcontact-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 28px;
  text-align: center;
}
.movie-camp-lp .lpcontact .contact-btn a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 6px;
  color: #2b2b2b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 400px;
}
.movie-camp-lp .lpcontact .sns-box {
  width: calc(100% - 645px);
}
.movie-camp-lp .lpcontact .follow-ttl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px;
  text-align: center;
}
.movie-camp-lp .lpcontact .sns-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.movie-camp-lp .lpcontact .sns-list li {
  margin: 0 30px 0 0;
  width: 58px;
}
.movie-camp-lp .lpcontact .sns-list li:last-of-type {
  margin-right: 0;
}
.movie-camp-lp .lp-num {
  color: #a6a6a6;
  font-size: 1.4rem;
  text-align: center;
}
.movie-camp-lp .completemessage {
  border-top: 1px solid #eee;
  padding: 55px 0 75px;
  position: relative;
}
.movie-camp-lp .completemessage::after {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/campdetail_borer.png) repeat-x center/contain;
  bottom: -20px;
  content: "";
  display: block;
  height: 41px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.movie-camp-lp .completemessage .complete-message {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 24px;
  padding: 145px 0 0;
  position: relative;
  text-align: center;
}
.movie-camp-lp .completemessage .complete-message::before {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/complere_check_icon.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 110px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 117px;
}
.movie-camp-lp .completemessage .message-txt {
  background: #f8f8f8;
  border-radius: 50px;
  font-size: 1.5rem;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  width: 800px;
}
.movie-camp-lp .completemessage .app-dl-cts {
  background: url(../../img/campaigns/epk-enq-movie-app-2102/app_device_img.png) no-repeat;
  background-position: 65px bottom;
  background-size: 204px 275px;
  border: 4px solid #2b2b2b;
  border-radius: 30px;
  margin: 60px 0 16px;
  padding: 64px 0 70px 332px;
}
.movie-camp-lp .completemessage .app-dl-cts .app-dl-message {
  color: #1cb968;
  font-family: "madf";
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.movie-camp-lp .completemessage .app-dl-cts .app-dl-cord {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.movie-camp-lp .completemessage .app-dl-cts .app-dl-cord > img {
  display: block;
  margin: 0 30px;
}
.movie-camp-lp .completemessage .app-dl-cts .detail-txt-box {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.movie-camp-lp .completemessage .caution-txt {
  margin: 0 0 50px;
}
.movie-camp-lp .completemessage .caution-txt > li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.movie-camp-lp .completemessage .caution-txt > li::before {
  content: "※";
}
.movie-camp-lp.complete .flowstep {
  padding-top: 92px;
}
.movie-camp-lp.complete .flowstep .flowstep-box {
  margin: 0 0 48px;
  padding-top: 46px;
  -webkit-transform: none;
          transform: none;
}
.movie-camp-lp.complete .stepflow-w-banner .canp-banner > dt {
  font-size: 3rem;
}
.movie-camp-lp.complete .techoinfo {
  border-bottom: 2px solid #eee;
  padding-bottom: 52px;
  padding-top: 100px;
}
.bounce-email-control {
  color:#fff;
  font-size: 1.0rem;
  margin: 10px auto 0;
  text-align:left;
  padding:0 0 0 1em;
  text-indent:-1em;
  width:640px;
}
