/* =========================================
   キッチンカーLP Top
   ========================================= */

/* 固定ヘッダーの検索フォームを表示 */

/* ハンバーガーメニューを全幅表示 */
.l-header__menu {
    justify-content: flex-start;
}

.l-header__menu-wrap--left {
    width: 100% !important;
    max-width: 100% !important;
}

/* 固定フッターボタンのスタイルを保護 */
.l-header__fixed-bottom .c-button--white,
.l-header__fixed-bottom .c-button--orange {
    padding: min(0.694vw, 10px) min(1.875vw, 27px) !important;
    font-size: min(0.972vw, 14px) !important;
    width: fit-content !important;
    height: calc(min(3.472vw, 50px) + min(0.417vw, 6px)) !important;
    border-radius: min(1.389vw, 20px) !important;
    white-space: nowrap !important;
}

/* 検索フォームのドロップダウンを前面に表示（登録キッチンカーセクション専用） */
.p-kcowner__search-kitchencars .c-search-form__item {
    position: relative;
    z-index: 9999 !important;
}

.p-kcowner__search-kitchencars .c-search-form__fade {
    position: absolute;
    z-index: 10000 !important;
}

.p-kcowner__search-kitchencars .c-search-form__item--area.open,
.p-kcowner__search-kitchencars .c-search-form__item--category.open,
.p-kcowner__search-kitchencars .c-search-form__item--tag.open,
.p-kcowner__search-kitchencars .c-search-form__item--truck-type.open,
.p-kcowner__search-kitchencars .c-search-form__item--free-word.open {
    z-index: 10000 !important;
}

.p-kcowner__search-kitchencars .c-search-form__area,
.p-kcowner__search-kitchencars .c-search-form__category,
.p-kcowner__search-kitchencars .c-search-form__tag,
.p-kcowner__search-kitchencars .c-search-form__truck-type,
.p-kcowner__search-kitchencars .c-search-form__free-word {
    z-index: 10001 !important;
}

.p-kcowner__search-kitchencars .c-search-form__inner {
    position: relative;
    z-index: 9999;
}

