@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){
  /*必要ならばここにコードを書く*/
}
.entry-content .en {
  all: unset;
  font-style: italic;
  color: #666;
  font-size: 0.92em;
  line-height: 1.7;
  display: block;
  margin-bottom: 0.8em;
}
.stargleamers-counter {
    text-align: center;
    margin: 40px 0;
    font-size: 1.1em;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-family: "Yu Mincho", serif;
    opacity: 0.85;
}
.stargleamer-number {
    font-weight: bold;
    color: #f0c040;
    text-shadow: 0 0 5px rgba(255,215,0,0.5);
}
/* スマホ用の優しい調整 */
@media screen and (max-width: 599px) {
    .stargleamers-counter {
        font-size: 1em;
        line-height: 1.9;
        margin: 28px 16px;
        letter-spacing: 0.04em;
        text-align: center;
    }

    .stargleamers-counter br {
        line-height: 2.2;
    }

    .stargleamer-number {
        font-weight: bold;
        color: #f0c040;
        text-shadow: 0 0 4px rgba(255, 215, 0, 0.45);
    }
}
.blogmura-banner {
  display: block;
  text-align: center;
  margin: 24px 0;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.blogmura-banner:hover {
  opacity: 1;
}
.pv-banner {
  text-align: center;
  margin: 24px 0;
}

.pv-banner img {
  display: block;
  margin: 0 auto 6px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.pv-banner .pv-text {
  font-size: 0.85em;
  color: #ccc;
  text-decoration: none;
}

.pv-banner .pv-text:hover {
  color: #fff;
}

.pv-ranking-banner {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

/* カテゴリバナー（横並び用に inline-block に統一） */
.pv-banner {
  display: inline-block;
  vertical-align: middle;
  margin: 24px 8px 24px 0;
  text-align: center;
}

.pv-banner img {
  display: block;
  margin: 0 auto 6px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.pv-banner .pv-text {
  font-size: 0.85em;
  color: #ccc;
  text-decoration: none;
}

.pv-banner .pv-text:hover {
  color: #fff;
}

/* PVバナー（横並び） */
.pv-ranking-banner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

/* INバナー（横並び） */
.in-ranking-banner {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

/* INバナー控えめ */
.in-ranking-banner img {
  opacity: 0.75;
  transition: opacity 0.25s ease;
}

.in-ranking-banner img:hover {
  opacity: 1;
}