/* =========================================================
   PROJECT LIFE VALUE
   BLOG専用CSS
   PC版
   ========================================================= */


/* =========================================================
   COCOON / GRAYISH 標準表示をBLOGだけ解除
   Blog固定ページ ID = 202
   ========================================================= */


/* Grayish標準ヘッダーを非表示 */

body.page-id-202.skin-grayish .header-container {
    display: none !important;
}


/* パンくずを非表示 */

body.page-id-202 .breadcrumb {
    display: none !important;
}


/* サイドバーを非表示 */

body.page-id-202 #sidebar,
body.page-id-202 .sidebar {
    display: none !important;
}


/* Cocoon標準レイアウトの横幅制限を解除 */

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

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


/* メインカラムを全幅化 */

body.page-id-202 #main {
    width: 100% !important;
    max-width: none !important;

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

    border: 0 !important;
}


/* Cocoon側の余白対策 */

body.page-id-202 .main,
body.page-id-202 .article,
body.page-id-202 .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}



/* =========================================================
   BLOG PAGE 全体
   ========================================================= */

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

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

    background: #ffffff;

    color: #222;

    overflow: hidden;
}


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



/* =========================================================
   HEADER
   HOMEと共通デザイン
   ========================================================= */

.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 {
    position: relative;

    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;
}



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

.plv-blog-hero {
    width: 100%;
    min-height: 330px;

    display: flex;
    align-items: center;

    background:
        linear-gradient(
            115deg,
            #0b2233 0%,
            #17384d 60%,
            #31566b 100%
        );
}


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

    margin: 0 auto;

    padding: 62px 0 68px;
}


/* BLOG */

.plv-blog-hero__label {
    margin: 0 0 15px;

    color: #c8a15f;

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

    font-size: 14px;

    letter-spacing: 0.16em;
}


/* メインタイトル */

.plv-blog-hero__title {
    margin: 0 0 19px;

    color: #ffffff;

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

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

    line-height: 1.48;

    letter-spacing: 0.07em;
}


/* 説明 */

.plv-blog-hero__lead {
    margin: 0;

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

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

    font-size: 14px;

    line-height: 1.95;

    letter-spacing: 0.04em;
}



/* =========================================================
   共通 INNER
   ========================================================= */

.plv-blog-page__inner {
    width: 100%;
    max-width: 1240px;

    margin: 0 auto;
}



/* =========================================================
   セクション共通見出し
   ========================================================= */

.plv-blog-page-heading {
    margin-bottom: 32px;
}


.plv-blog-page-heading__label {
    margin: 0 0 8px;

    color: #b58a45;

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

    font-size: 12px;

    letter-spacing: 0.15em;
}


.plv-blog-page-heading h2 {
    margin: 0 0 10px;

    color: #252525;

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

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

    line-height: 1.55;

    letter-spacing: 0.07em;
}


.plv-blog-page-heading__lead {
    margin: 0;

    color: #666;

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

    font-size: 13px;

    line-height: 1.85;
}



/* =========================================================
   4 THEMES SECTION
   ========================================================= */

.plv-blog-page-themes {
    width: 100%;

    padding: 62px 40px 72px;

    background: #f8f6f1;
}



/* =========================================================
   4 THEMES GRID
   HOMEデザイン継承
   ========================================================= */

.plv-blog-themes {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 14px;
}



/* カード */

.plv-blog-theme {
    min-height: 210px;

    display: grid;

    grid-template-columns: 36% 64%;

    overflow: hidden;

    border: 1px solid #dfdbd3;

    background: #ffffff;

    color: #222;
    text-decoration: none;

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


.plv-blog-theme:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.06);

    color: #222;
}



/* 左画像 */

.plv-blog-theme__visual {
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 210px;

    overflow: hidden;

    background: #eee9e1;
}


.plv-blog-theme__visual img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center center;

    transition: transform 0.4s ease;
}


.plv-blog-theme:hover
.plv-blog-theme__visual img {
    transform: scale(1.035);
}



/* 右本文 */

.plv-blog-theme__body {
    min-width: 0;

    padding: 25px 26px 23px;

    display: flex;
    flex-direction: column;
}


.plv-blog-theme__label {
    margin: 0 0 10px;

    color: #ad8241;

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

    font-size: 11px;

    letter-spacing: 0.14em;
}


.plv-blog-theme h3 {
    margin: 0 0 11px;

    color: #222;

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

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

    line-height: 1.5;

    letter-spacing: 0.05em;
}


.plv-blog-theme__text {
    margin: 0 0 18px;

    color: #666;

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

    font-size: 13px;

    line-height: 1.8;
}


.plv-blog-theme__more {
    margin-top: auto;

    color: #765e38;

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

    font-size: 12px;

    letter-spacing: 0.04em;
}


