@charset "UTF-8";
/* ------------------------------------------------------------------------ */
/* basic */
/* ------------------------------------------------------------------------ */
@font-face {
  font-family: "TimeLightGothic";
  src: url("/specialevent/finalstage/font/TimeLightGothic.woff2") format("woff2"), url("/specialevent/finalstage/font/TimeLightGothic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TimeLightGothicBold";
  src: url("/specialevent/finalstage/font/TimeLightGothic-Bold.woff2") format("woff2"), url("/specialevent/finalstage/font/TimeLightGothic-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  margin: 0px;
  font-family: "Noto Sans", sans-serif;
  font-size: 1rem;
  width: 100%;
  background: #fff;
}

main {
  padding-top: 70px;
}

h1 {
  margin: 0px;
}

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

a {
  text-decoration: none;
}

a:link,
a:visited {
  color: inherit;
}

img {
  max-width: 100%;
  margin-bottom: 30px;
}

section {
  width: 100%;
}


/* ------------------------------------------------------------------------ */
/* layout */
/* ------------------------------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: #14418f;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  z-index: 99;
  transition: all 0.3s ease;
}
.l-header.is-small {
  height: 35px;
  font-size: 1rem;
}

.l-header__nav {
  display: flex;
  gap: 20px;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "TimeLightGothic", sans-serif;
  font-weight: 400;
}

.l-footer {
  position: relative;
  width: 100%;
  border-top: #8c8c8c solid 1px;
  margin-top: 15vh;
}

.l-footer__inner {
  width: 89.33vw;
  margin: 8.8vw auto;
}

.l-footer__sns {
  margin: 6.4vw 0px 2.13vw;
}

.l-footer__list li {
  position: relative;
  display: inline-block;
  line-height: 0px;
  margin-right: 16px;
}

.l-footer__list li:not(:last-child)::before {
  content: '';
  position: absolute;
  right: -12px;
  top: 2px;
  width: 6px;
  height: 12px;
  background-image: url(../imgs/common/footer_slash.svg);
  background-size: 6px 12px;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}

.l-footer__list img {
  height: 15px;
  width: 100%;
  margin: 0;
}

.l-footer__copyright {
  font-size: 0.625rem;
  color: #fff;
}

.l-background {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  user-select: none;
  pointer-events: none;
  /* overflow: hidden; */
}

.l-background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}


.l-container {
  position: relative;
  width: 89.33vw;
  padding: 40px 20px;
  margin: 0 auto;
}

/* ------------------------------------------------------------------------ */
/* Component */
/* ------------------------------------------------------------------------ */
.c-title {
  font-family: "TimeLightGothic", sans-serif;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 1;
  color: #fff;
  margin: 0 0 40px 0;
}

