@charset "UTF-8";
/* =========================================================
   Forbes JAPAN × 星野リゾート ｜ Here's the LOCAL LEGENDS
   style.scss  ★このSCSSが唯一の正本。ビルド: npx sass scss/style.scss:css/style.css --style=expanded --no-source-map
   Figma準拠（PC 1440 / SP 375 の実寸を固定px、間は流動）。BP: 750(SP)/1023(TB)
   ========================================================= */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  color: #1a1a1a;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.95;
  letter-spacing: 0.04em;
  background: #e6e1d7;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, p {
  margin: 0;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 750px) {
  .spOnly {
    display: block !important;
  }
}

/* コンテンツグリッド: 幅1024 / 左右208(@1440) */
.w1024 {
  width: 1024px;
  max-width: calc(100% - 96px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .w1024 {
    max-width: calc(100% - 74px);
  }
}

/* アンカースクロール余白（固定ヘッダー分） */
:where([id]) {
  scroll-margin-top: 90px;
}

/* スクロールフェード: 参考ページ同様、下から上へふわっと表示 */
.fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}
.fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* 背景色レイヤー（Figmaコメント#1 / 単一トークン参照） */
.bg-layer {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: #e6e1d7;
  transition: background-color 0.3s ease-in-out;
}

/* ---------- Header ---------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.header .inner {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 40px;
}
@media screen and (max-width: 750px) {
  .header .inner {
    height: 45px;
    padding: 0 0 0 17px;
  }
}
.logo {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .logo {
    position: relative;
    display: block;
    width: 253px;
    height: 45px;
  }
}

.logo-forbes {
  height: 32px;
  width: auto;
  transform: translateY(12px);
}
@media screen and (max-width: 750px) {
  .logo-forbes {
    position: absolute;
    left: 0;
    top: 17px;
    width: 90px;
    height: auto;
    transform: none;
  }
}

.logo-sep {
  align-self: flex-start;
  width: 1px;
  height: 80px;
  background: #1a1a1a;
}
@media screen and (max-width: 750px) {
  .logo-sep {
    position: absolute;
    left: 108px;
    top: 0;
    width: 1px;
    height: 45px;
  }
}

.logo-hoshino {
  height: 36px;
  width: auto;
  transform: translateY(11px);
}
@media screen and (max-width: 750px) {
  .logo-hoshino {
    position: absolute;
    left: 126px;
    top: 13px;
    width: 127px;
    height: auto;
    transform: none;
  }
}

/* ---------- FV（可変画面高: 常に一画面。100dvhでiOSアドレスバー変動に追従／min-heightで下限保証）---------- */
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 620px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  contain: paint;
  isolation: isolate;
}
@media screen and (max-width: 750px) {
  .fv {
    height: 620px;
    min-height: 620px;
  }
  #fv {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
  #fv .fv-bg {
    display: block;
    visibility: visible;
    opacity: 1;
    background: #e6e1d7 url("../img/komorebi_poster.jpg") center center/cover no-repeat;
  }
  #fv .fv-inner,
  #fv .fv-title,
  #fv .fv-title-img,
  #fv .fv-sub,
  #fv .fv-brands,
  #fv .fv-scroll {
    visibility: visible;
    opacity: 1;
  }
}

.fv-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  transform: translateZ(0);
}

.fv-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.4s ease-in-out;
  filter: saturate(0.3) sepia(0.25) hue-rotate(0deg) brightness(0.9) blur(2px);
  transform: scale(1.06);
  backface-visibility: hidden;
  will-change: opacity;
}
.fv-video.is-active {
  opacity: 1;
}

