.lineup-section {
    margin-bottom: 50px;
}

#lineup-main h2 {
    margin-bottom: 50px;
    text-align: center;
	font-family: var(--mi);
	font-weight: 400;
    span {
    background:linear-gradient(transparent 60%, #F9F4EF 60%);
	line-height: 2;
	font-size: 2rem;
    }
}
.lineup-main-section {
    display: flex;
    flex-direction: column;
}
.lineup-main-section .contents-group {
    display: contents;
}
.lineup-main-section .contents-group::before {
    display: block;
    content: '';
    width: 15px;
    height: 2px;
    background-color: var(--c3);
    margin-bottom: 12px;
}
.lineup-main-section h3 {
    font-family: var(--mi);
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
    order: 0;
}
.lineup-main-section img {
    order: 1;
    margin-bottom: 10px;
}
.lineup-main-section p {
    order: 2;
    margin-bottom: 16px;
}
.lineup-main-section table {
    order: 3;
    margin-bottom: 50px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.lineup-main-section table th, .lineup-main-section table td{
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 5px;
    line-height: 1;
}
.lineup-main-section table th {
    width: 30%;
    text-align: left;
    font-weight: 400;
    background-color: #f1f1f1;
}

#works {
    background-color: #fafafa;
    padding: 64px 0;
    margin-bottom: 64px;
}
#lineup-table {
    max-width: 1180px;
    overflow-x: scroll;
}
#lineup-table h2 {
    text-align: center;
    font-weight: 400;
    font-family: var(--mi);
}
#lineup-table .swipetxt {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 26px;
}
.lineup-chart {
    white-space: nowrap;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}
.lineup-chart thead th{
    background-color: #c8aa83;
    color: white;
    padding: 6px;
    font-size: 1.2rem;
    border-right: 1px solid white;
    border-bottom: 1px solid #c8aa83;
}
.lineup-chart thead th.blank {
    background-color: transparent;
}
.lineup-chart thead th:last-of-type {
    border-right: none;
}
.lineup-chart tbody {
    border-left: 1px solid #c8aa83;
}
.lineup-chart tbody th,
.lineup-chart tbody td{
    border-top: 1px solid #c8aa83;
    border-bottom: 1px solid #c8aa83;
    padding: 5px;
    line-height: 1;
    border-right: 1px solid #e1d5c3;
    font-feature-settings: "palt";
}
.lineup-chart tbody th {
    background-color: #f8f1e9;
    font-size: 1.2rem;
    font-weight: 600;
}
.lineup-chart tbody td {
    text-align: center;
    width: 33%;
    font-size: 1.1rem;
}
.lineup-chart tbody tr:nth-child(2n) th {
    background-color: #efe2d2;
}
.lineup-chart tbody tr:nth-child(2n) td {
    background-color: #f6f6f6;
}
.lineup-chart tbody td img {
    width: 20px;
    vertical-align: bottom;
}
#lineup-table .annotation {
    font-size: 1.1rem;
}

.performance-menu-list {
    flex-wrap: wrap;
    max-width: 820px;
    margin-bottom: 80px;
}

@media screen and (min-width: 960px) {
    .lineup-section {
        text-align: center;
        line-height: 2;
        margin-bottom: 100px;
    }
    .lineup-main-section {
        max-width: 1180px;
        flex-direction: row;
        gap: 80px;
        padding-right: 40px;
        margin-bottom: 150px;
        /* height: 560px; */
    }
    #lineup-main h2 {
        margin-bottom: 50px;
        span {
            font-size: 4.4rem;
        }
    }
    .lineup-main-section .contents-group {
        order: 2;
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        
    }
    .lineup-main-section .contents-group::before {
        width: 40px;
        height: 4px;
        margin-bottom: 32px;
    }
    .lineup-main-section h3 {
        font-size: 3.2rem;
        line-height: 1.4;
        margin-bottom: 32px;
    }
    .lineup-main-section img {
        margin-bottom: 0;
        align-self: flex-start;
    }
    .lineup-main-section p {
        line-height: 2;
        margin-bottom: 32px;
    }     
    .lineup-main-section table {
        margin-bottom: 0;
        margin-top: auto;
    }
    .lineup-main-section table th, .lineup-main-section table td{
        padding: 10px;
    }
    #lineup-table {
        overflow-x: auto;
    }
    .lineup-chart thead th {
        padding: 15px;
        font-size: 1.6rem;
    }
    .lineup-chart tbody th,
    .lineup-chart tbody td{
        padding: 15px;
        font-size: 1.6rem;
    }
    #lineup-table .annotation {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 1024px) {
    .swipetxt {
        display: none;
    }
}
@media screen and (min-width: 1320px) {
    .performance-menu-list {
        flex-wrap: nowrap;
        max-width: 1320px;
        margin-bottom: 80px;
    }
}

/* .reform-btn {
    position: relative;
    background: url(../img/lineup/reform-btn-bg.jpg);
    background-size: cover;
    background-position: center;
    max-width: 650px;
    width: 100%;
    text-align: center;
    height: 200px;
    margin: 0 auto;
    a {
        position: relative;
        z-index: 2;
        color: white;
        font-size: 2.8rem;
        font-family: var(--mi);
        display: inline-block;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    &::before {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(139, 110, 68, 0.85);
    }
} */
