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



/************************************
** 固定ページだけタイトルを非表示にする
************************************/
.page .entry-title {
display: none;
}

/************************************
** 固定ページだけ日付を非表示にする
************************************/
.page .date-tags {
  display: none;
}


/************************************
** ヘッダーロゴ位置調整
************************************/
.logo{
	text-align:left;
}


/************************************
** リンクをロゴ画像の範囲内にする
************************************/


/************************************
** サイト名非表示
************************************/
.site-name-text {
display: none;
}

/************************************
** グローバルメニューの区切り線
************************************/
#navi .navi-in > ul > li{
  border-right: 1px solid #eee;
}

#navi .navi-in > ul > li:last-child{
  border-right-width: 0;
}

.navi-in > ul > .menu-item-has-children > a::after{
  right: 10px;
} 

/************************************
** 固定ページの背景を透過する
************************************/
#main, #footer {
  background: transparent;
}

/スマホ横並び維持/
.wp-block-columns {
flex-wrap: nowrap;
}


/************************************
** ブログホームの背景画像を変える
************************************/
body.page-id-1751 {
  position: relative;
  width: 100%;
  min-height: 100vh;
	background:url(https://hikaruri.illust.jp/wp-content/uploads/2024/12/paper-1074131_19202-scaled.jpg)
    center / cover;
}


/************************************
** 投稿カテゴリーページのヘッダーを非表示にする
************************************/
body.category-10 #header { 
  background-image: none;
  height: 0px;
} 

body.category-11 #header { 
  background-image: none;
  height: 0px;
} 

body.category-12 #header { 
  background-image: none;
  height: 0px;
} 

body.category-13 #header { 
  background-image: none;
  height: 0px;
} 





/************************************
** ページ全体の描画を一時停止 → 開始後に一気に描画する
************************************/
html {
  visibility: hidden;
}

html.shown {
  visibility: visible;
}




/* 🔥 ページ読み込み中は Cocoon の背景設定を全部消す */
body:not(.page-ready) {
  background-image: none !important;
  background-color: white !important;
}

/* 🔥 読み込み後は背景画像を強制的に設定（Cocoonを上書き） */
body.page-ready {
  background-image: url("https://hikaruri.illust.jp/wp-content/uploads/2024/09/paper-1074131_1920-scaled.jpg") !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}




/************************************
** 個別ページだけ背景を別画像に戻す CSS
************************************/
/* グループA：背景A.jpg を使うページ */
.page-id-80.page-ready,
.page-id-1488.page-ready,
.page-id-1491.page-ready,
.page-id-1501.page-ready,
.page-id-1503.page-ready,
.page-id-1671.page-ready,
.page-id-1751.page-ready,
.page-id-1788.page-ready{
  background-image: url("https://hikaruri.illust.jp/wp-content/uploads/2024/12/paper-1074131_19202-scaled.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}


/* ===== カテゴリーページの個別背景 ===== */
/* 書き方：body.category-XX.page-ready { … } */



/* 投稿ID 1784 */
body.postid-1784.page-ready {
  background-image: url("https://hikaruri.illust.jp/wp-content/uploads/2024/12/paper-1074131_19202-scaled.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}


/* カテゴリーID 10 */
body.category-10.page-ready {
  background-image: url("https://hikaruri.illust.jp/wp-content/uploads/2024/12/paper-1074131_19202-scaled.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* カテゴリーID 11 */
body.category-11.page-ready {
  background-image: url("https://hikaruri.illust.jp/wp-content/uploads/2024/12/paper-1074131_19202-scaled.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* カテゴリーID 12 */
body.category-12.page-ready {
  background-image: url("https://hikaruri.illust.jp/wp-content/uploads/2024/12/paper-1074131_19202-scaled.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* カテゴリーID 13 */
body.category-13.page-ready {
  background-image: url("https://hikaruri.illust.jp/wp-content/uploads/2024/12/paper-1074131_19202-scaled.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

