@charset "UTF-8";

/* !Base -------------------------------- */
:root {
  --blue: #118CCF;
  --lblue: #F4F9FC;
  --black: #231815;
  --gray: #8E8E8E;
  --linkblue: #0094e5;
}

a {
  color: #0094e5;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.detail a:hover,
a.underline:hover {
  border-bottom: 1px solid;
}

a.black {
  color: var(--black);
}

a.black:hover {
  color: var(--linkblue);
  border-bottom: 1px solid;
}

html {
  overflow-y: scroll;
  font-size: 100%;
}

body {
  /* font-size: 16px; */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #231815;
}

/* Team Card Styles */
.team-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 558px;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-card-bg {
  position: relative;
  width: 100%;
  z-index: 1;
}

.team-card-bg img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.team-card-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: calc(100% - 36px);
  z-index: 2;
  overflow: hidden;
  border-radius: 8px;
}

.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  /* 角丸5px */
}

.team-card-text {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  z-index: 3;
}

.team-card-text img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 1));
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .team-card {
    max-width: 100%;
  }

  .team-card-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
  }

  .team-card-photo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    height: calc(100% - 36px);
  }
}

@media (max-width: 480px) {
  .team-card-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
  }

  .team-card-photo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    height: calc(100% - 36px);
  }
}

body.is-menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.bold2 {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.medium2 {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.anton {
  font-family: "Anton", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
}

.yuu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
  padding: 0.9em 0;
}

img {
  max-width: 100%;
  height: auto;
}

.taL {
  text-align: left !important;
}

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.marker {
  background: linear-gradient(transparent 60%, #FCFAD8 60%, #FCFAD8 100%, #fff 100%);
}

.white {
  color: #fff;
}

.black {
  color: var(--black);
}

.blue {
  color: var(--blue);
}

.gray {
  color: var(--gray);
}

.red {
  color: #f00;
}

.black {
  color: var(--black);
}

.bg_white {
  background: #fff;
}

.bg_black {
  background: var(--black);
}

.bg_blue {
  background: var(--blue);
}

.bg_lblue {
  background: var(--lblue);
}

.bg_gray {
  background: var(--gray);
}

.bg_lgray {
  background: #fafafa;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }

  .pro,
  .protabonly {
    display: inline-block;
  }
}

@media screen and (max-width: 820px) {

  .pcpro,
  .notabonly {
    display: none;
  }

  .tab {
    display: block;
  }
}

@media screen and (max-width: 540px) {

  .sp,
  .notabonly {
    display: block;
  }

  .nosp,
  .protabonly {
    display: none !important;
  }
}

.mw100 {
  width: 100%;
  height: auto;
}

.mw90 {
  width: 90%;
  margin: 0 5%;
}

.mw70 {
  width: 70%;
  margin: 0 15%;
}

.dib {
  display: inline-block;
}

/* !行間設定 -------------------------------------------------------------- */
.pd0 {
  padding: 0;
}

.pd03 {
  padding: 0.22em 0 0.33em;
}

.pd04 {
  padding: 0.4em 0;
}

.pd05 {
  padding: 0.5em 0;
}

.pd08 {
  padding: 0.65em 0 0.8em;
}

.pd1 {
  padding: 1em 0;
}

.pd15 {
  padding: 1.5em 0;
}

.pd2 {
  padding: 2em 0;
}

.pd25 {
  padding: 2.5em 0;
}

.pd3 {
  padding: 3em 0;
}

.pd35 {
  padding: 3.5em 0;
}

.pd4 {
  padding: 4em 0;
}

.pd45 {
  padding: 4.5em 0;
}

.pd5 {
  padding: 5em 0;
}

.pd6 {
  padding: 6em 0;
}

.pd7 {
  padding: 7em 0;
}

.pd8 {
  padding: 8em 0;
}

.mg05 {
  margin: 0.5em auto;
}

.mg1 {
  margin: 1em auto;
}

.mg15 {
  margin: 1.5em auto;
}

.mg2 {
  margin: 2em auto;
}

.mg25 {
  margin: 2.5em auto;
}

.mg3 {
  margin: 3em auto;
}

.mg4 {
  margin: 4em auto;
}

.mg5 {
  margin: 5em auto;
}

.mt05 {
  margin-top: 0.5em;
}

.mt1 {
  margin-top: 1em;
}

.mt15 {
  margin-top: 1.5em;
}

.mt18 {
  margin-top: 1.8em;
}

.mt2 {
  margin-top: 2em;
}

.mt25 {
  margin-top: 2.5em;
}

.mt3 {
  margin-top: 3em;
}

.mt35 {
  margin-top: 3.5em;
}

.mt4 {
  margin-top: 4em;
}

.mt45 {
  margin-top: 4.5em;
}

.mt5 {
  margin-top: 5em;
}

.mt6 {
  margin-top: 6em;
}

.mt8 {
  margin-top: 8em;
}

.mt9 {
  margin-top: 9em;
}

.mr05 {
  margin-right: 0.5em;
}

.mr1 {
  margin-right: 1em;
}

.mr15 {
  margin-right: 1.5em;
}

.mr2 {
  margin-right: 2em;
}

.mr25 {
  margin-right: 2.5em;
}

.mr3 {
  margin-right: 3em;
}

/* Breadcrumbs (bcn_display) -------------------------------- */
[typeof="BreadcrumbList"],
.breadcrumbs,
.breadcrumb,
nav[aria-label="breadcrumb"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  line-height: 1.6;
}

[typeof="BreadcrumbList"] a,
.breadcrumbs a,
.breadcrumb a,
nav[aria-label="breadcrumb"] a {

  text-decoration: none;
}

[typeof="BreadcrumbList"] a:hover,
.breadcrumbs a:hover,
.breadcrumb a:hover,
nav[aria-label="breadcrumb"] a:hover {
  text-decoration: underline;
}

/* Current page */
[typeof="BreadcrumbList"] .current,
[typeof="BreadcrumbList"] .current-item,
.breadcrumbs .current,
.breadcrumbs .current-item,
.breadcrumb .current,
.breadcrumb .current-item,
.breadcrumb_last {
  font-weight: 700;
}

/* Make plain text separators slightly subdued without affecting links */
[typeof="BreadcrumbList"] :not(a) {
  color: inherit;
  opacity: 0.8;
}

@media (max-width: 768px) {

  [typeof="BreadcrumbList"],
  .breadcrumbs,
  .breadcrumb,
  nav[aria-label="breadcrumb"] {
    font-size: 0.85rem;
    gap: 6px;
  }
}

.mr4 {
  margin-right: 4em;
}

.mr5 {
  margin-right: 5em;
}

.ml05 {
  margin-left: 0.5em;
}

.ml1 {
  margin-left: 1em;
}

.ml15 {
  margin-left: 1.5em;
}

.ml2 {
  margin-left: 2em;
}

.ml25 {
  margin-left: 2.5em;
}

.ml3 {
  margin-left: 3em;
}

.ml4 {
  margin-left: 4em;
}

.ml5 {
  margin-left: 5em;
}

.mb05 {
  margin-bottom: 0.5em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb15 {
  margin-bottom: 1.5em;
}

.mb2 {
  margin-bottom: 2em;
}

.mb25 {
  margin-bottom: 2.5em;
}

.mb3 {
  margin-bottom: 3em;
}

.mb35 {
  margin-bottom: 3.5em;
}

.mb4 {
  margin-bottom: 4em;
}

.mb45 {
  margin-bottom: 4.5em;
}

.mb5 {
  margin-bottom: 5em;
}

.mb6 {
  margin-bottom: 6em;
}

.pt05 {
  padding-top: 0.5em;
}

.pt1 {
  padding-top: 1em;
}

.pt15 {
  padding-top: 1.5em;
}

.pt2 {
  padding-top: 2em;
}

.pt25 {
  padding-top: 2.5em;
}

.pt3 {
  padding-top: 3em;
}

.pt35 {
  padding-top: 3.5em;
}

.pt4 {
  padding-top: 4em;
}

.pt45 {
  padding-top: 4.5em;
}

.pt5 {
  padding-top: 5em;
}

.pt6 {
  padding-top: 6em;
}

.pt8 {
  padding-top: 8em;
}

.pt10 {
  padding-top: 10em;
}

.pr05 {
  padding-right: 0.5em;
}

.pr1 {
  padding-right: 1em;
}

.pr15 {
  padding-right: 1.5em;
}

.pr2 {
  padding-right: 2em;
}

.pr25 {
  padding-right: 2.5em;
}

.pr3 {
  padding-right: 3em;
}

.pr35 {
  padding-right: 3.5em;
}

.pr4 {
  padding-right: 4em;
}

.pr5 {
  padding-right: 5em;
}

.pl05 {
  padding-left: 0.5em;
}

.pl1 {
  padding-left: 1em;
}

.pl15 {
  padding-left: 1.5em;
}

.pl2 {
  padding-left: 2em;
}

.pl25 {
  padding-left: 2.5em;
}

.pl3 {
  padding-left: 3em;
}

.pl35 {
  padding-left: 3.5em;
}

.pl4 {
  padding-left: 4em;
}

.pl5 {
  padding-left: 5em;
}

.pb05 {
  padding-bottom: 0.5em;
}

.pb1 {
  padding-bottom: 1em;
}

.pb15 {
  padding-bottom: 1.5em;
}

.pb2 {
  padding-bottom: 2em;
}

.pb25 {
  padding-bottom: 2.5em;
}

.pb3 {
  padding-bottom: 3em;
}

.pb35 {
  padding-bottom: 3.5em;
}

.pb4 {
  padding-bottom: 4em;
}

.pb45 {
  padding-bottom: 4.5em;
}

.pb5 {
  padding-bottom: 5em;
}

.pb82 {
  padding-bottom: 8.2em;
}

.pb-f {
  padding-bottom: 15em;
}

@media screen and (max-width: 1024px) {
  .tab-mt {
    margin-top: 2.5vw;
  }

  .tab-mt2 {
    margin-top: 3.5vw;
  }
}

@media screen and (max-width: 540px) {
  .pd08 {
    padding: 1.4vw 0 1.8vw;
  }

  .pd1 {
    padding: 2vw 0;
  }

  .pd15 {
    padding: 3vw 0;
  }

  .pd2 {
    padding: 4vw 0;
  }

  .pd25 {
    padding: 5vw 0;
  }

  .pd3 {
    padding: 6vw 0;
  }

  .pd35 {
    padding: 7vw 0;
  }

  .pd4 {
    padding: 8vw 0;
  }

  .pd45 {
    padding: 9vw 0;
  }

  .pd5 {
    padding: 10vw 0;
  }

  .pd6 {
    padding: 12vw 0;
  }

  .pd7 {
    padding: 14vw 0;
  }

  .pd8 {
    padding: 16vw 0;
  }

  .mg1 {
    margin: 2vw auto;
  }

  .mg15 {
    margin: 3vw auto;
  }

  .mg2 {
    margin: 4vw auto;
  }

  .mg25 {
    margin: 5vw auto;
  }

  .mg3 {
    margin: 6vw auto;
  }

  .mg4 {
    margin: 8vw auto;
  }

  .mg5 {
    margin: 10vw auto;
  }

  .mt1 {
    margin-top: 2vw;
  }

  .mt15 {
    margin-top: 3vw;
  }

  .mt18 {
    margin-top: 3.6em;
  }

  .mt2 {
    margin-top: 4vw;
  }

  .mt25 {
    margin-top: 5vw;
  }

  .mt3 {
    margin-top: 6vw;
  }

  .mt35 {
    margin-top: 7vw;
  }

  .mt4 {
    margin-top: 8vw;
  }

  .mt45 {
    margin-top: 9vw;
  }

  .mt5 {
    margin-top: 10vw;
  }

  .mt6 {
    margin-top: 12vw;
  }

  .mt8 {
    margin-top: 16vw;
  }

  .mt9 {
    margin-top: 18vw;
  }

  .mr1 {
    margin-right: 2vw;
  }

  .mr15 {
    margin-right: 3vw;
  }

  .mr2 {
    margin-right: 4vw;
  }

  .mr25 {
    margin-right: 5vw;
  }

  .mr3 {
    margin-right: 6vw;
  }

  .mr4 {
    margin-right: 8vw;
  }

  .mr5 {
    margin-right: 10vw;
  }

  .ml1 {
    margin-left: 2vw;
  }

  .ml15 {
    margin-left: 3vw;
  }

  .ml2 {
    margin-left: 4vw;
  }

  .ml25 {
    margin-left: 5vw;
  }

  .ml3 {
    margin-left: 6vw;
  }

  .ml4 {
    margin-left: 8vw;
  }

  .ml5 {
    margin-left: 10vw;
  }

  .mb1 {
    margin-bottom: 2vw;
  }

  .mb15 {
    margin-bottom: 3vw;
  }

  .mb2 {
    margin-bottom: 4vw;
  }

  .mb25 {
    margin-bottom: 5vw;
  }

  .mb3 {
    margin-bottom: 6vw;
  }

  .mb35 {
    margin-bottom: 7vw;
  }

  .mb4 {
    margin-bottom: 8vw;
  }

  .mb45 {
    margin-bottom: 9vw;
  }

  .mb5 {
    margin-bottom: 10vw;
  }

  .mb6 {
    margin-bottom: 12vw;
  }

  .pt1 {
    padding-top: 2vw;
  }

  .pt15 {
    padding-top: 3vw;
  }

  .pt2 {
    padding-top: 4vw;
  }

  .pt25 {
    padding-top: 5vw;
  }

  .pt3 {
    padding-top: 6vw;
  }

  .pt35 {
    padding-top: 7vw;
  }

  .pt4 {
    padding-top: 8vw;
  }

  .pt45 {
    padding-top: 9vw;
  }

  .pt5 {
    padding-top: 10vw;
  }

  .pt6 {
    padding-top: 12vw;
  }

  .pt8 {
    padding-top: 16vw;
  }

  .pt10 {
    padding-top: 20vw;
  }

  .pr1 {
    padding-right: 2vw;
  }

  .pr15 {
    padding-right: 3vw;
  }

  .pr2 {
    padding-right: 4vw;
  }

  .pr25 {
    padding-right: 5vw;
  }

  .pr3 {
    padding-right: 6vw;
  }

  .pr35 {
    padding-right: 7vw;
  }

  .pr4 {
    padding-right: 8vw;
  }

  .pr5 {
    padding-right: 10vw;
  }

  .pl1 {
    padding-left: 2vw;
  }

  .pl15 {
    padding-left: 3vw;
  }

  .pl2 {
    padding-left: 4vw;
  }

  .pl25 {
    padding-left: 5vw;
  }

  .pl3 {
    padding-left: 6vw;
  }

  .pl35 {
    padding-left: 7vw;
  }

  .pl4 {
    padding-left: 8vw;
  }

  .pl5 {
    padding-left: 10vw;
  }

  .pb1 {
    padding-bottom: 2vw;
  }

  .pb15 {
    padding-bottom: 3vw;
  }

  .pb2 {
    padding-bottom: 4vw;
  }

  .pb25 {
    padding-bottom: 5vw;
  }

  .pb3 {
    padding-bottom: 6vw;
  }

  .pb35 {
    padding-bottom: 7vw;
  }

  .pb4 {
    padding-bottom: 8vw;
  }

  .pb45 {
    padding-bottom: 9vw;
  }

  .pb5 {
    padding-bottom: 10vw;
  }

  .pb82 {
    padding-bottom: 16.4vw;
  }

  .pb-f {
    padding-bottom: 20vw;
  }

  .sp-mt {
    margin-top: 6vw;
  }

  .sp-mt2 {
    margin-top: 7vw;
  }

  .sp-mt3 {
    margin-top: 10vw;
  }

  .sp-mt4 {
    margin-top: 12vw;
  }

  .sp-mt5 {
    margin-top: 25vw;
  }

  .sp-mt6 {
    margin-top: 4vw;
  }

  .sp-pb {
    padding-bottom: 6vw;
  }

  .sp-pb2 {
    padding-bottom: 9vw;
  }

  .tab-mt {
    margin-top: 4vw;
  }

  .tab-mt2 {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 541px) {
  .pt5-pc {
    padding-top: 5em;
  }
}

/***************
*トップページ「　　」セクション
****************/
/* toggle menu sp */
/*ナビゲーション部分*/
.menu ul li a {
  width: 100%;
  display: block;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .menu {
    background: #fff;
    transition: 0.3s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    z-index: 20;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 18vw 5vw 12vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .menu ul {
    display: flex;
    flex-wrap: wrap;
  }

  .menu ul li a {
    font-size: 3vw;
    color: var(--black);
    line-height: 1;
    font-weight: 500;
  }

  .menu ul.menu-main li {
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
    padding: 3.8vw 0;
  }

  .menu ul.menu-main li.dropdown {
    padding: 0;
  }

  .menu ul.menu-main li.dropdown .dropdown-menu li a {
    padding: 3.8vw 0;
  }

  .menu ul.menu-main li a span {
    font-size: 2vw;
    font-weight: 400;
    color: var(--blue);
    padding-left: 1em;
  }

  .menu ul.menu-up {
    justify-content: space-between;
  }

  .menu ul.menu-up li.menu-up-1 {
    display: none;
  }

  .menu ul.menu-up li {
    width: 48.5%;
    padding: 3.5vw 0 0;
  }

  .menu ul.menu-up li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 6.154vw;
    padding-right: 6.154vw;
    background: #fff;
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 3.2vw;
  }

  .menu ul.menu-up li a span {
    position: relative;
    padding-left: 4.423vw;
  }

  .menu ul.menu-up li.menu-up-2 a span::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icon-mail.svg) no-repeat;
    background-size: contain;
    width: 3.077vw;
    height: 2.692vw;
    left: 0;
    top: 19%;
  }

  .menu ul.menu-up li.menu-up-3 a span::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icon-user.svg) no-repeat;
    background-size: contain;
    width: 3.077vw;
    height: 2.308vw;
    left: 0;
    top: 25%;
  }

  .menu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .Toggle {
    display: block;
    position: fixed;
    cursor: pointer;
    z-index: 23;
    width: 10vw;
    height: 10vw;
    top: 0;
    right: 0;
    line-height: 1;
    background: #fff;
  }

  .Toggle span {
    display: block;
    position: absolute;
    left: 1.5vw;
    width: 5vw;
    transition: all 0.2s;
  }

  .Toggle span:nth-child(1),
  .Toggle span:nth-child(2),
  .Toggle span:nth-child(3) {
    border-bottom: solid 2px var(--blue);
  }

  .Toggle span:nth-child(1) {
    top: 3.2vw;
  }

  .Toggle span:nth-child(2) {
    top: 4.9vw;
  }

  .Toggle span:nth-child(3) {
    top: 6.6vw;
  }

  .Toggle.active span:nth-child(1),
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 4.5vw;
  }

  .Toggle.active {
    width: 6.2vw;
    height: 6.2vw;
    top: 2vw;
    right: 2.9vw;
    background: var(--blue);
    border-radius: 50%;
  }

  .Toggle.active span {
    width: 4vw;
    left: 1.2vw;
    border-bottom: solid 2px #fff;
    z-index: 1;
  }

  .Toggle.active span:nth-child(1) {
    top: 3vw;
    transform: rotate(-45deg);
  }

  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 3vw;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 540px) {
  .menu {
    padding: 22vw 5vw 10vw;
  }

  .menu ul li a {
    font-size: 4.1vw;
  }

  .menu ul.menu-main li {
    padding: 6.4vw 0;
  }

  .menu ul.menu-main li.dropdown {
    padding: 0;
  }

  .menu ul.menu-main li.dropdown .dropdown-menu li a {
    padding: 6.4vw 0;
  }

  .menu ul.menu-main li a span {
    font-size: 2.6vw;
  }

  .menu ul.menu-up li {
    width: 100%;
    padding: 4.1vw 0 0;
  }

  .menu ul.menu-up li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 8.205vw;
    padding-right: 8.205vw;
    background: #fff;
    color: var(--blue);
    border: 1px solid var(--blue);
    padding: 3.7vw;
  }

  .menu ul.menu-up li a span {
    position: relative;
    padding-left: 5.897vw;
  }

  .menu ul.menu-up li.menu-up-2 a span::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icon-mail.svg) no-repeat;
    background-size: contain;
    width: 4.103vw;
    height: 3.59vw;
    left: 0;
    top: 19%;
  }

  .menu ul.menu-up li.menu-up-3 a span::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icon-user.svg) no-repeat;
    background-size: contain;
    width: 4.103vw;
    height: 3.077vw;
    left: 0;
    top: 25%;
  }

  .Toggle {
    width: 14.36vw;
    height: 14.36vw;
  }

  .Toggle span {
    left: 2.5vw;
  }

  .Toggle span:nth-child(1),
  .Toggle span:nth-child(2),
  .Toggle span:nth-child(3) {
    width: 7.2vw;
    border-bottom: solid 2px var(--blue);
  }

  .Toggle span:nth-child(1) {
    top: 4.4vw;
  }

  .Toggle span:nth-child(2) {
    top: 7vw;
  }

  .Toggle span:nth-child(3) {
    top: 9.6vw;
  }

  .Toggle.active {
    width: 8.56vw;
    height: 8.56vw;
    top: 2.9vw;
    right: 3.6vw;
  }

  .Toggle.active span {
    width: 4.6vw;
    left: 1.9vw;
    border-bottom: solid 1px #fff;
  }

  .Toggle.active span:nth-child(1) {
    top: 4vw;
  }

  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
    top: 4vw;
  }
}

