@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.2.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
*/

/* ============================================
   step ブロック背景色(SWELL 既定が透明なので強制)
   ============================================ */
.swell-block-step__number[data-style="circle"] {
    background-color: var(--color_main);
    color: #fff;
}

/* ============================================
   VOD-OM フロントページ (front-page.php と連動)
   v2: リッチ&モダン版
   ============================================ */

/* --- カラーパレット --- */
:root {
    --vodom-deep: #04384c;
    --vodom-deep-2: #075a78;
    --vodom-gold: #ffd166;
    --vodom-gold-2: #ffb84d;
    --vodom-pink: #ff6b9d;
    --vodom-pink-2: #ff4d8d;
    --vodom-mint: #06d6a0;
    --vodom-bg: #fafbfc;
    --vodom-text: #1a2332;
    --vodom-text-sub: #5a6477;
    --vodom-text-mute: #8a93a3;
    --vodom-line: #e9edf2;
    --vodom-card-bg: #ffffff;
    --vodom-radius-lg: 24px;
    --vodom-radius-md: 16px;
    --vodom-radius-sm: 12px;
    --vodom-shadow-sm: 0 2px 8px rgba(4,56,76,0.06);
    --vodom-shadow-md: 0 12px 32px rgba(4,56,76,0.10);
    --vodom-shadow-lg: 0 24px 64px rgba(4,56,76,0.18);
    --vodom-easing: cubic-bezier(0.16, 1, 0.3, 1);
}

.vodom-front {
    background: var(--vodom-bg);
    color: var(--vodom-text);
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

/* フロントページではサイドバー・パンくず非表示 + メインコンテンツのみ全幅化 */
.home #sidebar,
.home .l-topTitleArea,
.home .p-breadcrumb { display: none !important; }
/* main コンテンツのラッパーだけ全幅にする(ヘッダー・フッターは SWELL のレイアウト維持) */
.home #main_content.l-mainContent {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
}
.home .l-mainContent__inner {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
/* SWELL の見出しスタイル(背景色・縦棒・点線下線)をフロントページのカスタム見出しに適用させない */
.vodom-front h1,
.vodom-front h2,
.vodom-front h3 {
    background: none !important;
    padding: inherit;
    border: none !important;
}
.vodom-front h1::before,
.vodom-front h1::after,
.vodom-front h2::before,
.vodom-front h2::after,
.vodom-front h3::before,
.vodom-front h3::after {
    content: none !important;
    background: none !important;
    border: none !important;
}

/* ============================================
   1. ヒーロー
   ============================================ */
.vodom-hero {
    position: relative;
    background: radial-gradient(circle at 20% 0%, #075a78 0%, #04384c 45%, #021823 100%);
    color: #fff;
    overflow: hidden;
    padding: clamp(80px, 12vw, 140px) 24px clamp(96px, 14vw, 160px);
    isolation: isolate;
}

/* 背景: グリッド */
.vodom-hero__bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(circle at 50% 40%, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle at 50% 40%, black 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* 背景: ふわっと光るオーブ */
.vodom-hero__bg-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.35;
    pointer-events: none;
    z-index: -1;
    animation: vodom-float 12s ease-in-out infinite;
}
.vodom-hero__bg-glow--1 {
    top: -10%;
    left: -5%;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, var(--vodom-pink), transparent);
}
.vodom-hero__bg-glow--2 {
    bottom: -20%;
    right: -10%;
    width: 540px;
    height: 540px;
    background: radial-gradient(circle, var(--vodom-gold), transparent);
    animation-delay: -6s;
}
@keyframes vodom-float {
    0%, 100% { transform: translate(0,0) scale(1); }
    33% { transform: translate(30px, -20px) scale(1.05); }
    66% { transform: translate(-20px, 30px) scale(0.98); }
}

.vodom-hero__inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

/* バッジ(右上の点滅付きラベル) */
.vodom-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.92);
    margin-bottom: 32px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.vodom-hero__badge-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--vodom-mint);
    box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.6);
    animation: vodom-pulse 2s ease-in-out infinite;
}
@keyframes vodom-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.6); }
    50% { box-shadow: 0 0 0 10px rgba(6, 214, 160, 0); }
}

.vodom-hero__title {
    font-size: clamp(34px, 6vw, 64px);
    line-height: 1.25;
    font-weight: 900;
    margin: 0 0 24px;
    color: #fff;
    letter-spacing: 0.01em;
    background: none !important;
    padding: 0 !important;
}
.vodom-hero__title::before,
.vodom-hero__title::after { content: none !important; }

