@charset "UTF-8";

body.post-type-archive-post_works .thumbnail-wrap,
body.tax-cat_works .thumbnail-wrap {
    img {
        aspect-ratio: 8/5;
    }
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}
#loading.disappear {
    display: none;
}
#mv-youtube.appear {
    animation-name: PageAnimeAppear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#mv-youtube {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    z-index: 1;
    #player {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
}
#mv-youtube::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}
.html5-video-player {
    display: none;
}

/* 株式会社追記 */

#masthead {
    .link-logo {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
    }
    .logo-inc {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

@media screen and (max-width: 768px) {
    #masthead {
        .logo-inc {
            font-size: 1.2rem;
        }
    }
}
