/*
 Theme Name: Cocoon Child Master
 Theme URI: https://world-reaction.com/
 Description: Cocoonの子テーマ。海外の声表示用カスタマイズを追加。
 Author: 管理人
 Author URI: https://world-reaction.com/
 Template: cocoon-master
 Version: 1.0.0
 Text Domain: cocoon-child-master
*/

/************************************
** 海外の声表示用スタイル（World Voice Japan）
** 最終更新：2025-10
************************************/

/* ▼全体コンテナ */
#voice {
  max-width: 800px;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
}

#header-in .logo-header .site-name-text {
  font-size: 48px;   /* PCで大きく表示 */
  font-weight: 900;  /* 超太字 */
  line-height: 1.1;  /* 行間を詰めてタイトルを強調 */
}

/* ────────────── タブレット・スマホ版 ────────────── */
@media screen and (max-width: 1024px) {
  #header-in .logo-header .site-name-text {
    font-size: 24px;  /* タブレット用サイズ */
  }
}

@media screen and (max-width: 480px) {
  #header-in .logo-header .site-name-text {
    font-size: px; 24px;/* スマホ用サイズ */
  }
}

/* ----------------------------
  画像レスポンシブ用（Cocoon向け）
---------------------------- */
.responsive-img {
  width: 100%;          /* 親要素幅に合わせる */
  max-width: 1200px;    /* PCでの最大幅 */
  height: auto;         /* 縦横比を維持 */
  display: block;       /* 下余白の隙間を防ぐ */
  margin: 0 auto;       /* 中央寄せ */
  border-radius: 8px;   /* 角丸（お好みで） */
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* 軽い影で浮き上がり感 */
}

/* スマホでさらに見やすく調整 */
@media screen and (max-width: 768px) {
  .responsive-img {
    max-width: 100%;    /* スマホでは幅いっぱい */
    border-radius: 4px; /* 角丸を少し小さく */
    box-shadow: none;   /* スマホでは影を消してスッキリ */
  }
}

/* タブレット向け微調整 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .responsive-img {
    max-width: 90%;     /* 少し余白を残す */
  }
}


.navi-in > ul li {
    border: 1px solid #ccc;
}

/************************************
** ▼共通スタイル（基本デザイン）
************************************/
.voice_box {
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
  margin: 1em 0 1.5em;
  padding: 1em 1.2em;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* 名前部分 */
.voice_box .name {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 0.95em;
  color: #555;
}

/* 日本語部分 */
.voice_box .jp {
  font-size: 1.1em;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.3em;
  line-height: 1.7;
}

/* 英語部分 */
.voice_box .world {
  font-size: 0.95em;
  color: #888;
  line-height: 1.5;
  font-style: italic;
}

/************************************
** ▼カラーバリエーション
************************************/

/* 緑系（ポジティブ） */
.voice_box.is-green {
  border-left-color: #4CAF50;
  background-color: #e8f5e9;
  margin-left: 2em;
}

.voice_box.is-green .name {
  color: #388e3c;
}

.voice_box.is-green .world {
  color: #555;
}

/* 赤系（ネガティブ・印象的な反応） */
.voice_box.is-red {
  border-left-color: #F44336;
  background-color: #fce4ec;
  margin-left: 3em !important;
}

.voice_box.is-red .name {
  color: #D32F2F;
}

.voice_box.is-red .world {
  color: #777;
}

/* 青系（ニュートラル・分析的） */
.voice_box.is-blue {
  border-left-color: #2196F3;
  background-color: #E3F2FD;
  margin-left: 1.5em;
}

.voice_box.is-blue .name {
  color: #1976D2;
}

/************************************
** ▼ホバー時の微アニメーション
************************************/
.voice_box:hover {
  background-color: #fffefc;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/************************************
** ▼レスポンシブ対応
************************************/
@media screen and (max-width: 768px) {
  #voice {
    padding: 0.5em;
  }

  .voice_box {
    margin-left: 0 !important;
    padding: 0.9em;
  }

  .voice_box .jp {
    font-size: 1em;
    line-height: 1.6;
  }

  .voice_box .world {
    font-size: 0.9em;
  }
}



/************************************
** ▼記事一覧の説明文ひつようないので削除
************************************/
.e-card-snippet
{
	display:none;
}


/* コメント欄のデザインを強調 */
#comments {
  background-color: #f9f9f9;
  padding: 1.5em;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-top: 2em;
}
#reply-title {
  font-weight: bold;
  color: #333;
  font-size: 1.2em;
  border-bottom: 2px solid #ddd;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