.vodom-hero__title-accent {
    background: linear-gradient(135deg, var(--vodom-gold) 0%, var(--vodom-pink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: relative;
}

.vodom-hero__lead {
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.8;
    margin: 0 0 48px;
    color: rgba(255,255,255,0.85);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* 検索バー */
.vodom-hero__search {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.98);
    border-radius: 100px;
    padding: 6px 6px 6px 22px;
    max-width: 640px;
    margin: 0 auto 64px;
    box-shadow: 0 24px 48px rgba(0,0,0,0.25);
    transition: transform 0.3s var(--vodom-easing), box-shadow 0.3s var(--vodom-easing);
}
.vodom-hero__search:focus-within {
    transform: translateY(-2px);
    box-shadow: 0 32px 56px rgba(0,0,0,0.35);
}
.vodom-hero__search-icon {
    font-size: 20px;
    margin-right: 12px;
    opacity: 0.6;
}
.vodom-hero__search-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font-size: 15px;
    color: var(--vodom-text);
    padding: 14px 4px;
    min-width: 0;
}
.vodom-hero__search-input::placeholder {
    color: var(--vodom-text-mute);
}
.vodom-hero__search-btn {
    background: linear-gradient(135deg, var(--vodom-deep) 0%, var(--vodom-deep-2) 100%);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.2s var(--vodom-easing);
    white-space: nowrap;
}
.vodom-hero__search-btn:hover {
    transform: scale(1.03);
}

/* スタッツ */
.vodom-hero__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 40px;
}
.vodom-hero__stat {
    text-align: center;
    min-width: 140px;
}
.vodom-hero__stat-num {
    display: block;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, var(--vodom-gold) 0%, var(--vodom-gold-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    margin-bottom: 8px;
}
.vodom-hero__stat-unit {
    font-size: 0.5em;
    margin-left: 4px;
}
.vodom-hero__stat-label {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,0.75);
    font-weight: 500;
}
.vodom-hero__stat-divider {
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.2), transparent);
}

@media (max-width: 600px) {
    .vodom-hero__search { padding: 8px 8px 8px 16px; }
    .vodom-hero__search-btn { padding: 10px 16px; font-size: 13px; }
    .vodom-hero__stat-divider { display: none; }
    .vodom-hero__stats { gap: 24px 32px; }
}

/* ============================================
   2. ピックアップ作品
   ============================================ */
.vodom-featured {
    background: var(--vodom-bg);
    padding: clamp(64px, 8vw, 96px) 24px;
    position: relative;
    margin-top: -60px;
    z-index: 2;
}
.vodom-featured__inner {
    max-width: 1080px;
    margin: 0 auto;
}
.vodom-featured__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: linear-gradient(135deg, var(--vodom-gold) 0%, var(--vodom-pink) 100%);
    color: #fff;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
}
.vodom-featured__label-icon {
    font-size: 14px;
}
.vodom-featured__card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    background: linear-gradient(135deg, #fff 0%, #fafbfc 100%);
    border: 1px solid var(--vodom-line);
    border-radius: var(--vodom-radius-lg);
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    box-shadow: var(--vodom-shadow-sm);
    transition: transform 0.4s var(--vodom-easing), box-shadow 0.4s var(--vodom-easing);
}
.vodom-featured__card:hover {
    transform: translateY(-4px);
    box-shadow: var(--vodom-shadow-lg);
}
.vodom-featured__visual {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: linear-gradient(135deg, var(--vodom-deep), var(--vodom-deep-2));
}
.vodom-featured__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--vodom-easing);
}
.vodom-featured__card:hover .vodom-featured__visual img {
    transform: scale(1.05);
}
.vodom-featured__visual-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 96px;
    opacity: 0.4;
}
.vodom-featured__visual-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(4,56,76,0.3) 100%);
}
.vodom-featured__body {
    padding: clamp(32px, 5vw, 56px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vodom-featured__tag {
    display: inline-block;
    padding: 4px 12px;
    background: var(--vodom-deep);
    color: #fff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    width: fit-content;
    margin-bottom: 20px;
}
.vodom-featured__title {
    font-size: clamp(20px, 2.4vw, 28px);
    line-height: 1.45;
    font-weight: 800;
    margin: 0 0 16px;
    color: var(--vodom-text);
    background: none !important;
    padding: 0 !important;
}
.vodom-featured__title::before,
.vodom-featured__title::after { content: none !important; }
.vodom-featured__excerpt {
    font-size: 14px;
    line-height: 1.8;
    color: var(--vodom-text-sub);
    margin: 0 0 28px;
}
.vodom-featured__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vodom-deep);
    font-weight: 700;
    font-size: 14px;
    transition: gap 0.3s var(--vodom-easing);
}
.vodom-featured__card:hover .vodom-featured__cta {
    gap: 14px;
}
.vodom-featured__cta svg {
    transition: transform 0.3s var(--vodom-easing);
}

