@charset "utf-8";
.movie__content img {
    width: 100%;
}

.movie__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.movie__items {
    background: var(--white);
    box-shadow: var(--content_shadow);
    border-radius: 5px;
}

.movie__ttl {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