/* メニューを半透明に */
.navi {
  background-color: rgba(32, 32, 32, 0.8); /* 半透明黒 */
  backdrop-filter: blur(4px); /* 背景をうっすらぼかす：高級感UP */
  -webkit-backdrop-filter: blur(4px); /* Safari対応 */
}

/* ──────── ロゴ全体の見た目調整 ──────── */
.logo-header {
  text-align: center;
  margin: 15px 0;
  background-color: rgba(255, 255, 255, 0.65); /* 白寄り（透明感少なめ） */
  padding: 12px 25px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* ほんのり立体感 */
}

/* ──────── グラデーション文字 ──────── */
.logo-header .site-name-text {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #0066cc, #00bcd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* リンク全体をクリック可能にするためにリセット */
.logo-header a {
  text-decoration: none;
}


/* 解説用 */
.explain_box {
  background: #fbffc3;
  padding: 10px 14px;
  margin: 10px 0 20px 0;
  border-radius: 4px;
}

.explain_box .explain_title {
  font-weight: bold;
  color: #1e3a8a;
  margin-bottom: 5px;
}

.explain_box .explain_text {
  color: #333;
  line-height: 1.6;
  font-size: 0.95em;
}

.hate {
  background: #ffe4e4;
  border-left: 4px solid #ff4d4d;
  padding: 10px 12px;
  margin: 15px 0;
  color: #a10000;
  font-weight: bold;
  border-radius: 4px;
}

/* 管理人からの一言 */

  .admin_speech_wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 28px;
    font-family: "Hiragino Sans","Yu Gothic","Meiryo",sans-serif;
  }

  .admin_icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
  }

  .admin_speech_box {
    background: #e3e0ff;
    padding: 14px 18px;
    border-radius: 12px;
    line-height: 1.6;
    position: relative;
    max-width: 600px;
  }

  /* 吹き出しの三角 */
  .admin_speech_box::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 18px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #f7f7f7 transparent transparent;
  }

  .admin_speech_title {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 1.1em;
  }


/* ヘッダー下のRSSウィジェット調整 */
#content-top .widget_rss {
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  margin: 20px auto;
  max-width: 1000px;
}

/* RSSウィジェットのリスト部分をスクロール化 */
#content-top .widget_rss ul {
    max-height: 180px;    /* 表示する高さ（約3行分）調整可能 */
    overflow-y: auto;     /* 縦スクロール */
    padding-right: 5px;   /* スクロールバーと文字の余白 */
    margin: 0;
    padding-left: 0;	
}

/* リストの個々の項目の調整 */
#content-top .widget_rss ul li {
    background: #f9f9f9;      /* 薄いグレー背景 */
    margin-bottom: 6px;
    padding: 6px 8px;
    border-radius: 6px;        /* 角丸 */
    list-style: none;
    border: 1px solid #eee;    /* ごく薄い枠線で区切りが見える */
}


#content-top .widget_rss li:last-child {
  border-bottom: none;
}

#content-top .widget_rss a.rsswidget {
  font-weight: bold;
  text-decoration: none;
}

#content-top .widget_rss .rss-date {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 3px;
}

#content-top .widget-content-top-title {
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 10px;
}

/* タイトルのリンク */
#content-top .widget_rss ul li a.rsswidget {
    display: block;
    font-weight: 600;
    text-decoration: none;
    color: #333;
}

/* ホバー時に強調 */
#content-top .widget_rss ul li:hover {
    background: #f0f0f0;
    border-color: #ddd;
}
