.top #content {
  padding-top: 0 !important;
}

.fv {
  position: relative;
  background: url('/wp-content/uploads/2026/04/top_mv_bg.webp') center/cover no-repeat;
  min-height: 700px;
  overflow: hidden;
}

.fv-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 700px;
  padding: 0 20px;
}

.fv-copy {
  position: absolute;
  left: -100px;
  top: 44%;
  transform: translateY(-50%);
  width: 450px;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.fv-title-img img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
}

.fv-cta-img img {
  width: 100%;
  max-width: 400px;
  top: 20%;
  height: auto;
  display: block;
}

.fv-result {
  margin: 6px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #2f2f2f;
  text-align: center;
  line-height: 1.6;
}

.fv-result-num {
  font-size: 20px;
  font-weight: 800;
  color: rgb(228, 65, 65); 
  background: linear-gradient(transparent 55%, #fff36a 55%);
  padding: 0 4px;
}

.fv-main-img {
  position: absolute;
  right: -500px;
  top: 20%;
  transform: translateY(-50%);
  width: 1000px;
  z-index: 2;
}

.fv-main-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 960px) {
  .fv {
    min-height: auto;
    padding: 40px 0;
  }

  .fv-inner {
    min-height: auto;
    padding: 0 16px;
  }

  .fv-copy,
  .fv-main-img {
    position: static;
    transform: none;
    width: 100%;
  }

  .fv-copy {
    margin-bottom: 20px;
    align-items: center;
    text-align: center;
  }

  .fv-title-img img,
  .fv-cta-img img,
  .fv-main-img img {
    max-width: 100%;
  }
}