/*
 * 覇王戦 協賛企業スライダー Ultimate v2.3.0 / 無限自動スクロール版
 * 黒×金×ネオン発光・豪華カード・スマホ最適化・画像比率統一版
 */
.haousen-sponsors-page,
.haousen-sponsors-page * { box-sizing: border-box; }

.haousen-sponsors-page {
  --h-black: #020202;
  --h-deep: #07040b;
  --h-gold: #d4a017;
  --h-gold2: #ffdf75;
  --h-gold3: #fff6c8;
  --h-red: #ff2a18;
  --h-pink: #ff34d2;
  --h-blue: #30b8ff;
  --h-purple: #8c4dff;
  --h-white: #ffffff;
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  color: var(--h-white);
  background: #000;
  font-family: "BIZ UDPGothic", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.haousen-sponsors-bg {
  position: absolute;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 16% 4%, rgba(255, 220, 92, .36), transparent 22%),
    radial-gradient(circle at 85% 12%, rgba(255, 42, 24, .22), transparent 25%),
    radial-gradient(circle at 50% 100%, rgba(48, 184, 255, .18), transparent 36%),
    linear-gradient(135deg, #000 0%, #09040a 38%, #030303 62%, #0b0500 100%);
}

.haousen-sponsors-bg::before {
  content: "";
  position: absolute;
  inset: -35%;
  z-index: -4;
  background:
    conic-gradient(from 18deg at 50% 50%, transparent 0 12%, rgba(255,224,112,.12) 13%, transparent 18% 38%, rgba(255,42,24,.10) 40%, transparent 48% 66%, rgba(48,184,255,.10) 68%, transparent 76% 100%),
    linear-gradient(115deg, transparent 0 43%, rgba(255,255,255,.16) 48%, rgba(255,223,117,.24) 50%, rgba(255,255,255,.10) 52%, transparent 58% 100%);
  animation: haousenUltimateSweep 7.2s ease-in-out infinite;
  filter: blur(.2px);
  opacity: .92;
}

.haousen-sponsors-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    radial-gradient(circle, rgba(255,223,117,.86) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(255,255,255,.38) 0 1px, transparent 2px),
    linear-gradient(90deg, rgba(255,223,117,.16) 0 1px, transparent 1px),
    linear-gradient(rgba(255,223,117,.10) 0 1px, transparent 1px);
  background-size: 74px 74px, 129px 129px, 56px 56px, 56px 56px;
  background-position: 0 0, 28px 15px, 0 0, 0 0;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.96), rgba(0,0,0,.78) 55%, transparent 100%);
  animation: haousenParticleMove 16s linear infinite;
}

@keyframes haousenUltimateSweep {
  0%, 30% { transform: translateX(-30%) rotate(0deg); opacity: .25; }
  52% { opacity: 1; }
  78%, 100% { transform: translateX(30%) rotate(7deg); opacity: .28; }
}
@keyframes haousenParticleMove { to { background-position: 74px 74px, -101px 144px, 56px 56px, -56px 56px; } }
@keyframes haousenGoldPulse { 0%,100% { opacity: .62; filter: brightness(1); } 50% { opacity: 1; filter: brightness(1.5); } }
@keyframes haousenBorderRun { to { transform: rotate(360deg); } }
@keyframes haousenFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.haousen-sponsors-inner {
  width: min(1340px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(54px, 6vw, 94px) 0 clamp(70px, 7vw, 104px);
  position: relative;
}

.haousen-sponsors-inner::before,
.haousen-sponsors-inner::after {
  content: "";
  position: absolute;
  width: min(520px, 45vw);
  height: 2px;
  top: 22px;
  background: linear-gradient(90deg, transparent, rgba(255,223,117,.95), transparent);
  box-shadow: 0 0 24px rgba(255,223,117,.88), 0 0 80px rgba(255,42,24,.35);
  pointer-events: none;
}
.haousen-sponsors-inner::before { left: 0; }
.haousen-sponsors-inner::after { right: 0; }

.haousen-sponsors-hero {
  text-align: center;
  margin-bottom: clamp(34px, 5vw, 58px);
  position: relative;
}

.haousen-sponsors-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,223,117,.78);
  background: linear-gradient(135deg, rgba(255,223,117,.18), rgba(255,255,255,.06), rgba(255,42,24,.12));
  color: var(--h-gold3);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .12em;
  text-shadow: 0 0 18px rgba(255,223,117,.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.20), 0 0 24px rgba(255,223,117,.30), 0 20px 60px rgba(0,0,0,.50);
}

