@charset "UTF-8";

/* ========================================
   FV 共通
======================================== */

#lv {
  position: relative;

  width: 100%;
  height: auto !important;

  aspect-ratio: 1920 / 1021;

  background-image:
    url("/common/upload_data/ihinseiri-evidencecom/image/20260825092852.jpg") !important;

  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}


/* ========================================
   FV内の既存要素を非表示
======================================== */

.parallax_img {
  display: none !important;
}


#lv p span {
  display: none !important;
}


/* ========================================
   PC：無料見積りリンク
======================================== */

.lv-contact-link {
  position: absolute;
  z-index: 20;

  right: 2.8%;
  bottom: 13.7%;

  width: 45%;
  height: 18%;

  display: block;

  cursor: pointer;

}


/* ========================================
   タブレット
======================================== */

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

  #lv_outer {
    border-top: none !important;
  }

}


/* ========================================
   スマホ
======================================== */

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

  #lv {
    width: 100%;
    height: auto !important;

    aspect-ratio: 750 / 1415;

    background-image:
      url("/common/upload_data/ihinseiri-evidencecom/image/20260825092851.jpg") !important;

    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }


  /* ======================================
     無料お見積りボタンの透明リンク
  ====================================== */

  .lv-contact-link {
    right: auto;

    /* 横位置 */
    left: 4.2%;

    /* 縦位置：現在より大きく上へ */
    bottom: 18%;

    /* ボタンサイズ */
    width: 91.6%;
    height: 10.8%;

}