.page-access-contents {
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* これで折り返しが可能になる */
    gap: 20px;
}

.page-access-contents li {
    margin: 30px 0;
}

.page-access-contents iframe {
    max-width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    border-radius: 16px;
    border: 2px gray solid;
}

img {
    max-width: 100%;
}

.lyrics {
    margin: 30px 0;
}