.haousen-sponsors-hero h2 {
  margin: 0;
  font-size: clamp(30px, 5.2vw, 70px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.07em;
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: nowrap;
  text-shadow:
    0 0 8px rgba(255,255,255,.65),
    0 0 22px rgba(255,223,117,.72),
    0 0 58px rgba(255,42,24,.38),
    0 18px 48px rgba(0,0,0,.88);
}

.haousen-sponsors-lead {
  margin: 20px auto 0;
  max-width: 920px;
  color: rgba(255,255,255,.96);
  font-size: clamp(16px, 2vw, 23px);
  font-weight: 900;
  line-height: 1.82;
  text-shadow: 0 2px 14px rgba(0,0,0,.80);
}

.haousen-sponsors-line {
  width: min(210px, 55vw);
  height: 4px;
  margin: 24px auto;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--h-red), var(--h-gold3), var(--h-gold), var(--h-red), transparent);
  box-shadow: 0 0 16px rgba(255,223,117,.90), 0 0 48px rgba(255,42,24,.68), 0 0 80px rgba(255,52,210,.24);
  animation: haousenGoldPulse 2.4s ease-in-out infinite;
}

.haousen-sponsors-message {
  margin: 0 auto;
  max-width: 960px;
  color: rgba(255,255,255,.82);
  font-size: 15px;
  line-height: 2.05;
}

.haousen-slider-shell {
  position: relative;
  display: block;
}

.haousen-sponsor-track-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 3px;
  background: linear-gradient(135deg, rgba(255,223,117,1), rgba(255,42,24,.70), rgba(255,52,210,.55), rgba(48,184,255,.54), rgba(255,223,117,1));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.10),
    0 0 30px rgba(255,223,117,.30),
    0 0 90px rgba(255,42,24,.22),
    0 35px 90px rgba(0,0,0,.55);
}

.haousen-sponsor-track-wrap::before {
  content: "";
  position: absolute;
  inset: -80%;
  background: conic-gradient(from 0deg, transparent, rgba(255,223,117,.55), transparent, rgba(255,42,24,.45), transparent, rgba(48,184,255,.38), transparent);
  animation: haousenBorderRun 10s linear infinite;
  opacity: .72;
  pointer-events: none;
}

.haousen-sponsor-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 26px;
  overflow: visible;
  scroll-snap-type: none;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  cursor: grab;
  padding: 18px 16px 26px;
  width: max-content;
  min-width: max-content;
  will-change: transform;
  border-radius: 31px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,223,117,.18), transparent 32%),
    radial-gradient(circle at 82% 0%, rgba(255,42,24,.16), transparent 28%),
    rgba(0,0,0,.68);
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
.haousen-sponsor-track::-webkit-scrollbar { display: none; width: 0; height: 0; }
.haousen-sponsor-track.is-haousen-marquee-ready { transform: translate3d(0, 0, 0); }
.haousen-sponsor-track.is-paused { cursor: grab; }
.haousen-sponsor-track.is-dragging { cursor: grabbing; }
.haousen-sponsor-track.is-dragging * { pointer-events: none; }

.haousen-sponsor-card {
  flex: 0 0 min(410px, 88vw);
  scroll-snap-align: none;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.035) 42%, rgba(255,223,117,.10)),
    linear-gradient(180deg, rgba(12,8,4,.98), rgba(2,2,2,.97));
  border: 1px solid rgba(255,223,117,.76);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.08),
    0 0 22px rgba(255,223,117,.45),
    0 0 48px rgba(255,42,24,.20),
    0 32px 92px rgba(0,0,0,.72);
  transform: translateZ(0);
  transition: transform .36s ease, box-shadow .36s ease, border-color .36s ease, filter .36s ease;
  animation: haousenFloat 5.2s ease-in-out infinite;
}
.haousen-sponsor-card:nth-child(3n+2) { animation-delay: -.9s; }
.haousen-sponsor-card:nth-child(3n) { animation-delay: -1.8s; }

