@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(40px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 250ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 250ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .cat_animation {
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.animate.show .cat_animation {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .animate .cat_animation {
    opacity: 0;
    animation: sp_opacity 0.3s linear forwards;
    animation-play-state: paused;
  }
  .animate.show .cat_animation {
    animation-play-state: running;
  }
}
@keyframes sp_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate .d1 {
  transition-delay: 100ms;
  animation-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
  animation-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
  animation-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
  animation-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
  animation-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
  animation-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
  animation-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
  animation-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
  animation-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
  animation-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
  animation-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
  animation-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
  animation-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
  animation-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
  animation-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
  animation-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
  animation-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
  animation-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
  animation-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
  animation-delay: 2000ms;
}

body .Main__body {
  font-family: "Noto Sans JP", sans-serif;
}
body .Main__body a {
  text-decoration: none;
}
body .Main__body .sports_category_slide {
  --sports-slide-height: 258px;
  --sports-slide-width: 1546px;
  --sports-slide-duration: 25s;
  position: relative;
  width: 100%;
  height: var(--sports-slide-height);
  overflow: hidden;
  background: #1F23AA;
}
@keyframes sports_category_slide_loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--sports-slide-width) * -1));
  }
}
body .Main__body .sports_category_slide::before, body .Main__body .sports_category_slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sports-slide-width);
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  will-change: transform;
  animation: sports_category_slide_loop var(--sports-slide-duration) linear infinite;
}
body .Main__body .sports_category_slide::after {
  left: var(--sports-slide-width);
}
body .Main__body .sports_category_slide.wrestling::before, body .Main__body .sports_category_slide.wrestling::after {
  background-image: url("/company/sports/image/renewal/wrestling/img_slide.jpg");
}
body .Main__body .sports_category_slide.judo::before, body .Main__body .sports_category_slide.judo::after {
  background-image: url("/company/sports/image/renewal/judo/img_slide.jpg");
}
body .Main__body .sports_category_slide.weightlifting::before, body .Main__body .sports_category_slide.weightlifting::after {
  background-image: url("/company/sports/image/renewal/weightlifting/img_slide.jpg");
}
body .Main__body .sports_category_slide.shageki::before, body .Main__body .sports_category_slide.shageki::after {
  background-image: url("/company/sports/image/renewal/shageki/img_slide.jpg");
}
body .Main__body .sports_category_slide.jukendo::before, body .Main__body .sports_category_slide.jukendo::after {
  background-image: url("/company/sports/image/renewal/jukendo/img_slide.jpg");
}
body .Main__body .sports_category_slide.aikido::before, body .Main__body .sports_category_slide.aikido::after {
  background-image: url("/company/sports/image/renewal/aikido/img_slide.jpg");
}
body .Main__body .sports_category_slide.kendo::before, body .Main__body .sports_category_slide.kendo::after {
  background-image: url("/company/sports/image/renewal/kendo/img_slide.jpg");
}
body .Main__body .sports_category_slide.karate::before, body .Main__body .sports_category_slide.karate::after {
  background-image: url("/company/sports/image/renewal/karate/img_slide.jpg");
}
body .Main__body .sports_category_slide.shorinji::before, body .Main__body .sports_category_slide.shorinji::after {
  background-image: url("/company/sports/image/renewal/shorinji/img_slide.jpg");
}
body .Main__body .bg_set {
  --sports-sv-scale: 1.08;
  --sports-sv-text-bg-duration: 0.5s;
  --sports-sv-text-bg-delay: 0.7s;
  background-color: #1F23AA;
  position: relative;
  isolation: isolate;
}
body .Main__body .bg_set .sports_sv_background_trigger {
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  pointer-events: none;
}
body .Main__body .bg_set .sports_sv_background {
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  margin-bottom: -100vh;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
body .Main__body .bg_set .sports_sv_background.is-fixed {
  position: fixed;
}
body .Main__body .bg_set .sports_sv_background_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(1);
  transform-origin: center center;
  transition-property: opacity, transform;
  transition-timing-function: ease, linear;
  will-change: opacity, transform;
}
body .Main__body .bg_set .sports_sv_background_item.is-active {
  z-index: 2;
  opacity: 1;
  transform: scale(var(--sports-sv-scale));
}
body .Main__body .bg_set .sports_sv_background_item.is-leaving {
  z-index: 1;
  opacity: 0;
  transform: scale(var(--sports-sv-scale));
}
body .Main__body .bg_set .sports_sv_background_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body .Main__body .sports_kv_bg::before, body .Main__body .sports_kv::before {
  transform: translateY(100%);
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transition-delay: 1200ms;
}
body .Main__body .sports_kv_bg.animate.show::before, body .Main__body .sports_kv.animate.show::before {
  transform: translateX(0);
}
body .Main__body .sports_schedule_athletes_pending {
  color: #999;
}
body .Main__body section {
  background-color: #fff;
}
body .Main__body section.bg_blue {
  background-color: #1F23AA;
  color: #fff;
}
body .Main__body section.bg_gray {
  background-color: #E8E9F6;
}
body .Main__body section.bg_transparent {
  background-color: transparent;
  color: #fff;
}
body .Main__body section.sports_kv {
  color: #fff;
}
body .Main__body section.sports_kv h1 {
  opacity: 0;
  transform: translateX(-50px);
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
body .Main__body section.sports_kv .copy span {
  position: relative;
  z-index: 0;
  background: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  transition-delay: 200ms;
}
body .Main__body section.sports_kv .copy span::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 5%;
  left: 0;
  z-index: -1;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 700ms;
  will-change: transform;
}
body .Main__body section.sports_kv.animate.show h1 {
  opacity: 1;
  transform: translateX(0);
}
body .Main__body section.sports_kv.animate.show .copy span {
  opacity: 1;
}
body .Main__body section.sports_kv.animate.show .copy span::before {
  transform: scaleX(1);
}
body .Main__body section.sports_sv {
  color: #fff;
  position: relative;
}
body .Main__body section.sports_sv h2 span {
  position: relative;
  z-index: 0;
  background: none;
}
body .Main__body section.sports_sv h2 span::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  bottom: 5%;
  left: 0;
  z-index: -1;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform var(--sports-sv-text-bg-duration) cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--sports-sv-text-bg-delay);
  will-change: transform;
}
body .Main__body section.sports_sv h2 span:nth-of-type(2)::before {
  transition-delay: calc(var(--sports-sv-text-bg-delay) + 0.2s);
}
body .Main__body section.sports_sv.animate.show h2 span::before {
  transform: scaleX(1);
}