.plv-blog-theme__more span {
    margin-left: 9px;
}



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

.plv-blog-page-latest {
    width: 100%;

    padding: 64px 40px 76px;

    background: #ffffff;
}



/* =========================================================
   LATEST GRID
   2列 × 2段
   ========================================================= */

.plv-blog-latest-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 20px;
}



/* 記事カード */

.plv-blog-post {
    min-width: 0;

    background: #ffffff;

    border: 1px solid #dfdbd3;

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


.plv-blog-post:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.06);
}


.plv-blog-post__link {
    height: 100%;

    display: block;

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



/* アイキャッチ */

.plv-blog-post__image {
    width: 100%;

    aspect-ratio: 16 / 9;

    overflow: hidden;

    background: #ddd;
}


.plv-blog-post__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.35s ease;
}


.plv-blog-post:hover
.plv-blog-post__image img {
    transform: scale(1.03);
}



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

.plv-blog-post__noimage {
    width: 100%;
    height: 100%;

    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: 13px;

    letter-spacing: 0.12em;
}



/* 記事本文 */

.plv-blog-post__body {
    padding: 21px 22px 24px;
}


.plv-blog-post__meta {
    margin-bottom: 10px;

    display: flex;
    align-items: center;

    gap: 13px;

    color: #9a8b78;

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

    font-size: 11px;

    letter-spacing: 0.04em;
}


.plv-blog-post__body h3 {
    min-height: 58px;

    margin: 0 0 15px;

    color: #222;

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

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

    line-height: 1.65;

    letter-spacing: 0.03em;
}


.plv-blog-post__more {
    color: #765e38;

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

    font-size: 12px;
}


.plv-blog-post__more span {
    margin-left: 8px;
}



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

.plv-blog-page-all {
    width: 100%;

    padding: 64px 40px 84px;

    background: #f8f6f1;
}



/* =========================================================
   ALL ARTICLES LIST
   ========================================================= */

.plv-blog-all-list {
    display: flex;
    flex-direction: column;

    gap: 14px;
}



/* 横長記事カード */

.plv-blog-all-item {
    width: 100%;

    background: #ffffff;

    border: 1px solid #dfdbd3;

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


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

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


.plv-blog-all-item__link {
    min-height: 190px;

    display: grid;

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

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



/* 左画像 */

.plv-blog-all-item__image {
    width: 100%;
    height: 100%;
    min-height: 190px;

    overflow: hidden;

    background: #ddd;
}


.plv-blog-all-item__image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.35s ease;
}


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



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

.plv-blog-all-item__noimage {
    width: 100%;
    height: 100%;

    min-height: 190px;

    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;
}



/* 右側本文 */

.plv-blog-all-item__body {
    min-width: 0;

    padding: 25px 30px 23px;

    display: flex;
    flex-direction: column;
}



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

.plv-blog-all-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-blog-all-item__categories {
    font-family:
        "Yu Mincho",
        "Hiragino Mincho ProN",
        serif;
}



/* タイトル */

.plv-blog-all-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-blog-all-item__excerpt {
    margin: 0 0 14px;

    color: #666;

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

    font-size: 12px;

    line-height: 1.85;
}



/* 記事を読む */

.plv-blog-all-item__more {
    margin-top: auto;

    color: #765e38;

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

    font-size: 12px;

    letter-spacing: 0.03em;
}


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



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

.plv-blog-page__empty {
    margin: 0;

    padding: 28px;

    background: #ffffff;

    border: 1px solid #dfdbd3;

    color: #666;

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

    font-size: 13px;
}



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

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


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

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

    gap: 7px;

    list-style: none;
}


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


.plv-blog-pagination a,
.plv-blog-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-blog-pagination a:hover {
    background: #10283a;

    border-color: #10283a;

    color: #ffffff;
}


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

    border-color: #10283a;

    color: #ffffff;
}

