* {
  margin: 0 auto;
}
#content .l-content202410 {
  overflow-x: visible;
}
#content {
  margin: 0 auto;
  width: 100%;
  max-width: 1420px;
  box-sizing: border-box;
  /* overflow-x: hidden; */
  box-sizing: border-box;
  max-width: 1200px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background: url(../images/gray_bg.png);
  background-size: 100%;
  background-repeat: repeat;
  padding-bottom: 40px;
}
#content img {
  display: block;
  width: 100%;
}
#content > *:not(#main, #navi) {
  width: calc(100% - 5em);
}
#content > div:has(> h2),
#content .column > div:has(h2) {
  padding-top: 120px;
  margin-top: -60px;
}
#content h2 {
  margin: 0 0 0em;
  position: relative;
  background: #b02112;
  line-height: 1.25;
  padding: 0.25em 1em 0.3em 0.5em;
  color: #fff;
  overflow: hidden;
  clip-path: polygon(
    0 0,
    calc(100% - 1em) 0,
    100% 50%,
    calc(100% - 1em) 100%,
    0 100%
  );
  paint-order: stroke fill;
  -webkit-text-stroke: 0.15em #b02112;
  font-size: 1.5em;
  font-size: clamp(20px, 6vw, 24px);
}
#content h2::after {
  content: "";
  position: absolute;
  background: url(../images/h2_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 9 / 4;
  width: auto;
  height: 100%;
  right: -1px;
  top: 0;
  z-index: -1;
}
#navi {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b02112;
  flex-wrap: wrap;
  position: sticky;
  top: 40px;
  z-index: 10;
}
#navi a {
  color: #fff;
  text-decoration: unset;
  font-weight: bold;
  padding: 1em 1.5em;
  margin: unset;
  transition: 0.4s;
}

#navi .sp {
  display: none;
}

#navi a:hover {
  padding-top: 0.25em !important;
  padding-bottom: 0.75em !important;
}
#navi span {
  display: contents;
}
#content .tab-content {
  display: none;
}
#content .tab-content.active {
  display: block;
}
#content .match {
  display: flex;
  gap: 1.5em;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1em 2em;
}
#content .match > div {
  width: calc((100% - 3em) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #fff8;
  padding: 0 0 1em;
  font-size: 20px;
  margin: unset;
  border-radius: 0.5em;
  overflow: hidden;
  min-width: 215px;
  box-shadow: 0px 0px 5px #0002;
}
#content .match time {
  font-size: 0.85em;
}
#content .match span {
  font-size: 1em;
  color: #cccdcf;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.2em;
}
#content .match p {
  font-weight: bold;
}
#content .match > div > p:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  width: 100%;
  text-align: center;
  gap: 0.5em;
  paint-order: stroke fill;
  /* -webkit-text-stroke: 5px #000; */
  background: #202f90;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  margin: 0 auto 0.75em;
  color: #000;
  background: #e8e8e8;
  border-bottom: 1px solid #cb0001;
}
#content .match p.date {
  font-size: 1.125em;
  line-height: 1.2;
}
#content .match p.opponent {
  font-size: 1.125em;
}
#content .match .score {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
#content .match .score > div {
  font-size: clamp(40px, 5vw, 70px);
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  color: #4b4c51;
  line-height: 1;
  min-width: 1.5em;
}
#content .match .score > div p {
  /* font-size: 0.5em; */
  margin-top: 6px;
  font-size: clamp(16px, 1.3888888vw, 20px);
  line-height: 1.3;
  color: #000;
}
#content .match .score > span {
  line-height: 1;
  font-size: clamp(40px, 5vw, 70px);
  color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  padding: unset;
}
#content .match p.date em {
  font-size: 0.75em;
  font-style: normal;
  display: block;
  text-align: center;
  margin-top: 0.25em;
}

#content .match img {
  width: 3em;
  margin: 0;
}

