/*  fv0002  ------------------------- */

.fv0002 {
  position: relative;
}

.fv0002-p {
  padding-top: 100px;
}

.fv0002 h2 {
  line-height: 2;
}

.fv-overlay {
  position: relative;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 90%;
  max-width: 900px;
  margin: auto;
  min-height: 148px;
  height: auto;
  background: #fff;
  box-shadow: var(--box-shadow);
  margin-bottom: 2em;
  z-index: 1;

  padding: 1em 2em;
}

@media only screen and (max-width: 767px) {
  .fv-overlay {
    min-height: auto;
    bottom: 30px;
  }
}

.fv-title {
  font-size: min(5vw, 32px);
  margin-bottom: 0;
}

.fv-img-link {
  display: block;
  overflow: hidden;
}

.fv-img {
  transition: transform 0.6s ease;
}

.fv-img-link:hover {
  opacity: 1;
}

.fv-img-link:hover .fv-img {
  transform: scale(1.08);

}

.fv-swiper {
  width: 100%;
  height: auto;
}

.fv-swiper .swiper-wrapper {
  height: auto;
}

.fv-swiper .swiper-slide {
  height: auto;
}

.fv-swiper .swiper-pagination {
  position: absolute !important;
  bottom: -5px !important;
  z-index: 9 !important;
}



.fv0002-btnwrap {
  margin-top: 64px;
}

.fv0002-img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/ 0.8;
  position: relative;
  transition: transform 0.6s ease;

}

.fv0002-img img {
  aspect-ratio: 2/ 0.8;
  height: auto;
}

.fv0002-img-s img {
  height: calc(70vh - 100px);
  margin-left: auto;
  object-fit: cover;
}

.fv0002 .ttl-wrap {
  position: absolute;
  z-index: 99;
  top: 40%;
  width: 100%;
}

.fv0002-text {
  width: 90%;
  max-width: 1120px;
  margin: auto;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.64);
}

.fv0002-text p {
  font-size: 42px;
  font-weight: bold;
}




@media only screen and (max-width: 767px) {

  .fv0002-p {
    padding-top: 70px;
  }

  .fv0002-btnwrap {
    margin-top: 40px;
  }

  .fv0002-img {
    width: 100%;
    /* height: 460px; */
  }

  .fv0002-img img {
    width: 100%;
    aspect-ratio: 2/1;
  }

  .fv0002-img-s img {
    width: 100%;
    aspect-ratio: 2/1;
  }

  /* .fv0002 h2 {
    line-height: 1.5;
    font-size: 6vw;
    color: #fff;
  } */


  .fv0002-text p {
    font-size: 24px;
  }

}