@charset "UTF-8";
/*-----------------------------------

sponsor2026.css

------------------------------------*/
.pcDISP {
  display: initial;
}

.spDISP {
  display: none !important;
}

a {
  color: #e60012;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.4;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
  overscroll-behavior: none;
}

body {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.65;
  font-family: "Barlow Condensed", sans-serif;
}

body footer {
  line-height: 130%;
}

footer #partnersArea {
  display: none;
}

.txt__center {
  text-align: center;
}

p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.65;
  text-align: left;
}

.headline__topmain {
  font-weight: 700;
  font-size: 34px;
  font-size: 3.4rem;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.2;
  text-align: center;
}

@keyframes fadehere {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   sponsor2026-header (same style as allstar-header)
========================================================================== */
.sponsor2026-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  background: #000;
  height: 70px;
  width: 100%;
  min-width: 1100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.sponsor2026-header__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.sponsor2026-header__title a {
  text-align: center;
}

.sponsor2026-header__title img {
  vertical-align: top;
  height: 3vw;
  max-height: 50px;
  min-height: 25px;
}

.sponsor2026-header__jLogo {
  margin-right: 10px;
}

.sponsor2026-header__jLogo img {
  height: 100%;
  width: auto;
  display: block;
}

.sponsor2026-header__gnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  margin-left: 20px;
}

.sponsor2026-header__gnav__li {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  position: relative;
  height: 70px;
  line-height: 70px;
}

.sponsor2026-header__gnav__li a {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  height: 70px;
  font-weight: 700;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  line-height: 1;
  text-align: center;
  gap: 6px;
}

.nav-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

h1.visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  margin: -1px;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* ==========================================================================
   kvArea
========================================================================== */
.kvArea {
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

/* Banner full screen */
.kvArea__BG {
  position: relative;
  width: 100%;
  line-height: 0;
}

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

/* ==========================================================================
   informationArea
========================================================================== */
.informationArea {
  background: transparent;
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}

.informationArea__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 30px;
}

.information-content {
  text-align: center;
}

.information-content p {
  text-align: center;
}

/* ==========================================================================
   aboutArea
========================================================================== */
.aboutArea {
  background: transparent;
  padding: 60px 0 80px;
}

.aboutArea__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Wrapper card with stronger shadow */
.aboutArea__wrapper--card {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 30px 20px;
  background-color: #ffffff;
}

/* Main title */
.aboutArea__title {
  font-size: 64px;
  font-weight: 900;
  color: #000;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 16px;
  font-family: "Barlow Condensed", "Arial Black", sans-serif;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.25);
}

/* Short horizontal rule under title */
.aboutArea__title-divider {
  margin: 0 auto 32px;
  text-align: center;
}

/* Subtitle */
.aboutArea__subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}

/* ---- Block (each section) ---- */
.aboutBlock {
  border-top: 2px solid #000;
  margin-bottom: 0;
}

.aboutBlock:last-child {
  border-bottom: 2px solid #000;
}

/* Pill header — centered on the border-top line */
.aboutBlock__header {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 0;
}

.aboutBlock__header span {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
}

/* Block body — compensate for span being pulled up */
.aboutBlock__body {
  padding: 4px 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutBlock__body--center {
  text-align: center;
  align-items: center;
}

/* Text inside block body */
.aboutBlock__text {
  font-size: 13px;
  color: #000;
  line-height: 1.7;
  margin-bottom: 6px;
  text-align: center;
}

.aboutBlock__text--bold {
  font-weight: 700;
}

.aboutBlock__note {
  font-size: 11px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 4px;
}

/* ==========================================================================
   sponsorArea
========================================================================== */
.sponsorArea {
  background: transparent;
}

.sponsorArea__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.sponsorArea__title {
  text-align: center;
  margin-bottom: 40px;
}

.sponsorArea__title img {
  max-width: 300px;
  width: 100%;
}

.sponsorArea__con {
  margin-bottom: 25px;
}

.sponsorArea__con .ttl {
  font-weight: 700;
  font-size: 40px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.sponsorArea__con .logo__L {
  text-align: center;
  margin-bottom: 40px;
}

.sponsorArea__con .logo__L img {
  max-width: 600px;
  width: 100%;
}

.sponsorArea__con .logo__S {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sponsorArea__con .logo__S a {
  margin: 0 20px 20px;
}

.sponsorArea__con .logo__S img {
  max-width: 150px;
  width: 100%;
}

.sponsorArea__con.partner .logo__S a {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background: #000;
  padding: 15px 30px;
}

/* ==========================================================================
   Responsive
========================================================================== */
@media screen and (max-width: 768px) {
  .pcDISP {
    display: none !important;
  }

  .spDISP {
    display: initial !important;
  }

  .sponsor2026-header {
    min-width: 100%;
    height: 60px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 15px;
  }

  .sponsor2026-header__inner {
    display: contents;
  }

  .sponsor2026-header__title {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-items: center;
    display: flex;
  }

  .sponsor2026-header__title img {
    height: 32px;
  }

  .sponsor2026-header__jLogo {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    margin-right: 0;
    align-items: center;
    display: flex;
  }

  .sponsor2026-header__jLogo img {
    height: 18px;
  }

  .sponsor2026-header__gnav {
    display: none;
  }

  .kvArea {
    padding-top: 60px;
  }

  .aboutArea {
    padding: 40px 0 60px;
  }

  .aboutArea__title {
    font-size: 24px;
  }

  .aboutArea__subtitle {
    font-size: 15px;
  }

  .informationArea {
    padding: 40px 0 60px;
  }

  .informationArea__inner {
    max-width: 95%;
    width: 95%;
    padding: 0 15px;
  }

  .sponsorArea__inner {
    max-width: 95%;
    width: 95%;
  }

  .sponsorArea__con .ttl {
    font-size: 24px;
  }

  .sponsorArea__con .logo__S {
    flex-wrap: wrap;
  }

  .sponsorArea__con .logo__S a {
    width: 40%;
    margin: 0 5% 20px;
  }

  .sponsorArea__con .logo__S img {
    width: 100%;
  }
}



