/* Firework（TOPページ） */

html:has(body.is-top-page),
body.is-top-page,
body.is-top-page .wrapper {
    overflow-x: visible;
}

.index-other {
    overflow: visible;
}

.index-carousel {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1400px;
    width: 96vw;
    margin: 60px auto 40px;
    padding: 0;
    overflow: visible;
}

.index-carousel fw-embed-feed {
    display: block;
    width: 100%;
    max-width: 100%;
    --fw-thumbnail-justify: flex-start;
    --fw-thumbnail-gap: 16px;
}

fw-storyblock {
    display: block;
    z-index: 9999;
}
