@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/*

	media query

**************************************************/
/* ==========================================================================
Common
========================================================================== */
img.lazy {
  width: 100%;
}

.kome {
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
}

h3 {
  font-size: 3.8rem;
  margin: 80px 0 60px;
  text-align: center;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  h3 {
    font-size: 2.3rem;
    margin: 40px 0 20px;
  }
}

h4 {
  margin: 80px 0 60px;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  h4 {
    margin: 40px 0 20px;
  }
}

.header.is-animation {
  position: unset !important;
}

/* ==========================================================================
kvエリア
========================================================================== */
.kvArea img {
  height: auto;
  vertical-align: top;
  max-width: none;
  width: 100%;
}

/* ==========================================================================
ナビエリア
========================================================================== */
.navWrap {
  position: sticky;
  top: 0;
  z-index: 90;
}
.navWrap .navList {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 988px) {
  .navWrap .navList {
    flex-wrap: wrap;
  }
}
.navWrap .navList li {
  width: 16.6666666667%;
  border-left: 1px solid #fff;
}
.navWrap .navList li:first-child {
  border-left: 0;
}
@media only screen and (max-width: 988px) {
  .navWrap .navList li {
    width: 33.3333333333%;
    border-bottom: 1px solid #fff;
  }
  .navWrap .navList li:nth-child(4) {
    border-left: 0;
  }
  .navWrap .navList li:nth-child(n+4) {
    border-bottom: 0;
  }
}
.navWrap .navList li a {
  background: #002d55;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
@media only screen and (max-width: 988px) {
  .navWrap .navList li a {
    height: 45px;
  }
}
.navWrap .navList li a:hover {
  background: #ff870b;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.navWrap .navList .current {
  width: 16.6666666667%;
}
@media only screen and (max-width: 988px) {
  .navWrap .navList .current {
    width: 33.3333333333%;
  }
}
.navWrap .navList .current a {
  background: #FF8709;
  color: #fff;
  pointer-events: none;
}
.navWrap .navList .no-link {
  width: 16.6666666667%;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .navWrap .navList .no-link {
    width: 33.3333333333%;
  }
}
.navWrap .navList .no-link a {
  background: #bdbdbd;
  color: #878787;
  pointer-events: none;
}

/* ==========================================================================
トップページ
========================================================================== */
.overviewWrap {
  margin-bottom: 30px;
}
.overviewWrap .overviewTable {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 988px) {
  .overviewWrap .overviewTable {
    margin-bottom: 20px;
  }
}
.overviewWrap .overviewTable th,
.overviewWrap .overviewTable td {
  padding: 5%;
  vertical-align: middle;
}
.overviewWrap .overviewTable th {
  background: #002d55;
  color: #fff;
  border-top: #002d55 1px solid;
  border-bottom: #fff 1px solid;
  width: 30%;
}
.overviewWrap .overviewTable td {
  border: #d9d9d9 1px solid;
  background: #fff;
  font-weight: 700;
  line-height: 2;
}
.overviewWrap .overview__btn {
  background: #002d55;
  text-decoration: none;
  text-align: center;
  color: #fff;
  position: relative;
  font-weight: 700;
  padding: 1.5em 1.5em;
  width: 480px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  display: block;
  margin: auto;
  border-radius: 6px;
}
.overviewWrap .c-button--04 {
  width: 480px;
  font-size: 2rem;
  padding: 30px 0;
}
@media only screen and (max-width: 988px) {
  .overviewWrap .c-button--04 {
    width: 100%;
    font-size: 1.8rem;
    padding: 25px 0;
    border-radius: 6px;
  }
}

/* ==========================================================================
gameSchdule
========================================================================== */
.gameschedule {
  margin-bottom: 30px;
}

.gameSchdule {
  margin-top: 120px;
}
@media only screen and (max-width: 988px) {
  .gameSchdule {
    margin-top: 40px;
  }
}
.gameSchdule:not(:first-child) {
  margin-top: 10px;
}
@media only screen and (min-width: 988px) {
  .gameSchdule:not(:first-child) {
    margin-top: 20px;
  }
}
.gameSchdule__title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 700;
  color: #fff;
  background: #002d55;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    height: 56px;
    line-height: 56px;
    padding: 0 24px;
  }
}
.gameSchdule__table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
.gameSchdule__table th,
.gameSchdule__table td {
  text-align: center;
  vertical-align: middle;
  border: #e4e4e4 1px solid;
  padding: 15px 0;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__table th,
  .gameSchdule__table td {
    padding: 18px 0;
  }
}
.gameSchdule__sec {
  background: #E4E4E4;
  border: #e4e4e4 1px solid;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  text-align: center;
  vertical-align: middle;
  width: 5%;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__sec {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
  }
}
.gameSchdule__date {
  width: 19%;
}
.gameSchdule__date .icon {
  font-family: "DRIBBLE_font", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  display: inline-block;
  color: #002d55;
  border: 1px solid;
  height: 16px;
  padding: 0 8px;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__date .icon {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3333333333;
    height: 32px;
  }
}
.gameSchdule__date .icon.home {
  background: #fff;
  border: none;
  color: #FF8709;
}
.gameSchdule__date .date {
  font-family: "DRIBBLE_font", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2941176471;
  font-weight: 700;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__date .date {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.5;
  }
}
.gameSchdule__date .date .week {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2941176471;
  display: inline-block;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__date .date .week {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.8529411765;
  }
}
.gameSchdule__date .time {
  font-family: "DRIBBLE_font", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  font-weight: 700;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__date .time {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.gameSchdule__date .stadium {
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.4;
  font-weight: 700;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__date .stadium {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.gameSchdule__date.home_box {
  background: #FF8709;
}
.gameSchdule__date.home_box .date,
.gameSchdule__date.home_box .time,
.gameSchdule__date.home_box .stadium {
  color: #fff;
  margin-bottom: 0;
}
.gameSchdule__date.home_box .open_time {
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2.4;
  font-weight: 700;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__date.home_box .open_time {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.gameSchdule__score {
  width: 61%;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score {
    width: 56%;
  }
}
.gameSchdule__score__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
@media only screen and (max-width: 320px) {
  .gameSchdule__score__inner {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__inner {
    padding: 0 18px;
  }
}
.gameSchdule__score__inner .team {
  text-align: center;
  width: 30%;
}
.gameSchdule__score__inner .team .emb img {
  height: 40px;
  width: auto;
}
@media only screen and (max-width: 320px) {
  .gameSchdule__score__inner .team .emb img {
    height: 30px;
  }
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__inner .team .emb img {
    height: 90px;
  }
}
.gameSchdule__score__inner .team .emb + .name {
  margin-top: 5px;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__inner .team .emb + .name {
    margin-top: 10px;
  }
}
.gameSchdule__score__inner .team .name {
  color: #002d55;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__inner .team .name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.gameSchdule__score__inner .score_box {
  width: 40%;
}
.gameSchdule__score__inner .score_box .game_time {
  display: inline-block;
  border: 1px solid #002d55;
  padding: 3px 7px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  color: #002d55;
  font-weight: 700;
  width: 56px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__inner .score_box .game_time {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px;
    padding: 5px 15px;
    width: 120px;
  }
  #english_fixtures_and_results .gameSchdule__score__inner .score_box .game_time {
    width: 220px;
  }
}
.gameSchdule__score__inner .score_box .game_data {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.gameSchdule__score__inner .score_box .game_data .score_l,
.gameSchdule__score__inner .score_box .game_data .score_r,
.gameSchdule__score__inner .score_box .game_data .score_c {
  font-family: "DRIBBLE_font", sans-serif;
}
.gameSchdule__score__inner .score_box .game_data_pk {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.gameSchdule__score__inner .score_box .game_data_pk .score_l,
.gameSchdule__score__inner .score_box .game_data_pk .score_r,
.gameSchdule__score__inner .score_box .game_data_pk .score_c {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__inner .score_box .game_data_pk .score_l,
  .gameSchdule__score__inner .score_box .game_data_pk .score_r,
  .gameSchdule__score__inner .score_box .game_data_pk .score_c {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
}
.gameSchdule__score__inner .score_box .game_data_pk .score_c {
  margin-top: 0;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__inner .score_box .game_data_pk .score_c {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.gameSchdule__score__inner .score_c {
  width: auto;
  white-space: nowrap;
  color: #002d55;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  padding: 0 5px;
  margin-top: 5px;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__inner .score_c {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    padding: 0 30px;
  }
}
.gameSchdule__score__inner .score_c table td {
  border: none;
}
.gameSchdule__score__inner .score_l,
.gameSchdule__score__inner .score_r {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1;
  color: #002d55;
  font-weight: 700;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__inner .score_l,
  .gameSchdule__score__inner .score_r {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1;
  }
}
.gameSchdule__score__btn {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
  }
}
.gameSchdule__score__btn a {
  margin: unset;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__btn a.c-badge-icon--02:before {
    height: 22px;
    left: 10px;
    background-size: contain;
  }
}
@media only screen and (max-width: 988px) {
  .gameSchdule__score__btn a {
    width: 40vw;
    margin: 0 auto;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__btn.double {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.gameSchdule__score__btn.double a {
  margin: 0;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1;
  font-feature-settings: "palt" 1;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__btn.double a {
    width: 45%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 988px) {
  .gameSchdule__score__btn.double a {
    margin: 0 auto;
  }
  .gameSchdule__score__btn.double a + a {
    margin-top: 10px;
  }
}
.gameSchdule__score__btn.double a.c-badge-icon--02:before {
  width: 10px;
  height: 11px;
  left: 5px;
  background-size: contain;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__btn.double a.c-badge-icon--02:before {
    width: 20px;
    height: 22px;
    left: 10px;
  }
}
.gameSchdule__score__btn.double a.c-badge-icon--03:before {
  width: 13px;
  height: 7px;
  left: 4px;
  background-size: contain;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__btn.double a.c-badge-icon--03:before {
    width: 26px;
    height: 14px;
    left: 8px;
  }
}
.gameSchdule__score__btn.double a.c-button--04:after {
  width: 4px;
  height: 4px;
  right: 4px;
  background-size: contain;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__btn.double a.c-button--04:after {
    width: 8px;
    height: 8px;
    right: 8px;
  }
}
@media only screen and (min-width: 988px) {
  .gameSchdule__score__btn.double a:not(:first-child) {
    margin-left: 2%;
  }
}
.gameSchdule__broadcast {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 700;
  width: 15%;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__broadcast {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
  }
}
.gameSchdule__footBtn {
  margin-top: 20px;
}
@media only screen and (min-width: 988px) {
  .gameSchdule__footBtn {
    margin-top: 60px;
  }
}

/* ==========================================================================
profile
========================================================================== */
.ankr2 {
  background: #e6e6e6;
  padding: 15px 0;
  position: sticky;
  top: 60px;
  z-index: 90;
}
@media only screen and (max-width: 988px) {
  .ankr2 {
    top: 91px;
  }
}

.ankr2__wrap, .ankr2__wrap--invent {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.ankr2__wrap li, .ankr2__wrap--invent li {
  margin-right: 1%;
  width: 49.5%;
  padding: 0;
}
.ankr2__wrap li:last-child, .ankr2__wrap--invent li:last-child {
  margin-right: 0;
}
.ankr2__wrap li a, .ankr2__wrap--invent li a {
  height: 60px;
  background: #e6e6e6;
  color: #002d55;
  font-weight: bold;
  transition: all 0.2s linear;
  text-align: center;
  text-decoration: none;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1;
  border-bottom: 1px solid #002d55;
  position: relative;
  display: grid;
  vertical-align: middle;
  padding: 10px 0 20px;
  align-items: center;
}
@media only screen and (min-width: 988px) {
  .ankr2__wrap li a, .ankr2__wrap--invent li a {
    height: 80px;
    border-bottom: 2px solid #002d55;
    font-size: 4rem;
  }
}
.ankr2__wrap li a:after, .ankr2__wrap--invent li a:after {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: -4px auto 0;
  border-top: solid 2px #002d55;
  border-right: solid 2px #002d55;
  transform: rotate(135deg);
  content: "";
  bottom: 7px;
}
.ankr2__wrap li span, .ankr2__wrap--invent li span {
  margin-top: 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 988px) {
  .ankr2__wrap li span, .ankr2__wrap--invent li span {
    font-size: 1rem;
  }
}
.ankr2__wrap--invent li a {
  background: #fff;
}

.profile #ank-nav.m_fixed {
  position: fixed;
  top: 52px;
  z-index: 95;
  width: 100%;
}
@media only screen and (min-width: 988px) {
  .profile #ank-nav.m_fixed {
    top: 70px;
  }
}
.profile .player__area {
  padding: 0 5% 10px;
  margin: 0 auto;
  border-bottom: 1px solid #002d55;
  margin-bottom: 30px;
  padding-top: 130px;
  margin-top: -130px;
}
.profile .player__area#gk {
  padding-top: 110px;
  margin-top: -80px;
}
@media only screen and (min-width: 988px) {
  .profile .player__area#gk {
    padding-top: 220px;
    margin-top: -160px;
  }
}
@media only screen and (min-width: 988px) {
  .profile .player__area {
    background: url(/assets/img/top_teams/bg_teamlist_2.png) no-repeat -100px -19px;
  }
  .profile .player__area#gk {
    background: url(/assets/img/top_teams/bg_teamlist_2.png) no-repeat -100px -70px;
  }
}
.profile .player__area h2 {
  font-size: 4.8rem;
}
.profile .player__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 988px) {
  .profile .player__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.profile .player__list li {
  width: calc(25% - 20px);
  margin: 0;
  margin-bottom: 30px;
  margin-right: 20px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  background: #fff;
  transition: all 0.2s linear;
  padding-bottom: 15px;
}
.profile .player__list li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 988px) {
  .profile .player__list li {
    margin-bottom: 30px;
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    color: #002d55;
    margin-right: 0;
  }
}
.profile .player__list li.unlink a {
  pointer-events: none;
}
@media only screen and (min-width: 988px) {
  .profile .player__list li.unlink:hover {
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
  }
}
.profile .player__list li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #002d55;
}
@media only screen and (min-width: 988px) {
  .profile .player__list li a {
    padding-bottom: 20px;
  }
}
.profile .player__list li span {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #002d55;
}
@media only screen and (min-width: 988px) {
  .profile .player__list li span {
    padding-bottom: 20px;
  }
}
.profile .player__list li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 988px) {
  .profile .player__list li img {
    margin-bottom: 10px;
  }
}
.profile .player__list li .mark {
  position: absolute;
  right: 8px;
  bottom: 90px;
  font-size: 8px;
  font-size: 1.1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 988px) {
  .profile .player__list li .mark {
    position: absolute;
    right: 8px;
    bottom: 110px;
    font-size: 8px;
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
.profile .player__list li .team {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5454545455;
}
.profile .player__list li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 10px 20px 20px;
}
@media only screen and (max-width: 988px) {
  #english_team .profile .player__list li p {
    padding: 0px 20px 0px;
  }
}
.profile .player__list li .shoulder {
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
  color: #FF8709;
}
.profile .player__list li .notes {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 10px 20px 0;
  text-align: right;
}
.profile .player__list li .txt_area {
  position: relative;
}
.profile .player__list li .txt_area .pos {
  position: absolute;
  left: 0;
  line-height: 2;
  padding: 5px 10px;
  color: #fff;
  background: #FF8709;
  font-family: "DRIBBLE_font", sans-serif;
  font-size: 2rem;
  line-height: 2;
  top: -70px;
}
.profile .player__list li .txt_area .job {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5384615385;
}
.profile .player__list li .txt_area .num {
  font-family: "DRIBBLE_font", sans-serif;
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.3428571429;
}
.profile .player__list li .txt_area .name {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.profile .player__list li .txt_area .name.eng {
  font-family: "DRIBBLE_font", sans-serif !important;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2272727273;
}
.profile .player__list li .txt_area .name_en {
  font-family: "DRIBBLE_font", sans-serif;
  color: #FF8709;
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
}

/* ==========================================================================
チケットページ
========================================================================== */
.ticketschedule {
  margin-bottom: 30px;
}
.ticketschedule .tickets_wrap .ticket-table {
  width: 70%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 2px;
  background: #fff;
}
@media only screen and (max-width: 988px) {
  .ticketschedule .tickets_wrap .ticket-table {
    width: 100%;
  }
}
.ticketschedule .tickets_wrap .ticket-table th {
  background: #002d55;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.ticketschedule .tickets_wrap .ticket-table th span {
  font-size: 80%;
}
@media only screen and (max-width: 988px) {
  .ticketschedule .tickets_wrap .ticket-table th {
    font-size: 12px;
  }
}
.ticketschedule .tickets_wrap .ticket-table td {
  background: #d8dde3;
  padding: 18px 20px;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
}
@media only screen and (max-width: 988px) {
  .ticketschedule .tickets_wrap .ticket-table td {
    font-size: 12px;
    padding: 12px 14px;
  }
}
.ticketschedule .tickets_wrap .ticket-table td .kome {
  font-size: 12px;
  font-weight: unset;
}
.ticketschedule .tickets_wrap .tickets_guide .ticket-table thead tr th:first-child {
  width: 20%;
}
.ticketschedule .tickets_wrap .img_wrap {
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 988px) {
  .ticketschedule .tickets_wrap .img_wrap {
    width: 100%;
  }
}
.ticketschedule .notes {
  list-style: disc;
  margin-left: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (max-width: 988px) {
  .ticketschedule .notes {
    margin-bottom: 20px;
  }
}
.ticketschedule .ttl_bg {
  background: #002d55;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 5px;
  margin-bottom: 30px;
  font-size: 23px;
}
@media only screen and (max-width: 988px) {
  .ticketschedule .ttl_bg {
    font-size: 14px;
    padding: 10px;
  }
}
.ticketschedule img {
  width: 100%;
}
.ticketschedule .pul_ticket {
  width: 500px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 988px) {
  .ticketschedule .pul_ticket {
    width: 100%;
    margin: 0 auto 20px;
  }
}

/* ==========================================================================
会場
========================================================================== */
@media only screen and (max-width: 988px) {
  .stadium {
    margin-bottom: 30px;
  }
}
.stadium .access {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 120px;
}
.stadium .access:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 988px) {
  .stadium .access {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.stadium .access h5 {
  font-size: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .stadium .access h5 {
    font-size: 1.5rem;
    margin: 0;
  }
}
.stadium .access h5 .paid {
  background: #E7080C;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  padding: 8px 10px;
  margin-left: 10px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 988px) {
  .stadium .access h5 .paid {
    font-size: 1rem;
    padding: 5px;
    margin-left: 5px;
  }
}
.stadium .access h5 .free {
  background: #087BE7;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  padding: 8px 10px;
  margin-left: 10px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 988px) {
  .stadium .access h5 .free {
    font-size: 1rem;
    padding: 5px;
    margin-left: 5px;
  }
}
.stadium .access h5::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FF8709;
  margin-right: 10px;
}
@media only screen and (max-width: 988px) {
  .stadium .access h5::before {
    width: 10px;
    height: 10px;
  }
}
.stadium .access img {
  width: 100%;
}
.stadium .access__Table {
  width: 100%;
}
.stadium .access__Table th,
.stadium .access__Table td {
  padding: 1%;
  vertical-align: middle;
}
@media only screen and (min-width: 988px) {
  .stadium .access__Table th,
  .stadium .access__Table td {
    padding: 2%;
  }
}
.stadium .access__Table th {
  background: #002d55;
  color: #fff;
  border-top: #002d55 1px solid;
  border-bottom: #fff 1px solid;
  width: 30%;
}
.stadium .access__Table td {
  border: #d9d9d9 1px solid;
  background: #fff;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 988px) {
  .stadium .access__Table td {
    padding: 5%;
  }
}
.stadium .access__Table td span {
  background: #002d55;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
}
@media only screen and (max-width: 988px) {
  .stadium .access__Table td span {
    display: inline-block;
    padding: 5px 15px;
  }
}
.stadium .access__Table a:not(.c-button--01, .c-button--04) {
  color: #002d55;
}
.stadium .access__Table a:not(.c-button--01, .c-button--04):hover {
  text-decoration: none;
}
.stadium .access__Table .c-button--04 {
  width: 300px;
  padding: 20px 0px;
  margin: unset;
  color: #fff;
}
@media only screen and (max-width: 988px) {
  .stadium .access__Table .c-button--04 {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* ==========================================================================
フローティングバナー
========================================================================== */
.floatingBnr {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 5;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
@media only screen and (max-width: 988px) {
  .floatingBnr {
    margin: 0 auto;
    position: sticky;
    bottom: 0;
  }
}
.floatingBnr img {
  width: 100%;
}
.floatingBnr__close {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.floatingBnr__close:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 988px) {
  .floatingBnr__close {
    top: 10px;
    width: 30px;
    height: 30px;
    font-size: 25px;
  }
}/*# sourceMappingURL=u21.css.map */