@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
/************************************
** GATE ZERO ONE専用LP
** 固定ページID：3892
************************************/

/* Cocoonのヘッダー・ナビゲーションを非表示 */
body.page-id-3892 .header-container,
body.page-id-3892 #header-container,
body.page-id-3892 .navi,
body.page-id-3892 #navi,
body.page-id-3892 .breadcrumb {
  display: none !important;
}

/* 投稿者・フォロー・SNS・関連記事を非表示 */
body.page-id-3892 .entry-footer,
body.page-id-3892 .footer-meta,
body.page-id-3892 .sns-share,
body.page-id-3892 .sns-follow,
body.page-id-3892 .author-box,
body.page-id-3892 .post-author,
body.page-id-3892 .post-navi,
body.page-id-3892 .related-entry-heading,
body.page-id-3892 .related-list,
body.page-id-3892 .comment-area {
  display: none !important;
}

/* サイドバーと検索窓を非表示 */
body.page-id-3892 #sidebar,
body.page-id-3892 .sidebar,
body.page-id-3892 .sidebar-scroll,
body.page-id-3892 .widget_search,
body.page-id-3892 .search-box,
body.page-id-3892 .search-form {
  display: none !important;
}

/* サイト名・コピーライトを含むフッターを非表示 */
body.page-id-3892 #footer,
body.page-id-3892 .footer,
body.page-id-3892 .footer-container,
body.page-id-3892 .footer-bottom,
body.page-id-3892 .footer-bottom-content,
body.page-id-3892 .copyright {
  display: none !important;
}

/* Cocoonの白い本文背景と余白を解除 */
body.page-id-3892,
body.page-id-3892 #container,
body.page-id-3892 #content,
body.page-id-3892 .content,
body.page-id-3892 #main,
body.page-id-3892 main.main,
body.page-id-3892 article,
body.page-id-3892 .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #030303 !important;
  box-shadow: none !important;
}

/* Cocoonの見出し装飾をLP内だけ解除 */
body.page-id-3892 #kinjiteGate h1,
body.page-id-3892 #kinjiteGate h2,
body.page-id-3892 #kinjiteGate h3 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* ページタイトルを非表示 */
body.page-id-3892 .entry-header,
body.page-id-3892 .entry-title,
body.page-id-3892 .page-title {
  display: none !important;
}

/* LP直後にCocoonが挿入する領域を非表示 */
body.page-id-3892 #main > article > *:not(.entry-content),
body.page-id-3892 #main > *:not(article) {
  display: none !important;
}