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

/* オリジナルヘッダーを使うページではCocoon標準ヘッダーを非表示 */
.single #header-container,
.archive #header-container,
.page:not(.home) #header-container {
  display: none !important;
}


/* Cocoon側のグレー背景を白に */
body,
#content,
.content-in {
  background-color: #fff !important;
}


/* ========================================
MENU ICON
======================================== */

.shafu-menu-icon {
  position: relative !important;

  display: block !important;

  width: 28px !important;
  height: 20px !important;
}

.shafu-menu-icon span {
  position: absolute !important;
  left: 0 !important;

  display: block !important;

  width: 100% !important;
  height: 1.5px !important;

  background: #222 !important;

  transition:
    transform 0.25s ease,
    top 0.25s ease !important;
}

.shafu-menu-icon span:first-child {
  top: 5px !important;
}

.shafu-menu-icon span:last-child {
  top: 13px !important;
}


/* ========================================
ARTICLE
======================================== */

/* 記事ページではアイキャッチ上のカテゴリーを非表示 */
.single-post .eye-catch .cat-label {
  display: none !important;
}


/* 記事ページ：本文エリア上の余白を詰める */
.single-post #main {
  padding-top: 0 !important;
}


/* 記事ページ：ヘッダー下〜タイトルまでを詰める */
.single-post #content {
  margin-top: 0 !important;
}

.single-post .entry-title {
  margin-top: 8px !important;
}


/* ========================================
TOP NEW ARTICLES：カテゴリー名
======================================== */

.home .shafu-card__category {
  display: block !important;

  margin: 0 0 10px !important;
  padding: 0 !important;

  color: #777 !important;

  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.4;
  letter-spacing: 0.02em;
}