
@charset "UTF-8";

/* MV調整 */

#topmv + section {
    padding-top: 0;
    background: #fff;
}

#topmv + section .content_wrapper {
    padding: 0;
}

#topmv + section a {
    pointer-events: none;
}

#topmv + section img {
    width: 100%;
    max-height: 100vh;
    object-fit: contain;
    object-position: center top;
}

header {
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
    background: linear-gradient(to left, rgba(168, 123, 234,0.9), rgba(251, 125, 132,0.9));
}

.scrolled header {
}