/* toggle menu pc */
@media screen and (min-width: 1025px) {
  .Toggle {
    display: none;
  }

  .menu {
    transform: none;
    display: flex;
    flex-direction: column;
    height: 8.125vw;
  }

  .menu ul li a {
    font-size: 1vw;
  }

  .menu ul.menu-main li.dropdown .dropdown-wrapper::after {
    font-size: 1vw;
    right: -17px;
  }


  .menu-main {
    order: 2;
    background: var(--black);
    width: 100%;
    height: 38%;
  }

  .menu-up {
    order: 1;
    height: 90%;
  }

  .menu ul.menu-main {
    display: flex;
    justify-content: space-between;
    padding-left: 17.1%;
    padding: 11px 18%;
  }

  .menu ul.menu-main li {

    gap: 0 20px;

  }

  .menu ul.menu-main li a {
    color: #fff;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .menu ul.menu-main li a span {
    font-size: 10px;
    font-weight: 300;
  }

  .menu ul.menu-main li a:hover {
    color: var(--blue);
  }

  .menu ul.menu-main li.menu-8 {
    display: none;
  }

  .menu ul.menu-up {
    display: flex;
    justify-content: flex-end;
  }

  .menu ul.menu-up li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 600;
    line-height: 1.4;
    padding-left: 32px;
    padding-right: 32px;
  }

  .menu ul.menu-up li.menu-up-1 a {
    color: #fff;
    font-weight: 500;
  }

  .menu ul.menu-up li:is(.menu-up-2, .menu-up-3) a {
    background: #fff;
    color: #231815;
  }

  .menu ul.menu-up li:is(.menu-up-2, .menu-up-3) a span {
    position: relative;
    padding-left: 23px;
  }

  .menu ul.menu-up li.menu-up-2 a span::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icon-mail.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 14px;
    left: 0;
    top: 19%;
  }

  .menu ul.menu-up li.menu-up-3 a span::before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/icon-user.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 12px;
    left: 0;
    top: 25%;
  }

  .menu ul.menu-up li.menu-up-1:hover a span {
    border-bottom: 1px solid #b3d8ed;
  }

  .menu ul.menu-up li:is(.menu-up-2, .menu-up-3):hover a {
    background: var(--lblue);
  }
}

@media screen and (min-width: 1441px) {
  .menu {
    height: 117px;
  }

  .menu ul li {
    padding: 0;
  }

  .menu ul li a {
    font-size: 16px;
  }
}

/* !header -------------------------------------------------------------- */
#header {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  height: 117px;
}

#contents {
  padding-top: 93px;
}

@media screen and (max-width: 1440px) {
  #header {
    height: 8.125vw;
  }

  #contents {
    padding-top: calc(8.125vw - 24px);
  }
}

@media screen and (max-width: 1024px) {
  #header {
    height: 10vw;
  }
  #contents {
    padding-top: calc(8.125vw );
  }
}

@media screen and (max-width: 540px) {
  #header {
    height: 14.36vw;
  }

  #contents {
    padding-top: 10vw;
  }
}

/* !logo -------------------------------------------------------------- */
.logo {
  position: fixed;
  top: 10px;
  left: 0;
  left: calc((100% - 1300px) / 2 * 0.18);
  z-index: 21;
  width: 250px;
  height: 153px;
  border-radius: 50%/0 0 90% 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 16px;
}

.logo-flex {
  display: flex;
  align-items: flex-start;
  height: 0;
}

.logo-txt {
  width: 400px;
  top: 20px;
  left: calc((100% - 1300px) / 2 * 0.18 + 220px);
  display: block;
  position: relative;
  z-index: 800;
}

@media (max-width: 1024px) {

  .logo-flex {
    height: 87px;
    height: 10vw;
    align-items: center;
  }

  .logo-txt {
    width: 150px;
    top: 0;

    position: relative;
    left: auto;
    top: auto;
  }

  .logo {
    top: 5px;


  }
}

@media (max-width: 540px) {
  .logo-flex {
    height: 53px;
    height: 14.36vw;
  }

  .logo-txt {
    left: 55px;
    left: auto;
  }
}

.logo a,
.footer_logo a {
  display: block;
  width: 160px;
  height: 153px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.footer_logo a {
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  width: 292px;
  height: 65px;
}

@media screen and (max-width: 1440px) {
  .logo {
    left: 0;
    width: 17.361vw;
    height: 8.819vw;
    padding: 0 0 1.111vw;
  }

  .logo a,
  .footer_logo a {
    width: 11.111vw;
    height: 9.403vw;
  }

  .footer_logo a {
    width: 20.278vw;
    height: 4.514vw;
  }
}

@media screen and (max-width: 1024px) {
  .logo {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0;
    padding: 0;


    display: block;
    position: relative;
    left: auto;
    top: auto;
    margin: 0px;
    width: 65px;
    height: 30px;
  }

  .logo a {
    margin-top: 2.5vw;
    margin-left: 4.1vw;


    width: 40px;
    height: 30px;
    margin: 0 0 0 21px;
  }

  .logo a,
  .footer_logo a {
    width: 160px;
    height: 49px;
  }

  .footer_logo a {
    width: 292px;
    height: 65px;
  }

  .logo a,
  .footer_logo a {
    width: 17.778vw;
    height: 5.444vw;
  }

  .footer_logo a {
    width: 32.444vw;
    height: 7.222vw;
  }

  .logo a {


    width: 40px;
    height: 30px;
    margin: 0 0 0 21px;
  }
}

@media screen and (max-width: 540px) {
  .logo a {
    margin-top: 3.1vw;
    margin-left: 4.1vw;

    width: 40px;
    height: 30px;
    margin: 5px 0 0 21px;
  }

  .logo a,
  .footer_logo a {
    width: 30px;
    height: 25px;
  }

  .footer_logo a {
    width: 35vw;
    height: 10.789vw;
    margin: 0 auto;
    background: url(../images/logo-header.svg) no-repeat;
    background-size: contain;
  }
}

.container {
  width: 92%;
  max-width: 1140px;
  margin: 0 auto;
}

.container100 {
  width: 100%;
  margin: 0 auto;
}

.container1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.container1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.container1344 {
  width: 92%;
  max-width: 1344px;
  margin: 0 auto;
}

.container1140 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.container946 {
  width: 92%;
  max-width: 946px;
  margin: 0 auto;
}

@media screen and (min-width: 540px) and (max-width: 945px) {
  .container946.--news {
    width: 86%;
    max-width: none;
    margin: 0 auto;
  }
}

.container-left {
  padding-left: 5%;
}

.container-right {
  padding-right: 5%;
}

@media screen and (min-width: 1557px) {
  .container-left {
    padding-left: calc((100% - 1400px) / 2);
  }

  .container-right {
    padding-right: calc((100% - 1400px) / 2);
  }
}

@media screen and (max-width: 1024px) {
  .container-left {
    padding-right: 5%;
  }

  .container-right {
    padding-left: 5%;
  }
}

/* !btn -------------------------------------------------------------- */
a.btn_01,
.submitbtnWrap {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

a.btn_01 span,
.submitbtnWrap button {
  position: relative;
  padding-right: 47px;
}

a.btn_01 span::before,
.submitbtnWrap button::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--blue);
  border-radius: 50%;
  transition: all 0.2s;
}

a.btn_01 span::after,
.submitbtnWrap button::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid var(--blue);
  border-radius: 50%;
  transition: all 0.2s;
}

.submitbtnWrap button {
  width: 100%;
}

a.btn_01.btn_01_white {
  color: #fff;
}

a.btn_01.btn_01_white span::before {
  background: #fff;
}

a.btn_01.btn_01_white span::after {
  border: 2px solid #fff;
}

a.btn_01.btn_01_whiteblue {
  color: #fff;
}

a.btn_01:hover span::before,
.submitbtnWrap:hover button::before {
  animation: pulsation 1.3s infinite;
}