/* 検索フォームのコンテナ（登録キッチンカーセクション専用） */
.p-kcowner__search-kitchencars .c-search-form--large {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.p-kcowner__search-kitchencars .c-search-form--large form {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* 検索ボタンを表示（登録キッチンカーセクション専用） */
.p-kcowner__search-kitchencars .c-search-form--large .c-button__search-form {
    position: relative;
    width: 56px;
    height: 56px;
    min-width: 56px;
    flex-shrink: 0;
    background: #005F4D;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    right: auto;
    top: auto;
    transform: none;
}

.p-kcowner__search-kitchencars .c-search-form--large .c-button__search-form:hover {
    background: #00a586;
}

.p-kcowner__search-kitchencars .c-search-form--large .c-button__search-form svg {
    width: 100%;
    height: 100%;
}

.p-kcowner__search-kitchencars .c-search-form--large .c-button__search-form-text {
    display: none;
}

:root {
    /* カラー */
    --color-primary-green: #005F4D;
    --green: #005F4D;
    --color-primary-orange: #FF5C00;
    --color-bg-beige: #F8F1EE;
    --color-bg-yellow: #FFCE66;
    --color-text-brown: #635853;
    --KCJ_gray: #635853;
    --color-white: #FFFFFF;
    --color-gray: #D9D9D9;

    /* フォント */
    --font-noto: 'Noto Sans JP', sans-serif;
    --font-clash: 'Clash Display', sans-serif;
}

/* =========================================
   Utility Classes
   ========================================= */

.u-bgBeige {
    background-color: var(--color-bg-beige);
}

.u-bgYellow {
    background-color: var(--color-bg-yellow);
}

.u-colorBrown {
    color: var(--color-text-brown);
}

.u-font--ClashDisplay {
    font-family: var(--font-clash);
}

.u-heading {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 38px;
    line-height: 1.48;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
}

.u-heading-sub {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
}

.u-textCenter {
    text-align: center;
}

.u-mb30 {
    margin-bottom: 30px;
}

.u-mb50 {
    margin-bottom: 50px;
}

.u-mb70 {
    margin-bottom: 70px;
}

.u-mt50 {
    margin-top: 50px;
}

.u-mt70 {
    margin-top: 70px;
}

/* =========================================
   Layout
   ========================================= */

.l-wrap {
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================
   Components - Buttons
   ========================================= */

.c-btn {
    display: inline-block;
    padding: 20px 60px;
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 21px;
    line-height: 1.48;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.c-btn--primary {
    background-color: var(--color-primary-orange);
    color: var(--color-white);
}

.c-btn--primary:hover {
    background-color: #E55200;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(255, 92, 0, 0.3);
}

.c-btn--secondary {
    background-color: var(--color-white);
    color: var(--color-primary-green);
}

.c-btn--secondary:hover {
    background-color: var(--color-primary-green);
    color: var(--color-white);
}

.c-btn--large {
    padding: 23px 80px;
}

.c-btn--xlarge {
    padding: 25px 100px;
}

/* =========================================
   Utility Classes
   ========================================= */

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

/* =========================================
   Hero Section
   ========================================= */

.p-kcowner__hero {
    position: relative;
    min-height: 950px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image:
        linear-gradient(rgba(83, 83, 83, 0.7), rgba(83, 83, 83, 0.7)),
        url('/images/renewal_design/kitchencar-lp/hero-bg-new.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 110px 0;
}

.p-kcowner__hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/renewal_design/kitchencar-lp/hero-bg-new.png');
    background-size: cover;
    background-position: center;
    filter: blur(7px);
    z-index: -1;
}

.p-kcowner__hero-content {
    width: 100%;
    max-width: 1600px; /* 1400px → 1600px に拡大 */
    margin: 0 auto;
    padding: 0 60px; /* 40px → 60px に拡大 */
    color: var(--color-white);
    z-index: 1;
}

.p-kcowner__hero-header {
    text-align: center;
    margin-bottom: 80px; /* 60px → 80px */
}

.p-kcowner__hero-title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.p-kcowner__hero-subtitle {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 42px;
    line-height: 1.48;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-bottom: 14px;
}

.p-kcowner__hero-subtitle-underline {
    position: absolute;
    bottom: 7px; /* 5px → 7px */
    left: 0;
    right: 0;
    height: 4px; /* 3px → 4px */
    background-color: var(--color-primary-orange);
}

.p-kcowner__hero-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 180px; /* 160px → 180px にさらに拡大 */
    align-items: center;
    padding: 0 40px; /* 左右に余白を追加 */
}

.p-kcowner__hero-image {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-kcowner__hero-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: scale(1.3); /* 1.2 → 1.3倍 */
}

.p-kcowner__hero-text {
    text-align: left;
    display: flex;
    flex-direction: column;
}

.p-kcowner__hero-main-text {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 33px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

.p-kcowner__hero-description {
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

.p-kcowner__hero-cta-image {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
}

.p-kcowner__hero-cta-image img {
    max-width: 270px;
    height: auto;
    object-fit: contain;
}

/* タブレット用の調整 */
@media (max-width: 1280px) {
    .p-kcowner__hero-content {
        max-width: 1200px;
        padding: 0 40px;
    }

    .p-kcowner__hero-main {
        gap: 120px;
        padding: 0 20px;
    }
}

/* =========================================
   Features Section
   ========================================= */

.p-kcowner__features {
    padding: 100px 0;
    background-color: var(--color-white);
}

.p-kcowner__feature-boxes {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 80%;
    margin: 0 auto 30px;
}

.p-kcowner__feature-box {
    background-color: rgba(255, 206, 102, 0.3);
    border-radius: 27px;
    padding: 25px 30px;
    text-align: center;
}

.p-kcowner__feature-box-content {
    font-family: var(--font-clash);
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
}

.p-kcowner__feature-note {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: right;
    color: var(--color-primary-green);
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.p-kcowner__features .u-heading {
    margin-bottom: 35px !important;
}

.p-kcowner__features-cta {
    margin-top: 20px !important;
}

/* =========================================
   Flow Section (ご利用の流れ)
   ========================================= */

.p-kcowner__flow .p-kcowner__flow-subtitle {
    margin-bottom: 35px !important;
}

.p-kcowner__flow {
    position: relative;
    padding: 180px 0 100px 0;
    background-color: #F8F1EE;
}

.p-kcowner__flow-arrow-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 250px solid transparent;
    border-right: 250px solid transparent;
    border-top: 120px solid var(--color-white);
}

.p-kcowner__flow-title {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.48;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
}

.p-kcowner__flow-subtitle {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
}

.p-kcowner__flow-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 70px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.p-kcowner__flow-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-kcowner__flow-step-content {
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: transparent;
    padding: 0px 30px;
    border-radius: 20px;
    width: 100%;
    max-height: 75px;
}

.p-kcowner__flow-step-number {
    font-family: var(--font-clash);
    font-weight: 600;
    color: var(--color-primary-green);
    flex-shrink: 0;
    min-width: 70px;
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('/images/renewal_design/kitchencar-lp/step-bg.png');
    background-size: cover;
    background-position: center;
    gap: 0;
    line-height: 1;
}

.p-kcowner__flow-step-number span {
    font-size: 14px;
    letter-spacing: 0.05em;
}

.p-kcowner__flow-step-number::after {
    content: attr(data-number);
    font-size: 32px;
    letter-spacing: 0.05em;
    margin-top: 2px;
}

.p-kcowner__flow-step-icon {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-kcowner__flow-step-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-kcowner__flow-step-title {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
    flex: 1;
    text-align: left;
}

.p-kcowner__flow-step-arrow {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-kcowner__flow-step-arrow img {
    width: 100%;
    height: auto;
}

.p-kcowner__flow-step:last-child .p-kcowner__flow-step-arrow {
    display: none;
}

.p-kcowner__flow-cta {
    text-align: center;
    margin-top: 70px;
}

.p-kcowner__flow-cta-text {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
    margin-bottom: 30px;
}

.p-kcowner__flow-cta .c-btn {
    padding: 23px 80px;
    font-size: 21px;
}

/* =========================================
   Reasons Section (選ばれる理由)
   ========================================= */

.p-kcowner__reasons {
    padding: 30px 0;
    background-color: #FFCE66;
}

.p-kcowner__reason-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
}

.p-kcowner__reason-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 413px;
    height: 410px;
    padding: 40px 30px;
    background-image: url('/images/renewal_design/kitchencar-lp/reason-card-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 27px;
    justify-self: center;
}

.p-kcowner__reason-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-shrink: 0;
}

.p-kcowner__reason-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-kcowner__reason-title {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.p-kcowner__reason-divider {
    width: 80%;
    height: 1px;
    background-color: var(--color-primary-green);
    margin-bottom: 20px;
}

.p-kcowner__reason-description {
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--color-text-brown);
    text-align: left;
    width: 100%;
}

/* =========================================
   Features Detail Section
   ========================================= */

.p-kcowner__features-detail {
    padding: 75px 0;
    background-color: #FFFFFF;
}

.p-kcowner__features-detail .l-wrap {
    max-width: 65%;
}

.p-kcowner__detail-items {
    margin: 0 auto;
    background-color: #FFF4DC;
    border-radius: 15px;
    padding: 40px;
}

.p-kcowner__detail-item {
    background-color: #FFF4DC;
    border-radius: 15px;
    padding: 40px;
}

.p-kcowner__detail-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
}

.p-kcowner__detail-number {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-kcowner__detail-number img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-kcowner__detail-title {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #635853;
    flex: 1;
}

.p-kcowner__detail-title-highlight {
    font-size: 30px;
    color: #635853;
}

.p-kcowner__detail-title-small {
    font-size: 19px;
    line-height: 43.76px;
    letter-spacing: 0.02em;
    color: #635853;
}

.p-kcowner__detail-title-large {
    font-size: 28px;
    line-height: 43.76px;
    letter-spacing: 0.02em;
    color: #635853;
}

.p-kcowner__detail-body {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 40px;
    margin-left: 50px;
}

.p-kcowner__detail-text-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
}

.p-kcowner__detail-main-text {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #635853;
    margin-top: 0;
    margin-bottom: 25px;
}

.p-kcowner__detail-sub-text {
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--color-text-brown);
    margin-top: 0;
    margin-bottom: 0;
}

.p-kcowner__detail-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.p-kcowner__detail-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

.p-kcowner__detail-image-overlay {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    width: 40%;
    height: auto;
    z-index: 2;
}

.p-kcowner__detail-image-overlay img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

.p-kcowner__features-cta {
    text-align: center;
}

.p-kcowner__features-cta-text {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
    margin-bottom: 40px;
}

.p-kcowner__features-cta-login {
    margin-top: 20px;
    margin-bottom: 30px;
}

.p-kcowner__features-cta-login a {
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

.p-kcowner__features-cta-login a:hover {
    opacity: 0.7;
}

/* 旧スタイルの保持（他の項目用） */
.p-kcowner__detail-item--reverse {
    direction: rtl;
}

.p-kcowner__detail-item--reverse .p-kcowner__detail-content {
    direction: ltr;
}

.p-kcowner__detail-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-kcowner__detail-icon {
    width: 100%;
    max-width: 200px;
}

.p-kcowner__detail-icon-placeholder {
    width: 120px;
    height: 120px;
    background-color: rgba(0, 95, 77, 0.1);
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
}

.p-kcowner__detail-description {
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--color-text-brown);
}

/* =========================================
   Spaces Section
   ========================================= */

.p-kcowner__spaces {
    padding: 30px 0;
}

.p-kcowner__spaces-title {
    font-family: var(--font-clash);
    font-weight: 600;
    font-size: 35px;
    line-height: 1.23;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
}

.p-kcowner__space-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.p-kcowner__space-category {
    text-align: center;
}

.p-kcowner__space-image {
    width: 100%;
    height: 272px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.p-kcowner__space-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-kcowner__space-title {
    font-family: var(--font-clash);
    font-weight: 600;
    font-size: 21px;
    line-height: 1.23;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
}

/* =========================================
   Mypage Preview Section
   ========================================= */

.p-kcowner__mypage-preview {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.p-kcowner__mypage-preview-title {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--color-text-brown);
}

.p-kcowner__mypage-preview-subtitle {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 29px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--color-text-brown);
}

.p-kcowner__mypage-screenshot {
    max-width: 75%;
    margin: 0 auto;
    padding: 20px;
}

.p-kcowner__mypage-screenshot video,
.p-kcowner__mypage-screenshot img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
    border: 2px solid #333;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* =========================================
   Reviews Section
   ========================================= */

.p-kcowner__reviews {
    padding: 100px 0;
}

.p-kcowner__reviews .l-wrap {
    max-width: 80%;
}

.p-kcowner__reviews-title {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--color-text-brown);
}

.p-kcowner__reviews-subtitle {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 29px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--color-text-brown);
}

.p-kcowner__review-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.p-kcowner__review-card {
    background-color: var(--color-white);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.09);
}