.c-title > span {
  font-family: "TimeLightGothicBold", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.c-button {
  background-color: #14418f;
  display: inline-block;
  text-align: center;
}

/* EVENT / GOODS の準備中表記（2026/08/27 FB対応） */
.c-comingsoon {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 35px;
  padding: 60px 0;
  margin: 0;
  color: #fff;
}

.c-button > p {
  color: #fff;
  font-weight: 700;
  width: 300px;
  max-width: 100%;
}


/* ------------------------------------------------------------------------ */
/* Project */
/* ------------------------------------------------------------------------ */
.p-kv img {
  margin: 0 auto;
  display: block;
}


.p-schedule__list {
  margin: 0 0 60px 0;
  display: flex;
  flex-direction: column;
}

.p-schedule__item {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #fff;
  padding: 5px 40px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

.p-schedule__item:not(:last-child) {
  margin-bottom: 20px;
}

.p-schedule__item > .date {
  width: 50%;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-schedule__item > .date .u-small {
  letter-spacing: 0;
  font-weight: normal;
}

.p-schedule__item > .versus {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-schedule__item > .versus p {
  margin: 0 0 0 40px;
  font-size: 35px;
  font-weight: 700;
}

.p-schedule__item > .versus p span {
  margin-right: 20px;
}

.p-schedule__item > .versus img {
  flex-shrink: 0;
  margin: 0;
  height: auto;
}

.p-schedule__item > .versus img[src*="carp"]     { width: 70px; }
.p-schedule__item > .versus img[src*="swallows"] { width: 61px; }
.p-schedule__item > .versus img[src*="giants"]   { width: 59px; }
.p-schedule__item > .versus img[src*="tigers"]   { width: 58px; }
.p-schedule__item > .versus img[src*="dragons"]  { width: 50px; }


.p-goods__list {
  font-weight: 700;
  font-size: 1.125rem;
}

.p-goods__detail img {
  width: 100%;
  margin-bottom: 0;
  border: 1px #14418F solid;
}

.p-goods__detail p {
  margin: 10px 0 30px;
  color: #fff;
}


.p-news__list {
  padding: 5.33vw 3vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: rgba(255,255,255,0.7);
}

.p-news__item {
  font-size: 1rem;
}

.p-news__item:not(:last-child) {
  border-bottom: 1px solid #000;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}

.p-news__item a {
  display: flex;
  flex-direction: column;
}


/* ------------------------------------------------------------------------ */
/* Unity */
/* ------------------------------------------------------------------------ */
.u-small {
  font-size: 0.75em;
}

.u-center {
  text-align: center;
}


@media (min-width: 1110px) {
  /* ------------------------------------------------------------------------ */
  /* layout */
  /* ------------------------------------------------------------------------ */
  .l-footer {
    border-top: none;
    width: 100%;
    max-width: 1000px;
    margin: 76px auto;
  }

  .l-footer__inner {
    width: 100%;
    margin: 0px;
  }

  .l-footer__sns {
    margin: 16px 0px;
  }

  .l-footer__list li:not(:last-child)::before {
    right: -12px;
    top: 2px;
    width: 6px;
    height: 12px;
    background-size: 6px 12px;
  }

  .l-footer__copyright {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding-bottom: 0px;
  }


  /* ------------------------------------------------------------------------ */
  /* Project */
  /* ------------------------------------------------------------------------ */
  .p-goods__list {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
  }

  .p-goods__detail img {
    width: 300px;
  }


  .p-news__item {
    transition: opacity 0.1s ease-in-out;
  }

  .p-news__item a {
    flex-direction: row;
    gap: 40px;
    transition: opacity 0.1s ease-in-out;
  }

  .p-news__item a:hover {
    opacity: 0.8;
  }
}


@media (min-width: 840px) {
  /* ------------------------------------------------------------------------ */
  /* basic */
  /* ------------------------------------------------------------------------ */
  .onlysp {
    display: none;
  }


  /* ------------------------------------------------------------------------ */
  /* Layout */
  /* ------------------------------------------------------------------------ */
  .l-container {
    width: calc(100% - 40px);
    max-width: 1000px;
    padding: 80px 20px;
    margin: 0 auto;
  }


  /* ------------------------------------------------------------------------ */
  /* Component */
  /* ------------------------------------------------------------------------ */
  .c-button {
    transition: background-color 0.2s ease-in-out;
  }

  .c-button:hover {
    background-color: #1e5bc6;
  }
}

@media (max-width: 839px) {
  /* ------------------------------------------------------------------------ */
  /* basic */
  /* ------------------------------------------------------------------------ */
  .onlypc {
    display: none;
  }


    /* ------------------------------------------------------------------------ */
  /* layout */
  /* ------------------------------------------------------------------------ */
  .l-header {
    font-size: 1rem;
  }
  .l-header.is-small {
    font-size: 0.875rem;
  }

  /* ------------------------------------------------------------------------ */
  /* Project */
  /* ------------------------------------------------------------------------ */
  .p-schedule__item {
    font-size: 1.875rem;
    flex-direction: column;
    padding: 10px;
  }

  /* 左端の青いグラデーションバーは削除（2026/08/27 FB対応）
  .p-schedule__item::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: calc(100% + 4px);
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(0deg, #14418f, #62c8f8);
  }
  */

  .p-schedule__item > .date,
  .p-schedule__item > .versus {
    width: 100%;
    text-align: center;
    line-height: 1;
  }

  .p-schedule__item > .versus {
    margin: 10px 0 0 0;
    border: none;
    justify-content: center;
  }

  /* 「SPは改行されない程度のサイズ」に対応（2026/08/27 FB対応）
     360px:32px / 375px:33px / 390px:35px / 394px以上:35px */
  .p-schedule__item > .versus p {
    margin: 0 15px 0 0;
    font-size: 28px;
  }

  .p-schedule__item > .versus p span {
    margin-right: 10px;
  }

  .p-schedule__item > .versus img {
    margin: 0 10px 0 0;
  }

  .p-schedule__item > .versus img[src*="carp"]     { width: 50px; }
  .p-schedule__item > .versus img[src*="swallows"] { width: 44px; }
  .p-schedule__item > .versus img[src*="giants"]   { width: 42px; }
  .p-schedule__item > .versus img[src*="tigers"]   { width: 42px; }
  .p-schedule__item > .versus img[src*="dragons"]  { width: 36px; }

  /* ------------------------------------------------------------------------ */
  /* Component */
  /* ------------------------------------------------------------------------ */
  .c-title {
    font-size: 2.25rem;
    margin: 0 0 20px 0;
  }

  .c-comingsoon {
    font-size: 24px;
    padding: 32px 0;
  }


  /* ------------------------------------------------------------------------ */
  /* Unity */
  /* ------------------------------------------------------------------------ */
  .u-small {
    font-size: 0.55em;
  }

  .u-break {
    display: block;
    margin: 5px 0 0 0;
  }
}


/* ------------------------------------------------------------------------ */
/* 840〜1109px：新日付表記の折り返し対策（2026/08/27 追加）                  */
/* 英字曜日で日付が横に広くなり、6・7行目が .date 幅50%に収まらないため      */
/* この帯のみ日付・対戦カードを連続的に縮小する。                            */
/* ※2026/08/27 弊社判断で了承済み。不要になった場合はこのブロックの削除のみで  */
/*   元の挙動に戻ります                                                      */
/* ------------------------------------------------------------------------ */
@media (min-width: 840px) and (max-width: 1109px) {
  .p-schedule__item {
    font-size: clamp(1.25rem, 2.38vw, 1.5625rem); /* 20px → 25px */
  }

  .p-schedule__item > .versus p {
    font-size: clamp(28px, 3.33vw, 35px);         /* 28px → 35px */
  }
}
