@charset "UTF-8";

.container-wrapper.bg-muted {
    background: var(--color-muted-bg);
}

.hero {
    width: 100%;
    max-width: 1920px;
    position: relative;
    aspect-ratio: 16 / 9;
    background-image: url('../images/top/slide_images/01_251226.webp?v=251226');
    background-size: cover;
    background-position: center;
}

.top-dl {
    margin-bottom: var(--space-lg);
    p {
        margin: 0;
    }
    dt::before {
        content: "【";
    }
    dt::after {
        content: "】";
    }
    .song-list {
        list-style-position: inside;
        margin: 0 0 16px;
        padding-left: 16px;
        li {
            margin-bottom: 6px;
        }
    }
}

.event-image {
    display: flex;
    justify-content: center;
    margin-bottom: var(--space-lg);
    img {
        width: 100%;
        max-width: 400px;
        height: auto;
        margin-top: var(--space-md);
    }
}

.separator.recruitment {
    width: 100%;
    aspect-ratio: 16 / 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/top/top_recruitment_bg.webp?v=251228);
    opacity: 0.5;
}
.instruments-table {
    width: 100%;
    margin: 0;
    div {
        display: flex;
        dt {
            width: 10rem;
            &::before,
            &::after {
                content: "";
            }
        }
        dd {
            margin: 0;
            &::after {
                content: "人";
            }
        }
    }
    .table-total {
        font-weight: bold;
    }
}

/* SNS section */
.sns-links {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-md);
    dt {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        svg {
            width: 24px;
            height: 24px;
            fill: var(--color-primary);
        }
    }
    dd {
        transition: opacity 0.2s;
        a {
            word-break: break-all;
            &:hover {
                opacity: 0.8;
            }
        }
    }
}
