* {
  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: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  /* background: url(../images/gray_bg.png); */
  /* background-size: 100%; */
  /* background-repeat: repeat; */
  padding-bottom: 40px;
}
#content :is(b, h1, h2, h3, h4, h5, h6) {
  font-weight: 900;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
}
#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 {
  font-size: 1.5em;
  font-size: clamp(20px, 6vw, 24px);
  border: solid #00aaeb;
  border-width: 0 0.75em 0.15em 0;
  border-radius: 0 0 100vw 0;
  width: calc(100% - 2em);
  text-align: center;
  /* padding-left: 1.5em; */
  padding-right: 1.75em;
  box-sizing: border-box;
  margin: 1em auto;
  left: -0.5em;
  position: relative;
  padding-bottom: 0.35em;
  line-height: 1.3;
  font-size: clamp(1.75em, 2.5vw, 40px);
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  align-items: flex-end;
  white-space: nowrap;
  text-align: left;
  gap: 0.25em;
}
#content h2::before {
  content: "";
  position: absolute;
  width: calc(100% - 0.75em);
  height: 0.15em;
  border-radius: 0 0 100vw;
  background-color: #e60021;
  bottom: 0.2em;
  left: -0.5em;
}
#content h2::after {
  content: "";
  position: absolute;
  width: 1.5em;
  height: 100%;
  border: solid #e60021;
  border-width: 0 0.75em 0.15em 0;
  border-radius: 0 0 100vw;
  right: -2.25em;
  bottom: -0.15em;
}
#content h2 > small {
  margin: unset;
  opacity: 0.3;
  font-size: 1em;
  font-size: 0.6em;
  color: #910214;
  /* white-space: normal; */
  display: flex;
}
#content h2.normal {
  border-radius: unset;
  border-right: unset;
  border-color: #fff8;
  padding-right: unset;
  color: #fff;
  filter: drop-shadow(0 2px 10px #c00);
  white-space: nowrap;
  text-align: left;
  gap: 0.25em;
}
#content #access-goods h2.normal,
#content #cheer_song h2.normal {
  filter: drop-shadow(0 2px 10px #000);
}
#content #cheer_song h2.normal > small {
  opacity: 1;
}
#content h2.normal::before {
  content: unset;
}
#content h2.normal::after {
  content: unset;
}
#content h2.normal > small {
  margin: unset;
  opacity: 0.5;
  color: #fff8;
  white-space: normal;
}
#navi {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e60021;
  border-bottom: 3px solid #0200e6;
  padding-top: 3px;
  flex-wrap: wrap;
  position: sticky;
  top: 40px;
  z-index: 10;
}
#navi a {
  color: #fff;
  text-decoration: unset;
  font-weight: bold;
  padding: 0.5em 1em;
  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 .match .nextgame {
  line-height: 1.3;
  margin-top: 0.75em;
  padding-top: 0.75em;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #cb0001;
}

#content .match .nextgame p {
  font-weight: 500;
}

#content .match .nextgame b {
  padding: 0 0.25em 0.1em;
  background: #e60021;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.25em;
  position: relative;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-weight: 500;
}

#content .match .nextgame.lose p {
  color: #bbb;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  font-size: 1.5em;
  line-height: 0.867;
}
#content .match .nextgame.lose b {
  background: #bbb;
}

#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);
  font-feature-settings: normal;
}
#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: #888;
  /* 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;
  white-space: nowrap;
}

#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; */
  max-width: 1080px;
}
.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 .syusyo {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px 4px;
  color: #cb0001;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  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;
  max-width: 1080px;
}
#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: 0;
  padding-top: 120px;
  margin-top: -60px;
}

div.flex-container > div {
  width: 50%;
  background: #000;
  padding: 2rem 0 4rem;
  clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0 100%);
  background: linear-gradient(
    179deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    179deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.5) 15%,
    rgba(0, 0, 0, 0.5) 85%,
    rgba(0, 0, 0, 0.25) 100%
  );
  background: url(../images/bg.jpg) #0200e6;
  background-blend-mode: hard-light;
  background-position: left;
  background-size: cover;
  color: #fff;
}

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;
  max-width: 38em;
}

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 > b {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  display: block;
  margin: 0 auto -1em;
  width: 97%;
  font-size: 1.25em;
  text-shadow: 0 0 0.75em #000;
}
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;
}