#content .chart {
  overflow: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #fffb;
  border-radius: 0.5em;
  margin-top: 1em;
}
#content .chart::before,
#content .chart::after {
  position: absolute;
  content: "";
  /* width: calc(50% - 26em / 2); */
  /* height: 100%; */
}
#content .chart::before {
}
#content .chart::after {
}
#content .chart .table {
  width: fit-content;
  margin: 3em auto 1em;
}
#content .chart span {
  display: flex;
  flex-direction: row;
  margin: unset;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2em;
  position: relative;
  font-size: clamp(13px, 1.6vw, 16px);
}
#content .chart span time {
  position: absolute;
  top: 0;
  line-height: 1.1;
  text-align: center;
  font-size: 0.75em;
  margin-top: 0.35em;
  paint-order: stroke fill;
  -webkit-text-stroke: 0.25em #fff;
  z-index: 5;
  font-weight: 400;
}
#content .chart span::after {
  content: "";
  position: absolute;
  width: calc(50% + 2px);
  height: 2em;
  top: 0;
  border: 2px #888 solid;
  border-bottom: unset;
  box-sizing: border-box;
}
#content .chart span:has(> span:first-of-type:is(.left, .right))::after {
  border-left-color: #f00 !important;
  /* border-right-color: #f00 !important; */
}
#content .chart span:has(> span:last-of-type:is(.left, .right))::after {
  /* border-left-color: #f00 !important; */
  border-right-color: #f00 !important;
}
#content .chart span.right::after {
  border-image: linear-gradient(to right, #888 50%, #f00 50%) 1 !important;
}
#content .chart span.left::after {
  border-image: linear-gradient(to left, #888 50%, #f00 50%) 1 !important;
}
#content .chart span::before {
  content: "";
  position: absolute;
  width: calc(50% + 2px);
  height: 2em;
  top: 0;
  border: 2px #f000 solid;
  border-bottom: unset;
  box-sizing: border-box;
}
#content .chart span:not(.rd2).right::before {
  border-left: 2px solid #f00;
  z-index: 9;
}
#content .chart span:not(.rd2).left::before {
  border-right: 2px solid #f00;
  z-index: 9;
}

#content .chart span.lose {
  color: #0005 !important;
}
#content .chart span.honda.lose {
  color: #fff5 !important;
}

#content .chart span.pctopline {
  position: absolute;
}

#content .chart span.pctopline::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2em;
  top: 1em;
  border: none;
  background-color: #f00;
}

#content .chart span.rd1::after {
  content: unset;
}

#access h3 {
  background: #fff;
  color: #b02112;
  padding: 0.25em 1em 0.5em 0.5em;
  margin: 1em auto 0.25em;
  font-weight: 700;
  box-sizing: border-box;
  width: calc(100% + 1em);
  clip-path: polygon(
    0 0,
    calc(100% - 1em) 0,
    100% 50%,
    calc(100% - 1em) 100%,
    0 100%
  );
  position: relative;
  left: -16px;
}
#access h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125em;
  background: #b02112;
  left: 0;
  bottom: 0.15em;
}
#content .chart .rd1 {
  position: relative;
  padding: 0.5em 0.125em 0;
  line-height: 1.15;
  letter-spacing: 0.025em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #0002;
  margin: 0 0.15em;
}

#content .chart .rd1 + .rd1::after {
}

#content .chart span.rd1::before {
}

#content .chart span.rd1.honda {
  color: #fff;
  font-weight: bold;
  background: #b02112;
}

#content .chart span.rd1.honda::before {
}

#content .chart .rd2 {
  position: relative;
}

#content .chart .rd2 + .rd2::after {
}

#content .chart .rd3 {
}

#content .chart .rd3 + .rd3::after {
}

#content .chart .semifinal {
}

#content .chart .semifinal + .semifinal::after {
}

#content .chart .final + .final::after {
}

