/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/HomeLogoBanners.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * ロゴ幅を基準にバナー幅・位置を決める。
 * ロゴの表示幅が変わっても、ロゴに対する比率は一定（% は .root の幅 = ロゴ幅）。
 * 細かい値は CSS 変数で上書き可能（例: className で別モジュールから指定）。
 */
.HomeLogoBanners_root__zdvuW {
  /* バナーの位置・サイズ（すべてロゴ幅基準 %） */
  --home-logo-banner-left: 4%;
  --home-logo-banner-bottom: -6%;
  --home-logo-banner-width: 30%;
  --home-logo-banner-height: 20%;
  /**
   * 下段バナーの上マージン（2枚目のみ）。バナー列の幅に対する %。
   * 負にすると上下が重なる。
   */
  --home-logo-banner-gap: -11%;
  /* サブタイトルの位置・サイズ（すべてロゴ幅基準 %） */
  --home-subtitle-left: 50%;
  --home-subtitle-bottom: -17%;
  --home-subtitle-height: 13%;
  --home-subtitle-translate-x: -50%;
  /**
   * ロゴ下にはみ出す要素（バナー・サブタイトル）の分のマージン。
   * heroGroup 内で subtitle との衝突を防ぐ。
   */
  --home-logo-overflow-bottom: 17%;
  position: relative;
  display: block;
  width: var(--hero-scale);
  max-width: 100%;
  aspect-ratio: 1500/1288;
  line-height: 0;
  margin-bottom: var(--home-logo-overflow-bottom);
  perspective: var(--home-logo-perspective, 900px);
  perspective-origin: center center;
}

.HomeLogoBanners_bannerStack__Nz6kJ {
  position: absolute;
  left: var(--home-logo-banner-left);
  bottom: var(--home-logo-banner-bottom);
  width: var(--home-logo-banner-width);
  height: var(--home-logo-banner-height);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}

.HomeLogoBanners_bannerClip__YCelH {
  height: 50%;
  width: auto;
}

.HomeLogoBanners_bannerClip__YCelH + .HomeLogoBanners_bannerClip__YCelH {
  margin-top: var(--home-logo-banner-gap);
}

.HomeLogoBanners_banner__kfYNX {
  display: block;
  height: 100%;
  width: auto;
}

