@charset "utf-8";

/* =========================================================
   IASO PHOTO GALLERY | PC 1181px+
   Gallery List / Gallery Detail shared module.
   Gallery List PC - refined editorial edition.
========================================================= */
:root {
    --gallery-navy:#183247;
    --gallery-blue:#6e9db8;
    --gallery-text:#334652;
    --gallery-muted:#74858e;
    --gallery-line:#dbe4e9;
    --gallery-ivory:#f8f7f3;
    --gallery-sky:#f3f8fb;
    --gallery-white:#ffffff;
}

.GalleryListPage {
    color:var(--gallery-text);
    background:#fff;
    overflow:hidden;
}

.GalleryListPage *,
.GalleryListPage *::before,
.GalleryListPage *::after {
    box-sizing:border-box;
}

.GalleryInner {
    width:min(1120px,calc(100% - 96px));
    margin:0 auto;
}

.GalleryEyebrow {
    margin:0 0 18px;
    color:var(--gallery-blue);
    font-size:10px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.2em;
}

/* HERO -------------------------------------------------- */
.GalleryHero {
    position:relative;
    min-height:680px;
    overflow:hidden;
    background:
        radial-gradient(circle at 84% 14%,rgba(110,157,184,.095),transparent 28%),
        linear-gradient(118deg,#fbfaf7 0%,#f7fafc 48%,#eef5f8 100%);
}

.GalleryHero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(24,50,71,.028) 1px,transparent 1px),
        linear-gradient(rgba(24,50,71,.022) 1px,transparent 1px);
    background-size:80px 80px;
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.75) 52%,#000 100%);
    pointer-events:none;
}

.GalleryHero::after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:rgba(110,157,184,.17);
}

.GalleryHero__inner {
    position:relative;
    z-index:1;
    min-height:680px;
    display:grid;
    grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
    gap:76px;
    align-items:center;
    padding:78px 0 66px;
}

.GalleryHero__copy {
    position:relative;
    min-width:0;
    padding:6px 0 6px 29px;
}

.GalleryHero__copy::before {
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:1px;
    height:78px;
    background:linear-gradient(180deg,var(--gallery-blue),rgba(110,157,184,.12));
}

.GalleryHero h1 {
    margin:0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:47px;
    font-weight:500;
    line-height:1.54;
    letter-spacing:.035em;
}

.GalleryHero__lead {
    margin:28px 0 0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:18px;
    font-weight:500;
    line-height:1.95;
}

.GalleryHero__text {
    max-width:500px;
    margin:17px 0 0;
    color:#566b76;
    font-size:13px;
    line-height:2.05;
}

.GalleryHero__meta {
    display:flex;
    flex-wrap:wrap;
    gap:12px 24px;
    margin-top:30px;
    padding-top:18px;
    border-top:1px solid rgba(110,157,184,.2);
    color:#7c8d96;
    font-size:7px;
    line-height:1.4;
    letter-spacing:.16em;
}

/* HERO ART --------------------------------------------- */
.GalleryHeroArt {
    position:relative;
    height:500px;
}

.GalleryHeroArt__frame {
    position:absolute;
    border:1px solid rgba(110,157,184,.22);
}

.GalleryHeroArt__frame--back {
    top:28px;
    right:0;
    width:82%;
    height:82%;
    background:rgba(255,255,255,.28);
}

.GalleryHeroArt__frame--front {
    left:0;
    top:0;
    z-index:2;
    width:88%;
    height:88%;
    padding:42px 42px 34px;
    overflow:hidden;
    background:
        linear-gradient(150deg,rgba(255,255,255,.78),rgba(241,248,251,.56));
    border-color:rgba(255,255,255,.78);
    box-shadow:0 24px 56px rgba(24,50,71,.09);
    -webkit-backdrop-filter:blur(12px);
    backdrop-filter:blur(12px);
}

.GalleryHeroArt__frame--front::before {
    content:"";
    position:absolute;
    right:-64px;
    top:-64px;
    width:220px;
    height:220px;
    border:1px solid rgba(110,157,184,.18);
    border-radius:50%;
}