@media screen and (min-width: 768px) {
  body .Main__guide {
    position: relative;
    z-index: 1;
  }
  body .Main__body {
    position: relative;
    z-index: 0;
    background-color: #1F23AA;
    color: #000;
  }
  body .Main__body img {
    display: block;
    width: 100%;
  }
  body .Main__body .sports_local_nav {
    padding-top: 60px;
    background-color: #fff;
  }
  body .Main__body .sports_local_nav ul {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 36px;
  }
  body .Main__body .sports_local_nav ul li {
    width: fit-content;
  }
  body .Main__body .sports_local_nav ul li a {
    display: block;
    width: 226px;
    height: 40px;
    border-radius: 20px;
    padding: 11px 0 11px 15px;
    border: 1px solid #1F23AA;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #1F23AA;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease-out;
  }
  body .Main__body .sports_local_nav ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1F23AA;
    border-right: 2px solid #1F23AA;
    transform: rotate(135deg);
    transition: border-color 0.3s ease;
    position: absolute;
    top: calc(50% - 6px);
    right: 21px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  body .Main__body .sports_local_nav ul li a:hover, body .Main__body .sports_local_nav ul li a:focus-visible {
    color: #fff;
    background-color: #1F23AA;
  }
  body .Main__body .sports_local_nav ul li a:hover::after, body .Main__body .sports_local_nav ul li a:focus-visible::after {
    border-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  body .Main__body .sports_kv_bg {
    max-width: 1920px;
    min-width: 1264px;
    width: 100%;
    height: 973px;
    max-height: calc(100vh - 146px);
    background-color: #1F23AA;
    position: fixed;
    top: 146px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  body .Main__body .sports_kv_bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/company/sports/image/renewal/top/bg_kv.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body .Main__body .sports_kv_bg .image {
    min-width: 822px;
    width: 60.1756954612%;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 0;
  }
  body .Main__body section {
    position: relative;
  }
  body .Main__body section .sports_inner {
    width: 95%;
    max-width: 1200px;
    margin: auto;
  }
  body .Main__body section h2 {
    font-size: 49px;
    line-height: 1;
    font-weight: 700;
    color: #1D23B1;
    text-align: center;
    margin-bottom: 80px;
  }
  body .Main__body section h3 {
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: #1D23B1;
    margin-bottom: 45px;
    padding: 0;
    margin-top: 0;
    background-color: transparent;
    border: none;
  }
  body .Main__body section h3::after {
    display: none;
  }
  body .Main__body section h4 {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
  }
  body .Main__body section h5 {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    display: block;
    width: 100%;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 28px;
  }
  body .Main__body section h5 .line {
    width: 100%;
    height: 8px;
    background-color: #FFF100;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body .Main__body section h5 .line::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/company/sports/image/renewal/common/bg_h5_line.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center left;
    position: absolute;
    top: 0;
    left: 0;
  }
  body .Main__body section h6 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: #1F23AA;
  }
  body .Main__body section p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
  }
  body .Main__body section .sports_btn {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    padding: 19px 70px 21px;
    border-radius: 28px;
    background-color: #1F23AA;
    color: #fff;
    border: 1px solid #1F23AA;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  body .Main__body section .sports_btn:hover, body .Main__body section .sports_btn:focus-visible {
    background-color: #fff;
    color: #1F23AA;
  }
}
@media screen and (min-width: 768px) {
  body .Main__body section .sports_inner_set:nth-of-type(n+2) {
    margin-top: 124px;
  }
  body .Main__body section .sports_inner_flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 30px;
  }
  body .Main__body section .sports_inner_flex li {
    border-radius: 20px;
    overflow: hidden;
  }
  body .Main__body section .sports_inner_flex li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  body .Main__body section .sports_inner_flex li a::before, body .Main__body section .sports_inner_flex li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  body .Main__body section .sports_inner_flex li a::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    transform: scale(1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  body .Main__body section .sports_inner_flex li a.judo::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_judo.jpg");
  }
  body .Main__body section .sports_inner_flex li a.wrestling::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_wrestling.jpg");
  }
  body .Main__body section .sports_inner_flex li a.weightlifting::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_weightlifting.jpg");
  }
  body .Main__body section .sports_inner_flex li a.shageki::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_shageki.jpg");
  }
  body .Main__body section .sports_inner_flex li a.jukendo::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_jukendo.jpg");
  }
  body .Main__body section .sports_inner_flex li a.aikido::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_aikido.jpg");
  }
  body .Main__body section .sports_inner_flex li a.kendo::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_kendo.jpg");
  }
  body .Main__body section .sports_inner_flex li a.karate::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_karate.jpg");
  }
  body .Main__body section .sports_inner_flex li a.shorinji::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_shorinji.jpg");
  }
  body .Main__body section .sports_inner_flex li a::after {
    background-color: rgba(31, 35, 170, 0.65);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
  }
  body .Main__body section .sports_inner_flex li a .link_inner {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px 0;
  }
  body .Main__body section .sports_inner_flex li a .link_inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body .Main__body section .sports_inner_flex li a .link_inner .link_inner_text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
  }
  body .Main__body section .sports_inner_flex li a .link_inner .link_inner_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1F23AA;
    transition: background-color 0.3s ease;
  }
  body .Main__body section .sports_inner_flex li a .link_inner .link_inner_arrow::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-left: -2px;
    transition: border-color 0.3s ease;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  body .Main__body section .sports_inner_flex li a:hover::before, body .Main__body section .sports_inner_flex li a:focus-visible::before {
    transform: scale(1.06);
  }
  body .Main__body section .sports_inner_flex li a:hover::after, body .Main__body section .sports_inner_flex li a:focus-visible::after {
    opacity: 1;
  }
  body .Main__body section .sports_inner_flex li a:hover .link_inner_arrow, body .Main__body section .sports_inner_flex li a:focus-visible .link_inner_arrow {
    background-color: #fff;
  }
  body .Main__body section .sports_inner_flex li a:hover .link_inner_arrow::before, body .Main__body section .sports_inner_flex li a:focus-visible .link_inner_arrow::before {
    border-color: #1F23AA;
  }
}
@media screen and (min-width: 768px) {
  body .Main__body section .sports_schedule_frame {
    margin-top: 30px;
    padding: 60px 100px 70px;
    background-color: #fff;
    color: #000;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule {
    width: 100%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin-bottom: 36px;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_group {
    position: relative;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_group .sport_nav_group_title {
    margin-top: 16px;
    color: #1F23AA;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_group.sport_nav_group_club::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -21px;
    width: 1px;
    background: #d7d7d7;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_group_buttons {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_button {
    min-height: 40px;
    padding: 11px 23px 13px;
    border: 1px solid #1F23AA;
    border-radius: 20px;
    color: #1F23AA;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease-out;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_button:hover {
    background: #1F23AA;
    border-color: #fff;
    color: #fff;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_button:focus-visible {
    outline: 3px solid rgba(32, 38, 186, 0.3);
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_button.is-active {
    color: #fff;
    background: #2026ba;
    pointer-events: none;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sports_schedule_table {
    border: 1px solid #BFBFBF;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sports_schedule_table_title {
    margin: 0;
    padding: 11px 16px 12px;
    border: none;
    color: #1D23B1;
    background: #FFF100;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sports_schedule_table_scroll {
    overflow-x: auto;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table tr:nth-of-type(2n) {
    background-color: #F6F6F3;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th,
  body .Main__body section .sports_schedule_frame .sports_schedule table td {
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th {
    padding: 11px 14px 12px;
    color: #fff;
    background: #1D23B1;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:nth-child(1) {
    width: 8%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:nth-child(2) {
    width: 12%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:nth-child(3) {
    width: 30%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:nth-child(4) {
    width: 30%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:nth-child(5) {
    width: 20%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table td {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table td:nth-child(-n+2) {
    text-align: center;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:last-child,
  body .Main__body section .sports_schedule_frame .sports_schedule table td:last-child {
    border-right: 0;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table tbody tr:last-child td {
    border-bottom: 0;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sports_schedule_empty_cell {
    text-align: center;
  }
  body .Main__body section .sports_news_frame {
    margin-top: 45px;
    padding: 60px 96px;
    background: #fff;
    color: #000;
  }
  body .Main__body section .sports_news_frame .sports_news_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #eee;
  }
  body .Main__body section .sports_news_frame .sports_news_item {
    border-bottom: 1px solid #eee;
  }
  body .Main__body section .sports_news_frame .sports_news_link {
    display: grid;
    grid-template-columns: 110px 135px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 10px 0;
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }
  body .Main__body section .sports_news_frame .sports_news_link:hover {
    opacity: 0.65;
  }
  body .Main__body section .sports_news_frame .sports_news_date {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
  }
  body .Main__body section .sports_news_frame .sports_news_category {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    padding: 6px 4px 7px;
    color: #fff;
    background: #5D74CE;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
  body .Main__body section .sports_news_frame .sports_news_title {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }
  body .Main__body section .sports_news_frame .sports_news_status_message {
    margin: 0;
    padding: 30px;
    font-size: 14px;
    text-align: center;
  }
  body .Main__body section .sports_result_frame {
    margin-top: 30px;
    padding: 60px 100px 70px;
    background-color: #fff;
    color: #000;
  }
  body .Main__body section .sports_result_frame .sports_result {
    width: 100%;
  }
  body .Main__body section .sports_result_frame .sports_result_year_buttons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }
  body .Main__body section .sports_result_frame .sports_result_year_button {
    min-height: 40px;
    padding: 11px 20px 13px;
    border: 1px solid #1F23AA;
    border-radius: 20px;
    color: #1F23AA;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  body .Main__body section .sports_result_frame .sports_result_year_button:hover {
    background: #1F23AA;
    color: #fff;
  }
  body .Main__body section .sports_result_frame .sports_result_year_button:focus-visible {
    outline: 3px solid rgba(32, 38, 186, 0.3);
    outline-offset: 3px;
  }
  body .Main__body section .sports_result_frame .sports_result_year_button.is-active {
    color: #fff;
    background: #1F23AA;
    pointer-events: none;
  }
  body .Main__body section .sports_result_frame .sports_result_content {
    margin-top: 36px;
    border: 1px solid #BFBFBF;
  }
  body .Main__body section .sports_result_frame .sports_result_year_title {
    margin: 0;
    padding: 11px 16px 12px;
    border: none;
    color: #1D23B1;
    background: #FFF100;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
  body .Main__body section .sports_result_frame .sports_result_table_scroll {
    overflow-x: auto;
  }
  body .Main__body section .sports_result_frame table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  body .Main__body section .sports_result_frame table tr:nth-of-type(2n) {
    background-color: #F6F6F3;
  }
  body .Main__body section .sports_result_frame table th,
  body .Main__body section .sports_result_frame table td {
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    vertical-align: top;
  }
  body .Main__body section .sports_result_frame table th {
    padding: 11px 14px 12px;
    color: #fff;
    background: #1D23B1;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  body .Main__body section .sports_result_frame table th:nth-child(1) {
    width: 16%;
  }
  body .Main__body section .sports_result_frame table th:nth-child(2) {
    width: 29%;
  }
  body .Main__body section .sports_result_frame table th:nth-child(3) {
    width: 55%;
  }
  body .Main__body section .sports_result_frame table td {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
  }
  body .Main__body section .sports_result_frame table td:first-child {
    text-align: center;
  }
  body .Main__body section .sports_result_frame table th:last-child,
  body .Main__body section .sports_result_frame table td:last-child {
    border-right: 0;
  }
  body .Main__body section .sports_result_frame table tbody tr:last-child td {
    border-bottom: 0;
  }
  body .Main__body section .sports_result_frame .sports_result_empty_cell,
  body .Main__body section .sports_result_frame .sports_result_status_message {
    text-align: center;
  }
  body .Main__body section.sports_kv {
    padding: 85px 0 0;
    min-height: 973px;
  }
  body .Main__body section.sports_kv .sports_inner {
    width: 90%;
    max-width: none;
  }
  body .Main__body section.sports_kv .title_set {
    width: 601px;
    position: relative;
  }
  body .Main__body section.sports_kv .title_set .note {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
  }
  body .Main__body section.sports_kv .title_set h1 {
    display: block;
    width: 100%;
  }
  body .Main__body section.sports_kv .copy {
    margin-top: 45px;
  }
  body .Main__body section.sports_kv .copy span {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #1F23AA;
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 0 10px;
  }
  body .Main__body section.sports_kv .copy span:nth-of-type(n+2) {
    margin-top: 4px;
  }
  body .Main__body section.sports_kv .anchors {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 6px;
    margin-top: 20px;
  }
  body .Main__body section.sports_kv .anchors a {
    display: block;
    padding: 7px 30px 7px 20px;
    border: 1px solid #fff;
    border-radius: 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #fff;
    position: relative;
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
  body .Main__body section.sports_kv .anchors a .arrow {
    display: block;
    width: 8px;
    height: auto;
    aspect-ratio: 1/1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 12px;
    top: 10px;
    transform: rotate(135deg);
    transition: border-color 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  body .Main__body section.sports_kv .anchors a:hover, body .Main__body section.sports_kv .anchors a:focus-visible {
    opacity: 0.65;
  }
}
@media screen and (min-width: 768px) {
  body .Main__body section.sports_kv .scroll {
    display: block;
    width: 82px;
    margin-top: 75px;
  }
  body .Main__body section.sports_kv .scroll img {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  body .Main__body section.sports_kv .scroll img:hover, body .Main__body section.sports_kv .scroll img:focus-visible {
    opacity: 0.65;
  }
}
@media screen and (min-width: 768px) {
  body .Main__body section.sports_sv {
    padding: 70px 0 190px;
  }
  body .Main__body section.sports_sv h2 {
    font-size: 42px;
    line-height: 74px;
    font-weight: 700;
    text-align: center;
    color: #FFF100;
    margin-bottom: 45px;
  }
  body .Main__body section.sports_sv h2 span {
    font-weight: 700;
    color: #1F23AA;
    display: inline-block;
    padding: 0 10px;
  }
  body .Main__body section.sports_sv p {
    line-height: 40px;
    text-align: center;
  }
  body .Main__body section.sports_activity {
    padding: 90px 0 140px;
  }
  body .Main__body section.sports_activity .sports_inner_flex.column4 li {
    width: 280px;
    height: 360px;
  }
  body .Main__body section.sports_activity .sports_inner_flex.column5 li {
    width: 223px;
    height: 271px;
  }
  body .Main__body section.sports_info {
    padding: 90px 0 150px;
  }
  body .Main__body section.sports_info h3 {
    color: #fff;
  }
  body .Main__body section.sports_info p {
    text-align: center;
  }
  body .Main__body section.sports_support {
    padding: 90px 0 160px;
  }
  body .Main__body section.sports_support .sports_inner_flex {
    justify-content: center;
    gap: 32px;
  }
  body .Main__body section.sports_support .sports_inner_flex li {
    max-width: 584px;
    border-radius: 0;
  }
  body .Main__body section.sports_support .sports_inner_flex li p {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
  }
  body .Main__body section.sports_support .sports_inner_flex li p small {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #1F23AA;
    margin-bottom: 10px;
  }
  body .Main__body section.sports_support h6 {
    margin-top: 88px;
  }
  body .Main__body section.sports_topics {
    padding: 90px 0;
  }
  body .Main__body section.sports_topics h4 {
    text-align: center;
  }
  body .Main__body section.sports_topics .sports_topics_bnr {
    display: block;
    width: 1004px;
    margin: 55px auto 0;
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  body .Main__body section.sports_topics .sports_topics_bnr:hover, body .Main__body section.sports_topics .sports_topics_bnr:focus-visible {
    opacity: 0.65;
  }
}
@media screen and (min-width: 768px) {
  body .Main__body section.sports_common_mv {
    padding: 70px 0 40px;
    height: 383px;
    overflow: hidden;
  }
  body .Main__body section.sports_common_mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 1440px auto;
    position: absolute;
    top: 0;
    right: calc(50% - 683px);
    z-index: 1;
  }
  body .Main__body section.sports_common_mv::after {
    content: "";
    display: block;
    width: 277px;
    height: 100%;
    background: #FFF100;
    position: absolute;
    top: 0;
    left: calc(50% + 683px);
    z-index: 1;
  }
  body .Main__body section.sports_common_mv .sports_common_mv_image1 {
    width: 902px;
    height: 756px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    top: -85px;
    left: calc(50% - 162px);
    z-index: 0;
    opacity: 0.3;
  }
  body .Main__body section.sports_common_mv .sports_common_mv_image2 {
    width: 653px;
    height: 547px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
  }
  body .Main__body section.sports_common_mv.wrestling .sports_common_mv_image1 {
    width: 902px;
    height: 756px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_wrestling.png");
    top: -85px;
    left: calc(50% - 162px);
  }
  body .Main__body section.sports_common_mv.wrestling .sports_common_mv_image2 {
    width: 653px;
    height: 547px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_wrestling.png");
    top: 0;
    left: 50%;
  }
  body .Main__body section.sports_common_mv.judo .sports_common_mv_image1 {
    width: 731px;
    height: 1249px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_judo.png");
    top: -118px;
    left: calc(50% - 67px);
  }
  body .Main__body section.sports_common_mv.judo .sports_common_mv_image2 {
    width: 499px;
    height: 830px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_judo.png");
    top: 15px;
    left: calc(50% + 108px);
  }
  body .Main__body section.sports_common_mv.weightlifting .sports_common_mv_image1 {
    width: 1210px;
    height: 1667px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_weightlifting.png");
    top: -397px;
    left: calc(50% - 258px);
  }
  body .Main__body section.sports_common_mv.weightlifting .sports_common_mv_image2 {
    width: 736px;
    height: 1014px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_weightlifting.png");
    top: -124px;
    left: calc(50% + 44px);
  }
  body .Main__body section.sports_common_mv.weightlifting .sports_inner h1 {
    white-space: nowrap;
  }
  body .Main__body section.sports_common_mv.shageki .sports_common_mv_image1 {
    width: 1044px;
    height: 869px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_shageki.png");
    top: -68px;
    left: calc(50% - 77px);
  }
  body .Main__body section.sports_common_mv.shageki .sports_common_mv_image2 {
    width: 819px;
    height: 682px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_shageki.png");
    top: 30px;
    left: calc(50% + 98px);
  }
  body .Main__body section.sports_common_mv.jukendo .sports_common_mv_image1 {
    width: 721px;
    height: 883px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_jukendo.png");
    top: -55px;
    left: calc(50% - 37px);
  }
  body .Main__body section.sports_common_mv.jukendo .sports_common_mv_image2 {
    width: 483px;
    height: 591px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_jukendo.png");
    top: 21px;
    left: calc(50% + 132px);
  }
  body .Main__body section.sports_common_mv.aikido .sports_common_mv_image1 {
    width: 921px;
    height: 906px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_aikido.png");
    top: -136px;
    left: calc(50% - 100px);
  }
  body .Main__body section.sports_common_mv.aikido .sports_common_mv_image2 {
    width: 694px;
    height: 683px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_aikido.png");
    top: 22px;
    left: 50%;
  }
  body .Main__body section.sports_common_mv.kendo .sports_common_mv_image1 {
    width: 651px;
    height: 1059px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_kendo.png");
    top: -73px;
    left: calc(50% - 149px);
  }
  body .Main__body section.sports_common_mv.kendo .sports_common_mv_image2 {
    width: 486px;
    height: 791px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_kendo.png");
    top: 16px;
    left: calc(50% + 44px);
  }
  body .Main__body section.sports_common_mv.karate .sports_common_mv_image1 {
    width: 843px;
    height: 1179px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_karate.png");
    top: -155px;
    left: calc(50% - 217px);
  }
  body .Main__body section.sports_common_mv.karate .sports_common_mv_image2 {
    width: 602px;
    height: 842px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_karate.png");
    top: -32px;
    left: calc(50% + 14px);
  }
  body .Main__body section.sports_common_mv.shorinji .sports_common_mv_image1 {
    width: 956px;
    height: 1183px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_shorinji.png");
    top: -167px;
    left: calc(50% - 72px);
  }
  body .Main__body section.sports_common_mv.shorinji .sports_common_mv_image2 {
    width: 724px;
    height: 896px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_shorinji.png");
    top: 0;
    left: calc(50% + 44px);
  }
  body .Main__body section.sports_common_mv .sports_inner {
    padding-right: 700px;
    position: relative;
    z-index: 3;
  }
  body .Main__body section.sports_common_mv .sports_inner .sports_common_mv_note {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
  }
  body .Main__body section.sports_common_mv .sports_inner h1 {
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
    margin: 5px 0 0;
  }
  body .Main__body section.sports_common_mv .sports_inner .sports_common_mv_text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 40px;
  }
  body .Main__body section.sports_category_member {
    padding: 72px 0 112px;
  }
  body .Main__body section.sports_category_member .sports_members {
    margin-top: 85px;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_list {
    display: grid;
    grid-template-columns: repeat(2, 584px);
    gap: 100px 32px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_item {
    margin: 0;
    padding: 0;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 248px;
    padding: 32px 50% 32px 36px;
    border: 0;
    border-radius: 20px;
    background: #E8E9F6;
    text-align: left;
    cursor: pointer;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_position {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    border-radius: 15px;
    background: #FFF100;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_name_kana {
    position: relative;
    z-index: 1;
    margin-top: 4px;
    font-size: 12px;
    line-height: 24px;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_name {
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_name_en {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    color: #1F23AA;
    font-size: 12px;
    line-height: 18px;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_more {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #1F23AA;
    margin-top: 16px;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_more::before, body .Main__body section.sports_category_member .sports_members .sports_members_more::after {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_more::after {
    transform: rotate(90deg);
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 351px;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_status_message {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  body .Main__body section.sports_category_member .sports_members .sports_members_card {
    transition: background-color 0.4s ease-out;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_card:hover, body .Main__body section.sports_category_member .sports_members .sports_members_card:focus-visible {
    background-color: #1F23AA;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_card:hover .sports_members_name_kana,
  body .Main__body section.sports_category_member .sports_members .sports_members_card:hover .sports_members_name,
  body .Main__body section.sports_category_member .sports_members .sports_members_card:hover .sports_members_name_en, body .Main__body section.sports_category_member .sports_members .sports_members_card:focus-visible .sports_members_name_kana,
  body .Main__body section.sports_category_member .sports_members .sports_members_card:focus-visible .sports_members_name,
  body .Main__body section.sports_category_member .sports_members .sports_members_card:focus-visible .sports_members_name_en {
    color: #fff;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_card:hover .sports_members_more, body .Main__body section.sports_category_member .sports_members .sports_members_card:focus-visible .sports_members_more {
    background-color: #fff;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_card:hover .sports_members_more::before, body .Main__body section.sports_category_member .sports_members .sports_members_card:hover .sports_members_more::after, body .Main__body section.sports_category_member .sports_members .sports_members_card:focus-visible .sports_members_more::before, body .Main__body section.sports_category_member .sports_members .sports_members_card:focus-visible .sports_members_more::after {
    background-color: #1F23AA;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_name_kana,
  body .Main__body section.sports_category_member .sports_members .sports_members_name,
  body .Main__body section.sports_category_member .sports_members .sports_members_name_en {
    transition: color 0.4s ease-out;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_more {
    transition: background-color 0.4s ease-out;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_more::before, body .Main__body section.sports_category_member .sports_members .sports_members_more::after {
    transition: background-color 0.4s ease-out;
  }
}
@media screen and (min-width: 768px) {
  body .Main__body section.sports_category_info {
    padding: 90px 0 115px;
  }
  body .Main__body section.sports_category_info h3 + p {
    text-align: center;
  }
  body .Main__body section.sports_category_info .sports_inner_set {
    margin-top: 50px;
  }
  body .Main__body section.sports_category_any {
    padding: 90px 0 100px;
  }
  body .Main__body section.sports_category_any .sports_inner_flex.column3 {
    justify-content: center;
    gap: 25px;
  }
  body .Main__body section.sports_category_any .sports_inner_flex.column3 li {
    width: 280px;
    height: 360px;
  }
  body .Main__body section.sports_category_any .sports_inner_flex.column4 li {
    width: 280px;
    height: 360px;
  }
  body .Main__body section.sports_category_any .sports_btn {
    margin-top: 36px;
  }
  body .Main__body section.sports_common_mv + body .Main__body section.sports_common_sec {
    padding-top: 90px;
  }
  body .Main__body section.sports_common_sec {
    padding-top: 116px;
  }
  body .Main__body section.sports_common_sec:last-of-type {
    padding-bottom: 120px;
  }
  body .Main__body section.sports_common_sec .sports_common_box {
    margin-top: 42px;
    width: 100%;
    padding: 50px 30px;
    background-color: #E8E9F6;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 32px;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_image {
    width: 420px;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts {
    width: calc(100% - 452px);
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_common_box_title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_common_box_title .en {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_common_box_text {
    margin-top: 27px;
    line-height: 32px;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_common_box_list {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 12px;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_common_box_list li.indent3 {
    padding-left: 3em;
    text-indent: -3em;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_btn {
    padding: 11px 30px 13px;
    border-radius: 20px;
    margin: 54px 0 0 auto;
    font-size: 14px;
  }
  body .Main__body section.sports_common_sec .sports_btn {
    margin-top: 120px;
  }
  body .sports_members_modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px 40px;
    color: #000;
  }
  body .sports_members_modal[hidden] {
    display: none;
  }
  body .sports_members_modal_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  body .sports_members_modal_dialog {
    position: relative;
    width: min(100%, 1000px);
    max-height: calc(100vh - 100px);
    border-radius: 20px;
    overflow-y: auto;
    background: #fff;
  }
  body .sports_members_modal_close {
    position: fixed;
    top: 10px;
    left: min(100% - 40px, 50% + 460px);
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }
  body .sports_members_modal_close::before, body .sports_members_modal_close::after {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    background-color: #1F23AA;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body .sports_members_modal_close::before {
    transform: rotate(45deg);
  }
  body .sports_members_modal_close::after {
    transform: rotate(-45deg);
  }
  body .sports_members_modal_profile {
    min-height: 428px;
    padding: 40px 458px 40px 50px;
    background: #E8E9F6;
    position: relative;
  }
  body .sports_members_modal_profile_text {
    position: relative;
    z-index: 1;
  }
  body .sports_members_modal_position {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    border-radius: 14px;
    background: #fff500;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
  }
  body .sports_members_modal_name_kana {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  body .sports_members_modal_name {
    margin: 0;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
  }
  body .sports_members_modal_name_en {
    margin: 8px 0 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #1F23AA;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #1F23AA;
  }
  body .sports_members_modal_data {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 12px;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
  }
  body .sports_members_modal_data dt {
    font-weight: 700;
  }
  body .sports_members_modal_data dd {
    font-weight: 500;
    white-space: pre-line;
  }
  body .sports_members_modal_profile_image {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  body .sports_members_modal_profile_image img {
    display: block;
    max-width: 100%;
    max-height: 390px;
    object-fit: contain;
    object-position: center bottom;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  body .sports_members_modal_profile {
    padding: 40px 50px 380px 50px;
  }
  body .sports_members_modal_profile_image {
    left: 0;
    margin: auto;
  }
  body .sports_members_modal_profile_image img {
    display: block;
    max-width: 100%;
    max-height: 390px;
    object-fit: contain;
    object-position: center bottom;
  }
}
@media screen and (min-width: 768px) {
  body .sports_members_modal_body {
    padding: 50px 42px 75px;
  }
  body .sports_members_modal_heading {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #1F23AA;
  }
  body .sports_members_modal_description {
    margin: 0;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    white-space: pre-line;
  }
  body .sports_members_modal_gallery {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    margin-top: 20px;
    overflow: hidden;
  }
  body .sports_members_modal_gallery img {
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body .Main__body {
    color: #000;
  }
  body .Main__body img {
    display: block;
    width: 100%;
  }
  body .Main__body .sports_local_nav {
    padding-top: 80px;
    background-color: #fff;
  }
  body .Main__body .sports_local_nav ul {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 345px;
    margin: auto;
  }
  body .Main__body .sports_local_nav ul li {
    width: fit-content;
  }
  body .Main__body .sports_local_nav ul li a {
    display: block;
    width: 164px;
    height: 40px;
    border-radius: 20px;
    padding: 12px 0 12px 14px;
    border: 1px solid #1F23AA;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #1F23AA;
    position: relative;
  }
  body .Main__body .sports_local_nav ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #1F23AA;
    border-right: 2px solid #1F23AA;
    transform: rotate(135deg);
    transition: border-color 0.3s ease;
    position: absolute;
    top: calc(50% - 6px);
    right: 20px;
  }
  body .Main__body section {
    position: relative;
  }
  body .Main__body section .sports_inner {
    width: 92%;
    max-width: 690px;
    margin: auto;
  }
  body .Main__body section h2 {
    font-size: 31px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    color: #1D23B1;
    margin-bottom: 60px;
  }
  body .Main__body section h3 {
    font-size: 31px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
    color: #1D23B1;
    margin-bottom: 30px;
    padding: 0;
    margin-top: 0;
    background-color: transparent;
    border: none;
  }
  body .Main__body section h3::after {
    display: none;
  }
  body .Main__body section h4 {
    font-size: 31px;
    line-height: 45px;
    font-weight: 700;
    text-align: center;
  }
  body .Main__body section h5 {
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    display: block;
    width: 100%;
    padding-bottom: 16px;
    position: relative;
    margin-bottom: 30px;
  }
  body .Main__body section h5 .line {
    width: 100%;
    height: 6px;
    background-color: #FFF100;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  body .Main__body section h5 .line::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/company/sports/image/renewal/common/bg_h5_line.png");
    background-repeat: no-repeat;
    background-size: auto 8px;
    background-position: center left -80px;
    position: absolute;
    top: 0;
    left: 0;
  }
  body .Main__body section h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1F23AA;
  }
  body .Main__body section p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
  }
  body .Main__body section .sports_btn {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    padding: 13px 50px 15px;
    border-radius: 28px;
    background-color: #1F23AA;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  body .Main__body section .sports_inner_set:nth-of-type(n+2) {
    margin-top: 60px;
  }
  body .Main__body section .sports_inner_flex {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 30px;
  }
  body .Main__body section .sports_schedule_frame {
    margin-top: 50px;
    padding: 32px 0 50px;
    background-color: #fff;
    color: #000;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule {
    width: 92%;
    margin: auto;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_group {
    margin-bottom: 24px;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_group_title {
    color: #1F23AA;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
    width: 100%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_group_buttons {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 4px;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_button {
    min-height: 32px;
    padding: 7px 14px;
    border: 1px solid #1F23AA;
    border-radius: 20px;
    color: #1F23AA;
    background: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease-out;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_button:focus-visible {
    outline: 3px solid rgba(32, 38, 186, 0.3);
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sport_nav_button.is-active {
    color: #fff;
    background: #2026ba;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sports_schedule_table {
    border: 1px solid #BFBFBF;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sports_schedule_table_title {
    margin: 0;
    padding: 11px 16px 12px;
    border: none;
    color: #1D23B1;
    background: #FFF100;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sports_schedule_table_scroll {
    overflow-x: auto;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table tr:nth-of-type(2n) {
    background-color: #F6F6F3;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th,
  body .Main__body section .sports_schedule_frame .sports_schedule table td {
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th {
    padding: 6px 4px 8px;
    color: #fff;
    background: #1D23B1;
    font-size: 14px;
    font-weight: 700;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:nth-child(1) {
    width: 10%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:nth-child(2) {
    width: 15%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:nth-child(3) {
    width: 28%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:nth-child(4) {
    width: 28%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:nth-child(5) {
    width: 20%;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table td {
    padding: 6px 4px 8px;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table td:nth-child(-n+2) {
    text-align: center;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table th:last-child,
  body .Main__body section .sports_schedule_frame .sports_schedule table td:last-child {
    border-right: 0;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule table tbody tr:last-child td {
    border-bottom: 0;
  }
  body .Main__body section .sports_schedule_frame .sports_schedule .sports_schedule_empty_cell {
    text-align: center;
  }
  body .Main__body section .sports_news_frame {
    margin-top: 60px;
    padding: 40px 0;
    background: #fff;
    color: #000;
  }
  body .Main__body section .sports_news_frame .sports_news_content {
    width: 92%;
    margin: auto;
  }
  body .Main__body section .sports_news_frame .sports_news_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #eee;
  }
  body .Main__body section .sports_news_frame .sports_news_item {
    border-bottom: 1px solid #eee;
  }
  body .Main__body section .sports_news_frame .sports_news_link {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 6px 0;
    padding: 12px 0;
    color: #000;
    text-decoration: none;
  }
  body .Main__body section .sports_news_frame .sports_news_date {
    width: 110px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  body .Main__body section .sports_news_frame .sports_news_category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    min-height: 25px;
    padding: 1px 2px 2px;
    color: #fff;
    background: #5D74CE;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }
  body .Main__body section .sports_news_frame .sports_news_title {
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
  }
  body .Main__body section .sports_news_frame .sports_news_status_message {
    margin: 0;
    padding: 30px;
    font-size: 14px;
    text-align: center;
  }
  body .Main__body section .sports_result_frame {
    margin-top: 50px;
    padding: 32px 0 50px;
    background-color: #fff;
    color: #000;
  }
  body .Main__body section .sports_result_frame .sports_result {
    width: 92%;
    margin: auto;
  }
  body .Main__body section .sports_result_frame .sports_result_year_buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin-bottom: 48px;
  }
  body .Main__body section .sports_result_frame .sports_result_year_button {
    min-height: 40px;
    padding: 12px 10px;
    border: 1px solid #2026ba;
    border-radius: 20px;
    color: #2026ba;
    background: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
  }
  body .Main__body section .sports_result_frame .sports_result_year_button:focus-visible {
    outline: 3px solid rgba(32, 38, 186, 0.3);
  }
  body .Main__body section .sports_result_frame .sports_result_year_button.is-active {
    color: #fff;
    background: #2026ba;
  }
  body .Main__body section .sports_result_frame .sports_result_content {
    border: 1px solid #BFBFBF;
  }
  body .Main__body section .sports_result_frame .sports_result_year_title {
    margin: 0;
    padding: 11px 16px 12px;
    border: none;
    color: #1D23B1;
    background: #FFF100;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
  }
  body .Main__body section .sports_result_frame .sports_result_table_scroll {
    overflow-x: auto;
  }
  body .Main__body section .sports_result_frame table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  body .Main__body section .sports_result_frame table tr:nth-of-type(2n) {
    background-color: #F6F6F3;
  }
  body .Main__body section .sports_result_frame table th,
  body .Main__body section .sports_result_frame table td {
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
  }
  body .Main__body section .sports_result_frame table th {
    padding: 6px 4px 8px;
    color: #fff;
    background: #1D23B1;
    font-size: 14px;
    font-weight: 700;
  }
  body .Main__body section .sports_result_frame table th:nth-child(1) {
    width: 24%;
  }
  body .Main__body section .sports_result_frame table th:nth-child(2) {
    width: 33%;
  }
  body .Main__body section .sports_result_frame table th:nth-child(3) {
    width: 43%;
  }
  body .Main__body section .sports_result_frame table td {
    padding: 6px 4px 8px;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
  }
  body .Main__body section .sports_result_frame table td:nth-child(-n+2) {
    text-align: center;
  }
  body .Main__body section .sports_result_frame table th:last-child,
  body .Main__body section .sports_result_frame table td:last-child {
    border-right: 0;
  }
  body .Main__body section .sports_result_frame table tbody tr:last-child td {
    border-bottom: 0;
  }
  body .Main__body section .sports_result_frame .sports_result_empty_cell,
  body .Main__body section .sports_result_frame .sports_result_status_message {
    text-align: center;
  }
  body .Main__body section.sports_kv {
    padding: 9.0666666667vw 0;
    min-height: 670px;
    background-color: #1F23AA;
    color: #fff;
  }
  body .Main__body section.sports_kv::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("/company/sports/image/renewal/top/bg_kv_sp.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 224.2666666667vw auto;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body .Main__body section.sports_kv .sports_inner {
    width: 100%;
    max-width: 750px;
  }
  body .Main__body section.sports_kv .image {
    max-width: none;
    width: 108.5333333333vw;
    position: absolute;
    top: 51.2vw;
    left: 50%;
    margin-left: -48vw;
    z-index: 0;
  }
  body .Main__body section.sports_kv .title_set {
    width: 93.4%;
    margin: auto;
    position: relative;
  }
  body .Main__body section.sports_kv .title_set .note {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
  }
  body .Main__body section.sports_kv .title_set h1 {
    display: block;
    width: 100%;
    margin: 0;
  }
  body .Main__body section.sports_kv .copy {
    margin: 75.7333333333vw auto 0;
    width: 92%;
    max-width: 345px;
    position: relative;
  }
  body .Main__body section.sports_kv .copy span {
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    color: #1F23AA;
    display: block;
    width: fit-content;
    height: fit-content;
    padding: 0 5px;
  }
  body .Main__body section.sports_kv .copy span:nth-of-type(n+2) {
    margin-top: 4px;
  }
  body .Main__body section.sports_kv .anchors {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 6px 3px;
    flex-wrap: wrap;
    width: 92%;
    max-width: 345px;
    margin: 20px auto 0;
  }
  body .Main__body section.sports_kv .anchors a {
    display: block;
    padding: 7px 30px 7px 16px;
    border: 1px solid #1F23AA;
    border-radius: 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #1F23AA;
    position: relative;
  }
  body .Main__body section.sports_kv .anchors a .arrow {
    display: block;
    width: 8px;
    height: auto;
    aspect-ratio: 1/1;
    border-top: 2px solid #1F23AA;
    border-right: 2px solid #1F23AA;
    position: absolute;
    right: 12px;
    top: 10px;
    transform: rotate(135deg);
  }
  body .Main__body section.sports_kv .scroll {
    display: block;
    width: 56px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  body .Main__body section.sports_sv {
    padding: 70px 0 50px;
  }
  body .Main__body section.sports_sv h2 {
    font-size: 31px;
    line-height: 45px;
    font-weight: 700;
    text-align: left;
    color: #FFF100;
    margin-bottom: 35px;
  }
  body .Main__body section.sports_sv h2 span {
    font-weight: 700;
    color: #1F23AA;
    display: inline-block;
    padding: 0 8px;
  }
  body .Main__body section.sports_activity {
    padding: 80px 0 140px;
  }
  body .Main__body section.sports_activity .sports_inner_flex li {
    border-radius: 16px;
    overflow: hidden;
  }
  body .Main__body section.sports_activity .sports_inner_flex li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  body .Main__body section.sports_activity .sports_inner_flex li a::before, body .Main__body section.sports_activity .sports_inner_flex li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  body .Main__body section.sports_activity .sports_inner_flex li a::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  body .Main__body section.sports_activity .sports_inner_flex li a.judo::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_judo.jpg");
  }
  body .Main__body section.sports_activity .sports_inner_flex li a.wrestling::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_wrestling.jpg");
  }
  body .Main__body section.sports_activity .sports_inner_flex li a.weightlifting::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_weightlifting.jpg");
  }
  body .Main__body section.sports_activity .sports_inner_flex li a.shageki::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_shageki.jpg");
  }
  body .Main__body section.sports_activity .sports_inner_flex li a.jukendo::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_jukendo.jpg");
  }
  body .Main__body section.sports_activity .sports_inner_flex li a.aikido::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_aikido.jpg");
  }
  body .Main__body section.sports_activity .sports_inner_flex li a.kendo::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_kendo.jpg");
  }
  body .Main__body section.sports_activity .sports_inner_flex li a.karate::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_karate.jpg");
  }
  body .Main__body section.sports_activity .sports_inner_flex li a.shorinji::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_shorinji.jpg");
  }
  body .Main__body section.sports_activity .sports_inner_flex li a::after {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  body .Main__body section.sports_activity .sports_inner_flex li a .link_inner {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 12px 0;
  }
  body .Main__body section.sports_activity .sports_inner_flex li a .link_inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body .Main__body section.sports_activity .sports_inner_flex li a .link_inner .link_inner_text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
  }
  body .Main__body section.sports_activity .sports_inner_flex li a .link_inner .link_inner_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1F23AA;
  }
  body .Main__body section.sports_activity .sports_inner_flex li a .link_inner .link_inner_arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-left: -2px;
    transition: border-color 0.3s ease;
  }
  body .Main__body section.sports_activity .sports_inner_flex.column4 {
    gap: 16px;
  }
  body .Main__body section.sports_activity .sports_inner_flex.column4 li {
    width: 100%;
    height: 222px;
  }
  body .Main__body section.sports_activity .sports_inner_flex.column5 {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px 14px;
  }
  body .Main__body section.sports_activity .sports_inner_flex.column5 li {
    width: calc((100% - 14px) / 2);
    height: 222px;
  }
  body .Main__body section.sports_info {
    padding: 90px 0 125px;
  }
  body .Main__body section.sports_info .sports_inner {
    width: 100%;
  }
  body .Main__body section.sports_info h3 {
    color: #fff;
    margin-bottom: 60px;
  }
  body .Main__body section.sports_info p {
    display: block;
    width: 92%;
    margin: auto;
  }
  body .Main__body section.sports_support {
    padding: 80px 0 50px;
  }
  body .Main__body section.sports_support h3 {
    margin-bottom: 60px;
  }
  body .Main__body section.sports_support .sports_inner_flex {
    justify-content: center;
    gap: 30px;
  }
  body .Main__body section.sports_support .sports_inner_flex li {
    border-radius: 0;
  }
  body .Main__body section.sports_support .sports_inner_flex li p {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body .Main__body section.sports_support .sports_inner_flex li p small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #1F23AA;
    margin-bottom: 5px;
  }
  body .Main__body section.sports_support h6 {
    margin-top: 30px;
    margin-bottom: 16px;
  }
  body .Main__body section.sports_topics {
    padding: 80px 0;
  }
  body .Main__body section.sports_topics .sports_inner {
    width: 100%;
  }
  body .Main__body section.sports_topics h4 {
    text-align: center;
  }
  body .Main__body section.sports_topics .sports_topics_bnr {
    display: block;
    width: 92%;
    max-width: 690px;
    margin: 75px auto 0;
  }
  body .Main__body section.sports_common_mv {
    padding: 35px 0 290px;
    overflow: hidden;
  }
  body .Main__body section.sports_common_mv::before {
    content: "";
    display: block;
    width: 552px;
    height: 373px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    bottom: -110px;
    right: 0;
    z-index: 1;
  }
  body .Main__body section.sports_common_mv .sports_common_mv_image1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    z-index: 0;
    opacity: 0.3;
  }
  body .Main__body section.sports_common_mv .sports_common_mv_image2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    z-index: 2;
  }
  body .Main__body section.sports_common_mv.wrestling .sports_common_mv_image1 {
    width: 778px;
    height: 660px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_wrestling.png");
    bottom: -181px;
    left: calc(50% - 306px);
  }
  body .Main__body section.sports_common_mv.wrestling .sports_common_mv_image2 {
    width: 482px;
    height: 404px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_wrestling.png");
    bottom: -141px;
    left: calc(50% - 230px);
  }
  body .Main__body section.sports_common_mv.judo .sports_common_mv_image1 {
    width: 595px;
    height: 1016px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_judo.png");
    bottom: -479px;
    left: calc(50% - 210px);
  }
  body .Main__body section.sports_common_mv.judo .sports_common_mv_image2 {
    width: 339px;
    height: 564px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_judo.png");
    bottom: -275px;
    left: calc(50% - 151px);
  }
  body .Main__body section.sports_common_mv.weightlifting {
    padding-bottom: 340px;
  }
  body .Main__body section.sports_common_mv.weightlifting .sports_common_mv_image1 {
    width: 688px;
    height: 948px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_weightlifting.png");
    bottom: -340px;
    left: calc(50% - 282px);
  }
  body .Main__body section.sports_common_mv.weightlifting .sports_common_mv_image2 {
    width: 458px;
    height: 631px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_weightlifting.png");
    bottom: -288px;
    left: calc(50% - 198px);
  }
  body .Main__body section.sports_common_mv.shageki {
    padding-bottom: 320px;
  }
  body .Main__body section.sports_common_mv.shageki .sports_common_mv_image1 {
    width: 769px;
    height: 640px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_shageki.png");
    bottom: -144px;
    left: calc(50% - 210px);
  }
  body .Main__body section.sports_common_mv.shageki .sports_common_mv_image2 {
    width: 528px;
    height: 440px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_shageki.png");
    bottom: -144px;
    left: calc(50% - 153px);
  }
  body .Main__body section.sports_common_mv.jukendo {
    padding-bottom: 315px;
  }
  body .Main__body section.sports_common_mv.jukendo .sports_common_mv_image1 {
    width: 513px;
    height: 628px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_jukendo.png");
    bottom: -136px;
    left: calc(50% - 213px);
  }
  body .Main__body section.sports_common_mv.jukendo .sports_common_mv_image2 {
    width: 393px;
    height: 481px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_jukendo.png");
    bottom: -187px;
    left: calc(50% - 153px);
  }
  body .Main__body section.sports_common_mv.aikido {
    padding-bottom: 315px;
  }
  body .Main__body section.sports_common_mv.aikido .sports_common_mv_image1 {
    width: 582px;
    height: 573px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_aikido.png");
    bottom: -69px;
    left: calc(50% - 242px);
  }
  body .Main__body section.sports_common_mv.aikido .sports_common_mv_image2 {
    width: 458px;
    height: 451px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_aikido.png");
    bottom: -132px;
    left: calc(50% - 200px);
  }
  body .Main__body section.sports_common_mv.kendo {
    padding-bottom: 315px;
  }
  body .Main__body section.sports_common_mv.kendo .sports_common_mv_image1 {
    width: 458px;
    height: 745px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_kendo.png");
    bottom: -263px;
    left: calc(50% - 336px);
  }
  body .Main__body section.sports_common_mv.kendo .sports_common_mv_image2 {
    width: 345px;
    height: 560px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_kendo.png");
    bottom: -263px;
    left: calc(50% - 203px);
  }
  body .Main__body section.sports_common_mv.karate {
    padding-bottom: 315px;
  }
  body .Main__body section.sports_common_mv.karate .sports_common_mv_image1 {
    width: 700px;
    height: 979px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_karate.png");
    bottom: -414px;
    left: calc(50% - 527px);
  }
  body .Main__body section.sports_common_mv.karate .sports_common_mv_image2 {
    width: 417px;
    height: 583px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_karate.png");
    bottom: -259px;
    left: calc(50% - 255px);
  }
  body .Main__body section.sports_common_mv.shorinji .sports_common_mv_image1 {
    width: 614px;
    height: 759px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_shorinji.png");
    bottom: -254px;
    left: calc(50% - 228px);
  }
  body .Main__body section.sports_common_mv.shorinji .sports_common_mv_image2 {
    width: 427px;
    height: 528px;
    background-image: url("/company/sports/image/renewal/common/bg_common_mv_shorinji.png");
    bottom: -242px;
    left: calc(50% - 177px);
  }
  body .Main__body section.sports_common_mv .sports_inner {
    position: relative;
    z-index: 3;
  }
  body .Main__body section.sports_common_mv .sports_inner .sports_common_mv_note {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
  }
  body .Main__body section.sports_common_mv .sports_inner h1 {
    font-size: 39px;
    line-height: 55px;
    font-weight: 700;
    margin: 2px 0 0;
  }
  body .Main__body section.sports_common_mv .sports_inner .sports_common_mv_text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 12px;
  }
  body .Main__body section.sports_common_mv.noimage {
    padding-bottom: 120px;
    height: 338px;
  }
  body .Main__body section.sports_common_mv.noimage::before {
    width: 552px;
    height: 373px;
    background-size: 100% 100%;
    bottom: 0;
    right: auto;
    left: 50%;
  }
  body .Main__body section.sports_category_member {
    padding: 60px 0 112px;
  }
  body .Main__body section.sports_category_member .sports_members {
    margin-top: 60px;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_item {
    margin: 0;
    padding: 0;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 162px;
    padding: 15px 40% 15px 18px;
    border: 0;
    border-radius: 20px;
    background: #E8E9F6;
    text-align: left;
    cursor: pointer;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_position {
    position: relative;
    z-index: 1;
    padding: 0 10px;
    border-radius: 10px;
    background: #FFF100;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_name_kana {
    position: relative;
    z-index: 1;
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_name {
    position: relative;
    z-index: 1;
    margin-top: -6px;
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    font-feature-settings: "palt";
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_name_en {
    position: relative;
    z-index: 1;
    color: #1F23AA;
    font-size: 12px;
    line-height: 18px;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_more {
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    background: #1F23AA;
    margin-top: 10px;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_more::before, body .Main__body section.sports_category_member .sports_members .sports_members_more::after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_more::after {
    transform: rotate(90deg);
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 206px;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
  }
  body .Main__body section.sports_category_member .sports_members .sports_members_status_message {
    text-align: center;
  }
  body .Main__body section.sports_category_info {
    padding: 80px 0 75px;
  }
  body .Main__body section.sports_category_info .sports_inner {
    width: 100%;
  }
  body .Main__body section.sports_category_info p, body .Main__body section.sports_category_info h5 {
    display: block;
    width: 92%;
    margin: auto;
  }
  body .Main__body section.sports_category_info .sports_inner_set {
    background-color: #fff;
  }
  body .Main__body section.sports_category_info .sports_inner_set:first-of-type {
    margin-top: 50px;
    padding-top: 45px;
  }
  body .Main__body section.sports_category_info .sports_inner_set:nth-of-type(n+2) {
    margin-top: 0;
  }
  body .Main__body section.sports_category_info .sports_inner_set .sports_schedule_frame, body .Main__body section.sports_category_info .sports_inner_set .sports_result_frame {
    margin-top: 15px;
  }
  body .Main__body section.sports_category_any {
    padding: 80px 0;
  }
  body .Main__body section.sports_category_any .sports_inner_flex li {
    border-radius: 16px;
    overflow: hidden;
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a::before, body .Main__body section.sports_category_any .sports_inner_flex li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a::before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a.judo::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_judo.jpg");
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a.wrestling::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_wrestling.jpg");
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a.weightlifting::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_weightlifting.jpg");
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a.shageki::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_shageki.jpg");
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a.jukendo::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_jukendo.jpg");
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a.aikido::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_aikido.jpg");
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a.kendo::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_kendo.jpg");
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a.karate::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_karate.jpg");
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a.shorinji::before {
    background-image: url("/company/sports/image/renewal/common/bg_flex_shorinji.jpg");
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a::after {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a .link_inner {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 12px 0;
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a .link_inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a .link_inner .link_inner_text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a .link_inner .link_inner_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1F23AA;
  }
  body .Main__body section.sports_category_any .sports_inner_flex li a .link_inner .link_inner_arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-left: -2px;
    transition: border-color 0.3s ease;
  }
  body .Main__body section.sports_category_any .sports_inner_flex.column3 {
    gap: 16px;
  }
  body .Main__body section.sports_category_any .sports_inner_flex.column3 li {
    width: 100%;
    height: 222px;
  }
  body .Main__body section.sports_category_any .sports_inner_flex.column4 {
    gap: 16px;
  }
  body .Main__body section.sports_category_any .sports_inner_flex.column4 li {
    width: 100%;
    height: 222px;
  }
  body .Main__body section.sports_category_any .sports_btn {
    margin-top: 60px;
  }
  body .Main__body section.sports_common_mv + body .Main__body section.sports_common_sec {
    padding-top: 80px;
  }
  body .Main__body section.sports_common_sec {
    padding-top: 60px;
  }
  body .Main__body section.sports_common_sec:last-of-type {
    padding-bottom: 80px;
  }
  body .Main__body section.sports_common_sec .sports_common_box {
    margin-top: 60px;
    width: 100%;
    padding: 25px 20px 40px;
    background-color: #E8E9F6;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_image {
    width: 100%;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts {
    margin-top: 12px;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_common_box_title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_common_box_title .en {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 0;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_common_box_text {
    margin-top: 12px;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_common_box_list {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 20px;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_common_box_list li.indent3 {
    padding-left: 3em;
    text-indent: -3em;
  }
  body .Main__body section.sports_common_sec .sports_common_box .sports_common_box_texts .sports_btn {
    padding: 11px 30px 13px;
    border-radius: 22px;
    margin: 32px auto 0;
    font-size: 13px;
    line-height: 20px;
  }
  body .Main__body section.sports_common_sec .sports_btn {
    margin-top: 60px;
  }
  body .sports_members_modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 15px 15px;
    color: #000;
  }
  body .sports_members_modal[hidden] {
    display: none;
  }
  body .sports_members_modal_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  body .sports_members_modal_dialog {
    position: relative;
    width: min(100%, 345px);
    max-height: calc(100vh - 75px);
    border-radius: 20px;
    overflow-y: auto;
    background: #fff;
  }
  body .sports_members_modal_close {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
  }
  body .sports_members_modal_close::before, body .sports_members_modal_close::after {
    content: "";
    display: block;
    width: 13px;
    height: 2px;
    background-color: #1F23AA;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  body .sports_members_modal_close::before {
    transform: rotate(45deg);
  }
  body .sports_members_modal_close::after {
    transform: rotate(-45deg);
  }
  body .sports_members_modal_profile {
    padding: 20px 20px 270px 20px;
    background: #E8E9F6;
    position: relative;
  }
  body .sports_members_modal_profile_text {
    position: relative;
    z-index: 1;
  }
  body .sports_members_modal_position {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    border-radius: 10px;
    background: #fff500;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
  }
  body .sports_members_modal_name_kana {
    margin: 4px 0 0;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  body .sports_members_modal_name {
    margin: 4px 0 0;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
  }
  body .sports_members_modal_name_en {
    margin: 4px 0 10px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1F23AA;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #1F23AA;
  }
  body .sports_members_modal_data {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 2px 12px;
    margin: 0;
    font-size: 14px;
    line-height: 26px;
  }
  body .sports_members_modal_data dt {
    font-weight: 700;
  }
  body .sports_members_modal_data dd {
    font-weight: 400;
    white-space: pre-line;
  }
  body .sports_members_modal_profile_image {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  body .sports_members_modal_profile_image img {
    display: block;
    max-width: 100%;
    max-height: 272px;
    object-fit: contain;
    object-position: center bottom;
  }
  body .sports_members_modal_body {
    padding: 40px 20px 30px;
  }
  body .sports_members_modal_heading {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #1F23AA;
  }
  body .sports_members_modal_description {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    white-space: pre-line;
  }
  body .sports_members_modal_gallery {
    display: grid;
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
    overflow: hidden;
  }
  body .sports_members_modal_gallery img {
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .pc {
    display: none !important;
  }
}