a.btn_01:hover span::after,
.submitbtnWrap:hover button::after {
  animation: pulsation2 1.3s infinite;
}

@keyframes pulsation {
  0% {
    width: 12px;
    height: 12px;
    right: 10px;
    opacity: 1;
  }

  60% {
    width: 36px;
    height: 36px;
    right: -2px;
    opacity: 0;
  }

  100% {
    width: 36px;
    height: 36px;
    right: -2px;
    opacity: 0;
  }
}

@keyframes pulsation2 {
  0% {
    width: 32px;
    height: 32px;
    right: 0px;
    opacity: 1;
  }

  60% {
    width: 46px;
    height: 46px;
    right: -7px;
    opacity: 0;
  }

  100% {
    width: 46px;
    height: 46px;
    right: -7px;
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {

  a.btn_01,
  .submitbtnWrap {
    font-size: 1.758vw;
  }

  a.btn_01 span,
  .submitbtnWrap button {
    padding-right: 4.59vw;
  }

  a.btn_01 span::before,
  .submitbtnWrap button::before {
    width: 1.172vw;
    height: 1.172vw;
    right: 0.977vw;
  }

  a.btn_01 span::after,
  .submitbtnWrap button::after {
    width: 3.125vw;
    height: 3.125vw;
  }

  @keyframes pulsation {
    0% {
      width: 1.172vw;
      height: 1.172vw;
      right: 0.977vw;
      opacity: 1;
    }

    60% {
      width: 3.516vw;
      height: 3.516vw;
      right: -0.195vw;
      opacity: 0;
    }

    100% {
      width: 3.516vw;
      height: 3.516vw;
      right: -0.195vw;
      opacity: 0;
    }
  }

  @keyframes pulsation2 {
    0% {
      width: 3.125vw;
      height: 3.125vw;
      right: 0px;
      opacity: 1;
    }

    60% {
      width: 4.492vw;
      height: 4.492vw;
      right: -0.684vw;
      opacity: 0;
    }

    100% {
      width: 4.492vw;
      height: 4.492vw;
      right: -0.684vw;
      opacity: 0;
    }
  }
}

@media screen and (max-width: 540px) {

  a.btn_01,
  .submitbtnWrap {
    font-size: 4.1vw;
  }

  a.btn_01 span,
  .submitbtnWrap button {
    padding-right: 10.706vw;
  }

  a.btn_01 span::before,
  .submitbtnWrap button::before {
    width: 2.733vw;
    height: 2.733vw;
    right: 2.278vw;
  }

  a.btn_01 span::after,
  .submitbtnWrap button::after {
    width: 7.289vw;
    height: 7.289vw;
  }

  @keyframes pulsation {
    0% {
      width: 2.733vw;
      height: 2.733vw;
      right: 2.278vw;
      opacity: 1;
    }

    60% {
      width: 8.2vw;
      height: 8.2vw;
      right: -0.456vw;
      opacity: 0;
    }

    100% {
      width: 8.2vw;
      height: 8.2vw;
      right: -0.456vw;
      opacity: 0;
    }
  }

  @keyframes pulsation2 {
    0% {
      width: 7.289vw;
      height: 7.289vw;
      right: 0px;
      opacity: 1;
    }

    60% {
      width: 10.478vw;
      height: 10.478vw;
      right: -1.595vw;
      opacity: 0;
    }

    100% {
      width: 10.478vw;
      height: 10.478vw;
      right: -1.595vw;
      opacity: 0;
    }
  }
}

/***************
*トップページ「　　」セクション
****************/
/* !flex -------------------------------------------------------------- */
.flex,
.flex_pc,
.flex_all,
.flex_pcpro {
  display: flex;
  justify-content: space-between;
}

.flex.lineupMain_btn {
  justify-content: center;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

.aie {
  align-items: flex-end;
}

.flwWrap {
  flex-wrap: wrap;
}

.jcs {
  justify-content: start;
}

.jca {
  justify-content: space-around;
}

.jcc {
  justify-content: center;
}

.jcr {
  justify-content: flex-end;
}

.fd-rr {
  flex-direction: row-reverse;
}

.fd-column {
  flex-direction: column;
}

.flex-sh0 {
  flex-shrink: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.flex-w50 {
  width: 50%;
}

.flex-w57 {
  width: 57.4%;
}

.flex-w43 {
  width: 42.6%;
}

@media screen and (max-width: 1024px) {
  .flex_pc {
    display: block;
  }

  .flex_pc>* {
    padding-right: 0;
  }

  .flex-w50 {
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  .flex_pcpro {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .flex-w57 {
    width: 52%;
  }

  .flex-w43 {
    width: 48%;
  }
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

/* !fv -------------------------------------------------------------- */
.bg_fv_blue {
  background: url(../images/bg_fv_blue.webp) no-repeat;
  background-size: cover;
}

#fv_slide {
  /*width: 2874px;*/
  /*margin-left: calc(calc(100% - 958px)/2);*/
  text-align: center;
  margin: 0 auto;
}

#fv_slide {
  display: none;
}

#fv_slide.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

#fv_slide .slide_inner {
  padding-left: 6px;
  padding-right: 6px;
}

#fv_slide .slide_inner img {
  width: 946px;
  height: 560px;
  object-fit: cover;
}

#fv_thumbnail {
  width: 80%;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  justify-content: center;
}

#fv_thumbnail .slide_inner {
  padding-left: 3px;
  padding-right: 3px;
}

#fv_thumbnail .slide_inner img {
  width: 133px;
  height: 80px;
  object-fit: cover;
}

#fv_thumbnail .slick-track {
  float: none;
  display: flex;
  justify-content: center;
}

.add-slide-position {
  left: 50%;
  transform: translateX(-50%) !important;
}

#fv_thumbnail .slick-current .slide_inner img {
  border: 2px solid #fff;
}

#fv_thumbnail .slide_inner:hover img {
  cursor: pointer;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  background: var(--lblue);
}

.slick-prev:before {
  right: 8px;
}

.slick-next:before {
  left: 8px;
}

.slick-prev:after,
.slick-next:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid var(--blue);
  border-right: 1px solid var(--blue);
}

.slick-prev:after {
  right: 22px;
  transform: rotate(-135deg);
}

.slick-next:after {
  left: 22px;
  transform: rotate(45deg);
}

#match_slide .slick-prev.slick-disabled,
#match_slide .slick-next.slick-disabled {
  display: none !important;
}

@media screen and (max-width: 1440px) {
  #fv_slide .slide_inner {
    padding-left: 0.417vw;
    padding-right: 0.417vw;
  }

  #fv_slide .slide_inner img {
    width: 65.694vw;
    height: 38.889vw;
  }

  #fv_thumbnail {
    max-width: 54.167vw;
    padding-top: 0.486vw;
    padding-bottom: 0.486vw;
  }

  #fv_thumbnail .slide_inner {
    padding-left: 0.208vw;
    padding-right: 0.208vw;
  }

  #fv_thumbnail .slide_inner img {
    width: 9.236vw;
    height: 5.556vw;
  }

  .slick-prev:before,
  .slick-next:before {
    width: 2.778vw;
    height: 2.778vw;
  }

  .slick-prev:before {
    right: 0.556vw;
  }

  .slick-next:before {
    left: 0.556vw;
  }

  .slick-prev:after,
  .slick-next:after {
    width: 0.625vw;
    height: 0.625vw;
  }

  .slick-prev:after {
    right: 1.528vw;
  }

  .slick-next:after {
    left: 1.528vw;
  }
}

@media screen and (max-width: 1024px) {
  #fv_thumbnail {
    max-width: 76.172vw;
    padding-top: 0.684vw;
    padding-bottom: 0.684vw;
  }

  #fv_thumbnail .slide_inner {
    padding-left: 0.293vw;
    padding-right: 0.293vw;
  }

  #fv_thumbnail .slide_inner img {
    width: 12.988vw;
    height: 7.813vw;
  }

  .slick-prev:before,
  .slick-next:before {
    width: 3.906vw;
    height: 3.906vw;
  }

  .slick-prev:before {
    right: 0.781vw;
  }

  .slick-next:before {
    left: 0.781vw;
  }

  .slick-prev:after,
  .slick-next:after {
    width: 0.879vw;
    height: 0.879vw;
  }

  .slick-prev:after {
    right: 2.148vw;
  }

  .slick-next:after {
    left: 2.148vw;
  }

  #match_slide .slick-prev {
    left: -1vw;
    z-index: 2;
  }

  #match_slide .slick-next {
    right: -1vw;
  }
}

@media screen and (max-width: 540px) {
  #fv_slide .slide_inner {
    padding-left: 0;
    padding-right: 0;
  }

  #fv_slide .slide_inner img {
    width: 100%;
    height: auto;
  }

  #fv_thumbnail .slide_inner {
    padding-left: 0.556vw;
    padding-right: 0.556vw;
  }

  #fv_thumbnail .slide_inner img {
    width: 24.63vw;
    height: 14.815vw;
  }

  .slick-prev:before,
  .slick-next:before {
    width: 7.407vw;
    height: 7.407vw;
  }

  .slick-prev:before {
    right: 0.481vw;
  }

  .slick-next:before {
    left: 0.481vw;
  }

  .slick-prev:after,
  .slick-next:after {
    width: 1.667vw;
    height: 1.667vw;
  }

  .slick-prev:after {
    right: 3.074vw;
  }

  .slick-next:after {
    left: 3.074vw;
  }
}

/***************
*トップページ「　フッター　」セクション
****************/
.footer-flex {
  display: flex;
  justify-content: space-between;
}

.icon__sns {
  display: inline-block;
}

.footer-container li:not(.sub > li) {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
}

.footer-container li:not(.sub > li)::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3366CC;
  position: absolute;
  top: 11px;
  left: 24px;
}

.footer-container .sub li {
  line-height: 2;
  font-weight: 500;
  font-size: 14px;
  color: #464646;
  padding-left: 0 !important;
}

#footer .container {
  max-width: 1200px;
  margin: 60px auto 0;
  font-size: 16px;
  line-height: 1.5;
}

.icon__sns {
  padding: 0 8px;
}

.icon__sns.--title {
  color: #0D2042;
  background: #e8e8e8;
  padding: 3px 14px;
  margin: 10px 10px 2px 0;
  border-radius: 4px;
}

.copy {
  margin: 50px 0;
  font-size: 14px;
  color: #898989;
}

p.address {
  padding: 30px 0px 0;
}

@media (max-width: 992px) {
  #footer .container {
    max-width: 1200px;
    margin: 30px auto 0;
    font-size: 15px;
  }

  .footer-container.--center,
  .footer-container.--right {
    display: none;
  }

  .address {
    padding: 0.9em 0;
  }
}

.footer-container li:not(.sub > li)::before {
  top: 12px;
  left: -16px;
}

.font-anton {
  font-family: "Anton", sans-serif;
  font-weight: 400;
}

.sp {
  display: none;
}

