.zenshin {
  .fv__contents {
    background: #000;
  }
  .achievements::before {
    background: #000;    
  }

  .cost-performance {

    .cost-performance__bg {
      .cost-performance__bg__deco1 {
        margin-bottom: -3rem;
      }
      .cost-performance__bg__deco3 {
        margin-top: -17rem;
      }
    }

    .cost-performance__visuals {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 2.4rem;
      width: 100%;
      
    }
    .cost-performance__zenshin-img {
      height: 36rem;
      width: auto;
      object-fit: contain;
    }
    .cost-performance__zenshin-points {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 2rem;
      
      .cost-performance__zenshin-points__wrap {
        width: 100%;
        background: #fff;
        padding: 0.66rem;

        .cost-performance__zenshin-points__txt {
          position: relative;
          padding: 1.14rem 1rem 1.14rem 4.8rem;
          border: 2px solid #000;
          font-size: 2rem;
          line-height: 1.25;
          letter-spacing: 0.04rem;
          font-family: var(--ff-koburina-w6);
          font-weight: 600;
        }

        .cost-performance__zenshin-points__txt strong{
          background: linear-gradient(180deg, transparent 0, transparent 50%, #FFED8D 50%, #FFED8D);
        }

        .cost-performance__zenshin-points__txt::before {
          content: "";
          background-image: url(../image/2025_hige_reconstruct/_zenshin/no_add_fee/icon_zenshin_point_cost-performance.webp);
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          top: 1.2rem;
          left: 1.3rem;
          display: block;
          width: 2.7rem;
          aspect-ratio: 41 / 36;
        }
      }
      
    }
    .cost-performance__plan1__txt1 {
      font-size: 5.34rem;
    }
    .cost-performance__plan3__cta {
      margin-top: 2.2rem;
    }
  }

  .merit {
    background: linear-gradient(141deg, #F4F4F4 -1.22%, #D9D9D9 111.09%);
    position: relative;

    .merit__header__img {
      position: relative;
      object-fit: contain;
      height: 40rem;
      width: auto;
    }

    .merit__contents {
      position: relative;
      z-index: 2;
      background: linear-gradient(134deg, #BE9D6A -10.83%, #DBB985 28.09%, #BE9D6A 71.45%);
      border-top-left-radius: 50% 16rem;
      border-top-right-radius: 50% 16rem;
      padding-bottom: 5rem;
      margin-top: -19rem;
    }

    .merit__contents__ttl {
      font-size: 3.2rem;
      font-family: var(--ff-koburina-w6);
      font-weight: 600;
      line-height: 1.2;
      color: #fff;
      text-align: center;
      padding: 4rem 0 1rem;
    }

    .splide__slideImg {
      width: 42.2rem !important;
    }

    .splide__pagination {
      bottom: -8.5%;
      gap: 3%;
    }

    .splide__pagination__page.is-active {
      background: #000;
    }

    .splide__pagination__page {
      width: 1.1rem;
      height: 1.1rem;
      background: #fff;
    }

  }
  .merit::before {
    content: "";
    background-image: url(../image/2025_hige_reconstruct/_zenshin/merit/bg_vector_merit.webp);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
  }

  .qanda {
    margin-top: 2.3rem;
  }
}

