@charset "utf-8";

/* ============================
lineUp
==============================*/
.section--lineUp {
    padding: 140px 0 80px;
}

.lineUpTpoImage__wrapper {
    width: fit-content;
    margin: 30px auto 60px;
}

.lineUp__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.lineUp__wrapper-exc {
    gap: 10px;
}

.lineUp__topImage {
    width: 92.5vw;
    padding: 0 10px;
}    

.lineUp__container {
    margin: 40px 30px 0;
    position: relative;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.lineUp__container:nth-of-type(7)::after {
    display: none;
}

.lineUp__container::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--primary-lightgray);
    display: block;
}

.lineUp__itemImage {
    width: 170px;
}

.lineUp__itemImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lineUp__container--hidden {
    opacity: 0;
    transform: translateY(30px);
}

.lineUp__container--visible {
    opacity: 1;
    transform: translateY(0);
}

.lineUp__label {
    width: fit-content;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 1.1rem;
    line-height: 1.3;
    font-family: "Noto Sans JP";
    background-color: var(--primary-gray);
}    

.lineUp__title {
    font-size: 2rem;
    font-weight: 600;
}    

.lineUp__items {
    display: flex;
}    

.lineUp__detail {
    font-size: 1.2rem;
    font-family: "Noto Sans JP";
    margin: -8px 0 0 4px;
}    

.lineUp__detailItem {
    width: 22px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 0.6px solid #000;
    background: rgba(217, 217, 217, 0.00);
    font-size: 1.1rem;
    font-family: "Noto Sans JP";
    margin: -4px 0 0 4px;
}    

.lineUp__detailItem-exc {
    font-size: 1.1rem;
    font-family: "Noto Sans JP";
    margin: -7px 0 0 4px;
}    

.lineUp__txt {
    max-width: 486px;
    margin: 20px auto 50px;
    font-size: 1.4rem;
}

.lineUp__txt--pc  {
    display: none;
}

.drink__wrapper {
    max-width: 500px;
    margin: 60px auto 0;
    padding: 0 20px;
}

.drink__img {
    width: 100vw;
    height: auto;
    display: block;
}

.drinkImg__wrapper {
    width: 100%;
}

.drink__txtWrapper  {
    background-color: rgba(42, 59, 32, 0.7);
    padding: 30px 10px 40px 30px;
    color: white;
}

.drink__title {
    font-size: 2rem;
    font-weight: 700;
}

.drink__txt {
    margin-top: 20px;
}

@media screen and (min-width: 769px) {
    .section--lineUp {
        padding: 250px 0;
    }

    .lineUp__subTopic {
        margin-top: 20px;
    }

    .lineUpTpoImage__wrapper {
        margin: 60px auto 60px;
    }

    .lineUp__topImage {
        width: 900px;
        padding: 0 40px;
    }

    .lineUp__container {
        max-width: 1440px;
        margin: 60px auto;
    }

    .lineUp__container:first-of-type {
        margin-top: 100px;
    }

    .lineUp__itemImage {
        width: 330px;
        height: 230px;
        overflow: visible
    }

    .lineUp__itemImage img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .lineUp__wrapper {
        display: flex;
        width: 100%;
        margin: 3px 0 60px;
    }

    .lineUp__inner {
        display: block;
    }

    .lineUp__titleWrapper {
        display: flex;
        align-items: center;
    }

    .lineUp__title {
        font-size: 2.4rem;
    }

    .lineUp__container {
        width: 100%;
        margin: 60px auto 0;
        padding: 0 20px;
        transition: opacity 0.6s ease, transform 0.6s ease;
    }

    .lineUp__txt {
        display: none;
    }

    .lineUp__txt--pc {
        width: min( 69vw,1000px);
        display: block;
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .lineUp__label {
        padding: 10px 12px;
        font-size: 1.2rem;
    }

    .lineUp__items {
        display: flex;
        margin: 14px 20px 0;
    }

    .lineUp__detail {
        font-size: 1.2rem;
        font-family: "Noto Sans JP";
        margin: -8px 0 0 4px;
    }

    .lineUp__detailItem {
        width: 22px;
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        border: 0.6px solid #000;
        background: rgba(217, 217, 217, 0.00);
        font-size: 1.1rem;
        font-family: "Noto Sans JP";
        margin: -4px 0 0 4px;
    }

    .lineUp__detailItem-exc {
        font-size: 1.1rem;
        font-family: "Noto Sans JP";
        margin: -7px 0 0 4px;
    }

    .drink__wrapper {
        display: flex;
        width: fit-content;
        margin: 120px auto 0;
        max-width: 1440px;
    }

    .drinkImg__wrapper {
        width: 400px;
    }

    .drink__img {
        height: 100%;
        object-fit: cover;
    }

    .drink__txtWrapper  {
        width: 46.11vw;
        padding: 30px;
        flex-grow: 1;
    }

    .drink__title {
        font-size: 2.4rem;
    }

    .drink__txt {
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .drink__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}/* pc 769px */
