/* =========================================================
   PROJECT LIFE VALUE
   CATEGORY ARCHIVE
   PC版
   ========================================================= */


/* =========================================================
   COCOON / GRAYISH 標準表示をカテゴリーだけ解除
   ========================================================= */


/* 標準ヘッダー */

body.category.skin-grayish .header-container {
    display: none !important;
}


/* Cocoon標準パンくず */

body.category .breadcrumb {
    display: none !important;
}


/* サイドバー */

body.category #sidebar,
body.category .sidebar {
    display: none !important;
}


/* Cocoon標準レイアウト解除 */

body.category #content,
body.category #content-in,
body.category .content-in {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* メイン */

body.category #main,
body.category .main {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
}



/* =========================================================
   CATEGORY PAGE 全体
   ========================================================= */

.plv-category-page {
    width: 100vw;

    margin-left: calc(50% - 50vw);

    background: #ffffff;

    color: #222;

    overflow: hidden;
}


.plv-category-page *,
.plv-category-page *::before,
.plv-category-page *::after {
    box-sizing: border-box;
}



/* =========================================================
   HEADER
   ========================================================= */

.plv-header {
    width: 100%;
    height: 76px;

    position: relative;
    z-index: 10;

    background: rgba(255, 255, 255, 0.98);

    border-bottom: 1px solid #e8e4dd;
}


.plv-header__inner {
    width: calc(100% - 80px);
    max-width: 1240px;
    height: 100%;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}



/* ブランド */

.plv-header__brand {
    display: flex;
    align-items: baseline;

    gap: 14px;

    color: #171717;
    text-decoration: none;
}


.plv-header__sub {
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 14px;

    letter-spacing: 0.05em;
}


.plv-header__name {
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 20px;

    letter-spacing: 0.12em;
}



/* ナビ */

.plv-header__nav {
    display: flex;
    align-items: center;

    gap: 38px;
}


.plv-header__nav a {
    color: #252525;
    text-decoration: none;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 15px;

    letter-spacing: 0.03em;

    transition: opacity 0.25s ease;
}


.plv-header__nav a:hover {
    opacity: 0.55;
}



/* =========================================================
   BREADCRUMB
   ========================================================= */

.plv-category-breadcrumb {
    width: 100%;

    background: #ffffff;

    border-bottom: 1px solid #eeeae4;
}


.plv-category-breadcrumb__inner {
    width: calc(100% - 80px);
    max-width: 1080px;

    margin: 0 auto;
    padding: 16px 0;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;

    color: #999;

    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 11px;
}


.plv-category-breadcrumb a {
    color: #777;
    text-decoration: none;
}


.plv-category-breadcrumb a:hover {
    color: #a47b3e;
}



/* =========================================================
   CATEGORY HERO
   ========================================================= */

.plv-category-hero {
    width: 100%;

    padding: 64px 40px 68px;

    background: #f8f6f1;

    border-bottom: 1px solid #e5e0d8;
}


.plv-category-hero__inner {
    width: 100%;
    max-width: 1080px;

    margin: 0 auto;
}


/* 英字ラベル */

.plv-category-hero__label {
    margin: 0 0 10px;

    color: #b58a45;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 13px;

    letter-spacing: 0.15em;
}


/* タイトル */

.plv-category-hero__title {
    margin: 0 0 16px;

    color: #222;

    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 38px;
    font-weight: 400;

    line-height: 1.5;

    letter-spacing: 0.065em;
}


/* 説明 */

.plv-category-hero__lead {
    margin: 0;

    color: #666;

    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 14px;

    line-height: 1.9;

    letter-spacing: 0.03em;
}



/* =========================================================
   ARTICLES SECTION
   ========================================================= */

.plv-category-articles {
    width: 100%;

    padding: 64px 40px 82px;

    background: #ffffff;
}


.plv-category-articles__inner {
    width: 100%;
    max-width: 1080px;

    margin: 0 auto;
}



/* =========================================================
   ARTICLES 見出し
   ========================================================= */

.plv-category-heading {
    margin-bottom: 30px;
}


.plv-category-heading__label {
    margin: 0 0 7px;

    color: #b58a45;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 11px;

    letter-spacing: 0.15em;
}


.plv-category-heading h2 {
    margin: 0;

    color: #252525;

    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 27px;
    font-weight: 400;

    line-height: 1.55;

    letter-spacing: 0.06em;
}



/* =========================================================
   ARTICLE LIST
   ========================================================= */

.plv-category-list {
    display: flex;
    flex-direction: column;

    gap: 14px;
}



/* =========================================================
   ARTICLE CARD
   ========================================================= */

.plv-category-item {
    width: 100%;

    border: 1px solid #dfdbd3;

    background: #ffffff;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.plv-category-item:hover {
    transform: translateY(-2px);

    box-shadow:
        0 7px 20px rgba(0, 0, 0, 0.055);
}


.plv-category-item__link {
    min-height: 205px;

    display: grid;

    grid-template-columns:
        310px minmax(0, 1fr);

    color: #222;
    text-decoration: none;
}



/* =========================================================
   ARTICLE IMAGE
   ========================================================= */

.plv-category-item__image {
    width: 100%;
    height: 100%;

    min-height: 205px;

    overflow: hidden;

    background: #ddd;
}


.plv-category-item__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.35s ease;
}


