@charset "UTF-8";

/*!
Theme Name: AI怪談工房
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: TRUNK-STUDIO
Author URI: https://trunk-studio.jp/
Template:   cocoon-master
Version:    1.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* カテゴリートップページ用背景 */

/* ウラシリ怪談 urasiri-kaidan */
.category-urasiri-kaidan #container {
  background: url('/wp-content/uploads/2025/07/ウラシリ-イメージ（斜め）Gen-ID：4725ecbc-3bf9-4362-8f23-634fd262c349.png') no-repeat center/cover fixed;
}

/* 写真怪談 photo-kaidan */
.category-photo-kaidan #container {
  background: url('/wp-content/uploads/2025/08/ChatGPT-Image-Aug-22-2025.png') no-repeat center/cover fixed;
}

/* 晩酌怪談 banshaku-kaidan */
.category-banshaku-kaidan #container {
  background: url('/wp-content/uploads/2025/08/ChatGPT-写真怪談工房-Aug-22-2025.png') no-repeat center/cover fixed;
}

/* 土地と風習 land-and-customs */
.category-land-and-customs #container {
  background: url('/wp-content/uploads/2025/08/ChatGPT-%E5%86%99%E7%9C%9F%E6%80%AA%E8%AB%87%E5%B7%A5%E6%88%BF-Aug-18-2025.png') no-repeat center/cover fixed;
}

/* 存在のゆらぎ flicker-of-being */
.category-flicker-of-being #container {
  background: url('/wp-content/uploads/2025/07/%E7%A9%BA%E9%96%93%E3%82%B0%E3%83%AA%E3%83%83%E3%83%81%E3%81%AE%E5%A0%B1%E5%91%8A.jpg') no-repeat center/cover fixed;
}

/* 日常の崩れ cracks-in-daily-life */
.category-cracks-in-daily-life #container {
  background: url('/wp-content/uploads/2025/08/ChatGPT-%E5%86%99%E7%9C%9F%E6%80%AA%E8%AB%87%E5%B7%A5%E6%88%BF-Aug-17-2025.png') no-repeat center/cover fixed;
}

/* 時のひずみ distortion-of-time */
.category-distortion-of-time #container {
  background: url('/wp-content/uploads/2025/07/%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3%E5%85%85%E9%9B%BB%E3%82%B9%E3%82%BF%E3%83%B3%E3%83%89%E3%81%AE%E8%A4%87%E8%A3%BD.jpg') no-repeat center/cover fixed;
}

/* 機械知のほとり edge-of-machine-mind */
.category-edge-of-machine-mind #container {
  background: url('/wp-content/uploads/2025/07/%E5%B0%91%E5%B9%B4%E3%81%A8%E3%83%81%E3%83%A3%E3%83%83%E3%83%88AI.jpg') no-repeat center/cover fixed;
}

/* 記録と痕跡 traces-in-records */
.category-traces-in-records #container {
  background: url('/wp-content/uploads/2025/07/AI%E6%98%A0%E7%94%BB%E5%88%B6%E4%BD%9C%E3%81%AE%E8%A9%B1.jpg') no-repeat center/cover fixed;
}

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

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

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