.p-kcowner__review-avatar {
    width: 110px;
    height: 110px;
    margin: 0 auto 30px;
    background-color: transparent;
    border-radius: 50%;
}

.p-kcowner__review-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.p-kcowner__review-text {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: var(--color-text-brown);
}

.p-kcowner__review-text-highlight {
    color: #FF5C00;
}

/* =========================================
   Search Kitchencars Section
   ========================================= */

.p-kcowner__search-kitchencars {
    padding: 70px 60px;
    background-color: #ffffff;
    position: relative;
    z-index: auto;
    overflow: visible;
}

.p-kcowner__search-kitchencars .l-wrap {
    overflow: visible;
}

/* スライダーコンテナを画面幅いっぱいに */
.p-kcowner__search-kitchencars .p-card-slider-rows {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-left: 0;
}

.p-kcowner__search-kitchencars .u-heading {
    color: var(--color-primary-green);
}

.p-kcowner__pickup-title {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 1.05px;
    text-align: center;
    color: #005F4D;
}

@media (max-width: 768px) {
    .p-kcowner__pickup-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .p-kcowner__search-kitchencars {
        padding: 70px 30px;
    }
}

@media (max-width: 480px) {
    .p-kcowner__search-kitchencars {
        padding: 70px 20px;
    }
}