@media (max-width: 1024px) {
  .sp {
    display: block;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

.pc {
  display: block;
}

@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}

.background-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-section .gradient-bg {
  position: absolute;
  inset: 0;
  background: #0D2042;
}

.header-section {
  position: relative;
  z-index: 10;
  margin-bottom: 2rem;
}

.header-section .subtitle {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

.header-section .main-title {
  color: #FFFFFF;
  font-family: "Anton", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
}

@media (max-width: 768px) {
  .header-section .main-title {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .header-section .main-title {
    font-size: 2.5rem;
  }
}

.inner {
  width: 93%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner.--mem {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.schedule-container {
  position: relative;
  z-index: 10;
  max-width: 64rem;
  margin: 0 auto;
}

.schedule-table {
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 60%;
}

.schedule-table .schedule-row {
  display: flex;
  border-bottom: 1px solid #e5e7eb;
}

.schedule-table .schedule-row:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .schedule-table .schedule-row {
    flex-direction: column;
  }
}

.schedule-table .period-column {
  background-color: #FFE202;
  width: 12rem;
  min-height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e5e7eb;
}

@media (max-width: 768px) {
  .schedule-table .period-column {
    width: 100%;
    min-height: 3.75rem;
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }
}

.schedule-table .period-column .period-text {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

.schedule-table .content-column {
  flex: 1;
  min-height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

@media (max-width: 768px) {
  .schedule-table .content-column {
    width: 100%;
    min-height: auto;
    padding: 1rem;
  }
}

.schedule-table .content-column .content-text {
  color: #000000;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.48;
  width: 100%;
}

/* PC版でのフォントサイズ調整 */
@media (min-width: 1025px) {


  /* 小さすぎるフォントサイズを個別に調整 */
  .menu ul.menu-main li a span,
  .copy,
  .footer-container .sub li,
  .match-place,
  .score .index,
  .score td.quarter,
  div#players-table table th,
  div#players-table table tr td,
  table.lineup td,
  table.lineup td a,
  table.table th,
  table.table td,
  .subsheet_detail .subsheet_name,
  .subsheet_detail .homescore-num,
  .subsheet_detail .awayscore-num,
  table.lineup td span.captain,
  .p-s5__case-title span,
  .p-s5__tag {
    font-size: 16px;
  }
}

/* 練習スケジュール画像のホバーエフェクト */
.practice-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.practice-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.practice-link img {
  transition: transform 0.3s ease;
  width: 100%;
  height: auto;
  display: block;
}

.practice-link:hover img {
  transform: scale(1.05);
}

/* ホバー時のオーバーレイ効果 */
.practice-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 32, 66, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.practice-link:hover::after {
  opacity: 1;
}

/* 練習スケジュール画像コンテナ */
.practice-schedule-images {
  gap: 20px;
}

.practice-image-left,
.practice-image-right {
  flex: 1;
}

/* スマホ版でのフォントサイズ調整 */
@media (max-width: 1024px) {
  .schedule-table {
    width: 100%;
  }



}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* アニメーションを無効化 */
.fade-in {
  /* animation: fadeIn 0.8s ease-in-out; */
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  /* animation: slideInLeft 0.6s ease-out; */
  opacity: 1;
  transform: translateX(0);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #0D2042;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #1e4997;
}

@media print {
  body {
    background: white !important;
  }

  .gradient-bg {
    background: white !important;
  }

  .schedule-table {
    box-shadow: none;
    border: 1px solid #000000;
  }

  .period-column {
    background-color: #ffe835 !important;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (max-width: 480px) {
  .container {
    padding: 0;
  }
}

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

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.page-mv {
  background: url(../images/mv-join.jpg) center no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  z-index: -10;
  padding: 50px 0;
  height: 600px;
}

@media (max-width: 480px) {
  .page-mv {
    height: 200px;
  }
}

.page-mv.--member {
  background: url(../images/mv-member.png) center no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 600px;
}

@media (max-width: 480px) {
  .page-mv.--member {
    height: 200px;
  }
}

.page-mv.--men {
  background: url(../images/mv-men.png) center no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 600px;
}

@media (max-width: 480px) {
  .page-mv.--men {
    height: 200px;
  }
}

.page-mv.--ttop {
  background: url(../images/table-top-bg.png) center no-repeat;
  background-position: bottom left;
  background-size: contain;
  height: 55vw;
}

@media (max-width: 480px) {
  .page-mv.--ttop {
    height: 200px;
    background-position: bottom left;
    background-size: cover;
  }
}

.page-mv.--match {
  background: url(../images/mv-match.png) center no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 600px;
}

@media (max-width: 480px) {
  .page-mv.--match {
    height: 200px;
  }
}

/* Table Row */
.table-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  position: relative;
}

/* Table Divider */
.table-divider {
  position: relative;
  width: 80px;
  height: 32px;
  margin-top: 16px;
  flex-shrink: 0;
}

.divider-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #BCBCBC;
}

.divider-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: #FFE202;
}

/* Table Content */
.table-content {
  flex: 1;
  margin-left: 24px;
}

.content-header {
  margin-bottom: 16px;
  padding: 20px;
  padding-right: 50px;
  width: 350px;
}

@media (max-width: 768px) {
  .content-header {
    width: 100%;
    background: rgb(234, 234, 234);
  }
}

.content-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.78;
  color: #000000;
  margin: 0;
}

.content-body {
  margin-bottom: 0;
}

.content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.78;
  color: #000000;
  margin: 0;
}

/* Staff Grid Layout */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.staff-grid .table-row {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .table-container {
    padding: 0 16px;
  }

  .table-row {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .table-divider {
    width: 100%;
    height: 2px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .table-content {
    margin-left: 0;
  }

  .staff-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .content-title {
    font-size: 16px;
  }

  .content-text {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .table-container {
    padding: 0 12px;
  }

  .content-title {
    font-size: 14px;
  }

  .content-text {
    font-size: 14px;
  }
}

/* Hover Effects */
.table-row:hover .divider-accent {
  background-color: #0D2042;
  transition: background-color 0.3s ease;
}

.table-row:hover .content-title {
  color: #0D2042;
  transition: color 0.3s ease;
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.table-row {
  animation: fadeInUp 0.6s ease-out;
}

.table-row:nth-child(1) {
  animation-delay: 0.1s;
}

.table-row:nth-child(2) {
  animation-delay: 0.2s;
}

.table-row:nth-child(3) {
  animation-delay: 0.3s;
}

.table-row:nth-child(4) {
  animation-delay: 0.4s;
}

.table-row:nth-child(5) {
  animation-delay: 0.5s;
}

.table-row:nth-child(6) {
  animation-delay: 0.6s;
}

.table-row:nth-child(7) {
  animation-delay: 0.7s;
}

.table-row:nth-child(8) {
  animation-delay: 0.8s;
}

/* Print Styles */
@media print {
  .table-row {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  .staff-grid {
    grid-template-columns: 1fr;
  }

  .table-row:hover .divider-accent {
    background-color: #FFE202;
  }

  .table-row:hover .content-title {
    color: #000000;
  }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  .table-row {
    animation: none;
  }

  .table-row:hover .divider-accent,
  .table-row:hover .content-title {
    transition: none;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .divider-line {
    background-color: #000000;
  }

  .divider-accent {
    background-color: #000000;
  }

  .content-title,
  .content-text {
    color: #000000;
  }
}

/* Focus Styles */
.table-row:focus-within .divider-accent {
  background-color: #0D2042;
  outline: 2px solid #0D2042;
  outline-offset: 2px;
}

/* Loading State */
.table-container.loading {
  opacity: 0.6;
  pointer-events: none;
}

.table-container.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #0D2042;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

.member-section {
  padding: 4rem 0;
}

.member-section h2 {
  color: #0D2042;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 0.05em;
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

@media (max-width: 768px) {
  .member-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .member-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.member-card {
  position: relative;
  width: 348px;
  height: 430px;
  background: #D9D9D9;
  border-radius: 1rem;
  overflow: hidden;
  margin: 20px;
}

.member-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.member-card .member-number {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #FFE202;
  border-radius: 1rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.member-card .member-number span {
  color: #040D1F;
  font-size: 2.5rem;
  font-weight: 800;
}

.member-card .member-info {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #FFFFFF;
  z-index: 2;
}

.member-card .member-info .position {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.member-card .member-info .name-english {
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.member-card .member-info .name-japanese {
  font-size: 0.875rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
}

.member-card .member-info .school {
  font-size: 0.75rem;
  font-weight: 700;
}

.filter-container {
  padding: 2rem 0;
}

.filter-container .filter-buttons {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .filter-container .filter-buttons {
    gap: 1rem;
  }
}

.filter-btn {
  width: 220px;
  margin: 0 10px;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}

.filter-btn.active {
  background-color: #FFE202;
  color: #040D1F;
}

.filter-btn:not(.active) {
  background-color: transparent;
  color: #FFE202;
  border-color: #FFE202;
}

.filter-btn:not(.active):hover {
  background-color: #FFE202;
  color: #040D1F;
}

.filter-btn:focus {
  outline: 2px solid #FFE202;
  outline-offset: 2px;
}

@media (max-width: 480px) {
  .filter-btn {
    width: 150px;
    margin: 10px;
  }
}

.header-section {
  position: relative;
  width: 100%;
  height: 669px;
  background: #0D2042;
  overflow: hidden;
}

.header-section .hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header-section .hero-content h1 {
  color: #FFFFFF;
  font-family: "Anton", sans-serif;
  font-size: 8.25rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .header-section .hero-content h1 {
    font-size: 4rem;
  }
}

@media (max-width: 480px) {
  .header-section .hero-content h1 {
    font-size: 3rem;
  }
}

.header-section .hero-content p {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.join-bg-blue {
  background: url(../images/join-item-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.join-button {
  max-width: 47%;
  margin: 10px;
  margin: 10px auto;
}

@media (max-width: 480px) {
  .join-button {
    width: 100%;
    max-width: 90%;
  }
}

.join-bg-title {
  font-size: 180px;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .join-bg-title {
    font-size: 50px;
  }
}

.bg_55 {
  background: url(../images/bg-team-all.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 0;
  z-index: 990;
}

.join-item-bg {
  background: url(../images/join-item-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.schedule-bg-top {
  background: #ffffff;
  width: 100%;
  height: 100%;
  height: 5vw;
}

.schedule-bg-top svg {
  left: 0;
}

@media (max-width: 480px) {
  .schedule-bg-top {
    height: 4vw;
  }
}

.schedule-bg {
  background-color: #0D2042;
}

.schedule-th {
  width: 10rem;
}

@media (max-width: 480px) {
  .schedule-th {
    width: 7rem;
  }
}

/* Horizontal Scrolling Animation for Welcome Text */
.scroll-text {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  display: block;
}

.scrolling-content {
  display: inline-block;
  animation: scroll-horizontal 30s linear infinite;
  white-space: nowrap;
  will-change: transform;
  position: relative;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(-33.333%);
  }

  100% {
    transform: translateX(-66.666%);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .scrolling-content {
    animation-duration: 25s;
  }
}

@media (max-width: 480px) {
  .scrolling-content {
    animation-duration: 20s;
  }
}

/***************
*トップページ「　MATCH　」セクション
****************/
/* *** 試合個別ペ-ジ *** */
#content.match {
  width: 100%;
  padding-top: 0;
}

.match-division__flex {
  margin: 20px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.match-division__flex a {
  transition: all 0.2s linear 0s;
}

.match-division__flex a:hover {
  transform: scale(1.03);
}

.match-division__title {
  font-size: 28px;
  color: #fff;
  position: relative;
}

.match-division__title::before {
  content: "MEN";
  transform: translateY(-50%);
  position: absolute;
  top: -8px;
  left: 0;
  font-size: 14px;
  white-space: nowrap;
}

.match-division__title.--f::before {
  content: "WOMEN";
}

.match-division__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  background-color: #FFFFFF;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 200px;
  gap: 10px;
  border: 1px solid #E5E5E5;
  white-space: nowrap;
  flex-wrap: nowrap;
}



.match-division__more-text {
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
  flex-shrink: 0;
}


.match-division__more:hover {

  transform: translateY(-2px);
}

.match-division__more-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.match-division__more-arrow svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .match-division__more {
    min-width: 150px;
    padding: 14px 20px;
  }

  .match-division__more-text {
    font-size: 14px;
  }

  .match-division__more-arrow {
    width: 24px;
    height: 24px;
  }


  .match-division__flex {
    margin: 10px 0 10px;
  }
}

/* ニュースセクションのVIEW MOREボタン（黄色） */
.news__viewmore {
  text-align: right;
  margin-top: 40px;
}

.news__viewmore a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  background-color: #FFE202;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 200px;
  gap: 10px;
}

.news__viewmore a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.news__viewmore-text {
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}

.news__viewmore-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.news__viewmore-arrow svg {
  width: 100%;
  height: 100%;
}

/* ギャラリーセクションのVIEW MOREボタン（白背景） */
.gallery__viewmore {
  text-align: right;
  margin-top: 40px;
}

.gallery__viewmore a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 27px;
  background-color: #FFFFFF;
  border-radius: 100px;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 231px;
  gap: 10px;
}

.gallery__viewmore a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.gallery__viewmore-text {
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}

.gallery__viewmore-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.gallery__viewmore-arrow svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {

  .news__viewmore a,
  .gallery__viewmore a {
    min-width: 160px;
    padding: 14px 20px;
  }

  .news__viewmore-text,
  .gallery__viewmore-text {
    font-size: 14px;
  }

  .news__viewmore-arrow,
  .gallery__viewmore-arrow {
    width: 24px;
    height: 24px;
  }
}

.match-wrapper {
  padding: 30px 0;
  background-color: #ffffff !important;
  background-size: cover;
  height: 100%;
  border: 6px solid #FFE202;
}

.match-wrapper .status {
  margin: 0 0 25px 0;
  text-align: center;
}

.match-wrapper .status p {
  display: inline-block;
  padding: 10px 45px;
  color: #0D2042;
  font-size: 22px;
  border: 1px solid #0D2042;
}

.match-wrapper .status p.before {
  background-color: #ffa800;
  border: none;
  padding: 0;
}

.match-wrapper .status p.now {
  background-color: #ee2314;
  border: none;
}

.match-wrapper .status p.before a {
  display: block;
  padding: 10px 30px;
  font-size: 24px;
  font-family: "Teko";
  color: #0D2042;
}

.match-wrapper #matchinfo {
  width: 550px;
  margin: 0 auto;
  padding-bottom: 25px;
}

@media (max-width: 1024px) {
  .match-wrapper #matchinfo {
    width: 330px;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}

.match-wrapper #matchinfo td {
  vertical-align: middle;
  text-align: center;
  color: #0D2042;
  font-size: 26px;
}

#matchinfo td.logo {
  width: 30%;
  text-align: center;
}

.match-wrapper #match_comment p {
  text-align: center;
  color: #0D2042;
  padding: 0 5%;
}

.match-wrapper .score {
  max-width: 500px;
  margin: 0 auto 0 auto;
}

.score td {
  text-align: center;
  vertical-align: middle;
  color: #0D2042;
  line-height: 1;
  height: 32px;
}

.score td.dmy {
  height: 11px;
}

.score td.team {
  width: 100px;
  text-align: center;
  max-width: 140px;
  min-width: 70px;
}

.score td img {
  padding: 0px 0;
  width: auto;
  height: 70px;
}

.score td.teamname {
  width: 125px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 500;
}

/* チーム名の幅を左右同じに固定 */
.score td.teamname-left,
.score td.teamname-right {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
  vertical-align: middle;
}

.score td.teamname a {
  color: #0D2042;
  text-decoration: underline;
}

.match-title {
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin: 10px 10px;
  position: relative;
}

.match-title::before {
  content: "練習試合";
  color: #3366CC;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #3366CC;
  border-radius: 15px;
  transform: translateX(-50%);
  position: absolute;
  bottom: -23px;
  left: 50%;
  font-size: 12px;
  white-space: nowrap;
  padding: 2px 7px;
}

.match-date {
  text-align: center;
  font-weight: 600;
  font-family: "oswald", sans-serif;
  font-size: 18px;
  padding: 10px 0 0;
  letter-spacing: 0.13em;
}

.match-date span {
  font-size: 70%;
}

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

.match-place {
  font-size: 12px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
}

.match-place::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../images/icon-place.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.score td.total {
  width: 12%;
  font-size: 48px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
}

.score td.quarter {
  width: 5%;
  font-weight: 500;
}

/* 得点チタ */
table.detail {
  width: 100%;
  margin: 30px auto 10px auto;
}

table.detail td {
  text-align: center;
  color: #0D2042;
}

.score .index,
.score td.quarter {
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

table.detail td.index {
  width: 150px;
}

table.detail td p {
  margin-bottom: 12px;
  padding: 0;
}

table.detail td.left p {
  text-align: right;
}

table.detail td.right p {
  text-align: left;
}

table.detail td span.minute {
  padding-right: 20px;
  color: #0D2042;
}

table.detail td span.player {
  display: inline-block;
  width: 90px;
  text-align: center;
  white-space: nowrap;
  color: #0D2042;
}

table.detail td p a span {
  text-decoration: underline;
}

#content .detail-wrapper {
  width: 1200px;
  margin: 60px auto 40px auto;
  padding: 0 0 40px 0;
  background-color: #0D2042;
}

#content .detail-wrapper h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding-bottom: 0;
  font-family: "Noto Sans Japanese";
}

ul.tabListTxt.detail {
  display: table;
  width: 1200px;
  margin: 0 auto 30px auto;
}

ul.tabListTxt.detail li {
  float: left;
  width: 20%;
  list-style-type: none;
  vertical-align: middle;
}

ul.tabListTxt.detail li a,
ul.tabListTxt.detail li span {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #0D2042;
  border-right: 1px solid #0D2042;
  font-size: 18px;
  background-color: #CACACA;
  color: #333;
}

ul.tabListTxt.detail li.ui-tabs-selected a {
  background-color: #323232;
  color: #0D2042;
}

ul.tabListTxt.detail li:last-child a,
ul.tabListTxt li:last-child span {
  border-right: none;
}

ul.tabListTxt.detail li span {
  background-color: #EBEBEB;
  color: #AAA;
}

.gallery {
  margin: 25px !important;
}

dl.gallery-item {
  width: 18% !important;
}

.score .bar {
  border-top: 1px solid #3366CC;
}

.score .bar:nth-of-type(2) {
  position: relative;
}

@media (max-width: 992px) {
  .score td {
    height: 20px;
  }

  .score .index,
  .score td.quarter {
    font-size: 11px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
  }

  .match-wrapper .score {
    width: 320px;
    max-width: 320px;
  }

  .score td.team {
    width: 70px;
    padding: 0.5em 1em;
    text-align: center;
  }

  .score td.teamname {
    width: 87px;
    min-width: 87px;
    /*78*/
    font-size: 9px;
    vertical-align: middle;
  }

  /* スマートフォン版：チーム名の幅を左右同じに固定 */
  .score td.teamname-left,
  .score td.teamname-right {
    width: 87px;
    min-width: 87px;
    max-width: 87px;
    text-align: center;
    font-size: 9px;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: 500;
    vertical-align: middle;
  }

  .score td img {
    width: 100%;
    height: auto;
  }

  .score .index,
  .score td.quarter {
    font-size: 10px;
  }

  .score td.total {
    font-size: 30px;
    width: 40%;
  }

  .score .bar:nth-of-type(2)::before {
    left: 57px;
  }
}

/* ********** リーグ概要********** */
#ui-tab.default ul.tabListTxt li {
  width: 20%;
}

#ui-tab.default ul.tabListTxt li a {
  background-color: #000;
  color: #0D2042;
  font-size: 18px;
  font-family: "Noto Sans Japanese";
}

#ui-tab.default ul.tabListTxt li.ui-tabs-selected a {
  background-color: #999;
}

#content.team {
  width: 80%;
}

div#team-info {
  text-align: center;
}

div#team-info img {
  margin-top: 20px;
  width: 50%;
}

div#team-info table.info-text {
  margin: 20px 0;
}

div#team-info table th {
  background: #ddd;
  width: 31.5%;
  border: 1px solid #0D2042;
  padding: 1.3em 1.5em;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

div#team-info table td {
  background: #F3F3F3;
  width: 68.5%;
  border: 1px solid #0D2042;
  padding: 1em 1em;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}

div.player div.profile {
  border-right: 1px solid #0D2042;
}

div#staff {
  background: #ddd;
  padding: 15px;
}

div#staff p {
  font-size: 30px;
  font-weight: bold;
}