.fv-komorebi {
  position: absolute;
  inset: -10%;
  background: radial-gradient(circle at 20% 30%, rgba(255, 252, 240, 0.55), transparent 22%), radial-gradient(circle at 68% 22%, rgba(255, 250, 235, 0.45), transparent 20%), radial-gradient(circle at 82% 60%, rgba(255, 251, 238, 0.5), transparent 24%), radial-gradient(circle at 40% 75%, rgba(255, 250, 236, 0.4), transparent 26%), radial-gradient(circle at 55% 45%, rgba(250, 246, 232, 0.35), transparent 30%);
  mix-blend-mode: screen;
  filter: blur(6px);
  animation: komorebiDrift 18s ease-in-out infinite alternate;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

@keyframes komorebiDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.9;
  }
  50% {
    transform: translate3d(2%, -1.5%, 0) scale(1.06);
    opacity: 1;
  }
  100% {
    transform: translate3d(-2%, 1.5%, 0) scale(1.02);
    opacity: 0.85;
  }
}
.fv-overlay {
  position: absolute;
  inset: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  background: linear-gradient(180deg, rgba(230, 225, 215, 0.35) 0%, rgba(230, 225, 215, 0.35) 65%, rgba(230, 225, 215, 0.75) 85%, #e6e1d7 100%);
}

/* 基準高(PC820/SP620)でFigma位置(title y149/y188)を再現し、増分は上下へ均等配分(センタリング相当)
   padding-top = Figma基準offset + (実FV高 - 基準高)/2 。1行目は非対応ブラウザ用フォールバック */
.fv-inner {
  position: relative;
  z-index: 2;
  width: 1024px;
  max-width: calc(100% - 96px);
  margin-inline: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 40px;
  padding-top: 149px;
  padding-top: max(118px, 149px + (100dvh - 820px) / 2);
}
@media screen and (max-width: 750px) {
  .fv-inner {
    width: calc(100% - 74px);
    max-width: none;
    padding-top: 188px;
    padding-bottom: 0;
  }
}

.fv-title {
  margin: 0;
}

.fv-title-img {
  display: block;
  width: 676px;
  max-width: 100%;
  height: auto;
  margin-left: 4px;
  filter: drop-shadow(18px 19px 4px rgba(105, 94, 80, 0.2));
}
@media screen and (max-width: 750px) {
  .fv-title-img {
    width: 270px;
    margin-left: 0;
    filter: drop-shadow(6.4px 6.4px 3.2px rgba(105, 94, 80, 0.24));
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-only {
    display: inline;
  }
}

.fv-sub {
  position: relative;
  align-self: flex-start;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  padding-top: 23px;
  padding-bottom: 8.3px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .fv-sub {
    width: 270px;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 18px;
    padding: 0 0 24px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

/* 見出し横線: サブコピーの下、右端にScrollとのクリアランス48pxを確保 */
.fv-sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: rgba(40, 40, 38, 0.5);
  width: 650px;
}
@media screen and (max-width: 750px) {
  .fv-sub::after {
    width: 250px;
  }
}
.fv-brands {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.18em;
  font-size: 20px;
  margin-top: 15px;
  color: #3a3a36;
}
@media screen and (max-width: 750px) {
  .fv-brands {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-top: 24px;
    white-space: nowrap;
  }
}

/* Scrollも基準高でFigma位置(PC top560 / SP bottom40)、増分は同じく上下均等配分 */
.fv-scroll {
  position: absolute;
  right: 210.3px;
  bottom: auto;
  z-index: 3;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 7.2px;
  top: 560px;
  top: calc(560px + (100dvh - 820px) / 2);
  /* SPもtop基準へ。支給PDF同様、縦線とScroll文字を同じY座標から開始する */
}
@media screen and (min-width: 751px) and (max-width: 960px) {
  .fv-scroll {
    right: calc(100vw - 749.7px);
  }
}
@media screen and (max-width: 750px) {
  .fv-scroll {
    right: auto;
    left: 38px;
    top: 532px;
    display: block;
    width: 24px;
    height: 90px;
  }
}
.fv-scroll span {
  writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 24px;
  color: #2a2a26;
}
@media screen and (max-width: 750px) {
  .fv-scroll span {
    position: absolute;
    left: 12px;
    top: 0;
    font-size: 12px;
  }
}
.fv-scroll {
  /* 縦線: 文字と同じY座標から始め、100dvh下端まで伸ばす */
}
.fv-scroll::after {
  content: "";
  width: 1px;
  height: var(--fv-scroll-line-height, calc(50dvh - 150px));
  background: #2a2a26;
  transform: scaleY(0);
  transform-origin: top;
  animation: lineGrow 2.4s ease infinite;
}
@media screen and (max-width: 750px) {
  .fv-scroll::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
  }
}

@keyframes lineGrow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
/* ---------- セクション見出し（左寄せ・英字ウォーターマーク+和文ラベル）---------- */
.sec {
  position: relative;
}

.about {
  padding-top: 101px;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .about {
    padding-top: 33px;
    padding-bottom: 0;
  }
}

.stories {
  padding-top: 160px;
}
@media screen and (max-width: 750px) {
  .stories {
    padding-top: 40px;
  }
}

/* Figma: 本文列は左を約87pxインデント(x295) */
/* 英字大見出し(.sec-head/.en-head)はコンテンツ左端。和文(.ja-head)と本文(.lead)のみ87px内側 */
.lead {
  margin-left: 87px;
}
@media screen and (max-width: 750px) {
  .lead {
    margin-left: 0;
  }
}

.sec-head {
  position: relative;
  text-align: left;
  margin-bottom: 24px;
}

/* PC限定: 見出し下→lead の余白（本文h128前提でFigmaのlead Yに合わせる。SPは非改変） */
@media (min-width: 751px) {
  .about .sec-head {
    margin-bottom: 38.98px;
  }
  .stories .sec-head {
    margin-bottom: 35.16px;
  }
  /* 和文見出しの重なりをFigmaへ(相対topのためflow=lead位置に影響しない) */
  .about .ja-head {
    top: 0;
    margin-left: 87px;
  }
  .stories .ja-head {
    top: 0;
  }
  /* 英字グリフ上端をFigma outline上端へ(line-height由来の上振り22pxを相対topで補正・flow非影響) */
  .en-head {
    position: relative;
    top: 22px;
  }
}
.en-head {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 106.75px;
  line-height: 0.82;
  letter-spacing: 0.02em;
  color: #d6cebb;
}
@media screen and (max-width: 750px) {
  .en-head {
    font-size: 44px;
  }
}

.ja-head {
  display: inline-block;
  position: relative;
  margin-top: -14px;
  margin-left: 96px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.12em;
  color: #1a1a1a;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a1a1a;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .ja-head {
    font-size: 16px;
    margin-top: -24px;
    margin-left: 0;
  }
}

.lead {
  text-align: left;
  max-width: 850px;
  font-size: 18px;
  line-height: 1.778;
  color: #26251f;
}
@media screen and (max-width: 750px) {
  .lead {
    font-size: 14px;
    line-height: 1.848;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 750px) {
  .about .lead {
    margin-top: 30px;
  }
}

.stories .lead {
  max-width: 886px;
}
@media screen and (max-width: 750px) {
  .stories .lead {
    margin-top: -4px;
  }
}

@media screen and (max-width: 750px) {
  .about .en-head {
    width: 179px;
    height: 89px;
    margin-left: -10px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: url("../img/about_title_sp.png") 0 0/179px 89px no-repeat;
  }
  .about .ja-head {
    width: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
    top: -24.5px;
    white-space: nowrap;
  }
  .stories .en-head {
    width: 153px;
    height: 38px;
    margin-left: -8px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: url("../img/stories_title_sp.png") 0 0/153px 38px no-repeat;
  }
  .stories .ja-head {
    width: 66px;
    margin-top: -5px;
    margin-left: 0;
    top: -15px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
}

/* About背景: PC=幅1024中央/角丸 ・ SP=全幅(x0 w375)/角丸なし/#CDC3AF（全幅ラッパー分離） */
.about-box {
  margin: 80px auto 0;
  max-width: 1024px;
  background: #d6cdb9;
  border-radius: 0;
  /* Figma: 四隅を斜め切りした八角形(面取り約20px)。border-radiusではなくclip-pathで再現 */
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}
@media screen and (max-width: 750px) {
  .about-box {
    margin-top: 34px;
    max-width: none;
    width: 100%;
    border-radius: 0;
    clip-path: none;
    background: #cdc3af;
  }
}

/* Figma準拠: 左右padding87(内容x295)・上68.4・下64.6。高さは本文量に追従 */
.about-box-inner {
  padding: 68.4px 87px 64.6px;
  min-height: 0;
}
@media screen and (max-width: 750px) {
  .about-box-inner {
    padding: 30px 38px 40px;
    min-height: 0;
  }
}

.about-box-title {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 17.4px;
}
@media screen and (max-width: 750px) {
  .about-box-title {
    gap: 16px;
    margin-bottom: 20.7px;
  }
}
.about-box-title span {
  flex: 0 0 auto;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: #201f1c;
}
@media screen and (max-width: 750px) {
  .about-box-title span {
    font-size: 16px;
  }
}
.about-box-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #8a8272;
}

.about-box p {
  font-size: 17px;
  line-height: 1.976;
  color: #2c2b25;
}
@media screen and (max-width: 750px) {
  .about-box p {
    font-size: 14px;
    line-height: 1.92;
    letter-spacing: 0;
  }
}

/* ---------- Stories ロゴナビ ---------- */
.story-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 44px;
  max-width: 1000px;
  margin: 80px auto 0;
}
@media screen and (min-width: 751px) {
  .stories .story-nav {
    max-width: 886px;
    margin-right: auto;
    margin-left: 87px;
  }
}
@media screen and (max-width: 750px) {
  .story-nav {
    flex-wrap: wrap;
    gap: 52px 0;
    margin-top: 56px;
    width: calc(100% - 2px);
    margin-right: 2px;
    margin-left: 0;
  }
}
.story-nav li {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .story-nav li {
    flex: 0 0 33.333%;
  }
  .story-nav li:nth-child(3n+1) {
    justify-content: flex-start;
  }
  .story-nav li:nth-child(3n+2) {
    justify-content: center;
  }
  .story-nav li:nth-child(3n) {
    justify-content: flex-end;
  }
}
.story-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  transition: transform 0.35s ease;
}
.story-nav li a:hover {
  transform: translateY(-4px);
}
.story-nav li a:hover .nav-arrow {
  transform: rotate(45deg) translate(2px, 2px);
}

