    /* --- wholesale専用css --- */
    /* ========== Second View ========== */
    .secondview {
        padding: 60px 0;
    }

    .secondview__inner {
        max-width: 1000px;
        margin: 0 auto;
    }

    .secondview__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    .secondview__text {
        flex: 1 1 520px;
    }

    .secondview__lead {
        font-family: "Kiwi Maru", serif;
        font-size: 25px;
        color: #5c4141;
        line-height: 2;
        letter-spacing: 0.02em;
        text-align: center;
    }

    .secondview__media {
        flex: 1 1 540px;
        position: relative;
        min-height: 320px;
    }

    .secondview__img {
        display: block;
        height: auto;
    }

    .secondview__img--top {
        position: absolute;
        left: 0;
        top: 0;
        width: 276px;
    }

    .secondview__img--bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 360px;
    }


    .thirdview {
        padding: 90px 0;
        background-image: var(--thirdview-bg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .thirdview__inner {
        margin: 0 auto;
        padding: 0 20px;
    }

    .thirdview__content {
        margin: 0 auto;
        color: #fff;
        text-align: center;
    }

    .thirdview__title {
        font-size: 28px;
        margin-bottom: 50px;
    }

    .thirdview__desc {
        font-size: 18px;
        line-height: 1.6;
        font-weight: 400;
    }

    .lineup {
        background: #F7F3EB;
        padding: 60px 0;
    }

    .lineup__inner {
        max-width: 840px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .lineup__title {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 40px;
    }

    .lineup__item {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        margin-bottom: 30px;

        &:last-child {
            margin-bottom: 0;
        }
    }

    .lineup__media img {
        width: 350px;
        height: auto;
        display: block;
    }

    .lineup__body {
        flex: 1;
    }

    .lineup__eyebrow-container {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
        align-items: center;
    }

    .lineup__eyebrow {
        color: #DE7E02;
        font-size: 14px;
    }

    .lineup__heading {
        font-size: 20px;
        font-weight: 700;
    }

    .lineup__text {
        font-size: 16px;
        line-height: 1.6;
    }

    /* ========== Flow (PC) ========== */
    .flow {
        background: #F9F9F9;
        padding: 60px 0;
    }

    .flow__inner {
        max-width: 660px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .flow__title {
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 40px;
    }

    .flow__list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .flow__item {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .flow__num {
        font-family: "Roboto Slab", serif;
        font-weight: 600;
        font-size: 62px;
        line-height: 1;
        color: rgba(222, 126, 2, 0.2);
        /* #DE7E02 @ 20% */
    }

    .flow__list .flow__item:first-child .flow__num {
        letter-spacing: 0.085em;
        /* ≒ 8.5% */
    }

    .flow__content {
        flex: 0 0 auto;
        text-align: left;
    }

    .flow__heading {
        color: #DE7E02;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .flow__text {
        font-size: 16px;
        line-height: 1.6;
    }

    .flow__text-rink {
        color: #403B3A;
        text-decoration: underline;
    }

    .intro {
        background: #fff;
        padding: 60px 0;
    }

    .intro__inner {
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .intro__title {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .intro__subtitle {
        text-align: center;
        font-size: 18px;
        margin-bottom: 40px;
        font-weight: 400;
    }

    .intro__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .intro__card {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .intro__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .intro__overlay {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 16px;
    }

    .intro__caption {
        color: #fff;
        font-size: 16px;
        line-height: 1.7;
        margin: 0;
        padding-right: 40px;
    }

    .intro__cta {
        position: absolute;
        right: 14px;
        bottom: 24px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.9);
    }

    .intro__cta::before {
        content: "→";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 16px;
        line-height: 1;
    }

    .roast {
        background: #F7F3EB;
        padding: 60px 0;
    }

    .roast__inner {
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .roast__title {
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .roast__grid {
        display: flex;
        gap: 40px;
        align-items: start;
    }

    .roast__media img {
        width: 100%;
        height: auto;
        display: block;
    }

    .roast__body p {
        font-size: 16px;
        line-height: 1.6;
    }

    .cta {
        background: #fff;
        padding: 60px 0;
    }

    .cta__inner {
        max-width: 1040px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .cta__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 40px;
    }

    .cta__texts {
        flex: 1;
    }

    .cta__title {
        font-size: 28px;
        font-weight: 700;
        margin: 0 0 40px;
        text-align: center;
    }

    .cta__desc {
        font-size: 16px;
        line-height: 1.9;
    }

    .cta__row {
        display: flex;
        align-items: center;
        gap: 50px;
        justify-content: center;
        width: fit-content;
        margin: 0 auto;
    }

    .cta__desc {
        margin: 0;
        flex: 0 1 auto;
    }

    .cta__action {
        flex: 0 0 auto;
    }

    .cta__button {
        display: inline-block;
        background: #DE7E02;
        color: #fff;
        text-decoration: none;
        font-weight: 700;
        border-radius: 9999px;
        padding: 16px 100px;
        transition: opacity .2s ease;
        white-space: nowrap;
        position: relative;
    }

    .cta__button:hover {
        opacity: .9;
        text-decoration: none;
    }

    /* arrow icon on CTA button */
    .cta__button::after {
        content: "→";
        font-family: inherit;
        font-weight: 600;
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
    }

    .contact-embed__inner {
        max-width: 840px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .contact-embed__inner iframe {
        display: block;
        width: 100%;
        border: none;
    }

    .u-sp-br {
        display: none;
    }

    .top .footer {
        margin-top: 0;
    }

    @media screen and (max-width: 768px) {
        .secondview {
            padding: 40px 0 50px 0;
        }

        .secondview__text,
        .secondview__media {
            flex: none;
        }

        .secondview__inner {
            padding: 0px;
        }

        .secondview__container {
            flex-direction: column;
            gap: 24px;
        }

        .secondview__lead {
            font-size: 18px;
            line-height: 1.9;
        }

        .secondview__media {
            width: 100%;
            height: auto;
            min-height: 0;
        }

        .secondview__img--top {
            position: static;
            width: 280px;
            height: auto;
            display: block;
            margin-bottom: 10px;
            margin-left: auto;
        }

        .secondview__img--bottom {
            position: static;
            width: 330px;
            height: auto;
            display: block;
        }

        .thirdview {
            padding: 60px 0;
        }

        .thirdview__inner {
            padding: 0 10px;
        }

        .thirdview__title {
            font-size: 22px;
            margin-bottom: 30px;
        }

        .thirdview__desc {
            font-size: 16px;
        }

        /* lineup - SP */
        .lineup {
            padding: 48px 0;
        }

        .lineup__inner {
            padding: 0 10px;
        }

        .lineup__title {
            font-size: 22px;
            margin: 0 0 20px;
        }

        .lineup__item {
            display: block;
            margin-bottom: 30px;
        }

        .lineup__media img {
            width: 100%;
            height: auto;
            display: block;
        }

        .lineup__eyebrow-container {
            gap: 8px;
            margin: 8px 0px 2px;
            align-items: center;
        }

        .lineup__heading {
            font-size: 18px;
        }

        .lineup__text {
            font-size: 15px;
            line-height: 1.8;
        }

        /* flow - SP */
        .flow {
            padding: 50px 0;
        }

        .flow__inner {
            max-width: 100%;
            padding: 0 10px;
        }

        .flow__title {
            font-size: 22px;
            margin: 0 0 20px;
            text-align: center;
        }

        .flow__list {
            gap: 20px;
        }

        .flow__item {
            gap: 14px;
            display: grid;
            grid-template-columns: 62px 1fr;
            grid-column-gap: 10px;
            grid-row-gap: 2px;
            align-items: center;
        }

        .flow__num {
            font-size: 50px;
            text-align: right;
            width: 52px;
        }

        .flow__heading {
            font-size: 20px;
        }

        .flow__text {
            font-size: 16px;
            line-height: 1.8;
        }

        /* Allow text block to shrink and wrap properly */
        .flow__content {
            flex: 1 1 auto;
            min-width: 0;
            display: contents;
        }

        .flow__heading {
            grid-column: 2;
        }

        .flow__text {
            grid-column: 1 / -1;
        }

        /* intro - SP */
        .intro {
            padding: 50px 0;
        }

        .intro__inner {
            max-width: 100%;
            padding: 0 10px;
        }

        .intro__title {
            font-size: 22px;
            margin: 0 0 10px;
        }

        .intro__subtitle {
            font-size: 15px;
            margin: 0 0 20px;
            line-height: 1.4;
        }

        .intro__grid {
            grid-template-columns: 1fr;
            gap: 10px;
        }

        .intro__card {
            height: 220px;
            overflow: hidden;
        }

        .intro__overlay {
            padding: 12px;
        }

        .intro__caption {
            font-size: 14px;
            line-height: 1.6;
            padding-right: 40px;
        }

        .intro__cta {
            right: 12px;
            bottom: 12px;
            width: 32px;
            height: 32px;
        }

        .u-sp-br {
            display: block;
        }

        .contact-embed__inner {
            padding: 0 10px;
        }

        /* roast - SP */
        .roast {
            padding: 50px 0;
        }

        .roast__inner {
            padding: 0 10px;
        }

        .roast__title {
            font-size: 22px;
            margin-bottom: 30px;
        }

        .roast__grid {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .roast__body {
            order: -1;
            /* text above image */
        }

        .roast__body p {
            font-size: 15px;
            line-height: 1.8;
        }

        /* cta - SP */
        .cta {
            padding: 50px 0;
        }

        .cta__inner {
            max-width: 100%;
            padding: 0 10px;
        }

        .cta__title {
            font-size: 22px;
            margin-bottom: 30px;
        }

        .cta__row {
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            gap: 20px;
            width: 100%;
            margin: 0;
        }

        .cta__desc {
            text-align: center;
        }

        .cta__button {
            text-align: center;
            width: 100%;
            padding: 14px 48px;
        }

        .cta__button::after {
            right: 18px;
        }
    }