.footer {
    width: 100%;
    background-color: #000;
}

.footerLine {
    width: 100%;
}

.footerContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2px 8px;
    padding: 10px 0;
}

.footerItem {
    display: block;
    font-family: 'Cormorant';
    padding: 2px 16px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    text-decoration: none;

    flex: 0 1 auto;
    white-space: nowrap;
}

.footer,
.footerLine,
.footerContent {
    height: auto;
}

.footerItem:link,
.footerItem:visited,
.footerItem:hover,
.footerItem:active {
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
}

.item01 { min-width: 240px; cursor: default; }
.item02 { min-width: 60px; }
.item03 { min-width: 140px; }
.item04 { min-width: 160px; }
.item05 { min-width: 110px; }
.item06 { min-width: 140px; }

@media (max-width: 640px) {
    .item01 {
        order: 10;
		width: calc(100wv - 20vw);
		padding-top: 24px;
		text-align: center;
    }
	.footerContent{
		padding: 48px 10vw 24px 10vw;
	}
}

/* OTHER */
#ast-scroll-top {
    background-color: #404040 !important;
    font-size: 15px;
}