.nav-ep {
  display: block;
  width: auto;
  height: 32px;
  margin-block: 0;
  object-fit: contain;
}

/* ep6: Figma更新版 MANAGER / CROSSTALK */
.story-nav li:nth-child(6) a {
  gap: 30px;
}
.story-nav li:nth-child(6) .nav-manager {
  width: 86px;
  height: 28px;
}
.story-nav li:nth-child(6) .nav-logo {
  width: 84px;
  height: 84px;
  margin-top: 4px;
}
.story-nav li:nth-child(6) .nav-zadankai {
  width: 84px;
  height: 84px;
  max-height: 84px;
}

.nav-logo {
  height: 84px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .nav-logo {
    height: 68px;
  }
}
.nav-logo img {
  max-height: 84px;
  max-width: 120px;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .story-nav li:nth-child(1) .nav-logo img {
    width: 68px;
    height: auto;
  }
  .story-nav li:nth-child(2) .nav-logo img,
  .story-nav li:nth-child(3) .nav-logo img {
    width: 67px;
    height: 67px;
  }
  .story-nav li:nth-child(4) .nav-logo img {
    width: 72px;
    height: auto;
  }
  .story-nav li:nth-child(5) .nav-logo img {
    width: 69px;
    height: auto;
  }
}

/* ep6 座談会SVG: 明示寸法(computed 0回避) */
.nav-logo img[src$="zadankai.svg"] {
  width: 84px;
  height: 84px;
}
@media screen and (max-width: 750px) {
  .story-nav li a,
  .story-nav li:nth-child(6) a {
    gap: 35px;
  }
  .nav-logo img[src$="zadankai.svg"] {
    width: 68px;
    height: 68px;
  }
  .story-nav li:nth-child(6) .nav-manager {
    width: 69px;
    height: 21px;
    transform: translateY(8px);
  }
  .story-nav li:nth-child(6) .nav-logo {
    width: 68px;
    height: 67px;
    margin-top: 17px;
    margin-bottom: -5px;
  }
  .story-nav li:nth-child(6) .nav-zadankai {
    width: 68px;
    height: 67px;
    max-height: 67px;
  }
}

