/* index.css
 * トップページ専用スタイル
 */

@charset "UTF-8";

/* =============================
  スライダードット調整
============================= */
.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* =============================
  ヒーロー背景画像（レスポンシブ切替）
============================= */
/* タブレット用の設定 (769px〜1024px) */
@media (max-width: 1024px) {
  body .index-hero-wrapper .wp-block-cover__image-background {
    background-image: url('https://sekacari-ai.com/wp-content/uploads/2025/08/iPad-cat.webp') !important;
    background-position: center !important;
  }
	#hero {
    min-height: 100vh; 
  }
}

/* スマホ用の設定 (768px以下) */
@media (max-width: 768px) {
  body .index-hero-wrapper .wp-block-cover__image-background {
    background-image: url('https://sekacari-ai.com/wp-content/uploads/2025/08/iPhone-cat3.webp') !important;
    background-position: top center !important;
  }