@font-face {
  font-family: 'abolition';
  src: url('../font/FontsFree-Net-Abolition-W00-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'acumin';
  src: url('../font/Acumin_Pro_Condensed.ttf') format('truetype');
}

.acumin {
  font-family: 'acumin';
  font-weight: bold;
}

.abo {
  font-family: 'abolition', sans-serif;
  font-weight: normal;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
}

ul,
ol {
  list-style: none;
}

.inner_sm,
.inner,
.inner_lg {
  margin: 0 auto;
}

.inner_sm {
  width: 73rem;
  max-width: 89%;
}

.inner {
  max-width: 89%;
  width: 80rem;
}

.inner_lg {
  max-width: 89%;
  width: 80rem;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
  padding-top: 5.7rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.cv_btn {
  z-index: 100;
  width: 39.3rem;
  position: fixed;
  bottom: 3rem;
  right: 3.15rem;
}

.cv_btn img {
  width: 100%;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 5.7rem;
  z-index: 100;
}

.header .wrapper {
  width: 100%;
  height: 100%;
  padding: 0 10rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001976;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_link_sp {
  width: 16rem;
}

.header .game_schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  -webkit-transform: translateX(10rem);
  transform: translateX(10rem);
}

.header .game_schedule .schedule_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .game_schedule .section {
  text-align: center;
  margin-right: 0.84rem;
}

.header .game_schedule .section img {
  width: 7.56rem;
  margin-bottom: 0.6rem;
}

.header .game_schedule .section p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.header .game_schedule .section p span {
  font-size: 2rem;
}

.header .game_schedule .vs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.6rem;
}

.header .game_schedule .vs img {
  width: 9rem;
}

.header .game_schedule .vs p {
  font-size: 2rem;
  color: #fff;
}

.header .game_schedule .date {
  margin-right: 3rem;
  font-size: 6.1rem;
  color: #fff;
  letter-spacing: 0.075em;
}

.header .game_schedule .time {
  margin-right: 2.3rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header .game_schedule .time p {
  text-align: center;
  color: #fff;
}

.header .game_schedule .time p:nth-of-type(1) {
  letter-spacing: 0.1em;
  font-size: 4.2rem;
}

.header .game_schedule .time p:nth-of-type(1) span {
  font-size: 3.2rem;
}

.header .game_schedule .time p:nth-of-type(2) {
  font-size: 1.3rem;
}

.header .menu_icon {
  position: absolute;
  right: 3.2rem;
  top: 0;
  width: 5.7rem;
  width: 4.3rem;
  height: 100%;
  cursor: pointer;
  background: url(../img/menu.svg) no-repeat center center;
  background-size: 4.3rem auto;
}
.header.opened .menu_icon {
  background: url(../img/menu_close.svg) no-repeat center center;
  background-size: 100% auto;
  background-size: 4.3rem auto;
}

.header .menu_icon .open_menu {
  width: 100%;
  height: 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .menu_icon .open_menu .wrapper {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3rem;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.header .menu_icon .open_menu .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (0.65rem) [2];
  grid-template-columns: repeat(2, 0.65rem);
  -ms-grid-rows: (0.65rem) [2];
  grid-template-rows: repeat(2, 0.65rem);
  gap: 0.22rem;
}

.header .menu_icon .open_menu .box span {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #001976;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.header .menu_icon .open_menu p {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: #001976;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.header .menu_icon .open_menu:hover .wrapper {
  background-color: #fff;
}

.header .menu_icon .open_menu:hover .box span {
  background-color: #001976;
}

.header .menu_icon .open_menu:hover p {
  color: #001976;
}

.header .menu_icon .close_menu {
  display: none;
}

.header .global_nav {
  position: fixed;
  width: auto;
  right: -100%;
  top: 5.7rem;
  padding: 22px 38px;
  background-color: #004b93;
  z-index: -10;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.header.opened .global_nav {
  right: 0;
}

.header .global_nav .nav_list {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 4rem;
}

.header .global_nav .nav_list li {
  padding-left: 20px;
  background: url(../img/nav/arrow_nav.svg) no-repeat left center;
  background-size: auto;
}
.header .global_nav .nav_list li a {
  color: #fff;
}

.header.opened .menu_icon .open_menu {
  display: none;
}

.header.opened .menu_icon .close_menu {
  display: block;
}

.key_visual {
  width: 100%;
}

.key_visual img {
  width: 100%;
}

.schedule_outer .heading_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
  margin-bottom: 0.6rem;
}

.schedule_outer .heading_bar img {
  width: 18.6rem;
}

.schedule_outer .heading_bar h1 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
}

.schedule_outer .heading_bar h1 span {
  font-size: 3.2rem;
}

.schedule_outer .schedule_container {
  padding: 9rem 0 35.7rem;
  position: relative;
  background-image: url('../img/schedule_bg_pc.jpg');
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.schedule_outer .schedule_container .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.9rem;
}

.schedule_outer .schedule_container.second {
  background-color: #fff;
  background-image: unset;
}

.schedule_outer .schedule_container.second .team {
  color: #221815;
}

.schedule_outer .schedule_container.second .date_time {
  color: #221815;
}

.schedule_outer .schedule_container .team {
  margin-bottom: 2.5rem;
  text-align: center;
  color: #fff;
}

.schedule_outer .schedule_container .team .team_visual {
  width: 21rem;
  margin-bottom: 1.5rem;
}

.schedule_outer .schedule_container .team .team_visual img {
  width: 100%;
}

.schedule_outer .schedule_container .team .en_name {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.schedule_outer .schedule_container .team .jp_name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.schedule_outer .schedule_container .team .separate {
  display: block;
  content: '';
  width: 11.8rem;
  height: 0.9rem;
  margin: 0.7rem auto 1.2rem;
}

.schedule_outer .schedule_container .team .separate.mito {
  background-color: #004b93;
}

.schedule_outer .schedule_container .team .separate.play_team {
  background-color: #ed6d00;
}

.schedule_outer .schedule_container .date_time {
  color: #fff;
  padding-top: 9.2rem;
  font-size: 4rem;
}
.schedule_outer .schedule_container .date_time.below {
  padding-top: 0;
  font-size: 2.8rem;
}

.schedule_outer .schedule_container .date_time .wrapper {
  text-align: center;
}

.schedule_outer .schedule_container .date_time .date {
  font-size: 8.3rem;
  letter-spacing: 0.1em;
  line-height: 1.13;
  margin-bottom: 0;
}

.schedule_outer .schedule_container .date_time .time {
  font-size: 4.9rem;
  letter-spacing: 0.1em;
  line-height: 1.12;
  margin-bottom: 0rem;
}

.schedule_outer .schedule_container .date_time .time span {
  font-size: 4rem;
}

.schedule_outer .schedule_container .date_time .location {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.other_links {
  text-align: center;
  margin-top: 3.2rem;
}
.other_links img {
  width: 483px;
}
@media screen and (min-width: 801px) {
  .schedule_outer .schedule_container .date_time .date,
  .schedule_outer .schedule_container .date_time .time {
    display: inline-block;
  }
  .sp_links {
    padding-top: 4.5rem;
  }
}

.schedule_outer .schedule_container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}

.schedule_section .next_game {
  background-color: #004b93;
  padding: 4rem 0 8rem;
}

.schedule_section .next_game .sub_title {
  color: #fff;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 2.48rem;
}

.schedule_section .next_game .games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}

.game {
  width: 32rem;
  background-color: #fff;
}

.game h3 {
  height: 4rem;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  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;
  background-color: #004b93;
}

.game .game_info {
  padding: 1rem 0;
}

.game .game_info .vs {
  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;
  gap: 1rem;
  color: #004b93;
  margin-bottom: 0.5rem;
}

.game .game_info .vs .home_or_away {
  margin-right: 1.3rem;
  width: 5rem;
}

.game .game_info .vs .vs_txt {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

.game .game_info .vs .team_logo {
  width: 8rem;
}

.game .game_info .vs .team_name {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  font-weight: bold;
}

.game .location {
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: -0.03em;
  color: #fff;
  background-color: #004b93;
}

.games_swiper {
  overflow-x: hidden;
  position: relative;
}

.games_swiper .game {
  width: 32rem;
}

.games_swiper .swiper-button-prev,
.games_swiper .swiper-button-next {
  width: 3.2rem;
  height: 3.2rem;
  top: 56%;
}

.games_swiper .swiper-button-prev {
  left: 0;
  background-image: url('../img/icon/games_prev_btn.svg');
}

.games_swiper .swiper-button-next {
  right: 0;
  background-image: url('../img/icon/games_next_btn.svg');
}

.btn {
  display: block;
  width: 40rem;
  width: 34.3rem;
  height: 6.8rem;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  -webkit-filter: drop-shadow(0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.3));
  color: #004b93;
}

.btn .txt {
  width: 24.4rem;
  height: 100%;
  margin-left: 6.8rem;
  margin-right: 3.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn .txt p {
  font-weight: bold;
  text-align: center;
}

.btn .txt p.main {
  font-size: 2.4rem;
}

.btn .txt p.sub {
  font-size: 1.2rem;
}

.btn .icon_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 6.8rem;
  height: 100%;
  background-color: #001976;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
  z-index: -1;
}

.btn .icon_wrapper img {
  width: 5.8rem;
  position: absolute;
  top: 50%;
  left: 3.55rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}

.btn .icon_wrapper span {
  content: '';
  display: block;
  width: 1.9rem;
  height: 3.4rem;
  background-color: #001976;
  position: absolute;
  right: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.btn .arrow_wrapper {
  width: 3.1rem;
  height: 100%;
  background-color: #001976;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn .arrow_wrapper img {
  width: 1.1rem;
}

.btn.dazn {
}
.btn.dazn .txt p.main {
  font-size: 1.6rem;
  line-height: 2rem;
}

.btn.dazn .icon_wrapper {
  background-color: #fccf00;
}

.btn.dazn .icon_wrapper img {
  width: 4.2rem;
  position: absolute;
  top: 50%;
  left: 3.55rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}

.btn.dazn .icon_wrapper span {
  background-color: #fccf00;
}

.btn.dazn .arrow_wrapper {
  background-color: #fccf00;
}

.btn.dazn:hover,
.btn:hover {
  color: #fff;
}

.btn.dazn:hover .icon_wrapper img {
  left: 5rem;
}

.btn.white {
  background-color: #fff;
  color: #001976;
}

.btn.white:hover {
  color: #fff;
}

.btn.header_btn {
  width: 23rem;
  height: 6rem;
  background-color: #fff;
  color: #004b93;
}

.btn.header_btn .txt {
  width: 14.3rem;
  margin-left: 6rem;
  margin-right: 2.8rem;
}

.btn.header_btn .txt p.main {
  font-size: 1.6rem;
}

.btn.header_btn .txt p.sub {
  font-size: 1rem;
}

.btn.header_btn .icon_wrapper {
  width: 6rem;
  background-color: #006d31;
}

.btn.header_btn .icon_wrapper img {
  width: 4.512rem;
  left: 3.3rem;
}

.btn.header_btn .icon_wrapper span {
  width: 1.6rem;
  height: 2.8rem;
  background-color: #006d31;
  right: -1.4rem;
}

.btn.header_btn .arrow_wrapper {
  width: 2.8rem;
  background-color: #001976;
}

.btn.header_btn .arrow_wrapper img {
  width: 1.4rem;
}

.btn.header_btn:hover {
  color: #fff;
}

.btn.header_btn:hover .icon_wrapper img {
  left: 4rem;
}

.btn:hover .icon_wrapper {
  width: 100%;
}

.btn:hover .icon_wrapper img {
  left: 5.5rem;
}

.btn:hover .icon_wrapper span {
  opacity: 0;
}

.btn_2 {
  background-color: #00111b;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.03em;
  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;
  width: 22rem;
  height: 4rem;
  margin: 0 auto;
  border-radius: 0.6rem;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}

.btn_2 img {
  width: 2.4rem;
  margin-right: 0.96rem;
}

.btn_2.ticket {
  background-color: #001976;
}

.btn_2.ticket img {
  width: 3.4rem;
}

.btn_2:hover {
  background-color: #006d31;
}

.guideline {
  padding-top: 8rem;
}

.guideline .title {
  font-size: 8.3rem;
  letter-spacing: 0.1em;
  line-height: 1.13;
  color: #fff;
  text-align: center;
}

.guideline .guideline_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
}

.guideline .guideline_container .guideline_elem {
  width: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.guideline .guideline_container .guideline_elem a {
  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-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}

.guideline .guideline_container .guideline_elem .guideline_visual {
  width: 100%;
}

.guideline .guideline_container .guideline_elem .guideline_visual img {
  width: 100%;
}

.guideline .guideline_container .guideline_elem .guideline_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.guideline .guideline_container .guideline_elem .guideline_content h2 {
  color: #001976;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.12;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 6.8rem;
}

.guideline .guideline_container .guideline_elem .guideline_content p {
  height: 3.4rem;
  background-color: #004b93;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.guideline .guideline_container .guideline_elem .guideline_content p img {
  width: 1.3rem;
  margin-left: 0.8rem;
}

.links_container {
  padding: 13.2rem 0 8rem;
}

.links_container .title {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #1a487b;
  text-align: left;
  margin-bottom: 3.45rem;
}

.links_container .link_wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.links_container .link_wrapper .link {
  width: 100%;
  background-color: #5e92c2;
  padding: 0.8rem 0 0.5rem;
  text-align: center;
  background: url(../img/title/bg_link.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.links_container .link_wrapper .link p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.9rem;
}

.links_container .link_wrapper .link img {
  width: 1rem;
}

.bar_title {
  width: 100%;
  overflow-x: hidden;
  height: 16.4rem;
  position: relative;
  margin-bottom: 8rem;
}

.bar_title.visual {
  position: absolute;
  left: 0;
  bottom: 2vw;
  margin-bottom: 0;
}

.bar_title .wrapper {
  width: 192rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bar_title .title_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 85rem;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#15406f), to(#5e92c2));
  background: linear-gradient(to top, #15406f, #5e92c2);
  padding: 2.5rem 16.6rem 2.4rem;
}

.bar_title .title_wrapper h1 {
  text-align: right;
  font-size: 8rem;
  letter-spacing: 0.1em;
  color: #fff;
}

.bar_title .message_wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 119rem;
  z-index: 1;
  background-color: #1d2088;
  padding: 3.9rem 15rem;
}

.bar_title .message_wrapper p {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.363;
}

.bar_title.reverse .title_wrapper {
  left: unset;
  right: 0;
  padding-left: 4.4rem;
}

.bar_title.reverse .title_wrapper h1 {
  text-align: left;
}

.bar_title.reverse .message_wrapper {
  right: unset;
  left: 0;
}

.bar_title.reverse .message_wrapper p {
  text-align: right;
}

.event_section {
  padding: 12rem 0 4rem;
  overflow-x: hidden;
}

.event_section .event_main_visual {
  width: 100%;
  margin-bottom: 4rem;
}

.event_section .event_main_visual img {
  width: 100%;
}

.event_section .evet_container {
  /*width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem 3rem;*/
  margin-bottom: 4rem;
}

.event_section .evet_container .event {
}

.event_section .evet_container .event .event_visual {
  width: 100%;
}

.event_section .evet_container .event .event_visual img {
  width: 100%;
}

.event_section .evet_container .event .event_content {
  color: #333;
  padding: 1.6rem 0;
}

.event_section .evet_container .event .event_content p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.event_section .evet_container .event .event_btn {
  width: 100%;
  height: 2.2rem;
  font-size: 1.4rem;
  font-weight: bold;
  background: #0088c9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event_section .evet_container .event .event_btn img {
  width: 1.4rem;
  margin-left: 0.4rem;
}

/*game_preview*/

.game_preview {
  padding: 80px 0;
  background: url(../img/preview_bg_pc.png) no-repeat center center #001976;
  background-size: cover;
  color: #fff;
  overflow-x: hidden;
}
.game_preview .game_preview_container {
}

.game_preview .game_preview_container .game_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.2rem;
}

.game_preview .game_preview_container .game_box .team {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6rem;
}

.game_preview .game_preview_container .game_box .team .team_visual {
  width: 16rem;
  margin-bottom: 0.3rem;
}

.game_preview .game_preview_container .game_box .team .team_visual img {
  width: 100%;
}

.game_preview .game_preview_container .game_box .team .en {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.game_preview .game_preview_container .game_box .team .ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6875;
  margin-top: 1.2rem;
}

.game_preview .game_preview_container .game_box .team span {
  content: '';
  display: block;
  width: 10rem;
  height: 0.8rem;
  margin: 0.6rem auto 0.5rem;
}

.game_preview .game_preview_container .game_box .team span.mito {
  background-color: #005ca2;
}

.game_preview .game_preview_container .game_box .team span.enemy {
  background-color: #ed6d00;
}

.game_preview .game_preview_container .game_box .team .ranking {
}

.game_preview .game_preview_container .game_box .team .ranking p:first-of-type {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.457;
  margin-top: 2.4rem;
}

.game_preview .game_preview_container .game_box .game_info {
  text-align: center;
  padding-top: 1.5rem;
}

.game_preview .game_preview_container .game_box .game_info .vs_ranking {
  margin-bottom: 1.5rem;
}

.game_preview .game_preview_container .game_box .game_info .vs_ranking p {
  font-size: 8.3rem;
  line-height: 1.13;
}

.game_preview .game_preview_container .game_box .game_info .previous_game p {
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.44;
}
.game_preview
  .game_preview_container
  .game_box
  .game_info
  .previous_game
  .date {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom: 24px;
  white-space: nowrap;
}

.game_preview .game_preview_container .game_box .game_info .vs_score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 2.2rem;
}

.game_preview .game_preview_container .game_box .game_info .vs_score p {
  font-size: 5.7rem;
  line-height: 1.14;
}

.game_preview .game_preview_container .game_box .game_info .vs_score p.score {
  font-size: 9rem;
  line-height: 1.13;
  font-weight: normal;
}

.game_preview .game_preview_container .score_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10rem;
  width: 62.8rem;
  margin: 0 auto 3rem;
}

.game_preview .game_preview_container .score_box .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}