.nav-arrow {
  width: 12px;
  height: 12px;
  border-right: 1px solid #55524a;
  border-bottom: 1px solid #55524a;
  transform: rotate(45deg);
  transition: transform 0.35s;
}

/* ---------- 記事（PC: 2カラム / SP: display:contentsで順序制御）---------- */
.articles {
  position: relative;
  padding-top: 389.7px;
}
@media screen and (max-width: 750px) {
  .articles {
    padding-top: 151.7px;
  }
}

.article {
  position: relative;
  min-height: 840px;
}
@media screen and (max-width: 750px) {
  .article {
    min-height: 924.5px;
    padding: 0;
  }
}

@media (min-width: 751px) {
  #ep3 {
    min-height: 841px;
  }
  #ep4 {
    min-height: 830px;
  }
  #ep5 {
    min-height: 834px;
  }
  #ep6 {
    min-height: 840px;
  }
  /* ── ブランド別ロゴ実寸(Figma採寸)。max-height一律を廃止 ── */
  #ep1 .article-logo img {
    width: 141px;
    height: 139px;
  }
  #ep2 .article-logo img {
    width: 140px;
    height: 140px;
  }
  #ep3 .article-logo img {
    width: 140px;
    height: 140px;
  }
  #ep4 .article-logo img {
    width: 148px;
    height: 100px;
  }
  #ep5 .article-logo img {
    width: 147px;
    height: 110px;
  }
  /* meta段高をFigma実測へ(title = meta高 + margin49.5) */
  #ep1 .article-meta {
    min-height: 139px;
  }
  #ep2 .article-meta {
    min-height: 140px;
  }
  #ep3 .article-meta {
    min-height: 140px;
  }
  #ep4 .article-meta {
    min-height: 130px;
  }
  #ep5 .article-meta {
    min-height: 133px;
  }
  #ep6 .article-meta {
    min-height: 96px;
    margin-bottom: 50px;
  }
  /* 画像(＋引用)列の上端を記事別に(Figma image y-rel) */
  #ep4 .article-col--img {
    padding-top: 24px;
  }
  #ep5 .article-col--img {
    padding-top: 26px;
  }
  #ep6 .article-col--img {
    padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  #ep6 {
    min-height: 843px;
  }
}
.article-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.article--imgright .article-inner {
  flex-direction: row-reverse;
}