#content .column {
  display: flex;
  gap: 0 1em;
  padding-top: unset;
  flex-wrap: wrap;
}
#content .column > div {
  width: calc((100% - 1em) / 2);
  margin: unset;
}
div.gray_bg {
  /* background: url(../images/gray_bg.png); */
  background-size: 100%;
  background-repeat: repeat;
  padding: 1em;
  border-radius: 0.5em;
  margin-top: 1em;
  background: #fffb;
}
.tab-contents.gray_bg {
  padding: 1em 1em 60px;
}
#goods .gray_bg > div {
  /* display: flex; */
  /* filter: drop-shadow(10px 5px 7px #0006); */
  margin-bottom: 1em;
}
#goods .gray_bg > div img {
  width: 100%;
}

#goods .gray_bg > div figure {
  max-width: 100px;
  filter: drop-shadow(5px 3px 7px #0006);
}

/* -------------------- */
.tab-content ul,
.tab-content .staffDate ul {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  /* background: url(../images/gray_bg.png);
  background-size: 100%;
  background-repeat: repeat; */
  padding: 0;
  justify-content: flex-start;
  max-width: 1080px;
}
.tab-content ul li {
  position: relative;
  width: calc((100% - 25px * 3) / 4);
  background: #fff8;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 5px 5px 10px #0004; */
  margin: unset;
}
.tab-content ul li .new {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #cb0001;
  border-radius: 30px;
}
.tab-content ul li img {
  border-radius: 20px;
}
.tab-content ul li .content {
  padding: 1em;
}
.tab-content ul li .content .name-wrap,
.tab-content .staffDate ul li .content .name-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  justify-content: flex-start;
  gap: 0.5em;
}
.tab-content ul li .content .name-wrap .name {
  color: #cb0001;
  font-size: clamp(16px, 1.4084507vw, 19px);
  font-weight: 700;
  margin: unset;
}
.tab-content ul li .content .name-wrap .number {
  color: #cb0001;
  font-size: clamp(30px, 2.8169014vw, 40px);
  font-weight: 700;
  line-height: 1;
  margin: unset;
}
.tab-content ul li .content table,
.tab-content .staffDate ul li .content table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
}
.tab-content ul li .content table td,
.tab-content ul li .content table th,
.tab-content .staffDate ul li .content table td,
.tab-content .staffDate ul li .content table th {
  padding: 2px 0;
  font-size: 14px;
}
.tab-content ul li .content table th {
  min-width: 80px;
  font-weight: 400;
}
.tab-content .staffDate ul li {
  display: flex;
  width: calc(50% - 10px);
  background: #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}
.tab-content .staffDate ul li img {
  max-width: 160px;
  border-radius: 20px;
}
.tab-content .staffDate ul li .content {
  display: flex;
  width: 100%;
  padding: 0 30px;
  justify-content: center;
  flex-direction: column;
}
.tab-content .staffDate ul li .content .name-wrap .name {
  font-size: clamp(16px, 1.4084507vw, 20px);
  font-weight: 700;
}
.tab-content .staffDate ul li .content .name-wrap .number {
  font-size: clamp(30px, 2.8169014vw, 40px);
  font-weight: 700;
  line-height: 1;
}
.tab-content .staffDate ul li .content table th {
  width: 80px;
  min-width: 80px;
  font-weight: 400;
}

#content #tabs h3 {
  padding: 100px 0 40px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  /* text-shadow: 0.5em 0.25em 0.3em #0006; */
  color: #232323;
}
#content #tabs .tab-content h3:first-of-type {
  padding-top: 1em;
}

#content .tab-buttons {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5em;
  position: sticky;
  top: 76px;
  /* background: #fff; */
  z-index: 5;
}
#content .tab-buttons.on-scroll {
  background: #fff;
}

#content .tab-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 900;
  width: 33%;
  gap: 0 0.5em;
  text-align: center;
  paint-order: stroke fill;
  /* -webkit-text-stroke: 5px #000; */
  background: #e8e8e8;
  padding: 0.5em 0.5em;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0.5em 0.5em 0 0;
  text-decoration: unset;
  filter: contrast(0.5);
  opacity: 0.7;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #cb0001;
  box-shadow: 0px 0px 5px #0002;
}
#content .tab-buttons a.active {
  filter: contrast(1);
  opacity: 1;
}
#content .tab-buttons a img {
  width: 3em;
  margin: 0;
}
#content .details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.3em 0;
  line-height: 1.25;
}
#content .details p {
  display: inline-block;
  width: 5.5em;
}
#content .details b {
  display: inline-block;
  width: calc(100% - 5.5em);
}
.floting-banner-rb.show {
  display: none !important;
}

