/* =========================================================
   PROJECT LIFE VALUE / 02 - お金と豊かさ
   money.css
   ========================================================= */

/* =========================================================
   COCOON / GRAYISH RESET
   このCSSは page-money.php だけで読み込む
   ========================================================= */

.header-container,
#header-container,
#navi,
.breadcrumb,
#breadcrumb {
    display: none !important;
}

.mobile-menu-buttons,
.mobile-menu-content {
    display: none !important;
}

#sidebar {
    display: none !important;
}

#content,
#content-in,
.content-in,
#main,
.main {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.article {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.article-header,
.entry-title {
    display: none !important;
}

#footer,
.footer {
    margin-top: 0 !important;
}

/* =========================================================
   PAGE BASE
   ========================================================= */

#plv-project {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-top: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    color: #171717;
    font-family:
        "Yu Mincho",
        "YuMincho",
        "Hiragino Mincho ProN",
        "Hiragino Mincho Pro",
        serif;
}

#plv-project *,
#plv-project *::before,
#plv-project *::after {
    box-sizing: border-box;
}

#plv-project.plv-money {
    --money-text: #171717;
    --money-subtext: #625d55;
    --money-gold: #b98537;
    --money-bg: #f5f1ea;
    --money-bg-soft: #faf8f4;
    --money-white: #ffffff;
    --money-line: #ded7cc;
}

/* =========================================================
   PROJECT HEADER
   LP01と同じ基本設計
   ========================================================= */

.plv-header {
    width: 100%;
    height: 76px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #e8e4dd;
    position: relative;
    z-index: 10;
}

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

/* =========================================================
   COMMON
   ========================================================= */

.plv-money-section-label {
    position: relative;
    margin: 0 0 25px;
    padding: 0 0 15px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: .14em;
    color: var(--money-gold);
}

.plv-money-section-label::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 1px;
    background: var(--money-gold);
}

.plv-money-intro__heading h2,
.plv-money-lottery__heading h2,
.plv-money-change__heading h2,
.plv-money-health__heading h2,
.plv-money-anxiety__heading h2,
.plv-money-investment__heading h2 {
    margin: 0;
    font-size: clamp(28px, 2.6vw, 38px);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: .035em;
    color: var(--money-text);
}

.plv-money-intro__body p,
.plv-money-lottery__content p,
.plv-money-health__content > p,
.plv-money-anxiety__content p,
.plv-money-investment__content p,
.plv-money-richness__text p,
.plv-money-future__text p {
    margin: 0 0 17px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .02em;
    color: var(--money-subtext);
}

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

.plv-money-hero {
    display: grid;
    grid-template-columns: 42% 58%;
    width: 100%;
    min-height: 520px;
    background:
        linear-gradient(
            90deg,
            #f5f1ea 0%,
            #f5f1ea 84%,
            #f1ece4 100%
        );
}

.plv-money-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 62px clamp(42px, 5.5vw, 88px);
}

.plv-money-hero__number {
    margin: 0 0 28px;
    padding: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .12em;
    color: var(--money-gold);
}

.plv-money-hero__title {
    margin: 0 0 32px;
    padding: 0;
    font-size: clamp(40px, 3.8vw, 58px);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .04em;
    color: var(--money-text);
}

.plv-money-hero__lead {
    margin: 0 0 25px;
    padding: 0;
    font-size: clamp(18px, 1.55vw, 22px);
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: .04em;
    color: var(--money-text);
}

.plv-money-hero__text {
    max-width: 520px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 2;
    letter-spacing: .025em;
    color: var(--money-subtext);
}

.plv-money-hero__visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #eee9e0;
}

.plv-money-hero__visual::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 110px;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            #f5f1ea 0%,
            rgba(245, 241, 234, .72) 28%,
            rgba(245, 241, 234, 0) 100%
        );
}

.plv-money-hero__visual img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* =========================================================
   INTRO / NOW
   ========================================================= */

.plv-money-intro {
    width: 100%;
    padding: 64px 40px 68px;
    background: var(--money-white);
    border-bottom: 1px solid var(--money-line);
}

.plv-money-intro__inner {
    display: grid;
    grid-template-columns: minmax(300px, 40%) minmax(0, 60%);
    width: min(1120px, 100%);
    margin: 0 auto;
}

.plv-money-intro__heading {
    padding-right: 45px;
}