#content .post ul.pickup {
  margin-top: 30px;
}

/*
  #content .post img {
    max-width: 75%;
  }
*/
#content .post ul.pickup {
  overflow: hidden;
}

#content .post ul.pickup li img {
  max-width: 100%;
}

#content .post ul.pickup li {
  float: left;
  width: calc(47% - 4px);
  margin-right: 60px;
}

#content .post ul.pickup li:nth-child(2n) {
  margin-right: 0;
}

#content .post ul.pickup li p {
  margin-top: 10px;
}

#content .post ul.pickup li p.name {
  font-weight: bold;
}

/* ********** PC版でSP版ナヴィゲーションの制御　********** */
nav.square-navi {
  display: none;
}

/* ********** role文字編集　********** */
.role {
  font-size: 16px;
  color: #e74291;
  padding: 8px 0;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #content.team {
    width: 100%;
  }

  div#team-info img {
    width: 100%;
  }

  div#team-info table.info-text {
    margin: 25px 0;
  }

  div#team-info table th {
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    padding: 0.5em 1em 0 1em;
  }

  div#team-info table td {
    width: 100%;
    display: block;
    border: none;
    word-break: break-all;
  }

  div#staff p {
    font-size: 20px;
  }

  nav.square-navi {
    display: block;
  }

  footer .wrap span.img1 {
    margin-right: 0px;
  }

  /* ********** role文字編集　********** */
  .role {
    margin: 0;
  }

  div.staff p.name span.jp {
    margin-bottom: 10px;
  }
}

/* **********　選手追加・変更　はじめ********* */
div#players-table {
  width: 100%;
}

div#players-table table {
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #CDCDCD;
  margin: 0px 0px 15px 0px;
  font-size: 12px;
  width: 100%;
  text-align: left;
}

div#players-table h4 {
  border-top: 1px solid #CCC;
  border-bottom: 1px dotted #CCC;
  padding: 5px 0;
  margin: 50px 0 10px;
}

div#players-table table th {
  border: 1px solid white;
  padding: 4px;
}

div#players-table table tr td {
  padding: 4px;
  background-color: white;
  vertical-align: top;
  border: 1px solid white;
}

table.players {
  width: 100%;
}

tr.in th {
  background-color: #F4363A;
  color: #0D2042;
}

tr.in th.col01 {
  width: 8%;
}

tr.in th.col02 {
  width: 30%;
}

tr.new th {
  background-color: #39C;
  color: #0D2042;
}

tr.new th.col01 {
  width: 8%;
}

tr.new th.col02 {
  width: 30%;
}

tr.retire th {
  background-color: #696;
  color: #0D2042;
}

tr.retire th.col01 {
  width: 8%;
}

tr.retire th.col02 {
  width: 30%;
}

@media screen and (max-width: 768px) {
  div#players-table div#women {
    margin-top: 30px;
  }

  div#players-table div#h1 {
    margin-top: 30px;
  }

  div#players-table div#h2 {
    margin-top: 30px;
  }

  div#players-table div#d1 {
    margin-top: 30px;
  }

  div#players-table div#d2 {
    margin-top: 30px;
  }

  div#players-table h4 {
    font-size: 15px;
  }

  div#players-table table th {
    width: 20%;
  }

  div#players-table table th {
    font-size: 10px;
  }

  div#players-table table tr td {
    font-size: 10px;
    line-height: 1.2;
  }
}

/* **********　選手追加・変更　おわり********* */
/* **********　メディアの方はこちら　はじめ********* */
dl#media {
  margin: 15px 0;
}

dl#media dt {
  font-weight: bold;
  border: 1px solid #ddd;
  background: #f2f2f2;
  padding: 8px;
}

dl#media dd {
  margin: 10px 8px 33px 8px;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  dl#media dd {
    font-size: 14px;
  }

  dl#media dd a {
    font-size: 14px;
  }

  #content h4:first-child {
    margin-top: 10px;
  }

  #content .date {
    font-size: 15px;
  }

  div.post {
    padding: 2%;
  }

  dl.gallery-item {
    width: 33% !important;
  }
}

/* **********　メディアの方はこちら　おわり********* */
/* **********　スペシャルページ（ブログ）　はじめ********* */
table.special-page {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: inline-block;
}

table.special-page th {
  background-color: #EEE;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #DDD;
  vertical-align: middle;
  width: 5%;
}

table.special-page th.sn-table__itemTh--02 {
  width: 20%;
}

table.special-page td {
  border: 1px solid #DDD;
  line-height: 1.6;
  padding: 5px 10px;
  vertical-align: middle;
}

/*
#content .post h4 {
  padding: 0 40px;
}
#content .post h4:first-child {
  padding: 40px 0;
}
#content .post p {
  padding: 0 40px;  
}
*/
#content .post ul#blog {
  padding: 0 40px;
}

#content .post table.type01 {
  padding: 0 40px;
}

#content .post table.special-page {
  padding: 0 40px;
}

/* **********　スペシャルページ（ブログ）　おわり********* */
/* **********　過去記録　プレーオフせ対戦表　はじめ********* */
.record #ui-tab .ui-tabs-panel {
  margin-bottom: 40px;
}

#content .post .playoff p {
  margin: 35px 0;
}

.playoff #acMenu dt {
  background-color: #eaeaea;
  color: #000000;
  font-size: 20px;
  height: auto;
  padding: 15px 25px;
  border-bottom: 1px solid #f6f6f6;
}

#content .playoff .league-schedule td {
  color: #000000;
  border-color: #ccc;
}

#content .playoff .league-schedule td.logo {
  width: 30%;
}

#content .playoff .league-schedule td span {
  color: #000000;
}

#content .playoff .league-schedule td.date {
  color: #000000;
  border-color: #ccc;
  font-size: 16px;
  width: 16%;
  line-height: 2;
}

#content .playoff .league-schedule td.logo span {
  font-size: 12px;
}

#pom {
  margin: 30px auto;
  border-top: 1px solid #0D2042;
  text-align: center;
  color: #0D2042;
  width: 300px;
  padding-top: 10px;
}

#pom h4 {
  text-align: center;
  color: #0D2042;
}

#pom p {
  text-align: center;
  padding: 10px 0;
  color: #0D2042;
}

#pom p a {
  color: #0D2042;
  font-size: 20px;
}

#pom p.comment {
  text-align: left;
}

#pom img {
  width: 50%;
}

table.lineup {
  width: 49.5%;
  float: left;
}

table.lineup.right {
  float: right;
}

table.lineup th,
table.lineup td {
  padding: 8px 6px;
  text-align: center;
}

table.lineup th {
  background-color: #e2e3e5;
  border-bottom: 1px solid #333;
}

table.lineup td {
  border-bottom: 1px dotted #dee2e6;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.text-white {
  color: #ffffff !important;
}

.text-center {
  text-align: center !important;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: 0.3rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #0D2042;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #0D2042;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #0D2042;
  color: #0D2042;
  border-color: #cbccce;
}