/* =========================================
   Browse Kitchencars Section (Pickup Topics)
   ========================================= */

.p-kcowner__browse-kitchencars {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.p-kcowner__browse-kitchencars .u-heading {
    color: var(--color-primary-green);
}

.u-mb160 {
    margin-bottom: 160px;
}

.u-mb100--sp {
    margin-bottom: 100px;
}

.u-colorGreen {
    color: var(--color-primary-green);
}

/* PC Banner Grid Styles */
@media (min-width: 768px) {
    .p-banner-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

/* =========================================
   PR Section (Placeholder)
   ========================================= */

.p-kcowner__pr-section {
    height: 610px;
    background-color: #FFCE66;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================
   FAQ Section
   ========================================= */

.p-kcowner__faq {
    margin-bottom: 100px;
}

/* FAQ Container - Two Column Layout */
.p-kcowner__faq-container {
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 100px;
    max-width: 1500px;
    margin: 0 auto;
}

/* Left Navigation */
.p-kcowner__faq-nav {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.p-kcowner__faq-nav-title {
    font-family: var(--font-clash);
    font-weight: 600;
    font-size: 60px;
    line-height: 1.23;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
    margin: 0 0 18px 0;
}

.p-kcowner__faq-nav-subtitle {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
    margin: 0 0 50px 0;
}

.p-kcowner__faq-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

.p-kcowner__faq-link {
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #999999;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    padding-left: 20px;
    border-left: 5px solid transparent;
}

.p-kcowner__faq-link:hover {
    color: var(--color-primary-green);
}

.p-kcowner__faq-link--active {
    color: var(--color-primary-green);
    font-weight: 700;
    border-left-color: var(--color-primary-green);
}

.p-kcowner__faq-description {
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #635853;
    margin: 0 0 50px 0;
}

.p-kcowner__faq-view-all {
    display: inline-block;
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: var(--color-white);
    background-color: var(--color-primary-green);
    text-decoration: none;
    text-align: center;
    width: 400px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.p-kcowner__faq-view-all:hover {
    background-color: #004D3D;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 95, 77, 0.3);
}

/* Old Tab Styles (Deprecated but kept for compatibility) */
.p-kcowner__faq-tabs {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 50px;
}

.p-kcowner__faq-tab {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: 0.05em;
    padding: 10px 30px;
    border: none;
    background-color: rgba(99, 88, 83, 0.5);
    color: var(--color-white);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.p-kcowner__faq-tab--active {
    background-color: var(--color-primary-orange);
}

.p-kcowner__faq-tab:hover {
    background-color: var(--color-primary-orange);
}

.p-kcowner__faq-list {
    width: 100%;
}

.p-kcowner__faq-item {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--color-primary-green);
    overflow: visible;
}

.p-kcowner__faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 35px 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: opacity 0.3s ease;
}

.p-kcowner__faq-question:hover {
    opacity: 0.8;
}

.p-kcowner__faq-q-label {
    flex-shrink: 0;
    font-family: var(--font-clash);
    font-weight: 600;
    font-size: 41px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: var(--color-primary-green);
}

.p-kcowner__faq-q-text {
    flex: 1;
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: var(--color-text-brown);
}

.p-kcowner__faq-icon {
    flex-shrink: 0;
    font-size: 41px;
    font-weight: 300;
    color: var(--color-primary-green);
    transition: transform 0.3s ease;
}

.p-kcowner__faq-item.is-open .p-kcowner__faq-icon {
    transform: rotate(45deg);
}

.p-kcowner__faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0;
}

.p-kcowner__faq-item.is-open .p-kcowner__faq-answer {
    max-height: 800px;
    padding: 0 0 35px 0;
}

.p-kcowner__faq-a-text {
    font-family: var(--font-noto);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    color: var(--color-text-brown);
    margin: 0;
    padding-left: 0;
}

/* =========================================
   Final CTA Section
   ========================================= */

.p-kcowner__final-cta {
    padding: 30px 0;
}

.p-kcowner__final-cta-title {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--color-text-brown);
}

.p-kcowner__final-cta-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 30px auto;
    max-width: 80%;
}

.p-kcowner__final-cta-image-item {
    width: 100%;
    height: auto;
}

.p-kcowner__final-cta-image-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
}

.p-kcowner__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.p-kcowner__final-cta .c-btn {
    width: 450px;
    font-size: 26px;
}

.p-kcowner__final-cta .c-btn--secondary {
    box-shadow: 0px 4px 20px 5px #00000024;
}

/* =========================================
   Animations
   ========================================= */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.p-kcowner__flow-step,