.GalleryHeroArt__frame--front::after {
    content:"";
    position:absolute;
    right:34px;
    bottom:34px;
    width:88px;
    height:88px;
    border:1px solid rgba(110,157,184,.17);
}

.GalleryHeroArt__kicker {
    position:relative;
    z-index:2;
    display:block;
    color:var(--gallery-blue);
    font-size:8px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.2em;
}

.GalleryHeroArt__word {
    position:absolute;
    left:35px;
    top:92px;
    z-index:1;
    color:rgba(24,50,71,.11);
    font-family:Georgia,"Times New Roman",serif;
    font-size:104px;
    font-weight:400;
    line-height:.9;
    letter-spacing:.01em;
    white-space:nowrap;
}

.GalleryHeroArt__axis {
    position:absolute;
    right:38px;
    top:48px;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:7px;
    color:#718690;
    font-size:7px;
    font-weight:600;
    line-height:1.3;
    letter-spacing:.18em;
}

.GalleryHeroArt__line {
    position:absolute;
    z-index:2;
    height:1px;
    background:linear-gradient(90deg,rgba(110,157,184,.22),rgba(110,157,184,.78));
}

.GalleryHeroArt__line--01 {
    left:42px;
    right:42px;
    top:232px;
}

.GalleryHeroArt__line--02 {
    left:42px;
    width:36%;
    top:252px;
    opacity:.55;
}

.GalleryHeroArt__edition {
    position:absolute;
    left:42px;
    right:42px;
    bottom:35px;
    z-index:2;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
}

.GalleryHeroArt__edition small {
    color:#6f838d;
    font-size:7px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.16em;
}

.GalleryHeroArt__edition b {
    color:rgba(110,157,184,.58);
    font-family:Georgia,"Times New Roman",serif;
    font-size:54px;
    font-weight:400;
    line-height:.85;
}

.GalleryHeroArt__caption {
    position:absolute;
    left:0;
    bottom:0;
    color:#778b95;
    font-size:6.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.18em;
}

/* CATEGORY NAV ----------------------------------------- */
.GalleryCategoryNav {
    border-top:1px solid var(--gallery-line);
    border-bottom:1px solid var(--gallery-line);
    background:#fff;
}

.GalleryCategoryNav__inner {
    width:100%;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(170px,1fr));
    gap:1px;
    background:var(--gallery-line);
}

.GalleryCategoryNav__link {
    position:relative;
    min-height:78px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    padding:18px 18px;
    color:var(--gallery-navy);
    background:#fff;
    text-decoration:none;
    transition:background-color .25s ease,color .25s ease;
}

.GalleryCategoryNav__link span {
    color:var(--gallery-blue);
    font-family:Georgia,"Times New Roman",serif;
    font-size:10px;
    line-height:1;
}

.GalleryCategoryNav__link strong {
    font-size:11px;
    font-weight:500;
    line-height:1.5;
}

.GalleryCategoryNav__link::after {
    content:"";
    position:absolute;
    left:18%;
    right:18%;
    bottom:0;
    height:1px;
    background:transparent;
}

.GalleryCategoryNav__link.is-active {
    background:#fafdfe;
}

.GalleryCategoryNav__link.is-active span {
    color:#4f859f;
}

.GalleryCategoryNav__link.is-active::after {
    background:var(--gallery-blue);
}

/* ARCHIVE ---------------------------------------------- */
.GalleryArchive {
    padding:104px 0 136px;
    background:#fff;
}

.GalleryArchive__head {
    margin-bottom:56px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(280px,.68fr);
    gap:70px;
    align-items:end;
}

.GalleryArchive__head h2 {
    margin:0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:36px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.035em;
}

.GalleryArchive__head > p {
    margin:0;
    padding-bottom:5px;
    color:var(--gallery-muted);
    font-size:13px;
    line-height:2;
}

/* GRID -------------------------------------------------- */
.GalleryGrid {
    display:grid;
    gap:68px 28px;
    align-items:start;
}

.GalleryGrid--single {
    grid-template-columns:minmax(0,690px);
    justify-content:center;
}