.game_preview .game_preview_container .score_box .score div {
  width: 12.7rem;
}

.game_preview .game_preview_container .score_box .score div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.game_preview .game_preview_container .score_box .score div p:first-of-type {
  width: 100%;
  height: 4rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.5rem;
}

.game_preview
  .game_preview_container
  .score_box
  .score
  div
  p:first-of-type.mito {
  background-color: #1a487b;
}

.game_preview
  .game_preview_container
  .score_box
  .score
  div
  p:first-of-type.enemy {
  background-color: #ed6d00;
}

.game_preview .game_preview_container .score_box .score div p:last-of-type {
  width: 100%;
  height: 5.6rem;
  background-color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}

.game_preview .game_preview_container .total_score {
  width: 62.8rem;
  margin: 0 auto;
}

.game_preview .game_preview_container .total_score > p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.43;
  margin-bottom: 4rem;
  text-align: center;
}

.game_preview .game_preview_container .total_score > h2 {
  width: 100%;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #001976;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.game_preview .game_preview_container .total_score .result {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.54rem;
}

.game_preview .game_preview_container .total_score .result div {
  width: 15.2rem;
}

.game_preview .game_preview_container .total_score .result div h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #0088c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4rem;
}

.game_preview .game_preview_container .total_score .result div p {
  font-size: 2.5rem;
  font-weight: bold;
  background-color: #efefef;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 5.6rem;
}

.game_preview .game_preview_container .total_score .result div.half {
  width: 7.35rem;
}

.highlight {
  padding: 1.6rem 0 11.3rem;
  color: #fff;
}

.highlight .underline_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-bottom: 1.6rem;
  padding-bottom: 4px;
  border-bottom: 5px solid;
}

.highlight p {
  font-size: 1.2rem;
  line-height: 1.5;
  /* max-height: 16.6rem; */
  margin-bottom: 3.2rem;
}

.highlight.opened p {
  max-height: unset;
  overflow-y: unset;
}

.more_btn {
  border-radius: 1rem;
  width: 18.4rem;
  height: 3.2rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.2rem solid #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.006em;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.more_btn img {
  width: 1.2rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.interview .interview_container .interviewee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.interview .interview_container .interviewee .interviewee_photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 48.3%;
  background-image: url('../img/interview.jpg');
  z-index: 0;
}

.interview .interview_container .interviewee .interviewee_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.interview .interview_container .interviewee .interviewee_info {
  position: absolute;
  top: 0;
  right: 0;
  width: 52.65%;
  height: 100%;
  z-index: 1;
}

