html {
  font-family: "Noto Sans JP", sans-serif;
}

.section__end {
  content: "";
  background: url(/movielp/img/img_content_end.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 1120px;
}

.modal01 {
  background: #ffffff;
  margin: auto;
  padding: 60px 30px 90px;
  border-radius: 30px;
  border: solid #fff200 3px;
  text-align: center;
}
.modal01 .modal01__title {
  font-size: 21px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.modal01 .modal01__text {
  font-size: 16px;
  margin-bottom: 50px;
  line-height: 1.6;
}
.modal01 .modal01__button {
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  background: #fff200;
  border: solid 3px #000000;
  text-align: center;
  margin: auto;
  -webkit-box-shadow: 0px 5px black;
  box-shadow: 0px 5px black;
  color: #000000;
  text-decoration: none;
}

.mv__area {
  background-color: #fff200;
  padding-bottom: 110px;
  position: relative;
}
.mv__area .logo__block {
  height: 110px;
  position: relative;
}
.mv__area .logo__block .logo__mv {
  position: absolute;
  width: 222px;
  height: 60px;
  top: 0;
  left: 6.75vw;
  bottom: 0;
  margin: auto;
}
.mv__area .logo__block .ac__mv {
  position: absolute;
  width: 111px;
  height: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.mv__block {
  content: "";
  background: url(/movielp/img/bg__mv__block.png) 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  height: 768px;
  margin: 0 auto;
  width: 86.5vw;
  border: solid 6px #000000;
  border-radius: 40px;
}
.mv__block h1 {
  content: "";
  background: url(/movielp/img/mv_h1.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 745px;
  margin: 11px auto 0;
  width: 677px;
}

.fab {
  bottom: 30px;
  position: fixed;
  right: 0;
  z-index: 10;
}
.fab:hover {
  opacity: 0.6;
}
.fab a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/movielp/img/btn_fab_pc.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 205px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
}

.about__area {
  background: #fffccc;
  background-image: url(/movielp/img/bg_about01.png), url(/movielp/img/bg_about02.png);
  background-position: left 0 top 160px, right 0 bottom 110px;
  background-repeat: no-repeat;
  position: relative;
  padding: 60px 0 110px;
}
.about__area p {
  font-size: 21px;
  line-height: 1.9;
}
.about__area .about__leadtxt {
  padding-bottom: 100px;
}

.about__ttl {
  content: "";
  background: url(/movielp/img/about_h2.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 161px;
  margin: 0 auto;
  width: 1120px;
}

.about__cot {
  background: #ffffff;
  margin: -1px auto 0;
  width: 1120px;
  padding: 60px 60px 0;
}

.about__anc--block {
  text-align: center;
  padding-bottom: 120px;
}
.about__anc--block .about__anc--h {
  font-weight: 700;
  margin-bottom: 15px;
}
.about__anc--block .about__anc--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__anc--block .about__anc--2col .about__anc--col {
  width: 49%;
}
.about__anc--block .about__anc--2col a {
  text-decoration: none;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.about__anc--block .about__anc--2col .about__ancbtn01 {
  background: #00e5ff;
}
.about__anc--block .about__anc--2col .about__ancbtn02 {
  background: #fff200;
}
.about__anc--block .about__anc--2col .about__ancbtn01,
.about__anc--block .about__anc--2col .about__ancbtn02 {
  position: relative;
  padding: 30px;
  border: solid 3px #000000;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px black;
  box-shadow: 0px 5px black;
}
.about__anc--block .about__anc--2col .about__ancbtn01:hover,
.about__anc--block .about__anc--2col .about__ancbtn02:hover {
  -webkit-box-shadow: 0px 0px black;
  box-shadow: 0px 0px black;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0.5;
}
.about__anc--block .about__anc--2col .about__ancbtn01 .icon,
.about__anc--block .about__anc--2col .about__ancbtn02 .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
.about__anc--block .about__anc--2col .about__ancbtn__arrow {
  margin: auto;
  width: 30px;
  height: 26px;
}
.about__anc--block .about__anc--2col .about__ancbtn01 p,
.about__anc--block .about__anc--2col .about__ancbtn02 p {
  color: #000000;
  padding-left: 50px;
}
.about__anc--block .about__anc--2col .about__ancbtn01 p span,
.about__anc--block .about__anc--2col .about__ancbtn02 p span {
  font-size: 32px;
  font-weight: 700;
}

.about__group--block {
  background: #00e5ff;
  border: solid 3px #000000;
  border-radius: 20px;
  padding: 60px 30px;
  margin-bottom: 60px;
}
.about__group--block .about__group--ttl {
  content: "";
  background: url(/movielp/img/about_h3_g.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 72px;
  margin: 0 auto 30px;
  width: 642px;
}
.about__group--block .about__group--txt {
  margin-bottom: 30px;
}
.about__group--block .deteail01,
.about__group--block .deteail02__l,
.about__group--block .deteail02__r,
.about__group--block .deteail03__l,
.about__group--block .deteail03__r {
  background-color: #ffffff;
}
.about__group--block .deteail01 {
  border-radius: 20px 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  margin-bottom: 15px;
}
.about__group--block .deteail01 img {
  margin-right: 30px;
  width: 176px;
  height: 176px;
}
.about__group--block .deteail01 .deteail01__ttl {
  font-weight: 700;
  margin-bottom: 15px;
}
.about__group--block .deteail01 .deteail01__txt {
  font-size: 16px;
  margin-bottom: 15px;
}
.about__group--block .deteail01 .deteail01__bb {
  background: #dff4ff;
  padding: 15px 20px 1px;
}
.about__group--block .deteail02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.about__group--block .deteail02 .deteail02__l,
.about__group--block .deteail02 .deteail02__r {
  width: 49%;
  padding: 35px 0 35px 110px;
  position: relative;
}
.about__group--block .deteail02 .deteail02__l img,
.about__group--block .deteail02 .deteail02__r img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.about__group--block .deteail02 .deteail02__l .deteail02__ttl,
.about__group--block .deteail02 .deteail02__r .deteail02__ttl {
  font-weight: 700;
}
.about__group--block .deteail03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.about__group--block .deteail03 .deteail03__l,
.about__group--block .deteail03 .deteail03__r {
  width: 49%;
  padding: 20px 0 20px 110px;
  position: relative;
}
.about__group--block .deteail03 .deteail03__l img,
.about__group--block .deteail03 .deteail03__r img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}
.about__group--block .deteail03 .deteail03__l .deteail03__ttl,
.about__group--block .deteail03 .deteail03__r .deteail03__ttl {
  font-weight: 700;
}
.about__group--block .deteail03 .deteail03__l {
  border-radius: 0 0 0 20px;
}
.about__group--block .deteail03 .deteail03__r {
  border-radius: 0 0 20px 0;
}

.about__merit--block {
  background: #fff200;
  border: solid 3px #000000;
  border-radius: 20px;
  padding: 60px 30px;
  margin-bottom: 60px;
}
.about__merit--block .about__merit--ttl {
  content: "";
  background: url(/movielp/img/about_h3_m.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 72px;
  margin: 0 auto 60px;
  width: 642px;
}
.about__merit--block .point {
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  padding: 30px 30px 30px 220px;
  position: relative;
  margin-bottom: 20px;
  min-height: 210px;
}
.about__merit--block .point img {
  position: absolute;
  width: 144px;
  height: 144px;
  top: 30px;
  left: 40px;
  margin: auto;
}
.about__merit--block .point .point__ttl {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.33;
  margin-bottom: 20px;
}
.about__merit--block .point .point__txt {
  font-size: 16px;
  line-height: 1.75;
}
.about__merit--block .point .point__txt a {
  color: #ff6f00;
}
.about__merit--block .point .f_o {
  color: #ff6f00;
}
.about__merit--block .point:last-child {
  margin-bottom: 0px;
  min-height: 2px;
}

.about__image--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__image--block .about__image--l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 500px;
}
.about__image--block .about__image--l img {
  width: 326px;
  height: 31px;
  margin: 0 auto 20px;
}
.about__image--block .about__image--l .about__video video {
  border-radius: 20px;
}
.about__image--block .about__image--l p {
  content: "";
  background: url(/movielp/img/img_video.png) no-repeat center center;
  background-size: contain;
  display: block;
  height: 282px;
  text-decoration: none;
  width: 496px;
  border-radius: 20px;
  cursor: pointer;
}
.about__image--block .about__image--r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__image--block .about__image--r img {
  width: 90%;
  height: 90%;
}

.plan__area {
  background: #fff200;
  background-image: url(/movielp/img/bg_plan.png);
  background-position: center;
  background-repeat: repeat-x;
  position: relative;
  padding: 60px 0 110px;
}

.plan__ttl {
  content: "";
  background: url(/movielp/img/plan_h2.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 161px;
  margin: 0 auto;
  width: 1120px;
}

.plan__cot {
  background: #ffffff;
  margin: -1px auto 0;
  width: 1120px;
  padding: 60px 60px 0;
}
.plan__cot .plan__price {
  content: "";
  background: url(/movielp/img/img_plan_price.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 296px;
  margin: 0 auto;
  width: 1000px;
}
.plan__cot .plan__copy {
  content: "";
  background: url(/movielp/img/img_plan_copy.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 412px;
  margin: 0 auto 10px;
  width: 720px;
}
.plan__cot .plan__table {
  width: 850px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.plan__cot .plan__table .plan__table--head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  z-index: 3;
}
.plan__cot .plan__table .plan__table--head li {
  width: 20%;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
}
.plan__cot .plan__table .plan__table--bm li {
  border: solid 1px #000000;
}
.plan__cot .plan__table .plan__table--bn {
  color: #707070;
}
.plan__cot .plan__table .plan__table--bn li {
  border: solid 1px #717171;
}
.plan__cot .plan__table .plan__table--bm,
.plan__cot .plan__table .plan__table--bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  z-index: 3;
  margin-bottom: 15px;
}
.plan__cot .plan__table .plan__table--bm li,
.plan__cot .plan__table .plan__table--bn li {
  width: 20%;
  padding: 22px;
  font-size: 16px;
}
.plan__cot .plan__table .plan__table--bm .by,
.plan__cot .plan__table .plan__table--bn .by {
  background: #fff200;
  font-size: 18px;
  font-weight: 700;
  border: none;
}
.plan__cot .plan__table .plan__table--bm .bg,
.plan__cot .plan__table .plan__table--bn .bg {
  background: #e6e6e6;
  font-size: 18px;
  font-weight: 700;
  border: none;
}
.plan__cot .plan__table .plan__table--bm .st,
.plan__cot .plan__table .plan__table--bn .st {
  font-size: 21px;
  font-weight: 700;
  border: solid 3px #000000;
  padding: 18px 0;
}
.plan__cot .plan__table .bg__st {
  position: absolute;
  content: "";
  background: url(/movielp/img/bg_st.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  right: 45px;
  top: 22px;
  height: 80px;
  width: 80px;
  z-index: 1;
}

.flow__area {
  background: #fffbb8;
  position: relative;
  padding: 60px 0 110px;
}

.flow__ttl {
  content: "";
  background: url(/movielp/img/flow_h2.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 161px;
  margin: 0 auto;
  width: 1120px;
}

.flow__steps {
  background: #ffffff;
  margin: -1px auto 0;
  width: 1120px;
  padding: 45px 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flow__steps .flow__step--block {
  width: 23.6%;
  position: relative;
}
.flow__steps .flow__step--block::after {
  position: absolute;
  content: "";
  background: url(/movielp/img/arrow_step.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 43px;
  width: 49px;
  top: 0;
  right: -43px;
  bottom: 0;
  margin: auto;
  z-index: 5;
}
.flow__steps .flow__step--block:first-child {
  border-radius: 0 0 0 20px;
}
.flow__steps .flow__step--block:last-child {
  border-radius: 0 0 20px 0;
}
.flow__steps .flow__step--block:last-child::after {
  content: none;
}
.flow__steps .flow__step--block .flow__step--head01 {
  content: "";
  background: url(/movielp/img/img_step01.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 52px;
  width: 100%;
}
.flow__steps .flow__step--block .flow__step--head02 {
  content: "";
  background: url(/movielp/img/img_step02.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 52px;
  width: 100%;
}
.flow__steps .flow__step--block .flow__step--head03 {
  content: "";
  background: url(/movielp/img/img_step03.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 52px;
  width: 100%;
}
.flow__steps .flow__step--block .flow__step--head04 {
  content: "";
  background: url(/movielp/img/img_step04.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 52px;
  width: 100%;
}
.flow__steps .flow__step--block .flow__step {
  width: 100%;
  height: 474px;
  padding: 20px;
  background: #fff200;
  border-left: solid 3px #000000;
  border-right: solid 3px #000000;
  border-bottom: solid 3px #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flow__steps .flow__step--block .flow__step .flow__cont {
  text-align: center;
}
.flow__steps .flow__step--block .flow__step .flow__cont--ttl {
  text-align: center;
  font-weight: 700;
  line-height: 1.43;
  margin-bottom: 15px;
  font-size: 21px;
}
.flow__steps .flow__step--block .flow__step .flow__cont--ttl2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.43;
  margin-bottom: 35px;
  font-size: 21px;
}
.flow__steps .flow__step--block .flow__step img {
  width: 154px;
  height: 154px;
  margin-bottom: 15px;
}
.flow__steps .flow__step--block .flow__step .flow__cont--txt {
  text-align: left;
  font-size: 16px;
  line-height: 1.75;
}
.flow__steps .flow__step--block .flow__step .flow__cont--txt a {
  color: #ff6f00;
}

.faq__area {
  background: #fff200;
  position: relative;
  padding: 60px 0 110px;
}

.faq__ttl {
  content: "";
  background: url(/movielp/img/faq_h2.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 161px;
  margin: 0 auto;
  width: 1120px;
}

.faq__cot {
  background: #ffffff;
  margin: -1px auto 0;
  width: 1120px;
  padding: 60px 60px 0;
}
.faq__cot .faq__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq__cot .faq__block:first-child {
  margin-bottom: 30px;
}
.faq__cot .faq__block .faq__block--l,
.faq__cot .faq__block .faq__block--r {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__cot .faq__block .faq__block--l .faq__block--img,
.faq__cot .faq__block .faq__block--r .faq__block--img {
  width: 15.6%;
}
.faq__cot .faq__block .faq__block--l .faq__block--txt,
.faq__cot .faq__block .faq__block--r .faq__block--txt {
  width: 84%;
}
.faq__cot .faq__block .faq__block--l .faq__block--txt h4,
.faq__cot .faq__block .faq__block--r .faq__block--txt h4 {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.43;
  margin-bottom: 15px;
}
.faq__cot .faq__block .faq__block--l .faq__block--txt p,
.faq__cot .faq__block .faq__block--r .faq__block--txt p {
  font-size: 16px;
  line-height: 1.75;
}
.faq__cot .faq__block .faq__block--l .faq__block--txt .pd15,
.faq__cot .faq__block .faq__block--r .faq__block--txt .pd15 {
  padding: 15px 0;
}

.contact__area {
  background: #dff4ff;
  position: relative;
  padding: 110px 0;
}
.contact__area .screen-reader-response {
  color: #ff6f00;
  margin-bottom: 30px;
}
.contact__area .form-group__item02 .form-group__item-body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact__area button,
.contact__area input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
.contact__area input[type="radio"] {
  display: none;
}
.contact__area .idradio1 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 623px;
}
.contact__area .idradio1 .wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.contact__area .idradio1 .wpcf7-radio .wpcf7-list-item:nth-child(2) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact__area .idradio1 .wpcf7-radio .wpcf7-list-item:nth-child(3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.contact__area .idradio1 .wpcf7-radio .first {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
.contact__area .idradio2 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 623px;
}
.contact__area .idradio3 .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}
.contact__area .idradio3 .wpcf7-not-valid-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact__area .idradio1 .wpcf7-list-item-label {
  width: 300px;
}
.contact__area .idradio2 .wpcf7-list-item-label {
  width: 145px;
}
.contact__area .idradio3 .wpcf7-list-item-label {
  width: 250px;
}
.contact__area .wpcf7-list-item-label {
  padding-left: 60px;
  position: relative;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f1faff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.contact__area .wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  width: 27px;
  height: 27px;
  background-color: #ebebeb;
  border-radius: 50%;
  margin: auto;
}
.contact__area .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  width: 15px;
  height: 15px;
  background: #009ff1;
  border-radius: 50%;
  margin: auto;
}

.contact__block {
  width: 1000px;
  background: #ffffff;
  border: solid 3px #000000;
  border-radius: 20px;
  padding: 60px 75px;
  margin: auto;
}
.contact__block .contact__ttl {
  content: "";
  background: url(/movielp/img/contact_h3.png) 0 0 no-repeat;
  background-size: contain;
  display: block;
  height: 72px;
  margin: 0 auto 60px;
  width: 642px;
}
.contact__block .form-group {
  margin-bottom: 60px;
}
.contact__block .form-group:last-child {
  margin-bottom: 0;
}
.contact__block .form-group .form-group__title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
}
.contact__block .form-group .form-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 30px;
}
.contact__block .form-group .form-group__item .form-group__item-label {
  width: 177px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 10px;
}
.contact__block .form-group .form-group__item .form-group__item-label .label-required {
  font-size: 14px;
  background: #009ff1;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.contact__block .form-group .form-group__item .form-group__item-label .label-option {
  font-size: 14px;
  background: #b8b8b8;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.contact__block .form-group .form-group__item .form-group__item10 .form-group__item-label {
  width: 20.6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.contact__block .form-group .form-group__item .form-group__item-body {
  width: 623px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact__block .form-group .form-group__item .form-group__item-body .company-name,
.contact__block .form-group .form-group__item .form-group__item-body .your-email,
.contact__block .form-group .form-group__item .form-group__item-body .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact__block .form-group .form-group__item .form-group__item-body .company-name input,
.contact__block .form-group .form-group__item .form-group__item-body .company-name textarea,
.contact__block .form-group .form-group__item .form-group__item-body .your-email input,
.contact__block .form-group .form-group__item .form-group__item-body .your-email textarea,
.contact__block .form-group .form-group__item .form-group__item-body .address input,
.contact__block .form-group .form-group__item .form-group__item-body .address textarea {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 623px;
}
.contact__block .form-group .form-group__item .form-group__item-body .item-body__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact__block .form-group .form-group__item .form-group__item-body .item-body__name:first-child {
  margin-right: 20px;
}
.contact__block .form-group .form-group__item .form-group__item-body .your-firstname input,
.contact__block .form-group .form-group__item .form-group__item-body .your-firstname textarea {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 266px;
}
.contact__block .form-group .form-group__item .form-group__item-body .your-lastname input,
.contact__block .form-group .form-group__item .form-group__item-body .your-lastname textarea {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 266px;
}
.contact__block .form-group .form-group__item .form-group__item-body .mr15 {
  margin-right: 15px;
}
.contact__block .form-group .form-group__item .form-group__item-body .zipcode {
  margin-right: 27px;
}
.contact__block .form-group .form-group__item .form-group__item-body .zipcode input,
.contact__block .form-group .form-group__item .form-group__item-body .zipcode textarea {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 300px;
}
.contact__block .form-group .form-group__item .form-group__item-body .search-address-button {
  color: #ffffff;
  padding: 13px 30px;
  background: #b8b8b8;
  border-radius: 10px;
  cursor: pointer;
}
.contact__block .form-group .form-group__item .form-group__item-body .search-address-button:hover {
  opacity: 0.5;
}
.contact__block .form-group .form-group__item .form-group__item-body .prefectures,
.contact__block .form-group .form-group__item .form-group__item-body .zipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact__block .form-group .form-group__item .form-group__item-body .prefectures input,
.contact__block .form-group .form-group__item .form-group__item-body .prefectures textarea {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 300px;
}
.contact__block .form-group .form-group__item .form-group__item-body .messages textarea {
  width: 623px;
  height: 200px;
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
}
.contact__block .form-group .form-group__text-wrap {
  background: #f1faff;
  font-size: 14px;
  height: 232px;
  line-height: 1.5;
  overflow-y: scroll;
  padding: 15px;
}
.contact__block .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #ff6f00;
}
.contact__block .recaptcha > div {
  margin: 0 auto 50px;
}
.contact__block .submit__button {
  text-align: center;
}
.contact__block .submit__button input {
  background-color: #00e5ff;
  border: solid 3px #000000;
  color: #000000;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
  height: 106px;
  width: 395px;
  -webkit-box-shadow: 0px 5px black;
  box-shadow: 0px 5px black;
  margin: auto;
}
.contact__block .submit__button input:hover {
  opacity: 0.5;
  -webkit-box-shadow: 0px 0px black;
  box-shadow: 0px 0px black;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

footer {
  background: #000000;
  margin: auto;
  text-align: center;
}
footer p {
  color: #ffffff;
  font-size: 16px;
  padding: 33px;
}

@media (max-width: 768px) {
  .section__end {
    content: none;
    background: none;
    height: 0;
    width: 0;
  }
  .mv__area {
    background-color: #fff200;
    padding-bottom: 30px;
    position: relative;
  }
  .mv__area .logo__block {
    height: 53px;
    position: relative;
  }
  .mv__area .logo__block .logo__mv {
    position: absolute;
    width: 118px;
    height: 32px;
    top: 0;
    left: 6.75vw;
    bottom: 0;
    margin: auto;
  }
  .mv__area .logo__block .ac__mv {
    position: absolute;
    width: 50px;
    height: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .mv__block {
    content: "";
    background: url(/movielp/img/bg__mv__block_sp.png) 0 0 no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin: 0 auto;
    height: 92vw;
    width: calc(354 / 375 * 100vw);
    border: solid 6px #000000;
    border-radius: 40px;
  }
  .mv__block h1 {
    content: "";
    background: url(/movielp/img/mv_h1_sp.png) 0 0 no-repeat;
    background-size: contain;
    height: 90.1vw;
    display: block;
    margin: 0 auto 0;
    width: calc(306 / 375 * 100vw);
  }
  .fab {
    bottom: 30px;
    position: fixed;
    right: 20px;
    z-index: 10;
  }
  .fab a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/movielp/img/btn_fab_sp.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 117px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 117px;
  }
  .about__area {
    background: #fffccc;
    background-image: none;
    position: relative;
    padding: 30px 0 0;
  }
  .about__area p {
    font-size: 14px;
    line-height: 1.71;
  }
  .about__area .about__leadtxt {
    padding-bottom: 30px;
  }
  .about__ttl {
    content: "";
    background: url(/movielp/img/about_h2_sp.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    height: 16.2vw;
    margin: 0 auto;
    width: 100vw;
  }
  .about__cot {
    background: #ffffff;
    margin: -1px auto 0;
    width: 100vw;
    padding: 30px 20px 30px;
    border-bottom: solid 3px #000000;
  }
  .about__anc--block {
    text-align: center;
    padding-bottom: 45px;
  }
  .about__anc--block .about__anc--h {
    font-weight: 400;
    margin-bottom: 15px;
  }
  .about__anc--block .about__anc--2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about__anc--block .about__anc--2col a {
    text-decoration: none;
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .about__anc--block .about__anc--2col .about__ancbtn01 {
    background: #00e5ff;
  }
  .about__anc--block .about__anc--2col .about__ancbtn02 {
    background: #fff200;
  }
  .about__anc--block .about__anc--2col .about__ancbtn01,
  .about__anc--block .about__anc--2col .about__ancbtn02 {
    position: relative;
    padding: 15px;
    border: solid 3px #000000;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px black;
    box-shadow: 0px 3px black;
  }
  .about__anc--block .about__anc--2col .about__ancbtn01 .icon,
  .about__anc--block .about__anc--2col .about__ancbtn02 .icon {
    position: absolute;
    width: 8vw;
    height: 8vw;
    top: 8px;
    left: 8px;
    margin: 0;
  }
  .about__anc--block .about__anc--2col .about__ancbtn__arrow {
    width: 3.5vw;
    height: 2.9vw;
  }
  .about__anc--block .about__anc--2col .about__ancbtn01 p,
  .about__anc--block .about__anc--2col .about__ancbtn02 p {
    color: #000000;
    padding-left: 0px;
  }
  .about__anc--block .about__anc--2col .about__ancbtn01 p span,
  .about__anc--block .about__anc--2col .about__ancbtn02 p span {
    font-size: 16px;
    font-weight: 700;
  }
  .about__group--block {
    background: #00e5ff;
    border: solid 3px #000000;
    border-radius: 20px;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .about__group--block .about__group--ttl {
    content: "";
    background: url(/movielp/img/about_h3_g_sp.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    height: 19.2vw;
    margin: 0 auto 15px;
    width: 81.3vw;
  }
  .about__group--block .about__group--txt {
    margin-bottom: 15px;
  }
  .about__group--block .deteail01,
  .about__group--block .deteail02__l,
  .about__group--block .deteail02__r,
  .about__group--block .deteail03__l,
  .about__group--block .deteail03__r {
    background-color: #ffffff;
  }
  .about__group--block .deteail01 {
    border-radius: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    margin-bottom: 10px;
  }
  .about__group--block .deteail01 .deteail01__tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
  }
  .about__group--block .deteail01 img {
    margin-right: 15px;
    width: 90px;
    height: 90px;
  }
  .about__group--block .deteail01 .deteail01__ttl {
    font-weight: 700;
    margin-bottom: 10px;
  }
  .about__group--block .deteail01 .deteail01__txt {
    font-size: 14px;
    margin-bottom: 0;
  }
  .about__group--block .deteail01 .deteail01__bb {
    background: #dff4ff;
    padding: 10px;
  }
  .about__group--block .deteail01 .deteail01__bb .deteail01__txt {
    font-size: 12px;
  }
  .about__group--block .deteail02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
  }
  .about__group--block .deteail02 .deteail02__l,
  .about__group--block .deteail02 .deteail02__r {
    width: 100%;
    padding: 10px 15px 10px 55px;
    position: relative;
  }
  .about__group--block .deteail02 .deteail02__l img,
  .about__group--block .deteail02 .deteail02__r img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
  .about__group--block .deteail02 .deteail02__l .deteail02__ttl,
  .about__group--block .deteail02 .deteail02__r .deteail02__ttl {
    font-weight: 700;
  }
  .about__group--block .deteail02 .deteail02__l {
    margin-bottom: 10px;
  }
  .about__group--block .deteail03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .about__group--block .deteail03 .deteail03__l,
  .about__group--block .deteail03 .deteail03__r {
    width: 100%;
    padding: 10px 15px 10px 55px;
    position: relative;
  }
  .about__group--block .deteail03 .deteail03__l img,
  .about__group--block .deteail03 .deteail03__r img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
  .about__group--block .deteail03 .deteail03__l .deteail03__ttl,
  .about__group--block .deteail03 .deteail03__r .deteail03__ttl {
    font-weight: 700;
  }
  .about__group--block .deteail03 .deteail03__l {
    border-radius: 0 0 0 0;
    margin-bottom: 10px;
  }
  .about__group--block .deteail03 .deteail03__r {
    border-radius: 0 0 10px 10px;
  }
  .about__merit--block {
    background: #fff200;
    border: solid 3px #000000;
    border-radius: 20px;
    padding: 30px 15px;
    margin-bottom: 30px;
  }
  .about__merit--block .about__merit--ttl {
    content: "";
    background: url(/movielp/img/about_h3_m_sp.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    height: 19.2vw;
    margin: 0 auto 30px;
    width: 81.3vw;
  }
  .about__merit--block .point {
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  }
  .about__merit--block .point img {
    position: static;
    width: 108px;
    height: 108px;
    margin: auto;
    margin-bottom: 15px;
  }
  .about__merit--block .point .point__ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 15px;
  }
  .about__merit--block .point:last-child {
    margin-bottom: 0px;
    min-height: 204px;
  }
  .about__merit--block .point .point__txt {
    text-align: left;
    font-size: 14px;
  }
  .about__image--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .about__image--block .about__image--l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 81.3vw;
    margin: 0 auto 15px;
  }
  .about__image--block .about__image--l img {
    width: 61vw;
    height: 6vw;
    margin: 0 auto 10px;
  }
  .about__image--block .about__image--l .about__video video {
    border-radius: 20px;
    width: 100%;
    height: 100%;
  }
  .about__image--block .about__image--l p {
    content: "";
    background: url(/movielp/img/img_video.png) no-repeat center center;
    background-size: contain;
    display: block;
    height: 46.13vw;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    border-radius: 20px;
  }
  .about__image--block .about__image--r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .plan__area {
    background: #fff200;
    background-image: none;
    background-position: center;
    background-repeat: repeat-x;
    position: relative;
    padding: 30px 0 0;
  }
  .plan__area p {
    font-size: 12px;
  }
  .plan__ttl {
    content: "";
    background: url(/movielp/img/plan_h2_sp.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    height: 16.2vw;
    margin: 0 auto;
    width: 100vw;
  }
  .plan__cot {
    background: #ffffff;
    margin: -1px auto 0;
    width: 100vw;
    padding: 30px 20px;
    border-bottom: solid 3px #000000;
  }
  .plan__cot .plan__price {
    content: "";
    background: url(/movielp/img/img_plan_price_sp.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    height: 97vw;
    margin: 0 auto 15px;
    width: 100%;
  }
  .plan__cot .plan__copy {
    content: "";
    background: url(/movielp/img/img_plan_copy_sp.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    height: 76vw;
    margin: 0 auto 10px;
    width: 90vw;
  }
  .plan__cot .plan__table {
    width: 100%;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
  }
  .plan__cot .plan__table .plan__table--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 3;
  }
  .plan__cot .plan__table .plan__table--head li {
    width: 22.9vw;
    padding-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plan__cot .plan__table .plan__table--bm li {
    border: solid 1px #000000;
  }
  .plan__cot .plan__table .plan__table--bn {
    color: #707070;
  }
  .plan__cot .plan__table .plan__table--bn li {
    border: solid 1px #717171;
  }
  .plan__cot .plan__table .plan__table--bm,
  .plan__cot .plan__table .plan__table--bn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
  }
  .plan__cot .plan__table .plan__table--bm li,
  .plan__cot .plan__table .plan__table--bn li {
    width: 29.3vw;
    padding: 22px 0;
    font-size: 12px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .plan__cot .plan__table .plan__table--bm .by,
  .plan__cot .plan__table .plan__table--bn .by {
    background: #fff200;
    font-size: 14px;
    font-weight: 700;
    border: none;
  }
  .plan__cot .plan__table .plan__table--bm .bg,
  .plan__cot .plan__table .plan__table--bn .bg {
    background: #e6e6e6;
    font-size: 14px;
    font-weight: 700;
    border: none;
  }
  .plan__cot .plan__table .plan__table--bm .st,
  .plan__cot .plan__table .plan__table--bn .st {
    font-size: 14px;
    font-weight: 700;
    border: solid 3px #000000;
    padding: 18px 0;
  }
  .plan__cot .plan__table .bg__st {
    position: absolute;
    content: "";
    background: url(/movielp/img/bg_st.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    top: auto;
    right: 45%;
    bottom: 10px;
    height: 72px;
    width: 72px;
    z-index: 1;
  }
  .flow__area {
    background: #fffbb8;
    position: relative;
    padding: 30px 0 0;
  }
  .flow__ttl {
    content: "";
    background: url(/movielp/img/flow_h2_sp.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    height: 17.3vw;
    margin: 0 auto;
    width: 100vw;
  }
  .flow__steps {
    background: #ffffff;
    margin: -1px auto 0;
    width: 100%;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: solid 3px #000000;
  }
  .flow__steps .flow__step--block {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  .flow__steps .flow__step--block::after {
    position: absolute;
    content: "";
    background: url(/movielp/img/arrow_step_sp.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    height: 17px;
    width: 20px;
    top: auto;
    right: 0;
    left: 0;
    bottom: -35px;
    margin: auto;
    z-index: 5;
  }
  .flow__steps .flow__step--block:first-child {
    border-radius: 0;
  }
  .flow__steps .flow__step--block:last-child {
    border-radius: 0 0 20px 20px;
    margin-bottom: 0;
  }
  .flow__steps .flow__step--block:last-child::after {
    content: none;
  }
  .flow__steps .flow__step--block .flow__step--head01 {
    content: "";
    background: url(/movielp/img/img_step01_sp.png) 0 0 no-repeat;
    background-size: cover;
    display: block;
    height: 14vw;
    width: 100%;
  }
  .flow__steps .flow__step--block .flow__step--head02 {
    content: "";
    background: url(/movielp/img/img_step02_sp.png) 0 0 no-repeat;
    background-size: cover;
    display: block;
    height: 13.9vw;
    width: 100%;
  }
  .flow__steps .flow__step--block .flow__step--head03 {
    content: "";
    background: url(/movielp/img/img_step03_sp.png) 0 0 no-repeat;
    background-size: cover;
    display: block;
    height: 14vw;
    width: 100%;
  }
  .flow__steps .flow__step--block .flow__step--head04 {
    content: "";
    background: url(/movielp/img/img_step04_sp.png) 0 0 no-repeat;
    background-size: cover;
    display: block;
    height: 13.9vw;
    width: 100%;
  }
  .flow__steps .flow__step--block .flow__step {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    background: #fff200;
    border-left: solid 3px #000000;
    border-right: solid 3px #000000;
    border-bottom: solid 3px #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 15px;
  }
  .flow__steps .flow__step--block .flow__step .flow__cont {
    text-align: center;
  }
  .flow__steps .flow__step--block .flow__step .flow__cont--ttl,
  .flow__steps .flow__step--block .flow__step .flow__cont--ttl2 {
    text-align: center;
    font-weight: 700;
    line-height: 1.43;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .flow__steps .flow__step--block .flow__step img {
    width: 107px;
    height: 107px;
    margin-bottom: 15px;
  }
  .flow__steps .flow__step--block .flow__step .flow__cont--txt {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }
  .flow__steps .flow__step--block .flow__step .flow__cont--txt a {
    color: #ff6f00;
  }
  .faq__area {
    background: #fff200;
    position: relative;
    padding: 30px 0 0;
  }
  .faq__ttl {
    content: "";
    background: url(/movielp/img/faq_h2_sp.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    height: 18.1vw;
    margin: 0 auto;
    width: 100vw;
  }
  .faq__cot {
    background: #ffffff;
    margin: -1px auto 0;
    width: 100vw;
    padding: 30px 20px;
    border-bottom: solid 3px #000000;
  }
  .faq__cot .faq__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq__cot .faq__block:first-child {
    margin-bottom: 15px;
  }
  .faq__cot .faq__block .faq__block--l,
  .faq__cot .faq__block .faq__block--r {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq__cot .faq__block .faq__block--l .faq__block--img,
  .faq__cot .faq__block .faq__block--r .faq__block--img {
    width: 15.6%;
  }
  .faq__cot .faq__block .faq__block--l .faq__block--img img,
  .faq__cot .faq__block .faq__block--r .faq__block--img img {
    width: 45px;
    height: 45px;
  }
  .faq__cot .faq__block .faq__block--l .faq__block--txt,
  .faq__cot .faq__block .faq__block--r .faq__block--txt {
    width: 84%;
  }
  .faq__cot .faq__block .faq__block--l .faq__block--txt h4,
  .faq__cot .faq__block .faq__block--r .faq__block--txt h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.43;
    margin-bottom: 15px;
  }
  .faq__cot .faq__block .faq__block--l .faq__block--txt p,
  .faq__cot .faq__block .faq__block--r .faq__block--txt p {
    font-size: 14px;
    line-height: 1.5;
  }
  .faq__cot .faq__block .faq__block--l .faq__block--txt .pd15,
  .faq__cot .faq__block .faq__block--r .faq__block--txt .pd15 {
    padding: 10px 0;
  }
  .faq__cot .faq__block .faq__block--l {
    margin-bottom: 15px;
  }
  .contact__area {
    background: #dff4ff;
    position: relative;
    padding: 60px 0 0;
  }
  .contact__area .screen-reader-response {
    color: #ff6f00;
    margin-bottom: 20px;
  }
  .contact__area .item-body__group {
    width: 100%;
  }
  .contact__area .idradio1 .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__area .idradio1 .wpcf7-radio .wpcf7-list-item {
    width: 100%;
    display: block;
  }
  .contact__area .idradio1 .wpcf7-radio .wpcf7-list-item:nth-child(2) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .contact__area .idradio1 .wpcf7-radio .wpcf7-list-item:nth-child(3) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact__area .idradio1 .wpcf7-radio .first {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .contact__area .idradio2 .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .contact__area .idradio3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__area .idradio3 .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }
  .contact__area .idradio1 .wpcf7-list-item-label {
    width: 100%;
  }
  .contact__area .idradio2 .wpcf7-list-item {
    width: 48.35%;
  }
  .contact__area .idradio2 .wpcf7-list-item:nth-child(1),
  .contact__area .idradio2 .wpcf7-list-item:nth-child(2) {
    margin-bottom: 10px;
  }
  .contact__area .idradio2 .wpcf7-list-item-label {
    width: 100%;
  }
  .contact__area .idradio3 .wpcf7-list-item-label {
    width: auto;
    padding-right: 10px;
    font-size: 12px;
  }
  .contact__area .wpcf7-list-item-label {
    padding-left: 38px;
    position: relative;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f1faff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .contact__area .wpcf7-list-item-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 20px;
    height: 20px;
    background-color: #ebebeb;
    border-radius: 50%;
    margin: auto;
  }
  .contact__area .wpcf7-radio input:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    width: 12px;
    height: 12px;
    background: #009ff1;
    border-radius: 50%;
    margin: auto;
  }
  .contact__block {
    width: 100%;
    background: #ffffff;
    border-top: solid 3px #000000;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding: 30px 20px 66px;
    margin: auto;
  }
  .contact__block .contact__ttl {
    content: "";
    background: url(/movielp/img/contact_h3_sp.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
    height: 12.8vw;
    margin: 0 auto 30px;
    width: 81.3vw;
  }
  .contact__block .form-group {
    margin-bottom: 30px;
  }
  .contact__block .form-group:last-child {
    margin-bottom: 0;
  }
  .contact__block .form-group .form-group__title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
  }
  .contact__block .form-group .form-group__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .contact__block .form-group .form-group__item .form-group__item-label {
    width: 38.1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .contact__block .form-group .form-group__item .label-required {
    font-size: 12px !important;
    background: #009ff1;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
  }
  .contact__block .form-group .form-group__item .label-option {
    font-size: 12px !important;
    background: #b8b8b8;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
  }
  .contact__block .form-group .form-group__item .form-group__item-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .company-name,
  .contact__block .form-group .form-group__item .form-group__item-body .your-email,
  .contact__block .form-group .form-group__item .form-group__item-body .address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .company-name input,
  .contact__block .form-group .form-group__item .form-group__item-body .company-name textarea {
    background-color: #f1faff;
    border: none;
    outline: none;
    padding: 11px;
    font-size: 14px;
    width: 100%;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .your-email input,
  .contact__block .form-group .form-group__item .form-group__item-body .your-email textarea {
    background-color: #f1faff;
    border: none;
    outline: none;
    padding: 11px;
    font-size: 14px;
    width: 100%;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .address input,
  .contact__block .form-group .form-group__item .form-group__item-body .address textarea {
    background-color: #f1faff;
    border: none;
    outline: none;
    padding: 11px;
    font-size: 14px;
    width: 100%;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .prefectures,
  .contact__block .form-group .form-group__item .form-group__item-body .zipcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48.35%;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .prefectures input,
  .contact__block .form-group .form-group__item .form-group__item-body .prefectures textarea {
    background-color: #f1faff;
    border: none;
    outline: none;
    padding: 11px;
    font-size: 14px;
    width: 100%;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .zipcode input,
  .contact__block .form-group .form-group__item .form-group__item-body .zipcode textarea {
    background-color: #f1faff;
    border: none;
    outline: none;
    padding: 11px;
    font-size: 14px;
    width: 100%;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .plan span {
    background: none;
    height: 40px;
    width: 100%;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0px;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .plan span:last-child {
    margin-right: 0;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .group span {
    background: #f1faff;
    height: 50px;
    width: 100%;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .group span:first-child {
    margin-bottom: 10px;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .messages {
    width: 100%;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .messages textarea {
    width: 100%;
    height: 120px;
    background-color: #f1faff;
    border: none;
    outline: none;
    padding: 11px;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .search-address-button {
    color: #ffffff;
    padding: 11px 30px;
    background: #b8b8b8;
    border-radius: 10px;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .item-body__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .item-body__name input,
  .contact__block .form-group .form-group__item .form-group__item-body .item-body__name textarea {
    background-color: #f1faff;
    border: none;
    outline: none;
    padding: 11px;
    font-size: 14px;
    width: 100%;
  }
  .contact__block .form-group .form-group__item .form-group__item-body .mr15 {
    margin-right: 10px;
  }
  .contact__block .form-group .form-group__text-wrap {
    background: #f1faff;
    font-size: 12px;
    height: 120px;
    width: 100%;
    line-height: 1.5;
    overflow-y: scroll;
    padding: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact__block .form-group .form-group__item10 .form-group__item-label {
    width: 38.1vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact__block .form-group__item04 .form-group__item-body {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact__block .wpcf7-not-valid-tip {
    font-size: 10px;
    color: #ff6f00;
  }
  .contact__block .recaptcha > div {
    margin: 0 auto 30px;
  }
  .contact__block .submit__button {
    text-align: center;
  }
  .contact__block .submit__button input {
    background-color: #00e5ff;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    height: 75px;
    width: 73.3vw;
    -webkit-box-shadow: 0px 5px black;
    box-shadow: 0px 5px black;
    margin: auto;
  }
  footer {
    background: #000000;
    margin: auto;
    text-align: center;
  }
  footer p {
    color: #ffffff;
    font-size: 12px;
    padding: 16px;
  }
}

@media (min-width: 769px) {
  .pc__only {
    display: block;
  }
  .sp__only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc__only {
    display: none;
  }
  .sp__only {
    display: block;
  }
}

input,
textarea {
  font-size: 16px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity {
  background: rgba(0, 0, 0, 0.7);
}

.lity-close {
  color: #000000;
  position: absolute;
  top: 10px;
  right: 10px;
}
.lity-close:hover {
  color: #fff200;
}

.modal-video {
  background-color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  .modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
  }
}

.sr__only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* 2023/5/15改修 追加CSS */
/* 御社名 */
.movielp__companyName {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 623px;
}

@media (max-width: 768px) {
  .movielp__companyName {
    padding: 11px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .movielp__companyBody .wpcf7-form-control-wrap {
    width: 100%;
  }
}

/* ご担当者名 */
.movielp__firstName,
.movielp__lastName {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 266px;
}

@media (max-width: 768px) {
  .movielp__firstName,
  .movielp__lastName {
    padding: 11px;
    width: 100%;
  }
}

/* メールアドレス */
.movielp__email {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 623px;
}

@media (max-width: 768px) {
  .movielp__email {
    padding: 11px;
    width: 100%;
  }
}

.movielp__zipcodeBody .wpcf7-form-control-wrap {
  margin-right: 27px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 768px) {
  .movielp__zipcodeBody .wpcf7-form-control-wrap {
    width: 48.35%;
  }
}

@media (max-width: 768px) {
  .movielp__emailBody .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.movielp__zipcode {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 300px;
}

@media (max-width: 768px) {
  .movielp__zipcode {
    padding: 11px;
    width: 100%;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
}

.movielp__prefectures {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 300px;
}

@media (max-width: 768px) {
  .movielp__prefectures {
    padding: 11px;
    width: 48.35%;
  }
}

.movielp__prefecturesBody .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

@media (max-width: 768px) {
  .movielp__prefecturesBody .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.movielp__address {
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
  font-size: 14px;
  width: 623px;
}

@media (max-width: 768px) {
  .movielp__address {
    padding: 11px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .movielp__addressBody .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.movielp__box {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 623px;
}

@media (max-width: 768px) {
  .movielp__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
  }
}

.movielp__box .wpcf7-list-item.wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

@media (max-width: 768px) {
  .movielp__box .wpcf7-list-item.wpcf7-list-item {
    width: 100%;
    display: block;
  }
}

.movielp__box .wpcf7-list-item:first-child {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .movielp__box .wpcf7-list-item:first-child {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
}

.movielp__box .wpcf7-list-item.wpcf7-list-item:nth-child(2) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.movielp__box .wpcf7-list-item.wpcf7-list-item:nth-child(3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.movielp__box .wpcf7-list-item .wpcf7-list-item-label {
  width: 300px;
}

@media (max-width: 768px) {
  .movielp__box .wpcf7-list-item .wpcf7-list-item-label {
    width: 100%;
  }
}

/* 契約プラン */
.movielp__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 623px;
}

@media (max-width: 768px) {
  .movielp__plan {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 10px;
  }
}

.movielp__plan .wpcf7-list-item-label {
  width: 145px;
}

@media (max-width: 768px) {
  .movielp__plan .wpcf7-list-item-label {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .movielp__plan .wpcf7-list-item {
    width: 48.35%;
  }
}

.movielp__textarea {
  width: 623px;
  height: 200px;
  background-color: #f1faff;
  border: none;
  outline: none;
  padding: 15px;
}

@media (max-width: 768px) {
  .movielp__textarea {
    width: 100%;
    height: 120px;
    padding: 11px;
  }
}

@media (max-width: 768px) {
  .movielp__textareaBody .wpcf7-form-control-wrap {
    width: 100%;
  }
}

/* 利用規約に同意する */
.movielp__consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
}

.movielp__consent .wpcf7-list-item-label {
  width: 250px;
}

@media (max-width: 768px) {
  .movielp__consent .wpcf7-list-item-label {
    width: auto;
    padding-right: 10px;
    font-size: 12px;
  }
}