.GalleryGrid--double {
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:980px;
    margin:0 auto;
}

.GalleryGrid--triple {
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.GalleryGrid--editorial {
    grid-template-columns:repeat(12,minmax(0,1fr));
}

.GalleryGrid--editorial .GalleryCard {
    grid-column:span 4;
}

.GalleryGrid--editorial .GalleryCard--featured {
    grid-column:span 7;
}

.GalleryGrid--editorial .GalleryCard--wide {
    grid-column:span 8;
}

/* CARD -------------------------------------------------- */
.GalleryCard {
    min-width:0;
}

.GalleryCard__link {
    display:block;
    color:inherit;
    text-decoration:none;
}

.GalleryCard__figure {
    margin:0;
}

.GalleryCard__image {
    position:relative;
    overflow:hidden;
    background:#eef4f6;
}

.GalleryCard__image::after {
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(24,50,71,.055);
    pointer-events:none;
}

.GalleryCard__image img {
    display:block;
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
    transition:transform .75s cubic-bezier(.2,.65,.3,1),filter .45s ease;
}

.GalleryGrid--single .GalleryCard__image img,
.GalleryGrid--double .GalleryCard__image img,
.GalleryCard--featured .GalleryCard__image img,
.GalleryCard--wide .GalleryCard__image img {
    aspect-ratio:16/10;
}

.GalleryCard__index {
    position:absolute;
    left:14px;
    top:14px;
    min-width:32px;
    height:32px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.78);
    border-radius:50%;
    color:#fff;
    background:rgba(24,50,71,.24);
    -webkit-backdrop-filter:blur(7px);
    backdrop-filter:blur(7px);
    font-family:Georgia,"Times New Roman",serif;
    font-size:9px;
    line-height:1;
}

.GalleryCard__hover {
    position:absolute;
    right:14px;
    bottom:14px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:8px 11px;
    border:1px solid rgba(255,255,255,.78);
    color:#fff;
    background:rgba(24,50,71,.26);
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
    font-size:7px;
    font-weight:600;
    line-height:1;
    letter-spacing:.14em;
    opacity:0;
    transform:translateY(5px);
    transition:opacity .3s ease,transform .3s ease,background-color .3s ease;
}

.GalleryCard__hover span {
    font-size:11px;
    letter-spacing:0;
}

.GalleryCard__caption {
    padding-top:19px;
}

.GalleryCard__category {
    display:block;
    color:var(--gallery-blue);
    font-size:8px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.14em;
}

.GalleryCard h3 {
    margin:10px 0 0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:19px;
    font-weight:500;
    line-height:1.68;
    letter-spacing:.02em;
}

.GalleryCard--featured h3,
.GalleryCard--wide h3 {
    font-size:21px;
}

.GalleryCard__view {
    display:inline-block;
    margin-top:12px;
    color:#8a9aa2;
    font-size:7px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.16em;
}

/* EMPTY ------------------------------------------------- */
.GalleryArchive__empty {
    padding:62px 0;
    border-top:1px solid var(--gallery-line);
    border-bottom:1px solid var(--gallery-line);
    text-align:center;
}

.GalleryArchive__empty p {
    margin:0;
    color:var(--gallery-muted);
    font-size:14px;
    line-height:2;
}

.GalleryArchive__empty a {
    display:inline-block;
    margin-top:18px;
    color:var(--gallery-navy);
    font-size:12px;
    text-underline-offset:4px;
}

/* CLOSING ---------------------------------------------- */
.GalleryClosing {
    padding:132px 0 140px;
    background:var(--gallery-navy);
    text-align:center;
}

.GalleryClosing__inner {
    max-width:900px;
}

.GalleryClosing .GalleryEyebrow {
    color:#9bc1d4;
}

.GalleryClosing h2 {
    margin:0;
    color:#fff;
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:39px;
    font-weight:500;
    line-height:1.7;
    letter-spacing:.04em;
}

.GalleryClosing__inner > p:not(.GalleryEyebrow) {
    max-width:680px;
    margin:27px auto 0;
    color:#cbd8df;
    font-size:14px;
    line-height:2.05;
}