.plv-category-item:hover
.plv-category-item__image img {
    transform: scale(1.03);
}



/* アイキャッチ無し */

.plv-category-item__noimage {
    width: 100%;
    height: 100%;

    min-height: 205px;

    display: flex;
    align-items: center;
    justify-content: center;

    background:
        linear-gradient(
            135deg,
            #10283a 0%,
            #364e5e 65%,
            #b38a50 100%
        );

    color: rgba(255, 255, 255, 0.86);

    font-family:
        Georgia,
        serif;

    font-size: 12px;

    letter-spacing: 0.1em;
}



/* =========================================================
   ARTICLE BODY
   ========================================================= */

.plv-category-item__body {
    min-width: 0;

    padding: 25px 30px 23px;

    display: flex;
    flex-direction: column;
}



/* 日付・カテゴリー */

.plv-category-item__meta {
    margin-bottom: 9px;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 7px 15px;

    color: #9a8b78;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 11px;

    line-height: 1.6;

    letter-spacing: 0.03em;
}


.plv-category-item__categories {
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;
}



/* タイトル */

.plv-category-item__body h3 {
    margin: 0 0 10px;

    color: #222;

    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 19px;
    font-weight: 400;

    line-height: 1.6;

    letter-spacing: 0.035em;
}



/* 抜粋 */

.plv-category-item__excerpt {
    margin: 0 0 14px;

    color: #666;

    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 12px;

    line-height: 1.85;
}



/* 記事を読む */

.plv-category-item__more {
    margin-top: auto;

    color: #765e38;

    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 12px;

    letter-spacing: 0.03em;
}


.plv-category-item__more span {
    margin-left: 8px;
}



/* =========================================================
   EMPTY
   ========================================================= */

.plv-category-empty {
    margin: 0;

    padding: 28px;

    border: 1px solid #dfdbd3;

    background: #f8f6f1;

    color: #666;

    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 13px;
}



/* =========================================================
   PAGINATION
   ========================================================= */

.plv-category-pagination {
    margin-top: 42px;
}


.plv-category-pagination ul {
    margin: 0;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 7px;

    list-style: none;
}


.plv-category-pagination li {
    margin: 0;
    padding: 0;
}


