/* ============================================================
   Top message — cinematic editorial layout
   Company profile (about.css) と同じ色・罫線・写真の思想を継承。
   .message-cinematic 内に限定し、既存ページへ影響させない。
   ============================================================ */

.message-cinematic{
  --mp-black:#090b0f;
  --mp-black-2:#111318;
  --mp-paper:#f1f1ee;
  --mp-blue:#315cff;
  --mp-line:rgba(255,255,255,.16);
  --mp-ease:cubic-bezier(.16,1,.3,1);
  background:var(--mp-black);
  color:#fff;
}
.message-cinematic main{background:var(--mp-black);overflow:clip;}
.message-cinematic figure{margin:0;}
.message-cinematic .site-header{border:1px solid rgba(255,255,255,.08);}
.message-cinematic .site-footer{border-top:1px solid var(--mp-line);}
.message-cinematic .float-ctas{display:none;}
.mp-skip{position:fixed;z-index:999;left:12px;top:12px;transform:translateY(-150%);padding:10px 16px;background:#fff;color:#111;font-weight:700;}
.mp-skip:focus{transform:none;}
.mp-kicker,.mp-eyebrow{font-family:var(--en);font-size:.67rem;letter-spacing:.22em;text-transform:uppercase;}

/* 01 Hero */
.mp-hero{position:relative;min-height:100svh;overflow:hidden;background:var(--mp-black);isolation:isolate;}
.mp-hero-grid{position:absolute;inset:0;z-index:-1;opacity:.3;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:25vw 25vw;}
.mp-hero-glow{position:absolute;z-index:1;left:37%;top:-24%;width:45vw;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.56) 0%,rgba(83,111,255,.3) 16%,rgba(25,38,89,.1) 42%,transparent 70%);filter:blur(18px);mix-blend-mode:screen;opacity:.72;pointer-events:none;}
.mp-hero-copy{position:absolute;z-index:4;left:clamp(22px,6vw,94px);top:50%;transform:translateY(-48%);width:min(53vw,740px);}
.mp-eyebrow{margin-bottom:clamp(24px,4vw,48px);color:rgba(255,255,255,.58);}
.mp-hero-title{font-size:clamp(3.2rem,8.4vw,8.6rem);font-weight:700;line-height:1.03;letter-spacing:0;}
.mp-title-mask{display:block;overflow:hidden;padding-bottom:.08em;}
.mp-title-line{display:block;}
.mp-hero-en{margin-top:18px;font-family:var(--en);font-size:clamp(.65rem,1vw,.82rem);letter-spacing:.26em;color:rgba(255,255,255,.54);}
.mp-hero-lead{margin-top:clamp(30px,4.6vw,58px);font-size:clamp(.92rem,1.45vw,1.1rem);font-weight:600;line-height:2.05;letter-spacing:.06em;color:rgba(255,255,255,.9);}
.js .mp-title-line{transform:translateY(110%);transition:transform 1.25s var(--mp-ease) .23s;}
.js .mp-hero-item{opacity:0;transform:translateY(18px);transition:opacity .9s var(--mp-ease),transform .9s var(--mp-ease);}
.js .is-mp-ready .mp-title-line{transform:none;}
.js .is-mp-ready .mp-hero-item{opacity:1;transform:none;}
.is-mp-ready .mp-eyebrow{transition-delay:.08s;}
.is-mp-ready .mp-hero-en{transition-delay:.54s;}
.is-mp-ready .mp-hero-lead{transition-delay:.7s;}
.mp-hero-photo{position:absolute;z-index:2;inset:0 0 0 auto;width:62%;overflow:hidden;background:#111;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);}
.mp-hero-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--mp-black) 0%,rgba(9,11,15,.7) 18%,rgba(9,11,15,.05) 56%,rgba(9,11,15,.22) 100%),linear-gradient(0deg,rgba(9,11,15,.6),transparent 44%);}
.mp-hero-photo :is(img,video){display:block;width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:grayscale(.18) brightness(.7) contrast(1.12);transition:transform 1.7s var(--mp-ease);}
.js .mp-hero-photo :is(img,video){transform:scale(1.055);}
.js .mp-hero-lift{clip-path:polygon(15% 100%,100% 100%,100% 100%,0 100%);transform:translateY(7vh);transition:clip-path 1.25s var(--mp-ease) .16s,transform 1.25s var(--mp-ease) .16s;}
.js .is-mp-ready .mp-hero-lift{clip-path:polygon(15% 0,100% 0,100% 100%,0 100%);transform:none;}
.js .is-mp-ready .mp-hero-photo :is(img,video){transform:scale(1);}
.mp-hero-photo figcaption{position:absolute;z-index:2;right:18px;bottom:16px;font-family:var(--en);font-size:.55rem;letter-spacing:.08em;color:rgba(255,255,255,.5);}
.mp-video-toggle{display:none;position:absolute;z-index:4;right:18px;top:clamp(112px,12vh,138px);align-items:center;justify-content:center;min-width:76px;min-height:34px;padding:8px 12px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(9,11,15,.44);color:#fff;font-family:var(--en);font-size:.52rem;font-weight:600;letter-spacing:.16em;backdrop-filter:blur(10px);transition:background .25s ease,border-color .25s ease;}
.js .mp-video-toggle{display:flex;}
.mp-video-toggle:hover,.mp-video-toggle:focus-visible{background:rgba(9,11,15,.78);border-color:#fff;outline:none;}
.mp-hero-index{position:absolute;z-index:5;right:22px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;font-family:var(--en);font-size:.55rem;letter-spacing:.12em;color:rgba(255,255,255,.45);}
.mp-hero-index i{width:1px;height:72px;background:rgba(255,255,255,.28);}
.mp-scroll{position:absolute;z-index:5;left:clamp(22px,6vw,94px);bottom:28px;display:flex;align-items:center;gap:14px;font-family:var(--en);font-size:.55rem;letter-spacing:.22em;color:rgba(255,255,255,.64);}
.mp-scroll i{position:relative;width:70px;height:1px;background:rgba(255,255,255,.24);overflow:hidden;}
.mp-scroll i::after{content:"";position:absolute;inset:0;background:#fff;transform:translateX(-100%);}
.is-mp-ready .mp-scroll i::after{animation:mpScroll 2.2s ease-in-out infinite;}
@keyframes mpScroll{50%{transform:translateX(0)}100%{transform:translateX(100%)}}

/* Shared reveal */
.js .mp-reveal{opacity:0;transform:translateY(42px);transition:opacity 1s var(--mp-ease),transform 1s var(--mp-ease);}
.js .mp-reveal.is-visible{opacity:1;transform:none;}
.mp-lift{overflow:hidden;clip-path:inset(0);}
.js .mp-lift{clip-path:inset(0 0 99.5% 0);transform:translateY(7vh);transition:clip-path 1.2s var(--mp-ease),transform 1.2s var(--mp-ease);}
.js .mp-lift.is-visible{clip-path:inset(0);transform:none;}

/* 02 Introduction */
.mp-intro{display:grid;grid-template-columns:1fr 1fr;min-height:92svh;background:var(--mp-paper);color:#15171b;}
.mp-intro-photo{position:relative;min-height:760px;background:#c8c8c5;}
.mp-intro-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,9,12,.45),transparent 44%);}
.mp-intro-photo img{width:100%;height:100%;object-fit:cover;object-position:center 35%;filter:grayscale(.12) contrast(1.04);}
.mp-intro-photo span{position:absolute;z-index:2;left:24px;bottom:20px;font-family:var(--en);font-size:.58rem;letter-spacing:.18em;color:rgba(255,255,255,.8);}
.mp-intro-body{display:flex;flex-direction:column;justify-content:center;padding:clamp(72px,9vw,140px) clamp(28px,7vw,112px);background:var(--mp-black-2);color:#fff;}
.mp-intro-body .mp-kicker{margin-bottom:30px;color:#8fa7ff;}
.mp-intro-body h2{font-size:clamp(1.6rem,3.3vw,3rem);font-weight:500;line-height:1.78;letter-spacing:.04em;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.22em;}
.mp-intro-body>p:not(.mp-kicker):not(.mp-confirm){margin-top:38px;color:rgba(255,255,255,.72);font-size:clamp(.88rem,1.2vw,1rem);line-height:2.35;}
.mp-intro-body>p strong{color:#fff;font-weight:700;}
.mp-identity{margin-top:clamp(44px,6vw,72px);border-top:1px solid var(--mp-line);}
.mp-identity div{display:grid;grid-template-columns:130px 1fr;gap:18px;padding:13px 0;border-bottom:1px solid var(--mp-line);}
.mp-identity dt{font-family:var(--en);font-size:.63rem;letter-spacing:.12em;color:rgba(255,255,255,.42);}
.mp-identity dd{font-size:.82rem;color:rgba(255,255,255,.84);}
.mp-identity small{margin-left:.8em;font-family:var(--en);font-size:.7rem;letter-spacing:.06em;color:rgba(255,255,255,.48);}
.mp-confirm{margin-top:28px;color:#ffb7b7;font-size:.7rem;line-height:1.7;}

/* 03 Story intro */
.mp-story{position:relative;padding-top:clamp(100px,15vw,210px);background:#15171b;}
.mp-story-head{width:min(1120px,86vw);margin:0 auto;padding-bottom:clamp(80px,10vw,140px);display:grid;grid-template-columns:.72fr 1.28fr;column-gap:clamp(50px,9vw,150px);}
.mp-story-head .mp-kicker{padding-top:12px;color:#8fa7ff;}
.mp-story-head h2{font-size:clamp(2.2rem,5.6vw,5.2rem);font-weight:500;line-height:1.36;letter-spacing:.03em;}
.mp-story-head>p:last-child{grid-column:2;margin-top:36px;max-width:620px;color:rgba(255,255,255,.56);font-size:.8rem;line-height:2.05;}
.mp-story-layout{display:grid;grid-template-columns:78px minmax(0,1fr);align-items:start;}
.mp-story-rail{position:relative;height:100%;border-right:1px solid rgba(255,255,255,.11);}
.mp-story-rail>div{position:sticky;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;padding-block:28px;}
.mp-story-rail p{margin-bottom:20px;writing-mode:vertical-rl;font-family:var(--en);font-size:.52rem;letter-spacing:.2em;color:rgba(255,255,255,.38);}
.mp-story-rail a{display:flex;align-items:center;gap:8px;min-height:36px;color:rgba(255,255,255,.32);font-family:var(--en);font-size:.58rem;transition:color .35s ease;}
.mp-story-rail i{display:block;width:13px;height:1px;background:currentColor;transform:scaleX(.35);transform-origin:left;transition:transform .45s var(--mp-ease);}
.mp-story-rail a.is-active{color:#fff;}
.mp-story-rail a.is-active i{transform:scaleX(1);}

/*
 * 真正のスタッキングパネル：stickyにするのはカードの外側のstage。
 * 各stageが同じ位置に留まり、後続stageほど高いz-indexで前面へ重なる。
 * 48svhの下余白が、カード到着後の「読める滞在区間」になる。
 * wheel/touchは奪わず、ブラウザ本来のスクロールを維持する。
 */
.mp-stack{position:relative;isolation:isolate;padding-bottom:0;}
.mp-stack::after{content:"";display:block;height:clamp(96px,14svh,160px);pointer-events:none;}
.mp-stage{position:sticky;top:clamp(82px,8vh,106px);height:calc(100svh - clamp(106px,11vh,142px));margin-bottom:48svh;scroll-margin-top:90px;}
.mp-stage:last-child{margin-bottom:0;}
.mp-stage:nth-child(1){z-index:1;}
.mp-stage:nth-child(2){z-index:2;}
.mp-stage:nth-child(3){z-index:3;}
.mp-stage:nth-child(4){z-index:4;}
.mp-card{position:relative;height:100%;margin-inline:clamp(14px,2.2vw,34px);display:grid;grid-template-columns:1.02fr .98fr;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:var(--mp-black-2);box-shadow:0 42px 100px rgba(0,0,0,.34);transform-origin:50% 8%;will-change:transform,filter;}
.mp-card-photo{position:relative;min-width:0;overflow:hidden;background:#222;}
.mp-card-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,6,8,.46),transparent 48%);}
.mp-card-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(.13) contrast(1.06);transform:translate3d(0,var(--mp-image-y,0),0) scale(1.045);will-change:transform;}
.mp-card-photo span{position:absolute;z-index:2;left:22px;bottom:18px;font-family:var(--en);font-size:.55rem;letter-spacing:.18em;color:rgba(255,255,255,.72);}
.mp-card-body{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,5vw,82px);}
.mp-card-no{display:flex;align-items:flex-end;gap:10px;font-family:var(--en);line-height:1;}
.mp-card-no small{padding-bottom:5px;font-size:.55rem;letter-spacing:.2em;color:rgba(255,255,255,.42);}
.mp-card-no strong{font-size:clamp(2rem,4vw,3.3rem);font-weight:400;}
.mp-card-body h3{margin-top:clamp(22px,3vw,40px);font-size:clamp(1.45rem,2.8vw,2.55rem);font-weight:500;line-height:1.65;letter-spacing:.035em;text-decoration-line:underline;text-decoration-thickness:1px;text-underline-offset:.22em;}
.mp-card-body>p:not(.mp-card-no):not(.mp-sign){margin-top:clamp(15px,2vw,24px);font-size:clamp(.79rem,1vw,.93rem);line-height:2.15;color:rgba(255,255,255,.72);}
.mp-card--reverse .mp-card-photo{order:2;}
.mp-card--reverse .mp-card-body{order:1;}
.mp-card--paper{background:var(--mp-paper);color:#15171b;border-color:rgba(15,17,20,.14);}
.mp-card--paper .mp-card-no small,.mp-card--paper .mp-card-body>p:not(.mp-card-no):not(.mp-sign){color:rgba(17,20,24,.62);}
.mp-card--blue{background:#2449cf;}
.mp-card--blue .mp-card-photo::after{background:linear-gradient(0deg,rgba(17,41,139,.5),transparent 54%);}
.mp-sign{margin-top:clamp(24px,3vw,38px);font-size:.78rem;line-height:2;color:rgba(17,20,24,.62);}
.mp-sign strong{font-size:1.08em;color:#15171b;letter-spacing:.05em;}

/* 06 Future */
.mp-future{position:relative;min-height:108svh;display:grid;place-items:center;overflow:hidden;background:#777;}
.mp-future-photo{position:absolute;inset:0;}
.mp-future-photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,8,.52),rgba(5,6,8,.08) 58%,rgba(5,6,8,.25)),linear-gradient(0deg,rgba(5,6,8,.58),transparent 58%);}
.mp-future-photo img{width:100%;height:118%;object-fit:cover;object-position:center;filter:grayscale(.48) brightness(.8) contrast(1.09);will-change:transform;}
.mp-future-copy{position:relative;z-index:2;width:min(1120px,86vw);text-shadow:0 3px 28px rgba(0,0,0,.5);}
.mp-future-copy>p{font-family:var(--en);font-size:.64rem;letter-spacing:.22em;color:rgba(255,255,255,.72);}
.mp-future-copy h2{margin-top:24px;font-size:clamp(2rem,5.6vw,5rem);font-weight:500;line-height:1.48;letter-spacing:.05em;}
.mp-future-copy>span{display:block;margin-top:38px;font-size:clamp(.82rem,1.2vw,.96rem);line-height:2.2;color:rgba(255,255,255,.82);}
.mp-note{padding:22px clamp(22px,6vw,94px);background:#15171b;border-block:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.48);font-size:.68rem;line-height:1.8;}

/* 07 Related */
.mp-related{padding:clamp(90px,13vw,180px) clamp(22px,8vw,120px);background:var(--mp-black-2);}
.mp-related-head{width:min(1200px,100%);margin:0 auto clamp(48px,7vw,88px);}
.mp-related-head .mp-kicker{color:#8fa7ff;}
.mp-related-head h2{margin-top:18px;font-size:clamp(1.8rem,4.5vw,3.8rem);font-weight:500;}
.mp-related-grid{width:min(1200px,100%);margin:auto;display:grid;grid-template-columns:1fr 1fr;}
.mp-related-link{position:relative;min-height:420px;overflow:hidden;border:1px solid rgba(255,255,255,.12);}
.mp-related-link+.mp-related-link{border-left:0;}
.mp-related-link::after{content:"";position:absolute;inset:0;background:rgba(5,6,8,.4);transition:background .45s ease;}
.mp-related-link img{width:100%;height:100%;object-fit:cover;filter:grayscale(.42);transition:transform .9s var(--mp-ease),filter .6s ease;}
.mp-related-link>span{position:absolute;z-index:2;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.mp-related-link small{font-family:var(--en);font-size:.62rem;letter-spacing:.2em;color:rgba(255,255,255,.7);}
.mp-related-link strong{margin-top:12px;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:500;}
.mp-related-link i{margin-top:20px;font-style:normal;font-size:1.1rem;transition:transform .35s ease;}
.mp-related-link:hover::after{background:rgba(5,6,8,.22);}
.mp-related-link:hover img{transform:scale(1.045);filter:grayscale(.05);}
.mp-related-link:hover i{transform:translate(4px,-4px);}
.message-cinematic .contact-band{position:relative;background:linear-gradient(105deg,#4166f5,#3157ec 62%,#6f8bff);overflow:hidden;}
.message-cinematic .contact-band::after{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 75% 42%,rgba(255,255,255,.22),transparent 36%);pointer-events:none;}
.message-cinematic .cb-inner{position:relative;z-index:1;}

@media (max-width:1100px){
  .mp-card-body{padding:clamp(28px,4vw,54px);}
  .mp-card-body h3{font-size:clamp(1.35rem,2.7vw,2.2rem);}
  .mp-card-body>p:not(.mp-card-no):not(.mp-sign){line-height:2;}
}

@media (max-width:1024px){
  .message-cinematic .site-header:has(.gnav.is-open){top:0;left:0;transform:none;width:100%;max-width:none;height:100svh;border-radius:0;background:#fff;align-items:flex-start;padding-top:14px;}
  .message-cinematic .site-header:has(.gnav.is-open) .logo{position:relative;z-index:171;margin-top:10px;}
  .message-cinematic .site-header:has(.gnav.is-open) .logo-img{filter:brightness(0);}
  .message-cinematic .site-header:has(.gnav.is-open) .nav-toggle{margin-left:auto;}
  .message-cinematic .gnav.is-open{position:absolute;inset:0;height:100%;padding-top:calc(var(--header-h) + 50px);}
  .mp-hero-photo{width:72%;opacity:.86;}
  .mp-hero-copy{width:64vw;}
  .mp-intro{grid-template-columns:.9fr 1.1fr;}
  .mp-intro-photo{min-height:680px;}
  .mp-card{grid-template-columns:.92fr 1.08fr;}
}

@media (max-width:900px){
  .mp-hero-grid{background-size:50vw 50vw;}
  .mp-hero{min-height:820px;}
  .mp-hero-glow{left:18%;width:80vw;}
  .mp-hero-photo{inset:0;width:100%;clip-path:none;opacity:1;}
  .mp-hero-photo::after{background:linear-gradient(90deg,rgba(9,11,15,.8),rgba(9,11,15,.18)),linear-gradient(0deg,rgba(9,11,15,.84),transparent 62%);}
  .mp-hero-photo :is(img,video){object-position:50% center;}
  .js .mp-hero-lift{clip-path:inset(100% 0 0);}
  .js .is-mp-ready .mp-hero-lift{clip-path:inset(0);}
  .mp-hero-copy{left:24px;top:auto;bottom:112px;transform:none;width:calc(100% - 48px);}
  .mp-hero-title{font-size:clamp(3.4rem,13vw,6.3rem);}
  .mp-hero-index{display:none;}
  .mp-scroll{left:24px;bottom:34px;}
  .mp-intro{grid-template-columns:1fr;}
  .mp-intro-photo{min-height:72svh;}
  .mp-intro-body{padding:76px 7vw 92px;}
  .mp-story-head{grid-template-columns:1fr;width:86vw;}
  .mp-story-head h2{margin-top:28px;}
  .mp-story-head>p:last-child{grid-column:auto;margin-top:28px;}
  .mp-story-layout{display:block;}
  .mp-story-rail{display:none;}
  .mp-stack{padding:0 14px;}
  .mp-stack::after{height:clamp(110px,16svh,180px);}
  .mp-stage{position:sticky;top:106px;height:calc(100svh - 124px);min-height:0;margin-bottom:42svh;scroll-margin-top:106px;}
  .mp-stage+.mp-stage{margin-top:0;}
  .js .mp-reveal{filter:blur(6px);transform:translate3d(0,52px,0) scale(.985);transition:opacity .82s var(--mp-ease),transform 1.05s var(--mp-ease),filter .82s ease;}
  .js .mp-reveal.is-visible{filter:none;transform:none;}
  .js .mp-lift{transform:translate3d(0,8vh,0) scale(.985);}
  .js .mp-lift.is-visible{transform:none;}
  .mp-card{position:relative;top:auto;height:100%;min-height:0;margin:0;grid-template-columns:1fr;grid-template-rows:25% minmax(0,75%);border-radius:14px;backface-visibility:hidden;}
  .mp-card-photo,.mp-card--reverse .mp-card-photo{order:0;min-height:0;height:100%;}
  .mp-card-body,.mp-card--reverse .mp-card-body{order:1;min-height:0;padding:17px 20px 19px;}
  .mp-card-no strong{font-size:1.55rem;}
  .mp-card-body h3{margin-top:12px;font-size:clamp(1.16rem,4.8vw,1.42rem);line-height:1.48;}
  .mp-card-body>p:not(.mp-card-no):not(.mp-sign){margin-top:9px;font-size:.75rem;line-height:1.72;}
  .mp-sign{margin-top:11px;font-size:.68rem;line-height:1.7;}
  .mp-future{min-height:92svh;}
}

@media (max-width:680px){
  .mp-hero{min-height:760px;}
  .mp-hero-copy{bottom:108px;}
  .mp-hero-lead{font-size:.86rem;}
  .mp-intro-photo{min-height:62svh;}
  .mp-identity div{grid-template-columns:98px 1fr;}
  .mp-identity small{display:block;margin:6px 0 0;}
  .mp-story{padding-top:92px;}
  .mp-story-head{padding-bottom:68px;}
  .mp-story-head h2{font-size:2.45rem;}
  .mp-card-photo,.mp-card--reverse .mp-card-photo{min-height:0;}
  .mp-related{padding:84px 18px;}
  .mp-related-grid{grid-template-columns:1fr;}
  .mp-related-link{min-height:330px;}
  .mp-related-link+.mp-related-link{border-left:1px solid rgba(255,255,255,.12);border-top:0;}
  .mp-future-copy h2 br{display:none;}
  .mp-future-copy>span br{display:none;}
}

@media (max-width:900px) and (max-height:720px){
  .mp-stage{top:100px;height:calc(100svh - 112px);margin-bottom:38svh;scroll-margin-top:100px;}
  .mp-card{grid-template-rows:20% minmax(0,80%);}
  .mp-card-photo span{left:14px;bottom:9px;font-size:.46rem;}
  .mp-card-body,.mp-card--reverse .mp-card-body{padding:10px 15px 12px;overflow-y:auto;-webkit-overflow-scrolling:touch;}
  .mp-card-no strong{font-size:1.3rem;}
  .mp-card-no small{font-size:.48rem;}
  .mp-card-body h3{margin-top:6px;font-size:1.04rem;line-height:1.4;}
  .mp-card-body>p:not(.mp-card-no):not(.mp-sign){margin-top:6px;font-size:.75rem;line-height:1.58;}
  .mp-sign{margin-top:7px;font-size:.62rem;line-height:1.55;}
}

@media (prefers-reduced-motion:reduce){
  .message-cinematic *,.message-cinematic *::before,.message-cinematic *::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;}
  .js .mp-title-line,.js .mp-hero-item,.js .mp-reveal,.js .mp-lift,.js .mp-hero-lift{opacity:1;transform:none;clip-path:none;}
  .mp-stage{position:relative;top:auto;height:auto;margin-bottom:22px;}
  .mp-card{height:auto;min-height:min(760px,90svh);}
  .mp-card,.mp-card-photo img,.mp-future-photo img{will-change:auto;transform:none!important;filter:none!important;}
}

/* Unified header safeguard
   代表挨拶ページ固有CSSから共通ヘッダー寸法が縮まないよう、
   全ページと同じ値をページCSSの最終定義として固定する。 */
.message-cinematic .site-header.site-header--unified{
  top:20px;
  width:calc(100% - 88px);
  max-width:none;
  height:68px;
  padding:0 28px;
}
.message-cinematic .site-header--unified .logo-img{width:150px;height:auto;}
.message-cinematic .site-header--unified .gnav a{font-size:.75rem;}
.message-cinematic .site-header--unified .hbtn{height:40px;padding-inline:24px;font-size:.75rem;}
@media (max-width:1100px){
  .message-cinematic .site-header.site-header--unified{width:calc(100% - 32px);}
}
@media (max-width:1024px){
  .message-cinematic .site-header.site-header--unified{top:14px;height:68px;}
}
@media (max-width:800px){
  .message-cinematic .site-header.site-header--unified{top:14px;width:calc(100% - 20px);height:84px;padding-inline:18px;}
  .message-cinematic .site-header--unified .logo-img{width:136px;}
}

/* Message typography mapping — see TYPOGRAPHY.md */
.mp-hero-title{font-size:var(--fs-first-view);line-height:1.08;}
.mp-story-head h2,.mp-future-copy h2,.mp-related-head h2{
  font-size:var(--fs-section-title);
}
.mp-intro-body h2,.mp-card-body h3{font-size:var(--fs-subheading);}
.mp-hero-lead{font-size:var(--fs-lead);}
.mp-intro-body>p:not(.mp-kicker):not(.mp-confirm),.mp-identity dd,
.mp-story-head>p:last-child,
.mp-card-body>p:not(.mp-card-no):not(.mp-sign),.mp-sign{
  font-size:var(--fs-body);
}
.mp-kicker,.mp-eyebrow,.mp-hero-en,.mp-story-rail p,.mp-story-rail a,
.mp-card-no small,.mp-card-no em,.mp-card-photo figcaption,.mp-future-copy>p,
.mp-identity dt,.mp-identity small,.mp-confirm,.mp-note,.mp-related-link small{
  font-size:var(--fs-label);
}
.message-cinematic .site-header--unified .gnav a,
.message-cinematic .site-header--unified .hbtn{font-size:var(--fs-label);}

/* Keep the introduction statement on the intended two-line composition. */
.mp-intro-body h2{
  font-size:clamp(1.35rem,2vw,1.9rem);
  letter-spacing:.01em;
}
.mp-intro-body h2 span{white-space:nowrap;}
@media (max-width:900px){
  .mp-intro-body{padding-inline:14px;}
  .mp-intro-body h2{
    font-size:clamp(.82rem,3.75vw,1.3rem);
    letter-spacing:0;
  }
}