.GalleryClosing__actions {
    display:flex;
    justify-content:center;
    gap:14px;
    margin-top:38px;
}

.GalleryClosing__actions .iaso-button {
    min-width:190px;
}

.GalleryClosing__actions .iaso-button--primary,
.GalleryClosing__actions .iaso-button--primary:visited {
    color:#fff;
    background:#6e9db8;
    border-color:#6e9db8;
    box-shadow:0 12px 30px rgba(0,0,0,.10);
}

.GalleryClosing__actions .iaso-button--secondary,
.GalleryClosing__actions .iaso-button--secondary:visited {
    color:#fff;
    background:transparent;
    border-color:rgba(255,255,255,.56);
}

@media (hover:hover) and (pointer:fine) {
    .GalleryClosing__actions .iaso-button--primary:hover {
        color:#fff;
        background:#5f91ad;
        border-color:#5f91ad;
    }

    .GalleryClosing__actions .iaso-button--secondary:hover {
        color:#183247;
        background:#fff;
        border-color:#fff;
    }
}

/* INTERACTION ------------------------------------------ */
.GalleryCategoryNav__link:focus-visible,
.GalleryCard__link:focus-visible {
    outline:1px solid rgba(110,157,184,.78);
    outline-offset:4px;
}

@media (hover:hover) and (pointer:fine) {
    .GalleryCategoryNav__link:hover {
        background:#fafdfe;
    }

    .GalleryCard__link:hover .GalleryCard__image img {
        transform:scale(1.022);
        filter:saturate(.96) brightness(1.015);
    }

    .GalleryCard__link:hover .GalleryCard__hover {
        opacity:1;
        transform:translateY(0);
        background:rgba(24,50,71,.48);
    }

    .GalleryCard__link:hover h3 {
        color:#4f839e;
    }
}

/* =========================================================
   GALLERY DETAIL | PC 1181px+
   Editorial photo story. Shared with Gallery List module.
========================================================= */
.GalleryDetailPage {
    color:var(--gallery-text);
    background:#fff;
    overflow:hidden;
}

.GalleryDetailPage *,
.GalleryDetailPage *::before,
.GalleryDetailPage *::after {
    box-sizing:border-box;
}

/* DETAIL HERO ------------------------------------------ */
.GalleryDetailHero {
    position:relative;
    min-height:680px;
    overflow:hidden;
    background:
        radial-gradient(circle at 10% 8%,rgba(110,157,184,.07),transparent 28%),
        linear-gradient(118deg,#fbfaf7 0%,#f8fafb 48%,#edf4f7 100%);
}

.GalleryDetailHero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(24,50,71,.024) 1px,transparent 1px),
        linear-gradient(rgba(24,50,71,.018) 1px,transparent 1px);
    background-size:80px 80px;
    mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.4) 50%,transparent 100%);
    pointer-events:none;
}

.GalleryDetailHero__inner {
    position:relative;
    z-index:1;
    min-height:680px;
    display:grid;
    grid-template-columns:minmax(360px,.76fr) minmax(560px,1.24fr);
    gap:76px;
    align-items:center;
    padding:82px 0 70px;
}

.GalleryDetailHero__copy {
    position:relative;
    min-width:0;
    padding-left:29px;
}

.GalleryDetailHero__copy::before {
    content:"";
    position:absolute;
    left:0;
    top:1px;
    width:1px;
    height:82px;
    background:linear-gradient(180deg,var(--gallery-blue),rgba(110,157,184,.1));
}

.GalleryDetailHero__category {
    margin:0 0 15px;
    color:#7b8d96;
    font-size:8px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.18em;
}

.GalleryDetailHero h1 {
    margin:0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:45px;
    font-weight:500;
    line-height:1.5;
    letter-spacing:.04em;
}

.GalleryDetailHero__text {
    max-width:460px;
    margin:28px 0 0;
    color:#566b76;
    font-size:14px;
    line-height:2.15;
}

