html,
body {
  margin: 0;
  overflow-x: clip;
}

.l-content202410 .breadcrumb {
  position: relative;
  margin: 0 auto 20px;
  z-index: 2;
}

/* .on-off:not(:checked) ~ .open p:nth-of-type(n + 4) {
  display: none;
} */

#Index h3 {
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  max-width: 13em;
  margin: 0 auto 1em;
  font-size: 20px;
  color: #c00;
  position: relative;
}

#Index h3::before {
  content: "";
  position: absolute;
  width: 1em;
  aspect-ratio: 1;
  background: #c00;
  border-radius: 2em;
  left: -25px;
}

#Index h3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.5em solid #fff;
  left: calc(-25px + 0.2em);
  top: 0.3em;
}

#Index div {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
}

#Index div a {
  background: #c00;
  color: #fff;
  /* font-weight: 500; */
  padding: 0.25em 0.5em;
  width: fit-content;
  border: 1px solid #c00;
}

#Index div a:hover {
  background: #fff;
  color: #c00;
  border: 1px solid #c00;
}

#contents:has(#Latest_info.active) #Index {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #c00;
}

#contents:has(#Latest_info.active) #Index::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 100%;
  background: linear-gradient(to right, #c00, #c000);
  pointer-events: none;
  z-index: 999;
  top: 0;
  left: 0;
}

#contents:has(#Latest_info.active) #Index::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 100%;
  background: linear-gradient(to left, #c00, #c000);
  pointer-events: none;
  z-index: 999;
  top: 0;
  right: 0;
}

#contents:has(#Latest_info.active) #Index h3 {
  display: none;
}

#contents:has(#Latest_info.active) #Index div {
  flex-direction: row;
  overflow: auto;
  width: 100%;
  flex-wrap: nowrap;
  padding: 10px 2em;
  background: #c00;
  position: relative;
  max-width: fit-content;
}

#contents:has(#Latest_info.active) #Index div a {
  white-space: nowrap;
}

#contents:has(#Latest_info.active) #Index div a {
  background: #fff;
  color: #c00;
}
/* #contents #Latest_info.active {
  margin-top: 290px;
} */

#contents h2 {
  font-size: 24px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  max-width: 1200px;
  margin: 4em auto 1em;
  padding: 0.5em 0.5em 0.45em 0.5em;
  line-height: 1.2;
  background: #e60020;
  color: #fff;
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: center;
  text-shadow: 0 0 0.5em #ab0014, 0 0 0.5em #ab0014;
}

#contents h2 span {
  position: relative;
  z-index: 2;
}

#contents h2::before,
#contents h2::after {
  content: "";
  position: absolute;
  background: url(../images/title_bg.jpg);
  background-size: cover;
  background-repeat: unset;
  background-position: bottom right;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: luminosity;
}

#contents h2 span::before {
  margin-left: calc(-50svw - 0.5em);
  top: 0.15em;
}

#contents h2 span::after {
  margin-left: 0.5em;
  bottom: 0.15em;
}

#Latest_info input:not([type="range"]) {
  position: absolute;
}

#Latest_info .open,
#Latest_info .open-label {
  display: block;
  width: fit-content;
  margin: 1em auto;
  max-width: 1200px;
  padding: 1em 10px;
  letter-spacing: 0;
  text-align: left;
  position: relative;
}
/* #Latest_info .open::before,
#Latest_info .open::after {
  position: absolute;
  content: "";
  background: #c00;
  background-size: contain;
  background-repeat: repeat-x;
  height: 0.25em;
  width: 130%;
  transform: skewX(-20deg);
  background: linear-gradient(90deg, #c00 0%, #c000 100%);
}
#Latest_info .open::before {
  top: -0.5em;
  left: 0;
} */
#Latest_info .open::after {
  bottom: 0;
  right: 0;
  rotate: 180deg;
}

#Latest_info .open p {
  margin-bottom: 0.5em;
  font-size: 16px;
  letter-spacing: 0;
  margin-top: unset;
  text-align: left;
}

#Latest_info .open p a {
  text-decoration: underline;
  color: #333;
}

#Latest_info .open p em {
  margin-right: 0.5em;
  font-size: 14px;
  color: #c00;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
}

#Latest_info .open-label {
  margin: 1rem auto 0;
  padding: 0.5em 2em 0.5em;
  border: solid 0.1em #c00;
  border-radius: 0.5em;
  display: block;
  color: #c00;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 40px;
}
#Latest_info .open-label:hover {
  color: #fff;
  background: #c00;
}

#Latest_info .open-label::after {
  content: "▼";
  top: -0.1em;
  padding-left: 0.25em;
  position: relative;
}

#Latest_info .on-off:checked ~ .open-label::after {
  content: "△";
  top: 0;
}

#Latest_info .open-label::before {
  content: "MORE";
}

#Latest_info .on-off:checked ~ .open-label::before {
  content: "CLOSE";
}
#Result.result h3 {
  max-width: 1200px;
  margin: 1.5em auto 0;
  font-size: 1.25em;
}
#Result.result p,
#Result.result ul {
  max-width: 1200px;
  margin: 0.5em auto 0.5em;
  width: fit-content;
  padding: 0 10px;
}
#Result.result ul li {
  margin-bottom: 0.6em;
  text-indent: -1em;
  padding-left: 1em;
}
#Result.result ul li span {
  display: block;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", 游ゴシック体, YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
}
#Result.result > div {
  overflow-x: auto;
  padding: 0 0.5em;
  display: flex;
  flex-direction: row;
  gap: 2em 1em;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
#contents #Result.result .scheduleTable th i {
  display: inline-block;
}
#contents #Result.result .scheduleTable td:nth-child(1) {
  text-align: center;
}
#contents #Result.result .scheduleTable td:nth-child(3) {
  text-align: right;
}
#contents #Result.result .scheduleTable td:nth-child(4) {
  text-align: right;
}

