.page-lp #fv {
  padding-top: 0;
  padding-bottom: 2rem;
}
.page-lp #fvb {
  margin-top: 0;
}
.fv-inner {
  position: relative;
}
.fv-txt01 {
  width: 100%;
  margin: 0 auto;
}
.fv-txt02 {
  width: 100%;
  margin: 0 auto 4rem;
}
@media only screen and (max-width: 768px) {
  .fv .swiper-pagination-bullet {
    border-radius: unset;
    display: block;
    width: 8.5vw;
    height: 1.7vw;
    background-color: #d9d7ca;
    border: none;
    opacity: 1;
  }
  .fv .swiper-pagination-bullet-active {
    background: #d26516; 
  }
}
@media only screen and (max-width: 450px) {
  .fv .swiper-pagination-bullet {
    border-radius: unset;
    display: block;
    width: 8%;
    height: 2vw;
    background-color: #d9d7ca;
    border: none;
    opacity: 1;
  }
  .fv .swiper-pagination-bullet-active {
    background: #d26516; 
  }
  .fv-txt02 {
    width: 100%;
    margin: 0 auto 2rem;
  }
}

.banner-container-b {
    position: relative;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 1.5rem;
    box-sizing: border-box;
}
.banner-head {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 450px) {
  .banner-container-b {
     padding: 3vw 1.5rem;
}
}
.banner-button {
    cursor: pointer;
    transition: transform 0.3s ease;
    border: none;
    background: none;
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-button:hover {
    transform: scale(1.05);
}
.banner-button img {
    width: 100%;
    object-fit: contain;
}
.banner-button.button-left {
    max-width: 32%;
}
.banner-button.button-right {
    max-width: 66%;
}