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



/* Codex 2026-06-12: hoikushi-note top page photo backgrounds */
html body.page-id-8 #profile .signature {
  background-image: linear-gradient(rgba(250,247,243,0.62), rgba(250,247,243,0.62)), url('https://hoikushi-note.com/wp-content/uploads/2026/06/top-signature-hoikushi-photo.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
html body.page-id-8 #hub .hub {
  background-image: linear-gradient(rgba(255,255,255,0.72), rgba(255,255,255,0.72)), url('https://hoikushi-note.com/wp-content/uploads/2026/06/top-hub-hoikushi-photo.png') !important;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
