@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/* Cocoonの既存ヘッダー・ナビ・フッター・サイドバーを完全非表示 */
.page .header-container,
.page .navi,
.page .footer-bottom,
.page #footer,
.page .sidebar,
.page .sns-share,
.page .sns-follow,
.page .breadcrumb,
.page .entry-title,
.page .date-tags {
  display: none !important;
}

/* Cocoonのメインコンテンツ枠の制限・余白を完全リセット */
.page #content,
.page #content-in,
.page #main,
.page .article,
.page .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Cocoon独自の見出しデザイン（下線、アイコン、左線など）の干渉を排除 */
.lp-main h1,
.lp-main h2,
.lp-main h3,
.lp-main h4 {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit !important;
}
.lp-main h1::before, .lp-main h1::after,
.lp-main h2::before, .lp-main h2::after,
.lp-main h3::before, .lp-main h3::after,
.lp-main h4::before, .lp-main h4::after {
  display: none !important;
  content: none !important;
}