@media screen and (max-width: 750px) {
    .l-mv__title > span:first-child {
        font-size: 8vw;
    }
}

.c-menu-list {
    --column-count: 3;
}

@media screen and (max-width: 750px) {
    .c-menu-list {
    	--column-count: 2;
    }
}

section#type h4 {
    font-size: 1.6rem;
	font-family: var(--font-family-kiwi);
}