#contents #Result.result .scheduleTable:nth-child(2) td {
  text-align: center;
}
#contents #Result.result .scheduleTable:nth-child(2) td:last-child {
  text-align: right;
}
#Result.result span {
  position: relative;
}
#Result.result td:has(span.fc_red) {
  background: #c00 !important;
  color: #fff;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", Medium,
    Meiryo, sans-serif;
  font-weight: 600;
}
#Result.result h3 {
  /* width: fit-content; */
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 24px 1em 16px;
  color: #c00;
  line-height: 1.5;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  position: sticky;
  left: 0;
}
#Result.result h3 span {
  position: relative;
}
#Result.result h3 span::before,
#Result.result h3 span::after {
  content: "";
  position: absolute;
  background: #c00;
  background-size: contain;
  background-repeat: repeat-x;
  height: 0.25em;
  width: 40svw;
  transform: skewX(-20deg);
}
#Result.result h3 span::before {
  margin-left: calc(-40svw - 0.5em);
  top: 0.45em;
  background: linear-gradient(90deg, #c000 0%, #c00 100%);
}
#Result.result h3 span::after {
  margin-left: 0.5em;
  top: 0.45em;
  background: linear-gradient(90deg, #c00 0%, #c000 100%);
}
#Result.result div h3 span::before,
#Result.result div h3 span::after {
  width: 20svw;
}
#Result.result div h3 span::before {
  margin-left: calc(-20svw - 0.5em);
}
#Result.result div h3 span::after {
  margin-left: 0.5em;
  top: 0.45em;
  background: linear-gradient(90deg, #c00 0%, #c000 100%);
}

#Qualifying.result h3 {
  max-width: 1200px;
  margin: 1.5em auto 0;
  font-size: 1.25em;
}
#Qualifying.result p,
#Qualifying.result ul {
  max-width: 1200px;
  margin: 0.5em auto 0.5em;
  width: fit-content;
  padding: 0 10px;
}
#Qualifying.result ul li {
  margin-bottom: 0.6em;
  text-indent: -1em;
  padding-left: 1em;
}
#Qualifying.result ul li span {
  display: block;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", 游ゴシック体, YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 600;
}
#Qualifying.result > div {
  overflow-x: auto;
  padding: 0 0.5em;
  display: flex;
  flex-direction: row;
  gap: 2em 1em;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
#contents #Qualifying.result .scheduleTable th i {
  display: inline-block;
}
#contents #Qualifying.result .scheduleTable td:nth-child(1) {
  text-align: center;
}
#contents #Qualifying.result .scheduleTable td:nth-child(3) {
  text-align: right;
}
#contents #Qualifying.result .scheduleTable td:nth-child(4) {
  text-align: right;
}

#contents #Qualifying.result .scheduleTable:nth-child(2) td {
  text-align: center;
}
#contents #Qualifying.result .scheduleTable:nth-child(2) td:last-child {
  text-align: right;
}
#Qualifying.result span {
  position: relative;
}
#Qualifying.result td:has(span.fc_red) {
  background: #c00 !important;
  color: #fff;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", Medium,
    Meiryo, sans-serif;
  font-weight: 600;
}
#Qualifying.result h3 {
  /* width: fit-content; */
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 24px 1em 16px;
  color: #c00;
  line-height: 1.5;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  position: sticky;
  left: 0;
}
#Qualifying.result h3 span {
  position: relative;
}
#Qualifying.result h3 span::before,
#Qualifying.result h3 span::after {
  content: "";
  position: absolute;
  background: #c00;
  background-size: contain;
  background-repeat: repeat-x;
  height: 0.25em;
  width: 40svw;
  transform: skewX(-20deg);
}
#Qualifying.result h3 span::before {
  margin-left: calc(-40svw - 0.5em);
  top: 0.45em;
  background: linear-gradient(90deg, #c000 0%, #c00 100%);
}
#Qualifying.result h3 span::after {
  margin-left: 0.5em;
  top: 0.45em;
  background: linear-gradient(90deg, #c00 0%, #c000 100%);
}
#Qualifying.result div h3 span::before,
#Qualifying.result div h3 span::after {
  width: 20svw;
}
#Qualifying.result div h3 span::before {
  margin-left: calc(-20svw - 0.5em);
}
#Qualifying.result div h3 span::after {
  margin-left: 0.5em;
  top: 0.45em;
  background: linear-gradient(90deg, #c00 0%, #c000 100%);
}

#Movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  border: 2px solid #fff;
}

#Member .slick_member {
  position: relative;
  /* max-width: 1200px; */
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black calc(100% - 15%),
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    black 15%,
    black calc(100% - 15%),
    transparent
  );
}

#Member .slick_member .slick-list {
  margin-bottom: 1em;
}

#Member .slick-next {
  position: absolute;
  right: 0;
  z-index: 999;
}

#Member .slick-prev {
  position: absolute;
  left: 0;
}

#Member a.runner {
  min-width: calc(320px - 30%);
  max-width: 340px;
  padding: 0 0.5em;
  display: flex;
  flex-direction: column;
  gap: 0.5em 0;
  cursor: pointer;
  position: relative;
  pointer-events: none;
}

#Member a.runner:hover {
  opacity: 1;
}

#Member a.runner.slick-active {
  cursor: default;
}

#Member .slick-dots {
  position: static;
}

#Member .slick-dots li {
  margin: 0 2px;
  height: 5px;
}

#Member .slick-dots li button {
  transform: skewX(-20deg);
  padding: 2.5px;
  height: 15px;
}

#Member .slick-dots li button::before {
  content: "";
  background: #c00;
  height: 5px;
  top: 5px;
  opacity: calc(1 / 3);
}

#Member .slick-dots li.slick-active button:before {
  opacity: 1;
}
#Member .runner > div {
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}
#Member .runner > div span {
  position: absolute;
  background: linear-gradient(90deg, #c00 calc(100% - 2.5em), #c000);
  color: #fff;
  padding: 0.25em 2em 0.25em 1em;
  top: 0;
  left: -0.5em;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
}
#Member {
  max-width: 1200px;
  margin: 0 auto;
}

#Member > p:first-of-type {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  justify-content: center;
  margin: 0 auto 2em;
  max-width: 768px;
  width: 100%;
}
#Member .runner p {
  font-size: 16px;
  display: flex;
  padding-left: 1.5em;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  white-space: normal;
}