#content .baseball_gallery {
  background: #000;
  padding: 2rem 0;
  clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0 100%);
  background: linear-gradient(
    179deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 1) 15%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    179deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.5) 15%,
    rgba(0, 0, 0, 0.5) 85%,
    rgba(0, 0, 0, 0.25) 100%
  );
  background: url(../images/paint_bg.jpg);
  background-color: #e60021;
  background: url(../images/bg.jpg) #e60021;
  background-blend-mode: hard-light;
  background-position: left;
  background-size: cover;
  margin: 2rem 0;
  /* border-bottom: 16px solid #c00; */
  /* padding-top: 120px; */
  /* margin-top: -60px; */
  width: 100% !important;
}
#content .baseball_gallery b {
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  font-weight: 900;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  margin-top: 0;
  display: inline-block;
  color: #fff;
  margin-bottom: 1rem;
}
#content .baseball_gallery .container {
  width: auto;
  max-width: 100%;
}
#content .baseball_gallery ul {
  display: flex;
  align-items: center;
  padding: unset;
}
#content .baseball_gallery li {
  width: 980px;
  max-width: 100%;
  margin: 0 8px;
  opacity: 0.25;
  opacity: 0.75;
  transition-duration: 1s;
}
#content .baseball_gallery li em {
  display: block;
  padding: 8px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-style: normal;
}
#content .baseball_gallery li.slick-current {
  opacity: 1;
}
#content .baseball_gallery .slick-arrow {
  position: absolute;
  top: 44%;
  width: 40px;
  height: 40px;
  background: #eee;
  z-index: 4;
  cursor: pointer;
  border-radius: 50%;
}
#content .baseball_gallery .slick-arrow:hover {
  background: #c00;
}
#content .baseball_gallery .slick-arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 15px;
  left: 50%;
  top: 50%;
  background: #000;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(-40%, -50%);
}
#content .baseball_gallery .prev-arrow {
  left: 50%;
  transform: scale(-1, -1) translate(540px, 0);
}
#content .baseball_gallery .next-arrow {
  right: 50%;
  transform: translate(540px, 0);
}
#content .baseball_gallery .slick-dots {
  justify-content: center;
  color: #fff;
}
#content .baseball_gallery .slick-dots li {
  max-width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  transition-duration: 0s;
  background: #fff;
  opacity: 0.3;
}
#content .baseball_gallery .slick-dots li button {
  opacity: 0;
}
#content .baseball_gallery .slick-dots li.slick-active {
  background: #fff;
  opacity: 1;
}
#content .request {
  display: flex !important;
  justify-content: center;
  gap: 0.5em;
  font-size: 16px;
  margin: 3rem auto;
  flex-direction: row;
  align-items: center;
}
#content .request p {
  margin: unset !important;
  padding: unset !important;
  font-size: 1.8vw;
  font-size: clamp(12px, 1.8vw, 16px);
}

#content .request > * {
  margin: unset;
  line-height: 1.5;
}

#content .request > span {
  width: 7em;
  min-width: 7em;
  padding: 1em 0.5em;
  text-align: center;
  background: #e60021;
  color: #fff;
  box-sizing: border-box;
  border-radius: 100%;
  line-height: 1.3;
  font-size: clamp(13px, 1.8vw, 16px);
  /* font-size: 1.8vw; */
  aspect-ratio: 1;
  display: flex;
  align-items: center;
}

#content .request > b {
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  font-weight: 900;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  margin-top: 1em;
}

#content > #overview > div {
  display: flex;
  font-size: 16px;
  gap: 1em 3em;
  justify-content: center;
  align-items: center;
  margin: 2.5em auto 0;
}

#content > #overview > div > div {
  margin: unset;
}

#content > #overview > div .access_map {
  max-width: 300px;
  height: 250px;
}

#content > #overview > div span {
  display: flex;
  gap: 0.75em;
  align-items: center;
}

#content > #overview > div span p {
  margin: unset;
}

#content > #overview > div span b {
  background: #e60021;
  color: #fff;
  padding: 0.1em 0.5em;
  margin: 0.5em 0;
  line-height: 1.5;
}
#content a.button_01 {
  text-decoration: none;
  color: #000;
  font-weight: 900;
  font-family: "HondaGlobalFontJP-Bold", sans-serif;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0.5em 1em;
  border-radius: 0.5em;
  /* border: 0.2em solid #e60021; */
  margin: 1em auto;
  position: relative;
  z-index: 9;
  background: #e60021;
  background: url(../images/bg.jpg) #e60021;
  background-blend-mode: hard-light;
  background-position: top;
  background-size: cover;
  color: #fff;
  box-shadow:
    0 2px 5px #0008,
    0 0 15px inset #fff8;
  opacity: 1;
}
#content .button_01.blank_ico::after,
#content .button_01.c-btn--blank_ico::after {
  filter: brightness(5) invert(5);
}
#content a.button_01:hover {
  opacity: 0.6;
}
#content a.button_01 img {
  margin: unset;
  margin-left: 0.5em;
}
#content a.button_01.live img {
  width: 1em;
}
#content a.button_01.blank_ico img {
  width: 1em;
}
div.goods {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em 0;
  /* height: 100%; */
}