.haousen-sponsor-card::before {
  content: "";
  position: absolute;
  inset: 9px;
  z-index: 6;
  border-radius: 24px;
  pointer-events: none;
  border: 1px solid rgba(255,243,190,.58);
  box-shadow: inset 0 0 28px rgba(255,223,117,.20), 0 0 18px rgba(255,223,117,.34);
}

.haousen-sponsor-card::after {
  content: "";
  position: absolute;
  top: -15%;
  left: -95%;
  z-index: 8;
  width: 58%;
  height: 130%;
  pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.12), rgba(255,243,190,.68), rgba(255,255,255,.18), transparent);
  transform: skewX(-18deg);
  transition: left .85s ease;
}
.haousen-sponsor-card:hover,
.haousen-sponsor-card:focus-within {
  transform: translateY(-10px) scale(1.018) translateZ(0);
  border-color: rgba(255,246,200,1);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.20),
    0 0 25px rgba(255,255,255,.44),
    0 0 55px rgba(255,223,117,.96),
    0 0 110px rgba(255,42,24,.58),
    0 0 145px rgba(255,52,210,.34),
    0 44px 105px rgba(0,0,0,.82);
  filter: saturate(1.12) contrast(1.04);
}
.haousen-sponsor-card:hover::after,
.haousen-sponsor-card:focus-within::after { left: 138%; }

.haousen-sponsor-card:nth-child(5n+1) { border-color: rgba(255,84,42,.90); box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 0 30px rgba(255,42,24,.50), 0 36px 90px rgba(0,0,0,.70); }
.haousen-sponsor-card:nth-child(5n+2) { border-color: rgba(48,184,255,.92); box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 0 30px rgba(48,184,255,.48), 0 36px 90px rgba(0,0,0,.70); }
.haousen-sponsor-card:nth-child(5n+3) { border-color: rgba(255,223,117,1); box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 0 35px rgba(255,223,117,.66), 0 36px 90px rgba(0,0,0,.70); }
.haousen-sponsor-card:nth-child(5n+4) { border-color: rgba(255,52,210,.88); box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 0 30px rgba(255,52,210,.45), 0 36px 90px rgba(0,0,0,.70); }
.haousen-sponsor-card:nth-child(5n) { border-color: rgba(255,210,73,.92); box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 0 30px rgba(255,210,73,.52), 0 36px 90px rgba(0,0,0,.70); }

.haousen-sponsor-image {
  position: relative;
  min-height: 258px;
  height: 258px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.17), transparent 22%),
    radial-gradient(circle at 18% 10%, rgba(255,223,117,.24), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.10), rgba(0,0,0,.52)),
    #080808;
}
.haousen-sponsor-image::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,223,117,.22), transparent 28%, rgba(255,255,255,.10) 50%, transparent 72%, rgba(255,42,24,.16)),
    rgba(255,255,255,.06);
  box-shadow: inset 0 0 45px rgba(255,255,255,.08), inset 0 0 80px rgba(255,223,117,.12);
}
.haousen-sponsor-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to bottom, transparent 58%, rgba(0,0,0,.66)),
    radial-gradient(circle at 50% 48%, transparent 46%, rgba(0,0,0,.34));
}

.haousen-sponsor-logo-img,
.haousen-sponsor-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  filter: brightness(1.08) contrast(1.08) saturate(1.12) drop-shadow(0 0 14px rgba(255,255,255,.42)) drop-shadow(0 0 28px rgba(255,223,117,.30));
  transform: scale(1);
  transition: transform .48s ease, filter .48s ease;
  backface-visibility: hidden;
}
.haousen-sponsor-card:hover .haousen-sponsor-logo-img,
.haousen-sponsor-card:hover .haousen-sponsor-image img {
  transform: scale(1.055);
  filter: brightness(1.17) contrast(1.12) saturate(1.22) drop-shadow(0 0 20px rgba(255,255,255,.72)) drop-shadow(0 0 46px rgba(255,223,117,.68));
}

.haousen-sponsor-badge {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,246,200,.82);
  background: linear-gradient(135deg, rgba(255,42,24,.84), rgba(255,223,117,.82), rgba(0,0,0,.72));
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
  text-shadow: 0 1px 8px rgba(0,0,0,.85);
  box-shadow: 0 0 20px rgba(255,223,117,.72), 0 0 44px rgba(255,42,24,.34);
}

