.lineup_menu {
    padding-bottom: 0;
    .low_mainh1 {
        margin-bottom: 96px;
    }
}
.maxwidth {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
}
.maximg img {
    border-radius: 0;
}
#lineup-lineup {
    padding-bottom: 105px;
    .more {
        a {
            width: 310px;
            .label {
                font-size: 16px;
                letter-spacing: 0.1em;
            }
        }
    }
}
#top-lineup {
    margin-top: 0;
}
.lineup_main {
    padding-top: 91px;
    padding-bottom: 160px;
}
.lineup_main__content {
    margin-top: 0;
    margin-bottom: 0;
    & + .lineup_main__content {
        margin-top: 120px;
    }
}
.lineup_main__mv--content {
    border-radius: 0;
    width: 55.1%;
    padding: 58px 154px 62px 50px;
}
.lineup_main__mv--logo {
    img {
        margin-bottom: 20px;
    }
    span {
        font-size: 18px;
        letter-spacing: 0.02em;
        margin-bottom: 20px;
    }
}
.lineup_main__mv--text {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 24px;
    margin: 0;
}
.lineup_main__mv--slider {
    margin-left: 48%;
    .slider-arrow {
        aspect-ratio: 1/1;
        height: 35px;
        position: absolute;
        &::before, &::after {
            content: '';
            position: absolute;
            inset: 0;
            background-size: contain;
            background-repeat: no-repeat;
            transition: opacity 0.3s;
        }
        &::before {
            background-image: url(../img/top/link-icon-b.svg);
        }
        &::after {
            background-image: url(../img/top/link-icon-w.svg);
            opacity: 0;
        }
        &.slider-prev {
            scale: -1 1;
            left: calc(50% - 4em);
        }
        &.slider-next {
            left: calc(50% );
        }
        &:hover {
            &::before {
                opacity: 0;
            }
            &::after {
                opacity: 1;
            }
        }
    }
    .slick-dots li {
        margin: 0 5px;
        width: 5px;
        height: 5px;
        &.slick-active button {
            background-color: #222;
        }
    }
    .slick-dots li button {
        margin: 0;
        padding: 0;
        width: 5px;
        height: 5px;
        font-size: 1px;
        border: 1px solid #222;
        border-radius: 9999px;
    }
    .slick-dots li button:before {
        content: '';
    }
}
.lineup_main__osusume {
    margin-bottom: 96px;
    .osusume__head {
        margin-bottom: 47px;
        width: 326px;
        height: 50px;
        &::before, &::after {
            border-color: #BBA378;
        }
        .label {
            em {
                color: #BBA378;
                span {
                    font-weight: bold;
                    &::before {
                        background-color: #BBA378;
                    }
                }
            }
        }
    }
    .osusume__list {
        display: flex;
        justify-content: center;
        gap: 35px;
    }
    .osusume__item {
        width: 256px;
        padding-top: 17px;
        padding-bottom: 23px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 24px;
        background:
            linear-gradient(#bba378, #bba378) left top,
            linear-gradient(#bba378, #bba378) left top,
            linear-gradient(#bba378, #bba378) right top,
            linear-gradient(#bba378, #bba378) right top,
            linear-gradient(#bba378, #bba378) left bottom,
            linear-gradient(#bba378, #bba378) left bottom,
            linear-gradient(#bba378, #bba378) right bottom,
            linear-gradient(#bba378, #bba378) right bottom;
        background-size:
            10px 2px,  /* 左上 横 */
            2px 10px,  /* 左上 縦 */
            10px 2px,  /* 右上 横 */
            2px 10px,  /* 右上 縦 */
            10px 2px,  /* 左下 横 */
            2px 10px,  /* 左下 縦 */
            10px 2px,  /* 右下 横 */
            2px 10px;  /* 右下 縦 */
        background-repeat: no-repeat;
        background-color: #F3EFE5;
    }
}
.lineup_main__modelhouse {
    max-width: 908px;
    width: 908px;
    margin-left: auto;
    margin-right: auto;
}
.lineup_main__modelhouse--ttl {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 102px;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 34px;
    background-image: url(../img/lineup/yane.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.lineup_main__modelhouse--content {
    padding-top: 58px;
    padding-bottom: 56px;
    gap: 60px;
    padding-left: 64px;
    padding-right: 64px;
    .cat {
        background-color: #222;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.02em;
        line-height: 28px;
        text-align: left;
        color: #fff;
        margin-bottom: 10px;
    }
    .examples__archive--content {
        width: 360px;
        margin: 0;
    }
    .mainimg {
        margin-bottom: 16px;
    }
    .examples__archive--day {
        font-size: 14px;
        letter-spacing: 0.02em;
        color: #7e9168;
        margin-bottom: 10px;
    }
    .examples__archive--ttl {
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 28px;
    }
}

@media only screen and (max-width: 780px) {
    #lineup-lineup {
        padding-bottom: 56px;
        .low_mainh1{
            margin-bottom: 48px;
        }
        #top-lineup {
            .tp_lineup__ttl {
                margin-bottom: 40px;
            }
            .sideframe {
                gap: 14px;
            }
            .label {
                font-size: 15px;
                line-height: 26px;
            }
            .tp_lineup__wrapper {
                padding-bottom: 48px;
            }
        }
    }
    .lineup_main {
        padding-bottom: 88px;
    }
    .lineup_main__mv {
        margin-bottom: 126px;
    }
    .lineup_main__mv--content_maxwidth {
        padding-left: 0;
        padding-right: 0;
    }
    .lineup_main__mv--content {
        width: 100%;
        padding-top: 48px;
        padding-left: 35px;
        padding-right: 35px;
        padding-bottom: 32px;
    }
    .lineup_main__mv--logo {
        margin-bottom: 20px;
        img {
            margin-bottom: 20px;
        }
        span {
            font-weight: bold;
            font-size: 16px;
            letter-spacing: 0.02em;
        }
    }
    .lineup_main__mv--text {
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 22px;
    }
    .lineup_main__mv--slider {
        bottom: 0;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        .slick-slide {
            margin: 0;
        }
        .lineup_main__mv--img img {
            aspect-ratio: 305/218;
            width: 81.33vw;
            height: auto;
        }
        .slider-arrow {
            bottom: -78px;
            &.slider-prev {
                left: calc(50% - 40px);
            }
            &.slider-next {
                left: calc(50% + 8px);
            }
        }
    }
    .lineup_main__osusume {
        margin-bottom: 56px;
        .osusume__head {
            gap: 20px;
            width: max-content;
            margin-bottom: 24px;
            .label {
                font-weight: bold;
                font-size: 16px;
                letter-spacing: 0.02em;
            }
        }
        .osusume__list {
            flex-direction: column;
            gap: 18px;
            padding-left: 47px;
            padding-right: 47px;
        }
        .osusume__item {
            width: 100%;
            padding-top: 14px;
            padding-bottom: 18px;
            font-weight: 500;
            font-size: 13px;
            letter-spacing: 0.02em;
            line-height: 23px;
        }
    }
    .lineup_main__modelhouse {
        width: 100%;
    }
    .lineup_main__modelhouse--ttl {
        height: 82px;
        margin: 0;
        padding: 0;
        background-image: 
            url(../img/lineup/yane.svg),
            linear-gradient(to bottom, transparent 0, transparent calc(100vw * 42 / 375), #fff calc(100vw * 42 / 375), #fff 100%);
        background-size: 
            100% auto;
        background-position: top center;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.02em;
    }
    .lineup_main__modelhouse--content {
        width: 100%;
        padding-top: 40px;
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 45px;
        margin-bottom: 24px;
        .examples__archive--ttl {
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 0.02em;
            line-height: 24px;
        }
    }
    .lineup_main__content {
        &:nth-of-type(n+2) {
            margin-top: 64px;
        }
    }

} /* end of mobile */