.p-2 {
  padding: 0.5rem !important;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

table.lineup td {
  position: relative;
}

table.lineup td span.captain {
  /*background-color: #F00;*/
  color: #0D2042;
  font-size: 14px;
  position: absolute;
  padding: 2px 8px;
  left: 0;
}

@media screen and (max-width: 768px) {
  table.lineup {
    width: 50%;
  }

  table.lineup.right {
    border-left: 1px solid #CCC;
  }

  table.lineup th,
  table.lineup td,
  table.lineup td a {
    font-size: 10px;
  }

  table.table th,
  table.table td {
    font-size: 10px;
  }

  .subsheet_detail .subsheet_name {
    font-size: 12px;
  }

  .subsheet_detail .homescore-num,
  .subsheet_detail .awayscore-num {
    font-size: 12px;
  }

  table.lineup td span.captain {
    font-size: 10px;
    padding: 1px 3px;
  }
}

.score .barb {
  border-bottom: 1px solid #3366CC;
}

.match-bottom-blank {
  margin-top: 50px;
}

.match-wrapper {
  position: relative;
}

.match-next-game-day {
  display: inline-block;
  width: 200px;
  text-align: center;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .match-wrapper {
    margin: 10px auto 20px !important;
  }
}

.page-next td {
  height: 15px;
}

.page-next .match-place::before {
  top: 4px;
}

.page-next .match-wrapper {
  padding: 30px 0 0;
  margin: 24px;
}

.page-next .match-title {
  color: transparent;
  height: 0px;
  font-size: 0px;
}

.page-next .score td.teamname {
  width: 170px;
}

.page-next .index {
  width: 170px;
}

.match-filter {
  width: 600px;
  display: block;
  margin: 30px auto 10px;
}

@media screen and (max-width: 768px) {
  .match-filter {
    width: 300px;
  }
}

.match-results-top-pattern {
  width: 100vw;
  height: 12vw;
}

.match-results-top-pattern img {
  width: 100%;
}

.match-results {
  background-color: #0D2042;
  padding-bottom: 2.5rem;
  margin-top: -3vw;
}

@media screen and (max-width: 1025px) {
  .match-results {
    padding-top: 2.5rem;
    margin-top: 0px;
  }
}

.match-results .match-title {
  color: transparent;
  height: 0px;
  font-size: 0px;
}

.match-results .match-wrapper {
  margin: 24px 5px;
}

/* 試合結果の2カラムレイアウト - 左寄せ対応 */
.match-results .flex-col4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.match-results .flex-col4 .match-wrapper {
  width: 100%;
  max-width: 550px;
  margin: 0;
  justify-self: start;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .match-results .flex-col4 {
    grid-template-columns: 1fr;
  }

  .match-results .flex-col4 .match-wrapper {
    margin: 0 auto;
  }
}

/*追記した0930*/

.match-results .title {
  color: white;
}

.match-num {
  width: 300px;
  margin: 30px auto 60px;
}

@media screen and (max-width: 768px) {
  .match-num {
    width: 180px;
  }
}

@media (max-width: 1025px) {
  .score td {
    height: 20px;
  }

  .score .index,
  .score td.quarter {
    font-size: 11px;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
  }

  .score td.quarter {
    width: 20px;
  }

  .match-wrapper .score {
    /*width: 450px;*/
  }

  .score td.team {
    width: 70px;
    padding: 0.5em 1em;
    text-align: center;
  }

  .score td.teamname {
    width: 87px;
    min-width: 87px;
    /*78*/
    font-size: 9px;
    vertical-align: middle;
  }

  /* タブレット版：チーム名の幅を左右同じに固定 */
  .score td.teamname-left,
  .score td.teamname-right {
    width: 87px;
    min-width: 87px;
    max-width: 87px;
    text-align: center;
    font-size: 9px;
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: 500;
    vertical-align: middle;
  }

  .score td img {
    width: 100%;
    height: auto;
  }

  .score .index,
  .score td.quarter {
    font-size: 10px;
  }

  .score td.total {
    font-size: 30px;
    width: 40%;
  }

  .score .bar:nth-of-type(2)::before {
    left: 57px;
  }

  .page-next .score td.teamname {
    width: 78px !important;
    min-width: 78px;
    font-size: 9px;
    vertical-align: middle;
  }
}

@media (max-width: 900px) {
  .page-next .match-place {
    font-size: 9px;
    padding-top: 2px;
  }

  .page-next .match-date {
    font-size: 13px;
  }

  .page-next .match-wrapper .score {
    width: 320px;
    max-width: 320px;
  }
}

/***************
* 下層ページのコーディングここから下
****************/
/***************
*トップページ「ギャラリー　　」セクション
****************/
.p-top__s5-case-section {
  background-color: #fafafa;
  padding: 230px 0 76px 0;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .p-top__s5-case-section {
    padding: 300px 0 150px 0;
  }
}

.p-s5__circle {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  border: 9vw solid #ffffff;
  position: absolute;
  right: -31vw;
  top: 30%;
  transform: translateX(-50%);
}

.p-top__s5-cards {
  display: block;
  margin-right: calc(50% - 55vw);
  position: relative;
  z-index: 100;
}

@media (min-width: 992px) {
  .p-top__s5-cards {
    display: flex;
    padding-bottom: 40px;
  }
}

.p-top__s5-card {
  width: 34vw;
  height: 100%;
  margin: 0 10px;
  transition: all 0.2s linear;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.p-top__s5-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 10;
}

.p-s5__top-texts {
  display: block;
  position: relative;
  z-index: 900;
  margin: 30px 0;
}

@media (min-width: 992px) {
  .p-s5__top-texts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-s5__top-text {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 992px) {
  .p-s5__top-text {
    width: 70%;
    font-size: 14px;
  }
}

@media (min-width: 1300px) {
  .p-s5__top-text {
    font-size: 16px;
  }
}

.p-s5__more-btn {
  font-size: 15px;
  color: #9E3D91;
  padding: 10px 40px;
  border: 1px solid #9E3D91;
  border-radius: 60px;
  background-color: #fff;
}

.p-s5__more-btn.--sp {
  margin: 130px auto 0;
  display: inline-block;
}

@media (min-width: 992px) {
  .p-s5__more-btn.--sp {
    display: none;
  }
}

.p-s5__case-cat {
  background-color: #C96BA7;
  display: inline-block;
  padding: 1px 10px;
  color: #fff;
  margin: 0px 3px;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 600;
}

.p-s5__case-cat.--1 {
  background-color: #fff;
  border: 1px solid #3366CC;
  color: #3366CC;
}

.p-s5__case-cat.--2 {
  background-color: #0D2042;
  color: #fff;
}

.p-s5__case-title {
  font-size: 20px;
  color: #0D2042;
  font-weight: 700;
  padding: 10px 0 14px;
}

.p-s5__case-title span {
  font-size: 13px;
}

.p-top__s5-img {
  aspect-ratio: 388/240;
}

.p-top__s5-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 10px 10px 0 0;
}

.slick-list {
  padding-right: 20%;
  padding-top: 10px;
  padding-bottom: 50px;
}

@media (max-width: 992px) {
  .slick-list {
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 50px;
  }
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  margin-top: -60px;
  margin-bottom: 30px;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  top: 0;
  bottom: 0;
  left: -7px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.p-s2__news-upper-info {
  padding: 10px 20px;
}

.p-s2__news-upper-info .match-place {
  color: #040D1F;
  background-color: #F6F6F6;
  font-size: 10px;
  display: block;
  width: 100%;
  padding: 5px 5px 5px 20px;
  position: relative;
  margin: 0 0 8px 0;
}

.p-s2__news-upper-info .match-place::before {
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.card-flex {
  display: flex;
}

.card-flex.--1 {
  justify-content: space-between;
}

.date {
  color: gray;
  background-color: #fff;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

/* Gallery Archive Page */
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
  /* パソコン版: 3列×3行 */
}

.gallery-grid .p-top__s5-card {
  width: 30%;
  /* カード幅を30%に設定 */
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .gallery-grid .p-top__s5-card {
    width: calc(50% - 1rem);
    /* 2列表示 */
  }
}

@media (max-width: 480px) {
  .gallery-grid .p-top__s5-card {
    width: 100%;
    /* 1列表示 */
  }

  .score td.teamname {
    width: 87px;
    min-width: 87px;
    /*78*/
  }
}

.gallery-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.gallery-pagination .page-numbers {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}

.gallery-pagination .page-numbers li {
  margin: 0;
}

.gallery-pagination .page-numbers a,
.gallery-pagination .page-numbers span {
  display: inline-block;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  min-width: 44px;
  text-align: center;
}

.gallery-pagination .page-numbers a:hover,
.gallery-pagination .page-numbers span:hover {
  background: #FFE202;
  color: #0D2042;
}

.gallery-pagination .page-numbers .current {
  background: #FFE202;
  color: #0D2042;
}

.gallery-pagination .page-numbers .prev,
.gallery-pagination .page-numbers .next {
  background: rgba(255, 255, 255, 0.2);
}

.gallery-pagination .page-numbers .prev:hover,
.gallery-pagination .page-numbers .next:hover {
  background: #FFE202;
  color: #0D2042;
}

@media (max-width: 992px) {
  .gallery-pagination .page-numbers {
    gap: 0.25rem;
  }

  .gallery-pagination .page-numbers a,
  .gallery-pagination .page-numbers span {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    min-width: 36px;
  }
}

.no-posts {
  text-align: center;
  padding: 3rem 0;
}

.no-posts p {
  font-size: 1.2rem;
  opacity: 0.8;
}

.bg-gal {
  background-image: url(../img/bg-gal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  overflow: hidden;
}

.gal-120 {
  font-size: 120px;
  font-family: Anton, sans-serif !important;
  padding-bottom: 0 !important;
}

@media (max-width: 992px) {

  .gal-120 {
    font-family: Anton, sans-serif !important;
    font-size: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
#gallery .p-top__s5-card:hover {
  opacity: 1;
  cursor: default;
}


/*********************
* women
**********************/
.women-intro-img {
  background-image: url(../img/women-intro-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 0 150px;
  margin-bottom: 120px;
}

@media (max-width: 992px) {
  .women-intro-img {
    padding: 70px 0 70px;
    margin-bottom: 80px;
  }
}

@media (min-width: 1400px) {
  .women-intro-img {
    padding: 100px 0 0px;
  }
}

.women-intro-img.--men {
  background-image: url(../img/men-intro-img.png);
}

.logo-white-right {
  min-width: 200px;
  width: 35vw;
  max-width: 370px;
  max-height: 70.745px;
  margin-left: auto;
}

@media (max-width: 992px) {
  .logo-white-right {
    width: 250px;
    margin: 0 auto;
  }
}

.wo-txt {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.0;
  /* 190% */
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 70px 0 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
}

@media (max-width: 992px) {
  .wo-txt {
    width: 92%;
    max-width: none;
    margin: 0 auto;
    padding: 30px 0px 30px;
    line-height: 1.9;
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .wo-txt {
    font-size: 20px;
    line-height: 2.0;
    padding: 70px 0 90px;
  }
}

@media (min-width: 1400px) {
  .wo-inner {
    max-width: 1180px;
  }

}

.table-container {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  color: inherit !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}

.table-container .py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.table-container h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

.table-container p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 18px;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.table-container h5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 18px;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

/*********************
* Action Buttons
**********************/
.button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 2rem;
  margin: 4rem 0;
  padding: 0 1rem;
}

@media (max-width: 768px) {
  .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 0;
  }

  .table-container h5,
  .table-container p {
    font-size: 16px;
  }
}

.filter-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (max-width: 768px) {
  .filter-buttons-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    max-width: 400px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.filter-btn {
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0.625rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
  white-space: nowrap;
}

.filter-btn.active {
  background-color: #FFE202;
  color: #000000;
}

.filter-btn:not(.active) {
  border: 2px solid #FFE202;
  color: #FFE202;
  background-color: transparent;
}

.filter-btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(255, 226, 2, 0.3);
  box-shadow: 0 4px 12px rgba(255, 226, 2, 0.3);
}

@media (max-width: 768px) {
  .filter-btn {
    width: 100%;
    margin: 0;
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .filter-btn-last {
    justify-self: start;
  }
}

.action-button {
  display: block;
  width: 100%;
  max-width: 558px;
  height: 164px;
  background-color: #0D2042;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.action-button:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 25px rgba(13, 32, 66, 0.3);
  box-shadow: 0 8px 25px rgba(13, 32, 66, 0.3);
  background-color: #1a2f5a;
}

.action-button:hover .button-arrow {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.action-button:hover .button-title-en {
  opacity: 0.8;
}

.action-button:hover .button-title-en-small {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .action-button {
    height: 140px;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .action-button {
    height: 120px;
  }
}

.button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .button-content {
    padding: 16px;
  }
}

.button-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.button-title-en-small {
  font-family: "Exo 2", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .button-title-en-small {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .button-title-en-small {
    font-size: 11px;
  }
}

.button-title-en {
  font-family: "Anton", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

@media (max-width: 1024px) {
  .button-title-en {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .button-title-en {
    font-size: 38px;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .button-title-en {
    font-size: 34px;
  }
}

.button-title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.48;
  color: #FFFFFF;
  letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
  .button-title-ja {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .button-title-ja {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .button-title-ja {
    font-size: 16px;
  }
}

.button-arrow {
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}

.button-arrow img {
  width: 12px;
  height: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (max-width: 768px) {
  .button-arrow {
    width: 28px;
    height: 28px;
    bottom: 16px;
    right: 16px;
  }

  .button-arrow img {
    width: 10px;
    height: 10px;
  }
}

.match-button .button-title-en {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  white-space: normal;
  line-height: 1;
}

@media (max-width: 768px) {
  .match-button .button-title-en {
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 30px;
    line-height: 1.1;
  }
}

@media (max-width: 480px) {
  .match-button .button-title-en {
    font-size: 26px;
  }
}

.match-button .button-title-ja {
  margin-top: 0;
}

.member-button .button-title-en {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .member-button .button-title-en {
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 30px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .member-button .button-title-en {
    font-size: 26px;
  }
}

.member-button .button-title-ja {
  margin-top: 0;
}

#footer {
  background-color: #FAFAFA;
  width: 100%;
  padding: 48px 0 30px;
}

/* Footer logo styles */
.logo-footer {
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .logo-footer {
    padding: 0 10px 0 0;
  }
}

/* Mobile footer adjustments */
@media (max-width: 540px) {
  #footer {
    padding: 8vw 10px 25vw;
    text-align: left;
  }

  .copyright {
    text-align: center !important;
  }
}

/*********************
* Dropdown Menu Styles
**********************/
/* Dropdown wrapper for PC and SP */
.menu ul.menu-main li.dropdown .dropdown-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.menu ul.menu-main li.dropdown .dropdown-link {
  flex: 1;
  pointer-events: auto;
}

.menu ul.menu-main li.dropdown .dropdown-toggle {
  pointer-events: auto;
  cursor: pointer;
  padding: 0 10px;
  transition: transform 0.3s ease;
}

/* PC version - dropdown menu styles */
@media screen and (min-width: 1025px) {
  .menu ul.menu-main li.dropdown {
    position: relative;
  }

  .menu ul.menu-main li.dropdown .dropdown-wrapper {
    color: #fff;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .menu ul.menu-main li.dropdown .dropdown-wrapper::after {
    content: '＋';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.3vw;
  }

  .menu ul.menu-main li.dropdown .dropdown-wrapper a {
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    display: inline;
  }

  .menu ul.menu-main li.dropdown .dropdown-wrapper:hover {
    color: var(--blue);
  }

  .menu ul.menu-main li.dropdown .dropdown-wrapper a:hover {
    color: inherit;
  }

  .menu ul.menu-main li.dropdown .dropdown-toggle {
    display: none;
  }

  .menu ul.menu-main li.dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
    background: var(--black);
    min-width: 180px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .menu ul.menu-main li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  .menu ul.menu-main li.dropdown .dropdown-menu li {
    border-bottom: 1px solid #333;
    padding: 0;
  }

  .menu ul.menu-main li.dropdown .dropdown-menu li:last-child {
    border-bottom: none;
  }

  .menu ul.menu-main li.dropdown .dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .menu ul.menu-main li.dropdown .dropdown-menu li a:hover {
    background: var(--blue);
    color: #fff;
  }
}

/* SP version - accordion menu styles */
@media screen and (max-width: 1024px) {
  .menu ul.menu-main li.dropdown {
    position: relative;
  }

  /* PC版の疑似要素を非表示 */
  .menu ul.menu-main li.dropdown .dropdown-wrapper::after {
    display: none;
  }

  .menu ul.menu-main li.dropdown .dropdown-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .menu ul.menu-main li.dropdown .dropdown-link {
    flex: 0 0 60%;
    display: block;
    padding: 15px 0;
    color: inherit;
    text-decoration: none;
  }

  .menu ul.menu-main li.dropdown .dropdown-toggle {
    flex: 0 0 40%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 20px 15px 0;
    font-size: 18px;
    color: inherit;
    cursor: pointer;
    transition: transform 0.3s ease;
    user-select: none;
  }

  .menu ul.menu-main li.dropdown .dropdown-menu {
    position: relative;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: transparent;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    margin-left: 20px;
  }

  .menu ul.menu-main li.dropdown.active .dropdown-menu {
    max-height: 500px;
    opacity: 1;
  }

  .menu ul.menu-main li.dropdown .dropdown-menu li {
    padding: 0;
    border-bottom: none;
  }

  .menu ul.menu-main li.dropdown .dropdown-menu li a {
    display: block;
    padding: 3.8vw 0;
    color: inherit;
    font-size: 14px;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .menu ul.menu-main li.dropdown .dropdown-menu li a:hover {
    opacity: 0.7;
  }
}

/* 700px~1000px サブメニューフォントサイズ調整 */


@media screen and (min-width: 541px) and (max-width: 1000px) {
  .menu ul.menu-main li.dropdown .dropdown-menu li a {
    font-size: 20px;
  }

  /* ドロップダウンメニュー項目の高さを他の項目と揃える */
  .menu ul.menu-main li.dropdown .dropdown-link {
    padding: 3.8vw 0;
  }

  .menu ul.menu-main li.dropdown .dropdown-toggle {
    padding: 3.8vw 20px 3.8vw 0;
  }
}

@media screen and (min-width: 400px) and (max-width: 540px) {
  .menu ul.menu-main li.dropdown .dropdown-menu li a {
    font-size: 20px;
  }

  /* ドロップダウンメニュー項目の高さを他の項目と揃える */
  .menu ul.menu-main li.dropdown .dropdown-link {
    padding: 6.25vw 0;
  }

  .menu ul.menu-main li.dropdown .dropdown-toggle {
    padding: 6.25vw 20px 6.25vw 0;
  }
}


/*********************
* News Pages Styles
**********************/
/* News archive and single page template-title background */
.post-type-archive-news .template-title,
.single-news .template-title {
  background-color: #0D2042 !important;
}

/* Ensure template-title content is visible on dark background */
.post-type-archive-news .template-title h1,
.post-type-archive-news .template-title h2,
.post-type-archive-news .template-title p,
.single-news .template-title h1,
.single-news .template-title h2,
.single-news .template-title p {
  color: #ffffff !important;
}

/*********************
* H3 Underline Styles (page.php template only)
**********************/
/* page.phpテンプレートのH3要素に下線を追加（TailwindCSSのDivider Lineを再現） */
.page-template h3 {
  position: relative;
  margin-bottom: 2rem;
  font-size: 36px;
  font-weight: 700;
}

.page-template h3::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d1d5db;
  /* gray-300 */
  z-index: 1;
}

.page-template h3::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 5rem;
  /* w-20 = 80px */
  height: 2px;
  background-color: #FFE202;
  z-index: 2;
}

@media (max-width: 768px) {
  .page-template h3 {
    font-size: 26px;
  }
}

.page-template h4 {
  font-size: 25px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .page-template h4 {
    font-size: 21px;
  }
}

.page-template .inner {
  max-width: 1100px;
  overflow-wrap: break-word;

}

.page-template ul {
  list-style: disc;
  margin-left: 37px;
}

.page-template li {
  padding: 5px 0;
  line-height: 1.75;
}



/* TailwindCSSを上書きするための追加ルール */
body.page-template h3,
body.template-page-keio-hockey-school-php h3 {
  font-size: 36px !important;
  font-weight: 700 !important;
  position: relative;
  margin-bottom: 2rem;
}

body.page-template h3::after,
body.template-page-keio-hockey-school-php h3::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d1d5db;
  z-index: 1;
}

body.page-template h3::before,
body.template-page-keio-hockey-school-php h3::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 5rem;
  height: 2px;
  background-color: #FFE202;
  z-index: 2;
}

@media (max-width: 768px) {

  body.page-template h3,
  body.template-page-keio-hockey-school-php h3 {
    font-size: 26px !important;
  }
}

.page-template p {
  line-height: 2.5;
  font-size: 18px;
}

@media screen and (max-width: 768px) {

  .page-template p,
  .page-template li {
    line-height: 1.75;
    font-size: 16px;
  }
}

.page-template .--underline a {

  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 0px;
}

.page-template .--custom a {

  display: inline-flex;
  padding: 0 18px;
  border: none;
}

.page-template .--custom .news__viewmore-text {
  line-height: 68px;
  padding: 0 10px;
}

.page-template a:hover {
  color: #118CCF;
}

.page-template .--underline a:hover {
  border-color: #118CCF;
}

/* hover button styles */
.page-template .button-title-en {
  font-size: 30px;
}


/* !Password Form Styling for Membership Page */
.post-password-form {
  max-width: 500px;
  margin: 40px auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.post-password-form p {
  margin-bottom: 25px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.post-password-form label {
  display: block;
  margin-bottom: 15px;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}

.post-password-form input[type=password] {
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.post-password-form input[type=password]:focus {
  outline: none;
  border-color: #FFE202;
  box-shadow: 0 0 0 3px rgba(255, 226, 2, 0.2);
  background: #fefefe;
}

.post-password-form input[type=password]:hover {
  border-color: #d0d0d0;
}

.post-password-form input[type=submit] {
  background: #FFE202;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 140px;
  position: relative;
  overflow: hidden;
}

.post-password-form input[type=submit]:hover {
  background: #f5d700;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 226, 2, 0.3);
}

.post-password-form input[type=submit]:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(255, 226, 2, 0.3);
}

@media screen and (max-width: 768px) {
  .post-password-form {
    margin: 20px;
    padding: 25px 20px;
  }

  .post-password-form input[type=password] {
    padding: 12px 15px;
    font-size: 16px;
  }

  .post-password-form input[type=submit] {
    padding: 12px 30px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .post-password-form {
    margin: 15px;
    padding: 20px 15px;
  }

  .post-password-form p {
    font-size: 14px;
  }

  .post-password-form input[type=password] {
    padding: 10px 12px;
  }

  .post-password-form input[type=submit] {
    padding: 10px 25px;
    font-size: 15px;
  }
}

/*********************
* Search & Filter Plugin Styles
**********************/
/* Search & Filter フォームコンテナ */
.searchandfilter {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 30px;
  margin: 40px 0;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
  .searchandfilter {
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
  }
}

/* フィルターフィールドの全体レイアウト */
.searchandfilter>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .searchandfilter>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

/* 各フィルターフィールド */
.searchandfilter>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
  margin: 0;
}

@media (max-width: 768px) {
  .searchandfilter>ul>li {
    min-width: auto;
    width: 100%;
  }
}

/* フィールドのラベル */
.searchandfilter h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0D2042 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .searchandfilter h4 {
    font-size: 15px !important;
  }
}

/* セレクトボックスのスタイル */
.searchandfilter select {
  width: 100% !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #333 !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  /* カスタム矢印 */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 20px !important;
}

.searchandfilter select:focus {
  outline: none !important;
  border-color: #FFE202 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 226, 2, 0.2) !important;
  box-shadow: 0 0 0 3px rgba(255, 226, 2, 0.2) !important;
  background-color: #fefefe !important;
}

.searchandfilter select:hover {
  border-color: #d0d0d0 !important;
}

@media (max-width: 768px) {
  .searchandfilter select {
    padding: 12px 16px !important;
    font-size: 16px !important;
    /* iOS のズーム防止 */
    background-position: right 12px center !important;
    background-size: 18px !important;
  }
}

/* 日付フィールドのスタイル */
.searchandfilter input[type=date] {
  width: 100% !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #333 !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.searchandfilter input[type=date]:focus {
  outline: none !important;
  border-color: #FFE202 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 226, 2, 0.2) !important;
  box-shadow: 0 0 0 3px rgba(255, 226, 2, 0.2) !important;
  background-color: #fefefe !important;
}

.searchandfilter input[type=date]:hover {
  border-color: #d0d0d0 !important;
}

@media (max-width: 768px) {
  .searchandfilter input[type=date] {
    padding: 12px 16px !important;
    font-size: 16px !important;
  }
}

/* 送信ボタン（もしあれば） */
.searchandfilter input[type=submit] {
  background: #FFE202 !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 15px 30px !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  min-width: 120px !important;
}

.searchandfilter input[type=submit]:hover {
  background: #f5d700 !important;
  -webkit-transform: translateY(-2px) !important;
  transform: translateY(-2px) !important;
  -webkit-box-shadow: 0 4px 12px rgba(255, 226, 2, 0.3) !important;
  box-shadow: 0 4px 12px rgba(255, 226, 2, 0.3) !important;
}

.searchandfilter input[type=submit]:active {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-box-shadow: 0 2px 6px rgba(255, 226, 2, 0.3) !important;
  box-shadow: 0 2px 6px rgba(255, 226, 2, 0.3) !important;
}

@media (max-width: 768px) {
  .searchandfilter input[type=submit] {
    padding: 12px 20px !important;
    width: 100% !important;
    margin-top: 10px !important;
  }
}

/* リセットボタンのスタイル */
.searchandfilter .sf-reset {
  display: inline-block !important;
  background: transparent !important;
  color: #666 !important;
  font-size: 14px !important;
  padding: 8px 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  margin-top: 10px !important;
}

.searchandfilter .sf-reset:hover {
  background: #f5f5f5 !important;
  border-color: #999 !important;
  color: #333 !important;
}

@media (max-width: 768px) {
  .searchandfilter .sf-reset {
    width: 100% !important;
    text-align: center !important;
    padding: 10px 16px !important;
  }
}

/* フィルター結果が表示されている時のスタイル調整 */
.searchandfilter.has-active-filters {
  border: 2px solid #FFE202;
  background: rgba(255, 226, 2, 0.05);
}

/* モバイルでのレスポンシブ調整 */
@media (max-width: 480px) {
  .searchandfilter {
    padding: 15px;
    margin: 15px 0;
  }

  .searchandfilter h4 {
    font-size: 14px !important;
  }

  .searchandfilter select,
  .searchandfilter input[type=date] {
    padding: 10px 12px !important;
    font-size: 16px !important;
  }

  .searchandfilter select {
    background-position: right 10px center !important;
    background-size: 16px !important;
  }
}


/*********************
* Search & Filter Plugin Styles
**********************/
/* Search & Filter フォームコンテナ */
.searchandfilter {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 30px;
  margin: 40px 0;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
  .searchandfilter {
    padding: 20px;
    margin: 20px 0;
    border-radius: 8px;
  }
}

/* フィルターフィールドの全体レイアウト */
.searchandfilter>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .searchandfilter>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

/* 各フィルターフィールド */
.searchandfilter>ul>li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 200px;
  margin: 0;
}

@media (max-width: 768px) {
  .searchandfilter>ul>li {
    min-width: auto;
    width: 100%;
  }
}

/* フィールドのラベル */
.searchandfilter h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0D2042 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .searchandfilter h4 {
    font-size: 15px !important;
  }
}

/* セレクトボックスのスタイル */
.searchandfilter select {
  width: 100% !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #333 !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  /* カスタム矢印 */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 20px !important;
}

.searchandfilter select:focus {
  outline: none !important;
  border-color: #FFE202 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 226, 2, 0.2) !important;
  box-shadow: 0 0 0 3px rgba(255, 226, 2, 0.2) !important;
  background-color: #fefefe !important;
}

.searchandfilter select:hover {
  border-color: #d0d0d0 !important;
}

@media (max-width: 768px) {
  .searchandfilter select {
    padding: 12px 16px !important;
    font-size: 16px !important;
    /* iOS のズーム防止 */
    background-position: right 12px center !important;
    background-size: 18px !important;
  }
}

/* 日付フィールドのスタイル */
.searchandfilter input[type=date] {
  width: 100% !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: #333 !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.searchandfilter input[type=date]:focus {
  outline: none !important;
  border-color: #FFE202 !important;
  -webkit-box-shadow: 0 0 0 3px rgba(255, 226, 2, 0.2) !important;
  box-shadow: 0 0 0 3px rgba(255, 226, 2, 0.2) !important;
  background-color: #fefefe !important;
}

.searchandfilter input[type=date]:hover {
  border-color: #d0d0d0 !important;
}

@media (max-width: 768px) {
  .searchandfilter input[type=date] {
    padding: 12px 16px !important;
    font-size: 16px !important;
  }
}

/* 送信ボタン（もしあれば） */
.searchandfilter input[type=submit] {
  background: #FFE202 !important;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 15px 30px !important;
  border: none !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  min-width: 120px !important;
}

.searchandfilter input[type=submit]:hover {
  background: #f5d700 !important;
  -webkit-transform: translateY(-2px) !important;
  transform: translateY(-2px) !important;
  -webkit-box-shadow: 0 4px 12px rgba(255, 226, 2, 0.3) !important;
  box-shadow: 0 4px 12px rgba(255, 226, 2, 0.3) !important;
}

.searchandfilter input[type=submit]:active {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-box-shadow: 0 2px 6px rgba(255, 226, 2, 0.3) !important;
  box-shadow: 0 2px 6px rgba(255, 226, 2, 0.3) !important;
}

@media (max-width: 768px) {
  .searchandfilter input[type=submit] {
    padding: 12px 20px !important;
    width: 100% !important;
    margin-top: 10px !important;
  }
}

/* リセットボタンのスタイル */
.searchandfilter .sf-reset {
  display: inline-block !important;
  background: transparent !important;
  color: #666 !important;
  font-size: 14px !important;
  padding: 8px 16px !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  margin-top: 10px !important;
}

.searchandfilter .sf-reset:hover {
  background: #f5f5f5 !important;
  border-color: #999 !important;
  color: #333 !important;
}

@media (max-width: 768px) {
  .searchandfilter .sf-reset {
    width: 100% !important;
    text-align: center !important;
    padding: 10px 16px !important;
  }
}

/* フィルター結果が表示されている時のスタイル調整 */
.searchandfilter.has-active-filters {
  border: 2px solid #FFE202;
  background: rgba(255, 226, 2, 0.05);
}

/* モバイルでのレスポンシブ調整 */
@media (max-width: 480px) {
  .searchandfilter {
    padding: 15px;
    margin: 15px 0;
  }

  .searchandfilter h4 {
    font-size: 14px !important;
  }

  .searchandfilter select,
  .searchandfilter input[type=date] {
    padding: 10px 12px !important;
    font-size: 16px !important;
  }

  .searchandfilter select {
    background-position: right 10px center !important;
    background-size: 16px !important;
  }
}



/* ==========================================================================
   Match Schedule Slider Styles
   ========================================================================== */

/* Match Schedule Slider Container */

/* Slick slider track adjustment for exact 2 cards display */
.match-schedule-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.match-schedule-slider .slick-slide {
  padding: 0 20px;
  box-sizing: border-box;
}

.match-schedule-slider .slick-list {
  padding-right: 0 !important;
}

/* Ensure proper spacing between cards */
.match-schedule-slider .slick-slide:first-child {
  padding-left: 0;

  @media (max-width: 480px) {
    padding-right: 0;
  }
}

.match-schedule-slider .slick-slide:last-child {
  padding-right: 0;
}



/* Match Slide Arrows */
.arrow_box.--match .prev-arrow,
.arrow_box.--match .next-arrow {
  background-color: #0D2042;
}


/* Match Wrapper Styling */
.match-schedule-slider .match-wrapper {
  margin: 0;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}


.match-schedule-slider .slick-slide {
  padding: 0 0 0 20px !important;
}



/* Responsive Styles */
@media (max-width: 768px) {


  .match-schedule-slider .match-wrapper {
    margin: 0;
    height: 365px !important;
  }

  .match-schedule-slider .slick-slide {
    padding: 0 !important;
  }

  .match-schedule-slider .slick-slide:first-child {
    padding-left: 0;
  }

  .match-schedule-slider .slick-slide:last-child {
    padding-right: 0;
  }
}

/* ==========================================================================
   Match Title Dynamic Content Styles
   ========================================================================== */
.match-title {
  font-family: "Exo 2", sans-serif;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin: 10px 10px;
  position: relative;
}

.match-title::before {
  content: attr(data-match-cat);
  color: #3366CC;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #3366CC;
  border-radius: 15px;
  transform: translateX(-50%);
  position: absolute;
  bottom: -23px;
  left: 50%;
  font-size: 12px;
  white-space: nowrap;
  padding: 2px 7px;
}

.--noplan.match-title::before {
  content: none !important;
  border: none;
}

.match-title:not([data-match-cat])::before,
.match-title[data-match-cat=""]::before {
  content: "その他";
}

.link_underbar {
  text-decoration-line: underline;
}

.link_underbar::before {
  content: "・";
}


/* Join page button styles */
.ao-button .button-title-en,
.contact-button .button-title-en,
.instagram-men-button .button-title-en,
.instagram-women-button .button-title-en {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 768px) {

  .ao-button .button-title-en,
  .contact-button .button-title-en {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: normal;
  }

  .instagram-men-button .button-title-en,
  .instagram-women-button .button-title-en {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

@media (max-width: 480px) {

  .ao-button .button-title-en,
  .contact-button .button-title-en {
    font-size: 26px;
  }

  .instagram-men-button .button-title-en,
  .instagram-women-button .button-title-en {
    font-size: 26px;
    white-space: nowrap;
  }
}

/* Join page button styles */
.ao-button .button-title-en,
.contact-button .button-title-en,
.instagram-men-button .button-title-en,
.instagram-women-button .button-title-en {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  line-height: 1;
}

@media (max-width: 768px) {

  .ao-button .button-title-en,
  .contact-button .button-title-en {
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: normal;
  }

  .instagram-men-button .button-title-en,
  .instagram-women-button .button-title-en {
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}

@media (max-width: 480px) {

  .ao-button .button-title-en,
  .contact-button .button-title-en {
    font-size: 26px;
  }

  .instagram-men-button .button-title-en,
  .instagram-women-button .button-title-en {
    font-size: 26px;
    white-space: nowrap;
  }
}

.required .smf-item__col--label {
  display: inline-block;
}

.required .smf-item__label__text::after {
  content: "  ※";
  color: #f00;
}

.smf-form--simple-table .smf-item__col--label {
  flex: 0 0 17em !important;
  max-width: 17em !important;
}


/*****slick矢印の位置とホバー***********************/

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 0;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
  margin-top: -60px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.prev-arrow:hover,
.next-arrow:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.prev-arrow:hover {
  transform: scale(1.1) rotate(180deg);
}

.prev-arrow:active,
.next-arrow:active {
  transform: scale(0.95);
}

.prev-arrow:active {
  transform: scale(0.95) rotate(180deg);
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  top: 0;
  bottom: 0;
  left: -7px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.prev-arrow:hover::before,
.next-arrow:hover::before {
  border-right-color: #333;
  border-top-color: #333;
}

/* Match Pages Section Container */
section.inner {
  position: relative;
}

/* Match Pages Arrow Position */
.arrow_box.--match {
  position: absolute;
  top: 80px;
  right: 20px;
  margin: 0;
  z-index: 10;
}

/* Desktop specific positioning */
@media (min-width: 769px) {
  .arrow_box.--match {
    top: 100px;
    right: 40px;
  }
}

/* Responsive adjustments for match arrows */
@media (max-width: 768px) {
  .arrow_box.--match {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0 0;
    justify-content: flex-end;
  }
}

/* Match Pages Arrow Hover Effects */
.arrow_box.--match .prev-arrow,
.arrow_box.--match .next-arrow {
  background-color: #0D2042;
  border-color: #0D2042;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 0;
  margin-bottom: 0;
}

.arrow_box.--match .prev-arrow:hover,
.arrow_box.--match .next-arrow:hover {
  background-color: rgba(13, 32, 66, 0.8);
  border-color: rgba(13, 32, 66, 0.8);
  transform: scale(1.1);
}

.arrow_box.--match .prev-arrow:hover {
  transform: scale(1.1) rotate(180deg);
}

.arrow_box.--match .prev-arrow:active,
.arrow_box.--match .next-arrow:active {
  transform: scale(0.95);
}

.arrow_box.--match .prev-arrow:active {
  transform: scale(0.95) rotate(180deg);
}

.arrow_box.--match .prev-arrow::before,
.arrow_box.--match .next-arrow::before {
  border-right-color: #fff;
  border-top-color: #fff;
  transition: all 0.3s ease;
}

.arrow_box.--match .prev-arrow:hover::before,
.arrow_box.--match .next-arrow:hover::before {
  border-right-color: #fff;
  border-top-color: #fff;
}

/* WP-PageNavi Styles for News Archive */
.wp-pagenavi-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.wp-pagenavi a:hover {
  background-color: #FFE202;
  color: #0D2042;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.wp-pagenavi .current {
  background-color: #FFE202;
  color: #0D2042;
  font-weight: 700;
  border: 1px solid #FFE202;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  padding: 8px 16px;
  font-weight: 600;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  background-color: #FFE202;
  color: #0D2042;
}

.wp-pagenavi .extend {
  background-color: transparent;
  color: #ffffff;
  cursor: default;
  padding: 8px 4px;
}

.wp-pagenavi .extend:hover {
  background-color: transparent;
  transform: none;
  box-shadow: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .wp-pagenavi-container {
    gap: 4px;
  }

  .wp-pagenavi {
    gap: 4px;
    flex-wrap: wrap;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    min-width: 36px;
    height: 36px;
    padding: 6px 10px;
    font-size: 13px;
  }

  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    padding: 6px 12px;
  }
}

/* News Card Link Styles */
.news-card-link {
  text-decoration: none;
  cursor: pointer;
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.news-card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.news-card-link:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

/* カード内の要素のホバー効果を調整 */
.news-card-link:hover h2 {
  color: #FFE202;
}

.news-card-link:hover img {
  transform: translateX(4px);
}

/* フォーカス時のアクセシビリティ */
.news-card-link:focus {
  outline: 2px solid #FFE202;
  outline-offset: 2px;
}

/* Related Card Link Styles */
.related-card-link {
  text-decoration: none;
  cursor: pointer;
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.related-card-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.related-card-link:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

/* 関連記事カード内の要素のホバー効果を調整 */
.related-card-link:hover h4 {
  color: #FFE202;
}

/* フォーカス時のアクセシビリティ */
.related-card-link:focus {
  outline: 2px solid #FFE202;
  outline-offset: 2px;
}

/* Member Hero Section Styles */
.member-hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin-top: 80px;
}

.member-hero-container {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url('../img/union.png');
  mask-image: url('../img/union.png');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
  mask-position: bottom;
}

.member-hero-container.--men {
  -webkit-mask-image: url('../img/men-intro-img.png');
  mask-image: url('../img/men-intro-img.png');
}

.member-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url('../img/women-img.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.member-hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgba(47, 87, 158, 0.9) 10%, rgba(13, 32, 66, 0.9) 96%);
  mix-blend-mode: multiply;
}

.member-hero-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.2);
}

.member-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
  height: 211px;
}

.member-hero-title-en {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: 132px;
  line-height: 1.505;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 文字数が10文字以上の場合はフォントサイズを100pxに調整 */
.member-hero-title-en[data-length="long"] {
  font-size: 100px;
}

/* 900px以上の画面幅では132px、10文字以上で126px */
@media (min-width: 900px) {
  .member-hero-title-en {
    font-size: 132px;
  }

  .member-hero-title-en[data-length="long"] {
    font-size: 126px;
  }
}

.member-hero-title-jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;

}

/* Responsive adjustments */
@media (max-width: 1300px) {
  .member-hero-section {
    height: 470px;
  }
}

@media (max-width: 1024px) {
  .member-hero-section {
    margin-top: 102px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .member-hero-section {
    height: 300px;
    margin-top: 10vw;
  }

  .member-hero-content {
    height: 140px;
  }

  .member-hero-title-en,
  .member-hero-title-en[data-length="long"] {
    font-size: 60px;
  }

  .member-hero-title-jp {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .member-hero-section {
    height: 250px;
    margin-top: 10vw;
  }

  .member-hero-content {
    height: 110px;
  }

  .member-hero-title-en {
    font-size: 60px;
  }

  /* スマホ版で文字が長い時は44px */
  .member-hero-title-en[data-length="long"] {
    font-size: 44px;
  }

  .member-hero-title-jp {
    font-size: 16px;
  }
}


/* Googleカレンダーのレスポンシブ対応 */
.googleCalendar {
  text-align: center;
}


.googleCalendar iframe {
  width: 100%;
  max-width: 800px;
  height: 600px;
}


/* sp用（768px 以下） */
@media (max-width: 768px) {
  .googleCalendar iframe {
    height: 400px;
  }
}



/* Snow Monkey Forms - 確認画面でプライバシーポリシー同意を非表示 */
form[data-screen="confirm"] .smf-placeholder[data-name="f-policy"] {
  display: none;
}



.custom-filter-form .select-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;

}

.custom-filter-form .select-box {
  width: 32%;
  margin: 0 6px;
}

.custom-filter-form {
  font-size: 16px;
}

@media (max-width: 768px) {
  .custom-filter-form .select-flex {
    display: block;
  }

  .custom-filter-form .select-box {
    width: 100%;
    margin: 0;
  }

  /* スマホ版でプルダウン同士の余白を3pxに調整 */
  .custom-filter-form .flex {
    gap: 3px !important;
  }

  /* スマホ版でギャラリー背景の上部余白を調整 */
  .bg-gal {
    padding-top: 6px !important;
  }

  /* スマホ版でギャラリーグリッドを中央寄せ */
  .gallery-grid {
    justify-content: center !important;
    gap: 1rem !important;
  }

  .gallery-grid .p-top__s5-card {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  /* innerからはみ出ないようにする */
  .bg-gal .inner {
    overflow-x: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Single News Content Headings */
.single-news-content h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #FFE202;
  line-height: 1.4;
}

.single-news-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #FFE202;
  line-height: 1.4;
}

.single-news-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #ffffff;
  line-height: 1.4;
}

.single-news-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  line-height: 1.4;
}

.single-news-content h6 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  line-height: 1.4;
}

/* Responsive heading sizes for larger screens */
@media (min-width: 768px) {
  .single-news-content h2 {
    font-size: 28px;
  }

  .single-news-content h3 {
    font-size: 24px;
  }

  .single-news-content h4 {
    font-size: 20px;
  }

  .single-news-content h5 {
    font-size: 18px;
  }

  .single-news-content h6 {
    font-size: 16px;
  }
}

/* Paragraph spacing for single news content */
.single-news-content p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

.single-news-content ul,
.single-news-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.single-news-content li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
}

.single-news-content strong {
  font-weight: bold;
  color: #FFE202;
}

.single-news-content a {
  color: #FFE202;
  text-decoration: underline;
  transition: color 0.3s;
}

.single-news-content a:hover {
  color: #ffffff;
}


/* Join page button styles */
.ao-button .button-title-en,
.contact-button .button-title-en,
.instagram-men-button .button-title-en,
.instagram-women-button .button-title-en {
  opacity: 1 !important;
}

.ao-button:hover .button-title-en,
.contact-button:hover .button-title-en,
.instagram-men-button:hover .button-title-en,
.instagram-women-button:hover .button-title-en {
  opacity: 1 !important;
}


@media (max-width: 768px) {
  .button-container-join {
    grid-template-columns: 1fr !important;
  }
}

.match-date {
  padding: 20px 0 0;
}

.match-time {
  text-align: center;
  padding: 1px 0 7px 0;
  font-weight: 700;
  font-size: 15px;
}

.match-wrapper.--front {
  text-align: center;
}

.match-date.--front {
  display: inline-block;
}

.match-time.--front {
  display: inline-block;
  padding-left: 10px;
}



@media (max-width: 1025px) {

  .match-date.--front,
  .match-time.--front {
    display: block;
  }

  .barb.--front {
    height: 80px;
  }



}


@media (max-width: 768px) {

  .join-section h3 {
    font-size: 26px !important;
    line-height: 1.3;
    padding: 20px 0 2px;

  }

  .join-section p {
    padding: 7px 0;
    font-size: 16px;
    margin: 0;
  }

  .join-section h4 {
    font-size: 19px !important;
    line-height: 2;

  }


  .facility-section p {
    font-size: 16px;
  }

}

/* 男子ページの試合日程セクション下の余白を調整（女子ページと揃える） */
.page-template-page-match section.inner {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page-template-page-match section.inner .container.pb-16 {
  padding-bottom: 0 !important;
}

/* 念のため、複数のパターンに対応 */
body.page-template-page-match-php section.inner,
body.page-template-page-match-php section.inner .container.pb-16 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {

  .page-template-page-match section.inner,
  .page-template-page-match section.inner .container.pb-16,
  body.page-template-page-match-php section.inner,
  body.page-template-page-match-php section.inner .container.pb-16 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* Gallery slider fix for mobile - prevent card bottom from being cut off */
.js-slider .slick-slide {
  padding: 0 16px !important;
}

@media (max-width: 992px) {
  .js-slider {
    overflow: visible !important;
    padding-bottom: 40px;
  }

  .js-slider .slick-list {
    overflow: visible !important;
  }

  .js-slider .slick-track {
    padding-bottom: 20px;
  }
}

/***********************************************
kontact form input width
************************************************/

input[type="text"],
input[type="email"],
input[type="tel"] {
  min-width: 100%;
}


.news-item-title,
.domitory-section p,
.schedule-table {
  font-size: 18px;
}


@media (max-width: 768px) {

  .news-item-title,
  .domitory-section p,
  .schedule-table {
    font-size: 16px;
  }
}

/* 入部セクション画像の角丸スタイル */
.join-img img {
  border-radius: 16px;
}

@media (min-width: 1025px) and (max-width: 1200px) {

  .score td.teamname {
    font-size: 10px !important;
  }
}

/* ギャラリーモーダルの中央配置 */
#imageModal {
  align-items: center !important;
  justify-content: center !important;
  z-index: 10000 !important;
  /* ヘッダーのz-index(999)より高い値にして最前面に表示 */
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

/* hiddenクラスがない場合のみflexboxを適用 */
#imageModal:not(.hidden) {
  display: flex !important;
}

/* hiddenクラスがある場合は非表示 */
#imageModal.hidden {
  display: none !important;
}

#imageModal>div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto !important;
  width: 100%;
  max-width: 1200px;
  position: relative !important;
  z-index: 10001 !important;
}

#modalImage {
  margin: 0 auto !important;
  display: block !important;
  max-width: 100% !important;
  max-height: 90vh !important;
  object-fit: contain !important;
}

@media (min-width: 768px) {
  #imageModal>div {
    max-width: 90vw;
  }

  #modalImage {
    max-width: calc(90vw - 80px) !important;
    max-height: 85vh !important;
  }
}

/* モーダルの閉じるボタン（右上） */
#imageModal button[onclick="closeModal()"],
#imageModal button[aria-label="モーダルを閉じる"] {
  position: absolute !important;
  top: 0rem !important;
  right: 1rem !important;
  z-index: 10002 !important;
  left: auto !important;
  transform: none !important;
}

/* スマートフォン表示時: 閉じるボタンを画像の外側（少し上）に配置 */
@media (max-width: 767px) {

  #imageModal button[onclick="closeModal()"],
  #imageModal button[aria-label="モーダルを閉じる"] {
    position: absolute !important;
    top: -1.5rem !important;
    right: 0.5rem !important;
    z-index: 10002 !important;
  }

  /* 画像コンテナに上部余白を追加してボタンが画像の外側に表示されるようにする */
  #imageModal>div {
    padding-top: 1rem !important;
  }
}