#Member .runner p span {
  text-indent: -1.5em;
  color: #c00;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
}

#Member .runner p.name {
  background: #c00;
  color: #fff;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  padding: 0.25em 0.5em;
  transform: skewX(-20deg);
  gap: 0.5em;
}

#Member .runner p.name {
  background: #c00;
  color: #fff;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  padding: 0.25em 0;
  transform: unset;
  gap: 0.5em;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  background: unset;
  color: #333;
}

#Member .runner p.name span {
  font-size: 23px;
  color: #333;
  text-indent: unset;
  transform: unset;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 0.25em;
  flex-direction: column;
}
#Member .runner p.name span small {
  font-size: 16px;
  position: relative;
  color: #c00;
}
#Member .runner p.name span b {
  font-size: 18px;
  position: relative;
  bottom: -0.05em;
  color: #c00;
  text-indent: -0.5em;
}

#Gallery .gallery_area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 3 / 2;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
#Gallery .gallery_area span {
  width: calc(100% / 3);
  height: 100%;
  position: relative;
}

#Gallery .gallery_area span a {
  display: block;
  overflow: hidden;
  position: absolute;
  border: 2px solid #fff;
}
#Gallery .gallery_area span a:hover {
  opacity: 0.75;
}
#Gallery .gallery_area span a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#Gallery .open-label {
  margin: 1rem auto 0;
  padding: 0.5em 2em 0.5em;
  border: solid 0.1em #c00;
  border-radius: 0.5em;
  display: block;
  color: #c00;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  cursor: pointer;
  width: fit-content;
}
#Gallery .open-label:hover {
  color: #fff;
  background: #c00;
}

#Gallery .open-label::after {
  content: "▼";
  top: -0.1em;
  padding-left: 0.25em;
  position: relative;
}

#Gallery .on-off:checked ~ .open-label::after {
  content: "△";
  top: 0;
}

#Gallery .open-label::before {
  content: "MORE";
}

#Gallery .on-off:checked ~ .open-label::before {
  content: "CLOSE";
}

#Gallery .all_gallery_area {
  display: none;
}

#Gallery:has(.on-off:checked) .gallery_area {
  display: none !important;
}
#Gallery .on-off:not(:checked) ~ .all_gallery_area {
  display: none;
}
#Gallery .all_gallery_area {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  max-width: 1200px;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  overflow: auto;
}
#Gallery .all_gallery_area::-webkit-scrollbar {
  background: #fff0;
  height: 0.75em;
  box-shadow: 0 0 0.25em inset #c002;
  background-color: #c001;
  /* border: 1px solid #c00; */
  cursor: pointer;
}
#Gallery .all_gallery_area::-webkit-scrollbar-thumb {
  background-color: #c00b;
  border: 1px solid transparent;
}
#Gallery .all_gallery_area::-webkit-scrollbar-thumb:hover {
  background-color: #c00;
}

#Gallery .all_gallery_area a {
  display: block;
  width: calc((100% - 4em) / 5);
}
#Gallery .all_gallery_area a img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

#Tournament_Info > div {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  padding: 0 10px;
  flex-direction: column;
  align-items: center;
  margin: 80px auto 0;
}
#Qualifying > p span,
#Tournament_Info > div p span {
  padding: 0.25em 0.5em;
  display: inline-block;
  color: #c00;
  width: 4em;
  border: 0.15em solid #c00;
  box-sizing: content-box;
  text-align: center;
  margin-right: 0.5em;
}

/* #Tournament_Info > div p {
  width: 55%;
} */

#Tournament_Info li {
  list-style: none;
  width: 45%;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 1.8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.twitter-timeline,
.twitter-timeline-pc {
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 1200px !important;
}

.list-tweet a span.tweet-head {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c00;
}

#Course_Info > div {
  padding: 0 10px;
}
#Course_Info > div.width {
  display: block;
}
#Course_Info > div.height {
  display: none;
}
#Course_Info > u {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px;
    font-size: clamp(18px, 1.75vw, 22px);
}

#Course_Info > div > a {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 1em;
  display: block;
}

#Course_Info > div div {
  display: flex;
  max-width: 1200px;
  gap: 1em 2%;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: flex-start;
}

#Course_Info > div div a {
  width: 49%;
  opacity: 1 !important;
}
#Course_Info > div div a b {
  font-weight: bold;
  color: #c00;
}
#Course_Info > div div a img {
  margin-bottom: 0.5em;
}

#Course_Info > div div a:last-of-type {
  background-color: #fdfaad;
}

#Course_Info #support_points h3 {
  /* width: fit-content; */
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 24px 1em 16px;
  color: #c00;
  line-height: 1.5;
  position: relative;
  max-width: 1200px;
  overflow: hidden;
}
#contents h3 span {
  position: relative;
}
#Course_Info #support_points h3 span::before,
#Course_Info #support_points h3 span::after {
  content: "";
  position: absolute;
  background: #c00;
  background-size: contain;
  background-repeat: repeat-x;
  height: 0.25em;
  width: 40svw;
  transform: skewX(-20deg);
}
#Course_Info #support_points h3 span::before {
  margin-left: calc(-40svw - 0.5em);
  top: 0.45em;
  background: linear-gradient(90deg, #c000 0%, #c00 100%);
}
#Course_Info #support_points h3 span::after {
  margin-left: 0.5em;
  top: 0.45em;
  background: linear-gradient(90deg, #c00 0%, #c000 100%);
}
#Course_Info #support_points > div {
  gap: 1em 0.25em;
  flex-direction: row;
  align-items: flex-start;
  width: unset;
  max-width: 44.5em;
  min-width: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#Course_Info #support_points > div p {
  color: #333;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 22em;
}
#Course_Info #support_points > div span {
  width: 8em;
  min-width: 8em;
  display: inline-block;
  color: #fff;
  box-sizing: content-box;
  padding: 0.25em 0.25em 0.25em 0.5em;
  margin: unset;
  margin-right: 0.5em;
  font-size: 90%;
}
#Course_Info #support_points > div p i {
  color: #333;
}