.article-col--img {
  flex: 0 0 59.5%;
  max-width: 59.5%;
  padding-top: 29px;
}
@media screen and (max-width: 750px) {
  .article-col--img {
    padding-top: 0;
  }
}

.article-col--text {
  flex: 0 0 32%;
  max-width: 32%;
}

.article-img img {
  width: 100%;
  box-shadow: 0 24px 60px rgba(60, 55, 45, 0.16);
}

/* 引用（画像の上・縦線tick） */
.article-quote {
  position: relative;
  z-index: 2;
  padding-left: 13px;
  margin-bottom: 15px;
  margin-left: 18px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #1a1a1a;
}
@media screen and (max-width: 750px) {
  .article-quote {
    font-size: 16px;
  }
}
.article-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1px;
  height: 100px;
  background: #1a1a1a;
}
@media screen and (max-width: 750px) {
  .article-quote::before {
    height: 84px;
  }
}

/* ep番号+ロゴ（テキスト列の外側上部） */
.article-meta {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 49.5px;
}
@media screen and (max-width: 750px) {
  .article-meta {
    gap: 18px;
    margin-bottom: 14px;
  }
}

/* Figma: 番号は常に画像側(内側)、ロゴは外側。imgleft=番号左/ロゴ右、imgright=ロゴ左/番号右 */
.article--imgleft .article-meta {
  justify-content: space-between;
}

.article--imgright .article-meta {
  justify-content: space-between;
  flex-direction: row-reverse;
}

.article-no {
  position: relative;
  display: block;
  flex: 0 0 auto;
  height: 122px;
  overflow: visible;
}

.article-ep, .article-digit {
  position: absolute;
  display: block;
  object-fit: contain;
}

.article-no-sp {
  display: block;
  width: 100%;
  height: 100%;
}

#ep1 .article-ep, #ep1 .article-digit,
#ep2 .article-ep, #ep2 .article-digit,
#ep3 .article-ep, #ep3 .article-digit,
#ep4 .article-ep, #ep4 .article-digit,
#ep5 .article-ep, #ep5 .article-digit {
  display: none;
}

.article-ep {
  top: 21px;
  z-index: 1;
  width: 37px;
  height: 23px;
}

.article-digit {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#ep1 .article-no { width: 82px; height: 118px; margin-left: -7px; }
#ep1 .article-ep { left: -16px; }
#ep2 .article-no { width: 112px; height: 118px; margin-right: 6px; }
#ep2 .article-ep { left: -25px; }
#ep2 .article-digit { transform: translateX(-5px); }
#ep3 .article-digit { transform: translateX(-2px); }
#ep4 .article-digit { transform: translateX(-5px); }
#ep5 .article-digit { transform: translateX(-5px); }
#ep6 .article-digit { transform: translateX(-2px); }
#ep3 .article-no { width: 104px; height: 118px; margin-left: -1px; }
#ep3 .article-ep { left: -25px; }
#ep4 .article-no { width: 119px; height: 118px; margin-right: -1px; }
#ep4 .article-ep { left: -27px; }
#ep5 .article-no { width: 116px; height: 122px; margin-left: -3px; }
#ep5 .article-ep { left: -22px; top: 22px; }
#ep6 .article-no { width: 104px; height: 118px; }
#ep6 .article-ep { left: -25px; top: 19px; }
}

.article-manager-title {
  display: block;
  flex: 0 0 auto;
  width: 310px;
  height: 96px;
}
.article-manager-title img {
  display: block;
  width: 100%;
  height: 100%;
}

