/* ===================================
   TOPページ専用スタイル
   =================================== */

/* FV（ファーストビュー）高さ */
.wp-block-cover.alignfull.is-light.has-custom-content-position.is-position-top-center {
    height: 55vh;
}

/* FVテキストシャドウ */
.fv h2.wp-block-heading {
    text-shadow: 0 0 15px #111;
}

/* 見出しのフォントウェイト */
h2.wp-block-heading.is-style-default {
    font-weight: 700;
}

/* TOP内の画像マージンリセット */
.home .wp-block-image {
    margin-bottom: 0;
}

/* ===================================
   SP調整
   =================================== */

/* SP時：flex レイアウト */
@media (max-width: 768px) {
    .sp-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .wp-block-columns.news-item {
        gap: 16px !important;
        display: flex;
    }
}
