@charset "UTF-8";

/* CSS Document */

.cashmere-page,
.cashmere-page * {
    box-sizing: border-box;
}

.cashmere-page {
    color: #403b36;
    background-color: #fff;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0.035em;
}

.cashmere-page img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.cashmere-page a {
    color: inherit;
}

.cashmere-container {
    width: 100%;
    margin: 0 auto;
}

.cashmere-inner {
    width: auto;
    margin: 0 16px;
}

.cashmere-hero {
    margin: 0 0 40px;
}

.cashmere-hero img {
    display: block;
    width: 100%;
}

.cashmere-archive-head {
    margin: 0 0 36px;
    text-align: center;
}

.cashmere-archive-head h1 {
    margin: 0 0 10px;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

.cashmere-archive-head p {
    margin: 0;
    color: #7b736b;
    font-size: 13px;
}

.cashmere-article-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 12px;
}

.cashmere-card {
    display: block;
    text-decoration: none;
}

.cashmere-card-image {
    overflow: hidden;
    background-color: #f7f3ed;
}

.cashmere-card-image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.35s ease;
}

.cashmere-card:hover .cashmere-card-image img {
    transform: scale(1.025);
}

.cashmere-card-date {
    margin: 12px 0 4px;
    color: #7b736b;
    font-size: 11px;
}

.cashmere-card-title {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    font-weight: bold;
}

/* カシミヤ特集一覧用 */

.cashmere-archive .ttl-lead {
  color: #403b36;
}

.cashmere-archive .backnumber_box {
  border-top-color: #9b7b55;
}

.cashmere-archive .list_item h3 {
  color: #403b36;
}

.cashmere-archive .list_item p {
  color: #7b736b;
}

@media screen and (min-width: 640px) {
    .cashmere-container {
        width: 1000px;
    }

    .cashmere-inner {
        width: 800px;
        margin: 0 auto;
    }

    .cashmere-hero {
        margin-bottom: 56px;
    }

    .cashmere-archive-head h1 {
        font-size: 26px;
    }

    .cashmere-article-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 28px 20px;
    }
}