.article-logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .article-logo {
    height: 54px;
  }
}
.article-logo img {
  max-width: 200px;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .article-logo img {
    max-height: 54px;
  }
}
.article-title {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin-bottom: 26.5px;
  color: #1a1a1a;
}
@media screen and (max-width: 750px) {
  .article-title {
    font-size: 18px;
    line-height: 1.444;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.article-desc {
  font-size: 14px;
  line-height: 2.05;
  color: #2c2b25;
}
@media screen and (max-width: 750px) {
  .article-desc {
    line-height: 1.757;
    letter-spacing: 0;
  }
}

/* Read Article（右寄せ / ホバーで下線が左→右 / Figmaコメント#2,#3） */
.article-more {
  display: block;
  text-align: right;
  margin-top: 23px;
  cursor: pointer;
}
.article-more span {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  padding-bottom: 6px;
}
.article-more span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.16, 0.7, 0.2, 1);
}
.article-more:hover span::after {
  transform: scaleX(1);
}

/* SP: 順序を meta → 引用 → 画像 → タイトル → 本文 → Read に */
@media screen and (max-width: 750px) {
  /* Figma SP: ロゴ単独(中央) → ep番号+引用 → 画像 → タイトル → 本文 → Read */
  .article-more span::after {
    transform: scaleX(1);
  }
  .article-inner, .article--imgright .article-inner {
    display: grid;
    width: 310px;
    max-width: calc(100vw - 10px);
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto 56px auto auto auto auto;
    column-gap: 14px;
    grid-template-areas: "logo logo" "epno quote" "img img" "title title" "desc desc" "more more";
  }
  .article-col, .article-meta {
    display: contents;
  }
  .article-logo {
    grid-area: logo;
    justify-self: center;
    width: 100px;
    height: 84px;
    margin-bottom: 34px;
  }
  .article-logo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .article-no, #ep1 .article-no, #ep2 .article-no, #ep3 .article-no, #ep4 .article-no, #ep5 .article-no, #ep6 .article-no {
    grid-area: epno;
    align-self: start;
    width: 68px;
    height: 60px;
  }
  #ep1 .article-ep, #ep1 .article-digit,
  #ep2 .article-ep, #ep2 .article-digit,
  #ep3 .article-ep, #ep3 .article-digit,
  #ep4 .article-ep, #ep4 .article-digit,
  #ep5 .article-ep, #ep5 .article-digit {
    display: none;
  }
  #ep1 .article-no-sp,
  #ep2 .article-no-sp,
  #ep3 .article-no-sp,
  #ep4 .article-no-sp,
  #ep5 .article-no-sp {
    display: block;
    width: auto;
    height: auto;
    transform: translateY(28px);
  }
  #ep1 .article-no {
    margin: 0;
  }
  #ep2 .article-no {
    margin: 0;
  }
  #ep3 .article-no {
    margin: 0;
  }
  #ep4 .article-no {
    margin: 0;
  }
  #ep5 .article-no {
    margin: 0;
  }
  #ep6 .article-no {
    margin: 0 0 0 15px;
  }
  .article-digit {
    width: auto;
    height: 60px;
    object-fit: contain;
  }
  #ep1 .article-digit {
    left: -5px;
    top: 29px;
    transform: none;
  }
  #ep2 .article-digit {
    left: -1px;
    top: 29px;
    transform: none;
  }
  #ep3 .article-digit {
    left: 1px;
    top: 29px;
    transform: none;
  }
  #ep4 .article-digit {
    left: -5px;
    top: 29px;
    transform: none;
  }
  #ep5 .article-digit {
    left: 4px;
    top: 29px;
    transform: none;
  }
  #ep6 .article-digit {
    left: 6px;
    top: 29px;
    transform: none;
  }
  .article-ep, #ep1 .article-ep, #ep2 .article-ep, #ep3 .article-ep, #ep4 .article-ep, #ep5 .article-ep, #ep6 .article-ep {
    width: 25px;
    height: auto;
    transform: none;
  }
  #ep1 .article-ep {
    left: -15px;
    top: 38px;
  }
  #ep2 .article-ep {
    left: -20px;
    top: 38px;
  }
  #ep3 .article-ep {
    left: -17px;
    top: 38px;
  }
  #ep4 .article-ep {
    left: -15px;
    top: 38px;
  }
  #ep5 .article-ep {
    left: -15px;
    top: 38px;
  }
  #ep6 .article-ep {
    left: -15px;
    top: 38px;
  }
  #ep6 {
    min-height: 812px;
  }
  #ep6 .article-inner,
  #ep6.article--imgright .article-inner {
    width: 310px;
    max-width: calc(100vw - 10px);
    margin-right: 0;
    margin-left: 24px;
    padding-top: 0;
    grid-template-columns: 80px minmax(0, 1fr);
    grid-template-rows: 56px auto auto auto auto;
    column-gap: 14px;
    grid-template-areas: "epno quote" "img img" "title title" "desc desc" "more more";
  }
  #ep6 .article-manager-title {
    position: relative;
    z-index: 2;
    grid-area: epno;
    align-self: start;
    width: 48px;
    height: 155px;
  }
  #ep6 .article-manager-title img {
    position: static;
    width: 48px;
    height: 155px;
    max-width: 100%;
    transform: none;
  }
  #ep6 .article-quote {
    align-self: start;
    width: 204px;
    height: auto;
    min-height: 85px;
    margin: 0;
    padding-left: 14px;
    padding-right: 0;
    line-height: 1.75;
  }
  #ep6 .article-quote-line {
    white-space: normal;
  }
  #ep6 .article-quote::before {
    top: 0;
    height: 85px;
  }
  #ep6 .article-img {
    position: relative;
    z-index: 1;
    width: 315px;
    margin: 1px 0 28px 36px;
  }
  #ep6 .article-title,
  #ep6 .article-desc {
    width: calc(100vw - 80px);
    margin-left: 14px;
  }
  #ep6 .article-more {
    width: calc(100vw - 80px);
    margin-left: 16px;
  }
  @media screen and (max-width: 350px) {
    #ep6 .article-inner,
    #ep6.article--imgright .article-inner {
      grid-template-columns: 48px 1fr;
      column-gap: 8px;
      margin-left: 10px;
    }
    #ep6 .article-quote {
      font-size: 15px;
    }
    #ep6 .article-img {
      width: calc(100% - 36px);
    }
    #ep6 .article-title,
    #ep6 .article-desc {
      width: calc(100vw - 80px);
      margin-left: 14px;
    }
    #ep6 .article-more {
      width: calc(100vw - 80px);
      margin-left: 30px;
    }
  }
  .article-quote {
    grid-area: quote;
    align-self: start;
    margin-left: -20px;
    margin-bottom: 8px;
    line-height: 1.2;
    padding: 0 12px 0 12px;
  }
  #ep1 .article-quote,
  #ep2 .article-quote,
  #ep3 .article-quote,
  #ep4 .article-quote,
  #ep5 .article-quote {
    width: 222px;
    margin-left: -3px;
    line-height: 1.75;
  }
  #ep3 .article-quote {
    width: 243px;
  }
  #ep5 .article-quote{
    width: 240px;  
  }
  #ep4 .ep4-quote-line {
    display: block;
    white-space: nowrap;
  }
  .quote-nowrap,
  .sp-quote-fixed {
    white-space: nowrap;
  }
  .sp-quote-fixed {
    display: block;
  }
  .article-quote-text {
    display: block;
    transform: translateY(-5px);
  }
  #ep5 .article-quote,
  #ep6 .article-quote {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 28px;
    height: 84px;
    min-height: 84px;
    box-sizing: border-box;
  }
  #ep5 .article-quote::before,
  #ep6 .article-quote::before {
    height: 84px;
  }
  #ep5 .article-img {
    margin-top: 1px;
  }
  #ep6 .article-img {
    margin-top: 1px;
  }
  .article-img {
    grid-area: img;
    width: 315px;
    max-width: calc(100vw - 36px);
    margin: 1px 0 34px 36px;
  }
  .article-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .article-title {
    grid-area: title;
    min-width: 0;
    width: calc(104% - 14px);
    margin-left: 14px;
    box-sizing: border-box;
    line-height: 1.8;
  }
  #ep2 .article-title-line,
  #ep3 .article-title-line,
  #ep5 .article-title-line {
    display: block;
    white-space: nowrap;
  }
  #ep3 .article-title {
    width: calc(100vw - 46.5px);
  }
  #ep5 .article-title {
    width: calc(100vw - 46.5px);
  }
  .article-desc {
    grid-area: desc;
    min-width: 0;
    width: calc(100% - 14px);
    margin-left: 14px;
    box-sizing: border-box;
  }
  .article-more {
    grid-area: more;
    text-align: center;
    margin-top: 37px;
  }
}
/* ---------- Footer（Figma: 上段400/星野ロゴ328x67, SP 上段200/ロゴ164x33）---------- */
.footer-top {
  background: #ccc2ae;
  text-align: center;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 40px 20px;
}
@media screen and (max-width: 750px) {
  .footer-top {
    min-height: 201.3px;
    gap: 16px;
    padding: 30px 20px;
  }
}