.plv-money-intro__body {
    max-width: 650px;
    padding-top: 3px;
}

.plv-money-intro__emphasis {
    position: relative;
    margin: 30px 0 31px !important;
    padding-left: 19px;
    font-size: 19px !important;
    font-weight: 500;
    line-height: 1.8 !important;
    color: var(--money-text) !important;
}

.plv-money-intro__emphasis::before {
    content: "";
    position: absolute;
    top: .25em;
    bottom: .25em;
    left: 0;
    width: 2px;
    background: var(--money-gold);
}

/* =========================================================
   LOTTERY / THEN
   ========================================================= */

.plv-money-lottery {
    width: 100%;
    padding: 68px 40px 74px;
    background: var(--money-bg);
    border-bottom: 1px solid var(--money-line);
}

.plv-money-lottery__inner {
    display: grid;
    grid-template-columns: minmax(300px, 40%) minmax(0, 60%);
    width: min(1120px, 100%);
    margin: 0 auto;
}

.plv-money-lottery__heading {
    padding-right: 45px;
}

.plv-money-lottery__message {
    position: relative;
    margin: 38px 0 0;
    padding-top: 25px;
    font-size: 18px;
    line-height: 1.9;
    color: var(--money-text);
}

.plv-money-lottery__message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 1px;
    background: var(--money-gold);
}

.plv-money-lottery__content {
    max-width: 680px;
}

.plv-money-lottery__emphasis {
    margin: 31px 0 32px !important;
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: .05em !important;
    color: var(--money-text) !important;
}

/* =========================================================
   CHANGE
   ========================================================= */

.plv-money-change {
    width: 100%;
    padding: 68px 40px 74px;
    background: var(--money-white);
    border-bottom: 1px solid var(--money-line);
}

.plv-money-change__inner {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.plv-money-change__heading {
    max-width: 760px;
    margin-bottom: 48px;
}

.plv-money-change__lead {
    margin: 25px 0 0;
    font-size: 18px;
    line-height: 1.9;
    color: var(--money-subtext);
}

.plv-money-change__content {
    border-top: 1px solid var(--money-line);
}

.plv-money-change__item {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 24px;
    padding: 34px 0 36px;
    border-bottom: 1px solid var(--money-line);
}

.plv-money-change__number {
    margin: 3px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1;
    color: var(--money-gold);
}

.plv-money-change__item h3 {
    margin: 0 0 13px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: var(--money-text);
}

.plv-money-change__item p:not(.plv-money-change__number) {
    max-width: 760px;
    margin: 0;
    font-size: 14px;
    line-height: 2;
    color: var(--money-subtext);
}

/* =========================================================
   MID VISUAL
   ========================================================= */

.plv-money-midvisual {
    width: 100%;
    padding: 34px 40px 0;
    background: var(--money-bg);
    border-top: 1px solid var(--money-line);
}

.plv-money-midvisual__inner {
    width: min(1280px, 100%);
    height: clamp(340px, 30vw, 460px);
    margin: 0 auto;
    overflow: hidden;
    background: #e7e0d5;
}

.plv-money-midvisual__inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* =========================================================
   HEALTH
   ========================================================= */

.plv-money-health {
    width: 100%;
    padding: 72px 40px 78px;
    background: var(--money-bg);
    border-bottom: 1px solid var(--money-line);
}

.plv-money-health__inner {
    display: grid;
    grid-template-columns: minmax(270px, 36%) minmax(0, 64%);
    width: min(1120px, 100%);
    margin: 0 auto;
}

.plv-money-health__heading {
    padding-right: 65px;
}

.plv-money-health__statement {
    position: relative;
    margin: 38px 0 0;
    padding-top: 25px;
    font-size: 17px;
    line-height: 1.9;
    color: var(--money-text);
}

.plv-money-health__statement::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 1px;
    background: var(--money-gold);
}

.plv-money-health__content {
    max-width: 680px;
}

.plv-money-health__message {
    margin-top: 34px;
    padding: 30px 34px;
    background: rgba(255, 255, 255, .62);
    border-left: 2px solid var(--money-gold);
}

.plv-money-health__message p {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.8;
    color: var(--money-subtext);
}

.plv-money-health__message strong {
    display: block;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: .03em;
    color: var(--money-text);
}

/* =========================================================
   ANXIETY / REALITY
   ========================================================= */