#support > div {
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  align-items: center;
  padding: 0 10px;
  margin: 0 auto;
}

#support > div h4 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #c00;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
}

#support > div p {
  width: 50%;
  line-height: 1.6;
}

#support > div img {
  width: 100%;
  max-width: 250px;
}

#Latest_info > div {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0 40px;
}

#Latest_info div p {
  letter-spacing: 0.5em;
  font-size: 20px;
  line-height: 1.6;
  margin: 1em -0.5em 1em 0;
  text-align: center;
}

#Latest_info .twitter_box {
  height: 75vh;
  width: 100%;
  max-width: 600px;
  max-height: 750px;
  overflow: auto;
  border-radius: 12px;
  margin: 0 auto;
  background: #fff;
  /* transition: height 2s; */
  /* border: 1px solid #cfd9de;
  border-right: unset; */
}

#Latest_info .twitter_box:has(a.twitter-timeline) {
  /* max-width: 150px;
  max-height: 450px; */
  min-height: 450px;
  width: 150px;
  height: 450px;
  background: #fff0;
  overflow: unset;
  border: unset;
  /* transition: all 2s; */
}

#Latest_info .twitter_box::-webkit-scrollbar {
  background: #fff0;
  height: 0.75em;
  box-shadow: 0 0 0.25em inset #c002;
  background-color: #c001;
  /* border: 1px solid #c00; */
  cursor: pointer;
}
#Latest_info .twitter_box::-webkit-scrollbar-thumb {
  background-color: #c00b;
  border: 1px solid transparent;
}
#Latest_info .twitter_box::-webkit-scrollbar-thumb:hover {
  background-color: #c00;
}
#Latest_info .twitter_box:has(a.twitter-timeline) a.twitter-timeline {
  border: 0px;
  /* transition: all 1s ease-in; */
}

#Latest_info .twitter_box a.twitter-timeline {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #fff; */
  position: relative;
  border: 1px solid #cfd9de;
  border-radius: 12px;
  z-index: 9;
}

#Latest_info .twitter_box a.twitter-timeline::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #c00;
  background: linear-gradient(0deg, #c001 30%, #c00 100%);
  animation: spin 1.5s linear 0s infinite;
  z-index: 7;
}

#Latest_info .twitter_box a.twitter-timeline::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #c00;
  background: #fff;
  z-index: 9;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(359deg);
  }
}

/* #Latest_info .twitter_box a.twitter-timeline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
} */

@media screen and (max-width: 500px) {
  #Member .slick_member {
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  #Gallery .all_gallery_area {
    aspect-ratio: 9 / 11;
  }
}

@media screen and (max-width: 768px) {
  #Tournament_Info > div {
    flex-direction: column;
  }

  #Tournament_Info li {
    width: 100%;
    margin-left: unset;
    margin-top: 1em;
  }

  #Course_Info > div div {
    flex-direction: column;
    align-items: center;
  }
  #Course_Info > div div a {
    width: 100%;
    max-width: 500px;
  }

  #Course_Info > div div span {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  #support > div p {
    width: 100%;
  }
  #Gallery .gallery_area,
  #Gallery .open-label {
    display: none;
  }
  #Gallery .on-off:not(:checked) ~ .all_gallery_area {
    display: flex;
    aspect-ratio: unset;
    aspect-ratio: 16 / 7.5;
  }
  /* #Gallery .on-off:not(:checked) ~ .all_gallery_area a:nth-of-type(n + 16) {
    display: none;
  } */
  #Gallery .all_gallery_area {
    gap: 0;
  }
  #Gallery .all_gallery_area a {
    width: calc(100% / 5);
    border: 2px solid #fff;
  }
}

@media screen and (max-width: 400px) {
  #Tournament_Info > div p {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.5em;
  }
}
main.Honda_Sports_Challenge {
  overflow: visible;
  background: #fff;
  padding-bottom: unset;
  margin-bottom: 0;
}

main .body_copy {
  text-align: left;
  /* padding-top: calc(100svh / 7 * 2.5 - 65px); */
  /* padding-bottom: calc(100svh / 7 * 2); */
  /* max-width: 1200px; */
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: 173svh;
  aspect-ratio: 18 / 28;
  z-index: 5;
  position: relative;
}
#MV_2026 {
  width: 100svw;
  height: calc(100svh - 40px);
}
#MV_2026 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#MV_2026 img.pc {
  display: block;
}
#MV_2026 img.sp {
  display: none;
}

@media screen and (max-width: 600px) {
  #MV_2026 img.pc {
    display: none;
  }
  #MV_2026 img.sp {
    display: block;
  }
  @media (max-aspect-ratio: 900 / 1403) {
    #MV_2026 {
      height: unset;
    }
    #MV_2026 img {
      height: auto;
    }
  }
}

@media screen and (min-width: 601px) {
  @media (max-aspect-ratio: 900 / 1241) {
    #MV_2026 {
      height: unset;
    }
    #MV_2026 img {
      height: auto;
    }
  }
}

@media (max-aspect-ratio: 1) {
  main .body_copy {
    /* margin-top: calc(35svh - 30svw); */
  }
}

main .body_copy div > .active {
  padding-top: calc(10svh);
}

main .body_copy img {
  width: 100%;
}

main .body_copy > img {
  width: 100%;
  /* padding: 0 10px; */
  position: relative;
  z-index: 1;
}

main .body_copy img.slide_in {
  display: inline-block;
  scale: 0.75;
  opacity: 0;
  filter: blur(3px);
  transform-origin: center left;
  /* transition: scale 0.5s ease-out, opacity 0.5s ease-out, filter 0.5s ease-out; */
}