.haousen-sponsor-noimage {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 190px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 22px;
  color: var(--h-gold3);
  font-weight: 950;
  letter-spacing: .16em;
  background: radial-gradient(circle at 50% 45%, rgba(255,223,117,.32), transparent 35%), linear-gradient(135deg, #210800, #020202 60%, #15080f);
  box-shadow: inset 0 0 50px rgba(255,223,117,.12);
}

.haousen-sponsor-body {
  position: relative;
  padding: 28px 26px 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025)),
    radial-gradient(circle at 50% 0%, rgba(255,223,117,.13), transparent 38%);
}

.haousen-sponsor-small {
  display: inline-flex;
  margin: 0 0 10px;
  color: var(--h-gold3);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-shadow: 0 0 15px rgba(255,223,117,.86);
}

.haousen-sponsor-body h3 {
  margin: 0 0 15px;
  color: #fff;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.32;
  font-weight: 950;
  letter-spacing: -.025em;
  text-shadow: 0 0 10px rgba(255,255,255,.30), 0 0 24px rgba(255,223,117,.30), 0 2px 18px rgba(0,0,0,.9);
}

.haousen-sponsor-item {
  margin: 0 0 16px;
  padding: 13px 15px;
  border-radius: 16px;
  color: rgba(255,255,255,.96);
  font-weight: 850;
  line-height: 1.7;
  background: linear-gradient(135deg, rgba(255,223,117,.20), rgba(255,255,255,.06), rgba(255,42,24,.14));
  border: 1px solid rgba(255,223,117,.48);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 0 25px rgba(255,223,117,.12);
}
.haousen-sponsor-item span {
  display: block;
  color: var(--h-gold3);
  font-size: 12px;
  font-weight: 950;
  margin-bottom: 3px;
  letter-spacing: .08em;
}

.haousen-sponsor-thanks {
  margin: 0 0 12px;
  color: rgba(255,255,255,.88);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 800;
}

.haousen-sponsor-maker-intro {
  margin: 0 0 18px;
  padding: 13px 15px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.haousen-sponsor-maker-intro span {
  display: block;
  margin-bottom: 5px;
  color: var(--h-gold3);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.haousen-sponsor-maker-intro p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 13.5px;
  line-height: 1.85;
  font-weight: 650;
}

.haousen-sponsor-links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 22px;
}
.haousen-sponsor-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 11px 17px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 950;
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}
.haousen-sponsor-link:hover { transform: translateY(-3px); filter: brightness(1.12); }
.haousen-site-link {
  color: #1a0f00 !important;
  background: linear-gradient(135deg, #fff6c8, #ffdf75, #d4a017);
  box-shadow: 0 0 18px rgba(255,223,117,.55), 0 14px 30px rgba(0,0,0,.36);
}
.haousen-insta-link {
  color: #fff !important;
  background: linear-gradient(135deg, #ff34d2, #ff2a18, #8c4dff);
  box-shadow: 0 0 20px rgba(255,52,210,.42), 0 14px 30px rgba(0,0,0,.34);
}

.haousen-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 12;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255,223,117,.72);
  border-radius: 999px;
  color: #fff7c8;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.35), transparent 34%),
    linear-gradient(135deg, rgba(255,223,117,.28), rgba(255,42,24,.22), rgba(0,0,0,.86));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.10),
    0 0 24px rgba(255,223,117,.42),
    0 14px 36px rgba(0,0,0,.50);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}
.haousen-slider-btn:hover,
.haousen-slider-btn:focus-visible {
  filter: brightness(1.18);
  transform: translateY(-50%) scale(1.07);
  box-shadow:
    0 0 0 1px rgba(255,255,255,.16),
    0 0 34px rgba(255,223,117,.60),
    0 18px 44px rgba(0,0,0,.58);
}
.haousen-slider-btn:active {
  transform: translateY(-50%) scale(.96);
}
.haousen-slider-prev { left: -24px; }
.haousen-slider-next { right: -24px; }

.haousen-slider-note {
  margin-top: 20px;
  text-align: center;
  color: rgba(255,255,255,.76);
  font-size: 13px;
  text-shadow: 0 2px 10px rgba(0,0,0,.85);
}