.plv-money-anxiety {
    width: 100%;
    padding: 72px 40px 78px;
    background: var(--money-white);
    border-bottom: 1px solid var(--money-line);
}

.plv-money-anxiety__inner {
    display: grid;
    grid-template-columns: minmax(270px, 36%) minmax(0, 64%);
    width: min(1120px, 100%);
    margin: 0 auto;
}

.plv-money-anxiety__heading {
    padding-right: 65px;
}

.plv-money-anxiety__lead {
    margin: 30px 0 0;
    font-size: 17px;
    line-height: 1.9;
    color: var(--money-text);
}

.plv-money-anxiety__content {
    max-width: 680px;
}

.plv-money-anxiety__emphasis {
    position: relative;
    margin: 31px 0 32px !important;
    padding-left: 19px;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.85 !important;
    color: var(--money-text) !important;
}

.plv-money-anxiety__emphasis::before {
    content: "";
    position: absolute;
    top: .2em;
    bottom: .2em;
    left: 0;
    width: 2px;
    background: var(--money-gold);
}

/* =========================================================
   INVESTMENT
   ========================================================= */

.plv-money-investment {
    width: 100%;
    padding: 72px 40px 78px;
    background: var(--money-bg-soft);
    border-bottom: 1px solid var(--money-line);
}

.plv-money-investment__inner {
    display: grid;
    grid-template-columns: minmax(300px, 40%) minmax(0, 60%);
    width: min(1120px, 100%);
    margin: 0 auto;
}

.plv-money-investment__heading {
    padding-right: 70px;
}

.plv-money-investment__lead {
    margin: 30px 0 0;
    font-size: 17px;
    line-height: 1.9;
    color: var(--money-subtext);
}

.plv-money-investment__content {
    max-width: 660px;
}

.plv-money-investment__emphasis {
    margin: 31px 0 32px !important;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.9 !important;
    letter-spacing: .03em;
    color: var(--money-text) !important;
}

.plv-money-investment__note {
    margin-top: 36px !important;
    padding-top: 22px;
    border-top: 1px solid var(--money-line);
    font-size: 11px !important;
    line-height: 1.9 !important;
    color: #837b70 !important;
}

/* =========================================================
   RICHNESS / MY VALUE
   ========================================================= */

.plv-money-richness {
    width: 100%;
    padding: 88px 40px 92px;
    background: #26231f;
    color: #ffffff;
}

.plv-money-richness__inner {
    width: min(880px, 100%);
    margin: 0 auto;
}

.plv-money-richness .plv-money-section-label {
    color: #d1a767;
}

.plv-money-richness .plv-money-section-label::after {
    background: #d1a767;
}

.plv-money-richness h2 {
    margin: 0 0 28px;
    font-size: clamp(32px, 3.2vw, 46px);
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: .04em;
    color: #ffffff;
}

.plv-money-richness__lead {
    margin: 0 0 34px;
    font-size: 20px;
    line-height: 1.9;
    color: #f4efe7;
}

.plv-money-richness__text {
    max-width: 700px;
}

.plv-money-richness__text p {
    color: #d8d2c8;
}

.plv-money-richness__message {
    position: relative;
    margin: 48px 0 0;
    padding-top: 30px;
    font-size: clamp(24px, 2.5vw, 34px);
    line-height: 1.7;
    letter-spacing: .05em;
    color: #ffffff;
}

.plv-money-richness__message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 1px;
    background: #d1a767;
}

/* =========================================================
   FUTURE / FROM HERE
   ========================================================= */

.plv-money-future {
    width: 100%;
    padding: 82px 40px 88px;
    background: var(--money-white);
}

.plv-money-future__inner {
    width: min(880px, 100%);
    margin: 0 auto;
}

.plv-money-future h2 {
    margin: 0 0 24px;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .04em;
    color: var(--money-text);
}

.plv-money-future__lead {
    margin: 0 0 34px;
    font-size: 19px;
    line-height: 1.9;
    color: var(--money-text);
}

.plv-money-future__text {
    max-width: 690px;
}

.plv-money-future__message {
    position: relative;
    margin: 46px 0 0;
    padding-top: 29px;
    font-size: clamp(23px, 2.4vw, 32px);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .04em;
    color: var(--money-text);
}

.plv-money-future__message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 1px;
    background: var(--money-gold);
}