/* =========================================================
   BLOG
   SMARTPHONE
   767px以下
   ========================================================= */

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

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

    body.page-id-202 .mobile-header-menu-buttons,
    body.page-id-202 .mobile-menu-buttons,
    body.page-id-202 .navi-menu-button,
    body.page-id-202 .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 {
        display: flex;

        flex-direction: column;

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

        gap: 3px;

        text-align: center;
    }


    .plv-header__sub {
        display: block;

        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%;

        display: flex;

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

        flex-wrap: nowrap;

        gap: 11px;
    }


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

        letter-spacing: 0;

        white-space: nowrap;
    }



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

    .plv-blog-hero {
        min-height: 370px;

        align-items: center;
    }


    .plv-blog-hero__inner {
        width: calc(100% - 44px);

        padding: 55px 0 58px;
    }


    .plv-blog-hero__label {
        margin-bottom: 15px;

        font-size: 12px;
    }


    .plv-blog-hero__title {
        margin-bottom: 18px;

        font-size: 30px;

        line-height: 1.55;

        letter-spacing: 0.04em;
    }


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

        line-height: 1.9;
    }


    .plv-blog-hero__lead br {
        display: none;
    }



    /* =====================================================
       共通 INNER
       ===================================================== */

    .plv-blog-page__inner {
        width: 100%;
    }



    /* =====================================================
       セクション見出し
       ===================================================== */

    .plv-blog-page-heading {
        margin-bottom: 25px;
    }


    .plv-blog-page-heading__label {
        margin-bottom: 7px;

        font-size: 10px;
    }


    .plv-blog-page-heading h2 {
        margin-bottom: 8px;

        font-size: 22px;

        line-height: 1.55;
    }


    .plv-blog-page-heading__lead {
        font-size: 11px;

        line-height: 1.8;
    }



    /* =====================================================
       4 THEMES
       ===================================================== */

    .plv-blog-page-themes {
        padding: 44px 18px 55px;
    }


    .plv-blog-themes {
        grid-template-columns: 1fr;

        gap: 12px;
    }


    .plv-blog-theme {
        min-height: 150px;

        grid-template-columns: 36% 64%;
    }


    .plv-blog-theme__visual {
        min-height: 150px;
    }


    .plv-blog-theme__body {
        padding: 16px 15px 15px;
    }


    .plv-blog-theme__label {
        margin-bottom: 5px;

        font-size: 9px;
    }


    .plv-blog-theme h3 {
        margin-bottom: 7px;

        font-size: 16px;

        line-height: 1.5;
    }


    .plv-blog-theme__text {
        margin-bottom: 9px;

        font-size: 10px;

        line-height: 1.65;
    }


    .plv-blog-theme__more {
        font-size: 10px;
    }



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

    .plv-blog-page-latest {
        padding: 44px 18px 55px;
    }


    .plv-blog-latest-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .plv-blog-post__body {
        padding: 17px 17px 19px;
    }


    .plv-blog-post__meta {
        margin-bottom: 8px;

        font-size: 9px;
    }


    .plv-blog-post__body h3 {
        min-height: 0;

        margin-bottom: 13px;

        font-size: 16px;

        line-height: 1.6;
    }


    .plv-blog-post__more {
        font-size: 10px;
    }



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

    .plv-blog-page-all {
        padding: 44px 18px 60px;
    }


    .plv-blog-all-list {
        gap: 11px;
    }


    .plv-blog-all-item__link {
        min-height: 130px;

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


    /* 左画像 */

    .plv-blog-all-item__image {
        min-height: 130px;
    }


    .plv-blog-all-item__noimage {
        min-height: 130px;

        padding: 10px;

        font-size: 8px;

        text-align: center;
    }


    /* 右本文 */

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


    .plv-blog-all-item__meta {
        margin-bottom: 5px;

        gap: 3px 7px;

        font-size: 8px;

        line-height: 1.5;
    }


    .plv-blog-all-item__body h3 {
        margin-bottom: 6px;

        font-size: 13px;

        line-height: 1.5;
    }


    /*
       スマホでは一覧性を優先して
       抜粋文を非表示
    */

    .plv-blog-all-item__excerpt {
        display: none;
    }


    .plv-blog-all-item__more {
        margin-top: auto;

        font-size: 9px;
    }



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

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


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


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

        padding: 0 8px;

        font-size: 10px;
    }

}

/* =========================================================
   BLOG TOP - MOBILE TYPOGRAPHY TUNING
   スマホ版の小さすぎる文字だけ調整
   ========================================================= */

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

    /* HERO説明文 */
    body.page-id-202 .plv-blog-hero__lead {
        font-size: 13px;
        line-height: 1.9;
    }


    /* 4 THEMES：英字ラベル */
    body.page-id-202 .plv-blog-theme__label {
        font-size: 10px;
    }


    /* 4 THEMES：説明文 */
    body.page-id-202 .plv-blog-theme__text {
        font-size: 12px;
        line-height: 1.75;
    }


    /* 4 THEMES：リンク文字 */
    body.page-id-202 .plv-blog-theme__more {
        font-size: 11px;
    }


    /* 最新記事：日付・カテゴリー */
    body.page-id-202 .plv-blog-post__meta {
        font-size: 10px;
    }

}

/* =========================================================
   BLOG TOP - ALL ARTICLES MOBILE TYPOGRAPHY
   ========================================================= */

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

    /* 日付・カテゴリー */
    body.page-id-202 .plv-blog-all-item__meta {
        font-size: 10px;
    }

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

    /* 記事を読む */
    body.page-id-202 .plv-blog-all-item__more {
        font-size: 11px;
    }

}