.haousen-sponsors-empty {
  padding: 40px 24px;
  text-align: center;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(135deg, rgba(255,223,117,.16), rgba(255,255,255,.06), rgba(255,42,24,.10));
  border: 1px solid rgba(255,223,117,.62);
  box-shadow: 0 0 35px rgba(255,223,117,.20), 0 30px 80px rgba(0,0,0,.45);
}
.haousen-sponsors-empty p { margin: 6px 0; }

.haousen-sponsors-footer-message {
  margin: 58px auto 0;
  max-width: 980px;
  text-align: center;
  padding: 30px 26px;
  border-radius: 28px;
  border: 1px solid rgba(255,223,117,.70);
  color: rgba(255,255,255,.88);
  line-height: 2;
  background: linear-gradient(135deg, rgba(255,223,117,.14), rgba(255,255,255,.055), rgba(255,42,24,.10));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 0 36px rgba(255,223,117,.18), 0 26px 80px rgba(0,0,0,.48);
}
.haousen-sponsors-footer-title {
  margin: 0 0 8px;
  color: var(--h-gold3);
  font-size: clamp(23px, 3vw, 33px);
  font-weight: 950;
  letter-spacing: .14em;
  text-shadow: 0 0 18px rgba(255,223,117,.88), 0 0 44px rgba(255,42,24,.28);
}

@media (max-width: 767px) {
  .haousen-sponsors-inner { width: min(100% - 20px, 1180px); padding: 48px 0 62px; }
  .haousen-sponsors-inner::before, .haousen-sponsors-inner::after { width: 42vw; top: 14px; }
  .haousen-slider-shell { display: block; }
  .haousen-slider-btn {
    top: 50%;
    bottom: auto;
    width: 46px;
    height: 46px;
    font-size: 34px;
    transform: translateY(-50%);
    z-index: 30;
    background:
      radial-gradient(circle at 30% 20%, rgba(255,255,255,.40), transparent 34%),
      linear-gradient(135deg, rgba(255,223,117,.42), rgba(255,42,24,.28), rgba(0,0,0,.92));
    box-shadow:
      0 0 0 1px rgba(255,255,255,.14),
      0 0 24px rgba(255,223,117,.48),
      0 14px 34px rgba(0,0,0,.58);
  }
  .haousen-slider-btn:hover,
  .haousen-slider-btn:focus-visible { transform: translateY(-50%) scale(1.06); }
  .haousen-slider-btn:active { transform: translateY(-50%) scale(.96); }
  .haousen-slider-prev { left: 6px; }
  .haousen-slider-next { right: 6px; }
  .haousen-sponsor-track-wrap { overflow: hidden; padding: 0; background: transparent; box-shadow: none; }
  .haousen-sponsor-track-wrap::before { display: none; }
  .haousen-sponsor-track { gap: 16px; padding: 8px 2px 22px; border-radius: 0; background: transparent; overflow: hidden; touch-action: pan-y; cursor: grab; }
  .haousen-sponsor-track.is-dragging { cursor: grabbing; }
  .haousen-sponsor-track-wrap { touch-action: pan-y; }
  .haousen-sponsor-card { flex-basis: 88vw; border-radius: 27px; }
  .haousen-sponsor-image { height: 218px; min-height: 218px; padding: 16px; }
  .haousen-sponsor-body { padding: 24px 22px 28px; }
  .haousen-sponsors-message br, .haousen-sponsors-footer-message br { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .haousen-sponsors-bg::before,
  .haousen-sponsors-bg::after,
  .haousen-sponsors-line,
  .haousen-sponsor-track-wrap::before,
  .haousen-sponsor-card,
  .haousen-sponsor-card::after,
  .haousen-sponsor-logo-img,
  .haousen-sponsor-image img,
  .haousen-slider-btn,
  .haousen-sponsor-link {
    animation: none !important;
    transition: none !important;
  }
}


/* v2.2: スマホで「覇王戦 ご協賛企業様一覧」が2行にならないように自動縮小 */
@media (max-width: 768px) {
  .haousen-sponsors-page .haousen-sponsors-hero h2 {
    font-size: clamp(19px, 6.15vw, 30px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.085em !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-wrap: nowrap !important;
    max-width: 100% !important;
    padding: 0 2px !important;
  }

  .haousen-sponsors-page .haousen-sponsors-kicker {
    font-size: 11px !important;
    padding: 8px 14px !important;
    letter-spacing: .08em !important;
    max-width: 100% !important;
    white-space: nowrap !important;
  }

  .haousen-sponsors-page .haousen-sponsors-lead {
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.65 !important;
  }
}

@media (max-width: 390px) {
  .haousen-sponsors-page .haousen-sponsors-hero h2 {
    font-size: clamp(18px, 5.75vw, 23px) !important;
    letter-spacing: -.10em !important;
  }
}

@media (max-width: 340px) {
  .haousen-sponsors-page .haousen-sponsors-hero h2 {
    font-size: 18px !important;
    letter-spacing: -.11em !important;
  }
}


/* v2.2.1 FIX : スマホ時ページタイトル折返し防止 */
@media (max-width: 768px){

  .page-header-inner .page-header-title,
  .page-header-inner h1,
  .entry-title,
  .page-title{
    font-size: clamp(18px, 5.1vw, 28px) !important;
    line-height: 1.15 !important;
    letter-spacing: -.05em !important;

    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    text-wrap: nowrap !important;

    width: 100% !important;
    max-width: 100% !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;

    padding-left: 10px !important;
    padding-right: 10px !important;

    text-align: center !important;
  }

}

@media (max-width: 390px){

  .page-header-inner .page-header-title,
  .page-header-inner h1,
  .entry-title,
  .page-title{
    font-size: clamp(16px, 4.8vw, 22px) !important;
    letter-spacing: -.07em !important;
  }

}

/* v2.3.4 ご協賛内容画像：カード内自動スライド */
.haousen-sponsor-item-text {
  margin: 0;
  color: rgba(255,255,255,.96);
  font-weight: 850;
  line-height: 1.7;
}

.haousen-sponsor-gift-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
  margin-top: 12px;
  border-radius: 14px;
  background: rgba(0,0,0,.32);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 22px rgba(255,223,117,.13);
}

.haousen-sponsor-gift-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity .85s ease, transform 1.2s ease;
}