.f-hoshino-logo {
  display: inline-block;
}
.f-hoshino-logo img {
  height: 67px;
  width: auto;
}
@media screen and (max-width: 750px) {
  .f-hoshino-logo img {
    height: 33.5px;
  }
}

.f-hoshino-link {
  display: block;
}
.f-hoshino-link span {
  position: relative;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #3a352c;
  padding-bottom: 5px;
}
@media screen and (max-width: 750px) {
  .f-hoshino-link span {
    font-size: 12px;
  }
}
.f-hoshino-link span {
  /* 常時線(::before)は撤去。hover/focus-visible時のみ ::after が左→右へ伸びる */
}
.f-hoshino-link span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3a352c;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(0.16, 0.7, 0.2, 1);
}
.f-hoshino-link:hover span::after, .f-hoshino-link:focus-visible span::after {
  transform: scaleX(1);
}

.footer-bottom {
  background: #111111;
  text-align: center;
  padding: 60px 20px 46px;
  color: #ded9cd;
}
@media (min-width: 751px) {
  .footer-bottom {
    height: 250px;
    padding: 61px 20px 43px;
  }
}
.sns-list {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 36px;
}
.sns-list a:hover .sns-ico {
  opacity: 0.8;
}
@media (min-width: 751px) {
  .sns-list {
    gap: 36px;
    margin-bottom: 35px;
  }
}

