@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ======================================================================
   VTuber・ライバー応援ガイド ブランドデザイン ― ネオンピンク×パープル(配信)
   2026-07-06 (Claude Code 自動生成)
   ====================================================================== */

:root,
body {
  --color_main: #e0448f;
  --color_main_rgb: 224,68,143;
  --color_main_thin: #fae1ee;
  --color_text: #362b40;
  --color_link: #b83372;
  --color_htag: #b83372;
  --color_bg: #faf7fc;
}

body { background-color: #faf7fc; color: #362b40; }

/* 見出しフォント */
h1, h2, h3, h4,
.c-postTitle__ttl, .p-postList__ttl, .c-pageTitle__ttl,
.swell-block-postLink__title, .c-widget__title, .p-blogParts__ttl,
.post_content h2, .post_content h3, .post_content h4 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif !important;
  font-weight: 800;
  letter-spacing: .02em;
}

/* ヘッダー */
#header.l-header,
.l-header__inner,
.l-header__bar,
.l-fixHeader { background-color: #faf7fc !important; }
#header.l-header { border-bottom: 2px solid #e0448f; box-shadow: none; }

/* ヘッダーロゴ：タイポグラフィ装飾 */
.c-headLogo {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif !important;
  font-weight: 800;
}
.c-headLogo__link {
  color: #b83372 !important;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: clamp(15px, 1.6vw, 20px) !important;
}
.c-headLogo__link::before {
  content: "";
  display: inline-block; vertical-align: -5px; margin-right: 7px;
  width: 26px; height: 26px; flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2048%2048%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2224%22%20r%3D%2222%22%20fill%3D%22%23e0448f%22%2F%3E%3Crect%20x%3D%2219%22%20y%3D%2210%22%20width%3D%2210%22%20height%3D%2218%22%20rx%3D%225%22%20fill%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M14%2024c0%205.5%204.5%2010%2010%2010s10-4.5%2010-10M24%2034v5M19%2039h10%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222.6%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M37%209l1.3%202.7L41%2013l-2.7%201.3L37%2017l-1.3-2.7L33%2013l2.7-1.3z%22%20fill%3D%22%23ffe066%22%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
}

/* グローバルナビ */
.c-gnav a { color: #362b40; opacity: .82; }
.c-gnav a:hover { color: #e0448f; opacity: 1; }
.c-gnav__item.current-menu-item > a { color: #e0448f; opacity: 1; }

/* リンク・ボタン */
a { color: #b83372; }
.post_content a { text-underline-offset: 2px; }
.c-btn, .wp-block-button__link,
.is-style-btn_normal > .wp-block-button__link,
.is-style-btn_solid > .wp-block-button__link {
  background-color: #e0448f; border-color: #e0448f; color: #ffffff;
  border-radius: 999px;
}
.c-btn:hover, .wp-block-button__link:hover { background-color: #b83372; border-color: #b83372; }

/* カテゴリー／タグラベル */
.cat-label, .c-categoryLabel, .p-postList__category,
.c-postThumb__cat, .c-meta__cat a {
  background-color: #e0448f !important; color: #ffffff !important;
  border-radius: 4px;
}

/* セクション見出し */
.c-widget__title, .p-blogParts__ttl, .c-sectionTitle {
  color: #b83372; border-bottom: 2px solid #ecdff2; padding-bottom: 6px;
}

/* 記事カード */
.p-postList__item, .c-postList__item, article.l-articleCard { background-color: #ffffff; }

/* ======================================================================
   トップページ ヒーロー（.mv-hero）
   ====================================================================== */
.mv-hero {
  width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
  background: radial-gradient(circle at 15% 25%, rgba(224,68,143,.28) 0, rgba(224,68,143,0) 34%),
    radial-gradient(circle at 85% 20%, rgba(139,92,246,.30) 0, rgba(139,92,246,0) 36%),
    radial-gradient(circle at 75% 85%, rgba(34,211,238,.18) 0, rgba(34,211,238,0) 30%),
    linear-gradient(170deg, #190f2e 0%, #221240 60%, #1c1038 100%);
  padding: 52px 20px 44px; box-sizing: border-box;
  border-bottom: 2px solid #e0448f;
  position: relative; overflow: hidden;
}

.mv-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .6;
  background: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090%2090%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2214%22%20r%3D%221.6%22%20fill%3D%22%23ff9ecb%22%2F%3E%3Ccircle%20cx%3D%2268%22%20cy%3D%2242%22%20r%3D%221.2%22%20fill%3D%22%23c4b5fd%22%2F%3E%3Ccircle%20cx%3D%2238%22%20cy%3D%2272%22%20r%3D%221.4%22%20fill%3D%22%2367e8f9%22%2F%3E%3C%2Fsvg%3E') repeat / 200px 200px;
}

.mv-hero__inner { max-width: 760px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }

/* タイポロゴ（SWELLのh2既定装飾を打ち消す） */
.mv-hero__logo,
.post_content h2.mv-hero__logo {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif;
  margin: 0 0 6px; line-height: 1.3;
  background: transparent !important; border: none !important;
  padding: 0 !important; box-shadow: none !important; border-radius: 0 !important;
}
.post_content h2.mv-hero__logo::before,
.post_content h2.mv-hero__logo::after { content: none !important; display: none !important; }
.mv-hero__logo .mv-logo-icon {
  display: block; width: 64px; height: 64px; margin: 0 auto 14px;
}
.mv-hero__logo .mv-logo-main {
  display: block; font-size: clamp(21px, 4.6vw, 38px); font-weight: 800;
  color: #ffffff; letter-spacing: .04em;
}
.mv-hero__logo .mv-logo-sub {
  display: block; font-size: 12px; letter-spacing: .4em; color: #67e8f9;
  margin-top: 9px; text-transform: uppercase; font-weight: 700;
}
.mv-hero__kicker {
  font-size: 12.5px; letter-spacing: .26em; color: #ff9ecb; margin: 18px 0 10px;
  font-weight: 600; font-family: inherit;
}
.mv-hero__title {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", sans-serif !important;
  font-size: clamp(19px, 3.4vw, 28px); color: #ffffff; letter-spacing: .04em;
  line-height: 1.55; margin: 0 0 10px; font-weight: 800;
}
.mv-hero__lead { font-size: 14px; color: #c9bcd8; margin: 0 0 24px; line-height: 1.9; }

/* ヒーロー内検索 */
.mv-hero__search { position: relative; max-width: 480px; margin: 0 auto 20px; text-align: left; }
.mv-hero__search form {
  display: flex; align-items: center; background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,158,203,.55); border-radius: 999px; padding: 0 6px 0 18px; height: 52px;
  box-shadow: none;
}
.mv-hero__search input[type="search"] {
  flex: 1; border: none; outline: none; background: transparent;
  font-size: 15px; color: #ffffff; min-width: 0; -webkit-appearance: none; appearance: none;
}
.mv-hero__search input[type="search"]::-webkit-search-cancel-button { display: none; }
.mv-hero__search input::placeholder { color: #a794b8; }
.mv-hero__search button {
  flex-shrink: 0; height: 40px; padding: 0 20px; background: #e0448f; color: #ffffff;
  border: none; border-radius: 999px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; letter-spacing: .08em; font-weight: 700; transition: background-color .15s;
}
.mv-hero__search button:hover { background: #b83372; }

/* カテゴリチップ */
.mv-hero__cats { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 10px; max-width: 660px; margin: 0 auto; }
.mv-hero__cats a {
  font-size: 12.5px; color: #f3d9e8; text-decoration: none; background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,158,203,.45); border-radius: 999px; padding: 6px 15px; transition: all .15s;
  font-weight: 600;
}
.mv-hero__cats a:hover { background: #e0448f; color: #ffffff; border-color: #e0448f; }

/* 広告バンド（審査通過後にタグ差し込み） */
.mv-adband { padding: 24px 16px 8px; background: #faf7fc; }
.mv-ad { max-width: 728px; margin: 0 auto; text-align: center; }
.mv-ad__label { display: block; font-size: 10px; letter-spacing: .2em; color: #8f7f9e; margin-bottom: 4px; }
.mv-ad__slot {
  border: 1.5px dashed #ecdff2; border-radius: 12px; background: #ffffff; color: #8f7f9e;
  font-size: 12px; padding: 26px 12px; min-height: 90px;
  display: flex; align-items: center; justify-content: center;
}

/* ======================================================================
   トップページ 新着記事グリッド
   ====================================================================== */
.mv-secTitle,
.post_content h2.mv-secTitle {
  max-width: 1080px; margin: 34px auto 18px; padding: 0 4px !important;
  font-size: 20px; color: #b83372 !important; text-align: center; letter-spacing: .1em;
  background: transparent !important; border: none !important;
  box-shadow: none !important; border-radius: 0 !important;
}
.post_content h2.mv-secTitle::before { content: none !important; display: none !important; }
.mv-secTitle::after,
.post_content h2.mv-secTitle::after {
  content: "" !important; display: block !important; width: 46px; height: 4px; border-radius: 2px;
  background: #8b5cf6 !important; margin: 10px auto 0; position: static !important;
}
.wp-block-latest-posts.mv-postGrid {
  max-width: 1080px; margin: 0 auto 30px; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 20px; list-style: none;
}
.wp-block-latest-posts.mv-postGrid li {
  margin: 0 !important; width: auto !important; max-width: none !important;
  background: #ffffff; border: 1px solid #efe3f4; border-radius: 12px;
  overflow: hidden; transition: box-shadow .2s, transform .2s;
}
.wp-block-latest-posts.mv-postGrid li:hover { box-shadow: 0 8px 22px rgba(224,68,143, .15); transform: translateY(-2px); }
.wp-block-latest-posts.mv-postGrid .wp-block-latest-posts__featured-image { margin: 0; }
.wp-block-latest-posts.mv-postGrid .wp-block-latest-posts__featured-image img {
  width: 100%; height: 168px; object-fit: cover; display: block;
}
.wp-block-latest-posts.mv-postGrid > li > a {
  display: block; padding: 13px 15px 4px; color: #362b40; font-size: 14.5px; font-weight: 700;
  line-height: 1.55; text-decoration: none;
}
.wp-block-latest-posts.mv-postGrid > li > a:hover { color: #b83372; }
.wp-block-latest-posts.mv-postGrid .wp-block-latest-posts__post-date {
  display: block; padding: 0 15px 14px; color: #8f7f9e; font-size: 11.5px;
}
@media (max-width: 900px) { .wp-block-latest-posts.mv-postGrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .wp-block-latest-posts.mv-postGrid { grid-template-columns: 1fr; max-width: 420px; }
}

/* トップページのSWELL既定タイトル/サイドバーを抑制し全幅に */
.home .c-pageTitle, .home .l-articleHeader, .home .p-articleHeader, .home .c-postTitle { display: none !important; }
.home .l-sidebar { display: none !important; }
.home main.l-mainContent, .home .l-mainContent, .home .l-mainArea, .home #main, .home .l-main {
  width: 100% !important; max-width: 100% !important; flex: 1 1 100% !important;
}
.home article.post_content, .home .post_content { overflow: visible; }

/* ======================================================================
   ヒーロー v2（2026-07-07）: ネオングロー・配信画面風
   ====================================================================== */
.mv-hero {
  padding: 56px 20px 60px; border-bottom: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(224,68,143,.30) 0, rgba(224,68,143,0) 34%),
    radial-gradient(circle at 85% 15%, rgba(139,92,246,.32) 0, rgba(139,92,246,0) 36%),
    radial-gradient(circle at 75% 88%, rgba(34,211,238,.20) 0, rgba(34,211,238,0) 30%),
    linear-gradient(170deg, #190f2e 0%, #221240 60%, #1c1038 100%);
}
.mv-hero__bgart { position: absolute; left: 0; right: 0; bottom: 0; height: 210px; pointer-events: none; z-index: 0; }
.mv-hero__bgart svg { width: 100%; height: 100%; display: block; }
.mv-hero__inner { z-index: 2; }

/* 配信ウィンドウ */
.mv-stream {
  max-width: 640px; margin: 0 auto 24px; text-align: left;
  background: rgba(15,8,30,.55); border: 1px solid rgba(255,158,203,.35);
  border-radius: 14px; overflow: hidden; backdrop-filter: blur(3px);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.mv-stream__bar {
  display: flex; align-items: center; gap: 8px; padding: 10px 14px;
  background: rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,158,203,.25);
}
.mv-stream__live {
  display: inline-flex; align-items: center; gap: 5px;
  background: #e0448f; color: #fff; font-size: 10.5px; font-weight: 800;
  letter-spacing: .06em; padding: 3px 9px; border-radius: 4px;
}
.mv-stream__live::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.mv-stream__viewers { font-size: 11.5px; color: #c9bcd8; margin-left: auto; }
.mv-stream__body { padding: 20px 22px 22px; text-align: center; }
.mv-stream__logo { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 0 10px; }
.mv-stream__logo svg { width: 40px; height: 40px; }
.mv-stream__logo span { font-size: 20px; font-weight: 800; color: #ffffff; letter-spacing: .03em; }
.mv-stream__catch {
  font-size: clamp(19px, 2.8vw, 26px); font-weight: 800; color: #ffffff; line-height: 1.6; margin: 8px 0 10px;
}
.mv-stream__catch em { font-style: normal; color: #ff9ecb; }
.mv-stream__lead { font-size: 13px; color: #c9bcd8; line-height: 1.85; }

/* ペンライト */
.mv-glow { position: relative; }
.mv-glowbar {
  position: absolute; bottom: 0; z-index: 1; opacity: .8;
  width: 6px; border-radius: 3px;
  filter: drop-shadow(0 0 8px currentColor);
}
.mv-glowbar--1 { left: 6%; height: 60px; background: #ff6aae; color: #ff6aae; }
.mv-glowbar--2 { left: 16%; height: 42px; background: #67e8f9; color: #67e8f9; }
.mv-glowbar--3 { right: 8%; height: 54px; background: #a78bfa; color: #a78bfa; }
.mv-glowbar--4 { right: 18%; height: 36px; background: #ffe066; color: #ffe066; }
@media (max-width: 700px) { .mv-glowbar { display: none; } }

/* スタッツ */
.mv-hero__stats {
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;
  list-style: none; margin: 0 auto; padding: 0; max-width: 640px;
}
.mv-hero__stats li {
  display: inline-flex; align-items: baseline; gap: 7px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,158,203,.35);
  border-radius: 999px; padding: 8px 20px;
}
.mv-hero__stats b { font-size: 16px; color: #ffffff; }
.mv-hero__stats span { font-size: 11px; letter-spacing: .1em; color: #67e8f9; }

/* カテゴリチップ（ネオン用に上書き） */
.mv-hero .mv-hero__cats { margin: 20px auto 0; }

/* よく読まれている記事: ランキングバッジ */
.mv-popGrid li { position: relative; }
.mv-rank {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  width: 28px; height: 28px; border-radius: 50%;
  background: #e0448f; color: #ffffff; font-size: 14px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(224,68,143,.5);
}
.mv-popGrid li:nth-child(-n+3) .mv-rank { background: #67e8f9; color: #10202a; }

/* ======================================================================
   トップページはヘッダー・スライダー非表示（MVを最上部へ）
   ====================================================================== */
.home #header.l-header,
.home .l-fixHeader,
.home .l-header__bar,
.home .l-headerBar { display: none !important; }
.home #content, .home .l-content { margin-top: 0 !important; padding-top: 0 !important; }
.home .l-mainContent { padding-top: 0 !important; }
.home .p-postSlider, .home [class*="p-postSlider"] { display: none !important; }