main .body_copy img.slide_in.active {
  scale: 1;
  opacity: 1;
  filter: blur(0px);
  transition: scale 1.75s ease-out, opacity 0.5s ease-out, filter 0.5s ease-out;
}
main .body_copy img.slide_in.active {
  width: 80%;
  margin-left: 10% !important;
}
@media screen and (max-width: 500px) {
  main .body_copy img.slide_in.active {
    width: 100%;
    margin-left: unset !important;
  }
}
main .body_copy img.fade_in {
  display: inline-block;
  scale: 1;
  opacity: 0;
  filter: blur(15px);
  transform-origin: center;
  /* transition: scale 0.5s ease-out, opacity 0.5s ease-out, filter 0.5s ease-out; */
}

main .body_copy img.fade_in.active {
  scale: 1;
  opacity: 1;
  filter: blur(0px);
  transition: scale 1.75s ease-out, opacity 0.5s ease-out, filter 1s ease-out;
  transition-delay: 0.5s;
  transition-property: opacity, filter;
}

main .mv_fade {
  height: 100svh;
  object-fit: contain;
  opacity: 0;
  filter: blur(10px);
}

main .mv_fade.active {
  opacity: 1;
  filter: blur(0px);
  display: block;
  margin: 0 auto;
  transition: opacity 1.5s ease-out, filter 0.4s ease-out;
}
main .mv.finished .mv_fade.active {
  object-fit: cover;
  object-position: 75% 10%;
  width: 100%;
  height: 100%;
}

.other_content {
  display: block;
}

main div.main {
  z-index: 1;
  position: relative;
  line-height: 1.2;
  z-index: 9;
}

main div.main .mv {
  position: sticky;
  top: 0;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  height: 100lvh;
  width: 100lvw;
  z-index: -1;
}

main div.main .mv img.a1 {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
  z-index: -1;
}

main div.main .mv img.a2 {
  position: absolute;
  width: 100%;
  height: 70%;
  object-fit: contain;
  top: 15%;
  z-index: -1;
}

main div.main .mv img.a3 {
  position: absolute;
  width: 100%;
  height: 70%;
  object-fit: contain;
  bottom: 5%;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  #Gallery .all_gallery_area a {
    width: calc(100% / 3);
    border: 2px solid #fff;
  }
  #Gallery .on-off:not(:checked) ~ .all_gallery_area {
    display: flex;
    aspect-ratio: unset;
    aspect-ratio: 16 / 19;
  }
}

@media (min-aspect-ratio: 16/9) {
  main div.main .mv {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
  }

  main div.main .mv img.a2 {
    position: relative;
    width: 50%;
    height: 100%;
    top: 20%;
    object-position: right;
    right: -12.5svh;
  }

  main div.main .mv img.a3 {
    position: relative;
    width: 50%;
    height: 100%;
    bottom: 20%;
    object-position: left;
    left: -22.5svh;
  }
}

/* main div.main>*:not(.mv) {
		position: relative;
		z-index: 1;
	} */

/* main .body_copy>div:has(.mv_fade) {
		position: sticky;
		top: 0;
		z-index: 0;
		background-image: url(../images/MV_bg.jpg);
		background-size: contain;
	} */

main div.main #contents:has(a.twitter-timeline) {
  color: #333;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  margin-top: calc(100svh / 3 + 300px + 160px);
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: calc(100vh + 300px + 160px);
  /* transition: all 2s; */
}

main div.main #contents:has(a.twitter-timeline)::before {
  content: "";
  content: unset;
  position: absolute;
  width: 100%;
  background: linear-gradient(#fff0, #fffe);
  z-index: 1;
  height: calc(50svh / 3 + 300px + 160px);
  top: calc(-50svh / 3 - 300px - 160px);
  /* transition: all 2s; */
}

main div.main #contents {
  color: #333;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  margin-top: calc(100svh / 3 + 160px);
  padding-bottom: calc(100vh + 160px);
  /* transition: all 2s; */
}
main div.main #contents::before {
  content: "";
  content: unset;
  position: absolute;
  width: 100%;
  background: linear-gradient(#fff0, #fffe);
  z-index: 1;
  height: calc(50svh / 3 + 160px);
  top: calc(-50svh / 3 - 160px);
  /* transition: all 2s; */
}
main div.main #contents > div {
  background: #fffe;
  position: relative;
}

main div.main #contents {
  margin-top: calc(100svh / 3 + 160px);
  margin-top: unset;
  padding-bottom: calc(100vh + 160px);
  padding-bottom: 80px;
}
main div.main #contents::before {
  height: calc(50svh / 3 + 160px);
  top: calc(-50svh / 3 - 160px);
}

main div.main #contents::after {
  content: "";
  content: unset;
  position: absolute;
  width: 100%;
  height: calc(50svh / 3 + 160px);
  bottom: unset;
  background: linear-gradient(#fffe, #fff0);
}