.interview .interview_container .interviewee .interviewee_info .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(#15406f), to(#5e92c2));
  background: linear-gradient(to top, #15406f, #5e92c2);
  -webkit-clip-path: polygon(8.3% 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(8.3% 0, 100% 0, 100% 100%, 0 100%);
}

.interview .interview_container .interviewee .interviewee_info .wrapper {
  width: 63rem;
  margin-left: 2.1rem;
}

.interview .interview_container .interviewee .interviewee_info .wrapper div {
  margin: 5rem 0 1.4rem 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16.2rem;
  color: #fff;
}

.interview
  .interview_container
  .interviewee
  .interviewee_info
  .wrapper
  .position {
  font-size: 3.6rem;
  font-weight: bold;
}

.interview
  .interview_container
  .interviewee
  .interviewee_info
  .wrapper
  .name_en {
  font-size: 3.2rem;
  font-weight: bold;
}

.interview .interview_container .interviewee .interviewee_info .wrapper .name {
  width: 100%;
  height: 7rem;
  background-color: #5e92c2;
  font-size: 4.2rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 7rem;
  margin-bottom: 5rem;
}

.interview
  .interview_container
  .interviewee
  .interviewee_info
  .wrapper
  .interviewee_comment {
  font-size: 3.6rem;
  font-weight: bold;
  padding-left: 5.8rem;
  color: #fff;
}

.interview .interview_container .comment {
  padding: 5rem 0 10rem;
}

.interview .interview_container .comment p {
  font-size: 1.6rem;
  line-height: 2.5;
  max-height: 31.1rem;
  overflow-y: hidden;
  margin-bottom: 4rem;
}

.interview .interview_container .comment p.more_btn {
  color: #fff;
}

.interview .interview_container .comment.opened p {
  max-height: unset;
  overflow-y: unset;
}

.logo_section {
  padding: 2.1rem 0 2.4rem;
  background-color: #5e92c2;
}

.logo_section img {
  display: block;
  margin: 0 auto;
  width: 46.6rem;
}

.title_box {
  width: 100%;
  background-color: #1d2088;
}

.title_box .wrapper {
  text-align: center;
  color: #fff;
  position: relative;
  padding: 5rem 0;
}

.title_box .wrapper h1 {
  font-size: 8rem;
  letter-spacing: 0.1em;
}

.title_box .wrapper p {
  font-size: 3rem;
  font-weight: bold;
}

.title_box .wrapper img {
  width: 12.3rem;
  position: absolute;
  left: 50%;
  bottom: -3.8rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title_box .title_vision {
  width: 100%;
}

.title_box .title_vision img {
  width: 100%;
}

.title_box > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 10rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.gourmand .inner_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gourmand .gourmand_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  padding: 4rem 0 8rem;
  gap: 3.2rem 3.5rem;
}

.gourmand .gourmand_list li {
  width: 100%;
}

.gourmand .gourmand_list li .food_visual {
  width: 100%;
}

.gourmand .gourmand_list li a {
  display: block;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
}
.gourmand .gourmand_list .icon {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 1;
  width: 2.3rem;
}

.gourmand .gourmand_list .ttl {
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #004b93;
  padding: 0.8rem 1.1rem;
  min-height: 9.3rem;
}

.gourmand .gourmand_list li p img {
  /*width: 2.178rem;*/
}

.goods .title_box > p {
  max-width: 90rem;
  margin: 0 auto;
}

.goods .goods_list {
  padding: 4.8rem 0 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 5.4rem;
}

.goods .goods_list li {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.goods .goods_list li .goods_visual {
  width: 100%;
}

.goods .goods_list li .goods_visual img {
  width: 100%;
}

.goods .goods_list li .goods_content {
  padding: 0rem 1rem;
}

.goods .goods_list li .goods_content .txt {
  font-size: 1.6rem;
  line-height: 1.8rem;
  min-height: 5.4rem;
  /*overflow-y: auto*/
}

.goods .goods_list li .value {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;
  padding: 2rem 0.5rem 1.5rem;
  color: #001976;
}

.map {
  padding-top: 8rem;
}

.map .bar_title {
  margin-bottom: 8rem;
}

.map .map_visual {
  width: 100%;
}

.map .map_visual img {
  width: 100%;
}

.time_table {
  padding: 9rem 0 8rem;
  background: url(../img/preview_bg_pc.png) no-repeat center center #001976;
  background-size: cover;
  color: #fff;
}

.time_table .title_box {
  margin-bottom: 5rem;
}

.time_table .time_table_wrapper {
  width: 100%;
}

.time_table .time_table_wrapper ul {
  margin-bottom: 2.4rem;
}

.time_table .time_table_wrapper ul .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 5.2rem;
}

.time_table .time_table_wrapper ul .row .time {
  width: 100px;
  background-color: #0088c9;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.12;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.time_table .time_table_wrapper ul .row .loc {
  width: calc(100% - 75px);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.14;
  padding: 15px 12px;
}

.time_table .time_table_wrapper ul .row:not(:last-of-type) {
  margin-bottom: 8px;
}

.time_table .time_table_wrapper .caution {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.ticket_information {
  padding: 8rem 0;
}

.ticket_information .title {
  margin: 3.3rem 0 2.8rem;
  position: relative;
}

.ticket_information .title .inner_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ticket_information .title h1 {
  font-size: 12rem;
  letter-spacing: 0.075em;
  color: #021c71;
}

.ticket_information .title p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #fff;
}

.ticket_information .title::after {
  content: '';
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#15406f), to(#5e92c2));
  background: linear-gradient(to top, #15406f, #5e92c2);
  width: 100%;
  height: 4rem;
  bottom: 1.1rem;
  z-index: -1;
}

.ticket_information .seat_inner {
}

.ticket_information .seat_inner .btn {
  margin: 0 auto;
}

.ticket_information .seat_inner .seat_map {
  width: 89.1%;
  margin: 0 auto;
}

.ticket_information .seat_inner .seat_map img {
  width: 100%;
}

.ticket_information .seat_inner .details {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.ticket_information .seat_inner .seat_table_pc {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.1rem;
  margin-bottom: 3rem;
}

.ticket_information .seat_inner .seat_table_pc thead th {
  font-size: 1rem;
  font-weight: bold;
  background-color: #333;
  color: #fff;
  padding: 1rem 0;
}

.ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(1) {
  width: 21.2%;
}

.ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(2) {
  width: 18.1%;
}

.ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(3) {
  width: 18.1%;
}

.ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(4) {
  width: 15.2%;
}

.ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(5) {
  width: 14.2%;
}

.ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(6) {
  width: 14.2%;
}

.ticket_information .seat_inner .seat_table_pc tbody tr.title_row_1 th {
  background-color: #fdf000;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
}

.ticket_information .seat_inner .seat_table_pc tbody tr.title_row_2 th {
  background-color: #915da3;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.ticket_information .seat_inner .seat_table_pc tbody tr.title_row_3 th {
  background-color: #e95312;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.ticket_information .seat_inner .seat_table_pc tbody tr.title_row_4 th {
  background-color: #23ac38;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.ticket_information .seat_inner .seat_table_pc tbody tr.title_row_5 th {
  background-color: #68c9f2;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.ticket_information .seat_inner .seat_table_pc tbody tr.title_row_6 th {
  background-color: #22188f;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.ticket_information .seat_inner .seat_table_pc tbody tr.title_row_7 th {
  background-color: #f4b4c2;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.ticket_information .seat_inner .seat_table_pc tbody tr.title_row_8 th {
  background-color: #e60011;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.ticket_information .seat_inner .seat_table_pc tbody tr.title_row_9 th {
  background-color: #c0c0c0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.ticket_information .seat_inner .seat_table_pc tbody tr td {
  text-align: center;
  font-size: 1.4rem;
  color: #000;
  background-color: #efefef;
}

.ticket_information .seat_inner .seat_table_pc tbody tr td:last-of-type {
  height: 2.4rem;
}

.ticket_information .seat_inner .seat_table_pc tbody tr td:nth-last-of-type(5) {
  font-size: 1.2rem;
}

.stadium_information .title {
  background-color: #1a487b;
  padding: 6rem 0;
  text-align: center;
}

.stadium_information .title h1 {
  font-size: 9rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.12;
}

.stadium_information .title p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
}

.stadium_information .stadium_kv {
  width: 100%;
}

.stadium_information .stadium_kv img {
  width: 100%;
}

.stadium_information .stadium_info_wrapper {
}

.stadium_information .stadium_info_wrapper h2 {
  font-size: 5rem;
  color: #004b93;
  text-align: center;
  margin-bottom: 1.6rem;
}

.stadium_information .stadium_info_wrapper > p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.458;
  text-align: center;
  margin-bottom: 3.2rem;
}

.stadium_information .stadium_info_wrapper .google_map_btn {
  display: block;
  width: 43.5rem;
  margin: 0 auto 6rem;
}

.stadium_information .stadium_info_wrapper .google_map_btn img {
  width: 100%;
}

.stadium_information .stadium_info_wrapper .access_info h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4375;
  margin-bottom: 4rem;
  text-align: center;
}

.stadium_information .stadium_info_wrapper .access_info h3::after {
  content: '';
  display: block;
  background-color: #001976;
  width: 25rem;
  margin: 0 auto;
  height: 1rem;
}

.stadium_information .stadium_info_wrapper .access_wrapper .tab_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 9.5rem;
  margin-bottom: 3.8rem;
}