.sns-ico {
  display: block;
  width: 36px;
  height: 36px;
  transition: opacity 0.3s;
}
.sns-ico::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  -webkit-mask-size: 18px;
  mask-size: 18px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (min-width: 751px) {
  .sns-ico {
    width: 30px;
    height: 30px;
  }
}

.sns-fb {
  background: #1877f2;
}

.sns-fb::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 22v-8h3l.5-3H13V9c0-1 .3-1.5 1.7-1.5H16.5V5c-.3 0-1.3-.1-2.4-.1C11.8 4.9 10.5 6.2 10.5 8.5V11H8v3h2.5v8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13 22v-8h3l.5-3H13V9c0-1 .3-1.5 1.7-1.5H16.5V5c-.3 0-1.3-.1-2.4-.1C11.8 4.9 10.5 6.2 10.5 8.5V11H8v3h2.5v8z'/%3E%3C/svg%3E");
}

.sns-x {
  background: #000;
}

.sns-x::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 3h3l-6.6 7.5L21.7 21h-6l-4.7-6.1L5.6 21h-3l7-8L2.6 3h6.1l4.2 5.6zM16.4 19.2h1.7L7.7 4.7H5.9z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.5 3h3l-6.6 7.5L21.7 21h-6l-4.7-6.1L5.6 21h-3l7-8L2.6 3h6.1l4.2 5.6zM16.4 19.2h1.7L7.7 4.7H5.9z'/%3E%3C/svg%3E");
}

.sns-line {
  background: #06c755;
}

.sns-line::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3C6.8 3 2.5 6.4 2.5 10.6c0 3.8 3.4 7 8 7.6.3.1.7.2.8.5.1.3.1.7 0 1l-.1.8c0 .3-.2 1 .9.5 1.1-.5 5.8-3.4 7.9-5.8 1.4-1.5 2-3.1 2-4.6C22 6.4 17.7 3 12 3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3C6.8 3 2.5 6.4 2.5 10.6c0 3.8 3.4 7 8 7.6.3.1.7.2.8.5.1.3.1.7 0 1l-.1.8c0 .3-.2 1 .9.5 1.1-.5 5.8-3.4 7.9-5.8 1.4-1.5 2-3.1 2-4.6C22 6.4 17.7 3 12 3z'/%3E%3C/svg%3E");
}

.f-forbes {
  margin-bottom: 18px;
}
.f-forbes img {
  height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
}
@media (min-width: 751px) {
  .f-forbes {
    margin-bottom: 28px;
  }
  .f-forbes img {
    height: 34px;
  }
}

.copy {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #928d80;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (min-width: 751px) {
  .copy {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    color: #666;
  }
}
@media screen and (max-width: 750px) {
  .copy {
    width: 270px;
    margin-inline: auto;
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: 0.01em;
    color: #928d80;
  }
}

/* CTAホバー線: reduced-motionでtransition停止 */
@media (prefers-reduced-motion: reduce) {
  .article-more span::after, .f-hoshino-link span::after {
    transition: none !important;
  }
}
/* reduced-motion: 動画・アニメ停止（P2-6） */
.reduce-motion .fv-video {
  visibility: hidden;
}

.reduce-motion .fv-komorebi, .reduce-motion .fv-scroll::after {
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .fv-komorebi, .fv-scroll::after {
    animation: none !important;
  }
}