.GalleryDetailHero__meta {
    display:flex;
    flex-wrap:wrap;
    gap:12px 24px;
    margin-top:31px;
    padding-top:18px;
    border-top:1px solid rgba(110,157,184,.2);
    color:#7c8d96;
    font-size:7px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.16em;
}

.GalleryDetailHero__visual {
    position:relative;
    min-width:0;
    padding:22px 26px 0 0;
}

.GalleryDetailHero__visual::before {
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:82%;
    height:86%;
    border:1px solid rgba(110,157,184,.2);
    background:rgba(255,255,255,.24);
}

.GalleryDetailHero__figure {
    position:relative;
    z-index:1;
    margin:0;
    overflow:hidden;
    background:#eaf1f4;
    box-shadow:0 28px 60px rgba(24,50,71,.11);
}

.GalleryDetailHero__figure::after {
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(255,255,255,.54);
    pointer-events:none;
}

.GalleryDetailHero__figure img {
    display:block;
    width:100%;
    height:500px;
    object-fit:cover;
}

.GalleryDetailHero__figure figcaption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
    padding:48px 24px 20px;
    color:#fff;
    background:linear-gradient(180deg,transparent,rgba(12,32,46,.44));
}

.GalleryDetailHero__figure figcaption span {
    font-size:7px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.18em;
}

.GalleryDetailHero__figure figcaption b {
    font-family:Georgia,"Times New Roman",serif;
    font-size:34px;
    font-weight:400;
    line-height:.8;
}

.GalleryDetailHero__placeholder {
    position:relative;
    z-index:1;
    height:500px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:42px;
    border:1px solid rgba(110,157,184,.2);
    background:rgba(255,255,255,.5);
}

.GalleryDetailHero__placeholder span {
    color:var(--gallery-blue);
    font-size:8px;
    font-weight:600;
    letter-spacing:.2em;
}

.GalleryDetailHero__placeholder strong {
    color:rgba(24,50,71,.13);
    font-family:Georgia,"Times New Roman",serif;
    font-size:84px;
    font-weight:400;
    line-height:.88;
}

/* VISUAL STORY ----------------------------------------- */
.GalleryDetailStory {
    padding:126px 0 138px;
    background:#fff;
}

.GalleryDetailStory__head {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(280px,.64fr);
    gap:72px;
    align-items:end;
    margin-bottom:70px;
}

.GalleryDetailStory__head h2 {
    margin:0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:36px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.035em;
}

.GalleryDetailStory__head > p {
    margin:0;
    padding-bottom:5px;
    color:var(--gallery-muted);
    font-size:13px;
    line-height:2;
}

.GalleryDetailStory__grid {
    display:grid;
    grid-template-columns:repeat(12,minmax(0,1fr));
    gap:64px 30px;
    align-items:start;
}

.GalleryDetailMedia {
    grid-column:span 6;
    margin:0;
}

.GalleryDetailMedia--wide {
    grid-column:2 / span 10;
}

.GalleryDetailMedia--offset {
    grid-column:5 / span 8;
}

.GalleryDetailMedia__image {
    position:relative;
    overflow:hidden;
    background:#eef4f6;
}

.GalleryDetailMedia__image::after {
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(24,50,71,.055);
    pointer-events:none;
}

.GalleryDetailMedia__image img {
    display:block;
    width:100%;
    height:auto;
    max-height:820px;
    object-fit:cover;
}

.GalleryDetailMedia:not(.GalleryDetailMedia--wide):not(.GalleryDetailMedia--offset) .GalleryDetailMedia__image img {
    aspect-ratio:4/5;
}

.GalleryDetailMedia--wide .GalleryDetailMedia__image img {
    aspect-ratio:16/10;
}

.GalleryDetailMedia--offset .GalleryDetailMedia__image img {
    aspect-ratio:5/4;
}

.GalleryDetailMedia figcaption {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding-top:13px;
    color:#87979f;
}

.GalleryDetailMedia figcaption span {
    color:var(--gallery-blue);
    font-family:Georgia,"Times New Roman",serif;
    font-size:10px;
}

.GalleryDetailMedia figcaption small {
    font-size:6.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.16em;
}