@media screen and (min-width: 1049px) {
  main .body_copy {
    padding-top: calc(100svh / 7 * 2.5 - 120px);
    padding-top: unset;
  }
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000e3;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
  background: #fff;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
  User Style:
  Change the following styles to modify the appearance of Colorbox. They are
  ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox {
  outline: 0;
}

.cboxIframe {
  background: #fff;
}

#cboxCurrent {
  margin-left: 0.5em;
  text-shadow: 0 0 0.25em #fff, 0 0 0.25em #fff;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  width: 35px;
  aspect-ratio: 54 / 115;
  background-image: url(../images/yazirushi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* mix-blend-mode: difference; */
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff)
    drop-shadow(0 0 2px #fff);
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%) rotate(180deg);
  width: 35px;
  aspect-ratio: 54/115;
  background-image: url(../images/yazirushi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* mix-blend-mode: difference; */
  filter: drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff)
    drop-shadow(0 0 2px #fff);
}

#cboxClose {
  position: absolute;
  top: -60px;
  right: 0;
  width: 35px;
  height: 35px;
  background-image: url(../images/close.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* mix-blend-mode: difference; */
}

/*
 The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
 when an alpha filter (opacity change) is set on the element or ancestor element. This style is not applied to or needed in IE9.
 See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

@media screen and (max-width: 1080px) {
  #cboxPrevious {
    left: unset;
    right: calc(50% + 50vw - 35px);
  }

  #cboxNext,
  #cboxClose {
    right: unset;
    left: calc(50% + 50vw - 35px);
  }

  #cboxClose {
    top: unset;
    bottom: calc(50vh + 50% - 35px);
  }
  #Result.result > div {
    flex-direction: column;
  }
  #Result.result h3 span::before,
  #Result.result div h3 span::before {
    margin-left: calc(-40svw - 0.5em);
  }

  #Result.result h3 span::before,
  #Result.result h3 span::after,
  #Result.result div h3 span::before,
  #Result.result div h3 span::after {
    width: 40svw;
  }
  #Qualifying.result > div {
    flex-direction: column;
  }
  #Qualifying.result h3 span::before,
  #Qualifying.result div h3 span::before {
    margin-left: calc(-40svw - 0.5em);
  }

  #Qualifying.result h3 span::before,
  #Qualifying.result h3 span::after,
  #Qualifying.result div h3 span::before,
  #Qualifying.result div h3 span::after {
    width: 40svw;
  }
}

@media screen and (max-width: 768px) {
  @media (max-aspect-ratio: 4/5) {
    #Course_Info > div.width {
      display: none;
    }
    #Course_Info > div.height {
      display: block;
    }
  }
}

@media screen and (min-width: 769px) {
  #Member .slick_member {
    display: flex;
    /* overflow: auto; */
    padding: 0 calc(50vw - 320px / 2) 1em;
    padding: 0 15% 1em;
    padding: 0 0 1em;
    overflow-x: auto;
    white-space: nowrap;
    /* scrollbar-width: thin;
    scrollbar-color: #c00b #0000; */
    /* transform: skewX(-20deg); */
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  #Member .slick_member:hover {
    cursor: grab;
  }
  #Member .slick_member:active {
    cursor: grabbing;
  }
  #Member a.runner {
    /* cursor: unset; */
  }
  #Member .slick_member::-webkit-scrollbar {
    background: #fff0;
    height: 0.75em;
    /* box-shadow: 0 0 0.075em inset #c00; */
    border-top: 1px solid #c00;
    border-bottom: 1px solid #c00;
    cursor: pointer;
  }
  #Member .slick_member::-webkit-scrollbar-thumb {
    background-color: #c00b;
    border: 1px solid transparent;
  }
  #Member .slick_member::-webkit-scrollbar-thumb:hover {
    background-color: #c00;
  }
  #Member a.runner {
    min-width: 340px;
    /* display: inline-block; */
  }
}

/* ------------------- */
/* ------リザルト------ */
/* ------------------- */

#contents .result .scheduleTable,
#Qualifying .scheduleTable {
  /*base table style*/
  width: 100%;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", 游ゴシック体, YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
}
#contents .result .scheduleTable th,
#Qualifying .scheduleTable th {
  border-top: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  background-color: #b3b3b4;
  padding: 10px 1em;
  vertical-align: middle;
  color: #fff;
}
#contents .result .scheduleTable th:first-child,
#Qualifying .scheduleTable th:first-child {
  border-left: 0px none #ffff;
}
#contents .result .scheduleTable th:last-child,
#Qualifying .scheduleTable th:last-child {
  border-right: 0px none #ffff;
}
#contents .result .scheduleTable td,
#Qualifying .scheduleTable td {
  border-bottom: 1px solid #dedadc;
  border-left: 1px solid #dedadc;
  border-right: 1px solid #dedadc;
  background-color: #fff;
  padding: 10px 1em;
}
#contents .result .scheduleTable td:first-child,
#Qualifying .scheduleTable td:first-child {
  border-left: 0px none #ffff;
}
#contents .result .scheduleTable td:last-child,
#Qualifying .scheduleTable td:last-child {
  border-right: 0px none #ffff;
}
#contents .result .scheduleTable tr:first-child td,
#Qualifying .scheduleTable tr:first-child td {
  border-top: 1px solid #dedadc;
}
#contents .result > div > div,
#Qualifying > div {
  overflow-x: auto;
  padding: 0 0.5em;
}
#contents .result .scheduleTable,
#Qualifying .scheduleTable {
  margin: 0 auto 3.2vw;
  width: unset;
  min-width: 425px;
  margin: 0 0.5em;
}
#contents .result .scheduleTable,
#Qualifying .scheduleTable {
  margin: 0 auto 3.2vw;
  width: unset;
  min-width: 425px;
  margin: 0 0.5em;
}
#contents .result .scheduleTable td,
#Qualifying .scheduleTable td {
  width: fit-content;
  white-space: nowrap;
}
@media screen and (min-width: 737px), print {
  #contents .result .scheduleTable,
  #Qualifying .scheduleTable {
    /*base table style*/
    margin: 0 auto; /*0 auto 20px;*/
    max-width: 768px;
  }
}
@media screen and (max-width: 736px) {
  #contents .result .scheduleTable,
  #Qualifying .scheduleTable {
    /*base table style*/
    margin: 0 auto 3.2vw;
  }
}
#contents .result .tournamentTable tr:nth-of-type(odd) td,
#Qualifying .tournamentTable tr:nth-of-type(odd) td {
  background-color: #f2f2f2;
}
@media screen and (min-width: 737px), print {
  #contents .result .gameTable th:first-child,
  #Qualifying .gameTable th:first-child,
  #contents .result .gameTable th:last-child,
  #Qualifying .gameTable th:last-child {
    width: 240px;
  }
}
@media screen and (max-width: 736px) {
  #contents .result .gameTable th:first-child,
  #Qualifying .gameTable th:first-child,
  #contents .result .gameTable th:last-child,
  #Qualifying .gameTable th:last-child {
    width: 50.6666666667vw;
  }
}
#contents .result .DailyTable td:first-child,
#Qualifying .DailyTable td:first-child {
  background-color: #f8f8f8;
}
#contents .result .DailyTable.firstMonday tr:nth-of-type(7n + 0) td:first-child,
#Qualifying .DailyTable.firstMonday tr:nth-of-type(7n + 0) td:first-child {
  color: #0071bc;
}
#contents .result .DailyTable.firstMonday tr:nth-of-type(7n + 1) td:first-child,
#Qualifying .DailyTable.firstMonday tr:nth-of-type(7n + 1) td:first-child {
  color: #cc0000;
}
#contents
  .result
  .DailyTable.firstTuesday
  tr:nth-of-type(7n + 1)
  td:first-child,