div.flex-container {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 6em;
  padding-top: 120px;
  margin-top: -60px;
}

div.flex-container > div {
  width: 50%;
}

div#access .gray_bg {
  height: 100%;
}
div#access .gray_bg > * {
  box-sizing: border-box;
  display: block;
}
div#access .gray_bg p {
  padding-right: 2em;
  line-height: 1.5;
  margin-bottom: 2em;
}

div#access .access_map {
  height: 60%;
}

div#goods .gray_bg {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em 0;
  height: 100%;
}

div#goods .gray_bg p {
  margin: unset;
  width: 100%;
}

div#goods .gray_bg > div {
  display: flex;
  flex-direction: row;
  padding: 2em 1em 0;
  box-sizing: border-box;
  border-top: 3px solid #0002;
  gap: 0.5em 2em;
}
div#goods .gray_bg > div:first-of-type {
  border-top: unset;
}
div#tokusyu > div a {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  position: relative;
}
div#tokusyu > div a img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: unset;
}

div#cheer_song > div {
  display: flex;
  gap: 1em;
}
div#cheer_song > div iframe {
  width: calc((100% - 2em) / 3);
  height: auto;
  aspect-ratio: 16/9;
}

div#ouen {
  text-align: center;
  max-width: 400px;
  margin: 4em auto 0;
}

div#ouen:hover {
  opacity: 0.8;
}

@media (max-width: 1000px) {
  #content .tab-content ul li {
    display: flex;
    position: relative;
    width: calc(50% - 10px);
    min-width: 420px;
    align-items: flex-start;
  }
  .tab-content ul li .content .name-wrap {
    width: calc(100% - 10px);
    margin: 0 auto 0.5em 0;
  }
  #content .tab-content ul li .new {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
  }
  #content .tab-content ul li img {
    width: 50%;
    max-width: 200px;
    border-radius: 20px;
  }
  #content .tab-content ul li .content {
    width: 100%;
    padding: 11px 11px 11px 20px;
  }
  #content .tab-content ul li .content .name-wrap .name,
  #content .tab-content .staffDate ul li .content .name-wrap .name {
    font-size: clamp(15px, 4vw, 20px);
    white-space: nowrap;
  }
  #content .tab-content ul li .content .name-wrap .number,
  #content .tab-content .staffDate ul li .content .name-wrap .number {
    font-size: clamp(12px, 5.5vw, 30px);
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  #content .tab-content ul li .content table,
  #content .tab-content .staffDate ul li .content table {
    margin-top: 10px;
  }
  #content .details p,
  #content .details b {
    display: block;
    width: 100%;
  }
  #content .details b {
    margin-top: -0.25em;
    margin-bottom: 0.25em;
    padding-left: 0.5em;
  }
  .tab-contents.gray_bg {
    padding: 1em 0.5em 60px;
  }
  #content .details b {
    padding-left: unset;
  }
  .tab-content ul,
  .tab-content .staffDate ul {
    justify-content: space-around;
    gap: 20px;
  }

  #content .match {
    justify-content: center;
  }

  #content div#cheer_song > div {
    flex-wrap: wrap;
    padding: 2em;
  }

  #content div#cheer_song > div iframe {
    display: block;
    min-width: 300px;
  }
}

