/* Chef Interview 共通 */
.home__interview {
    display: none; /* 250704非表示 */
    background-color: #F4F4F4;
    padding: 13.4% 0;
    font-family: "Noto Sans JP", sans-serif !important;
    margin-bottom: 17.5%;
}
/* 250704余白一旦復活 */
/* .home__lineup {
    margin-bottom: 0;
} */

/* SP（スマホ）用：横スクロールスライダー風 */
.home__interview__infos {
    padding: 0 48px;
}
.home__interview .inline {
    display: inline-block;
}
.home__interview .card-grid__title {
    margin-bottom: 7.7%;
    font-size: min(8.68vw, 64px);
    /* font-size: 32px; */
    line-height: 1.3;
    text-align: left;
    font-feature-settings: "palt";
}

.home__interview .card-grid__list ul li {
    text-align: center;
}

.home__interview .card-grid__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 16px;
    padding: 0 48px;
    max-width: 100vw;
    margin: 0;
    position: relative;
}

.home__interview .swiper-slide {
    padding: 0 9.1% 0 0;
    width: fit-content;
}
.home__interview .card-grid__list ul li a{
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.home__interview .card-grid__list ul li a:hover{
    opacity: 0.7;
}
.home__interview .swiper-slide img {
    max-width: 560px;
    margin-bottom: 7.5%;
}
.home__interview__name {
    font-size: min(5.34vw, 40px);
    font-weight: bold;
    margin-bottom: 5.2%;
}

.home__interview__text {
    font-size: min(4.8vw, 36px);
}
.interview__swiper .swiper-button-prev,.interview__swiper .swiper-button-next {
    width: 4.8vw;
    height: 4.8vw;
    margin-top: -14%;
}
.interview__swiper .swiper-button-next::after {
    border-right: 0.4em solid #000;
}
.interview__swiper.swiper-button-prev::after {
    border-left: 0.4em solid #000;
}
.interview__swiper .swiper-button-next::after,.interview__swiper.swiper-button-prev::after {
    border-top: 0.4em solid #000;
}
@media only screen and (min-width: 64em) {
    .home__interview {
        padding: 100px 0;
        margin-bottom: 131px;
    }

    .home__interview__infos {
        margin: 0 133px 64px;
        padding: 0;
        display: flex;
        width: auto;
        justify-content: space-between;
        align-items: flex-end;
    }

    .home__interview h3.home__interview__title {
        font-size: 56px;
        line-height: 68px;
        margin: 0;
        max-width: none;
        text-align: left;
    }

    .home__interview .card-grid__list {
        max-width: 1180px;
        width: 82%;
        margin-inline: auto;
        margin-bottom: 0;
        padding: 0;
    }

    .home__interview .card-grid__list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0;
    }

    .home__interview .card-grid__list ul li {
        display: flex;
        align-items: stretch;
        justify-content: center;
        width: 29.7%!important;
        padding-right: 0;
        margin-right: 0!important;
    }
    .home__interview .card-grid__list ul li a{
        flex-direction: column;
    }
    .home__interview .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        width: 100%;
    }

    .home__interview .swiper-slide img {
        width: 100%;
        aspect-ratio: 350 / 400;
        object-fit: cover;
        margin-bottom: 20px;
    }

    .home__interview__name {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .home__interview__text {
        font-size: 18px;
        color: #666;
    }
    .swiper-button-prev,.swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width: 576px) {
    .interview__swiper  ul {
        flex-wrap: nowrap;
        flex-direction: unset;
    }
}