.plv-category-pagination a,
.plv-category-pagination span {
    min-width: 40px;
    height: 40px;

    padding: 0 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #d7d1c7;

    background: #ffffff;

    color: #5f513e;
    text-decoration: none;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 12px;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


.plv-category-pagination a:hover {
    background: #10283a;

    border-color: #10283a;

    color: #ffffff;
}


.plv-category-pagination .current {
    background: #10283a;

    border-color: #10283a;

    color: #ffffff;
}



/* =========================================================
   BLOG RETURN
   ========================================================= */

.plv-category-blog-return {
    padding-top: 48px;

    text-align: center;
}


.plv-category-blog-return a {
    width: 260px;
    height: 48px;

    margin: 0 auto;
    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #10283a;

    color: #ffffff;
    text-decoration: none;

    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;

    font-size: 13px;

    letter-spacing: 0.07em;

    transition: background 0.25s ease;
}


.plv-category-blog-return a:hover {
    background: #24445b;

    color: #ffffff;
}

/* =========================================================
   CATEGORY ARCHIVE
   SMARTPHONE
   767px以下
   ========================================================= */

@media screen and (max-width: 767px) {


    /* =====================================================
       Cocoon / Grayish スマホ標準ヘッダーを非表示
       ===================================================== */

    body.category .mobile-header-menu-buttons,
    body.category .mobile-menu-buttons,
    body.category .navi-menu-button,
    body.category .search-menu-button {
        display: none !important;
    }


    /* =====================================================
       HEADER
       ===================================================== */

    .plv-header {
        height: auto;
    }

    .plv-header__inner {
        width: calc(100% - 24px);
        height: auto;

        padding: 13px 0 11px;

        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 10px;
    }

    .plv-header__brand {
        flex-direction: column;

        align-items: center;
        justify-content: center;

        gap: 3px;

        text-align: center;
    }

    .plv-header__sub {
        display: block !important;

        font-size: 11px;
        line-height: 1.4;

        letter-spacing: 0.03em;

        white-space: nowrap;
    }

    .plv-header__name {
        display: block;

        font-size: 16px;
        line-height: 1.4;

        letter-spacing: 0.12em;

        white-space: nowrap;
    }

    .plv-header__nav {
        width: 100%;

        justify-content: center;

        flex-wrap: nowrap;

        gap: 11px;
    }

    .plv-header__nav a {
        font-size: 11px;

        letter-spacing: 0;

        white-space: nowrap;
    }


    /* =====================================================
       BREADCRUMB
       ===================================================== */

    .plv-category-breadcrumb__inner {
        width: calc(100% - 36px);

        padding: 12px 0;

        gap: 6px;

        font-size: 9px;
        line-height: 1.5;
    }


    /* =====================================================
       CATEGORY HERO
       ===================================================== */

    .plv-category-hero {
        padding: 42px 20px 46px;
    }

    .plv-category-hero__inner {
        max-width: none;
    }

    .plv-category-hero__label {
        margin-bottom: 8px;

        font-size: 10px;
    }

    .plv-category-hero__title {
        margin-bottom: 12px;

        font-size: 28px;
        line-height: 1.5;

        letter-spacing: 0.04em;
    }

    .plv-category-hero__lead {
        font-size: 12px;

        line-height: 1.85;
    }


    /* =====================================================
       ARTICLES
       ===================================================== */

    .plv-category-articles {
        padding: 44px 18px 60px;
    }

    .plv-category-heading {
        margin-bottom: 24px;
    }

    .plv-category-heading__label {
        margin-bottom: 6px;

        font-size: 9px;
    }

    .plv-category-heading h2 {
        font-size: 22px;
    }


    /* =====================================================
       ARTICLE LIST
       ===================================================== */

    .plv-category-list {
        gap: 11px;
    }

    .plv-category-item__link {
        min-height: 135px;

        grid-template-columns: 34% 66%;
    }


    /* 画像 */

    .plv-category-item__image {
        min-height: 135px;
    }

    .plv-category-item__noimage {
        min-height: 135px;

        padding: 8px;

        font-size: 8px;

        text-align: center;
    }


    /* 本文 */

    .plv-category-item__body {
        padding: 13px 14px 12px;
    }

    .plv-category-item__meta {
        margin-bottom: 5px;

        gap: 3px 7px;

        font-size: 8px;
        line-height: 1.5;
    }

    .plv-category-item__body h3 {
        margin-bottom: 7px;

        font-size: 13px;

        line-height: 1.5;
    }


    /* スマホでは抜粋を省略 */

    .plv-category-item__excerpt {
        display: none;
    }

    .plv-category-item__more {
        margin-top: auto;

        font-size: 9px;
    }


    /* =====================================================
       PAGINATION
       ===================================================== */

    .plv-category-pagination {
        margin-top: 30px;
    }

    .plv-category-pagination ul {
        gap: 5px;
    }

    .plv-category-pagination a,
    .plv-category-pagination span {
        min-width: 34px;
        height: 34px;

        padding: 0 8px;

        font-size: 10px;
    }


    /* =====================================================
       BLOG RETURN
       ===================================================== */

    .plv-category-blog-return {
        padding-top: 36px;
    }

    .plv-category-blog-return a {
        width: 100%;
        max-width: 280px;

        height: 48px;

        font-size: 12px;
    }

}

/* =========================================================
   CATEGORY - MOBILE TYPOGRAPHY TUNING
   記事カード内の小さすぎる文字だけ調整
   ========================================================= */

@media screen and (max-width: 767px) {

    /* 日付・カテゴリー */
    body.category .plv-category-item__meta {
        font-size: 10px;
    }

    /* 記事タイトル */
    body.category .plv-category-item__body h3 {
        font-size: 15px;
        line-height: 1.55;
    }

    /* 記事を読む */
    body.category .plv-category-item__more {
        font-size: 11px;
    }

}