/* ===== ピックアップセクション全体 ===== */
.pickup-heroine {
  padding: 2rem 1rem;
  background-color: #fff;
  text-align: center;
}

/* ===== 動画セクション ===== */
.pickup-video,
.howto-play {
  margin: 2rem auto;
  text-align: center;
}

.pickup-video video,
.howto-play video {
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto 1rem;
  display: block;
}

.video-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
  color: #a40000;
}

.video-desc,
.howto-desc {
  font-size: 1rem;
  color: #fff;
  margin-top: 0.5rem;
  white-space: pre-wrap;
}

/* ===== 黄色ボタン（画像＋テキスト対応） ===== */
.pickup-buttons {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.pickup-btn.yellow {
  position: relative;
  background-color: #fff; /* 白背景に変更 */
  color: #000; /* テキスト色を黒に */
  padding: 1rem 2rem;
  border: 2px solid #cce6f7; /* 水色っぽい枠線 */
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  box-shadow: none; /* 影は削除 */
  font-size: 1rem;
}

.pickup-btn.yellow:hover {
  background-color: #f0f8ff; /* 少しだけホバー感 */
}

.pickup-btn.yellow::before {
  content: none !important; /* Click!丸を削除 */
}

/* テキストの中の一部赤文字にしたい場合 */
.pickup-btn.yellow span {
  color: red;
  font-weight: bold;
}

/* ボタンが画像のみの場合は余白・背景をリセット */
.pickup-btn.yellow:has(img) {
  background: none;
  padding: 0;
  border-radius: 0;
}

.pickup-btn.yellow:has(img)::before {
  content: none;
}

.pickup-btn.yellow img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== 丸型リンクボタン（テキスト・画像対応） ===== */
.pickup-links {
  margin: 2rem auto;
  text-align: center;
}

.pickup-links .link-circles {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.pickup-links .link-circles li {
  margin: 0;
}

/* テキストボタンの場合の赤丸 */
.pickup-links .link-circles li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #d32d25;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 0.5rem;
  text-wrap: balance;
}

/* ホバー時のカラー */
.pickup-links .link-circles li a:hover {
  background-color: #b71c1c;
}

/* 画像リンク時の見た目リセット */
.pickup-links .link-circles li a:has(img) {
  background: none;
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  outline: none; /* ← 追加：フォーカス枠を消す */
  box-shadow: none; /* ← 追加：影も完全消去 */
  border: none; /* ← 念のため境界線も */
}

.pickup-links .link-circles li a:has(img):hover {
  background: none; /* ← hover時の背景変化もキャンセル */
}
.pickup-links .link-circles li a img {
  max-width: 100px;
  height: auto;
  display: block;
}

/* ===== タイトルボックスと説明ボックス ===== */
.video-title-box {
  background-color: #d83434;
  color: #000;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.video-desc-box {
  background-color: #000;
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
}

.pickup-links .link-circles li a:has(img):hover img {
  transform: scale(1.05);
  opacity: 0.9;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.pickup-links .link-circles li a:has(img) {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  padding: 0;
}

.pickup-links .link-circles li a:has(img) img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  transition: all 0.3s ease;
}

.pickup-links .link-circles li a:has(img):hover img {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.pickup-btn.yellow:has(img) {
  background: none;
  padding: 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  display: inline-block;
}

.pickup-btn.yellow:has(img):hover {
  background: none;
  outline: none;
  box-shadow: none;
  border: none;
}

.pickup-btn.yellow:has(img) img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.pickup-btn.yellow:has(img):hover img {
  transform: scale(1.05);
  opacity: 0.9;
}

.news-section {
  background-color: #fff;
  color: #000;
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.news-header {
  background-color: #d83434; /* ← ヘッダー＆フッターと同じカラーにゃん */
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px 6px 0 0;
  display: inline-block;
}


.news-title {
  font-weight: bold;
  font-size: 1.3em;
}

.news-body {
  display: flex;
  flex-direction: row;
  align-items: center;       /* ← 上下中央寄せポイントにゃん */
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.news-text {
  flex: 1;
  white-space: pre-wrap;
  text-align: center;       /* ← テキスト内容も中央寄せ（必要に応じて） */
}


.news-image img {
  max-width: 180px;
  height: auto;
  border-radius: 6px;
}