.p-kcowner__feature-box,
.p-kcowner__review-card,
.p-kcowner__space-category,
.p-kcowner__detail-item {
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.is-visible {
    opacity: 1;
}

.p-kcowner__flow-step:nth-child(1) { animation-delay: 0.1s; }
.p-kcowner__flow-step:nth-child(2) { animation-delay: 0.2s; }
.p-kcowner__flow-step:nth-child(3) { animation-delay: 0.3s; }
.p-kcowner__flow-step:nth-child(4) { animation-delay: 0.4s; }
.p-kcowner__flow-step:nth-child(5) { animation-delay: 0.5s; }
.p-kcowner__flow-step:nth-child(6) { animation-delay: 0.6s; }
.p-kcowner__flow-step:nth-child(7) { animation-delay: 0.7s; }

.p-kcowner__feature-box:nth-child(1) { animation-delay: 0.1s; }
.p-kcowner__feature-box:nth-child(2) { animation-delay: 0.2s; }
.p-kcowner__feature-box:nth-child(3) { animation-delay: 0.3s; }
.p-kcowner__feature-box:nth-child(4) { animation-delay: 0.4s; }

.p-kcowner__review-card:nth-child(1) { animation-delay: 0.1s; }
.p-kcowner__review-card:nth-child(2) { animation-delay: 0.2s; }
.p-kcowner__review-card:nth-child(3) { animation-delay: 0.3s; }
.p-kcowner__review-card:nth-child(4) { animation-delay: 0.4s; }

.p-kcowner__detail-item:nth-child(1) { animation-delay: 0.1s; }
.p-kcowner__detail-item:nth-child(2) { animation-delay: 0.2s; }
.p-kcowner__detail-item:nth-child(3) { animation-delay: 0.3s; }
.p-kcowner__detail-item:nth-child(4) { animation-delay: 0.4s; }

.p-kcowner__space-category:nth-child(1) { animation-delay: 0.1s; }
.p-kcowner__space-category:nth-child(2) { animation-delay: 0.2s; }
.p-kcowner__space-category:nth-child(3) { animation-delay: 0.3s; }

/* =========================================
   Additional Sections
   ========================================= */

/* PR Section */
.p-kcowner__pr {
    padding: 30px 0;
    text-align: center;
}

.p-kcowner__pr-badge {
    display: inline-block;
    background-color: var(--color-primary-orange);
    color: var(--color-white);
    font-family: var(--font-clash);
    font-weight: 600;
    font-size: 25.74px;
    line-height: 1.23;
    letter-spacing: 0.05em;
    padding: 10px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

/* Latest Kitchencars */
.p-kcowner__latest-kc {
    padding: 30px 0;
    background-color: var(--color-white);
}

.p-kcowner__kc-search {
    max-width: 1000px;
    margin: 0 auto 50px;
    padding: 40px;
    background-color: var(--color-white);
    border-radius: 20px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
}

.p-kcowner__kc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.p-kcowner__kc-card {
    background-color: var(--color-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.09);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-kcowner__kc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
}

.p-kcowner__kc-card-image {
    width: 100%;
    height: 200px;
    background-color: var(--color-gray);
}

.p-kcowner__kc-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-kcowner__kc-card-content {
    padding: 20px;
}

.p-kcowner__kc-card-title {
    font-family: var(--font-noto);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-primary-green);
    margin-bottom: 10px;
}

.p-kcowner__kc-card-description {
    font-family: var(--font-noto);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: var(--color-text-brown);
}

/* =========================================
   Responsive Design
   ========================================= */

@media (max-width: 768px) {
    /* 固定フッターボタンのスタイルを保護（スマホ） */
    .l-header__fixed-bottom .c-button--white,
    .l-header__fixed-bottom .c-button--orange {
        padding: min(2.667vw, 20px) min(5.333vw, 40px) !important;
        font-size: min(3.733vw, 28px) !important;
        width: fit-content !important;
        height: auto !important;
        white-space: nowrap !important;
    }

    /* スマホ表示時の検索フォームモーダルのz-indexを固定フッターより高くする */
    .p-kcowner__search-kitchencars .c-search-form__fade {
        z-index: 10001 !important;
        pointer-events: auto !important;
    }

    .p-kcowner__search-kitchencars .c-search-form__item.open {
        z-index: 10001 !important;
    }

    .p-kcowner__search-kitchencars .c-search-form__area {
        z-index: 10002 !important;
        pointer-events: auto !important;
        touch-action: auto !important;
    }

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

    .c-btn--large,
    .c-btn--xlarge {
        max-width: 300px !important;
        width: 100% !important;
    }

    .u-heading {
        font-size: 18px;
    }

    .u-heading-sub {
        font-size: 18px;
    }

    .p-kcowner__hero {
        min-height: auto;
        padding: 100px 0 40px 0;
    }

    .p-kcowner__hero-content {
        padding: 0 20px;
    }

    .p-kcowner__hero-header {
        margin-bottom: 30px;
    }

    .p-kcowner__hero-title {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 45px;
    }

    .p-kcowner__hero-subtitle {
        font-size: 26px;
    }

    .p-kcowner__hero-main {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 10px;
    }

    .p-kcowner__hero-image {
        height: auto;
    }

    .p-kcowner__hero-image img {
        transform: scale(1.1);
    }

    .p-kcowner__hero-main-text {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .p-kcowner__hero-description {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .p-kcowner__hero-cta-image {
        justify-content: center;
    }

    .p-kcowner__hero-cta-image img {
        max-width: 250px;
    }

    .p-kcowner__features {
        padding: 40px 0;
    }

    .p-kcowner__feature-boxes {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 20px;
    }

    .p-kcowner__feature-box {
        padding: 20px 15px;
    }

    .p-kcowner__feature-box-content {
        font-size: 16px;
    }

    .p-kcowner__feature-note {
        font-size: 12px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .p-kcowner__flow {
        padding: 80px 0 40px 0;
    }

    .p-kcowner__flow-arrow-top {
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-top: 60px solid var(--color-white);
    }

    .p-kcowner__flow-title {
        font-size: 14px;
    }

    .p-kcowner__flow-subtitle {
        font-size: 14px;
    }

    .p-kcowner__flow-steps {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .p-kcowner__flow-step-content {
        flex-direction: column;
        gap: 5px;
        padding: 5px 10px;
        text-align: center;
        max-height: none;
    }

    .p-kcowner__flow-step-number {
        font-size: 12px;
        min-width: auto;
        width: 40px;
        height: 40px;
    }

    .p-kcowner__flow-step-number::after {
        font-size: 20px;
    }

    .p-kcowner__flow-step-number span {
        font-size: 10px;
    }

    .p-kcowner__flow-step-icon {
        width: 40px;
        height: 40px;
    }

    .p-kcowner__flow-step-title {
        font-size: 13px;
        text-align: center;
    }

    .p-kcowner__flow-step-arrow {
        width: 20px;
        height: 20px;
        margin: 3px 0;
    }

    .p-kcowner__flow-cta {
        margin-top: 40px;
    }

    .p-kcowner__flow-cta-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .p-kcowner__flow-cta .c-btn {
        padding: 15px 40px;
        font-size: 16px;
    }

    .p-kcowner__features-detail {
        padding: 40px 0;
    }

    .p-kcowner__features-detail .l-wrap {
        max-width: 100%;
    }

    .p-kcowner__detail-items {
        padding: 15px;
    }

    .p-kcowner__detail-item {
        padding: 20px 15px;
    }

    .p-kcowner__detail-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        margin-bottom: 5px;
    }

    .p-kcowner__detail-number {
        width: 50px;
        height: 50px;
    }

    .p-kcowner__detail-title {
        font-size: 16px;
        text-align: center;
    }

    .p-kcowner__detail-title-highlight {
        font-size: 16px;
    }

    .p-kcowner__detail-title-large {
        font-size: 20px;
    }

    .p-kcowner__detail-title-small {
        font-size: 16px;
    }

    .p-kcowner__detail-body {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 20px 15px;
        margin-left: 0;
    }

    .p-kcowner__detail-text-content {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .p-kcowner__detail-image {
        margin-top: 0;
    }

    .p-kcowner__detail-main-text {
        font-size: 13px;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }

    .p-kcowner__detail-sub-text {
        font-size: 11px;
        text-align: center;
        width: 100%;
        margin-bottom: 0;
    }

    .p-kcowner__features-cta {
        margin-top: 30px;
    }

    .p-kcowner__features-cta-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .p-kcowner__detail-description {
        font-size: 14px;
    }

    .p-kcowner__reasons {
        padding: 20px 0;
    }

    .p-kcowner__reason-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .p-kcowner__reason-card {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: auto;
        padding: 20px 15px;
        margin: 0 auto;
    }

    .p-kcowner__reason-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }

    .p-kcowner__reason-title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .p-kcowner__reason-description {
        font-size: 13px;
    }

    .p-kcowner__spaces-title {
        font-size: 14px;
    }

    .p-kcowner__space-categories {
        grid-template-columns: 1fr;
    }

    .p-kcowner__mypage-preview {
        padding: 40px 0;
    }

    .p-kcowner__mypage-preview .u-heading {
        font-size: 14px !important;
    }

    .p-kcowner__mypage-preview .p-kcowner__flow-subtitle {
        font-size: 11px !important;
    }

    .p-kcowner__mypage-preview-title {
        font-size: 15px;
    }

    .p-kcowner__mypage-preview-subtitle {
        font-size: 16px;
    }

    .p-kcowner__mypage-screenshot {
        max-width: 100%;
    }

    .p-kcowner__search-kitchencars .c-search-form--large .c-search-form__inner {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
    }

    .p-kcowner__search-kitchencars .c-search-form--large form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p-kcowner__search-kitchencars .c-search-form--large .c-button__search-form {
        position: static !important;
        transform: none !important;
        width: 60px !important;
        height: 60px !important;
        margin-top: 20px !important;
    }

    .p-kcowner__reviews {
        padding: 40px 0;
    }

    .p-kcowner__reviews .l-wrap {
        max-width: 100%;
    }

    .p-kcowner__reviews-title {
        font-size: 15px;
    }

    .p-kcowner__reviews-subtitle {
        font-size: 16px;
    }

    .p-kcowner__review-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .p-kcowner__review-card {
        padding: 25px 20px;
    }

    .p-kcowner__review-avatar {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .p-kcowner__review-text {
        font-size: 14px;
        line-height: 1.8;
    }

    .p-kcowner__final-cta {
        padding: 20px 0;
    }

    .p-kcowner__final-cta-title {
        font-size: 22px;
    }

    .p-kcowner__final-cta-images {
        grid-template-columns: repeat(2, 1fr);
        margin: 30px auto;
        gap: 15px;
    }

    .p-kcowner__final-cta-image-item img {
        border-radius: 8px;
    }

    .p-kcowner__final-cta .c-btn {
        min-width: auto;
        padding: 15px 30px;
        font-size: 16px;
    }

    .p-kcowner__cta-buttons {
        gap: 15px;
    }

    /* FAQ Two-Column Layout - Mobile */
    .p-kcowner__faq {
        margin-bottom: 60px;
    }

    .p-kcowner__faq-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .p-kcowner__faq-nav {
        gap: 20px;
    }

    .p-kcowner__faq-nav-title {
        font-size: 28px;
        margin: 0 0 10px 0;
    }

    .p-kcowner__faq-nav-subtitle {
        font-size: 22px;
        margin: 0 0 25px 0;
    }

    .p-kcowner__faq-links {
        gap: 12px;
        margin-bottom: 30px;
    }

    .p-kcowner__faq-link {
        font-size: 16px;
        padding-left: 12px;
        border-left-width: 3px;
    }

    .p-kcowner__faq-description {
        font-size: 14px;
        line-height: 1.8;
        margin: 0 0 30px 0;
    }

    .p-kcowner__faq-view-all {
        font-size: 16px;
        width: 280px;
        height: 60px;
        border-radius: 20px;
    }

    .p-kcowner__faq-question {
        padding: 20px 0;
        gap: 15px;
    }

    .p-kcowner__faq-q-label {
        font-size: 24px;
    }

    .p-kcowner__faq-q-text {
        font-size: 15px;
        line-height: 1.6;
    }

    .p-kcowner__faq-icon {
        font-size: 24px;
    }

    .p-kcowner__faq-answer {
        padding: 0;
    }

    .p-kcowner__faq-item.is-open .p-kcowner__faq-answer {
        padding: 0 0 20px 0;
    }

    .p-kcowner__faq-a-text {
        font-size: 15px;
        line-height: 1.7;
        padding-left: 0;
    }

    .c-btn {
        font-size: 16px;
        padding: 12px 25px;
    }

    .c-btn--large {
        padding: 15px 35px;
    }

    .c-btn--xlarge {
        padding: 18px 45px;
    }

    .p-kcowner__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .p-kcowner__cta-buttons .c-btn {
        width: 100%;
        max-width: 300px;
    }
}

/* =========================================
   Responsive Design - 340px以下
   ========================================= */

@media (max-width: 340px) {
    .p-kcowner__detail-main-text {
        font-size: 11px;
    }
}

/* =========================================
   Kitchen Car Slider Styles (2行表示用)
   ========================================= */

.p-card-slider {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.p-card-slider__swiper-container {
    overflow: visible !important;
}

.p-card-slider__swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

/* 新機能2行スライダー用のwrapper高さ制限 */
.p-card-slider__swiper-container-top .swiper-wrapper,
.p-card-slider__swiper-container-bottom .swiper-wrapper {
    height: auto !important;
    max-height: 600px;
}

.p-card-slider__swiper-slide {
    margin-bottom: 15px;
}

.p-card-slider__swiper-container-top .swiper-slide,
.p-card-slider__swiper-container-bottom .swiper-slide {
    width: 360px;
    height: auto !important;
}

/* カード自体の高さも最適化 */
.p-card-slider__swiper-container-top .c-card--large,
.p-card-slider__swiper-container-bottom .c-card--large {
    height: auto !important;
    min-height: 480px;
}

@media (min-width: 1920px) {
    .p-card-slider__swiper-container-top .swiper-slide,
    .p-card-slider__swiper-container-bottom .swiper-slide {
        width: 360px;
        height: auto !important;
    }
}

@media (max-width: 1600px) {
    .p-card-slider__swiper-container-top .swiper-slide,
    .p-card-slider__swiper-container-bottom .swiper-slide {
        width: 360px;
        height: auto !important;
    }
}

@media (max-width: 1280px) {
    .p-card-slider__swiper-container-top .swiper-slide,
    .p-card-slider__swiper-container-bottom .swiper-slide {
        width: 360px;
        height: auto !important;
    }
}

@media (max-width: 1024px) {
    .p-card-slider__swiper-container-top .swiper-slide,
    .p-card-slider__swiper-container-bottom .swiper-slide {
        width: 360px;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .p-card-slider__swiper-container-top .swiper-slide,
    .p-card-slider__swiper-container-bottom .swiper-slide {
        width: 318px;
        height: auto !important;
    }
}

.p-kcowner__search-kitchencars .c-card--small {
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 18px !important;
}

.p-kcowner__search-kitchencars .c-card--small .c-card__image-container {
    width: 90% !important;
    margin-inline: auto !important;
    margin-top: 3% !important;
}

.c-card--small {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    height: auto;
    flex-direction: column;
}

.c-card--small:hover {
    transform: translateY(-7px);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.15);
}

.c-card--small .c-card__image-container {
    position: relative;
    width: 100%;
    padding-top: 66.67%;
    overflow: hidden;
    border-radius: 18px 18px 0 0;
}

.c-card--small .c-card__image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-card--small .c-card__badge {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 52px;
    height: 52px;
}

.c-card--small .c-card__content {
    padding: 17px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.c-card--small .c-card__icon {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.c-card--small .c-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-card--small .c-card__title {
    font-size: 21px;
    font-weight: 700;
    color: var(--color-primary-green);
    margin: 0 0 7px 0;
    line-height: 1.4;
}

.c-card--small .c-card__title a {
    color: inherit;
    text-decoration: none;
}

.c-card--small .c-card__title a:hover {
    text-decoration: underline;
}

.c-card--small .c-card__location {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.3;
}

.c-card--small .c-card__info-container {
    margin-top: 15px;
}

.c-card--small .c-card__info-item {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 9px;
    font-size: 17px; /* 18px → 17px (5%減) */
    color: #333;
}

.c-card--small .c-card__info-item:last-child {
    margin-bottom: 0;
}

.c-card--small .c-card__info-item svg {
    width: 21px;
    height: 21px;
    flex-shrink: 0;
}

.c-card--small .c-card__info-item p {
    margin: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Navigation Buttons */
.p-card-swiper__button--next,
.p-card-swiper__button--prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

/* ホバー可能なデバイスのみ */
@media (hover: hover) {
    .p-card-swiper__button--next:hover,
    .p-card-swiper__button--prev:hover {
        opacity: 0.8;
    }
}

/* タッチデバイスでのクリックフィードバック */
.p-card-swiper__button--next:active,
.p-card-swiper__button--prev:active {
    opacity: 0.8;
}

.p-card-swiper__button--next {
    right: -10px;
}

.p-card-swiper__button--prev {
    left: -10px;
}

.p-card-swiper__button--next svg,
.p-card-swiper__button--prev svg {
    width: 40px;
    height: 40px;
}

/* Responsive Adjustments */
@media (max-width: 1280px) {
    .p-card-slider {
        max-width: 1200px;
    }
}

@media (max-width: 1024px) {
    .p-card-slider {
        max-width: 900px;
    }

    .c-card--small .c-card__content {
        padding: 16px; /* 12px → 16px (30%増) */
    }
}

@media (max-width: 768px) {
    .p-card-slider {
        padding: 0 15px;
    }

    .c-card--small .c-card__title {
        font-size: 21px; /* 16px → 21px (30%増) */
    }

    .c-card--small .c-card__info-item {
        font-size: 17px; /* 13px → 17px (30%増) */
    }
}

@media (max-width: 640px) {
    .p-card-slider__swiper-slide {
        margin-bottom: 16px; /* 12px → 16px (30%増) */
    }

    .c-card--small .c-card__content {
        padding: 13px; /* 10px → 13px (30%増) */
    }
}

/* =========================================
   2行独立スライダー用スタイル
   ========================================= */

.p-card-slider-rows {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1 !important;
}

.p-card-slider-row {
    position: relative;
    margin-bottom: 50px;
    z-index: 1 !important;
}

.p-card-slider-row:last-child {
    margin-bottom: 0;
}

.p-card-slider__swiper-container-top,
.p-card-slider__swiper-container-bottom {
    overflow: visible !important;
    max-height: 600px;
    height: auto;
}

/* 上段ナビゲーションボタン */
.p-card-swiper__button--next-top,
.p-card-swiper__button--prev-top {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.p-card-swiper__button--next-top {
    right: 20%;
}

.p-card-swiper__button--prev-top {
    left: 20%;
}

/* 下段ナビゲーションボタン */
.p-card-swiper__button--next-bottom,
.p-card-swiper__button--prev-bottom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.p-card-swiper__button--next-bottom {
    right: 20%;
}

.p-card-swiper__button--prev-bottom {
    left: 20%;
}

/* ホバー可能なデバイスのみ */
@media (hover: hover) {
    .p-card-swiper__button--next-top:hover,
    .p-card-swiper__button--prev-top:hover,
    .p-card-swiper__button--next-bottom:hover,
    .p-card-swiper__button--prev-bottom:hover {
        opacity: 0.8;
    }
}

/* タッチデバイスでのクリックフィードバック */
.p-card-swiper__button--next-top:active,
.p-card-swiper__button--prev-top:active,
.p-card-swiper__button--next-bottom:active,
.p-card-swiper__button--prev-bottom:active {
    opacity: 0.8;
}

.p-card-swiper__button--next-top svg,
.p-card-swiper__button--prev-top svg,
.p-card-swiper__button--next-bottom svg,
.p-card-swiper__button--prev-bottom svg {
    width: 40px;
    height: 40px;
}

/* Responsive Adjustments */
@media (max-width: 1280px) {
    .p-card-slider-rows {
        max-width: 1200px;
    }
}

@media (max-width: 1024px) {
    .p-card-slider-rows {
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    .p-card-slider-rows {
        padding-top: 0;
        padding-right: 15px;
        padding-left: 15px;
        /* padding-bottomは.u-pb80で指定 */
        margin-left: auto;
    }

    .p-card-slider-row {
        margin-left: 0;
    }

    .p-card-slider-row {
        margin-bottom: 15px;
    }

    /* ヘッダー検索フォームアクティブ時にLP内コンテンツを背後に隠す（スマホのみ） */
    /* このルールはwelcomeページの日本地図レイアウトに影響するため、コメントアウト */
    /* 代わりにJavaScript側で特定のページでのみ適用するように制御する必要があります */
    /*
    .l-header--scroll.js-form-active ~ main {
        position: fixed !important;
        left: 0 !important;
        width: 100% !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    */
}
