@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){
  /*必要ならばここにコードを書く*/
}


/* ============================================================
   植毛チョイス カスタム
   アイキャッチ画像内にカテゴリ名を描き込んでいるため、
   テーマ側のカテゴリラベル（.cat-label）は非表示にする
   ============================================================ */
.entry-card-thumb .cat-label,
.related-entry-card-thumb .cat-label,
.card-thumb .cat-label,
.widget-entry-card-thumb .cat-label,
.carousel-entry-card-thumb .cat-label,
.eye-catch .cat-label {
  display: none !important;
}

/* 記事本文に挿入した写真 */
#content .photo img {
  border-radius: 0;
}


/* 追従CTAバー（モバイル） */
#sc-fixcta{position:fixed;left:0;right:0;bottom:0;z-index:9998;display:flex;align-items:stretch;background:rgba(255,255,255,.97);border-top:1px solid #e2e0da;box-shadow:0 -3px 14px rgba(0,0,0,.12);padding:8px 8px 10px;transform:translateY(120%);transition:transform .28s ease;}
#sc-fixcta.on{transform:translateY(0);}
#sc-fixcta a{flex:1;display:block;text-align:center;text-decoration:none;background:linear-gradient(135deg,#0f6b63,#12867b);color:#fff;border-radius:8px;padding:11px 8px;box-shadow:0 3px 0 #0a4a44;}
#sc-fixcta a .t{display:block;font-size:14px;font-weight:800;line-height:1.4;}
#sc-fixcta a .s{display:block;font-size:10px;opacity:.85;font-weight:600;margin-top:2px;}
#sc-fixcta .x{flex:0 0 34px;margin-left:6px;background:#efeee9;border:1px solid #e2e0da;border-radius:8px;color:#5d6570;font-size:16px;line-height:1;cursor:pointer;}
@media screen and (min-width:835px){#sc-fixcta{display:none !important;}}