/* =========================================================
   TABLET
   ========================================================= */

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

    .plv-header__inner {
        width: calc(100% - 40px);
    }

    .plv-header__nav {
        gap: 18px;
    }

    .plv-header__sub {
        display: none;
    }

    .plv-money-hero {
        grid-template-columns: 46% 54%;
        min-height: 500px;
    }

    .plv-money-hero__content {
        padding: 55px 38px;
    }

    .plv-money-hero__visual {
        min-height: 500px;
    }

    .plv-money-hero__visual::before {
        width: 75px;
    }

    .plv-money-hero__title {
        font-size: clamp(36px, 4.8vw, 48px);
    }

    .plv-money-hero__lead {
        font-size: 17px;
    }

    .plv-money-intro,
    .plv-money-lottery,
    .plv-money-change,
    .plv-money-health,
    .plv-money-anxiety,
    .plv-money-investment,
    .plv-money-richness,
    .plv-money-future {
        padding-left: 36px;
        padding-right: 36px;
    }

    .plv-money-intro__heading,
    .plv-money-lottery__heading,
    .plv-money-health__heading,
    .plv-money-anxiety__heading,
    .plv-money-investment__heading {
        padding-right: 42px;
    }

    .plv-money-intro__heading h2,
    .plv-money-lottery__heading h2,
    .plv-money-health__heading h2,
    .plv-money-anxiety__heading h2,
    .plv-money-investment__heading h2 {
        font-size: 29px;
    }

    .plv-money-investment__inner {
        grid-template-columns: 38% 62%;
    }

    .plv-money-midvisual {
        padding-right: 36px;
        padding-left: 36px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

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

    .plv-header {
        height: auto;
    }

    .plv-header__inner {
        width: calc(100% - 24px);
        height: auto;
        padding: 14px 0 12px;
        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%;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 13px;
    }

    .plv-header__nav a {
        font-size: 12px;
        white-space: nowrap;
        letter-spacing: 0;
    }

    .plv-money-hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .plv-money-hero__content {
        order: 1;
        padding: 48px 24px 46px;
    }

    .plv-money-hero__number {
        margin-bottom: 20px;
        font-size: 10px;
    }

    .plv-money-hero__title {
        margin-bottom: 25px;
        font-size: 37px;
        line-height: 1.35;
    }

    .plv-money-hero__lead {
        margin-bottom: 22px;
        font-size: 17px;
        line-height: 1.85;
    }

    .plv-money-hero__text {
        font-size: 13px;
        line-height: 1.9;
    }

    .plv-money-hero__visual {
        order: 2;
        width: 100%;
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .plv-money-hero__visual::before {
        display: none;
    }

    .plv-money-intro,
    .plv-money-lottery,
    .plv-money-change,
    .plv-money-health,
    .plv-money-anxiety,
    .plv-money-investment {
        padding: 48px 24px 54px;
    }

    .plv-money-richness,
    .plv-money-future {
        padding: 58px 24px 64px;
    }

    .plv-money-intro__inner,
    .plv-money-lottery__inner,
    .plv-money-health__inner,
    .plv-money-anxiety__inner,
    .plv-money-investment__inner {
        display: block;
    }

    .plv-money-intro__heading,
    .plv-money-lottery__heading,
    .plv-money-health__heading,
    .plv-money-anxiety__heading,
    .plv-money-investment__heading {
        margin-bottom: 38px;
        padding-right: 0;
    }

    .plv-money-section-label {
        margin-bottom: 21px;
        font-size: 10px;
    }

    .plv-money-intro__heading h2,
    .plv-money-lottery__heading h2,
    .plv-money-change__heading h2,
    .plv-money-health__heading h2,
    .plv-money-anxiety__heading h2,
    .plv-money-investment__heading h2 {
        font-size: 27px;
        line-height: 1.6;
    }

    .plv-money-intro__body,
    .plv-money-lottery__content,
    .plv-money-health__content,
    .plv-money-anxiety__content,
    .plv-money-investment__content {
        max-width: none;
    }

    .plv-money-intro__body p,
    .plv-money-lottery__content p,
    .plv-money-health__content > p,
    .plv-money-anxiety__content p,
    .plv-money-investment__content p,
    .plv-money-richness__text p,
    .plv-money-future__text p {
        font-size: 13px;
        line-height: 1.95;
    }

    .plv-money-intro__emphasis,
    .plv-money-anxiety__emphasis {
        font-size: 17px !important;
    }

    .plv-money-lottery__message,
    .plv-money-health__statement,
    .plv-money-anxiety__lead,
    .plv-money-investment__lead {
        font-size: 16px;
    }

    .plv-money-change__heading {
        margin-bottom: 34px;
    }

    .plv-money-change__lead {
        font-size: 16px;
    }

    .plv-money-change__item {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        padding: 28px 0 30px;
    }

    .plv-money-change__number {
        font-size: 18px;
    }

    .plv-money-change__item h3 {
        font-size: 17px;
    }

    .plv-money-change__item p:not(.plv-money-change__number) {
        font-size: 13px;
        line-height: 1.95;
    }

    .plv-money-midvisual {
        padding: 28px 10px 0;
    }

    .plv-money-midvisual__inner {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .plv-money-health__message {
        margin-top: 28px;
        padding: 24px 22px;
    }

    .plv-money-health__message strong {
        font-size: 17px;
    }

    .plv-money-investment__emphasis,
    .plv-money-lottery__emphasis {
        font-size: 18px !important;
    }

    .plv-money-richness h2,
    .plv-money-future h2 {
        font-size: 29px;
    }

    .plv-money-richness__lead,
    .plv-money-future__lead {
        font-size: 17px;
    }

    .plv-money-richness__message,
    .plv-money-future__message {
        margin-top: 38px;
        font-size: 23px;
    }
}

/* =========================================================
   PROJECT THEME NAVIGATION
   ========================================================= */

.plv-money-theme-nav {
    width: 100%;

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

    border-top: 1px solid var(--money-line);

    background: #faf8f4;
}


.plv-money-theme-nav__item {
    position: relative;

    min-height: 180px;

    padding:
        34px
        40px
        32px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    color: var(--money-text);
    text-decoration: none;

    transition:
        background-color .25s ease,
        opacity .25s ease;
}


.plv-money-theme-nav__item:hover {
    background: #f3eee6;
    color: var(--money-text);
}


/* 区切り線 */

.plv-money-theme-nav__item
+ .plv-money-theme-nav__item {
    border-left: 1px solid var(--money-line);
}


/* PREVIOUS / PROJECT / NEXT */

.plv-money-theme-nav__label {
    margin-bottom: 15px;

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

    font-size: 9px;
    line-height: 1;

    letter-spacing: .16em;

    color: var(--money-gold);
}


/* 01 / 03 */

.plv-money-theme-nav__number {
    margin-bottom: 8px;

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

    font-size: 15px;
    line-height: 1;

    color: #8a7a65;
}


.plv-money-theme-nav__title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: .03em;

    color: var(--money-text);
}


.plv-money-theme-nav__arrow {
    margin-top: 18px;

    font-size: 18px;
    line-height: 1;

    color: var(--money-gold);
}


/* 中央 */

.plv-money-theme-nav__item--project {
    align-items: center;
    text-align: center;
}


.plv-money-theme-nav__project-name {
    margin-bottom: 9px;

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

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

    letter-spacing: .08em;

    color: var(--money-text);
}


.plv-money-theme-nav__project-text {
    font-size: 12px;
    line-height: 1.6;

    color: var(--money-subtext);
}


/* NEXT */

.plv-money-theme-nav__item--next {
    align-items: flex-end;
    text-align: right;
}


/* =========================================================
   PROJECT THEME NAVIGATION / MOBILE
   ========================================================= */

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

    .plv-money-theme-nav {
        grid-template-columns: 1fr;
    }


    .plv-money-theme-nav__item {
        min-height: 0;

        padding:
            28px
            24px
            27px;
    }


    .plv-money-theme-nav__item
    + .plv-money-theme-nav__item {
        border-left: 0;
        border-top: 1px solid var(--money-line);
    }


    .plv-money-theme-nav__item--project,
    .plv-money-theme-nav__item--next {
        align-items: flex-start;
        text-align: left;
    }


    .plv-money-theme-nav__label {
        margin-bottom: 12px;
    }


    .plv-money-theme-nav__title {
        font-size: 18px;
    }


    .plv-money-theme-nav__project-name {
        font-size: 16px;
    }


    .plv-money-theme-nav__arrow {
        margin-top: 14px;
    }

}