.haousen-sponsor-gift-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.haousen-sponsor-gift-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .haousen-sponsor-gift-slider {
    height: 150px;
  }
}

.haousen-sponsor-card img { -webkit-user-drag: none; user-drag: none; }


/* v2.3.8 FIX : スマホ時の左右ボタンをPC同様、カード中央に固定表示 */
@media (max-width: 767px) {
  .haousen-sponsors-page .haousen-slider-shell {
    position: relative !important;
    display: block !important;
  }

  .haousen-sponsors-page .haousen-slider-btn {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 999 !important;
    line-height: 1 !important;
    font-size: 35px !important;
    opacity: .96 !important;
    -webkit-tap-highlight-color: transparent !important;
    touch-action: manipulation !important;
  }

  .haousen-sponsors-page .haousen-slider-btn:hover,
  .haousen-sponsors-page .haousen-slider-btn:focus-visible {
    transform: translateY(-50%) scale(1.06) !important;
  }

  .haousen-sponsors-page .haousen-slider-btn:active {
    transform: translateY(-50%) scale(.96) !important;
  }

  .haousen-sponsors-page .haousen-slider-prev {
    left: 8px !important;
    right: auto !important;
  }

  .haousen-sponsors-page .haousen-slider-next {
    right: 8px !important;
    left: auto !important;
  }

  .haousen-sponsors-page .haousen-sponsor-track-wrap {
    position: relative !important;
  }
}

@media (max-width: 420px) {
  .haousen-sponsors-page .haousen-slider-btn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    font-size: 32px !important;
  }

  .haousen-sponsors-page .haousen-slider-prev { left: 4px !important; }
  .haousen-sponsors-page .haousen-slider-next { right: 4px !important; }
}

/* v2.3.9: 左右ボタン操作時はカード1枚単位でピタッと移動 */
.haousen-sponsor-track.is-button-moving {
  transition: transform .34s cubic-bezier(.22, .88, .24, 1);
}
.haousen-sponsor-track.is-dragging,
.haousen-sponsor-track.is-haousen-marquee-ready:not(.is-button-moving) {
  transition: none;
}