@media (max-width: 768px) {
    .vodom-featured__card { grid-template-columns: 1fr; }
    .vodom-featured__visual { aspect-ratio: 16/9; }
}

/* ============================================
   セクション共通
   ============================================ */
.vodom-section {
    padding: clamp(80px, 10vw, 120px) 24px;
}
.vodom-section--vods {
    background: linear-gradient(180deg, var(--vodom-bg) 0%, #f0f4f8 100%);
}
.vodom-section--ranking {
    background: #fff;
}
.vodom-section--categories {
    background: linear-gradient(180deg, #fff 0%, #fafbfc 100%);
}
.vodom-section--recent {
    background: var(--vodom-bg);
}
.vodom-section__inner {
    max-width: 1080px;
    margin: 0 auto;
}
.vodom-section__header {
    text-align: center;
    margin-bottom: 56px;
}
.vodom-section__header--row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    text-align: left;
}
.vodom-section__chip {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(4,56,76,0.08);
    color: var(--vodom-deep);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.vodom-section__chip--gold {
    background: linear-gradient(135deg, var(--vodom-gold) 0%, var(--vodom-gold-2) 100%);
    color: var(--vodom-text);
}
.vodom-section__chip--pink {
    background: linear-gradient(135deg, var(--vodom-pink) 0%, var(--vodom-pink-2) 100%);
    color: #fff;
}
.vodom-section__chip--white {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
}
.vodom-section__title {
    font-size: clamp(24px, 3.5vw, 38px);
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 12px;
    color: var(--vodom-text);
    background: none !important;
    padding: 0 !important;
}
.vodom-section__title::before,
.vodom-section__title::after { content: none !important; }
.vodom-section__lead {
    color: var(--vodom-text-sub);
    margin: 0;
    font-size: 14px;
}
.vodom-section__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--vodom-deep);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: gap 0.3s var(--vodom-easing);
}
.vodom-section__more:hover {
    gap: 14px;
}

/* ============================================
   3. VOD早見表(ブランドカード)
   ============================================ */
.vodom-vod-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
@media (max-width: 1080px) {
    .vodom-vod-grid { grid-template-columns: repeat(3, 1fr); }
    .vodom-vod-grid > :nth-child(4),
    .vodom-vod-grid > :nth-child(5) {
        grid-column: span 1;
    }
}
@media (max-width: 720px) {
    .vodom-vod-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .vodom-vod-grid { grid-template-columns: 1fr; }
}
.vodom-vod-card {
    --vod-color: var(--vodom-deep);
    --vod-bg: var(--vodom-deep);
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 24px;
    background: var(--vodom-card-bg);
    border-radius: var(--vodom-radius-md);
    border: 1px solid var(--vodom-line);
    color: var(--vodom-text);
    text-decoration: none;
    transition: transform 0.4s var(--vodom-easing), box-shadow 0.4s var(--vodom-easing), border-color 0.3s;
    overflow: hidden;
}
.vodom-vod-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--vod-color);
    border-radius: 4px 4px 0 0;
}
.vodom-vod-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, var(--vod-color), transparent 70%);
    opacity: 0.08;
    pointer-events: none;
    transition: opacity 0.4s var(--vodom-easing);
}
.vodom-vod-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--vodom-shadow-md);
    border-color: transparent;
}
.vodom-vod-card:hover::after {
    opacity: 0.18;
}
.vodom-vod-card__logo {
    font-size: 18px;
    font-weight: 900;
    color: var(--vod-color);
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}
.vodom-vod-card__price {
    font-size: 28px;
    font-weight: 900;
    color: var(--vodom-text);
    line-height: 1;
    margin-bottom: 6px;
}
.vodom-vod-card__price-yen {
    font-size: 16px;
    margin-right: 2px;
    color: var(--vodom-text-sub);
}
.vodom-vod-card__price-suffix {
    font-size: 13px;
    font-weight: 500;
    color: var(--vodom-text-sub);
    margin-left: 4px;
}
.vodom-vod-card__trial {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(6, 214, 160, 0.12);
    color: #04a07b;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    width: fit-content;
}
.vodom-vod-card__features {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 24px;
    flex: 1;
}
.vodom-vod-card__features span {
    font-size: 12px;
    color: var(--vodom-text-sub);
    line-height: 1.5;
}
.vodom-vod-card__cta {
    font-size: 13px;
    font-weight: 700;
    color: var(--vod-color);
    padding-top: 16px;
    border-top: 1px solid var(--vodom-line);
    transition: padding-left 0.3s var(--vodom-easing);
}
.vodom-vod-card:hover .vodom-vod-card__cta {
    padding-left: 4px;
}

