@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


@media screen and (max-width: 768px) {
  /* カテゴリーページ用：スマホ画像に切り替え */
.category-blog .l-topTitleArea__img {
    display: none !important;
  }

.category-blog .l-topTitleArea {
    position: relative;
    min-height: 200px; /* 画像の高さに応じて調整 */
  }

.category-blog .l-topTitleArea::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('https://e-net-wp.sakura.ne.jp/test_toprun/wp-content/uploads/2025/10/hnbaisp1.png') center/cover no-repeat;
    z-index: 1;
  }

.category-blog .l-topTitleArea__body {
    position: relative;
    z-index: 2;
  }
}
