/* =========================================================
   FANZA Auto Plugin - SWELL表示調整
   旧カテゴリ最下部ボタン関連CSSは含まない
========================================================= */

/* =========================
   サムネイル比率
========================= */
.c-postThumb__figure {
    --card_posts_thumb_ratio: 120%;
}

/* =========================
   記事ページヘッダー非表示
========================= */
.single .l-header__inner {
    display: none !important;
}

/* =========================
   WP Popular Posts 非表示
========================= */
.wpp-list,
.wpp-post-title,
.wpp-meta,
.wpp-views,
.popular-posts,
.widget_wpp,
.wpp-thumbnail,
.wpp_excerpt,
.wpp-author,
.wpp-date {
    display: none !important;
}

/* =========================
   FANZA画像崩れ対策
========================= */
img {
    height: auto !important;
    max-width: 100%;
}

/* =========================
   LazyLoad対策
========================= */
img[data-lazy-src] {
    opacity: 1 !important;
}
