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


/* Branded fallback thumbnails for posts without featured images */
.entry-card-thumb {
  position: relative;
  overflow: hidden;
  min-height: 124px;
}
.entry-card-thumb img.no-image {
  opacity: 0;
}
.entry-card-thumb:has(img.no-image) {
  background: linear-gradient(135deg, #fff7f8 0%, #ffd9df 58%, #f3a9b5 100%);
}
.entry-card-thumb:has(img.no-image)::before {
  content: "Fan Info";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(177, 74, 92, .28);
  border-radius: 12px;
  z-index: 1;
}
.entry-card-thumb:has(img.no-image)::after {
  content: "SANRIO NEWS";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #9d4050;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 700;
  letter-spacing: .12em;
  z-index: 2;
}
body.category-oshikatsu-trend .entry-card-thumb:has(img.no-image) {
  background: linear-gradient(135deg, #f5fbff 0%, #cdebf1 58%, #83c5d0 100%);
}
body.category-oshikatsu-trend .entry-card-thumb:has(img.no-image)::after {
  content: "TREND GOODS";
  color: #246976;
}
