a.linkLine::before {
    height: 0;
}
#search,#guide,#tagList {
    padding: 0 24px;
}
#tagList a {
    flex-basis: calc(50% - 12px);
    font-size: 24px;
}
main {
    min-width: 100%;
    padding: 122px 0 24px 0;
}
article {
    border-left: 0;
    border-right: 0;
}
#page {
    padding: 0 24px;
}
footer {
    position: relative;
    flex-direction: column;
    padding: 48px 48px 160px 48px;
}
footer span {
    font-size: 20px;
}
footer span a {
    font-size: 20px;
}
footer span:first-child {
    flex: none;
    margin-bottom: 12px;
}
#items .item {
    flex-basis: 100%;
}
#items .item a {
    border-left: 0;
    border-right: 0;
}
nav {
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    background: rgba(20, 20, 20, .88);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 24px;
    box-shadow: 0 -1px 0 var(--wrapBorder);
}
nav section {
    flex: 1;
}
nav section:hover {
    border: 1px var(--wrapBorder) solid;
}
nav section.index, nav section.search, nav section.tag {
    display: block !important;
}
nav section.goTop, nav section.goBottom {
    display: none;
}


#prompt {
    flex-basis: calc(50% - 12px);
}