/*----------------------------------------
	fv.scss
---------------------------------------- */
.p-fv video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------------
	lead.scss
---------------------------------------- */
.p-lead {
  padding-bottom: 38px;
}
.p-lead__head {
  margin: 78px 0 72px;
}
.p-lead__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 576px) and (max-width: 1279px) {
  .p-lead {
    padding-bottom: 2.96875vw;
  }
  .p-lead__head {
    margin: 6.09375vw 0 5.625vw;
  }
  .p-lead__head img {
    width: 90.625vw;
  }
}
@media screen and (max-width: 575px) {
  .p-lead {
    padding-bottom: 3.4666666667vw;
  }
  .p-lead__head {
    margin: 5.3333333333vw 0 6.1333333333vw;
  }
  .p-lead__head img {
    width: 92.4vw;
  }
}

/*// ============================================================
// lp
// ============================================================*/