#lineup #sub-mv {
    padding-bottom: 60px;
}
#lineup #sub-mv .ttl {
    margin: 60px auto 40px;
}
#lineup #sub-mv .description {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
}
#lineup .content-nav {
    display: flex;
    justify-content: center;
}
#lineup .content-nav a {
    width: 218px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    background-color: #F1F0F0;
    padding: 22px 0;
    font-size: 30px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
}
#lineup .content-nav a:hover {
    color: #fff;
    background-color: #469461;
}
.lineup-block {
    width: 76%;
    max-width: 962px;
    margin: 0 auto;
}
.lineup-bnr {
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}
.lineup-bnr .txt {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.lineup-bnr .txt img {
    width: 240px;
}
.lineup-bnr .txt p {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.lineup-bnr .visual {
    width: 70%;
}

.lineup-table {
    position: relative;
}
.lineup-table p {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #262D35;
}
.lineup-table .content {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
}
.lineup-table .content dl {
    width: 32%;
    display: flex;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 5px;
}
.lineup-table .content dl:nth-child(3n) {
    margin-right: 0;
}
.lineup-table .content dt {
    width: 106px;
    font-size: 20px;
    color: #fff;
    background-color: #145220;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lineup-table .content dd {
    width: calc(100% - 106px);
    padding: 25px 0;
    color: #145220;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.lineup-table .flower {
    width: 66px;
    position: absolute;
    right: 0;
    bottom: 0;
}


.library {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.library .item {
    width: 32%;
    margin-bottom: 40px;
}
.library .item img {
    object-fit: cover;
    aspect-ratio: 6 / 5;
    border-radius: 30px;
}

#nature {
    padding: 110px 0 60px 0;
    background-color: #FEF2E2;
}
#sun {
    padding: 100px 0 60px 0;
    background-color: #fff;
}
#hinoki {
    padding: 100px 0 60px 0;
    background-color: #FEF2E2;
}
#japanese {
    padding: 100px 0 60px 0;
    background-color: #fff;
}
#sun .lineup-bnr .txt {
    background-color: #FEF2E2;
}
#japanese .lineup-bnr .txt {
    background-color: #FEF2E2;
}

#sun .lineup-table dl,
#japanese .lineup-table dl {
    border: 1px solid #F1F0F0;
}
#sun .lineup-table dt {
    background-color: #E6CC05;
}
#sun .lineup-table dd {
    color: #E6CC05;
}
#hinoki .lineup-table dt {
    background-color: #DEA335;
}
#hinoki .lineup-table dd {
    color: #DEA335;
}
#japanese .lineup-table dt {
    background-color: #7A4900;
}
#japanese .lineup-table dd {
    color: #7A4900;
}

@media screen and (max-width: 768px) {
    #lineup #sub-mv {
        padding-bottom: 145px;
    }
    #lineup #sub-mv .ttl {
        margin: 60px auto 40px;
    }
    #lineup #sub-mv .description {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 40px;
    }
    #lineup .content-nav {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #lineup .content-nav a {
        width: 48%;
        max-width: 270px;
        margin: 15px 0;
        padding: 11px 0;
        font-size: 20px;
        border-radius: 20px;
    }
    .lineup-block {
        width: calc(100% - 40px);
    }
    #nature .lineup-block {
        transform: translateY(-45px);
    }
    .lineup-bnr {
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
    .lineup-bnr .txt {
        width: 100%;
        background: none;
    }
    .lineup-bnr .txt img {
        width: 190px;
        margin-bottom: 10px;
    }
    .lineup-bnr .visual {
        width: 100%;
        margin-bottom: 40px;
    }
    .lineup-bnr .visual img {
        aspect-ratio: 67 / 40;
        object-fit: cover;
    }

    .lineup-table p {
        font-size: 15px;
        padding-bottom: 15px;
    }
    .lineup-table .block {
        width: calc(100% + 20px);
        overflow-x: scroll;
    }
    .lineup-table .content {
        width: 550px;
        margin: 0 auto 40px;
    }
    .lineup-table .content dt {
        width: 106px;
        font-size: 12px;
    }
    .lineup-table .content dd {
        width: calc(100% - 66.5px);
        font-size: 10px;
    }
    .lineup-table .flower {
        width: 33px;
        bottom: auto;
        top: -10px;
    }
    #nature .lineup-table .flower {
        width: 33px;
        bottom: auto;
        top: 0;
    }

    .library .item {
        width: 48%;
        margin-bottom: 15px;
    }
    .library .item img {
        object-fit: cover;
        aspect-ratio: 6 / 5;
        border-radius: 20px;
    }

    #nature {
        padding: 0 0 35px 0;
        background-color: #FEF2E2;
    }
    #sun {
        padding: 50px 0 35px 0;
        background-color: #fff;
    }
    #hinoki {
        padding: 50px 0 35px 0;
        background-color: #FEF2E2;
    }
    #japanese {
        padding: 50px 0 35px 0;
        background-color: #fff;
    }
    #sun .lineup-bnr .txt {
        background: none;
    }
    #japanese .lineup-bnr .txt {
        background: none;
    }

    #sun .lineup-table dl,
    #japanese .lineup-table dl {
        border: 1px solid #F1F0F0;
    }
    #sun .lineup-table dt {
        background-color: #E6CC05;
    }
    #sun .lineup-table dd {
        color: #E6CC05;
    }
    #hinoki .lineup-table dt {
        background-color: #DEA335;
    }
    #hinoki .lineup-table dd {
        color: #DEA335;
    }
    #japanese .lineup-table dt {
        background-color: #7A4900;
    }
    #japanese .lineup-table dd {
        color: #7A4900;
    }
}