/* ============================================
   4. 人気記事ランキング
   ============================================ */
.vodom-ranking {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vodom-ranking__item {
    display: grid;
    grid-template-columns: 80px 180px 1fr 32px;
    gap: 24px;
    align-items: center;
    padding: 20px;
    background: var(--vodom-card-bg);
    border-radius: var(--vodom-radius-md);
    border: 1px solid var(--vodom-line);
    color: inherit;
    text-decoration: none;
    transition: transform 0.4s var(--vodom-easing), box-shadow 0.4s var(--vodom-easing), border-color 0.3s;
}
.vodom-ranking__item:hover {
    transform: translateX(6px);
    box-shadow: var(--vodom-shadow-md);
    border-color: var(--vodom-deep);
}
.vodom-ranking__rank {
    position: relative;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--vodom-deep) 0%, var(--vodom-deep-2) 100%);
    border-radius: var(--vodom-radius-sm);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}
.vodom-ranking__item[data-rank="1"] .vodom-ranking__rank {
    background: linear-gradient(135deg, #ffd166 0%, #ff9f1c 100%);
    color: var(--vodom-text);
    box-shadow: 0 8px 24px rgba(255, 159, 28, 0.35);
}
.vodom-ranking__item[data-rank="2"] .vodom-ranking__rank {
    background: linear-gradient(135deg, #cbd5e1 0%, #94a3b8 100%);
    color: var(--vodom-text);
}
.vodom-ranking__item[data-rank="3"] .vodom-ranking__rank {
    background: linear-gradient(135deg, #d4a574 0%, #a0734c 100%);
}
.vodom-ranking__rank-label {
    font-size: 10px;
    font-weight: 600;
    opacity: 0.7;
    letter-spacing: 0.1em;
    margin-bottom: 2px;
}
.vodom-ranking__rank-num {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}
.vodom-ranking__thumb {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #f1f5f9, #e5e7eb);
    border-radius: var(--vodom-radius-sm);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vodom-ranking__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vodom-ranking__thumb-placeholder {
    font-size: 36px;
    opacity: 0.3;
}
.vodom-ranking__body {
    min-width: 0;
}
.vodom-ranking__title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--vodom-text);
    line-height: 1.4;
    background: none !important;
    padding: 0 !important;
}
.vodom-ranking__title::before,
.vodom-ranking__title::after { content: none !important; }
.vodom-ranking__excerpt {
    font-size: 13px;
    color: var(--vodom-text-sub);
    line-height: 1.6;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.vodom-ranking__meta {
    display: flex;
    gap: 16px;
    font-size: 12px;
    color: var(--vodom-text-mute);
}
.vodom-ranking__arrow {
    font-size: 20px;
    color: var(--vodom-text-mute);
    transition: transform 0.3s var(--vodom-easing), color 0.3s;
}
.vodom-ranking__item:hover .vodom-ranking__arrow {
    transform: translateX(6px);
    color: var(--vodom-deep);
}

@media (max-width: 768px) {
    .vodom-ranking__item {
        grid-template-columns: 64px 1fr;
        gap: 16px;
        padding: 16px;
    }
    .vodom-ranking__thumb { display: none; }
    .vodom-ranking__arrow { display: none; }
    .vodom-ranking__rank { width: 64px; height: 64px; }
    .vodom-ranking__rank-num { font-size: 24px; }
}

/* ============================================
   5. カテゴリエントランス
   ============================================ */
.vodom-categories {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
.vodom-cat-card {
    position: relative;
    padding: 40px 28px 32px;
    background: var(--vodom-card-bg);
    border-radius: var(--vodom-radius-lg);
    border: 1px solid var(--vodom-line);
    color: var(--vodom-text);
    text-decoration: none;
    transition: transform 0.4s var(--vodom-easing), box-shadow 0.4s var(--vodom-easing);
    overflow: hidden;
}
.vodom-cat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--vodom-pink) 0%, var(--vodom-gold) 100%);
    opacity: 0;
    transition: opacity 0.4s var(--vodom-easing);
    pointer-events: none;
}
.vodom-cat-card:hover {
    transform: translateY(-8px) rotate(-1deg);
    box-shadow: var(--vodom-shadow-lg);
    color: #fff;
}
.vodom-cat-card:hover::before {
    opacity: 1;
}
.vodom-cat-card > * {
    position: relative;
    z-index: 1;
}
.vodom-cat-card__icon {
    font-size: 48px;
    margin-bottom: 16px;
    display: inline-block;
    transition: transform 0.4s var(--vodom-easing);
}
.vodom-cat-card:hover .vodom-cat-card__icon {
    transform: scale(1.2) rotate(-8deg);
}
.vodom-cat-card__title {
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 8px;
    color: inherit;
    background: none !important;
    padding: 0 !important;
}
.vodom-cat-card__title::before,
.vodom-cat-card__title::after { content: none !important; }
.vodom-cat-card__desc {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 20px;
    color: var(--vodom-text-sub);
    transition: color 0.4s var(--vodom-easing);
}
.vodom-cat-card:hover .vodom-cat-card__desc {
    color: rgba(255,255,255,0.9);
}
.vodom-cat-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(4,56,76,0.08);
    color: var(--vodom-deep);
    font-size: 16px;
    font-weight: 700;
    transition: background 0.4s var(--vodom-easing), color 0.4s, transform 0.3s var(--vodom-easing);
}
.vodom-cat-card:hover .vodom-cat-card__arrow {
    background: rgba(255,255,255,0.25);
    color: #fff;
    transform: translateX(6px);
}

