img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp_fvform-top,
.lp_bottomform{
  width: 100%;
  & .item01{
    &:not(:last-child){
      margin-bottom: 10px;
    }
  }
  & .wrap01{
    flex: 1;
    & input,
    & textarea{
      width: 100%;
      box-sizing: border-box;
      border: 1px solid #AAAAAA;
      border-radius: 2.5px;
      border-radius: 0;
    }
    & input{
      height: 32px;
      font-size: 14px;
      padding: 5px 10px;
      &::placeholder{
        color: rgba(0, 0, 0, 0.3);
      }
    }
    & textarea{
      height: 100px;
      font-size: 14px;
      padding: 5px 10px;
      &::placeholder{
        color: rgba(0, 0, 0, 0.3);
        font-size: 14px;
      }
    }
  }
  & .btn{
    color: white;
    background: #FF6E01;
    border: 3px solid white;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .25);
    font-size: 16px;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    padding: 10px 0px;
    width: 75%;
    max-width: 350px;
    font-weight: 900;
    position: relative;
    cursor: pointer;
  }
  & .texts01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.5px;
    margin-top: 5px;
  }
  & .heading01{
    font-size: 14px;
    font-weight: 600;
  }
  & .heading02{
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    &::after{
      position: absolute;
      content: "";
      width: 40px;
      height: 4px;
      border-radius: 10px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background: #FF6E01;
    }
  }
  & .text01{
    font-size: 10px;
    color: white;
    background: #FF6E01;
    font-weight: 500;
    line-height: 1;
    padding: 5px 7.5px;
    border-radius: 5px;
  }
  & .text02{
    font-size: 16px;
    & span{
      color: #FF6E01;
      font-weight: 600;
    }
  }
  & .wpcf7-not-valid-tip{
    font-size: 12.5px;
    color: red;
    
  }
}
.lp-fv-form{
  background: white;
  width: 100%;
  max-width: 475px;
  padding: 30px 25px 35px;
  border-radius: 10px;
  box-shadow: 4px 4px 18px 0 rgba(0, 0, 0, .16);
  box-sizing: border-box;
  margin: 0 0 0 auto;
}
.hidden-form-input{
  height: 0;
  overflow: hidden;
}
.screen-reader-response,
.wpcf7 .wpcf7-spinner,
.wpcf7-response-output,
.hidden-fields-container{
  display: none !important;
}

.wpcf7-submit-block {
  position: relative;
  margin-bottom: 2em; /* 要調整(*1) */
}

.wpcf7-submit-block input[type='submit'] {
  min-width: 200px;
}

/* 送信ローダークリック時 */
.wpcf7-submit.wpcf7-active {
  pointer-events: none;
  opacity: .5;
}
.fvSection__inner{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  align-items: center;
}
.lp_bottomform {
  max-width: 575px;
  margin: 0 auto;
  padding: 60px 0 80px;
  & .item01 {
    &:not(:last-child) {
      margin-bottom: 20px;
    }
  }
  & .wrap01 {
    & input {
      height: 38px;
      font-size: 16px;
    }
    & textarea {
      height: 175px;
      font-size: 16px;
      padding: 10px;
    }
  }
  & .btn {
    font-size: 20px;
    padding: 12.5px 0px;
    width: 77.5%;
    max-width: 400px;
  }
  & .texts01 {
    margin-bottom: 6px;
    margin-top: 10px;
  }
  & .heading01 {
    font-size: 19px;
  }
  & .heading02 {
    font-size: 24px;
    line-height: 1.45;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    &::after {
      content: "";
      display: block;
      width: 36px;
      height: 4.5px;
      background-color: #FF6E01;
      border-radius: 10px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
    }
  }
  & .text01 {
    font-size: 14px;
    padding: 5px 10px;
  }
  & .text02 {
    font-size: 16px;
    & span {
      color: #FF6E01;
      font-weight: 600;
    }
  }
  & .wpcf7-not-valid-tip {
    font-size: 13px;
  }
}

@media (max-width: 790px) {
  .lp_fvform-top,
  .lp_bottomform {
    width: 100%;
    & .item01 {
      &:not(:last-child) {
        margin-bottom: 17.5px;
      }
    }
    & .wrap01 {
      & input {
        font-size: 15px;
        padding: 7.5px;
        height: 44px;
      }
      & textarea {
        height: 125px;
        font-size: 14px;
        padding: 7.5px;
        &::placeholder {
          font-size: 16px;
        }
      }
    }
    & .btn {
      font-size: 17px;
      padding: 12.5px 0px;
      width: 100%;
      margin-top: 12px;
    }
    & .texts01 {
      margin-bottom: 5px;
    }
    & .heading01 {
      font-size: 15px;
    }
    & .heading02 {
      font-size: 18px;
      margin-bottom: 20px;
      padding-bottom: 12.5px;
      &::after {
        width: 24px;
        height: 3px;
      }
    }
    & .text02 {
      font-size: 16px;
    }
    & .wpcf7-not-valid-tip {
      font-size: 12px;
    }
  }
  .lp-fv-form,
  .lp_bottomform {
    width: 92.5%;
    max-width: 92.5%;
    margin: 0 auto;
    padding: 20px 17.5px;
  }
  .fvSection__inner {
    width: 100%;
    flex-direction: column;
    justify-content: start;
    gap: 125px;
  }
  .lp_bottomform {
    padding: 30px 0 50px;
    & .item01 {
      &:not(:last-child) {
        margin-bottom: 15px;
      }
    }
    & .wrap01 {
      & input {
        height: 44px;
        font-size: 14px;
      }
      & textarea {
        height: 125px;
        font-size: 14px;
        padding: 10px;
      }
    }
    & .btn {
      font-size: 17px;
      padding: 12.5px 0px;
      width: 100%;
      margin-top: 12px;
    }
    & .heading01 {
      font-size: 15px;
    }
    & .heading02 {
      font-size: 16px;
      padding-bottom: 15px;
      margin-bottom: 15px;
      &::after {
        width: 24px;
        height: 3px;
      }
    }
    & .text01 {
      font-size: 12px;
      padding: 5px 7.5px;
    }
    & .wpcf7-not-valid-tip {
      font-size: 12px;
    } 
  }
}

.fvSection--02.maratan{
  background-image: url(../../img/lp/fv-maratan_pc_img.png);
}
.fvSection--02.gogo {
  background-image: url(../../img/lp/fv-gogo_pc_img.png);
}
.fvSection--02.hanabi {
  background-image: url(../../img/lp/fv-hanabi_pc_img.png);
}
@media (max-width: 790px){
  .fvSection--02.maratan {
    background-image: url(../../img/lp/fv-maratan_sp_img.png);
  }
  .fvSection--02.gogo {
    background-image: url(../../img/lp/fv-gogo_sp_img.png);
  }
  .fvSection--02.hanabi {
    background-image: url(../../img/lp/fv-hanabi_sp_img.png);
  }
}
.voice__img{
  max-width: none !important;
}