#Qualifying .DailyTable.firstTuesday tr:nth-of-type(7n + 1) td:first-child {
  color: #0071bc;
}
#contents
  .result
  .DailyTable.firstTuesday
  tr:nth-of-type(7n + 2)
  td:first-child,
#Qualifying .DailyTable.firstTuesday tr:nth-of-type(7n + 2) td:first-child {
  color: #cc0000;
}
#contents
  .result
  .DailyTable.firstWednesday
  tr:nth-of-type(7n + 2)
  td:first-child,
#Qualifying .DailyTable.firstWednesday tr:nth-of-type(7n + 2) td:first-child {
  color: #0071bc;
}
#contents
  .result
  .DailyTable.firstWednesday
  tr:nth-of-type(7n + 3)
  td:first-child,
#Qualifying .DailyTable.firstWednesday tr:nth-of-type(7n + 3) td:first-child {
  color: #cc0000;
}
#contents
  .result
  .DailyTable.firstThursday
  tr:nth-of-type(7n + 3)
  td:first-child,
#Qualifying .DailyTable.firstThursday tr:nth-of-type(7n + 3) td:first-child {
  color: #0071bc;
}
#contents
  .result
  .DailyTable.firstThursday
  tr:nth-of-type(7n + 4)
  td:first-child,
#Qualifying .DailyTable.firstThursday tr:nth-of-type(7n + 4) td:first-child {
  color: #cc0000;
}
#contents .result .DailyTable.firstFriday tr:nth-of-type(7n + 4) td:first-child,
#Qualifying .DailyTable.firstFriday tr:nth-of-type(7n + 4) td:first-child {
  color: #0071bc;
}
#contents .result .DailyTable.firstFriday tr:nth-of-type(7n + 5) td:first-child,
#Qualifying .DailyTable.firstFriday tr:nth-of-type(7n + 5) td:first-child {
  color: #cc0000;
}
#contents
  .result
  .DailyTable.firstSaturday
  tr:nth-of-type(7n + 5)
  td:first-child,
#Qualifying .DailyTable.firstSaturday tr:nth-of-type(7n + 5) td:first-child {
  color: #0071bc;
}
#contents
  .result
  .DailyTable.firstSaturday
  tr:nth-of-type(7n + 6)
  td:first-child,
#Qualifying .DailyTable.firstSaturday tr:nth-of-type(7n + 6) td:first-child {
  color: #cc0000;
}
#contents .result .DailyTable.firstSunday tr:nth-of-type(7n + 6) td:first-child,
#Qualifying .DailyTable.firstSunday tr:nth-of-type(7n + 6) td:first-child {
  color: #0071bc;
}
#contents .result .DailyTable.firstSunday tr:nth-of-type(7n + 7) td:first-child,
#Qualifying .DailyTable.firstSunday tr:nth-of-type(7n + 7) td:first-child {
  color: #cc0000;
}
#contents .result a,
#Qualifying a {
  max-width: 768px;
  margin: 1rem auto 0;
  padding: 0.5em 2em 0.5em;
  border: solid 0.1em #c00;
  border-radius: 0.5em;
  display: block;
  color: #fff;
  background: #c00;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  cursor: pointer;
  width: fit-content;
}

#contents .result a:hover,
#Qualifying a:hover {
  color: #fff;
  background: #c00;
}
main div.main #contents div#notable {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0em;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
main div.main #contents #notable > p {
  font-size: clamp(18px, 6vw, 25px);
  font-weight: 900;
  text-align: center;
  margin-top: 60px;
  background: linear-gradient(to right top, #900 35%, #000 50%, #900 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 0px 0.015em #000);
}

main div.main #contents #notable > div {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  background: #fff;
  /* background: linear-gradient(to right top, #950012 100px, #f00); */
  color: #333;
  padding: 2em 1em;
  flex-wrap: wrap;
  max-width: 670px;
  width: 94%;
  max-width: 400px;
  margin: unset;
  /* box-shadow: 7px 7px 0em #600; */
  max-width: 670px;
}
main div.main #contents #notable > div:nth-of-type(2) {
  border-top: 1px solid #333;
}

main div.main #contents #notable > div figure {
  width: 100%;
  max-width: 220px;
  border-radius: 50%;
  overflow: hidden;
}

main div.main #contents #notable > div figure:nth-of-type(2) {
  order: 4;
  margin-top: -3em;
}

main div.main #contents #notable > div span {
  width: calc(696px - 4em - 230px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

main div.main #contents #notable > div span strong {
  display: inline-block;
  margin-bottom: 0.75em;
  font-size: 1.15em;
  font-weight: 900;
  margin-bottom: 0.75em;
}

main div.main #contents #notable > div span strong b {
  display: inline-block;
  background: #c00;
  color: #fff;
  padding: 0.2em;
  margin-right: 0.5em;
}
@media screen and (max-width: 736px) {
  #notable > div figure:nth-of-type(2) {
    order: unset;
    margin-top: 2em;
  }
}

main div.read {
  font-size: 24px;
  margin: 2em auto 5em;
  max-width: 1200px;
  color: #333;
  padding: 0 10px;
}
main div.read p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  width: fit-content;
  margin: 0 auto;
}

main div.sns {
  font-size: 16px;
  margin: 2em auto 0;
  max-width: 1200px;
  color: #333;
  padding: 0 10px;
  width: 100%;
}
main div.sns p {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  line-height: 1.4;
  width: fit-content;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: clamp(16px, 3.25vw, 20px);
}
main div.sns a {
  text-decoration: unset;
  background: #c00;
  max-width: 768px;
  margin: 1rem auto 0;
  padding: 0.5em 2em 0.5em;
  border: solid 0.1em #c00;
  border-radius: 0.5em;
  display: block;
  color: #fff;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  font-size: 16px;
  cursor: pointer;
  width: fit-content;
}