@media (max-width: 736px) {
  #content .tab-buttons {
    top: 110px;
  }
  #navi a {
    padding: 0.5em 0.2em;
    font-size: clamp(14px, 3.2vw, 16px);
  }
  #navi a:hover {
    padding-top: calc(0.25em / 2) !important;
    padding-bottom: calc(0.75em / 2) !important;
  }
  #navi {
    gap: 0 0.75em;
    top: 60px;
  }
  #navi .pc {
    display: none;
  }
  #navi .sp {
    display: inline-block;
  }
  #navi span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 1em;
  }
  #content .tab-buttons a {
    font-size: clamp(15px, 3vw, 18px);
  }
  #content .column > div {
    width: 100%;
  }
  #content > div:has(> h2),
  #content .column > div:has(h2) {
    padding-top: 130px;
    margin-top: -70px;
  }
  .tab-content ul,
  .tab-content .staffDate ul {
    justify-content: center;
  }
  /* トーナメント表 */
  #content .chart .table {
    flex-direction: column;
    align-items: flex-end;
    gap: 0em 0;
    padding: unset;
  }
  #content .chart span.table::after {
    position: relative;
    order: -1;
    border: unset;
    border-left: 2px #888 solid;
    height: 4em;
    margin-top: 0.25em;
  }
  #content .chart span.table.right::after {
    border-image: linear-gradient(to bottom, #888 50%, #f00 50%) 1 !important;
  }
  #content .chart span.table.right::before {
    content: unset;
  }
  #content .chart span.table.left::after {
    border-image: linear-gradient(to top, #888 50%, #f00 50%) 1 !important;
  }
  #content .chart span.table.left::before {
    content: unset;
  }
  #content .chart .table > time {
    bottom: 0;
    transform: translate(50%, 48px);
    position: relative;
    margin: unset;
    order: -2;
    left: -50%;
  }
  #content .chart .final:first-of-type {
    align-items: flex-end;
    padding: 0 0 2em;
    order: -3;
    margin-bottom: -0.3em;
  }
  #content .chart .final:first-of-type span:not(.rd1) {
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 2em;
  }
  #content .chart .final:first-of-type span::after,
  #content .chart .final:first-of-type::after {
    top: unset;
    bottom: 0;
    border: 2px #888 solid;
    border-top: unset;
  }
  #content .chart .final:first-of-type span::before,
  #content .chart .final:first-of-type::before {
    top: unset;
    bottom: 0;
    border-top: unset;
  }
  #content .chart .final:first-of-type span time,
  #content .chart .final:first-of-type > time {
    top: unset;
    bottom: 0.125em;
  }
  #content .chart span {
    font-size: 16px;
  }

  #content .chart span.pctopline {
    display: none;
  }

  #content .chart span.pctopline::after {
    display: none;
  }

  #content div.flex-container {
    display: block;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
  }

  #content div.flex-container > div {
    width: 100%;
    padding-top: 130px;
    margin-top: -70px;
  }

  #content div#cheer_song > div iframe {
    width: 100%;
    min-width: auto;
  }
}

@media (max-width: 500px) {
  #content > *:not(#main, #navi) {
    width: calc(100% - 1em);
  }
  #content .tab-content ul li {
    /* flex-direction: column; */
    min-width: unset;
    width: 100%;
  }
  #content .tab-content ul li .content {
    padding: 11px;
    box-sizing: border-box;
    width: 50%;
  }
  #content .tab-content ul li img {
    /* margin-top: 5%; */
  }
  #content .tab-buttons a {
    flex-direction: column;
    font-size: 15px;
  }
  #navi {
    gap: unset;
    padding: 0.25em 0;
  }
  #navi span {
    gap: unset;
  }
  #navi a {
    padding: 0.25em 1em;
  }

  #content .chart span {
  }
  #content .chart span.rd1::before {
  }
  #content .chart span::after {
  }
  #content .chart .table {
  }
  #content .chart span {
    font-size: clamp(10px, 3.6vw, 16px);
  }
  #content .chart .rd1 {
    padding: 0.5em 0.1em 0;
  }
  #content .chart .table > time {
    transform: translate(50%, calc(3.6vw * 3));
  }

  #content .match > div {
    width: 100%;
  }

  #content div#ouen {
    max-width: 80%;
  }

  #content .tab-buttons {
    top: 70px;
  }
}
