@charset "UTF-8";
/* ==========================================================================
   粗大ゴミ・ゴミ屋敷LP 専用スタイルシート
   ========================================================================== */

/* 全体横スクロール防止 */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

/* FVセクションの横幅100%制御 */
.fv {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* FV画像SP版・PC版表示制御と完全レスポンシブ化 */
.fv__img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}

.fv__img--pc {
  display: none !important;
}

.fv__img--sp {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (min-width: 1024px) {
  .fv__img--pc {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .fv__img--sp {
    display: none !important;
  }
}

/* スマホ時の見出し段落落ち防止（フォントサイズ一段階縮小） */
@media (max-width: 768px) {
  .results__title {
    font-size: 26px !important;
  }
}