main div.main #contents #yell {
  width: 98%;
  padding: 30px 10px;
  background: #f5726a;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 3em inset #c00, 0 0 2em inset #c00, 0 0 1em inset #c00,
    0 0 23em inset #c00;
  z-index: -2;
}

main div.main #contents #yell::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/title_bg.jpg);
  background-size: 525%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 0;
  mix-blend-mode: screen;
}

main div.main #contents #yell h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  transform: skewX(-10deg);
  rotate: -3deg;
  color: #fff;
  margin-bottom: 1.75em;
  background: #fff;
  background: linear-gradient(
    to right,
    #c000 0%,
    #c00 15%,
    #c00 85%,
    #c000 100%
  );
  /* text-shadow: 0 0 0.2em #fff; */
  padding: 0.4em 0;
  box-shadow: 0 0 2em #fff8;
}

@media screen and (max-width: 736px) {
  main div.main #contents #yell h3 {
    background: #c00;
  }

  main div.main #contents #yell h3 {
    box-shadow: 0 0 2em #fff8, 0 0 2em #fff8;
  }
}

main div.main #contents #yell p {
  font-size: 18px;
  text-shadow: 0 0 2em #fff;
  font-weight: 500;
}

main div.main #contents #yell a {
  font-size: 18px;
  padding: 1em 2.5em 0.95em;
  background: #fff;
  color: #c00;
  border-radius: 0.25em;
  width: fit-content;
  font-weight: bold;
  border: 3px solid #b00;
  box-shadow: 0 0 2em #fff8;
}

div#yell > * {
  position: relative;
  z-index: 3;
  max-width: 500px;
  margin: 40px auto;
  display: block;
}
main div.main #contents > div.ouen {
  background: unset;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  width: 30%;
  max-width: 120px;
  opacity: 0;
}
main div.main #contents.active > div.ouen {
  opacity: 1;
  transition: 1s;
}
main div.main #contents.active > div.ouen a:hover {
  opacity: 0.6;
}

#contents #Index {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #c00;
}

#contents #Index::before {
  content: "";
  position: absolute;
  width: 2em;
  height: 100%;
  background: linear-gradient(to right, #c00, #c000);
  pointer-events: none;
  z-index: 999;
  top: 0;
  left: 0;
}

#contents #Index::after {
  content: "";
  position: absolute;
  width: 2em;
  height: 100%;
  background: linear-gradient(to left, #c00, #c000);
  pointer-events: none;
  z-index: 999;
  top: 0;
  right: 0;
}

#contents #Index h3 {
  display: none;
}

#contents #Index div {
  flex-direction: row;
  overflow: auto;
  width: 100%;
  flex-wrap: nowrap;
  padding: 0.35em 2em;
  background: #c00;
  position: relative;
  max-width: fit-content;
  z-index: 99;
}

#contents #Index div a {
  white-space: nowrap;
}

#contents #Index div a {
  background: #fff;
  color: #c00;
  z-index: 12;
}
main div.main #contents #Index {
  background: unset;
  position: fixed;
  bottom: 10px;
  /* right: 10px; */
  z-index: 18;
  width: 100%;
  height: fit-content;
  /* max-width: 120px; */
  opacity: 0;
  background: #c00;
}
main div.main #contents.active #Index {
  opacity: 1;
  transition: 1s;
}
main div.main #contents.active #Index a:hover {
  opacity: 0.6;
}

main div.main #contents .slider {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 2em;
  overflow: hidden;
}

main div.main #contents .slider > div {
  padding: unset;
}

main div.main #contents .slider .slick-list {
  overflow: hidden;
}

main div.main #contents .slider img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* 矢印サイズ調整（必要なら） */
main div.main #contents .slick-prev:before,
main div.main #contents .slick-next:before {
  font-size: 30px;
  color: #000;
}
#Qualifying.result > div.slider {
  overflow-x: auto;
  padding: 0 0.5em;
  display: flex;
  flex-direction: row;
  gap: 2em 1em;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
#Qualifying.result > div.column {
  display: flex;
  justify-content: center;
}
#Qualifying.result > div.column > div {
  width: fit-content;
}
#Qualifying.result td:has(span.fc_red) {
  background: #c00 !important;
  color: #fff;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", Medium,
    Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  #Qualifying.result > div.column {
    flex-direction: column;
    align-items: center;
  }
}

#Qualifying.result h3 {
  /* width: fit-content; */
  font-size: 20px;
  font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", Meiryo, sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 24px 1em 16px;
  color: #c00;
  line-height: 1.5;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  position: sticky;
  left: 0;
}
#Qualifying.result h3 span {
  position: relative;
}
#Qualifying.result h3 span::before,
#Qualifying.result h3 span::after {
  content: "";
  position: absolute;
  background: #c00;
  background-size: contain;
  background-repeat: repeat-x;
  height: 0.25em;
  width: 40svw;
  transform: skewX(-20deg);
}
#Qualifying.result h3 span::before {
  margin-left: calc(-40svw - 0.5em);
  top: 0.45em;
  background: linear-gradient(90deg, #c000 0%, #c00 100%);
}
#Qualifying.result h3 span::after {
  margin-left: 0.5em;
  top: 0.45em;
  background: linear-gradient(90deg, #c00 0%, #c000 100%);
}
#Qualifying.result div h3 span::before,
#Qualifying.result div h3 span::after {
  width: 20svw;
}
#Qualifying.result div h3 span::before {
  margin-left: calc(-20svw - 0.5em);
}
#Qualifying.result div h3 span::after {
  margin-left: 0.5em;
  top: 0.45em;
  background: linear-gradient(90deg, #c00 0%, #c000 100%);
}
@media screen and (max-width: 1080px) {
  #Qualifying.result h3 span::before,
  #Qualifying.result h3 span::after,
  #Qualifying.result div h3 span::before,
  #Qualifying.result div h3 span::after {
    width: 40svw;
  }
  #Qualifying.result h3 span::before,
  #Qualifying.result div h3 span::before {
    margin-left: calc(-40svw - 0.5em);
  }
}

main .hsc_load_header .floting-banner-rb {
  display: none;
}