/* モーダルのprevボタン（左側中央） */
#imageModal #prevBtn {
  position: absolute !important;
  left: 1rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10002 !important;
  right: auto !important;
}

/* モーダルのnextボタン（右側中央） */
#imageModal #nextBtn {
  position: absolute !important;
  right: 1rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10002 !important;
  left: auto !important;
}

/* モーダルの画像カウンターも最前面に */
#imageModal #imageCounter {
  z-index: 10002 !important;
}

/* 画像カウンターの背景を削除して数字のみ表示 */
.gallery-modal-counter {
  padding: 0 !important;
  min-width: auto !important;
  white-space: nowrap !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  bottom: 0.5rem !important;
  left: 50% !important;
  right: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  /* 確実に中央配置 */
  transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
}

#imageModal #imageCounter {
  color: white !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 0 8px rgba(0, 0, 0, 0.6) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  display: inline-block !important;
  white-space: nowrap !important;
}

.bcndisplaywhite a {
  color: white !important;
}

.bcndisplayblue a {
  color: #0D2042 !important;
}

.member-card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 869px) {
  .member-card-wrap {
    justify-content: center;
  }

}

.yellow-number {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-no-content {
  text-align: left;
  margin: 0;
  padding: 0;
}

.gallery-no-content p {
  color: #fff;
  margin: 0;
  padding: 0;
}