/* ============================================
   6. 新着記事
   ============================================ */
.vodom-recent {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.vodom-recent__card {
    background: var(--vodom-card-bg);
    border-radius: var(--vodom-radius-md);
    overflow: hidden;
    border: 1px solid var(--vodom-line);
    transition: transform 0.4s var(--vodom-easing), box-shadow 0.4s var(--vodom-easing);
}
.vodom-recent__card:hover {
    transform: translateY(-6px);
    box-shadow: var(--vodom-shadow-md);
}
.vodom-recent__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.vodom-recent__thumb {
    position: relative;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, #f1f5f9, #e5e7eb);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.vodom-recent__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--vodom-easing);
}
.vodom-recent__card:hover .vodom-recent__thumb img {
    transform: scale(1.05);
}
.vodom-recent__thumb-placeholder {
    font-size: 56px;
    opacity: 0.3;
}
.vodom-recent__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    background: rgba(4,56,76,0.92);
    color: #fff;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.vodom-recent__body {
    padding: 20px 22px 24px;
}
.vodom-recent__title {
    font-size: 15px;
    font-weight: 700;
    color: var(--vodom-text);
    margin: 0 0 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: none !important;
    padding: 0 !important;
}
.vodom-recent__title::before,
.vodom-recent__title::after { content: none !important; }
.vodom-recent__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: var(--vodom-text-mute);
}
.vodom-recent__author {
    padding: 3px 10px;
    background: rgba(4,56,76,0.06);
    border-radius: 100px;
    color: var(--vodom-text-sub);
    font-weight: 600;
}

/* ============================================
   7. 編集部について
   ============================================ */
.vodom-about-section {
    position: relative;
    background: linear-gradient(135deg, #04384c 0%, #021823 100%);
    color: #fff;
    padding: clamp(80px, 12vw, 140px) 24px;
    overflow: hidden;
    text-align: center;
}
.vodom-about-section__decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.vodom-about-section__decor-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 209, 102, 0.12) 0%, transparent 60%);
    animation: vodom-rotate 30s linear infinite;
}
@keyframes vodom-rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}
.vodom-about-section__inner {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}
.vodom-about-section__title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 900;
    margin: 16px 0 24px;
    color: #fff;
    background: none !important;
    padding: 0 !important;
}
.vodom-about-section__title::before,
.vodom-about-section__title::after { content: none !important; }
.vodom-about-section__text {
    font-size: 15px;
    line-height: 2;
    color: rgba(255,255,255,0.85);
    margin: 0 0 40px;
}
.vodom-about-section__by {
    display: inline-block;
    padding: 16px 32px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 100px;
    font-size: 13px;
    color: rgba(255,255,255,0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.vodom-about-section__by strong {
    background: linear-gradient(135deg, var(--vodom-gold) 0%, var(--vodom-pink) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 900;
    margin: 0 4px;
}
.vodom-about-section__by span {
    display: block;
    margin-top: 8px;
    font-size: 11px;
    color: rgba(255,255,255,0.65);
}