.HomeLogoBanners_subtitleSlot__4Rhdh {
  position: absolute;
  left: var(--home-subtitle-left);
  bottom: var(--home-subtitle-bottom);
  width: var(--home-subtitle-width);
  height: var(--home-subtitle-height);
  translate: var(--home-subtitle-translate-x) 0;
  pointer-events: none;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/homeHeroDropShadow.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.homeHeroDropShadow_dropShadow__F_Yd9 {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.homeHeroDropShadow_dropShadowEnter__LXrOi {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  animation: homeHeroDropShadow_homeHeroDropShadowIn__TbNPS var(--home-hero-drop-shadow-duration, 1s) ease-out forwards;
  animation-delay: var(--home-hero-drop-shadow-delay, 0s);
}

@keyframes homeHeroDropShadow_homeHeroDropShadowIn__TbNPS {
  to {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/cubes/HomeHeroCubeFlow.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.HomeHeroCubeFlow_root__DS_rK {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/rive/HomeHeroRive.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.HomeHeroRive_root__kEe3z {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(var(--hero-rive-offset-y, 0));
  width: calc(100% + var(--hero-rive-overscan, 0%));
}

.HomeHeroRive_canvas__tpFKY {
  display: block;
  width: 100%;
  height: 100%;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/loading/HomeHeroLoadingOverlay.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.HomeHeroLoadingOverlay_overlay___ihIo {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0074bc;
  pointer-events: auto;
}

.HomeHeroLoadingOverlay_content__w_r_z {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(28px, 6vw, 40px);
}

.HomeHeroLoadingOverlay_logo__p6btC {
  width: clamp(200px, 52vw, 320px);
  height: auto;
}

.HomeHeroLoadingOverlay_loader__BrwVc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.HomeHeroLoadingOverlay_dot__Y33Tz {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  animation: HomeHeroLoadingOverlay_homeHeroLoadingDot__8LCdm 1.2s ease-in-out infinite;
}
.HomeHeroLoadingOverlay_dot__Y33Tz:nth-child(2) {
  animation-delay: 0.15s;
}
.HomeHeroLoadingOverlay_dot__Y33Tz:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes HomeHeroLoadingOverlay_homeHeroLoadingDot__8LCdm {
  0%, 80%, 100% {
    opacity: 0.35;
    transform: scale(0.85);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/subtitle/HomeSubtitle.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.HomeSubtitle_root___Z1Bu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  gap: var(--home-subtitle-gap, clamp(0.15rem, 0.6vw, 0.45rem));
  width: 100%;
  height: 100%;
}

/* kemonoBox は親の高さに合わせ、Re はその 1.5 倍。
   すべて親（＝ロゴ幅基準の subtitleSlot）からの相対サイズ。 */
.HomeSubtitle_kemonoSvg__OctNJ {
  flex: 0 0 auto;
  display: block;
  height: 100%;
  width: auto;
}

.HomeSubtitle_rePerspective__NZj_Y {
  flex: 0 0 auto;
  perspective: var(--home-subtitle-re-perspective, 720px);
  perspective-origin: center center;
  height: 150%;
}

.HomeSubtitle_reMotion__jGUiJ {
  transform-style: preserve-3d;
  height: 100%;
}

.HomeSubtitle_reSvg__1HPnE {
  display: block;
  height: 100%;
  width: auto;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/HomeTopFeature.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.HomeTopFeature_root__FNVQu {
  width: 100%;
  margin: 0;
  padding: 0;
}

.HomeTopFeature_heroSection__zb_cW {
  --home-top-noise-opacity: 1;
  --home-top-noise-size: 180px;
  --home-top-noise-blend: soft-light;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 1fr auto 1.5fr;
  justify-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 100svh;
  background-color: #0075bc;
  z-index: 1;
  clip-path: ellipse(clamp(120svh, 150vw, 300svh) 100svh at 50% -4svh);
}
@media (max-width: 1024px) {
  .HomeTopFeature_heroSection__zb_cW {
    min-height: 0;
    /* Safari 向け: aspect-ratio ではなく明示的 height。幅は常に 100% で左右余白を出さない */
    width: 100%;
    height: min(166.6666666667vw, 85svh);
    max-height: 85svh;
    /* svh 基準だと縦長セクションより楕円が大きくなり下カーブが消えるため、要素サイズ基準(%)で再指定。
       横半径を大きくするほどカーブが緩やかになる。 */
    clip-path: ellipse(300% 100% at 50% -4%);
  }
}

.HomeTopFeature_heroSectionUnclipped__eXe7w {
  clip-path: none;
  min-height: 100svh;
  height: 100svh;
}
@media (max-width: 1024px) {
  .HomeTopFeature_heroSectionUnclipped__eXe7w {
    min-height: 100svh;
    height: 100svh;
    max-height: none;
  }
}
.HomeTopFeature_heroSectionUnclipped__eXe7w .HomeTopFeature_heroRiveStage__OLn_5 {
  height: 100svh;
}

.HomeTopFeature_contentIntro___Z8HZ {
  position: relative;
  background-color: #e0f2f7;
  background-image: linear-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 40px 40px;
  color: #3f3632;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 4vw, 56px);
  padding-top: calc(6.6666666667vw + clamp(20px, 3.4vw, 30px));
  box-sizing: border-box;
  margin-top: -10svh;
}

.HomeTopFeature_heroGroup__nmwpI {
  --hero-scale: 70vw;
  grid-row: 2;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .HomeTopFeature_heroGroup__nmwpI {
    --hero-scale: clamp(400px, 50vw, 800px);
  }
}
@media (min-width: 768px) and (max-height: 1099px) {
  .HomeTopFeature_heroGroup__nmwpI {
    --hero-scale: min(50vw, 58svh, 800px);
  }
}

.HomeTopFeature_heroBg__1bzfu {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-color: #0075bc;
}

.HomeTopFeature_heroThreeStage__8So6O {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.HomeTopFeature_heroRiveStage__OLn_5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90svh;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .HomeTopFeature_heroRiveStage__OLn_5 {
    /* heroSection と同じ領域を覆う（aspect-ratio の二重指定は Safari でサイズが崩れる） */
    inset: 0;
    width: auto;
    height: auto;
    --hero-rive-overscan: 25%;
    --hero-rive-offset-y: -10%;
  }
}

.HomeTopFeature_heroArt__lDJDr {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

/* --- イベント日時・会場 --- */
.HomeTopFeature_eventInfo__WWW_W {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4em;
  text-align: center;
  color: #fff;
  z-index: 999;
}

.HomeTopFeature_eventDate__tE3Jc {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin: 0;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.HomeTopFeature_eventYear__amovL {
  font-size: clamp(2.2rem, 7vw, 3.8rem);
  font-weight: 800;
}
@media (min-width: 768px) {
  .HomeTopFeature_eventYear__amovL {
    font-size: calc(var(--hero-scale) * 0.076);
  }
}

.HomeTopFeature_eventSlash__K2X9J {
  font-size: clamp(2.2rem, 7vw, 3.8rem);
  font-weight: 700;
  margin: 0 0.08em;
}
@media (min-width: 768px) {
  .HomeTopFeature_eventSlash__K2X9J {
    font-size: calc(var(--hero-scale) * 0.076);
  }
}

.HomeTopFeature_eventDay__ruyd4 {
  font-size: clamp(3.4rem, 11vw, 6.2rem);
  font-weight: 900;
}
@media (min-width: 768px) {
  .HomeTopFeature_eventDay__ruyd4 {
    font-size: calc(var(--hero-scale) * 0.124);
  }
}

.HomeTopFeature_eventDayWrap__35zwg {
  position: relative;
  display: inline-block;
}

.HomeTopFeature_eventDow__tNDb7 {
  --dow-size: clamp(1.5rem, 3.2vw, 2rem);
  position: absolute;
  right: -1rem;
  bottom: -0.1em;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--dow-size);
  height: var(--dow-size);
  padding: 0;
  font-size: clamp(0.8rem, 1.6vw, 1.2rem);
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  border: 2px solid currentColor;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .HomeTopFeature_eventDow__tNDb7 {
    --dow-size: calc(var(--hero-scale) * 0.04);
    font-size: calc(var(--hero-scale) * 0.024);
  }
}

.HomeTopFeature_eventDowSat__tbB7K {
  color: #1565c0;
}

.HomeTopFeature_eventDowSun__M2ZbK {
  color: #c62828;
}

.HomeTopFeature_eventSep__IUe1W {
  font-size: clamp(2.8rem, 9vw, 5rem);
  font-weight: 800;
  margin: 0 0.05em;
}
@media (min-width: 768px) {
  .HomeTopFeature_eventSep__IUe1W {
    font-size: calc(var(--hero-scale) * 0.1);
  }
}

.HomeTopFeature_eventMonth__tSiHN {
  font-size: clamp(2.4rem, 7.5vw, 4.2rem);
  font-weight: 800;
  margin-right: 0.2em;
}
@media (min-width: 768px) {
  .HomeTopFeature_eventMonth__tSiHN {
    font-size: calc(var(--hero-scale) * 0.084);
  }
}

.HomeTopFeature_eventDayRange__LdIM2 {
  font-size: clamp(3.4rem, 11vw, 6.2rem);
  font-weight: 900;
}
@media (min-width: 768px) {
  .HomeTopFeature_eventDayRange__LdIM2 {
    font-size: calc(var(--hero-scale) * 0.124);
  }
}

.HomeTopFeature_eventYearEn__FicRW {
  font-size: clamp(2.2rem, 7vw, 3.8rem);
  font-weight: 800;
  margin-left: 0.05em;
}
@media (min-width: 768px) {
  .HomeTopFeature_eventYearEn__FicRW {
    font-size: calc(var(--hero-scale) * 0.076);
  }
}

.HomeTopFeature_eventVenue__1lx5e {
  margin: 0;
  font-size: clamp(1rem, 3vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .HomeTopFeature_eventVenue__1lx5e {
    font-size: calc(var(--hero-scale) * 0.029);
  }
}

/* --- 参加登録ボタン --- */
.HomeTopFeature_registerButton__bN2Yq {
  display: inline-block;
  margin-top: 1.2em;
  padding: 0.7em 2.4em;
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: #fff;
  color: #0075bc;
  font-size: clamp(0.95rem, 2.5vw, 1.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s, color 0.25s;
  z-index: 999;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  --webkit-backdrop-filter: blur(7px);
}
@media (min-width: 768px) {
  .HomeTopFeature_registerButton__bN2Yq {
    font-size: calc(var(--hero-scale) * 0.026);
  }
}

/* --- 代表メッセージセクション --- */
.HomeTopFeature_messageSection__gY6RT {
  position: relative;
  background-color: #0274bc;
  padding: 0 clamp(20px, 4vw, 56px);
  box-sizing: border-box;
}

.HomeTopFeature_wavyTop__Oehun,
.HomeTopFeature_wavyBottom__VUYYP {
  display: block;
  width: calc(100% + clamp(20px, 4vw, 56px) * 2);
  margin-left: calc(clamp(20px, 4vw, 56px) * -1);
  height: clamp(40px, 8vw, 100px);
  position: relative;
  z-index: 1;
}

.HomeTopFeature_wavyTop__Oehun {
  margin-bottom: -1px;
  transform: translateY(-1px);
  top: calc(clamp(40px, 8vw, 100px) * -1 + 3px);
}

.HomeTopFeature_wavyBottom__VUYYP {
  margin-top: -1px;
  transform: translateY(1px);
  bottom: calc(clamp(40px, 8vw, 100px) * -1 + 3px);
}

/* --- 協賛セクション --- */
.HomeTopFeature_sponsorsSection__pq8B8 {
  background-color: #fff;
  padding: 0 clamp(20px, 4vw, 56px);
  box-sizing: border-box;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/news/components/NewsMintAnnounce.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.NewsMintAnnounce_headRow__xZZi9 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: clamp(2rem, 5vw, 2.7rem);
}

.NewsMintAnnounce_headCenter__jyJ_o {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}

.NewsMintAnnounce_headMore__Fp3vs {
  grid-column: 3;
  justify-self: end;
  align-self: center;
}

.NewsMintAnnounce_heading__ZnyhH {
  margin: 0;
  font-size: clamp(1.35rem, 3.4vw, 1.85rem);
  font-weight: 800;
  color: #0074bc;
  letter-spacing: 0.03em;
}

.NewsMintAnnounce_moreLink__1xhDG {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0074bc;
  text-decoration: none;
  white-space: nowrap;
}
.NewsMintAnnounce_moreLink__1xhDG:hover {
  text-decoration: underline;
}

.NewsMintAnnounce_list__imcyK {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.NewsMintAnnounce_item__CGjnQ {
  list-style: none;
}

.NewsMintAnnounce_link__lF0pw {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  gap: clamp(0.65rem, 2vw, 1.15rem);
  min-height: 3.25rem;
  padding: 0.65rem clamp(0.9rem, 2.5vw, 1.35rem);
  background: #ffffff;
  border-radius: 0;
  color: inherit;
  text-decoration: none;
}
.NewsMintAnnounce_link__lF0pw:focus-visible {
  outline: 2px solid #1a5c5c;
  outline-offset: 2px;
}
.NewsMintAnnounce_link__lF0pw:hover .NewsMintAnnounce_hoverArrow__K970T, .NewsMintAnnounce_link__lF0pw:focus-visible .NewsMintAnnounce_hoverArrow__K970T {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 520px) {
  .NewsMintAnnounce_link__lF0pw {
    flex-wrap: wrap;
    border-radius: 0;
    padding: 0.85rem 1rem;
  }
}

.NewsMintAnnounce_date__x69tw {
  flex-shrink: 0;
  min-width: 6.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #141414;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
@media (max-width: 520px) {
  .NewsMintAnnounce_date__x69tw {
    order: 1;
  }
}

.NewsMintAnnounce_title__IAgw8 {
  flex: 1 1;
  min-width: 12rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.45;
  color: #0a0a0a;
}
@media (max-width: 520px) {
  .NewsMintAnnounce_title__IAgw8 {
    order: 3;
    flex-basis: 100%;
    min-width: 100%;
  }
}

.NewsMintAnnounce_arrowSlot__aX2Xx {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 2.35rem;
  height: 2.35rem;
}
@media (max-width: 520px) {
  .NewsMintAnnounce_arrowSlot__aX2Xx {
    order: 2;
    margin-left: auto;
  }
}

.NewsMintAnnounce_hoverArrow__K970T {
  display: block;
  color: #0074bc;
  opacity: 0;
  transform: translateX(-0.6rem);
  transition: opacity 0.22s ease, transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  .NewsMintAnnounce_hoverArrow__K970T {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.NewsMintAnnounce_empty__eo_qv {
  margin: 0;
  padding: 0.5rem 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(26, 92, 92, 0.85);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/HomeLatestNewsSection.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.HomeLatestNewsSection_section__BE_um {
  padding: 5rem 1rem clamp(6.5rem, 14vw, 10rem);
  background: transparent;
}

.HomeLatestNewsSection_sectionContentIntroBottom__Ok_SM {
  margin-top: clamp(4rem, 10vw, 7rem);
  padding: clamp(2.7rem, 6vw, 3.7rem) 0 clamp(6.5rem, 14vw, 10rem);
}

/* イントロと「イベントを構成する / 5つのハコ」のあいだ */
.HomeLatestNewsSection_sectionContentIntroAboveBoxes__vHvnX {
  margin-top: clamp(2rem, 5vw, 3.5rem);
  padding: clamp(2.7rem, 6vw, 3.7rem) 0 clamp(5rem, 12vw, 8rem);
}

.HomeLatestNewsSection_inner__NWkQF {
  max-width: clamp(900px, 80vw, 1520px);
  margin: 0 auto;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/HomeContentSection.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* =============================================
   HomeContentSection — POP なイベント紹介エリア
   ============================================= */
.HomeContentSection_root__5WP4J {
  max-width: clamp(900px, 80vw, 1520px);
  margin: 0 auto;
}

/* ---------- イントロ ---------- */
.HomeContentSection_intro__HXwNJ {
  text-align: center;
  margin: clamp(100px, 7vw, 260px) auto;
}

.HomeContentSection_introHeading__KfQgy {
  margin: 0 0 clamp(0.85em, 2vw, 1.35em);
  font-size: clamp(1.55rem, 3.2vw + 0.95rem, 3.55rem);
  font-weight: 900;
  line-height: 1.35;
  color: #0074bc;
}

.HomeContentSection_introSmall__Aolr3 {
  font-size: clamp(0.55em, 0.42em + 1.2vw, 0.8em);
}

.HomeContentSection_introBig__KIoVD {
  position: relative;
  display: inline-block;
  font-size: clamp(1em, 0.72em + 2.2vw, 1.32em);
  margin: 0 0.12em;
  color: #ffd816;
  -webkit-text-stroke: clamp(1.5px, 0.15vw + 1px, 3px) #0074bc;
  paint-order: stroke fill;
}

.HomeContentSection_introLogoWrap__8WKIq {
  display: flex;
  justify-content: center;
  margin: 0 auto clamp(1.25em, 3vw, 2em);
}

.HomeContentSection_introLogo__MQFcJ {
  width: min(420px, 72vw);
  height: auto;
}

.HomeContentSection_introBody__rtiZK {
  max-width: min(80rem, 90vw);
  width: 100%;
  margin: 0 auto clamp(0.65em, 1.8vw, 1em);
  font-size: clamp(1rem, 1.2vw + 0.3rem, 1.7rem);
  line-height: 2.2;
  font-weight: 700;
  color: #444;
  text-align: left;
}
@media (min-width: 900px) {
  .HomeContentSection_introBody__rtiZK {
    text-align: center;
    line-height: 1.85;
    white-space: pre-line;
  }
}
.HomeContentSection_introBody__rtiZK br {
  display: none;
}
@media (min-width: 960px) {
  .HomeContentSection_introBody__rtiZK br {
    display: inline;
  }
}

/* ---------- ハコ一覧 ---------- */
.HomeContentSection_boxesSection__K3UT_ {
  margin-bottom: clamp(56px, 8vw, 88px);
}

.HomeContentSection_boxesTitleArea__GXX6j {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.HomeContentSection_boxesTitleSub__A6uPe {
  margin: 0;
  font-size: clamp(0.9rem, 1.35vw + 0.5rem, 1.35rem);
  font-weight: 700;
  color: #555;
  letter-spacing: 0.1em;
}

.HomeContentSection_boxesTitleMain__9RO7d {
  margin: clamp(0.08em, 0.6vw, 0.2em) 0 0;
  font-size: clamp(1.25rem, 2vw + 0.7rem, 2.5rem);
  font-weight: 900;
  line-height: 1.15;
  color: #333;
}

.HomeContentSection_boxesTitleNum__aBTR9 {
  font-size: clamp(1.2em, 1em + 2vw, 1.75em);
  color: #0074bc;
}

.HomeContentSection_boxesTitleHako__d275w {
  margin: 0;
  font-size: clamp(2rem, 5vw + 0.8rem, 4.5rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.12em;
  color: #0074bc;
  text-shadow: clamp(2px, 0.4vw, 4px) clamp(2px, 0.4vw, 4px) 0 #ffe082, -1px -1px 0 #fff;
}

/* ---------- ボックスカード グリッド（最大3列） ---------- */
.HomeContentSection_boxesGrid__SpmDj {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 640px) {
  .HomeContentSection_boxesGrid__SpmDj {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .HomeContentSection_boxesGrid__SpmDj {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.HomeContentSection_boxesViewProjectsWrap__Mnygv {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 5vw, 3.5rem);
}

.HomeContentSection_boxesViewProjectsLink__vzrTR {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 2em;
  font-size: clamp(0.9rem, 1.1vw + 0.4rem, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #0074bc;
  text-decoration: none;
  background: #fff;
  border: 2px solid #0074bc;
  border-radius: 0;
  box-shadow: 0 8px 0 rgba(0, 116, 188, 0.16);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.HomeContentSection_boxesViewProjectsLink__vzrTR:hover {
  background: color-mix(in srgb, #0074bc 8%, #fff);
  box-shadow: 0 5px 0 rgba(0, 116, 188, 0.2);
  transform: translateY(3px);
}
.HomeContentSection_boxesViewProjectsLink__vzrTR:focus-visible {
  outline: 2px solid #0074bc;
  outline-offset: 3px;
}

/* ---------- カード共通（コレクションカード） ---------- */
.HomeContentSection_boxCard__hzbr5 {
  --card-accent: var(--card-bg);
  container-type: inline-size;
  container-name: box-card;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: transparent;
  color: #111;
  box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .HomeContentSection_boxCard__hzbr5:hover {
    box-shadow: none;
  }
}

.HomeContentSection_boxCardFlipped__5KAx7 {
  cursor: default;
}

/* ---------- サイザー（TurnBox 用の高さ確保） ---------- */
.HomeContentSection_boxCardSizer__g6B7r {
  visibility: hidden;
  pointer-events: none;
}

.HomeContentSection_boxCardSizerInner__vHvdg {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 3.2cqw, 28px);
  padding-bottom: clamp(28px, 4cqw, 34px);
}

/* ---------- TurnBox ラッパー ---------- */
.HomeContentSection_boxCardTurnBox__9sYGG {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}

.HomeContentSection_boxCardTurnBoxDecorative__cty_f {
  pointer-events: none;
  visibility: hidden;
}

.HomeContentSection_boxCardBackOverlay__kpwt9 {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  pointer-events: none;
}

.HomeContentSection_boxCardBackOverlay__kpwt9 .HomeContentSection_boxCardBack__UqiEi {
  pointer-events: auto;
}

/* ---------- カード表面 ---------- */
.HomeContentSection_boxCardFront__XJdXp {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: clamp(20px, 3.2cqw, 28px);
  padding-bottom: clamp(28px, 4cqw, 34px);
  background: var(--card-badge-bg);
  color: #111;
}

.HomeContentSection_boxCardHalftone__BaSk0 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-size: 8px 8px;
  -webkit-mask-image: radial-gradient(ellipse 160% 150% at 100% 0%, #000 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.35) 58%, transparent 78%);
          mask-image: radial-gradient(ellipse 160% 150% at 100% 0%, #000 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.35) 58%, transparent 78%);
  opacity: 0.58;
}

.HomeContentSection_boxCardImageFrame__JKc9b {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  margin: 0 auto clamp(16px, 2.8cqw, 24px);
  width: 100%;
  background: var(--card-image-bg);
}

.HomeContentSection_boxCardLogos__bVLYF {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8%;
  width: 100%;
  height: 100%;
  padding: clamp(18px, 4cqw, 28px);
}

.HomeContentSection_boxCardLogo__faqmv {
  display: block;
  flex: 1 1;
  min-width: 0;
  max-width: 72%;
  width: auto;
  height: auto;
  max-height: 72%;
  object-fit: contain;
}

.HomeContentSection_boxCardLogoPlaceholder__kcZZZ {
  flex: 0 1 auto;
  max-width: 36%;
  max-height: 36%;
  opacity: 0.38;
}

.HomeContentSection_boxCardTitle__mcdza {
  position: relative;
  z-index: 1;
  margin: 0 0 clamp(14px, 2.4cqw, 20px);
  font-size: clamp(1.55rem, 1rem + 2.4cqw, 2.15rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #111;
  text-transform: uppercase;
}

.HomeContentSection_boxCardFooter__mliE4 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(6px, 1.5cqw, 12px);
  margin-top: auto;
  padding-top: clamp(6px, 1.1cqw, 10px);
}

.HomeContentSection_boxCardFooterIcons__1eBya {
  display: flex;
  align-items: center;
  gap: clamp(4px, 1.8cqw, 20px);
}

.HomeContentSection_boxCardFooterIcon__jDPa_ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(16px, 6cqw, 38px);
  height: clamp(16px, 6cqw, 38px);
}

.HomeContentSection_boxCardFooterIconImage__cdCtE {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.HomeContentSection_boxCardPawIcon__qxGD4 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: clamp(20px, 7.5cqw, 46px);
  height: clamp(20px, 7.5cqw, 46px);
}

/* ---------- カード裏面 ---------- */
.HomeContentSection_boxCardBack__UqiEi {
  width: 100%;
  height: 100%;
  flex: 1 1;
  min-height: 0;
  overflow: hidden;
  background: linear-gradient(165deg, color-mix(in srgb, var(--card-accent) 82%, #fff) 0%, var(--card-accent) 48%, color-mix(in srgb, var(--card-accent) 78%, #000) 100%);
  display: flex;
  flex-direction: column;
  color: #fff;
}

.HomeContentSection_boxCardBackInner__xl9T1 {
  --back-text-size: clamp(0.7rem, 0.32rem + 2.1cqw, 1.05rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: clamp(14px, 2.4cqw, 20px);
  width: 100%;
  flex: 1 1;
  min-height: 0;
  padding: clamp(34px, 4cqw, 32px) clamp(18px, 3.4cqw, 28px) clamp(60px, 15cqw, 100px);
  overflow-y: visible;
  overscroll-behavior: auto;
}

.HomeContentSection_boxCardBackInnerScrollable__kEDKk {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.HomeContentSection_boxCardBackHeader__IEPj7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 1.2cqw, 12px);
  text-align: center;
}

.HomeContentSection_boxCardBackName__FaOjc {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
  font-size: clamp(1.05rem, 0.5rem + 2.5cqw, 1.25rem);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.HomeContentSection_boxCardBackTagline__Ai_J8 {
  margin: 0;
  max-width: 26em;
  font-size: var(--back-text-size);
  font-weight: 700;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.95);
}

.HomeContentSection_boxCardBackCopy__GZjJv {
  width: 100%;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.538);
}

.HomeContentSection_boxCardBackDescGroup__rnNDR + .HomeContentSection_boxCardBackDescGroup__rnNDR {
  margin-top: clamp(0.5em, 2.5cqw, 1.35em);
}

.HomeContentSection_boxCardBackDescTitle__W2j9X {
  margin: 0 0 0.35em;
  font-size: clamp(0.72rem, 0.34rem + 1.55cqw, 0.82rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.88);
}

.HomeContentSection_boxCardBackDesc__wPcwO {
  margin: 0;
  font-size: var(--back-text-size);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  white-space: pre-line;
}
@media (max-width: 639px) {
  .HomeContentSection_boxCardBackDesc__wPcwO {
    font-size: clamp(0.78rem, 0.34rem + 1.7cqw, 0.9rem);
  }
}

.HomeContentSection_boxCardBackProjects__W_KoB {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.8cqw, 14px);
  width: 100%;
  margin-top: auto;
  padding-top: clamp(6px, 1.2cqw, 10px);
}

.HomeContentSection_boxCardBackLinks__9zzpU {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.8cqw, 14px);
  width: 100%;
}

.HomeContentSection_boxCardBackLink__zdrdq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75em;
  width: 100%;
  min-height: clamp(48px, 10cqw, 56px);
  padding: clamp(0.85em, 2cqw, 1.05em) clamp(1.1em, 2.6cqw, 1.45em);
  font-size: var(--back-text-size);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--card-accent);
  text-decoration: none;
  background: #fff;
  border: 2px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18), inset 0 0 0 1px color-mix(in srgb, var(--card-accent) 18%, transparent);
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}
.HomeContentSection_boxCardBackLink__zdrdq:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24), inset 0 0 0 1px color-mix(in srgb, var(--card-accent) 28%, transparent);
  background: #fff;
}
.HomeContentSection_boxCardBackLink__zdrdq:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.HomeContentSection_boxCardBackLinkLabel__VQNtC {
  min-width: 0;
  text-align: left;
  font-weight: 900;
}

.HomeContentSection_boxCardBackLinkArrow__RqIZM {
  flex-shrink: 0;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}
.HomeContentSection_boxCardBackLink__zdrdq:hover .HomeContentSection_boxCardBackLinkArrow__RqIZM {
  opacity: 1;
}

.HomeContentSection_boxCardBackBtn__pQbqO {
  position: absolute;
  bottom: clamp(16px, 3cqw, 24px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  padding: 0.52em 1.6em;
  font-size: clamp(0.75rem, 0.36rem + 1.6cqw, 0.88rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--card-accent);
  background: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.066);
  animation: HomeContentSection_backBtnFadeIn__CrMqe 0.25s ease 0.3s both;
  transition: box-shadow 0.2s ease;
}
.HomeContentSection_boxCardBackBtn__pQbqO:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@keyframes HomeContentSection_backBtnFadeIn__CrMqe {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.HomeContentSection_boxCardDetailsBtn__Jwahk {
  position: absolute;
  left: 50%;
  bottom: clamp(10px, 2.2cqw, 14px);
  z-index: 15;
  transform: translateX(-50%);
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: clamp(0.68rem, 0.28rem + 1.9cqw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.2s ease;
  opacity: 1;
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  .HomeContentSection_boxCardDetailsBtn__Jwahk {
    opacity: 0;
    pointer-events: none;
  }
  .HomeContentSection_boxCard__hzbr5:hover .HomeContentSection_boxCardDetailsBtn__Jwahk, .HomeContentSection_boxCard__hzbr5:focus-within .HomeContentSection_boxCardDetailsBtn__Jwahk {
    opacity: 1;
    pointer-events: auto;
  }
}

.HomeContentSection_boxCardDetailsBtnMobile___YcCJ {
  display: inline;
}

.HomeContentSection_boxCardDetailsBtnDesktop___Th7c {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .HomeContentSection_boxCardDetailsBtnMobile___YcCJ {
    display: none;
  }
  .HomeContentSection_boxCardDetailsBtnDesktop___Th7c {
    display: inline;
  }
}
/* ---------- カードカラー（Hero 立方体 CUBE_COLORS） ---------- */
.HomeContentSection_boxCard--blue__ldV5X {
  --card-cube: #8fd4f0;
  --card-bg: var(--card-cube);
  --card-image-bg: var(--card-cube);
  --card-badge-bg: color-mix(in srgb, var(--card-cube) 42%, #fff);
  --card-accent: color-mix(in srgb, var(--card-cube) 55%, #355866);
}

.HomeContentSection_boxCard--green__s35Pb {
  --card-cube: #a8e8d8;
  --card-bg: var(--card-cube);
  --card-image-bg: var(--card-cube);
  --card-badge-bg: color-mix(in srgb, var(--card-cube) 42%, #fff);
  --card-accent: color-mix(in srgb, var(--card-cube) 55%, #2f5c52);
}

.HomeContentSection_boxCard--pink__e7xWu {
  --card-cube: #f5aac8;
  --card-bg: var(--card-cube);
  --card-image-bg: var(--card-cube);
  --card-badge-bg: color-mix(in srgb, var(--card-cube) 42%, #fff);
  --card-accent: color-mix(in srgb, var(--card-cube) 55%, #6a3a4c);
}

.HomeContentSection_boxCard--purple__C3qgh {
  --card-cube: #d4b0d8;
  --card-bg: var(--card-cube);
  --card-image-bg: var(--card-cube);
  --card-badge-bg: color-mix(in srgb, var(--card-cube) 42%, #fff);
  --card-accent: color-mix(in srgb, var(--card-cube) 55%, #4e3558);
}

.HomeContentSection_boxCard--orange__1kcvH {
  --card-cube: #f5d0a8;
  --card-bg: var(--card-cube);
  --card-image-bg: var(--card-cube);
  --card-badge-bg: color-mix(in srgb, var(--card-cube) 42%, #fff);
  --card-accent: color-mix(in srgb, var(--card-cube) 55%, #6a4a32);
}

.HomeContentSection_boxCard--yellow__MoYVx {
  --card-cube: #f0e8a0;
  --card-bg: var(--card-cube);
  --card-image-bg: var(--card-cube);
  --card-badge-bg: color-mix(in srgb, var(--card-cube) 42%, #fff);
  --card-accent: color-mix(in srgb, var(--card-cube) 55%, #5c5424);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/TurnBox/TurnBox.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.TurnBox_wrapper__a5n_F {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}

.TurnBox_wrapperOverlay__T5swC {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

.TurnBox_wrapperFill__t1eoe {
  width: 100%;
  height: 100%;
}

.TurnBox_stage__YIUJZ {
  position: relative;
  flex-shrink: 0;
}

.TurnBox_scene__Ffur4 {
  position: relative;
  overflow: visible;
}

.TurnBox_sceneOverlay__DCgDR {
  position: absolute;
  inset: 0;
  overflow: visible;
}

.TurnBox_cube__jbdKx {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  pointer-events: none;
}

.TurnBox_cubeAnimating__OdPXQ {
  will-change: transform;
}

.TurnBox_face__NeedG {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  overflow: visible;
  border-radius: 0;
}

.TurnBox_indicators__vm6z_ {
  position: absolute;
  top: 50%;
  right: 0.875rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.TurnBox_indicators__vm6z_ .TurnBox_dot__4S60G {
  pointer-events: auto;
}

.TurnBox_indicatorsCompact___6kY6 {
  right: 0.5rem;
  gap: 0.35rem;
}

.TurnBox_dot__4S60G {
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid rgba(15, 23, 42, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 0;
  cursor: pointer;
  transition: background 200ms, border-color 200ms;
}
.TurnBox_dot__4S60G:hover {
  background: rgba(37, 99, 235, 0.2);
  border-color: rgba(37, 99, 235, 0.45);
}

.TurnBox_dotActive__Pf_AU {
  background: #2563eb;
  border-color: #2563eb;
}

.TurnBox_dotCompact__DVDY7 {
  width: 0.35rem;
  height: 0.35rem;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/SinglePageLayout/SinglePageLayout.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SinglePageLayout_root__Nnuq0 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.SinglePageLayout_titleSection__geq8j {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  background-color: #0374bc;
  color: #ffffff;
  text-align: center;
  padding: calc(var(--site-header-height) + clamp(24px, 4vw, 40px)) clamp(20px, 4vw, 56px) calc(var(--site-header-height) / 2);
}

.SinglePageLayout_title__OeIjw {
  margin: 0;
  font-size: clamp(1.35rem, 5.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.SinglePageLayout_wavyBorder___Hhw4 {
  display: block;
  width: 100%;
  height: clamp(40px, 8vw, 100px);
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
}

.SinglePageLayout_contentIntro__plnre {
  position: relative;
  background-color: #f5f5f5;
  color: #3f3632;
  padding: clamp(0px, 1.5vw, 32px) clamp(20px, 4vw, 56px) clamp(40px, 6vw, 72px);
  box-sizing: border-box;
}

.SinglePageLayout_contentInner__w1h5K {
  max-width: 50rem;
  margin: 0 auto;
}

.SinglePageLayout_contentInnerWide__iJ3wl {
  max-width: 72rem;
  margin: 0 auto;
}

.SinglePageLayout_prose__IjQn8 {
  font-size: clamp(0.9375rem, 2.4vw, 1rem);
  line-height: 1.85;
}
.SinglePageLayout_prose__IjQn8 h2 {
  margin: 2.25rem 0 0.75rem;
  font-size: clamp(1.05rem, 2.8vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #2a2420;
}
.SinglePageLayout_prose__IjQn8 h2:first-child {
  margin-top: 0;
}
@media (max-width: 519px) {
  .SinglePageLayout_prose__IjQn8 h2 {
    margin: 2.75rem 0 0.85rem;
  }
}
.SinglePageLayout_prose__IjQn8 p {
  margin: 0 0 1em;
}
@media (max-width: 519px) {
  .SinglePageLayout_prose__IjQn8 p {
    margin: 0 0 1.4em;
  }
}
.SinglePageLayout_prose__IjQn8 ul,
.SinglePageLayout_prose__IjQn8 ol {
  margin: 0 0 1em;
  padding-left: 1.35em;
}
@media (max-width: 519px) {
  .SinglePageLayout_prose__IjQn8 ul,
  .SinglePageLayout_prose__IjQn8 ol {
    margin: 0 0 1.4em;
  }
}
.SinglePageLayout_prose__IjQn8 li {
  margin-bottom: 0.35em;
}
@media (max-width: 519px) {
  .SinglePageLayout_prose__IjQn8 li {
    margin-bottom: 0.5em;
  }
}
.SinglePageLayout_prose__IjQn8 .SinglePageLayout_note__qkdYd {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(63, 54, 50, 0.15);
  font-size: 0.875rem;
  color: rgba(63, 54, 50, 0.85);
}

.SinglePageLayout_defList__emNdf {
  margin: 0;
}
@media (min-width: 640px) {
  .SinglePageLayout_defList__emNdf {
    display: grid;
    grid-template-columns: minmax(10rem, 16rem) 1fr;
  }
}

.SinglePageLayout_defTerm__5kj6r {
  margin: 0;
  font-weight: 700;
  font-size: 0.9375rem;
  color: #2a2420;
  padding: 1.25rem 0 0.35rem;
  border-top: 1px solid rgba(63, 54, 50, 0.12);
}
@media (min-width: 640px) {
  .SinglePageLayout_defTerm__5kj6r {
    padding: 1.25rem 1.5rem 1.25rem 0;
  }
}
.SinglePageLayout_defList__emNdf > .SinglePageLayout_defTerm__5kj6r:first-child {
  border-top: none;
  padding-top: 0;
}

.SinglePageLayout_defDesc__4pA7t {
  margin: 0;
  padding: 0 0 1.25rem;
  line-height: 1.8;
}
@media (min-width: 640px) {
  .SinglePageLayout_defDesc__4pA7t {
    padding: 1.25rem 0;
    border-top: 1px solid rgba(63, 54, 50, 0.12);
  }
}
.SinglePageLayout_defList__emNdf > .SinglePageLayout_defTerm__5kj6r:first-child + .SinglePageLayout_defDesc__4pA7t {
  border-top: none;
  padding-top: 0;
}
.SinglePageLayout_defDesc__4pA7t a {
  color: #0374bc;
}
.SinglePageLayout_defDesc__4pA7t a:visited {
  color: #0374bc;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/projects/components/ProjectCard.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ProjectCard_card__e0jYS {
  list-style: none;
  display: block;
  height: 100%;
}

.ProjectCard_link__TWhtB {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #d6dbe1;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.22s ease;
}
.ProjectCard_link__TWhtB:hover, .ProjectCard_link__TWhtB:focus-visible {
  border-color: #0374bc;
}
.ProjectCard_link__TWhtB:focus-visible {
  outline: 2px solid #0374bc;
  outline-offset: 2px;
}

.ProjectCard_thumbWrap__vM_k_ {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: linear-gradient(135deg, #cfe5f7 0%, #e7eef6 65%, #f5f7fa 100%);
}

.ProjectCard_thumb__IdWCx {
  object-fit: cover;
}

.ProjectCard_body__bqLNm {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  padding: clamp(0.95rem, 2vw, 1.2rem) clamp(1rem, 2.4vw, 1.35rem) clamp(1.05rem, 2.4vw, 1.35rem);
  gap: 0.55rem;
}

.ProjectCard_boxMeta___8A6z {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0374bc;
}

.ProjectCard_title__4xqWn {
  margin: 0;
  font-size: clamp(1rem, 2.4vw, 1.05rem);
  font-weight: 700;
  line-height: 1.55;
  color: #0f172a;
}

.ProjectCard_representative__AaKme {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(15, 23, 42, 0.65);
}

.ProjectCard_cta__NW9UH {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #0374bc;
}

.ProjectCard_ctaLabel__etT3A {
  position: relative;
}
.ProjectCard_ctaLabel__etT3A::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}
.ProjectCard_link__TWhtB:hover .ProjectCard_ctaLabel__etT3A::after, .ProjectCard_link__TWhtB:focus-visible .ProjectCard_ctaLabel__etT3A::after {
  transform: scaleX(1);
}
@media (prefers-reduced-motion: reduce) {
  .ProjectCard_ctaLabel__etT3A::after {
    transition: none;
  }
}

.ProjectCard_ctaArrow__TjdGQ {
  display: block;
  transition: transform 0.22s ease;
}
.ProjectCard_link__TWhtB:hover .ProjectCard_ctaArrow__TjdGQ, .ProjectCard_link__TWhtB:focus-visible .ProjectCard_ctaArrow__TjdGQ {
  transform: translateX(0.2rem);
}
@media (prefers-reduced-motion: reduce) {
  .ProjectCard_ctaArrow__TjdGQ {
    transition: none;
  }
  .ProjectCard_link__TWhtB:hover .ProjectCard_ctaArrow__TjdGQ, .ProjectCard_link__TWhtB:focus-visible .ProjectCard_ctaArrow__TjdGQ {
    transform: none;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/projects/ProjectListContent.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ProjectListContent_surface__PRZw6 {
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 3rem);
}

.ProjectListContent_boxSection__GY0Tx {
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2.2vw, 1.25rem);
}

.ProjectListContent_boxHeader__X3zPh {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #d6dbe1;
}

.ProjectListContent_boxSection--blue__Xijyx .ProjectListContent_boxHeader__X3zPh {
  border-bottom-color: #0374bc;
}

.ProjectListContent_boxSection--purple__LxOMQ .ProjectListContent_boxHeader__X3zPh {
  border-bottom-color: #7c3aed;
}

.ProjectListContent_boxSection--orange__KEM5H .ProjectListContent_boxHeader__X3zPh {
  border-bottom-color: #ea580c;
}

.ProjectListContent_boxNo__o2DWR {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(15, 23, 42, 0.55);
}

.ProjectListContent_boxTitle__1Hbo_ {
  margin: 0;
  font-size: clamp(1.125rem, 2.8vw, 1.35rem);
  font-weight: 800;
  color: #0f172a;
}

.ProjectListContent_grid__aZYK3 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2.2vw, 1.25rem);
}

.ProjectListContent_empty__BaMKR {
  margin: 0;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  text-align: center;
  font-size: 0.9375rem;
  color: rgba(15, 23, 42, 0.55);
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/projects/ProjectPageChrome.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ProjectPageChrome_backWrap__JiYJJ {
  margin-bottom: 1.25rem;
}

.ProjectPageChrome_back__17odO {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #0374bc;
  text-decoration: none;
}
.ProjectPageChrome_back__17odO:hover {
  text-decoration: underline;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/projects/ProjectDetailContent.module.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ProjectDetailContent_article__5ZViz {
  margin: 0 auto;
  color: #0f172a;
}

.ProjectDetailContent_header__1BiS0 {
  margin-bottom: clamp(1rem, 3vw, 1.25rem);
}

.ProjectDetailContent_thumbnailSection__Ys5ng {
  margin-bottom: clamp(1.75rem, 4vw, 2.25rem);
}
@media (min-width: 640px) {
  .ProjectDetailContent_thumbnailSection__Ys5ng {
    position: relative;
    left: 50%;
    width: calc(100% + 8rem);
    max-width: 58rem;
    transform: translateX(-50%);
  }
}

.ProjectDetailContent_boxMeta__fu86l {
  margin: 0 0 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0374bc;
}

.ProjectDetailContent_title__1jrOL {
  margin: 0;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  line-height: 1.35;
  color: #0f172a;
}

.ProjectDetailContent_section___7S60,
.ProjectDetailContent_representativeSection__gwZ9v {
  margin-bottom: clamp(1.75rem, 4vw, 2.25rem);
}

.ProjectDetailContent_sectionTitle__DEhKh {
  margin: 0 0 0.85rem;
  font-size: clamp(1rem, 2.5vw, 1.125rem);
  font-weight: 800;
  color: #0f172a;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #0374bc;
}

.ProjectDetailContent_representativeCard__CKIlt {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ProjectDetailContent_representativeIcon__OZUHz {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #d6dbe1;
}

.ProjectDetailContent_representativeName__mZ_F5 {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0f172a;
}

.ProjectDetailContent_prose__XpfGo p {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.85;
  color: rgba(15, 23, 42, 0.88);
}
.ProjectDetailContent_prose__XpfGo p:last-child {
  margin-bottom: 0;
}

.ProjectDetailContent_gallery__dx4_1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ProjectDetailContent_galleryItem__LVrep {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d6dbe1;
  width: 100%;
}

.ProjectDetailContent_galleryImage__qOQY3 {
  display: block;
  width: 100%;
  height: auto;
}

.ProjectDetailContent_links__Vbctp {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ProjectDetailContent_link__1vRoV {
  display: inline-flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #0374bc;
  text-decoration: none;
}
.ProjectDetailContent_link__1vRoV:hover {
  text-decoration: underline;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/HomeMessageSection.module.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* =============================================
   HomeMessageSection — 代表からのメッセージ
   ============================================= */
.HomeMessageSection_root__N4MCe {
  max-width: clamp(900px, 80vw, 1220px);
  margin: 0 auto;
  padding: clamp(40px, 6vw, 100px) 0;
}

.HomeMessageSection_sectionTitle__e5_Is {
  text-align: center;
  font-size: clamp(1.5rem, 2.8vw + 0.8rem, 3rem);
  font-weight: 900;
  color: #fff;
  margin: 0 0 clamp(2rem, 5vw, 4rem);
  letter-spacing: 0.06em;
}

/* ---------- 2カラムレイアウト ---------- */
.HomeMessageSection_content__jKXVy {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: center;
}
@media (min-width: 768px) {
  .HomeMessageSection_content__jKXVy {
    flex-direction: row;
    align-items: flex-start;
    gap: clamp(2rem, 4vw, 4rem);
  }
}

/* ---------- 画像カラム（左） ---------- */
.HomeMessageSection_imageCol__v_Wcs {
  flex: 0 0 auto;
  width: min(280px, 70vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .HomeMessageSection_imageCol__v_Wcs {
    width: clamp(220px, 22vw, 340px);
    top: 100px;
  }
}

.HomeMessageSection_imageWrap___htwt {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid rgb(242, 242, 242);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}

.HomeMessageSection_image__wGoZ_ {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ---------- プロフィール ---------- */
.HomeMessageSection_profile__GDK4P {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.HomeMessageSection_profileTitle__XYXur {
  font-size: clamp(0.75rem, 1vw + 0.3rem, 0.875rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.08em;
}

.HomeMessageSection_profileName__JkpJx {
  font-size: clamp(1.2rem, 1.6vw + 0.5rem, 1.6rem);
  font-weight: 800;
  color: #fff;
}

.HomeMessageSection_profileX__WmVA6 {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: clamp(0.8rem, 1vw + 0.3rem, 0.9rem);
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s;
}
.HomeMessageSection_profileX__WmVA6:hover {
  opacity: 0.8;
}

.HomeMessageSection_profileXIcon__LCQgI {
  width: 1.1em;
  height: 1.1em;
  object-fit: contain;
  transform: translateY(1px);
}

/* ---------- メッセージカラム（右） ---------- */
.HomeMessageSection_messageCol__xav08 {
  flex: 1 1;
  min-width: 0;
}

.HomeMessageSection_heading__wAt6c {
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
  font-size: clamp(1.2rem, 2vw + 0.5rem, 1.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
  padding-bottom: 0.5em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.HomeMessageSection_subHeading__OyiZT {
  margin: clamp(1.2rem, 2.5vw, 2rem) 0 clamp(0.5rem, 1vw, 0.8rem);
  font-size: clamp(1rem, 1.4vw + 0.4rem, 1.3rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
.HomeMessageSection_subHeading__OyiZT::before {
  content: "「";
  color: rgba(255, 255, 255, 0.5);
}
.HomeMessageSection_subHeading__OyiZT::after {
  content: "」";
  color: rgba(255, 255, 255, 0.5);
}

.HomeMessageSection_body__k7Icm {
  margin: 0 0 clamp(0.8rem, 1.5vw, 1.2rem);
  font-size: clamp(0.9rem, 1.1vw + 0.3rem, 1.1rem);
  line-height: 2;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
}

.HomeMessageSection_bodyStrong__3y8sX {
  font-weight: 800;
  color: #fff;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/.pnpm/next@16.2.6_@babel+core@7.29.0_react-dom@19.2.3_react@19.2.3__react@19.2.3_sass@1.98.0/node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/features/home/HomeSponsorsSection.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* =============================================
   HomeSponsorsSection — 協賛
   ============================================= */
.HomeSponsorsSection_root__pe9uU {
  max-width: clamp(900px, 80vw, 1400px);
  margin: 0 auto;
  padding: clamp(60px, 8vw, 120px) clamp(16px, 4vw, 0px) clamp(100px, 14vw, 200px);
}

.HomeSponsorsSection_sectionTitle__9xZLf {
  text-align: center;
  font-size: clamp(1.5rem, 2.8vw + 0.8rem, 3rem);
  font-weight: 900;
  color: #0074bc;
  margin: 0 0 clamp(2rem, 5vw, 3.5rem);
  letter-spacing: 0.06em;
}

/* --- スマホ: 行の区切りを無視して2列グリッド --- */
.HomeSponsorsSection_grid__QRoEA {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: clamp(1rem, 4vw, 1.5rem);
  column-gap: 0;
  justify-items: center;
}
@media (min-width: 768px) {
  .HomeSponsorsSection_grid__QRoEA {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: clamp(1.5rem, 4vw, 3rem);
    column-gap: 0;
  }
}

.HomeSponsorsSection_row__PxmOH {
  display: contents;
}
@media (min-width: 768px) {
  .HomeSponsorsSection_row__PxmOH {
    display: flex;
    justify-content: center;
    gap: 0;
    width: 100%;
  }
}

.HomeSponsorsSection_logoWrap__yRa09 {
  position: relative;
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .HomeSponsorsSection_logoWrap__yRa09 {
    flex: 0 0 auto;
    width: clamp(120px, 18vw, 180px);
    max-width: none;
  }
}

.HomeSponsorsSection_logoLink__hYXcx {
  display: block;
  text-decoration: none;
  color: inherit;
}
.HomeSponsorsSection_logoLink__hYXcx:focus-visible {
  outline: 2px solid #0074bc;
  outline-offset: 4px;
  border-radius: 4px;
}

.HomeSponsorsSection_logo__s5fRy {
  object-fit: contain;
  padding: 10% 0;
}
