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

/************************************
** ペルソナ対応デザイン設定
************************************/
:root {
  --brand-blue: #1565c0;
  --brand-orange: #ff5722;
}

/* リンクカラー */
a { color: var(--brand-blue); }
a:hover { color: #0d47a1; }

/* 記事タイトル */
.entry-title a { color: #1a1a1a !important; }

/* カテゴリラベル */
.cat-label,
.tag-caption,
.cat-link { background: var(--brand-blue) !important; }

/* CTAボタン */
.btn-main, .cta-btn,
.wp-block-button__link { 
  background: var(--brand-orange) !important; 
  border-color: var(--brand-orange) !important; 
}

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

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

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


/* ===== コントラスト比修正（アクセシビリティ改善）===== */
/* LINEシェアボタン キャプション */
.line-button .button-caption,
.line-share-button-sq .button-caption {
  color: #ffffff !important;
  text-shadow: none;
}

/* フッターリンク・テキスト */
#footer a,
.footer a,
#footer .footer-bottom a {
  color: #333333 !important;
}
#footer,
.footer {
  color: #333333;
}

/* KURO-HOMEPAGE-HIDE-BEGIN */
/* フロントページ: Cocoon不要要素を非表示 (2026-04-15) */
body.page-id-242 .entry-title,
body.page-id-242 .sns-share,
body.page-id-242 .date-tags,
body.page-id-242 .toc-block,
body.page-id-242 .toc-widget-box,
body.page-id-242 .author-box,
body.page-id-242 .pager-post-navi,
body.page-id-242 .related-entry-heading,
body.page-id-242 .related-entry-wrap {
    display: none !important;
}
/* リンクのデフォルトスタイル上書き (テーマCSSによる色・下線の干渉防止) */
body.page-id-242 .entry-content a {
    text-decoration: none !important;
    color: inherit !important;
}
body.page-id-242 .entry-content a:hover {
    opacity: 0.85;
}
/* KURO-HOMEPAGE-HIDE-END */
