
.column-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}


.column-breadcrumb {
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.column-breadcrumb .column-container {
    display: flex;
    align-items: center;
    gap: 14px;
}

.column-breadcrumb a {
    color: #555;
    text-decoration: none;
}

.column-breadcrumb a:hover {
    text-decoration: underline;
}



.column-top {
    width: 100%;
    background: #f7f6f2;
}

.column-top-inner {
    display: flex;
    max-width: 1400px;
    min-height: 420px;
    margin: 0 auto;
}

.column-top-content {
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 5%;
    background: #f7f6f2;
}

.column-en-title {
    display: block;
    margin-bottom: 5px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.14em;
    font-weight: 400;
    color: #222;
}

.column-ja-title {
    display: block;
    margin-bottom: 32px;
    font-size: 12px;
    letter-spacing: 0.15em;
    color: #555;
}

.column-top-content h1 {
    margin: 0 0 25px;
    font-family:
        "Noto Serif JP",
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;
    font-size: 32px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #222;
}

.column-top-content p {
    margin: 0;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #555;
}

.column-top-image {
    width: 56%;
    overflow: hidden;
}

.column-top-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}


.column-section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.column-section-heading span {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    margin-top: 20px;
    font-size: 26px;
    letter-spacing: 0.15em;
}

.column-section-heading i {
    display: block;
    width: 38px;
    height: 1px;
    margin: 12px auto 0;
    background: #58594f;
}

.column-category {
    padding: 65px 0 75px;
    background: #fff;
}

.column-category-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.column-category-item {
    display: block;
    text-align: center;
    color: #333;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.column-category-item:hover {
    transform: translateY(-5px);
}

.column-category-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f3f1eb;
    color: #746e4e;
    font-family: Georgia, serif;
    font-size: 27px;
}

.column-category-item h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.column-category-item p {
    margin: 0;
    font-size: 11px;
    line-height: 1.6;
    color: #777;
}

.column-pickup {
    padding: 0 0 80px;
}

.column-pickup-card {
    display: flex;
    width: 100%;
    border: 1px solid #e5e3dc;
    color: #333;
    text-decoration: none;
    overflow: hidden;
    transition:
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.column-pickup-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.column-pickup-image {
    width: 50%;
    overflow: hidden;
}

.column-pickup-image img {
    width: 100%;
    height: 100%;
    /* min-height: 275px; */
    object-fit: contain;
    display: block;
    transition: transform 0.5s ease;
    padding: 10px 0px 10px 20px;
}

.column-pickup-card:hover .column-pickup-image img {
    transform: scale(1.03);
}

.column-pickup-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.column-category-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #c5b145;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.column-pickup-content h2 {
    margin: 0 0 22px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.06em;
}

.column-pickup-content p {
    margin: 0;
    font-size: 14px;
    line-height: 2;
    color: #555;
}

.column-pickup-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

.column-pickup-bottom time {
    font-size: 11px;
    color: #999;
    letter-spacing: 0.05em;
}

.column-read-more {
    font-family: Georgia, serif;
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #c5b145;
    padding: 5px 20px;
    border: 1px solid;
}

.column-read-more span {
    margin-left: 12px;
    font-size: 18px;
    transition: margin-left 0.3s ease;
}

.column-pickup-card:hover .column-read-more span {
    margin-left: 18px;
}

.column-new {
    padding: 0 0 100px;
}

.column-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 20px;
}

.column-card {
    border: 1px solid #e5e3dc;
    background: #fff;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.column-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.column-card a {
    display: block;
    height: 100%;
    color: #333;
    text-decoration: none;
}

.column-card-image {
    width: 100%;
    overflow: hidden;
}

.column-card-image img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.column-card:hover .column-card-image img {
    transform: scale(1.04);
}

.column-card-content {
    padding: 20px 20px 17px;
}

.column-card-content .column-category-label {
    margin-bottom: 9px;
}

.column-card-label {
    margin-bottom: 14px;
    color: #c5b145;
    font-size: 16px;
}

.column-card-content h3 {
    min-height: 50px;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #555;
}

.column-card-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Georgia, serif;
    color: #c5b145;
    border: 1px solid #c5b145;
    margin-top: 5px;
}

.column-card-bottom span {
    font-size: 16px;
    transition: transform 0.3s ease;
    padding: 5px 0;
}

.column-card:hover {
    transform: translateX(2px);
}



@media screen and (max-width: 767px) {

    .column-container {
        padding: 0 10px;
    }


    /* Breadcrumb */

    .column-breadcrumb {
        padding: 14px 0;
        font-size: 10px;
    }

    .column-top-inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .column-top-content {
        width: 100%;
        padding: 38px 25px 45px;
    }

    .column-top-image {
        width: 100%;
    }

    .column-top-image img {
        min-height: auto;
        height: 280px;
    }

    .column-en-title {
        font-size: 32px;
    }

    .column-ja-title {
        margin-bottom: 22px;
    }

    .column-top-content h1 {
        font-size: 23px;
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .column-top-content p {
        font-size: 14px;
        line-height: 1.9;
    }


    /* Section Heading */

    .column-section-heading {
        margin-bottom: 28px;
    }

    .column-section-heading span {
        font-size: 18px;
    }


    /* Category */

    .column-category {
        padding: 45px 0 55px;
    }

    .column-category-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 12px;
    }

    .column-category-icon {
        width: 62px;
        height: 62px;
        margin-bottom: 12px;
        font-size: 23px;
    }

    .column-category-item h3 {
        font-size: 12px;
    }

    .column-category-item p {
        font-size: 10px;
    }

    .column-category-label {
        font-size: 18px;
        line-height: 1.4em;
    }


    /* Pick Up */

    .column-pickup {
        padding-bottom: 55px;
    }

    .column-pickup-card {
        display: flex;
        flex-direction: column;
    }

    .column-pickup-image {
        width: 100%;
    }

    .column-pickup-image img {
        min-height: auto;
        padding: 0;
    }

    .column-pickup-content {
        width: 100%;
        padding: 28px 22px 25px;
    }

    .column-pickup-content h2 {
        font-size: 16px;
        line-height: 1.65;
        margin-bottom: 17px;
    }

    .column-pickup-content p {
        font-size: 14px;
        line-height: 1.9;
    }

    .column-pickup-bottom {
        margin-top: 25px;
        justify-content: center;
    }

    .column-new {
        padding-bottom: 60px;
    }

    .column-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .column-card {
        display: flex;
        width: 100%;
        min-height: 125px;
        background: #fff;
        border: 1px solid #e5e3dc;
    }

    .column-card-content h3 {
        min-height: 60px;
        font-weight: 100;
    }

    .column-card-label {
        font-size: 15px;
    }

    .column-card a {
        width: 100%;
        height: 100%;
    }

    .column-card-image {
        width: 100%;
        aspect-ratio: auto;
        min-height: 125px;
        overflow: hidden;
    }

    .column-card-image img {
        width: 100%;
        height: 100%;
        min-height: 125px;
        object-fit: cover;
    }

    .column-card-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px 10px 12px;
    }

    .column-card-bottom span {
        font-size: 12px;
    }




}