@charset "UTF-8";

/* YouTube iframe styling to match image banner size */
.l-aside-pr__main article iframe {
    /* width: 100%;
    height: auto ;
    display: block;
    aspect-ratio: 16 / 9; */
}


.pc-logo source {
    margin: 10px;
}

/* PC用ロゴを若干小さく */
@media (min-width: 1024px) {
    .l-header__ys-logo picture {
        max-width: 70%;
    }
}

.l-header__logo-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.l-header__logo-block .l-header__ys-logo {
    margin: 0;
}

.l-header__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.5rem;
    margin-top: 1rem;
}

@media (max-width: 1024px) {
    .l-header__logo-block {
        flex-direction: row;
        justify-content: center;
    }

    .l-header__sns {
        margin-top: 0;
        margin-left: 1rem;
    }
}