div.goods > div:first-of-type {
  border-top: unset;
  padding-top: 1.5em;
}

div.goods > div {
  display: flex;
  flex-direction: row;
  padding: 2em 1em 0;
  box-sizing: border-box;
  border-top: 3px solid #0002;
  gap: 0.5em 2em;
  max-width: 38em;
  background: #fffb;
  background: #ffdb;
  color: #000;
}

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

div.goods > div p {
  margin: unset;
}

div#access .gray_bg p span {
  margin-top: 0.25em;
  display: inline-block;
}
#content > #sns > div {
  display: flex;
  justify-content: space-evenly;
  max-width: 1080px;
}
#content > #sns > div span {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  justify-content: center;
}
#content > #sns > div span b {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  order: 5;
}
#content > #sns > div span b img {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 40px;
  margin: unset;
  margin-right: 5px;
}
#content > #sns > div span a {
  max-height: 50px;
  margin: unset;
}
#content > #sns > div span a:hover {
  opacity: 0.6;
}
#content > #sns > div span a img {
  display: block;
  width: 50px;
  height: 50px;
  margin: unset;
}
div#cheer_song {
  clip-path: polygon(0 2rem, 100% 0, 100% calc(100% - 2rem), 0 100%);
  background: linear-gradient(
    179deg,
    rgb(255 0 0 / 0%) 5%,
    rgba(225, 0, 0, 0.3) 15%,
    rgba(255, 0, 0, 0.3) 85%,
    rgba(255, 0, 0, 0) 100%
  );
  background: url(../images/bg.jpg) #ddd;
  background-size: cover;
  background-blend-mode: hard-light;
  padding-bottom: 4rem;
  padding: 2rem 0 4rem !important;
  margin-top: 0 !important;
  background: #e8e8e8;
}
#content > #sns {
  padding: 4rem 0 0;
  clip-path: polygon(0 2rem, 100% 0, 100% 100%, 0 100%);
  /* background: linear-gradient(179deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.9) 15%, rgba(0, 0, 0, 0.9) 85%, rgba(0, 0, 0, 0.5) 100%); */
  /* background: linear-gradient(179deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.25) 100%); */
  color: #333;
  margin-top: unset;
}
@media screen and (max-width: 1080px) {
  #content .baseball_gallery li {
    width: 82vw;
  }
  #content .baseball_gallery .slick-arrow {
    width: 32px;
    height: 32px;
  }
  #content .baseball_gallery .prev-arrow {
    left: 2%;
    transform: scale(-1, -1) translate(0, 0);
  }
  #content .baseball_gallery .next-arrow {
    right: 2%;
    transform: translate(0, 0);
  }
}

@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,
  #content .tab-content ul li .syusyo {
    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;
  }
  #content .baseball_gallery .slick-arrow {
    top: 100%;
    width: 32px;
    height: 32px;
  }
  #content > #overview > div {
    flex-direction: column;
  }
  #content > #overview > div .access_map {
    max-width: 500px !important;
    height: auto !important;
    width: 100%;
    max-height: calc(100svh - 250px);
    min-height: 200px;
    aspect-ratio: 3 / 2;
  }
  #content > #sns > div {
    flex-direction: column;
    gap: 2em 0;
  }
  #content > #sns > div span {
    width: 100%;
    max-width: 250px;
    gap: 10px 40px;
    background: #eee8;
    padding: 1em;
  }
  #content > #sns > div span b {
    flex-direction: column;
    width: 100%;
    line-height: 1.5;
  }
  #content .chart {
    margin-bottom: 6em;
  }
}

@media (max-width: 500px) {
  #content > *:not(#main, #navi) {
    width: calc(100% - 0.5em);
    margin: 1.5rem auto 0;
    padding-top: 24px;
  }
  #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;
  }
  #content h2 {
    padding-left: unset;
    white-space: nowrap;
  }
  #content h2 > small {
    font-size: 0.75em;
    position: absolute;
    top: -0.75em;
    left: 0.75em;
  }
}
