@charset "utf-8";

/* ==================================================================

    lineup.css

=================================================================== */
.lineup {
    background-color: #EFEBE1;
}

.lineup__container {
    padding-top: 6rem;
    padding-bottom: 12rem;
}

.lineup__section {
    margin-bottom: 5rem;
}
.lineup__section:last-of-type {
    margin-bottom: 7rem;
}

.lineup__heading {
    width: 30rem;
    margin-bottom: 2.3rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.5rem solid;
    text-align: left;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.214;
}

.lineup__body {
    padding: 0 5rem;
}

.lineup__section.--activity .lineup__type {
    color: #5D0E0E;
}
.lineup__section.--activity .lineup__heading {
    border-color: #5D0E0E;
}
.lineup__section.--works .lineup__type {
    color: #455D0E;
}
.lineup__section.--works .lineup__heading {
    border-color: #455D0E;
}
.lineup__section.--slowlife .lineup__type {
    color: #0E2C5D;
}
.lineup__section.--slowlife .lineup__heading {
    border-color: #0E2C5D;
}

.lineup__description {
    margin-bottom: 4.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    color: #555;
}

.lineup__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.15rem;
}

.lineup__item {
    width: calc(100% / 3);
    margin-bottom: 3rem;
    padding: 0 2.15rem;
}

.lineup__link {
    display: block;
}

.lineup__image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    outline-width: 0.3rem;
    outline-style: inset;
    outline-color: transparent;
    transition: outline-color 0.4s;
}

.lineup__link:hover .lineup__image {
    outline-color: #000;
}

.lineup__caption {
    text-align: right;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.222;
}

/* SP用
----------- */
@media only screen and
(max-width : 767px) {
    .lineup__container {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }

    .lineup__section {
        margin-bottom: 6rem;
    }
    .lineup__section:last-of-type {
        margin-bottom: 8rem;
    }

    .lineup__heading {
        display: inline-block;
        width: unset;
        margin-bottom: 2.85rem;
        padding-bottom: 0.45rem;
        border-bottom: 0.3rem solid;
        text-align: center;
        font-size: 2rem;
        line-height: 1.214;
    }

    .lineup__body {
        padding: 0;
    }

    .lineup__description {
        margin-bottom: 3.5rem;
        font-size: 1.5rem;
        line-height: 1.733;
    }

    .lineup__list {
        display: block;
        margin: 0;
    }

    .lineup__item {
        width: 100%;
        margin-bottom: 3rem;
        padding: 0;
    }

    .lineup__link {
        display: block;
    }

    .lineup__caption {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.222;
    }
}