/* DETAIL NAVIGATION ------------------------------------ */
.GalleryDetailNavigation {
    padding:96px 0 116px;
    border-top:1px solid #d5e0e6;
    background:linear-gradient(180deg,#faf9f6 0%,#f7f7f3 100%);
}

.GalleryDetailNavigation__top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    margin-bottom:28px;
    padding-bottom:22px;
    border-bottom:1px solid rgba(24,50,71,.11);
}

.GalleryDetailNavigation__top .GalleryEyebrow {
    margin:0;
}

.GalleryDetailNavigation__back {
    display:inline-flex;
    min-height:42px;
    align-items:center;
    gap:11px;
    padding:0 18px;
    border:1px solid rgba(24,50,71,.20);
    border-radius:999px;
    color:var(--gallery-navy);
    background:#fff;
    text-decoration:none;
    box-shadow:0 8px 22px rgba(24,50,71,.045);
    transition:background-color .25s ease,border-color .25s ease,transform .25s ease,color .25s ease;
}

.GalleryDetailNavigation__back span {
    color:#5e91ac;
    font-size:15px;
    font-weight:600;
}

.GalleryDetailNavigation__back strong {
    color:var(--gallery-navy);
    font-size:8px;
    font-weight:700;
    letter-spacing:.15em;
}

.GalleryDetailNavigation__grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    overflow:hidden;
    background:#cedbe2;
    border:1px solid #cedbe2;
    box-shadow:0 14px 34px rgba(24,50,71,.05);
}

.GalleryDetailNavigation__item {
    position:relative;
    min-height:178px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:36px 82px 36px 40px;
    color:var(--gallery-navy);
    background:#fff;
    text-decoration:none;
    transition:background-color .25s ease,box-shadow .25s ease;
}

.GalleryDetailNavigation__item--next {
    align-items:flex-end;
    padding:34px 38px 34px 74px;
    text-align:right;
}

.GalleryDetailNavigation__item small {
    margin-bottom:13px;
    color:#5f91ad;
    font-size:7px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.17em;
}

.GalleryDetailNavigation__item strong {
    max-width:390px;
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:20px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.025em;
}

.GalleryDetailNavigation__item > span {
    position:absolute;
    right:34px;
    top:50%;
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border:1px solid rgba(110,157,184,.30);
    border-radius:50%;
    color:#4f819c;
    background:#f5fafc;
    font-size:18px;
    font-weight:600;
    transform:translateY(-50%);
}

.GalleryDetailNavigation__item--next > span {
    left:34px;
    right:auto;
}

.GalleryDetailNavigation__item--empty {
    background:rgba(255,255,255,.54);
}

.GalleryDetailNavigation__back:focus-visible,
.GalleryDetailNavigation__item:focus-visible {
    outline:2px solid rgba(79,129,156,.72);
    outline-offset:4px;
}

@media (hover:hover) and (pointer:fine) {
    .GalleryDetailNavigation__back:hover {
        transform:translateY(-2px);
        background:#f5fafc;
        border-color:#7fa9bf;
    }

    .GalleryDetailNavigation__back:hover strong {
        color:#315d78;
    }

    .GalleryDetailNavigation__item:hover {
        background:#f5fafc;
        box-shadow:inset 0 -3px 0 rgba(110,157,184,.34);
    }

    .GalleryDetailNavigation__item:hover > span {
        border-color:#6e9db8;
        background:#edf7fb;
    }
}

/* EMPTY ------------------------------------------------- */
.GalleryDetailEmpty {
    min-height:680px;
    display:flex;
    align-items:center;
    background:
        radial-gradient(circle at 82% 18%,rgba(110,157,184,.09),transparent 30%),
        linear-gradient(135deg,#fbfaf7,#eef5f8);
}

.GalleryDetailEmpty__inner {
    padding:110px 0;
    text-align:center;
}

.GalleryDetailEmpty h1 {
    margin:0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:42px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.035em;
}

.GalleryDetailEmpty__inner > p:not(.GalleryEyebrow) {
    margin:24px 0 32px;
    color:var(--gallery-muted);
    font-size:14px;
    line-height:2;
}
