﻿.page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #05152f 0%, #0d4f9e 48%, #4a97ff 100%);
}

    .page-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 24%), radial-gradient(circle at 84% 18%, rgba(74, 151, 255, 0.28) 0%, rgba(255, 255, 255, 0) 24%), radial-gradient(circle at 78% 82%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 22%);
        pointer-events: none;
    }

.page-hero--gallery {
    background: linear-gradient(135deg, #05152f 0%, #0d4f9e 48%, #4a97ff 100%);
}

.page-hero__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.page-hero__content {
    position: relative;
    z-index: 1;
    padding: 78px 0 68px;
    color: #fff;
}

.page-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0 0 28px;
    list-style: none;
}

.page-breadcrumb li {
    position: relative;
    padding-right: 14px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.78);
}

    .page-breadcrumb li:not(:last-child)::after {
        content: "/";
        position: absolute;
        right: 0;
        top: 0;
        color: rgba(255, 255, 255, 0.35);
    }

    .page-breadcrumb li:last-child {
        padding-right: 0;
    }

.page-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

    .page-breadcrumb a:hover {
        color: #fff;
    }

.page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.page-hero__title {
    margin: 20px 0 0;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.page-hero__lead {
    max-width: 860px;
    margin: 22px 0 0;
    font-size: 18px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.92);
}

.page-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    padding: 0;
    margin: 34px 0 0;
    list-style: none;
}

    .page-hero__chips li {
        display: inline-flex;
        align-items: center;
        min-height: 46px;
        padding: 0 18px;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.10);
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;
        backdrop-filter: blur(4px);
    }

.page-section-intro {
    padding: 88px 0 36px;
}

.page-section-head {
    text-align: center;
}

.page-section-head__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #2f67c8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.page-section-head__title {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.45;
    font-weight: 800;
    color: #24364a;
}

.page-section-head__lead {
    max-width: 820px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 2;
    color: #617287;
}

.gallery-filter-section {
    padding: 0 0 34px;
}

.page-break-pc {
    display: block;
}

@media (max-width: 767px) {
    .page-hero__inner {
        width: calc(100% - 24px);
    }

    .page-hero__content {
        padding: 94px 0 72px;
    }

    .page-hero__lead {
        font-size: 16px;
        line-height: 1.9;
    }

    .page-hero__chips {
        gap: 10px;
    }

        .page-hero__chips li {
            min-height: 42px;
            padding: 0 14px;
            font-size: 13px;
        }

    .page-section-intro {
        padding: 68px 0 28px;
    }

    .page-section-head__lead {
        font-size: 15px;
        line-height: 1.9;
    }

    .page-break-pc {
        display: none;
    }

    .gallery-filter-section {
        padding-bottom: 26px;
    }
}





.page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #05152f 0%, #0d4f9e 48%, #4a97ff 100%);
}

    .page-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 24%), radial-gradient(circle at 84% 18%, rgba(74, 151, 255, 0.28) 0%, rgba(255, 255, 255, 0) 24%), radial-gradient(circle at 78% 82%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 22%);
        pointer-events: none;
    }

.page-hero--gallery {
    background: linear-gradient(135deg, #05152f 0%, #0d4f9e 48%, #4a97ff 100%);
}

.page-hero__inner {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.page-hero__content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.page-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.page-breadcrumb li {
    position: relative;
    padding-right: 14px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.78);
}

    .page-breadcrumb li:not(:last-child)::after {
        content: "/";
        position: absolute;
        right: 0;
        top: 0;
        color: rgba(255, 255, 255, 0.35);
    }

    .page-breadcrumb li:last-child {
        padding-right: 0;
    }

.page-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

    .page-breadcrumb a:hover {
        color: #fff;
    }

.page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    font-weight: 800;
    letter-spacing: 0.12em;
}

.page-hero__title {
    font-weight: 800;
    letter-spacing: 0.02em;
}

.page-hero__lead {
    color: rgba(255, 255, 255, 0.92);
}

.page-hero__chips {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

    .page-hero__chips li {
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        background: rgba(255, 255, 255, 0.10);
        color: #fff;
        font-weight: 700;
        backdrop-filter: blur(4px);
    }

/* --------------------------------
   Large hero（大ページ）
-------------------------------- */
.page-hero--large .page-hero__content {
    padding: 108px 0 88px;
}

.page-hero--large .page-breadcrumb ol {
    margin: 0 0 28px;
}

.page-hero--large .page-hero__eyebrow {
    min-height: 36px;
    padding: 0 14px;
    font-size: 12px;
}

.page-hero--large .page-hero__title {
    margin: 20px 0 0;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.18;
}

.page-hero--large .page-hero__lead {
    max-width: 860px;
    margin: 22px 0 0;
    font-size: 18px;
    line-height: 2;
}

.page-hero--large .page-hero__chips {
    gap: 14px;
    margin: 34px 0 0;
}

    .page-hero--large .page-hero__chips li {
        min-height: 46px;
        padding: 0 18px;
        font-size: 14px;
        line-height: 1.5;
    }

/* --------------------------------
   Small hero（小ページ）
-------------------------------- */
/* --------------------------------
   Small hero（小ページ）
-------------------------------- */
.page-hero--small .page-hero__content {
    padding: 26px 0 22px;
}

.page-hero--small .page-breadcrumb ol {
    margin: 0 0 16px;
}

.page-hero--small .page-hero__eyebrow {
    min-height: 30px;
    padding: 0 11px;
    font-size: 10px;
}

.page-hero--small .page-hero__title {
    margin: 12px 0 0;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.25;
}

.page-hero--small .page-hero__lead {
    max-width: 700px;
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.8;
}

.page-hero--small .page-hero__chips {
    gap: 8px;
    margin: 18px 0 0;
}

    .page-hero--small .page-hero__chips li {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
        line-height: 1.4;
    }

@media (max-width: 767px) {
    .page-hero--small .page-hero__content {
        padding: 46px 0 32px;
    }

    .page-hero--small .page-breadcrumb ol {
        margin: 0 0 14px;
    }

    .page-hero--small .page-hero__eyebrow {
        min-height: 28px;
        padding: 0 10px;
        font-size: 10px;
    }

    .page-hero--small .page-hero__title {
        margin-top: 10px;
        font-size: 24px;
        line-height: 1.28;
    }

    .page-hero--small .page-hero__lead {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.75;
    }

    .page-hero--small .page-hero__chips {
        margin-top: 16px;
        gap: 8px;
    }

        .page-hero--small .page-hero__chips li {
            min-height: 32px;
            padding: 0 11px;
            font-size: 11px;
        }
}