.stadium_information .stadium_info_wrapper .access_wrapper .tab_container .tab {
  width: 50%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  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;
  cursor: pointer;
  position: relative;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .tab_container
  .tab.bus {
  background-color: #004b93;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .tab_container
  .tab.bus
  img {
  width: 4rem;
  margin-right: 1.6rem;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .tab_container
  .tab.bus::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.5rem;
  height: 1.4rem;
  top: calc(100% - 1px);
  background-color: #004b93;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .tab_container
  .tab.car {
  background-color: #bebebe;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .tab_container
  .tab.car
  img {
  width: 4.9rem;
  margin-right: 1.6rem;
}

.stadium_information .stadium_info_wrapper .access_wrapper .intro {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
  line-height: 1.5;
}

.stadium_information .stadium_info_wrapper .access_wrapper .about_bus {
  margin: 0 auto;
}

.stadium_information .stadium_info_wrapper .access_wrapper .about_bus img {
  display: block;
  margin: 0 auto;
}

.stadium_information .stadium_info_wrapper .access_wrapper .info_title {
  width: 100%;
  height: 6rem;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004b93;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.stadium_information .stadium_info_wrapper .access_wrapper .info_title img {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.3rem;
}

.stadium_information .stadium_info_wrapper .access_wrapper .about_car {
  display: none;
  margin: 0 auto;
}

.stadium_information .stadium_info_wrapper .access_wrapper .about_car .detail {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-bottom: 2.5rem;
}

.stadium_information .stadium_info_wrapper .access_wrapper .about_car h5 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  text-align: center;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .stadium_car_park {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.6rem;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .stadium_car_park
  table {
  width: 51.3%;
  border-collapse: separate;
  border-spacing: 0.3rem;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .stadium_car_park
  table
  thead
  th {
  background-color: #004b93;
  height: 3.1rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .stadium_car_park
  table
  thead
  th:first-of-type {
  width: 38.4%;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .stadium_car_park
  table
  thead
  th:nth-of-type(2) {
  width: 34.4%;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .stadium_car_park
  table
  tbody
  td {
  font-size: 1.6rem;
  height: 6rem;
  text-align: center;
  background-color: #efefef;
  background-color: rgb(222 225 225);
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .stadium_car_park
  img {
  width: 46.3%;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .car_park {
  margin-bottom: 3.7rem;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .car_park
  table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.2rem;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .car_park
  table
  th {
  height: 4rem;
  background-color: #004b93;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .car_park
  table
  th:first-of-type {
  width: 33.33%;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .car_park
  table
  th:nth-of-type(2) {
  width: 33.33%;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .car_park
  table
  td {
  height: 4rem;
  font-size: 1.4rem;
  text-align: center;
  background-color: #efefef;
  background-color: rgb(222 225 225);
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .car_park
  table
  td
  a {
  text-decoration: underline;
  color: #004b93;
}

.stadium_information .stadium_info_wrapper .access_wrapper .about_car .car_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40rem;
  height: 7rem;
  border-radius: 3.5rem;
  background: #004b93;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 28px auto 0;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper
  .about_car
  .car_btn
  img {
  width: 100%;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper.is_car
  .tab_container
  .tab.bus {
  background-color: #bebebe;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper.is_car
  .tab_container
  .tab.bus::after {
  display: none;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper.is_car
  .tab_container
  .tab.car {
  background-color: #004b93;
}

.stadium_information
  .stadium_info_wrapper
  .access_wrapper.is_car
  .tab_container
  .tab.car::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3.5rem;
  height: 1.4rem;
  top: calc(100% - 1px);
  background-color: #004b93;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.stadium_information .stadium_info_wrapper .access_wrapper.is_car .about_bus {
  display: none;
}

.stadium_information .stadium_info_wrapper .access_wrapper.is_car .about_car {
  display: block;
}

.banner_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner_container a {
  display: block;
  width: 50%;
}

.banner_container img {
  width: 100%;
}

.swiper_section h1 {
  font-size: 12rem;
  letter-spacing: 0.1em;
  line-height: 1.125;
  color: #fff;
  text-align: center;
}

.swiper_section .title_label {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.4583;
  color: #fff;
  margin-bottom: 5rem;
  text-align: center;
}

.hollytube {
}

.hollytube .movie_swiper {
  width: 100%;
  /*overflow-x: hidden*/
}

.hollytube .movie_swiper .swiper-container {
  position: relative;
  margin-bottom: 2.4rem;
}

.hollytube .movie_swiper .swiper-slide {
  width: 62rem;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  margin: 0 2px;
}
.hollytube .movie_swiper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hollytube .movie_swiper .swiper-slide .movie_container {
  width: 100%;
  margin-bottom: 2.4rem;
}

.hollytube .movie_swiper .swiper-slide .movie_container .movie_inner {
  height: 0;
  padding-top: 56%;
  position: relative;
}

.hollytube .movie_swiper .swiper-slide .movie_container .movie_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hollytube .movie_swiper .swiper-slide h2 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.333;
  color: #fff;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hollytube .movie_swiper .swiper-slide.swiper-slide-active h2 {
  opacity: 1;
}

.hollytube .movie_swiper .swiper-button-prev {
  left: 0;
}

.hollytube .movie_swiper .swiper-button-next {
  right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  width: 3.37rem;
  height: 2.87rem;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 0;
  background: url(../img/icon/prev_slider.svg) no-repeat;
  background-size: auto 100%;
}

.swiper-button-next {
  right: 0;
  background: url(../img/icon/next_slider.svg) no-repeat;
  background-size: auto 100%;
}

.swiper-pagination {
  position: relative;
  bottom: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #dcdcdc;
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 1.5rem !important;

  width: 22.4px !important;
  height: 22.4px !important;
  margin: 0 0.5rem !important;
  background: #fff;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  border-radius: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f0001e;
}

.players {
}

.players .player_swiper {
  overflow-x: hidden;
  position: relative;
}

.players .player_swiper .swiper-container {
  margin-bottom: 4rem;
}

.players .player_swiper .swiper-slide {
  width: 62.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.players .player_swiper .swiper-slide .player_photo {
  width: 50%;
}

.players .player_swiper .swiper-slide .player_photo img {
  width: 100%;
}

.players .player_swiper .swiper-slide .player_info {
  width: 50%;
  background-color: #fff;
}

.players .player_swiper .swiper-slide .player_info .player_personal {
  padding: 1.8rem 2rem 1.3rem;
  background-color: #fff;
}

.players .player_swiper .swiper-slide .player_info .player_personal h2 {
  font-size: 2.2rem;
  color: #001976;
  font-weight: bold;
  line-height: 1.5;
}

.players .player_swiper .swiper-slide .player_info .player_personal p {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.714;
}

.players .player_swiper .swiper-slide .player_info .player_personal .border {
  content: '';
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #001976;
  margin: 0.7rem 0 1rem;
}

.players .player_swiper .swiper-slide .player_info .player_txt {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #001976;
  padding: 1.9rem 2rem 3.7rem;
  max-height: 23.7rem;
  overflow-y: auto;
}

.players .player_swiper .swiper-button-prev,
.players .player_swiper .swiper-button-next {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.players .player_swiper .swiper-button-prev {
  left: calc(50% - 36.7rem);
}

.players .player_swiper .swiper-button-next {
  right: calc(50% - 36.7rem);
}

.about {
  padding-top: 8rem;
}

.about h1 {
  width: 28.5rem;
  margin: 0 auto 3.8rem;
}

.about h1 img {
  width: 100%;
}

.about p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
}

.sns {
  padding: 8rem 0 10.3rem;
  background-color: #fff;
}

.sns > p {
  font-size: 2rem;
  font-weight: bold;
  color: #004b93;
  margin-bottom: 2rem;
  text-align: center;
}
.sns > p.p02 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

.sns > img {
  display: block;
  width: 7.6rem;
  margin: 0 auto 4rem;
}
.sns_logo {
}
.sns_logo img {
  display: block;
  width: 24.5rem;
  margin: -4rem auto 4rem;
}

.sns .sns_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4rem;
}

.sns .sns_container li {
  position: relative;
}

.sns .sns_container img {
  width: 4.5rem;
}

.sns .sns_container p {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #1d2088;
}

.go_to_top {
  background-color: #c0c0c0;
  padding: 1.5rem 0;
  cursor: pointer;
}

.go_to_top img {
  display: block;
  width: 3.5rem;
  margin: 0 auto;
}

.footer {
  padding: 8rem 0 14rem;
  background-color: #001976;
  text-align: center;
}

.footer .footer_logo {
  width: 27.8rem;
  margin: 0 auto 3rem;
}

.footer .footer_logo img {
  width: 100%;
}

.footer small {
  color: #fff;
}

.footer .copyright {
  font-size: 1.2rem;
}

.sp {
  display: none !important;
}

.hide {
  display: none;
}

.fancybox-content {
  padding: 0;
  overflow: unset;
  max-height: 85vh;
}

.fancybox-content .prev_btn,
.fancybox-content .next_btn {
  width: 5.6rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.fancybox-content .prev_btn {
  position: absolute;
  top: 50%;
  left: -7.6rem;
}

.fancybox-content .next_btn {
  position: absolute;
  top: 50%;
  right: -7.6rem;
}

.fancybox-content.hide_guideline {
  width: 62rem;
}

.fancybox-content .guideline_detail_container {
  background-color: #fff;
  width: 100%;
  padding: 4rem 3.5rem 3rem;
}

.fancybox-content .guideline_detail_container .content_visual {
  width: 100%;
  border: 0.5rem solid #1c2483;
  margin-bottom: 2rem;
}

.fancybox-content .guideline_detail_container h3 {
  font-size: 2rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  background-color: #1c2483;
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 2rem;
}

.fancybox-content .guideline_detail_container p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  margin-bottom: 4rem;
}

.fancybox-content .guideline_detail_container button {
  width: 8.7rem;
  height: 3.6rem;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 500;
  border-radius: 2.1rem;
  background-color: #0d3a92;
  color: #fff;
  border: none;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
}

.fancybox-content.hide_event {
  width: 80rem;
}

.fancybox-content .event_detail {
  width: 100%;
  cursor: pointer;
  max-height: 80vh;
  overflow: scroll;
}

.fancybox-content .event_detail .event_visual {
  width: 100%;
}

.fancybox-content .event_detail .event_visual img {
  width: 100%;
}

.fancybox-content .event_detail .detail_contents {
  padding: 4rem 0 3rem;
  width: 59%;
  margin: 0 auto;
}

.fancybox-content .event_detail .detail_contents h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.fancybox-content .event_detail .detail_contents p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.fancybox-content.hide_food {
  width: 60rem;
  background-color: transparent;
}

.fancybox-content.hide_food .title_and_btn {
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5.6rem;
  margin-bottom: 1.5rem;
}

.fancybox-content.hide_food .title_and_btn h2 {
  font-size: 2.8rem;
  color: #fff;
  font-weight: normal;
}

.fancybox-content.hide_food .title_and_btn .next_btn {
  right: 0;
}

.fancybox-content.hide_food .title_and_btn .prev_btn {
  left: 0;
}

.fancybox-content .food_detail {
  width: 100%;
}

.fancybox-content .food_detail .close_btn_2 {
  position: absolute;
  width: 3rem;
  top: -3%;
  right: -9rem;
  cursor: pointer;
  display: none;
}

.fancybox-content .food_detail .food_visual {
  width: 100%;
  position: relative;
}

.fancybox-content .food_detail .food_visual .food_visual_wrapper {
  height: 0;
  padding-top: 75%;
  position: relative;
}

.fancybox-content .food_detail .food_visual_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fancybox-content .food_detail .food_desc {
  width: 100%;
  padding: 4rem 0;
}

.fancybox-content .food_detail .food_desc > p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 2rem;
  /*max-height: 5.5rem;*/
  /*overflow-y: auto*/
}

.fancybox-content .food_detail .food_desc .info {
  margin-bottom: 2.4rem;
}

.fancybox-content .food_detail .food_desc .info p {
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fancybox-content .food_detail .food_desc .info p + p {
  margin-top: 2.4rem;
}

.fancybox-content .food_detail .food_desc .info p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
  width: 11.2rem;
  height: 2.96rem;
  background-color: #5e92c2;
  -webkit-clip-path: polygon(0 0, 9.6rem 0, 100% 50%, 9.6rem 100%, 0% 100%);
  clip-path: polygon(0 0, 9.6rem 0, 100% 50%, 9.6rem 100%, 0% 100%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fancybox-content .food_detail .food_desc .close_btn_1 {
  width: 16rem;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 1340px) {
  .header .game_schedule {
    -webkit-transform: unset;
    transform: unset;
  }

  .ticket_information {
    padding-bottom: 6rem;
  }

  .ticket_information .title {
    margin: 3rem 0 2.5rem;
  }

  .ticket_information .title h1 {
    font-size: 9rem;
  }

  .ticket_information .title p {
    font-size: 1.5rem;
  }

  .interview .bar_title {
    margin: 4rem 0;
  }

  .interview .interview_container .interviewee .interviewee_info {
    position: absolute;
    top: 0;
    right: 0;
    width: 52.65%;
  }

  .interview .interview_container .interviewee .interviewee_info .wrapper {
    width: 90%;
  }

  .interview .interview_container .interviewee .interviewee_info .wrapper div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: unset;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .position {
    font-size: 3rem;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .name_en {
    font-size: 2.8rem;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .name {
    height: 6rem;
    font-size: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .interviewee_comment {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 1200px) {
  .bar_title.visual {
    bottom: 0;
  }

  .bar_title .wrapper {
    width: 192rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .bar_title .title_wrapper {
    padding: 2.5rem 5rem 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bar_title .title_wrapper h1 {
    font-size: 6rem;
  }

  .bar_title .message_wrapper {
    z-index: 1;
    padding: 3.9rem 14rem;
  }

  .bar_title .message_wrapper p {
    font-size: 1.8rem;
    line-height: 1.363;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bar_title.reverse .title_wrapper {
    padding-left: 2rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bar_title.reverse .title_wrapper h1 {
    text-align: left;
  }

  .bar_title.reverse .message_wrapper p {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1110px) {
  .header .game_schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    -webkit-transform: unset;
    transform: unset;
  }

  .header .game_schedule .schedule_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .game_schedule .vs {
    gap: 0.5rem;
    margin-right: 1rem;
  }

  .header .game_schedule .vs img {
    width: 7rem;
  }

  .header .game_schedule .vs p {
    font-size: 1.8rem;
  }

  .header .game_schedule .date {
    margin-right: 1rem;
    font-size: 3rem;
  }

  .header .game_schedule .time {
    margin-right: 1.4rem;
  }

  .header .game_schedule .time p:nth-of-type(1) {
    font-size: 4rem;
  }

  .header .game_schedule .time p:nth-of-type(1) span {
    font-size: 3rem;
  }

  .header .game_schedule .time p:nth-of-type(2) {
    font-size: 1.1rem;
  }

  .ticket_information .title h1 {
    font-size: 7rem;
  }

  .ticket_information .title p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1060px) {
  .interview .bar_title {
    margin: 4rem 0;
  }

  .interview .interview_container .interviewee .interviewee_info {
    position: absolute;
    top: 0;
    right: 0;
    width: 52.65%;
  }

  .interview .interview_container .interviewee .interviewee_info .wrapper {
    width: 90%;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .position {
    font-size: 2.6rem;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .name_en {
    font-size: 2.4rem;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .name {
    height: 5rem;
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .interviewee_comment {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 920px) {
  .header .wrapper .game_schedule .schedule_wrapper {
    display: none;
  }

  .bar_title .title_wrapper {
    padding: 2.4rem 3rem;
  }

  .bar_title .title_wrapper h1 {
    font-size: 5rem;
  }

  .bar_title .message_wrapper {
    padding: 3rem 14rem;
  }

  .bar_title .message_wrapper p {
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ticket_information .title h1 {
    font-size: 6rem;
  }

  .ticket_information .title p {
    margin-bottom: 1rem;
  }

  .ticket_information .title .inner_lg {
    max-width: 100%;
    width: 100%;
  }

  .ticket_information .title::after {
    height: 2.2rem;
    bottom: 0.8rem;
  }
}

@media screen and (max-width: 800px) {
  .sp {
    display: block !important;
  }

  .inner_sm {
    width: 92%;
    max-width: 92%;
  }

  .inner {
    width: 92%;
    max-width: 92%;
  }

  .inner_lg {
    width: 92%;
    max-width: 92%;
  }

  .cv_btn {
    width: 100%;
    max-width: 600px;
    bottom: 0;
    right: 0rem;
  }

  .cv_btn img {
    width: 100%;
  }

  .header {
    width: 100vw;
    max-width: 100%;
  }

  .header .wrapper {
    padding: 0 6.6rem 0 1.6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header .menu_icon {
    right: 1.6rem;
  }

  .header .menu_icon .open_menu .wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.79rem;
  }

  .header .menu_icon .open_menu .box {
    -ms-grid-columns: (0.84rem) [2];
    grid-template-columns: repeat(2, 0.84rem);
    -ms-grid-rows: (0.84rem) [2];
    grid-template-rows: repeat(2, 0.84rem);
    gap: 0.28rem;
  }

  .header .menu_icon .open_menu p {
    font-size: 1.3rem;
  }

  .header .menu_icon .open_menu:hover .wrapper {
    background-color: #1a487b;
  }

  .header .menu_icon .open_menu:hover .box span {
    background-color: #fff;
  }

  .header .menu_icon .open_menu:hover p {
    color: #fff;
  }

  .header .menu_icon .close_menu {
    display: none;
  }

  .header .global_nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .global_nav .top_btn {
    height: 6.2rem;
    margin-bottom: 1.5rem;
  }

  .header .global_nav p {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }

  .header .global_nav .header_sns {
    gap: 6rem;
    margin-bottom: 5.7rem;
  }

  .header .global_nav .header_sns li {
    width: 4.1rem;
  }

  .header .global_nav .header_sns li span {
    font-size: 1.4rem;
  }

  .header.opened .global_nav {
  }

  .key_visual {
    width: 100%;
  }

  .key_visual img {
    width: 100%;
  }

  .schedule_outer .heading_bar {
    margin-bottom: 2.4rem;
  }
  .schedule_outer .schedule_container {
    padding: 8rem 0 28.2rem;
    background-image: url('../img/schedule_bg_sp.jpg');
  }

  .schedule_outer .schedule_container .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.2rem;
  }

  .schedule_outer .schedule_container.second {
    background-color: #fff;
    background-image: unset;
  }

  .schedule_outer .schedule_container.second .team {
    color: #221815;
  }

  .schedule_outer .schedule_container.second .date_time {
    color: #221815;
  }

  .schedule_outer .schedule_container .team {
    margin-bottom: 2.5rem;
  }

  .schedule_outer .schedule_container .team .team_visual {
    width: 15.5rem;
    margin-bottom: 1.2rem;
  }

  .schedule_outer .schedule_container .team .en_name {
    font-size: 2rem;
  }

  .schedule_outer .schedule_container .team .jp_name {
    font-size: 1.4rem;
  }

  .schedule_outer .schedule_container .team .separate {
    width: 9.6rem;
    height: 0.7rem;
    margin: 0.6rem auto 0.5rem;
  }

  .schedule_outer .schedule_container .date_time {
    padding-top: 9.2rem;
    font-size: 2.8rem;
  }

  .schedule_outer .schedule_container .date_time.below {
    padding-top: 0;
  }

  .schedule_outer .schedule_container .date_time .date {
    font-size: 8.3rem;
  }

  .schedule_outer .schedule_container .date_time .time {
    font-size: 4.9rem;
    margin-bottom: 0.74rem;
  }

  .schedule_outer .schedule_container .date_time .location {
    font-size: 1.6rem;
  }

  .schedule_outer .schedule_container .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4rem;
  }

  .sp_links {
    padding-top: 3.2rem;
  }
  .other_links {
    margin-top: 2.4rem;
  }

  .sp_links.white {
    background-color: #fff;
  }

  .sp_links .links {
    gap: 2rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .schedule_section .next_game {
    background-color: #004b93;
    padding: 4rem 0 8rem;
  }

  .schedule_section .next_game .sub_title {
    color: #fff;
    font-size: 4.2rem;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 2.48rem;
  }

  .schedule_section .next_game .games {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .schedule_section .next_game .games .game {
    width: 32rem;
    background-color: #fff;
  }

  .schedule_section .next_game .games .game h3 {
    height: 4rem;
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 0.1em;
    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;
    background-color: #004b93;
  }

  .schedule_section .next_game .games .game .game_info {
    padding: 1rem 0;
  }

  .schedule_section .next_game .games .game .game_info .vs {
    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;
    gap: 1rem;
    color: #004b93;
    margin-bottom: 0.5rem;
  }

  .schedule_section .next_game .games .game .game_info .vs .home_or_away {
    margin-right: 1.3rem;
    width: 5rem;
  }

  .schedule_section .next_game .games .game .game_info .vs .vs_txt {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }

  .schedule_section .next_game .games .game .game_info .vs .team_logo {
    width: 8rem;
  }

  .schedule_section .next_game .games .game .game_info .vs .team_name {
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    font-weight: bold;
  }

  .schedule_section .next_game .games .game .location {
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: -0.03em;
    color: #fff;
    background-color: #004b93;
  }

  .btn {
    width: 100%;
    height: 6.8rem;
  }

  .btn .txt {
    width: calc(100% - 6.8rem);
    margin-left: 6.8rem;
    margin-right: unset;
    padding-right: 3.1rem;
  }

  .btn .txt p.main {
    font-size: 2.2rem;
    letter-spacing: -0.045em;
  }

  .btn .txt p.sub {
    font-size: 1rem;
  }

  .btn .icon_wrapper {
    width: 6.8rem;
  }

  .btn .icon_wrapper img {
    left: 3.5rem;
  }

  .btn .icon_wrapper span {
    height: 3.3rem;
    right: -1.3rem;
  }

  .btn .arrow_wrapper {
    width: 3.1rem;
  }

  .btn.header_btn {
    height: 5rem;
  }

  .btn.header_btn .txt {
    width: calc(100% - 6rem);
    margin-left: 6rem;
  }

  .btn_2 {
    background-color: #00111b;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.03em;
    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;
    width: 22rem;
    height: 4rem;
    margin: 0 auto;
    border-radius: 0.6rem;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }

  .btn_2 img {
    width: 2.4rem;
    margin-right: 0.96rem;
  }

  .btn_2.ticket {
    background-color: #001976;
  }

  .btn_2.ticket img {
    width: 3.4rem;
  }

  .btn_2:hover {
    background-color: #006d31;
  }

  .guideline {
    padding-top: 8rem;
  }

  .guideline .title {
    font-size: 5rem;
  }

  .guideline .guideline_container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    width: 100%;
    gap: 3rem 2.3rem;
  }

  .guideline .guideline_container .guideline_elem {
    width: 100%;
  }

  .guideline .guideline_container .guideline_elem:first-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }

  .guideline .guideline_container .guideline_elem:nth-of-type(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
  }

  .guideline .guideline_container .guideline_elem:nth-of-type(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }

  .guideline .guideline_container .guideline_elem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .guideline .guideline_container .guideline_elem .guideline_visual {
    width: 100%;
  }

  .guideline .guideline_container .guideline_elem .guideline_visual img {
    width: 100%;
  }

  .guideline .guideline_container .guideline_elem .guideline_content h2 {
    padding: 0.8rem 0.3rem;
    font-size: 1.4rem;
    min-height: 5.4rem;
  }

  .guideline .guideline_container .guideline_elem .guideline_content p {
    height: 2.7rem;
    font-size: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.55rem;
    line-height: 1;
  }

  .guideline .guideline_container .guideline_elem .guideline_content p img {
    width: 1.026rem;
    margin-left: 0;
  }

  .links_container {
    padding: 8rem 0;
  }

  .links_container .title {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }

  .links_container .link_wrapper {
    grid-gap: 1.6rem 1.4rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: 34.5rem;
    margin: 0 auto;
  }

  .links_container .link_wrapper .link {
    padding: 0.8rem 0 0.5rem;
  }

  .links_container .link_wrapper .link h3 {
    font-size: 1.8rem;
    margin-bottom: 0rem;
  }

  .links_container .link_wrapper .link p {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }

  .links_container .link_wrapper .link img {
    width: 1rem;
  }

  .bar_title {
    height: 16rem;
    margin-bottom: 4rem;
  }

  .bar_title.visual {
    bottom: 0;
  }

  .bar_title .wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .bar_title .title_wrapper {
    width: 94.6%;
    height: 8rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bar_title .title_wrapper h1 {
    font-size: 5rem;
  }

  .bar_title .message_wrapper {
    width: 94.6%;
    height: 8rem;
    z-index: 1;
    padding: 1rem 2.7rem;
  }

  .bar_title .message_wrapper p {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.363;
  }

  .bar_title.reverse .title_wrapper {
    left: unset;
    right: 0;
  }

  .bar_title.reverse .title_wrapper h1 {
    text-align: left;
  }

  .bar_title.reverse .message_wrapper {
    right: unset;
    left: 0;
  }

  .bar_title.reverse .message_wrapper p {
    text-align: right;
  }

  .event_section {
    padding: 7.3rem 0 5rem;
  }

  .event_section .event_main_visual {
    margin-bottom: 2rem;
  }

  .event_section .evet_container {
  }

  .event_section .evet_container .event .event_content {
    padding: 1rem 0 0.6rem;
  }

  .event_section .evet_container .event .event_content p {
    height: 4.1rem;
    font-size: 1.4rem;
  }

  .event_section .evet_container .event .event_btn {
    height: 2.2rem;
    gap: 0.35rem;
    font-size: 1.4rem;
    line-height: 1;
  }

  .event_section .evet_container .event .event_btn img {
    width: 1.2rem;
    margin-left: 2px;
  }

  .game_preview .game_preview_container {
  }

  .game_preview .game_preview_container .game_box {
    gap: 0.3rem;
    margin-bottom: 18.8rem;
  }

  .game_preview .game_preview_container .game_box .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .game_preview .game_preview_container .game_box .team .team_visual {
    width: 15.5rem;
    margin-bottom: 0rem;
  }

  .game_preview .game_preview_container .game_box .team .en {
    font-size: 1.9rem;
  }

  .game_preview .game_preview_container .game_box .team .ja {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }

  .game_preview .game_preview_container .game_box .team span {
    content: '';
    display: block;
    width: 9.6rem;
    height: 0.7rem;
  }

  .game_preview .game_preview_container .game_box .team .ranking {
    padding-top: 0;
  }

  .game_preview .game_preview_container .game_box .team.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .game_preview .game_preview_container .game_box .game_info {
    text-align: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 9.2rem;
    position: relative;
  }

  .game_preview .game_preview_container .game_box .game_info .vs_ranking {
    margin-bottom: 1.5rem;
  }

  .game_preview .game_preview_container .game_box .game_info .vs_ranking p {
    font-size: 2.8rem;
    line-height: 1.13;
  }

  .game_preview .game_preview_container .game_box .game_info .previous_game {
    position: absolute;
    left: 50%;
    top: calc(100% + 12.8rem);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .game_preview .game_preview_container .game_box .game_info .previous_game p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.44;
  }

  .game_preview .game_preview_container .game_box .game_info .vs_score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    gap: 0;
  }

  .game_preview .game_preview_container .game_box .game_info .vs_score p {
    font-size: 5.7rem;
    line-height: 1.14;
    margin: 0 3rem;
  }

  .game_preview .game_preview_container .game_box .game_info .vs_score p.score {
    margin: 0;
    font-size: 9rem;
    line-height: 1.13;
  }

  .game_preview .game_preview_container .score_box {
    gap: 1rem;
    width: 89%;
    margin: 0 auto 1rem;
  }

  .game_preview .game_preview_container .score_box .score {
    gap: 0.5rem;
    width: calc(50% - 0.5rem);
  }

  .game_preview .game_preview_container .score_box .score div {
    width: calc(50% - 0.25rem);
  }

  .game_preview .game_preview_container .score_box .score div p:first-of-type {
    height: 2.27rem;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
  }

  .game_preview .game_preview_container .score_box .score div p:last-of-type {
    height: 3.47rem;
    font-size: 2.4rem;
  }

  .game_preview .game_preview_container .total_score {
    width: 100%;
    margin: 0 auto;
  }

  .game_preview .game_preview_container .total_score > p {
    font-size: 1.2rem;
    margin-bottom: 1.3rem;
  }

  .game_preview .game_preview_container .total_score > h2 {
    margin-bottom: 0.8rem;
  }

  .game_preview .game_preview_container .total_score .result {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.3rem;
  }

  .game_preview .game_preview_container .total_score .result div {
    width: calc(50% - 0.15rem);
  }

  .game_preview .game_preview_container .total_score .result div h3 {
    font-size: 1.2rem;
    height: 2.3rem;
  }

  .game_preview .game_preview_container .total_score .result div p {
    margin-top: 0.2rem;
    height: 3.5rem;
  }

  .game_preview .game_preview_container .total_score .result div.half {
    width: calc((50% - 0.3rem) / 2);
  }

  .highlight {
  }

  .highlight .underline_title {
    font-size: 2rem;
    line-height: 1.33;
    font-weight: bold;
    text-align: left;
    margin-bottom: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 4px;
  }

  .highlight .underline_title::after {
    display: none;
    content: '';
    width: 10rem;
    height: 0.8rem;
    margin: 1.1rem auto;
  }

  .highlight p {
    overflow-y: hidden;
    font-size: 1.2rem;
    /* max-height: 13.5rem; */
    margin-bottom: 1.6rem;
  }

  .more_btn {
    width: 16.8rem;
    height: 3rem;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 0 !important;
  }

  .more_btn img {
    width: 1.2rem;
  }

  .interview .bar_title {
    margin: 4rem 0;
  }

  .interview .bar_title .wrapper .message_wrapper {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .interview .interview_container .interviewee {
    width: 100%;
    height: unset;
    overflow-x: hidden;
    position: relative;
  }

  .interview .interview_container .interviewee .interviewee_photo {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: unset;
    padding-right: unset;
  }

  .interview .interview_container .interviewee .interviewee_info {
    position: relative;
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    margin-top: -5rem;
    padding: 7rem 0 2.4rem;
  }

  .interview .interview_container .interviewee .interviewee_info .bg {
    -webkit-clip-path: polygon(0 5rem, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 5rem, 100% 0, 100% 100%, 0 100%);
  }

  .interview .interview_container .interviewee .interviewee_info .wrapper {
    width: 100%;
    margin-left: 0;
  }

  .interview .interview_container .interviewee .interviewee_info .wrapper div {
    width: 89%;
    margin: 0 auto 1rem;
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .position {
    font-size: 2.2rem;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .name_en {
    font-size: 1.8rem;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .name {
    height: 4.7rem;
    background-color: #1a487b;
    font-size: 2.8rem;
    padding-left: 5.5%;
    margin-bottom: 2.5rem;
  }

  .interview
    .interview_container
    .interviewee
    .interviewee_info
    .wrapper
    .interviewee_comment {
    font-size: 1.8rem;
    padding-left: 5.5%;
  }

  .interview .interview_container .comment {
    padding: 2rem 0 4rem;
  }

  .interview .interview_container .comment p {
    font-size: 1.2rem;
    line-height: 3;
    max-height: 31.1rem;
    margin-bottom: 2rem;
  }

  .logo_section {
    padding: 2.1rem 0 2.4rem;
  }

  .logo_section img {
    width: 89%;
  }

  .title_box {
    width: 100%;
    background-color: #1d2088;
  }

  .title_box .wrapper {
    text-align: center;
    color: #fff;
    position: relative;
    padding: 2rem 0;
  }

  .title_box .wrapper h1 {
    font-size: 5rem;
  }

  .title_box .wrapper p {
    font-size: 1.6rem;
  }

  .title_box .wrapper img {
    bottom: -3.7rem;
  }

  .title_box .title_vision {
    width: 100%;
  }

  .title_box .title_vision img {
    width: 100%;
  }

  .title_box > p {
    display: block;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    height: unset;
    padding: 3rem 5.3%;
    font-size: 1.6rem;
  }

  .gourmand .inner_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gourmand .gourmand_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    padding: 4rem 0 8rem;
    gap: 3.2rem 1rem;
  }

  .gourmand .gourmand_list li p {
    height: 2.2rem;
    font-size: 1.4rem;
    line-height: 1;
  }

  .gourmand .gourmand_list li p img {
    /*width: 1.175rem;*/
    /*margin-left: 0.1rem*/
  }

  .goods .title_box > p {
    max-width: unset;
  }

  .goods .goods_list {
    padding: 4rem 0 0rem;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 1.5rem;
  }

  .goods .goods_list li .goods_content {
    padding: 0.8rem 0.5rem;
  }

  .goods .goods_list li .goods_content .txt {
    font-size: 1.2rem;
    height: 4.9rem;
    overflow-y: auto;
  }

  .goods .goods_list li .value {
    font-size: 1.4rem;
    padding: 0.8rem 0.5rem;
  }

  .map {
    padding: 8rem 0 0;
  }

  .map .bar_title {
    margin-bottom: 2rem;
  }

  .map .bar_title .message_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .map .map_visual {
    width: 100%;
  }

  .map .map_visual img {
    width: 100%;
  }

  .time_table {
    padding: 8rem 0;
  }

  .time_table .title_box {
    margin-bottom: 5rem;
  }

  .time_table .inner_sm {
    width: 94.67%;
  }

  .time_table .time_table_wrapper {
    width: 100%;
  }

  .time_table .time_table_wrapper ul .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .time_table .time_table_wrapper ul .row .loc {
    font-size: 1.4rem;
  }

  .time_table .time_table_wrapper .caution {
    margin: 0 auto;
    font-size: 1.4rem;
  }

  .ticket_information {
    padding-bottom: 6.4rem;
  }

  .ticket_information .title {
    margin: 1rem 0 2.6rem;
    position: relative;
  }

  .ticket_information .title .inner_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    gap: 3.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 89%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .ticket_information .title h1 {
    letter-spacing: 0.075em;
    color: #021c71;
    font-size: 5rem;
  }

  .ticket_information .title p {
    width: 100%;
    margin-bottom: 2rem;
    color: #1d2088;
  }

  .ticket_information .title::after {
    content: '';
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#15406f), to(#5e92c2));
    background: linear-gradient(to top, #15406f, #5e92c2);
    width: 100%;
    height: 5rem;
    bottom: 5rem;
    z-index: -1;
  }

  .ticket_information .seat_inner {
  }

  .ticket_information .seat_inner .btn {
    margin: 0 auto;
  }

  .ticket_information .seat_inner .seat_map {
    width: 89.1%;
    margin: 0 auto;
  }

  .ticket_information .seat_inner .seat_map img {
    width: 100%;
  }

  .ticket_information .seat_inner .details {
    font-size: 1rem;
    line-height: 1.8;
  }

  .ticket_information .seat_inner .seat_table_pc {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.1rem;
    margin-bottom: 3rem;
  }

  .ticket_information .seat_inner .seat_table_pc thead th {
    font-size: 1.2rem;
    font-weight: normal;
    padding: 2px 0;
  }

  .ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(1) {
    width: 30.2%;
  }

  .ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(2) {
    width: 18.1%;
  }

  .ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(3) {
    width: 18.1%;
  }

  .ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(4) {
    width: 14.2%;
  }

  .ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(5) {
    width: 14.2%;
  }

  .ticket_information .seat_inner .seat_table_pc thead th:nth-of-type(6) {
    width: 14.2%;
  }

  .ticket_information .seat_inner .seat_table_pc tbody tr td {
    font-size: 1.2rem;
  }

  .ticket_information .seat_inner .seat_table_pc tbody tr td:last-of-type {
    /*height: 3rem*/
  }

  .ticket_information
    .seat_inner
    .seat_table_pc
    tbody
    tr
    td:nth-last-of-type(5),
  .ticket_information
    .seat_inner
    .seat_table_pc
    thead
    tr
    th:nth-last-of-type(5) {
    display: none;
  }
  .ticket_information .seat_inner .seat_table_pc tbody tr th {
    text-align: left;
    font-weight: normal !important;
    font-size: 1.2rem !important;
    padding: 0 0.6rem;
    width: 11.4rem !important;
  }

  .ticket_information .seat_box_sp {
    width: 31.1rem;
    margin: 0 auto 0.8rem;
  }

  .ticket_information .seat_box_sp.seat_box_1 h2 {
    background-color: #fdf000;
    color: #004b93;
  }

  .ticket_information .seat_box_sp.seat_box_2 h2 {
    background-color: #915da3;
    color: #fff;
  }

  .ticket_information .seat_box_sp.seat_box_3 h2 {
    background-color: #e95312;
    color: #fff;
  }

  .ticket_information .seat_box_sp.seat_box_4 h2 {
    background-color: #23ac38;
    color: #fff;
  }

  .ticket_information .seat_box_sp.seat_box_5 h2 {
    background-color: #68c9f2;
    color: #fff;
  }

  .ticket_information .seat_box_sp.seat_box_6 h2 {
    background-color: #22188f;
    color: #fff;
  }

  .ticket_information .seat_box_sp.seat_box_7 h2 {
    background-color: #f4b4c2;
    color: #fff;
  }

  .ticket_information .seat_box_sp.seat_box_8 h2 {
    background-color: #fd2500;
    color: #fff;
  }

  .ticket_information .seat_box_sp.seat_box_9 h2 {
    background-color: #c0c0c0;
    color: #fff;
  }

  .ticket_information .seat_box_sp h2 {
    font-size: 1.8rem;
    font-weight: bold;
    height: 4.2rem;
    width: 100%;
    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;
    position: relative;
  }

  .ticket_information .seat_box_sp h2 img {
    position: absolute;
    right: 1.8rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2rem;
  }

  .ticket_information .seat_box_sp h2 img.minus {
    display: none;
  }

  .ticket_information .seat_box_sp .seat_desc {
    display: none;
  }

  .ticket_information .seat_box_sp .seat_desc h3 {
    background-color: #004b93;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ticket_information .seat_box_sp .seat_desc p {
    font-size: 1.6rem;
    color: #004b93;
    text-align: center;
    line-height: 1.25;
    margin: 0.3rem 0 0.4rem;
  }

  .ticket_information .seat_box_sp .seat_desc table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0.1rem;
  }

  .ticket_information .seat_box_sp .seat_desc table th {
    background-color: #004b93;
    height: 2.5rem;
    color: #fff;
    width: calc(100% / 3);
  }

  .ticket_information .seat_box_sp .seat_desc table tbody td {
    text-align: center;
    color: #004b93;
    height: 2.5rem;
    background-color: #e0e0e0;
  }

  .ticket_information .seat_box_sp .seat_desc.wheelchair table {
    margin-bottom: 1.2rem;
  }

  .ticket_information .seat_box_sp .seat_desc.wheelchair table tr.bold td {
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #fff;
  }

  .ticket_information .seat_box_sp.opened h2 img.plus {
    display: none;
  }

  .ticket_information .seat_box_sp.opened h2 img.minus {
    display: block;
  }

  .ticket_information .seat_box_sp.opened .seat_desc {
    display: block;
  }

  .stadium_information .title {
    padding: 2.4rem 0;
  }

  .stadium_information .title h1 {
    font-size: 4.5rem;
  }

  .stadium_information .title p {
    font-size: 1.8rem;
  }

  .stadium_information .stadium_kv {
    width: 100%;
  }

  .stadium_information .stadium_kv img {
    width: 100%;
  }

  .stadium_information .stadium_info_wrapper {
    /*padding: 3rem 0 5rem*/
  }

  .stadium_information .stadium_info_wrapper h2 {
    font-size: 3.3rem;
    margin-bottom: 2rem;
  }

  .stadium_information .stadium_info_wrapper > p {
    font-size: 1.5rem;
    margin-bottom: 2.2rem;
  }

  .stadium_information .stadium_info_wrapper .google_map_btn {
    width: 29.9rem;
    margin: 0 auto 3.5rem;
  }

  .stadium_information .stadium_info_wrapper .access_info h3 {
    font-size: 2rem;
  }

  .stadium_information .stadium_info_wrapper .access_info h3::after {
    width: 10rem;
    height: 0.5rem;
  }

  .stadium_information .stadium_info_wrapper .access_wrapper .tab_container {
    height: 9.3rem;
    margin-bottom: 3rem;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .tab_container
    .tab {
    font-size: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .tab_container
    .tab.bus
    img {
    width: 2.5rem;
    margin-right: 0;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .tab_container
    .tab.car {
    background-color: #bebebe;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .tab_container
    .tab.car
    img {
    width: 3.8rem;
    margin-right: 0;
  }

  .stadium_information .stadium_info_wrapper .access_wrapper .intro {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }

  .stadium_information .stadium_info_wrapper .access_wrapper .about_bus {
    width: 100%;
    margin: 0 auto;
  }

  .stadium_information .stadium_info_wrapper .access_wrapper .about_bus img {
    width: 100%;
  }

  .stadium_information .stadium_info_wrapper .access_wrapper .about_car {
    width: 100%;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .stadium_car_park {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4rem;
    gap: 3rem;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .stadium_car_park
    table {
    width: 100%;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .stadium_car_park
    table
    thead
    th {
    font-size: 1.5rem;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .stadium_car_park
    table
    thead
    th:first-of-type {
    width: 40%;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .stadium_car_park
    table
    thead
    th:nth-of-type(2) {
    width: 30%;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .stadium_car_park
    table
    tbody
    td {
    font-size: 1.35rem;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .stadium_car_park
    img {
    width: 100%;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .car_btn {
    width: 100%;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper.is_car
    .tab_container
    .tab.bus {
    background-color: #bebebe;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper.is_car
    .tab_container
    .tab.bus::after {
    display: none;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper.is_car
    .tab_container
    .tab.car {
    background-color: #001976;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper.is_car
    .tab_container
    .tab.car::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3.9rem;
    height: 3.4rem;
    bottom: -2.3rem;
    background-color: #001976;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .stadium_information .stadium_info_wrapper .access_wrapper.is_car .about_bus {
    display: none;
  }

  .stadium_information .stadium_info_wrapper .access_wrapper.is_car .about_car {
    display: block;
  }

  .banner_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner_container a {
    width: 100%;
  }

  .swiper_section h1 {
    font-size: 9rem;
  }

  .swiper_section .title_label {
    font-size: 1.5rem;
    margin-bottom: 3rem;
  }

  .hollytube {
    padding: 0 1.5rem;
  }

  .hollytube .movie_swiper .swiper-slide {
    width: 31.2rem;
  }

  .hollytube .movie_swiper .swiper-slide .movie_container {
    margin-bottom: 1.6rem;
  }

  .hollytube .movie_swiper .swiper-slide h2 {
    font-size: 1.4rem;
  }

  .hollytube .movie_swiper .swiper-button-prev,
  .hollytube .movie_swiper .swiper-button-next {
    top: 46%;
  }

  .hollytube .movie_swiper .swiper-button-prev {
    left: -2.2rem;
  }

  .hollytube .movie_swiper .swiper-button-next {
    right: -2.2rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 3.368rem;
    height: 2.863rem;
  }

  .swiper-button-prev {
    left: calc(50% - 56.8rem);
  }

  .swiper-button-next {
    right: calc(50% - 56.8rem);
  }

  .swiper-pagination {
    bottom: 0 !important;
  }

  .swiper-pagination .swiper-pagination-bullet {
    width: 13.6px !important;
    height: 13.6px !important;
    margin: 0 4px !important;
  }

  .swiper-pagination .swiper-pagination-bullet-active {
  }

  .players {
  }

  .players .player_swiper {
    overflow-x: hidden;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
  }

  .players .player_swiper .swiper-container {
    margin-bottom: 2.7rem;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .players .player_swiper .tap_icon {
    width: 4.6rem;
    margin: 0 auto 2.5rem;
  }

  .players .player_swiper .swiper-slide {
    width: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .players .player_swiper .swiper-slide.opened {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .players .player_swiper .swiper-slide .player_photo {
    width: 100%;
    -webkit-transform: rotateY(0deg) translateZ(0.01rem);
    transform: rotateY(0deg) translateZ(0.01rem);
  }

  .players .player_swiper .swiper-slide .player_photo img {
    width: 100%;
  }

  .players .player_swiper .swiper-slide .player_info {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: rotateY(180deg) translateZ(0.01rem);
    transform: rotateY(180deg) translateZ(0.01rem);
  }

  .players .player_swiper .swiper-slide .player_info .player_personal {
    padding: 1.8rem 2rem 1.3rem;
  }

  .players .player_swiper .swiper-slide .player_info .player_personal h2 {
    font-size: 2.2rem;
    line-height: 1.5;
  }

  .players .player_swiper .swiper-slide .player_info .player_personal p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .players .player_swiper .swiper-slide .player_info .player_personal .border {
    content: '';
    display: block;
    width: 100%;
    height: 0.2rem;
    margin: 0.7rem 0 1rem;
  }

  .players .player_swiper .swiper-slide .player_info .player_txt {
    font-size: 1.6rem;
    padding: 1.9rem 2rem 3.7rem;
    max-height: 23.7rem;
    overflow-y: auto;
  }

  .players .player_swiper .swiper-button-prev,
  .players .player_swiper .swiper-button-next {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .players .player_swiper .swiper-button-prev {
    left: 0;
  }

  .players .player_swiper .swiper-button-next {
    right: 0;
  }

  .about {
    padding: 3.2rem 0 0;
  }

  .about h1 {
    width: 28rem;
    margin: 0 auto 4rem;
  }

  .about p {
    width: 100%;
    font-size: 1.6rem;
  }

  .sns {
    padding: 8rem 0 10rem;
    background-color: #fff;
  }

  .sns > p {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
  .sns > p.p02 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
  }

  .sns > img {
    width: 5.7rem;
    margin: 0 auto 1.6rem;
  }
  .sns_logo img {
    display: block;
    width: 16.5rem;
    margin: -1.6rem auto 1.6rem;
  }

  .sns .sns_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4rem;
    width: 52%;
    margin: 0 auto;
  }

  .sns .sns_container li {
    position: relative;
  }

  .sns .sns_container img {
    width: 3.8rem;
  }

  .sns .sns_container p {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #1d2088;
  }
  .go_to_top {
    background-color: #c0c0c0;
    padding: 1.1rem 0;
  }

  .go_to_top img {
    display: block;
    width: 2rem;
    margin: 0 auto;
  }

  .footer {
    text-align: center;
    padding: 8rem 0 12rem;
  }

  .footer .footer_logo {
    width: 27.8rem;
    margin: 0 auto 3rem;
  }

  .footer small {
    color: #fff;
  }

  .footer .copyright {
    font-size: 1.2rem;
  }

  .fancybox-content .prev_btn,
  .fancybox-content .next_btn {
    width: 3.3rem;
    position: absolute;
  }

  .fancybox-content .prev_btn {
    left: -1.5rem;
  }

  .fancybox-content .next_btn {
    right: -1.5rem;
  }

  .fancybox-content.hide_guideline {
    width: 83.5%;
  }

  .fancybox-content .guideline_detail_container {
    width: 100%;
    padding: 2rem 2rem 3rem;
  }

  .fancybox-content .guideline_detail_container .content_visual {
    margin-bottom: 1rem;
  }

  .fancybox-content .guideline_detail_container h3 {
    font-size: 1.4rem;
    padding: 1.9rem 0;
    margin-bottom: 1.7rem;
  }

  .fancybox-content .guideline_detail_container p {
    font-size: 1.3rem;
    letter-spacing: -0.05em;
    margin-bottom: 3rem;
  }

  .fancybox-content .guideline_detail_container button {
    width: 7.1rem;
    height: 3rem;
    font-size: 1.3rem;
  }

  .fancybox-content.hide_event {
    width: 83.5%;
  }

  .fancybox-content .event_detail .detail_contents {
    padding: 1rem;
    width: 90%;
  }

  .fancybox-content.hide_food .title_and_btn {
    position: absolute;
    width: 100%;
    top: -4.9rem;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.2rem;
  }

  .fancybox-content.hide_food .title_and_btn h2 {
    font-size: 1.8rem;
    color: #fff;
  }

  .fancybox-content.hide_food .title_and_btn .next_btn {
    position: absolute;
  }

  .fancybox-content.hide_food .title_and_btn .prev_btn {
    position: absolute;
  }

  .fancybox-content .food_detail {
    width: 100%;
    background-color: transparent;
  }

  .fancybox-content .food_detail .close_btn_2 {
    position: absolute;
    width: 1.4rem;
    top: -8.2rem;
    right: 1rem;
    cursor: pointer;
  }
  .fancybox-slide--html {
    padding: 2.4rem 1.5rem;
  }
  .fancybox-content .food_detail .food_desc {
    padding: 2.4rem 0rem;
  }

  .fancybox-content . food_detail .food_desc > p {
    font-size: 1.4rem;
    /*max-height: 6.1rem*/
  }

  .fancybox-content .food_detail .food_desc .info {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fancybox-content .food_detail .food_desc .info p {
    font-size: 1.4rem;
    gap: 1rem;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 801px) {
}

/*0217*/
.enjoy_banner {
  background: #0088c9;
  padding: 2.36rem 0;
  text-align: center;
  position: relative;
}
.enjoy_banner:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  content: '';
  display: block;
  border: 15rem solid transparent;
  border-top: 4rem solid #0088c9;
  margin: 0 auto;
  pointer-events: none;
}
.enjoy_banner img {
  width: 45.3rem;
}

.sec_title {
  margin-bottom: 3.2rem;
}
.sec_title .eng {
  margin-bottom: 1.6rem;
  text-align: center;
}
.sec_title .eng img {
  width: 34.35rem;
}
.sec_title .jap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: bold;
  color: #001976;
}
.sec_title .jap p {
  max-width: 57rem;
  border-left: 4px solid #001976;
  min-width: 34.3rem;
}
.sec_title .jap p span {
  display: block;
  border-left: 4px solid #0088c9;
  padding-left: 0.75rem;
}
.sec_title .jap.white p {
  color: #fff;
  border-left-color: #fff;
}
.sec_title .jap.white02 p {
  color: #fff;
}
.sec_title .jap.white02 p span {
  display: block;
  border-left-color: #fff;
}

.third_title {
  text-align: center;
  margin-bottom: 2.4rem;
}
.third_title img {
  width: 24.48rem;
}

.event_section .event_slider {
  padding-bottom: 3rem;
}
.event_slider .slick-list {
  overflow: visible;
}
.event_section .event_slider .event {
  width: 37.2rem;
  margin: 0 2px;
  -webkit-transform: scale(0.806);
  transform: scale(0.806);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.event_section .event_slider .event.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.event_section .event_slider .event .event_content,
.event_section .event_slider .event .event_btn {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.event_section .event_slider .event.slick-center .event_content,
.event_section .event_slider .event.slick-center .event_btn {
  opacity: 1;
}

/*slick-dots*/
.slick-dots {
  width: 100%;
  max-width: 100%;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 0px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slick-dots li {
  width: 13.6px;
  height: 13.6px;
  display: block;
  margin: 0 4px;
  float: left;
}
.slick-dots li button {
  width: 13.6px;
  height: 13.6px;
  padding: 0;
}
.slick-dots li button:before {
  content: '';
  display: block;
  width: 13.6px;
  height: 13.6px;
  background: #c0c0c0;
  border-radius: 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.slick-dots li button:hover:before {
  background: #001976;
}
.slick-dots li.slick-active button:before {
  background: #001976;
}

/*arrow*/
.slick-arrow {
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-prev,
.slick-next {
  position: absolute;
  width: 3.37rem;
  height: 2.87rem;
  z-index: 3;
  background: url(../img/icon/prev_slider.svg) no-repeat;
  background-size: auto 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-next {
  background: url(../img/icon/next_slider.svg) no-repeat;
  background-size: auto 100%;
  left: auto;
  right: 0;
}

.event_slider .slick-prev,
.event_slider .slick-next {
  top: 10.5rem;
}
.event_slider .slick-prev {
  left: 17.7rem;
}
.event_slider .slick-next {
  right: 17.7rem;
}

@media screen and (min-width: 801px) {
  .game_preview .game_preview_container .game_box .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .game_preview .game_preview_container .game_box .team.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .game_preview .game_preview_container .game_box .game_info {
    position: relative;
  }
  .game_preview .game_preview_container .game_box .game_info .vs_ranking p {
    font-size: 2.8rem;
    font-weight: normal;
    padding-top: 6.2rem;
  }
  .game_preview .game_preview_container .game_box .game_info .previous_game {
    position: absolute;
    left: 50%;
    top: calc(100% + 1rem);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .game_preview .game_preview_container .game_box .team .ja {
    font-size: 1.4rem;
  }
  .game_preview .game_preview_container .game_box {
    gap: 0.7rem;
  }

  .game_preview_dl01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4.3rem;
  }
  .game_preview_dl01 dt {
    width: 50%;
    position: relative;
  }
  .game_preview_dl01 dd {
    width: 50%;
  }
  .game_preview_dl01 .ttl {
    position: absolute;
    right: 0;
    bottom: -3rem;
    z-index: 2;
    width: 22.2rem;
  }

  .game_preview_dl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .game_preview_dl02 dt {
    width: 50%;
  }
  .game_preview_dl02 dd {
    width: 50%;
    padding-top: 0.7rem;
  }
  .game_preview_dl02 .game_box .game_info .previous_game {
    top: 0 !important;
  }
  .game_preview .game_preview_container .total_score {
    max-width: 100%;
  }
  .game_preview .game_preview_container .game_box .team .team_visual {
    width: 15.5rem;
  }
  .game_preview .game_preview_container .total_score > h2 {
    height: 3.4rem;
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
  }
  .game_preview .game_preview_container .total_score .result div h3 {
    font-size: 1.2rem;
    height: 2.4rem;
  }
  .game_preview .game_preview_container .total_score .result div p {
    font-size: 2.5rem;
    height: 3.7rem;
    margin-top: 0.2rem;
  }

  .highlight {
    padding: 4rem 0 8rem;
  }
}

/*interview*/
.interview {
  padding: 8rem 0 0;
}
.interviewee_top {
  position: relative;
  padding-bottom: 4rem;
  margin-bottom: 2.48rem;
}

.skewx_img {
  width: 35.5rem;
  max-width: 100%;

  position: relative;
  z-index: 1;
  padding-top: 59.4%;
}
.skewx_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.skewx_img:before {
  content: '';
  position: absolute;
  right: -0.87rem;
  bottom: -0.87rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  background: #c0c0c0;
}
.interviewee_img {
}
.interviewee_img .skewx_img {
  width: 64.6rem;
  margin: 0 auto;
  padding-top: 53.7%;
}
.interviewee_img .skewx_img:before {
  right: -1.7rem;
  bottom: -1.7rem;
}
.interviewee_message {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.interviewee_message span {
  padding: 0 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.7rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #001976;
  background: url(../img/bg_message.png) no-repeat center center;
  background-size: 100% 100%;
}
.interview .highlight {
  padding: 0;
}
.other_btn {
  text-align: center;
}

.skyBg {
  background: url(../img/bg_sky.png) no-repeat center center;
  background-size: cover;
  padding: 8rem 0;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.95;
}

/*kids*/
.kids {
  padding: 8rem 0 6.6rem;
  overflow-x: hidden;
}
.kids_top {
  text-align: center;
  margin-bottom: 3.2rem;
}

.kids_slider .slick-list {
  overflow: visible;
}
.kids_list {
  width: 36.2rem;
  margin: 0 4px;
  -webkit-transform: scale(0.782);
  transform: scale(0.782);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.kids_list.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.kids_list_txt {
  font-size: 1.4rem;
  margin-top: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slick-center .kids_list_txt {
  opacity: 1;
}

.kids_slider .slick-prev,
.kids_slider .slick-next {
  top: 18.1rem;
}
.kids_slider .slick-prev {
  left: 17.7rem;
}
.kids_slider .slick-next {
  right: 17.7rem;
}

.kids_slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.4rem;
}
.kids_slider_nav li {
  margin: 0 7px 14px;
}
.kids_slider_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  background: #fff;

  -webkit-filter: brightness(0.4);

  filter: brightness(0.4);
}
.kids_slider_nav a.active {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

/*stadium_information*/
.grayBg {
  padding: 8rem 0;
  background: #efefef;
}
.blueBg {
  padding: 8rem 0;
  background: url(../img/preview_bg_pc.png) no-repeat center center #001976;
  background-size: cover;
  color: #fff;
}

.schedule_table {
  overflow-x: hidden;
}

/*schedule_table*/
.schedule_table_slider .slick-list {
  overflow: visible;
}
.schedule_table_list {
  width: 60rem;
  margin: 0 0px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.schedule_table_list.slick-center {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.schedule_table_month {
  text-align: right;
}
.schedule_table_month span {
  display: inline-block;
  margin-bottom: 28px;
  border-bottom: 7px solid;
  padding-bottom: 4px;
  font-size: 39px;
  font-weight: bold;
  min-width: 115px;
}
.schedule_table_month font {
  font-size: 53px;
}

.schedule_table_slider .slick-prev,
.schedule_table_slider .slick-next {
  width: 33px;
  height: 55px;
}
.schedule_table_slider .slick-prev {
  left: 1.8rem;

  background: url(../img/icon/prev_slider03.svg) no-repeat center center;
  background-size: 100% auto;
}
.schedule_table_slider .slick-next {
  right: 1.8rem;

  background: url(../img/icon/next_slider03.svg) no-repeat center center;
  background-size: 100% auto;
}

.schedule_table_slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 64px auto 12px;
  max-width: 614px;
}
.schedule_table_slider_nav li {
  margin: 0 7px 28px;
}
.schedule_table_slider_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 73px;
  height: 73px;
  background: #ffffff;
  color: #000;
  font-size: 1.9rem;
  font-weight: bold;
}
.schedule_table_slider_nav a.active {
  background: #66a4e3;
  color: #fff;
}
.schedule_table_btn {
  text-align: center;
}

/*seat*/
.seat_cont {
  padding: 7rem 0 3.2rem;
}
.seat_cont_ttl {
  margin-bottom: 3.2rem;
}
.seat_slider .slick-list {
  overflow: visible;
}
.seat_list {
  width: 31.1rem;
  margin: 0 32px;
  background: #fff;
}
.seat_list_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  background: #fdf000;
  color: #fff;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.seat_list_ttl.seat_color01 {
  color: #004b93;
  background-color: #fdf000;
}
.seat_list_ttl.seat_color02 {
  background-color: #e9531b;
}
.seat_list_ttl.seat_color03 {
  background-color: #24ac38;
}
.seat_list_ttl.seat_color04 {
  background-color: #68c9f2;
}
.seat_list_ttl.seat_color05 {
  background-color: #22188f;
}
.seat_list_ttl.seat_color06 {
  background-color: #f4b4c2;
}
.seat_list_ttl.seat_color07 {
  background-color: #fd2500;
}
.seat_list_ttl.seat_color08 {
  background-color: #c0c0c0;
}
.seat_list_txt {
  font-size: 1.4rem;
  padding: 1.6rem 0;
  color: #004b93;
}
.seat_list_exit {
  font-size: 14px;
}
.seat_list_exit dt {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0088c9;
  color: #fff;
  height: 28px;
  font-weight: bold;
}
.seat_list_exit.ticket_type dt {
  background: #004b93;
}
.seat_list_exit.ticket_type + .seat_list_exit {
  margin-top: 2.4rem;
}
.seat_list_exit dd {
  color: #004b93;
  padding: 8px 0;
  text-align: center;
}

@media screen and (min-width: 801px) {
  .seat_list_ttl {
    pointer-events: none;
  }
  .more_btn {
    display: none !important;
  }
}

.seat_slider .slick-prev,
.seat_slider .slick-next {
  /*top: 50%;*/
}
.seat_slider .slick-prev {
  left: 19.5rem;
}
.seat_slider .slick-next {
  right: 19.5rem;
}

/*stadium_information*/
.stadium_info_dl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7rem;
}
.stadium_info_dl01 dt {
  width: 39rem;
  position: relative;
}
.stadium_info_dl01 dd {
  text-align: center;
  width: calc(100% - 39rem);
}
.stadium_info_dl01 .ttl {
  position: absolute;
  right: 0;
  bottom: -3.75rem;
  z-index: 2;
  width: 25.84rem;
}
.stadium_info_dl01 .txt {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.stadium_info_dl01 .skewx_img {
  width: 39rem;
  padding-top: 60%;
}

/*guide*/
.guideline_btn {
  text-align: center;
  margin-top: 2.4rem;
}

/*banner*/
.banner_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  margin-top: 8rem;
}
.banner_ul a {
  display: block;
  color: #fff;
}
.banner_ul_txt {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.banner_ul_txt span {
  margin-right: 4px;
}

@media screen and (max-width: 800px) {
  .seat_list {
    margin: 0;
  }

  .enjoy_banner {
    padding: 0 1.5rem;
  }
  .enjoy_banner:after {
    position: absolute;
    top: calc(100% - 0.5em);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    content: '';
    display: block;
    border: 7.5rem solid transparent;
    border-top: 4rem solid #0088c9;
    margin: 0 auto;
    pointer-events: none;
  }

  .sec_title .eng img {
    width: 31.1rem;
  }
  .third_title {
    text-align: left;
  }
  .third_title img {
    width: 18.154rem;
  }

  .event_section .event_slider {
    padding-bottom: 3rem;
  }
  .event_slider .slick-list {
    overflow: visible;
  }
  .event_section .event_slider .event {
    width: 31.1rem;
    margin: 0 -6px;
  }

  .event_slider .slick-prev,
  .event_slider .slick-next {
    top: 8.75rem;
  }
  .event_slider .slick-prev {
    left: -0.8rem;
  }
  .event_slider .slick-next {
    right: -0.8rem;
  }

  .game_preview_dl01 {
    margin-bottom: 2.4rem;
  }
  .game_preview_dl01 dt {
    position: relative;
    margin-bottom: 5.6rem;
  }
  .game_preview_dl01 .ttl {
    position: absolute;
    right: 0;
    bottom: -3rem;
    z-index: 2;
    width: 22.2rem;
  }

  .skewx_img {
    /*width: 35.5rem;*/
    width: calc(100% - 0.87rem) !important;
    padding-top: ;
  }
  .interviewee_img .skewx_img:before {
    right: -0.87rem;
    bottom: -0.87rem;
  }
  .interviewee_message {
    position: static;
    margin: 4rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .interviewee_top {
    padding-bottom: 0;
    margin-bottom: 1.1rem;
  }

  .interview_container .highlight {
    padding: 0 1.5rem;
  }
  .interview_container .highlight .underline_title {
    font-size: 1.8rem;
    border-bottom-color: transparent;
    padding-bottom: 0;
  }
  .other_btn {
    padding: 0 1.5rem;
    margin-top: 5.6rem;
  }
  .gourmand .gourmand_list .ttl {
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #004b93;
    padding: 0.8rem 1.1rem;
    min-height: 8.6rem;
  }

  .skyBg {
    background: url(../img/bg_sky_sp.png) no-repeat center center;
    background-size: cover;
    padding: 8rem 0;
  }
  .kids_top {
    margin: 0 1.6rem 1.6rem;
  }
  .kids_slider .slick-list {
    overflow: visible;
  }
  .kids_list {
    width: 24rem;
    margin: 0 -4px;
    -webkit-transform: scale(0.782);
    transform: scale(0.782);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .kids_list.slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .kids_list_txt {
    font-size: 1.4rem;
    margin-top: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .slick-center .kids_list_txt {
    opacity: 1;
  }

  .kids_slider .slick-prev,
  .kids_slider .slick-next {
    top: 12rem;
  }
  .kids_slider .slick-prev {
    left: calc(50% - 14.5rem);
  }
  .kids_slider .slick-next {
    right: calc(50% - 14.5rem);
  }

  .kids_slider_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 2.4rem;
  }
  .kids_slider_nav li {
    margin: 0 7px 14px;
  }
  .kids_slider_nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    background: #fff;

    -webkit-filter: brightness(0.4);

    filter: brightness(0.4);
  }
  .kids_slider_nav a.active {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  .time_table .time_table_wrapper ul {
    margin-bottom: 3.2rem;
  }

  .seat_cont {
    padding-top: 0;
  }
  .stadium_info_dl01 {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.2rem;
  }
  .stadium_info_dl01 dt {
    width: auto;
    position: relative;
    margin-bottom: 5.6rem;
  }
  .stadium_info_dl01 dd {
    text-align: center;
    width: auto;
  }
  .stadium_info_dl01 .txt {
    margin-bottom: 3.2rem;
  }
  .stadium_info_dl01 .ttl {
    width: 22.15rem;
  }

  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .stadium_car_park {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .stadium_car_park
    table
    thead
    th {
    font-size: 1.4rem;
    height: 4rem;
  }
  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .stadium_car_park
    table
    tbody
    td {
    font-size: 1.4rem;
    height: 4rem;
  }
  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .detail {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
  .stadium_information .stadium_info_wrapper .access_wrapper .about_car h5 {
    margin-bottom: 1.6rem;
  }
  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .car_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 30rem;
    height: 5.4rem;
    border-radius: 3.5rem;
    background: #004b93;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: bold;
    margin: 16px auto 0;
  }
  .stadium_information
    .stadium_info_wrapper
    .access_wrapper
    .about_car
    .car_park {
    margin-bottom: 2.4rem;
  }

  .players .player_swiper .swiper-button-prev {
    left: 0.8rem;
  }

  .players .player_swiper .swiper-button-next {
    right: 0.8rem;
  }

  .banner_ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3.2rem;
    margin-top: 8rem;
  }
  .banner_ul a {
    display: block;
    color: #fff;
  }
  .banner_ul_txt {
    margin-top: 0.4rem;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .banner_ul_txt span {
    margin-right: 6px;
  }

  .schedule_table_list {
    width: 31.1rem;
    margin: 0 0px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .schedule_table_list.slick-center {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .schedule_table_month {
    text-align: right;
  }
  .schedule_table_month span {
    display: inline-block;
    margin-bottom: 24px;
    border-bottom: 4px solid;
    padding-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
    min-width: 66px;
  }
  .schedule_table_month font {
    font-size: 30px;
  }

  .schedule_table_slider .slick-prev,
  .schedule_table_slider .slick-next {
    width: 22px;
    height: 55px;
    display: none !important;
  }
  .schedule_table_slider .slick-prev {
    left: -0.8rem;

    background: url(../img/icon/prev_slider03.svg) no-repeat center center;
    background-size: 100% auto;
  }
  .schedule_table_slider .slick-next {
    right: -0.8rem;

    background: url(../img/icon/next_slider03.svg) no-repeat center center;
    background-size: 100% auto;
  }

  .schedule_table_slider_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px auto 16px;
    max-width: 319px;
  }
  .schedule_table_slider_nav li {
    margin: 0 4px 16px;
  }
  .schedule_table_slider_nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #ffffff;
    color: #000;
    font-size: 1rem;
    font-weight: bold;
  }
  .schedule_table_slider_nav a.active {
    background: #66a4e3;
    color: #fff;
  }
  .schedule_table_btn {
    text-align: center;
    padding: 0 1.5rem;
  }

  .gourmand .gourmand_list .icon {
    width: 1.6rem;
  }
  .fancybox-container {
    width: 100vw;
    height: 100vh;
  }
}
.fancybox-bg {
  background: #1d2088 !important;
}

.preview_player_name {
  position: absolute;
  width: 100%;
  left: 49.5%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #1d2088;
  font-family: 'abolition', sans-serif;
  text-align: center;
  letter-spacing: 0.01em;
}

.fancybox-container a {
  text-decoration: underline;
  color: #1d2088;
}

.dn {
  display: none !important;
}

.schedule_outer .schedule_container .team .team_visual img{
	width: auto;
	max-width: 100%;
	max-height: 210px;
}
@media screen and (max-width: 800px) {
	.schedule_outer .schedule_container .team .team_visual img{
		max-height: 155px;
	}
}