/* イチ円動画 — ホーム簡素レイアウト */

.iev-body--home-simple .iev-topbar-inner {
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

.iev-body--home-simple .iev-topbar-left {
    flex: 1 1 auto;
    min-width: 0;
}

.iev-body--home-simple .iev-topbar-right {
    margin-left: auto;
    flex: 0 0 auto;
}

.iev-topbar-kids-lang {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    flex: 1 1 280px;
    justify-content: center;
    min-width: 0;
}

.iev-topbar-kids-lang__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    white-space: nowrap;
}

.iev-topbar-kids-lang__options {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.2rem;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.iev-topbar-kids-lang__btn {
    appearance: none;
    border: none;
    background: transparent;
    color: #4b5563;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    cursor: pointer;
    line-height: 1.3;
}

.iev-topbar-kids-lang__btn:hover {
    background: #eef2ff;
    color: #4338ca;
}

.iev-topbar-kids-lang__btn.is-active {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 1px 2px rgba(37, 99, 235, 0.25);
}

.iev-topbar-kids-lang__btn:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.iev-body--home-simple .iev-topnav a:not(.is-active):not(.iev-topnav-home):not([href$="/ichienser.php"]) {
    display: none;
}

.iev-body--home-simple .iev-topnav a.is-active,
.iev-body--home-simple .iev-topnav a.iev-topnav-home,
.iev-body--home-simple .iev-topnav a[href$="/ichienser.php"] {
    display: inline-flex;
}

.iev-home-simple {
    padding: 1.25rem 1rem 2.5rem;
    max-width: 1200px;
}

.iev-home-simple-search {
    display: flex;
    gap: 0.65rem;
    align-items: stretch;
    margin-bottom: 1.5rem;
}

.iev-home-simple-search__input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.65rem 0.9rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    font-size: 1rem;
    background: #fff;
}

.iev-home-simple-search__input:focus {
    outline: 2px solid #2563eb;
    outline-offset: 1px;
    border-color: #2563eb;
}

.iev-home-simple-search__btn {
    flex: 0 0 auto;
    border-radius: 999px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.iev-home-simple-heading {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
}

.iev-home-genre-multi-hint {
    margin: -0.35rem 0 0.75rem;
    font-size: 0.8125rem;
    color: #6b7280;
    line-height: 1.45;
}

.iev-home-simple-genre {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1.25rem;
}

.iev-home-simple-ichienser {
    margin: 0 0 1.5rem;
}

.iev-home-simple-ichienser__link {
    display: inline-flex;
}

.iev-home-simple-feed {
    margin-top: 0;
}

.iev-home-simple-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

.iev-footer--minimal {
    margin-top: 0;
    padding: 1.25rem 1rem 2rem;
    border-top: 1px solid #e5e7eb;
    background: #fafafa;
}

.iev-footer--minimal .iev-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.iev-footer-meta--solo {
    margin: 0;
    font-size: 0.92rem;
    color: #4b5563;
}

.iev-footer-meta--solo a {
    color: #2563eb;
    text-decoration: none;
}

.iev-footer-meta--solo a:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .iev-topbar-kids-lang {
        order: 3;
        flex: 1 1 100%;
        justify-content: flex-start;
    }

    .iev-topbar-kids-lang__label {
        flex: 1 1 100%;
    }

    .iev-home-simple-search {
        flex-direction: column;
    }

    .iev-home-simple-search__btn {
        width: 100%;
    }

    .iev-home-simple-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}
