@charset "utf-8";

/* youtubeのレスポンシブ対応 */
.youtuber-press iframe ,
.youtuber-press-description iframe
{
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtuber-press-description
{
    word-break: break-all;
    white-space: pre-wrap;
}