
@font-face {
  font-family: "Futura";
  src: url(/special_games/assets/font/Futura.ttc);
}

figure img {
  object-fit: cover;
}
.font-futura,
.din_conden {
  font-family: "Futura", "Avenir", "Avenir Next", "Montserrat", "Aileron", "Klavika", "sans-serif" !important;
  font-weight: 500;
}
section {
  padding: 0 16rem;
  background-color: #fff;
}
h1 {
  font-family: "Futura", "Avenir", "Avenir Next", "Montserrat", "Aileron", "Klavika", "sans-serif";
  font-size: 40rem !important;
  font-weight: 500;
  color: #da005c;
  margin-bottom: 17rem;
}
h1 span {
  display: block;
  color: #1e2380;
  font-size: 14rem;
  font-weight: bold;
  position: relative;
  top: -5rem;
}
h1.white,
h1.white span {
  color: #ffffff;
}
.modal-trigger {
  width: 160rem;
  display: block;
  position: relative;
  cursor: pointer;
}
.close {
  cursor: pointer;
}
a,
.hover-opacity,
.close {
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover,
.hover-opacity:hover,
.close:hover {
  opacity: 0.6;
}
.hover-brightness {
  transition: filter 0.3s;
  filter: brightness(1);
  cursor: pointer;
}
.hover-brightness:hover {
  filter: brightness(1.2);
}

.blue-link-btn {
  font-size: 14rem;
  font-weight: bold;
  width: 280rem;
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  background-color: #1e2380;
  position: relative;
  margin: 0 auto;
}
.blue-link-btn::after {
  content: "";
  transform: translateY(-50%) rotate(-45deg);
  width: 7rem;
  height: 7rem;
  position: absolute;
  right: 25rem;
  top: 50%;

  border-bottom: #ffffff solid 2px;
  border-right: #ffffff solid 2px;
}
.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-button-next,
.swiper-button-prev {
  color: #da005c;
  background-color: #fff;
}
.swiper-button-next {
  left: auto;
  right: 0;
  top: 53%;
  width: 32rem;
  height: 53rem;
}
.swiper-button-prev {
  right: auto;
  left: 0;
  top: 53%;
  width: 32rem;
  height: 53rem;
}
.swiper-button-next::after {
  content: "";
  font-family: unset;
  width: 8rem;
  height: 8rem;
  border-top: #da005c solid 2px;
  border-left: #da005c solid 2px;
  transform: rotate(135deg);
  position: relative;
  right: 2rem;
  display: block;
}
.swiper-button-prev::after {
  content: "";
  font-family: unset;
  width: 8rem;
  height: 8rem;
  border-top: #da005c solid 2px;
  border-right: #da005c solid 2px;
  transform: rotate(-135deg);
  position: relative;
  left: 2rem;
  display: block;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 1px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper-pagination-bullet {
  width: 6rem;
  height: 6rem;
}
.swiper-container.modal {
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity:0;
  pointer-events:none;
  background: #000;
}

.swiper-container.modal .contents-wrapper {
  width: 100%;
  height: 100svh;
  background: #fff;
  padding-bottom: 60rem;
}
.swiper-container.modal .contents-inner {
  padding: 24rem 24rem 0;
}

.swiper-container.modal .swiper-slide {
  overscroll-behavior-y: contain;
  overflow-y: scroll;
  padding: 31rem 32rem 100rem;
  height: 100vh;
}
.swiper-container.modal .thumbnail {
  margin-bottom: 8rem;
}
.swiper-container.modal h2 {
  font-size: 24rem;
  font-weight: bold;
  color: #5a5a5a;
  margin-bottom: 6rem;
  text-align: center;
}
.swiper-container.modal h3 {
  font-size: 14rem;
  color: #5a5a5a;
  margin-bottom: 37rem;
  text-align: center;
}
.swiper-container.modal h4 {
  font-size: 18rem;
  font-weight: bold;
  color: #5a5a5a;
  margin-bottom: 37rem;
}
.swiper-container.modal p,
.swiper-container.modal a,
.swiper-container.modal span {
  margin-bottom: 23rem;
}
.swiper-container.modal a {
  color: #da005c;
  position: relative;
  display: inline-block;
}
.swiper-container.modal a::after {
  content: "";
  position: absolute;
  top: 5rem;
  right: -15rem;
  border: 6rem solid transparent;
  border-top: 10rem solid #da005c;
  transform: rotate(-90deg);
}
.swiper-container.modal .modal-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 70rem;
  width: 100%;
  background: #fff;
  z-index: 100;
}
.swiper-container.modal .modal-footer .inner {
  position: relative;
  height: 100%;
}
.swiper-container.modal .close {
  width: 160rem;
  height: 40rem;
  position: absolute;
  bottom: 24rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.swiper-container.modal .swiper-button-prev,
.swiper-container.modal .swiper-button-next {
  top: auto;
  bottom: 19rem;
  z-index: 100;
}
.swiper-container.modal .swiper-button-prev {
  left: 36rem;
}
.swiper-container.modal .swiper-button-next {
  right: 36rem;
}
.swiper-container.modal .swiper-button-prev::after {
  width: 16rem;
  height: 16rem;
  border-top: #da005c solid 3px;
  border-right: #da005c solid 3px;
}
.swiper-container.modal .swiper-button-next::after {
  width: 16rem;
  height: 16rem;
  border-top: #da005c solid 3px;
  border-left: #da005c solid 3px;
}

/* header */
header {
  width: 100%;
  height: 64rem;
  background: #da005c;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: transform 0.2s;
}
header > a {
  display: block;
  width: 140rem;
  position: relative;
  top: 11rem;
  left: 16rem;
}
/* 追従 */
#following-btn {
  width: 60rem;
  height: 60rem;
  position: fixed;
  bottom: 70rem;
  left: 16rem;
  z-index: 90;
  cursor: pointer;
}
#event-map {
  opacity: 0;
  pointer-events:none;
  /* display: none; */
  height: 100vh;
  padding: 56rem 16rem;
  position: fixed;
  top: 0;
  z-index: 100;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
}
#event-map .map {
  width: 343rem;
  margin: 0 auto;
  margin-bottom: 25rem;
  display: flex;
  justify-content: center;
}
#event-map .map img {
  width: 100%;
  max-height: 70vh;
  margin: 0 auto;
  object-fit: contain;
}
#event-map .close {
  width: 160px;
  margin: 0 auto;
}
/* Shrink the lens to half size */
.magnify > .magnify-lens {
  width: 300px;
  height: 300px;
}
/* following footer */
.sp-view.following-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15rem 16rem 10rem;
  position: fixed;
  bottom: 0;
  z-index: 90;
  background: linear-gradient(rgba(256, 256, 256, 0), #da005c);
  width: 100%;
}
.sp-view.following-bar .dazn {
  width: 72rem;
}
.sp-view.following-bar .buy-ticket {
  width: 252rem;
}
/* hamburger */
#hamburger-btn {
  display: block;
  width: 24rem;
  height: 14rem;
  position: fixed;
  top: 26rem;
  right: 30rem;
  z-index: 110;
  cursor: pointer;
}
#hamburger-btn span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.5s ease, opacity 0.5s ease, border-color 0.5s ease;
}
#hamburger-btn span:nth-child(1) {
  top: calc(0% - 2rem);
}
#hamburger-btn span:nth-child(2) {
  top: calc(50% - 2rem);
}
#hamburger-btn span:nth-child(3) {
  top: calc(100% - 2rem);
}
#hamburger-btn.clicked span {
  border-color: #2f2f2f;
}
#hamburger-btn.clicked span:nth-child(1) {
  top: 50%;
  transform: rotate(35deg);
}
#hamburger-btn.clicked span:nth-child(2) {
  opacity: 0;
}
#hamburger-btn.clicked span:nth-child(3) {
  top: 50%;
  transform: rotate(-35deg);
}
#hamburger {
  /* display: none; */
  opacity:0;
  pointer-events: none;
  position: fixed;
  background: #da005c;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 95;
  overscroll-behavior-y: contain;
  overflow-y: scroll;
  transition:opacity 0.3s;
}
#hamburger ul {
  margin: 72rem auto 55rem 49rem;
}
#hamburger li {
  margin-bottom: 2vh;
}
#hamburger .en {
  font-family: "Futura", "Avenir", "Avenir Next", "Montserrat", "Aileron", "Klavika", "sans-serif";
  font-weight: 500;
  font-size: 32rem;
  color: #fff;
}
#hamburger .ja {
  font-size: 14rem;
  color: #fff;
  top: -6rem;
  position: relative;
}
/* kv */
#kv {
  padding: unset;
  padding-top: 64rem;
  background: #da005c;
}
#kv .kv-img {
  width: 100%;
}

/* game-summary */
.game-summary {
  padding: 40rem 0;
  background: url(/special_games/assets/image/webp/summary_bg_pc.webp);
  color: #fff;
  background-size: cover;
}
.game-summary .bottom-link-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 16rem 38rem;
}
.game-summary .bottom-link-wrapper .dazn {
  width: 160rem;
}
.game-summary .bottom-link-wrapper .buy-ticket {
  width: 160rem;
}
.game-summary .game-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-weight: bold;
  font-size: 12rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
  column-gap: 24rem;
}
.game-summary .game-card > div {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.game-summary .game-card figure.logo {
  width: 150rem;
  margin-bottom: -6rem;
}
.game-summary .game-card figure.logo.albilex {
  position: relative;
}
.game-summary .game-card .vs {
  display: block;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30rem;
}
.game-summary .game-info {
  display: flex;
  justify-content: center;
  width: 212rem;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-bottom: 28rem;
}
.game-summary .game-info li {
  width: 100%;
  text-align: center;
}
.game-summary .game-info .date {
  font-size: 60rem;
}
.game-summary .game-info .weekday01 {
  font-size: 20rem;
  background: #1E2380;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  height: 35rem;
  position: relative;
  bottom: 7rem;
  left: 5rem;
}

.game-summary .game-info .weekday02 {
  font-size: 20rem;
  background: #ED0000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  height: 35rem;
  position: relative;
  bottom: 7rem;
  left: 5rem;
}

.game-summary .game-info .weekday03 {
  font-size: 20rem;
  background: #22252A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35rem;
  height: 35rem;
  position: relative;
  bottom: 7rem;
  left: 5rem;
}


.game-summary .game-info .time {
  font-size: 18rem;
  margin-bottom: 6rem;
  position: relative;
  top: -5rem;
  letter-spacing: -1px;
}
.game-summary .game-info .stadium {
  border: #fff solid 1px;
  border-radius: 17px;
  padding: 2rem 0;
}
.game-summary .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -1rem;
}
.game-summary .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.game-summary .swiper-pagination-bullet-active {
  background-color: #1e2380;
}

/* column */
#column {
  padding: 0;
}
#column .column-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
#column .column-list li {
  width: 50%;
  padding: 18rem 17rem 22rem 16rem;
  background-color: #f5f3ef;
}
#column .column-list li:nth-child(2),
#column .column-list li:nth-child(3) {
  background-color: #ffe6f2;
}
#column .column-list h2 {
  font-family: "Futura", "Avenir", "Avenir Next", "Montserrat", "Aileron", "Klavika", "sans-serif";
  font-weight: 500;
  color: #da005c;
  font-size: 16rem;
  margin-bottom: -3rem;
}
#column .column-list li:nth-child(4) h2 {
  letter-spacing: -2px;
}
#column .column-list li h3 {
  color: #1e2380;
  font-size: 14rem;
  font-weight: bold;
  margin-bottom: 14rem;
}
#column .column-list li figure:nth-of-type(1) {
  width: 155rem;
}
#column .column-list li figure:nth-of-type(1) img {
  aspect-ratio: 155 / 88;
  border-radius: 5px;
  margin-bottom: 10rem;
}
#column .column-list li:nth-child(2n) .modal-trigger {
  right: 3rem;
}

/* contents-menu */
#contents-menu {
  padding-top: 42rem;
  text-align: center;
}
#contents-menu h1 {
  font-family: "Noto Sans JP", "Meiryo", "sans-serif", "Arial", "Helvetica", serif;
  font-size: 24rem !important;
  font-weight: bold;
  color: #1e2380;
}
#contents-menu .menu-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 18rem;
  justify-content: space-between;
  margin-top: 25rem;
  padding-bottom: 44rem;
  border-bottom: #ebebeb solid 2px;

  @media screen and (max-width:767px) {
    justify-content: center;
    column-gap: 12px;
  }
}


#contents-menu .menu-list li {
  width: 106rem;
  border: #da005c solid 1px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
}
#contents-menu .menu-list li::before {
  content: "";
  display: block;
  width: 108rem;
  height: 70rem;
  background-color: #da005c;
  position: absolute;
  top: 0;
  left: -2rem;
  border-radius: 5px;
  z-index: 0;
  transition: opacity 0.3s;
}
#contents-menu .menu-list li a:hover {
  opacity: 1;
}
#contents-menu .menu-list li a h2,
#contents-menu .menu-list li a span {
  transition: opacity 0.3s;
}
#contents-menu .menu-list li a:hover h2,
#contents-menu .menu-list li a:hover span,
#contents-menu .menu-list li:hover a::before {
  opacity: 0.6;
}
#contents-menu .menu-list li:hover::before {
  opacity: 0.6;
}
#contents-menu .menu-list li a {
  display: block;
  padding: 14rem 0rem 17rem;
  position: relative;
  background: #fff;
  border-radius: 5px;
  z-index: 1;
}
#contents-menu .menu-list li a::before {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  position: absolute;
  transform: rotate(45deg) translateX(-50%);
  border-bottom: #da005c solid 1px;
  border-right: #da005c solid 1px;
  bottom: 5rem;
  left: 50%;
}
#contents-menu .menu-list li h2 {
  font-family: "Futura", "Avenir", "Avenir Next", "Montserrat", "Aileron", "Klavika", "sans-serif";
  font-weight: 500;
  font-size: 14rem;
  color: #da005c;
}
#contents-menu .menu-list li span {
  display: block;
  font-weight: bold;
  font-size: 10rem;
  color: #1e2380;
}
/* event */
#event {
  padding-top: 25rem;
  padding-bottom: 60rem;
}
#event .main-event-contents {
  margin-bottom: 40rem;
  position: relative;
}
#event .main-event-contents .sentence-wrapper.mask {
  max-height: 168rem;
  overflow: hidden;
}
#event .main-event-contents .sentence-wrapper.mask::before {
  content: "";
  position: absolute;
  width: 340rem;
  height: 35rem;
  background: #fff;
  z-index: 0;
  left: 0;
  bottom: 20rem;
  opacity: 0.5;
}
#event .main-event-contents .sentence-wrapper.mask::after {
  content: "";
  position: absolute;
  width: 340rem;
  height: 50rem;
  background: #fff;
  z-index: 0;
  left: 0;
  top: 95%;
}
#event .main-event-contents .event-thumbnail {
  width: 343rem;
  margin-bottom: 15rem;
}
#event .main-event-contents .event-thumbnail img {
  aspect-ratio: 343 / 257;
  border-radius: 5px;
}
#event h2.event-title {
  color: #da005c;
  font-weight: bold;
  margin-bottom: 13rem;
}
#event .event-text {
  font-size: 14rem;
  margin-bottom: 23rem;
  line-height: 1.6;
}
#event .main-event-contents .read-more-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#event .main-event-contents .read-more {
  font-size: 14rem;
  font-weight: bold;
  display: block;
  width: 85rem;
  padding-right: 14rem;
  cursor: pointer;
  color: #22252a;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
#event .main-event-contents .read-more::after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-bottom: #22252a solid 1px;
  border-right: #22252a solid 1px;
  transform: rotate(45deg) translateY(-100%);
  top: 50%;
  right: 0;
}
#event .event-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
  justify-content: center;
  row-gap: 22rem;
  margin-bottom: 32rem;
  background: #fff;
}
#event .event-list li {
  width: 160rem;
}
#event .event-list li .event-thumbnail {
  width: 100%;
  margin-bottom: 8rem;
}
#event .event-list li .event-thumbnail img {
  aspect-ratio: 160 / 120;
  border-radius: 5px;
}
#event .event-list li h2.event-title {
  font-size: 14rem;
  font-weight: bold;
  margin-bottom: 29rem;
  color: #5a5a5a;
}
#event .other-news {
  display: block;
  width: 280rem;
  margin: 0 auto;
}

/* special-events */
#event .event-list.special-list li {
  width: 100%;
}
#event .event-list.special-list .modal-trigger {
  width: 228rem;
  margin: 0 auto;
}
/* schedule */
#schedule .schedule-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  margin-bottom: 14rem;
}
#schedule .schedule-list li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #fff;
  width: 100%;
}
#schedule .schedule-list .schedule-time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Futura", "Avenir", "Avenir Next", "Montserrat", "Aileron", "Klavika", "sans-serif";
  font-weight: 500;
  background-color: #1e2380;
  font-size: 18rem;
  text-align: center;
  width: 66rem;
  height: 100%;
  padding-top: 3rem;
}
#schedule .schedule-list .schedule-event {
  display: block;
  padding-left: 8rem;
  background: #fff;
  color: #22252a;
  font-weight: 500;
  padding-top: 5rem;
  padding-bottom: 5rem;
  line-height: 1.47;
  width: calc(100% - 66rem);
}
#schedule p.caution {
  font-size: 12rem;
}
/* 観客イメージ */
figure.audience {
  width: 100%;
}
figure.audience img {
  aspect-ratio: 375 / 120;
}
/* players */
#players .players-swiper {
  margin-bottom: 12rem;
}
#players .players-swiper {
  background: #da005c;
  padding-bottom: 22rem;
}
#players .players-swiper .player-img-wrap {
  position: relative;
  margin-bottom: 16rem;
}
#players .players-swiper .player-img-wrap figure {
  width: 343rem;
}
#players .players-swiper .player-img-wrap figure img {
  aspect-ratio: 343 / 343;
}
#players .profile-wrap {
  width: 311rem;
  margin: 0 auto;
}
#players .players-swiper h2 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 11rem;
}
#players .players-swiper p {
  margin-bottom: 45rem;
  line-height: 1.1;
}
#players .players-swiper .profile {
  display: block;
}
#players .players-swiper .profile tbody {
  width: 311rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: #ffffff solid 2px;
  text-align: left;
}
#players .players-swiper .profile tr {
  width: 50%;
  border-top: #ffffff solid 2px;
  background-color:transparent !important;
}
#players .players-swiper .profile tr:nth-child(2n-1) {
  border-right: #ffffff solid 1px;
}
#players .players-swiper .profile tr:nth-child(2n) {
  border-left: #ffffff solid 1px;
  padding-left: 16rem;
}
#players .players-swiper .profile tr:nth-child(3) {
  padding-bottom: 6rem;
}
#players .players-swiper .profile tr:nth-child(5) {
  padding-bottom: 7rem;
}
#players .players-swiper .profile th {
  display: block;
}
#players .players-swiper .profile th:first-child {
  font-size: 10rem;
  padding-top: 10rem;
}
#players .players-swiper .profile th:nth-child(2) {
  font-size: 12rem;
  padding-bottom: 8rem;
}
#players .swiper-button-prev,
#players .swiper-button-next {
  top: 45%;
}
#players .players-list {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 4rem;
  justify-content: space-between;
}
#players .players-list li figure {
  width: 53rem;
}
#players .players-list li.select figure {
  border: #da005c solid 4rem;
}
#players .players-list li figure img {
  aspect-ratio: 66 / 65;
}

/* match-data */
#match-data {
  padding-top: 31rem;
  padding-bottom: 60rem;
  text-align: center;
  background-color: unset;
}
#match-data .background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/special_games/assets/image/webp/data_bg_sp.webp);
  background-size: cover;
  z-index: -1;
}
#match-data h1 {
  text-align: left;
  margin-bottom: 23rem;
}
#match-data .team-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#match-data .team-list > li {
  width: 112rem;
  padding-top: 3rem;
  padding-bottom: 24rem;
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#match-data .team-list > li .inner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
#match-data .team-list li figure {
  position: relative;
  margin-bottom: 4rem;
  width: 150rem;
}
#match-data .team-list li figure::after {
  content: "";
  position: absolute;
  width: 80rem;
  bottom: 0rem;
  border-bottom: var(--cerezo-color) solid 5px;
  left: 50%;
  transform: translateX(-50%);
}
#match-data .team-list li.away figure::after {
  border-bottom: var(--away-color) solid 5px;
}
#match-data .team-list li .team-name {
  font-size: 12rem;
  font-weight: bold;
  margin-bottom: 10rem;
  width: 100%;
}
#match-data .score-list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
  column-gap: 8rem;
  padding: 0rem 30rem;
}
#match-data .score-list .ranking {
  width: 100%;
  font-size: 25rem;
}
#match-data .score-list .ranking .ranking-num {
  font-size: 40rem;
  color: #000;
}
#match-data .score-list .ranking span:last-child {
  font-weight: bold;
  color: #000;
}
#match-data .score-list .points,
#match-data .score-list .goal-difference {
  width: calc((100% - 8rem) / 2);
  font-size: 10rem;
  margin-bottom: 8rem;
}
#match-data .score-list .points .points-num,
#match-data .score-list .goal-difference .goal-difference-num {
  font-size: 18rem;
}
#match-data .score-list .record {
  font-size: 10rem;
  width: 100%;
  margin-top: 6rem;
}
#match-data .score-list li:not(:first-child) {
  box-shadow: 5rem 5rem 6rem 0 rgba(0, 0, 0, 0.16);
}
#match-data .score-list li:not(:first-child) span {
  display: block;
}
#match-data .score-list li:not(:first-child) > span:first-child {
  color: #fff;
  background-color: #000;
}
#match-data .score-list li:not(:first-child) span:last-child {
  color: #000;
  background-color: #fff;
}
#match-data .score-list li:last-child .record-symbol {
  height: 23rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  font-size: 20rem;
}
#match-data .score-list .record-symbol span {
  position: relative;
  width: 15rem;
  height: 15rem;
}
#match-data .score-list .record-symbol span::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 15rem;
  height: 15rem;
}
#match-data .score-list .record-symbol .win::after {
  background-image: url(/special_games/assets/image/webp/win.webp);
}
#match-data .score-list .record-symbol .draw::after {
  background-image: url(/special_games/assets/image/webp/draw.webp);
}
#match-data .score-list .record-symbol .lose::after {
  background-image: url(/special_games/assets/image/webp/lose.webp);
}
#match-data .score-time {
  color: #000;
  font-size: 12rem;
  font-weight: 500;
}
#match-data > .date {
  display: block;
  font-size: 12rem;
  margin-bottom: 29rem;
}
#match-data .data-modal-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20rem;
}
#match-data .accordion-trigger {
  width: 160rem;
  display: block;
  position: relative;
}
#match-data .data-modal-list .accordion-trigger {
  width: 100%;
  color: #fff;
}
#match-data .data-modal-list .accordion-trigger .btn {
  font-family: "Noto Sans JP", "Meiryo", "sans-serif", "Arial", "Helvetica", serif;
  background-color: #111345;
  height: 50rem;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  padding: unset;
  border-radius: 0;
  margin: 0 auto;
  position: relative;
}
#match-data .data-modal-list .accordion-trigger .btn::before {
  content: "";
  position: absolute;
  right: 24rem;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  width: 3rem;
  height: 14rem;
  transition: transform 0.6s;
}
#match-data .data-modal-list .accordion-trigger .btn::after {
  content: "";
  position: absolute;
  right: 19rem;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  width: 14rem;
  height: 3rem;
}
#match-data .data-modal-list .accordion-trigger.open-toggle .btn::before {
  transform: translateY(-50%) rotate(90deg);
}
#match-data .data-modal-list .accordion-trigger.stats > .accordion {
  margin-top: 16rem;
}

#match-data .accordion-trigger .btn::before,
#match-data .accordion-trigger .btn::after {
  width: 14rem;
  height: 14rem;
}
#match-data .data-modal-list .accordion-trigger .btn span {
  width: 100%;
  font-size: 18rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
#match-data .data-modal-list .accordion-trigger .btn .date {
  font-size: 12rem;
  margin-top: -2rem;
}
#match-data .accordion-trigger .btn::before {
  top: 35%;
  left: auto;
  right: 12rem;
  border-bottom: #ffffff solid 2px;
}
#match-data .accordion-trigger .btn::after {
  top: 50%;
  left: auto;
  right: 5%;
  border-right: #ffffff solid 2px;
}
/* #match-data .accordion {
  display: none;
} */
#match-data .accordion.players {
  display: flex;
  flex-wrap: wrap;
}

#match-data .win-loss-record .accordion {
  margin-top: 12rem;
  color: #000;
}
#match-data .accordion .past-results {
  width: 100%;
  height: 111rem;
  background: #f0f0f0;
}
#match-data .accordion .accordion-header {
  width: 100%;
  display: block;
  color: #fff;
  background: #22252a;
  font-size: 14rem;
  height: 22rem;
}
#match-data .accordion ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#match-data .accordion .past-results {
  margin-bottom: 12rem;
}
#match-data .accordion .past-results li {
  width: 50%;
  position: relative;
}
#match-data .accordion .past-results li:first-child::after {
  position: absolute;
  content: "";
  right: 0;
  top: 3rem;
  width: 1rem;
  height: 66rem;
  background: #707070;
  transform: translateX(-50%);
}
#match-data .accordion .past-results li span {
  display: block;
  padding-top: 8rem;
}
#match-data .accordion .total-results li span {
  display: block;
  padding-top: 4rem;
}
#match-data .win-loss-record .accordion .date {
  font-size: 16rem;
}
#match-data .win-loss-record .accordion .home-away {
  font-size: 10rem;
  background: #da005c;
  width: 98rem;
  margin: -1rem auto -5rem;
  color: #fff;
  height: 14rem;
  line-height: 0;
}
#match-data .win-loss-record .accordion .home-away.away {
  background: #707070;
}
#match-data .win-loss-record .accordion .score {
  font-size: 24rem;
}
#match-data .accordion .total-results li {
  width: calc(100% / 3);
}
#match-data .total-results .wins {
  height: 58rem;
  background: #da005c;
  color: #fff;
}
#match-data .total-results .draw {
  height: 58rem;
  background: #f0f0f0;
}
#match-data .total-results .lose {
  height: 58rem;
  background: var(--away-color);
  color: #fff;
}
#match-data .total-results .head {
  display: block;
  margin: 0 auto;
  font-size: 10rem;
  width: 44rem;
  padding-bottom: 5rem;
  border-bottom: #ffffff solid 1px;
}
#match-data .total-results .draw .head {
  border-color: #000;
}
#match-data .total-results .num {
  font-size: 21rem;
  padding-top: 0;
}
#match-data .team-stats {
  background: #f0f0f0;
  color: #000;
  width: 100%;
  height: auto;
  padding-bottom: 20rem;
  margin-bottom: 30rem;
}
#match-data .team-stats .p0 {
  font-size: 14rem;
  font-weight: bold;
  text-align: center;
  height: 30rem;
  line-height: 30rem;
  background: #e1024d;
  color: #fff;
}
#match-data .team-stats .team-flx {
  width: 100%;
  margin: 20rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#match-data .team-stats .team-flx .h {
  width: 140rem;
  margin: 0 10rem;
}
#match-data .team-stats .team-flx .p1 {
  font-size: 12rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5rem;
}
#match-data .team-stats .team-flx .p2 {
  width: 100%;
  height: 8rem;
  background: var(--cerezo-color);
}
#match-data .team-stats .team-flx .a .p2 {
  background: var(--away-color);
}
#match-data .team-stats .stats-flx {
  width: calc(100% - 10rem);
  margin: 0 auto 10rem;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#match-data .team-stats .stats-flx .p1 {
  font-size: 18rem;
  text-align: right;
  width: 50rem;
  margin-bottom: -10rem;
  margin-right: 5rem;
}
#match-data .team-stats .stats-flx .p1 span {
  font-size: 18rem;
}
#match-data .team-stats .stats-flx .p2 {
  width: 70rem;
  height: 30rem;
  background: #aaaaaa;
  position: relative;
}
#match-data .team-stats .stats-flx .p2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 30rem;
  background: var(--cerezo-color);
}
#match-data .team-stats .stats-flx.sh .p2::after {
  width: var(--home-sh);
}
#match-data .team-stats .stats-flx.ish .p2::after {
  width: var(--home-ish);
}
#match-data .team-stats .stats-flx.pos .p2::after {
  width: var(--home-pos);
}
#match-data .team-stats .stats-flx.dr .p2::after {
  width: var(--home-dr);
}
#match-data .team-stats .stats-flx.pa .p2::after {
  width: var(--home-pa);
}
#match-data .team-stats .stats-flx.fo .p2::after {
  width: var(--home-fo);
}
#match-data .team-stats .stats-flx.g15 .p2::after {
  width: var(--home-g15);
}
#match-data .team-stats .stats-flx.g30 .p2::after {
  width: var(--home-g30);
}
#match-data .team-stats .stats-flx.g45 .p2::after {
  width: var(--home-g45);
}
#match-data .team-stats .stats-flx.g60 .p2::after {
  width: var(--home-g60);
}
#match-data .team-stats .stats-flx.g75 .p2::after {
  width: var(--home-g75);
}
#match-data .team-stats .stats-flx.g90 .p2::after {
  width: var(--home-g90);
}
#match-data .team-stats .stats-flx .p3 {
  width: 70rem;
  height: 30rem;
  background: #bf9c46;
  font-size: 10rem;
  font-weight: bold;
  text-align: center;
  line-height: 30rem;
  color: #fff;
}
#match-data .team-stats .stats-flx .p3.n {
  background: #0b104b;
}
#match-data .team-stats .stats-flx .p3.g {
  background: #333333;
}
#match-data .team-stats .stats-flx .p3.g.m {
  width: 50rem;
}
#match-data .team-stats .stats-flx .p4 {
  width: 70rem;
  height: 30rem;
  background: #aaaaaa;
  position: relative;
}
#match-data .team-stats .stats-flx .p4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 30rem;
  background: var(--away-color);
}
#match-data .team-stats .stats-flx.sh .p4::after {
  width: var(--away-sh);
}
#match-data .team-stats .stats-flx.ish .p4::after {
  width: var(--away-ish);
}
#match-data .team-stats .stats-flx.pos .p4::after {
  width: var(--away-pos);
}
#match-data .team-stats .stats-flx.dr .p4::after {
  width: var(--away-dr);
}
#match-data .team-stats .stats-flx.pa .p4::after {
  width: var(--away-pa);
}
#match-data .team-stats .stats-flx.fo .p4::after {
  width: var(--away-fo);
}
#match-data .team-stats .stats-flx.g15 .p4::after {
  width: var(--away-g15);
}
#match-data .team-stats .stats-flx.g30 .p4::after {
  width: var(--away-g30);
}
#match-data .team-stats .stats-flx.g45 .p4::after {
  width: var(--away-g45);
}
#match-data .team-stats .stats-flx.g60 .p4::after {
  width: var(--away-g60);
}
#match-data .team-stats .stats-flx.g75 .p4::after {
  width: var(--away-g75);
}
#match-data .team-stats .stats-flx.g90 .p4::after {
  width: var(--away-g90);
}
#match-data .team-stats .stats-flx .p5 {
  font-size: 18rem;
  text-align: left;
  width: 50rem;
  margin-bottom: -10rem;
  margin-left: 5rem;
}
#match-data .team-flx.se .mini-flx {
  align-items: flex-start;
  margin-top: 10rem;
}
#match-data .team-stats .mini-flx {
  display: flex;
  justify-content: space-between;
}
#match-data .team-stats .mini-flx .g {
  width: 110rem;
}
#match-data .team-stats .mini-flx .g img {
  margin-bottom: 5rem;
}
#match-data .team-stats .mini-flx .g .p6 {
  font-size: 40rem;
  text-align: center;
}
#match-data .team-stats .mini-flx .g .p6 span {
  font-size: 13rem;
  font-weight: bold;
}
#match-data .team-stats .mini-flx .g .p7 {
  font-size: 14rem;
  font-weight: bold;
  text-align: center;
}
#match-data .team-stats .team-flx.se {
  flex-direction: column;
  width: 260rem;
  margin: 0 auto;
}
#match-data .team-stats .team-flx.se .h {
  width: 100%;
  margin-top: 20rem;
}
#match-data .team-stats .team-flx.se .p1 {
  font-size: 14rem;
}
#match-data .players .accordion {
  color: #5a5a5a;
  font-size: 12rem;
  margin-top: 15rem;
}
#match-data .players .cerezzo {
  margin-bottom: 50rem;
}
#match-data .players .accordion-header {
  color: #fff;
  font-size: 14rem;
  font-weight: bold;
  background: #da005c;
  text-align: center;
}
#match-data .players .away .accordion-header {
  background: var(--away-color);
}
#match-data .players-list {
  row-gap: 2rem;
}
#match-data .players-list li {
  display: flex;
  gap: 2rem;
  flex-wrap: nowrap;
  width: 100%;
}
#match-data .players-list li span {
  height: 32rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
#match-data .players-list .position,
#match-data .players-list .number {
  width: 24rem;
  flex-shrink: 0;
}
#match-data .players-list .name {
  width: 100%;
  padding-left: 31rem;
  text-align: left;
  position: relative;
}
#match-data .players-list .name.yellow::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 8rem;
  background-color: #ffcc01;
  transform: translateY(-50%) rotate(20deg);
  top: 50%;
  right: 9rem;
}
#match-data .players-list li:nth-child(2n - 1) span {
  background: #ffe6f2;
}
#match-data .players-list li:nth-child(2n) span,
#match-data .away .players-list li:nth-child(2n - 1) span {
  background: #f7f7f7;
}
#match-data .away .players-list li:nth-child(2n) span {
  background: #e2e2e2;
}
#match-data .players .suspensions {
  font-size: 12rem;
  display: block;
  text-align: left;
  margin-top: 5rem;
  padding-left: 5rem;
}
#match-data .albilex .players-list li:nth-child(2n - 1) span {
  background: #f7f7f7;
}
#match-data .albilex .players-list li:nth-child(2n) span {
  background: #e2e2e2;
}

/* enjoy-cerezo */
.enjoy-cerezo-header {
  width: 100%;
  height: 160rem;
  position: relative;
  background: url(/special_games/assets/image/webp/enjoy_cerezo_bg.webp);
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.enjoy-cerezo-en {
  font-size: 51rem;
  display: block;
  text-align: center;
  line-height: 1.5;
}
.enjoy-cerezo-ja {
  font-size: 17rem;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.enjoy-cerezo-wrapper .swiper-container .swiper-slide {
  width: 280rem;
}
.enjoy-cerezo-wrapper .swiper-container .swiper-slide span {
  display: block;
}
.enjoy-cerezo-wrapper .swiper-container .store {
  font-size: 14rem;
  font-weight: 500;
  padding: 8rem 16rem 9rem;
  position: relative;
  background: #fff;
}
.enjoy-cerezo-wrapper .swiper-container .store::before {
  content: "";
  position: absolute;
  width: 8rem;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #da005c;
}
.enjoy-cerezo-wrapper .swiper-container .content-img {
  width: 280rem;
  height: 280rem;
  margin-bottom: 4rem;
}
.enjoy-cerezo-wrapper .swiper-container .content-img img {
  aspect-ratio: 1 / 1;
}
.enjoy-cerezo-wrapper .swiper-container .name {
  font-weight: bold;
  margin-bottom: 11rem;
}

/* game-summary2 */
#game-summary2 {
  padding-top: 48rem;
}
.summary-header {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 16rem 18rem;
}
.summary-header span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary-header .home-away,
.summary-header .first-section {
  background: #da005c;
  font-size: 14rem;
  font-weight: bold;
  width: 80rem;
  height: 50rem;
}
.summary-header .home-away.away,
.summary-header .home-away.away {
  background: #707070;
}
.summary-header .first-section {
  background: #1e2380;
  font-size: 10px;
  padding: 8px;
}
.summary-header .league-title {
  width: 183rem;
  height: 50rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.summary-header .league-title figure {
  width: 142rem;
}

/* cerezo-bar */
#cerezo-bar {
  padding: 29rem 16rem 50rem;
  background: #f5f3ef;
}
#cerezo-bar .read-sentence {
  margin-bottom: 35rem;
}
#cerezo-bar .map-modal-trigger {
  width: 280rem;
  height: 60rem;
  margin: 0 auto;
  font-size: 18rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 40rem;
  background: #da005c;
  color: #fff;
  cursor: pointer;
}
#cerezo-bar .map-modal-trigger::before {
  left: auto;
  right: 25rem;
  top: 50%;
  border-width: 2px;
  border-bottom: #ffffff solid 2px;
  border-right: #ffffff solid 2px;
}
#cerezo-bar .map-modal-trigger::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#cerezo-bar .map-modal-trigger::after {
  content: unset;
}
#cerezo-bar .swiper-container,
#goods .swiper-container:not(.modal) {
  width: 280rem;
  margin: 0 auto;
}
#cerezo-bar .swiper-outer,
#goods .swiper-outer {
  position: relative;
  padding-bottom: 26rem;
}
#goods .swiper-outer {
  padding-bottom: 26rem;
}
#goods .swiper-slide {
  padding-bottom: 30rem;
}
#goods .content-img {
  margin-bottom: 6rem;
}
#goods .goods-name {
  margin-bottom: 9px;
}
#cerezo-bar .swiper-button-next,
#goods .swiper-button-next:not(.modal) {
  right: -16rem;
  background-color: #da005c;
  top: 39%;
}
#cerezo-bar .swiper-button-prev,
#goods .swiper-button-prev:not(.modal) {
  left: -16rem;
  background-color: #da005c;
  top: 39%;
}
#goods .swiper-button-prev:not(.modal),
#goods .swiper-button-next:not(.modal) {
  top: 40%;
}
#cerezo-bar .swiper-button-prev::after,
#cerezo-bar .swiper-button-next::after,
#goods .swiper-button-prev:not(.modal)::after,
#goods .swiper-button-next:not(.modal)::after {
  border-color: #fff;
}
#cerezo-bar .swiper-pagination-bullet-active,
#goods .swiper-pagination-bullet-active {
  background-color: #da005c;
}
#videos .swiper-pagination-bullet {
  margin:0 7px;
}
#videos .swiper-pagination-bullet-active {
  background-color: #fff;
}
#cerezo-bar .food-swiper .price {
  margin-bottom: 27rem;
}
#goods .goods-swiper .price {
  padding-bottom: 30rem;
}

/* goods */
#goods {
  background: #f5f3ef;
}
#goods .goods-header {
  width: calc(100% + 33rem) !important;
  position: relative;
  right: 17rem;
  height: 120rem;
}
#goods .goods-header img {
  aspect-ratio: 375 / 120;
}
#goods h1 {
  padding-top: 31rem;
}
#goods .read-sentence {
  font-weight: 500;
  margin-bottom: 24rem;
}
#goods .goods-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: center;
  gap: 16px;
  row-gap: 24rem;
  margin-bottom: 39rem;
}
#goods .goods-list li {
  width: 160rem;
}
#goods .goods-list li a {
  text-align: center;
  margin: 0 auto;
  max-width: 160px;
  display: block;
}
#goods .goods-list li .goods-img {
  width: 100%;
  margin-bottom: 5rem;
}
#goods .goods-list li .goods-img img {
  aspect-ratio: 160 / 120;
  border-radius: 5px;
}
#goods .goods-list li h2.goods-name {
  font-size: 14rem;
  font-weight: bold;
  margin-bottom: 30rem;
  color: #5a5a5a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#goods .modal-trigger {
  text-align: center;
}
#goods .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 50rem;
}
#goods .swiper-button-prev:not(.modal) {
  top: 37%;
  left: -16rem;
}
#goods .swiper-button-next:not(.modal) {
  top: 37%;
  right: -16rem;
}
/* ticket-price */
#ticket-price .map {
  width: 343rem;
  height: 243rem;
  margin-bottom: 24rem;
}
#ticket-price .price-table {
  width: 343rem;
  height: auto;
  margin-bottom: 24rem;
}
#ticket-price .caution {
  font-size: 12rem;
  color: #fff;
  line-height: 1.35;
  margin-top: 50rem;
}
/* stadium-access */
#stadium-access {
  padding-bottom: 60rem;
}
#stadium-access .stadium-header {
  width: calc(100% + 32rem);
  height: 120rem;
  position: relative;
  right: 16rem;
  margin-bottom: 30rem;
}
#stadium-access .stadium-header img {
  aspect-ratio: 375 / 120;
}
#stadium-access h1 {
  font-size: 32rem !important;
  font-weight: 500;
  margin-bottom: 21rem;
}
#stadium-access h1 span {
  top: -2rem;
}
#stadium-access .stadium-map {
  width: 100%;
  height: 343rem;
  margin-bottom: 15rem;
}
#stadium-access .stadium-map img {
  aspect-ratio: 1 / 1;
}
#stadium-access .stadium-name {
  display: block;
  font-size: 24rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#stadium-access .stadium-address {
  display: block;
  font-size: 18rem;
  font-weight: bold;
  color: #da005c;
  margin-bottom: 17rem;
}
#stadium-access .access-sentence {
  font-size: 14rem;
  color: #5a5a5a;
  margin-bottom: 30rem;
}
#stadium-access .access-list-wrap {
  color: #22252a;
  margin-bottom: 24rem;
}
#stadium-access .transportation {
  font-size: 18rem;
  font-weight: bold;
  padding-left: 35rem;
  position: relative;
  margin-bottom: 12rem;
  display: block;
}
#stadium-access .transportation::before {
  content: "";
  background: url(/special_games/assets/image/svg/train_icon.svg);
  background-size: cover;
  width: 30rem;
  height: 30rem;
  position: absolute;
  top: 0;
  left: 0;
}
#stadium-access .for-bicycle .transportation:before {
  background: url(/special_games/assets/image/svg/bike_icon.svg);
  background-size: cover;
}
#stadium-access .from-stations-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 13rem;
  margin-bottom: 22rem;
}
#stadium-access .from-stations-list li {
  font-size: 15rem;
  color: #22252a;
  padding-left: 10rem;
  position: relative;
}
#stadium-access .from-stations-list li::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #22252a;
  top: 50%;
  left: 2rem;
}
#stadium-access .from-main-stations-list dt {
  width: 143rem;
  height: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #da005c;
  font-size: 12rem;
  font-weight: bold;
  border-radius: 14px;
  margin-bottom: 8rem;
}
#stadium-access .from-main-stations-list dd {
  margin-bottom: 21rem;
  line-height: 1.3;
}
#stadium-access .access-list-wrap .caution {
  font-size: 12rem;
  color: #5a5a5a;
  margin-bottom: 24rem;
  display: block;
}
#stadium-access .access-list-wrap .for-bicycle .caution {
  margin-bottom: 33rem;
}
#stadium-access .access-list-wrap .for-bicycle p {
  margin-bottom: 17rem;
  margin-bottom: 10rem;
}
/* videos */
#videos h1 {
  margin-bottom: 27rem;
}
#videos .video-title {
  display: block;
  font-weight: bold;
  margin-top: 14rem;
}
#videos .swiper-outer {
  position: relative;
  padding-bottom: 77rem;
}
#videos .swiper-slide {
  padding-bottom: 70rem;
}
#videos .swiper-button-prev {
  left: -16rem;
  top: 76%;
}
#videos .swiper-button-next {
  right: -16rem;
  top: 76%;
}
#videos .video-modal {
  /* display: none; */
  opacity:0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #707070;
  z-index: 100;
}
#videos .video-modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#videos .video-modal .close {
  position: absolute;
  top: -20%;
  right: 5%;
  font-size: 20rem;
  font-weight: bold;
  cursor: pointer;
}
.video-modal-trigger {
  cursor: pointer;
}
.video-modal-trigger img {
  aspect-ratio: 343 / 193;
}
/* guidelines */
#guidelines {
  padding-top: 31rem;
  padding-bottom: 20rem;
}
#guidelines h1 {
  margin-bottom: 27rem;
}
#guidelines .guideline-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 34rem;
  row-gap: 6rem;
}
#guidelines .guideline-list li {
  max-width: 110rem;
}
/* follow-us */
#follow-us {
  padding: 31rem 0rem 62rem;
}
#follow-us h1 {
  padding: 0 16rem;
  margin-bottom: 26rem;
}
#follow-us .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 28rem;
  flex-wrap: wrap;
}
#follow-us .sns-list li {
  width: calc(100% / 3);
  position: relative;
}
#follow-us .sns-list li:nth-child(2)::before,
#follow-us .sns-list li:nth-child(5)::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 100rem;
  top: 0;
  left: 0;
  background-color: #dee6ed;
}
#follow-us .sns-list li:nth-child(2)::after,
#follow-us .sns-list li:nth-child(5)::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 100rem;
  top: 0;
  right: 0;
  background-color: #dee6ed;
}

#follow-us .sns-list li a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#follow-us .sns-list .icon {
  width: 58rem;
  height: 58rem;
  margin-bottom: 19rem;
}
#follow-us .sns-list span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15rem;
  font-weight: 500;
  color: #003557;
}
/* sponsors */
#sponsors {
  padding-top: 47rem;
  padding-bottom: 48rem;
  background: #1e2380;
}
#sponsors .inner {
  max-width: 1100px;
}
#sponsors .sponsors-list_pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  padding: 0 6rem;
}
#sponsors .sponsors-list_pc.top {
  margin-bottom: 8rem;
}
#sponsors .sponsors-list_pc.bottom {
  margin-bottom: 48rem;
}
#sponsors .sponsors-list_pc li {
  max-width: 100%;
  width: 256px;
}
#sponsors .blue-link-btn {
  width: 334rem;
  height: 40rem;
  border: #ffffff solid 1px;
}
#sponsors .sponsors-list_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #sponsors .sponsors-list_pc {
    display: none;
  }
  #sponsors .sponsors-list_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
    padding: 0 6rem 48rem;
  }
  #sponsors .sponsors-list_sp li {
    width: 49%;
  }
}

/* page-top */
.page-top-btn {
  color: #da005c;
  padding-right: 35rem;
  width: 100%;
  height: 52rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #fff;
}
.page-top-btn::after {
  content: "";
  transform: translateY(-50%) rotate(45deg);
  width: 7rem;
  height: 7rem;
  position: absolute;
  left: 61%;
  top: 57%;
  border-top-width: 2px;
  border-left-width: 2px;
  border-top: #da005c solid 2px;
  border-left: #da005c solid 2px;
}
/* footer */
footer {
  width: 100%;
  padding-top: 67rem;
  padding-bottom: 155rem;
  background-color: #da005c;
  color: #fff;
}
footer .footer-logo {
  width: 99rem;
  margin: 0 auto;
  margin-bottom: 25rem;
}
footer span {
  display: block;
  text-align: center;
  margin: 0 auto 5rem;
  font-size: 10rem;
}
.pc-view {
  display: none;
}

@media screen and (min-width: 1024px) {
  /* add_20230210 */
  #players .players-list li figure {
    width: 66rem;
  }
  .pc-view {
    display: block;
  }
 
  section {
    padding-right: unset;
    padding-left: unset;
  }
  section > .inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  h1 {
    text-align: center;
  }
  h1 span {
    font-family: "源ノ角ゴシック JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", sans-serif;
    font-size: 16rem;
    top: 0;
    display: inline-block;
    margin-left: 21rem;
  }
  #following-btn {
    width: 80rem;
    height: 80rem;
    top: unset;
    left: auto;
    right: 53rem;
    bottom: 100rem;
  }
  .following-bar {
    width: 100%;
    height: 80rem;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #da005c;
    z-index: 90;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .following-bar .tournament {
    width: 80px;
    margin-right: 8px;
  }
  .following-bar .tournament p {
    height: 20px;
    font-size: 10px;
  }
  .following-bar .teams {
    display: flex;
    align-items: center;
  }
  .following-bar .logo.cerezo {
    width: 71rem;
  }
  .following-bar .logo.albilex {
    width: 71rem;
    margin-right: 10rem;
  }
  .following-bar .vs {
    color: #fff;
  }
  .following-bar .date {
    font-size: 47rem;
    color: #fff;
  }
  .following-bar .weekday {
    font-size: 15rem;
    background: #1e2380;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25rem;
    height: 25rem;
    position: relative;
    bottom: 5rem;
    left: 5rem;
    margin-right: 10rem;
  }
  .following-bar .dazn,
  .following-bar .buy-ticket {
    width: 252rem;
  }

  #hamburger {
    width: 375rem;
    height: 500rem;
    left: auto;
  }
  .modal-trigger {
    right: 0;
    height: 25rem;
  }
  .modal-trigger img {
    object-fit: contain;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px);
  }
  .swiper-pagination-bullet {
    width: 8rem;
    height: 8rem;
  }
  #event-map {
    width: 100%;
    padding: 40rem 16rem;
    flex-direction: column;
    flex-wrap: nowrap;
    overscroll-behavior-y: contain;
    overflow-y: scroll;
    align-items: flex-start;
    justify-content: unset;
  }
  #event-map .map {
    max-width: 580rem;
    width: auto;
  }
  #event-map .map img {
    width: 100%;
    max-height: unset;
    object-fit: contain;
  }
  .modal-background {
    background-color: #000;
    background-color: yellow;
    cursor: pointer;
  }
  .swiper-container.modal {
    overflow: hidden;
  }
  .swiper-container.modal .swiper-slide {
    padding-top: 42rem;
    overflow: hidden;
  }
  .swiper-container.modal .contents-wrapper {
    width: 750rem;
    height: 80vh;
    border-radius: 8px;
  }
  .swiper-container.modal .thumbnail {
    width: 420rem;
    margin-bottom: 30rem;
    margin: 0 auto 30rem;
  }
  .swiper-container.modal .swiper-button-prev::after {
    width: 22rem;
    height: 22rem;
    border-top: #da005c solid 5px;
    border-right: #da005c solid 5px;
  }
  .swiper-container.modal .swiper-button-prev {
    left: 238rem;
    bottom: unset;
    top: 48%;
    background: unset;
  }
  .swiper-container.modal .swiper-button-next::after {
    width: 22rem;
    height: 22rem;
    border-top: #da005c solid 5px;
    border-left: #da005c solid 5px;
  }
  .swiper-container.modal .swiper-button-next {
    right: 238rem;
    bottom: unset;
    top: 48%;
    background: unset;
  }
  .swiper-container.modal a::after {
    top: 3rem;
  }
  /* kv */
  #kv .kv-img {
    width: 100%;
  }

  /* summary */
  .game-summary,
  #game-summary2 {
    padding: 72rem 0 14rem;
  }
  #game-summary .summary-header,
  #game-summary2 .summary-header {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    width: 425rem;
    height: 50rem;
    position: relative;
    margin-bottom: 75rem;
  }
  #game-summary .summary-header span,
  #game-summary2 .summary-header span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #game-summary .summary-header .home-away,
  #game-summary2 .summary-header .home-away,
  #game-summary .summary-header .first-section,
  #game-summary2 .summary-header .first-section {
    font-size: 14rem;
    font-weight: bold;
    height: 50rem;
    width: 120rem;
    border: #fff solid 1px;
  }
  #game-summary .summary-header .first-section,
  #game-summary2 .summary-header .first-section {
    background: #1e2380;
  }
  #game-summary .summary-header .league-title,
  #game-summary2 .summary-header .league-title {
    width: 183rem;
    height: 50rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .game-summary .swiper-container {
    padding-bottom: 75rem;
  }
  .game-summary .game-card {
    column-gap: 448rem;
    width: 100%;
    justify-content: center;
    margin-bottom: 71rem;
  }
  .game-summary .game-card > div {
    width: 144rem;
  }
  .game-summary .game-card figure.logo {
    margin-bottom: 5rem;
  }
  .game-summary .team-name {
    width: 100%;
  }
  .game-summary .game-info {
    position: absolute;
    top: 75rem;
    left: 50%;
    transform: translate(-50%);
    width: 400rem;
  }
  .game-summary .game-info .weekday01 {
    width: 59rem;
    height: 59rem;
    bottom: 15rem;
    font-size: 32rem;
  }
  
  .game-summary .game-info .weekday02 {
    width: 59rem;
    height: 59rem;
    bottom: 15rem;
    font-size: 32rem;
  }
  
  .game-summary .game-info .weekday03 {
    width: 59rem;
    height: 59rem;
    bottom: 15rem;
    font-size: 32rem;
  }
  
  
  .game-summary .game-info .time {
    font-size: 32rem;
    margin-top: -9rem;
  }
  .game-summary .game-info .stadium {
    width: 180rem;
  }
  .game-summary .swiper-button-next {
    right: 30rem;
    top: 37%;
  }
  .game-summary .swiper-button-prev {
    left: 34rem;
    top: 37%;
  }
  .game-summary .bottom-link-wrapper {
    justify-content: center;
    gap: 40rem;
  }
  .game-summary .game-info .date {
    font-size: 120rem;
  }
  .game-summary .bottom-link-wrapper .buy-ticket,
  .game-summary .bottom-link-wrapper .dazn {
    width: 252rem;
  }
  .game-summary .swiper-horizontal > .swiper-pagination-bullets,
  .game-summary .swiper-pagination-bullets.swiper-pagination-horizontal,
  .game-summary .swiper-pagination-custom,
  .game-summary .swiper-pagination-fraction {
    bottom: 43rem;
  }


  /* column */
  #column .inner {
    max-width: unset;
  }
  #column .column-list li {
    max-width: 50%;
    padding: 0;
    padding: 39rem 0rem 40rem;
  }
  #column .list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 350rem;
    padding: 0;
    display: block;
  }
  #column .column-list li:nth-child(2n - 1) .list-inner {
    margin-right: 100rem;
    margin-left: auto;
  }
  #column .column-list li:nth-child(2n) .list-inner {
    margin-left: 100rem;
    margin-right: auto;
  }
  #column .column-list li figure:nth-of-type(1) {
    width: 350rem;
    margin-bottom: 15rem;
  }
  #column .column-list li .modal-trigger {
    margin: 0 auto;
  }
  #column .column-list h2 {
    width: 100%;
    font-size: 24rem;
    margin-bottom: 0;
  }
  #column .column-list li h3 {
    width: 100%;
    font-size: 16rem;
    margin-bottom: 16rem;
  }
  /* #contents-menu */
  #contents-menu {
    padding-top: 70rem;
    padding-right: 50rem;
    padding-left: 50rem;
  }
  #contents-menu h1 {
    font-size: 40rem !important;
  }
  #contents-menu .menu-list {
    padding: 0 50rem 80rem;
    margin-top: 40rem;
  }
  #contents-menu .menu-list li {
    width: 138rem;
  }
  #contents-menu .menu-list li a {
    padding: 19rem 0rem 26rem;
  }
  #contents-menu .menu-list li a h2 {
    margin-bottom: 5rem;
    font-size: 18rem;
  }
  #contents-menu .menu-list li span {
    font-size: 12rem;
  }
  #contents-menu .menu-list li::before {
    width: 140rem;
    height: 100rem;
  }
  /* event */
  #event {
    padding-top: 64rem;
    padding-bottom: 100rem;
  }
  #event h1 {
    margin-bottom: 40rem;
  }
  #event .main-event-contents {
    display: flex;
    margin-bottom: 44rem;
  }
  #event .main-event-contents .event-thumbnail {
    width: 50%;
  }
  #event .main-event-contents .sentence-wrapper {
    width: 50%;
    padding: 14rem 50rem 0 32rem;
  }
  #event h2.event-title {
    font-size: 21rem;
  }
  #event .event-list li h2.event-title {
    font-size: 16rem;
    margin-bottom: 21rem;
  }
  #event .event-list.special-list li {
    width: 32%;
  }
  #event .event-list li {
    width: 234rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #event .event-list li .event-thumbnail {
    margin-bottom: 13rem;
  }
  #event .event-list {
    margin-bottom: 60rem;
  }

  /* schedule */
  #schedule h1 {
    margin-bottom: 40rem;
  }
  #schedule .schedule-list {
    width: 720rem;
    margin: 0 auto;
  }
  #schedule .schedule-list li {
    font-size: 14rem;
  }
  #schedule .schedule-list .schedule-time {
    width: 132rem;
  }
  #schedule p.caution {
    font-size: 14rem;
    margin-left: 140rem;
    margin-top: 16rem;
  }

  /* player */
  figure.audience {
    height: 400rem;
    position: relative;
    overflow: hidden;
  }
  figure.audience img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #players h1 {
    margin-bottom: 38rem;
  }
  #players .players-swiper {
    width: 759rem;
    margin: 0 auto;
    background: unset;
    overflow: unset;
    padding-bottom: unset;
    margin-bottom: 60rem;
  }
  #players .players-swiper .swiper-slide {
    display: flex;
  }
  #players .players-swiper .player-img-wrap {
    margin-bottom: unset;
  }
  #players .players-swiper .player-img-wrap figure {
    width: 416rem;
  }
  #players .players-swiper .player-img-wrap figure img {
    aspect-ratio: 416 / 416;
  }
  #players .profile-wrap {
    width: 343rem;
    margin: unset;
    padding: 16rem 16rem 19rem;
    background: #da005c;
  }
  #players .players-swiper p {
    font-size: 14rem;
    margin-bottom: 42rem;
    line-height: 1.3;
  }
  #players .players-list {
    justify-content: center;
  }
  #players .swiper-button-prev,
  #players .swiper-button-next {
    top: 48%;
    right: -70rem;
  }
  #players .swiper-button-prev,
  #players .swiper-button-prev {
    top: 48%;
    left: -70rem;
  }

  /* match-data */
  #match-data {
    padding-top: 80rem;
  }
  #match-data .background {
    background-image: url(/special_games/assets/image/webp/data_bg_pc.webp);
  }
  #match-data .inner {
    max-width: 800rem;
  }
  #match-data h1 {
    text-align: center;
    margin-bottom: 60rem;
  }
  #match-data .team-list > li.home {
    width: 50%;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    /* justify-content: flex-end; */
    justify-content: center;
    column-gap: 47rem;
    padding-top: unset;
  }
  #match-data .team-list > li.away {
    width: 50%;
    flex-wrap: nowrap;
    /* justify-content: flex-end; */
    justify-content: center;
    column-gap: 47rem;
    padding-top: unset;
  }
  #match-data .team-list > li .inner {
    width: 186rem;
    flex-wrap: wrap;
    padding-bottom: 22rem;
  }
  #match-data .team-list li figure {
    width: 186rem;
    margin-bottom: 12rem;
  }
  #match-data .team-list li figure img{
    padding:18px;
  }
  #match-data .team-list li.away figure::after,
  #match-data .team-list li figure::after {
    width: 65%;
    border-width: 8px;
  }
  #match-data .team-list li .team-name {
    font-size: 16rem;
  }
  #match-data .score-list {
    width: 146rem;
    padding: unset;
    padding-top: 4rem;
    row-gap: 5rem;
  }
  #match-data .score-list .ranking {
    align-items: flex-end;
    display: flex;
  }
  #match-data .score-list .ranking .ranking-num {
    font-size: 80rem;
  }
  #match-data .score-list .ranking span:last-child {
    font-size: 45rem;
    font-family: "源ノ角ゴシック JP", "Noto Sans JP", "Meiryo", "sans-serif", "Arial", "Helvetica", serif;
  }
  #match-data .score-list li:not(:first-child) > span:first-child {
    padding: 1rem 0;
  }
  #match-data .score-list .points .points-num,
  #match-data .score-list .goal-difference .goal-difference-num {
    font-size: 32rem;
  }
  #match-data .score-list .points,
  #match-data .score-list .goal-difference {
    font-size: 14rem;
    padding: 4rem 0;
    margin-bottom: 0;
  }
  #match-data .score-list .record {
    font-size: 14rem;
    margin-top: 9rem;
  }
  #match-data .score-list li:last-child .record-symbol {
    gap: 10rem;
    height: auto;
    padding: 8rem 0;
  }
  #match-data .score-list .record-symbol span::after {
    width: 20rem;
    height: 20rem;
  }
  #match-data > .inner > .date {
    top: -47rem;
    position: relative;
    font-size: 14rem;
  }
  #match-data .data-modal-list .accordion-trigger {
    width: 100%;
  }
  #match-data .accordion .past-results {
    height: auto;
    margin-bottom: 32rem;
  }
  #match-data .accordion .total-results li {
    height: auto;
  }
  #match-data .total-results .head {
    font-size: 16rem;
  }
  #match-data .total-results .num {
    font-size: 24rem;
  }
  #match-data .players .accordion {
    column-gap: 40rem;
  }
  #match-data .data-modal-list {
    margin-top: 10rem;
    row-gap: 0;
  }
  #match-data .data-modal-list .accordion-trigger .btn {
    position: relative;
    height: 40rem;
    margin-bottom: 32rem;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  #match-data .data-modal-list .accordion-trigger .btn:hover {
    opacity: 0.6;
  }
  #match-data .data-modal-list .accordion-trigger .btn span {
    font-size: 20rem;
  }
  #match-data .data-modal-list .accordion-trigger .btn::before {
    content: "";
    position: absolute;
    right: 29rem;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    width: 3rem;
    height: 22rem;
    transition: transform 0.6s;
  }
  #match-data .data-modal-list .accordion-trigger .btn::after {
    content: "";
    position: absolute;
    right: 19rem;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    width: 22rem;
    height: 3rem;
  }
  #match-data .data-modal-list .accordion-trigger.open-toggle .btn::before {
    transform: translateY(-50%) rotate(90deg);
  }
  #match-data .data-modal-list .accordion-trigger .btn .date {
    position: absolute;
    width: auto;
    right: 64rem;
    top: 50%;
    transform: translateY(-50%);
  }
  #match-data .accordion {
    margin-bottom: 59rem;
  }
  #match-data .accordion .accordion-header {
    font-size: 17rem;
    height: 27rem;
  }
  #match-data .win-loss-record .accordion .date {
    font-size: 21rem;
    padding-top: 15rem;
  }
  #match-data .win-loss-record .accordion .home-away {
    font-size: 16rem;
    width: 121rem;
    padding: 11rem;
    margin-top: 2rem;
  }
  #match-data .win-loss-record .accordion .score {
    font-size: 28rem;
    padding-top: 12rem;
    padding-bottom: 9rem;
  }
  #match-data .accordion .past-results li:first-child::after {
    position: absolute;
    content: "";
    right: 0;
    top: 19rem;
    width: 1rem;
    height: 82rem;
    background: #707070;
    transform: translateX(50%);
  }
  #match-data .accordion .total-results li span {
    display: block;
    padding-top: 20rem;
    padding-bottom: 8rem;
    width: 70rem;
  }
  #match-data .accordion .total-results li span:last-child {
    margin: 0 auto;
    font-size: 32rem;
    padding-top: 6rem;
    padding-bottom: 20rem;
  }
  #match-data .team-stats {
    margin-bottom: 35rem;
  }
  #match-data .team-stats .p0 {
    font-size: 17rem;
    height: 27rem;
    line-height: 27rem;
    font-weight: 500;
  }
  #match-data .team-stats .team-flx {
    gap: 105rem;
  }
  #match-data .team-stats .team-flx .h {
    width: 211rem;
  }
  #match-data .team-stats .team-flx .p1 {
    font-size: 16rem;
  }
  #match-data .team-stats .stats-flx {
    width: 100%;
    padding: 0;
    justify-content: center;
    column-gap: 4rem;
    margin: 0 auto 9rem;
  }
  #match-data .team-stats .stats-flx .p3 {
    width: 118rem;
    height: 27rem;
    line-height: 27rem;
    font-size: 14rem;
    padding: 0;
  }
  #match-data .team-stats .stats-flx .p2,
  #match-data .team-stats .stats-flx .p4 {
    width: 128rem;
    height: 26rem;
  }
  #match-data .team-stats .stats-flx .p2::after,
  #match-data .team-stats .stats-flx .p4::after {
    height: 26rem;
  }
  #match-data .team-stats .stats-flx .p1,
  #match-data .team-stats .stats-flx .p5 {
    font-size: 24rem;
    width: 75rem;
    line-height: 24rem;
    margin-bottom: unset;
  }
  #match-data .team-stats .stats-flx .p1 {
    margin-right: 10rem;
    text-align: right;
  }
  #match-data .team-stats .stats-flx .p5 {
    margin-left: 10rem;
  }
  #match-data .team-stats.goal {
    padding-bottom: 30rem;
    margin-bottom: 32rem;
  }
  #match-data .team-stats.goal .stats-flx .p2,
  #match-data .team-stats.goal .stats-flx .p4 {
    width: 151rem;
  }
  #match-data .team-stats.goal .stats-flx {
    margin-bottom: 10rem;
  }
  #match-data .team-stats.goal .stats-flx.head {
    width: 500rem;
    justify-content: space-between;
  }
  #match-data .team-stats.goal .stats-flx .p3 {
    width: 70rem;
    font-size: 14rem;
  }
  #match-data .team-stats.goal .stats-flx .p3.g {
    height: 21rem;
    line-height: 21rem;
    font-size: 13rem;
  }
  #match-data .team-stats.goal .stats-flx .p3.g.m {
    width: 60rem;
  }
  #match-data .team-stats.goal .stats-flx .p3.n {
    height: 26rem;
    line-height: 26rem;
    font-size: 13rem;
    text-align: right;
    padding-right: 8rem;
  }
  #match-data .team-stats.goal .stats-flx .p3 .font-futura {
    font-size: 16rem;
  }
  .team-stats.goal .p-ab {
    font-size: 12rem;
    margin-top: 28px;
  }
  #match-data .team-stats.team-top {
    margin-bottom: 0;
  }
  #match-data .team-stats.team-top .team-flx.se {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    column-gap: 68rem;
    padding-bottom: 20rem;
  }
  #match-data .team-stats.team-top .team-flx.se .h {
    width: 250rem;
  }
  #match-data .team-stats.team-top .team-flx.se .p1 {
    font-size: 16rem;
  }
  #match-data .team-stats.team-top .team-flx .p2 {
    width: 85%;
    margin: 0 auto;
  }
  #match-data .team-stats.team-top .mini-flx .g .p6 {
    font-size: 32rem;
  }
  #match-data .team-stats.team-top .mini-flx .g .p6 span {
    font-family: "Noto Sans JP", "Meiryo", "sans-serif", "Arial", "Helvetica", serif;
  }
  #match-data .team-stats.team-top .team-flx.se .mini-flx {
    margin-top: 20rem;
  }
  #match-data .team-stats.team-top .mini-flx .g img {
    width: 110rem;
    margin-bottom: 12rem;
  }
  #match-data .players .cerezzo,
  #match-data .players .away {
    width: 380rem;
  }
  #match-data .accordion.players .accordion-header {
    font-size: 14rem;
    height: 22rem;
    line-height: 22rem;
  }
  #match-data .players-list .position,
  #match-data .players-list .number {
    width: 28rem;
  }
  #match-data .players-list .name {
    width: calc(100% - 28rem);
    padding-left: 25rem;
    padding-top: 7rem;
    font-size: 14rem;
  }
  #match-data .players-list .name.yellow::after {
    right: 16rem;
  }

  /* cerezo bar */
  .enjoy-cerezo-header {
    min-height: 400rem;
  }
  .enjoy-cerezo-en {
    font-size: 110rem;
    line-height: 1.36;
  }
  .enjoy-cerezo-ja {
    font-size: 28rem;
  }
  #cerezo-bar {
    padding: 80rem 0;
  }
  #cerezo-bar h1 {
    margin-bottom: 47rem;
  }
  #cerezo-bar .sentence-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 28rem;
  }
  #cerezo-bar .read-sentence {
    font-size: 18rem;
    font-weight: 500;
    line-height: 1.7;
    margin: 0 auto 60rem;
    text-align: center;
  }
  #cerezo-bar .map-modal-trigger {
    margin: unset;
    margin-bottom: 60rem;
  }
  #cerezo-bar .swiper-container,
  #goods .swiper-container:not(.modal) {
    width: 280rem;
    padding-bottom: 55rem;
    overflow: visible;
  }
  #cerezo-bar .swiper-outer,
  #goods .swiper-outer {
    position: relative;
    overflow: hidden;
    width: 1000rem;
  }
  #cerezo-bar .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 20rem;
  }
  #cerezo-bar .swiper-button-prev,
  #goods .swiper-button-prev:not(.modal) {
    left: 0;
    top: 38%;
  }
  #cerezo-bar .swiper-button-next,
  #goods .swiper-button-next:not(.modal) {
    right: 0;
    top: 38%;
  }
  #cerezo-bar .swiper-outer::before,
  #goods .swiper-outer::before,
  #cerezo-bar .swiper-outer::after,
  #goods .swiper-outer::after {
    content: "";
    background: #f5f3ef;
    position: absolute;
    width: 32rem;
    height: 407rem;
    top: 0;
    z-index: 2;
  }
  #cerezo-bar .swiper-outer::before,
  #goods .swiper-outer::before {
    left: 0;
  }
  #cerezo-bar .swiper-outer::after,
  #goods .swiper-outer::after {
    right: 0;
  }

  /* goods */
  #goods {
    padding-bottom: 65rem;
  }
  #goods .goods-header,
  #stadium-access .stadium-header {
    height: auto;
    width: calc(100vw - var(--scrollbar)) !important;
    position: relative;
    left: calc((100vw - var(--scrollbar) - 1000px) / -2);
  }
  #goods h1 {
    padding-top: 80rem;
    margin-bottom: 45rem;
  }
  #goods .read-sentence {
    text-align: center;
    font-size: 18rem;
    line-height: 1.8;
    margin-bottom: 46rem;
  }
  #goods .goods-list li {
    width: 234rem;
  }
  #goods .goods-list li .goods-img {
    margin-bottom: 15rem;
  }
  #goods .goods-list li h2.goods-name {
    font-size: 16rem;
    margin-bottom: 16rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #goods .modal-trigger {
    text-align: center;
    margin: 0 auto;
  }
  #goods .goods-list {
    margin-bottom: 58rem;
  }

  /* ticket */
  #ticket-price h1 {
    margin-bottom: 38rem;
  }
  #ticket-price .contents-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 38rem;
    justify-content: center;
    position: relative;
  }
  #ticket-price .map {
    width: 50%;
    height: auto;
  }
  #ticket-price .price-table {
    width: calc(50% - 38rem);
    height: auto;
    margin-bottom: unset;
  }
  #ticket-price .caution {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 37rem;
    line-height: 1.5;
  }

  /* access */
  #stadium-access {
    position: relative;
    margin-bottom: 5rem;
  }
  #stadium-access .stadium-header {
    margin-bottom: 0;
  }
  #stadium-access h1 {
    font-size: 40rem;
    margin-bottom: 38rem;
    padding-top: 80rem;
  }
  #stadium-access .stadium-name,
  #stadium-access .stadium-address,
  #stadium-access .access-sentence {
    text-align: center;
  }
  #stadium-access .stadium-name {
    font-size: 32rem;
    margin-bottom: 5rem;
  }
  #stadium-access .stadium-address {
    margin-bottom: 9rem;
  }
  #stadium-access .access-sentence {
    margin-bottom: 43rem;
  }
  #stadium-access .contents-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 40rem;
  }
  #stadium-access .from-stations-list {
    row-gap: 10rem;
  }
  #stadium-access .from-main-stations-list dd:last-child {
    margin-bottom: 15rem;
  }
  #stadium-access .access-list-wrap .caution {
    font-size: 10rem;
  }
  #stadium-access .for-bicycle .transportation {
    position: relative;
    width: 55%;
  }
  #stadium-access .stadium-map {
    width: 500rem;
    height: auto;
    position: relative;
    margin-bottom: unset;
  }
  #stadium-access .access-list-wrap {
    width: 370rem;
  }
  #stadium-access .blue-link-btn {
    position: absolute;
    left: 100rem;
    top: 540rem;
  }

  /* videos */
  #videos h1 {
    margin-bottom: 39rem;
  }
  #videos .swiper-container {
    width: 520rem;
    margin: 0 auto;
    overflow: visible;
  }
  #videos .swiper-slide {
    padding-bottom: 80rem;
  }
  #videos .swiper-button-prev {
    left: 167rem;
    top: 33%;
  }
  #videos .swiper-button-next {
    right: 167rem;
    top: 33%;
  }
  #videos .video-modal .close {
    right: 0;
  }

  /* guidelines */
  #guidelines {
    padding-top: 82rem;
    padding-bottom: 23rem;
  }
  #guidelines h1 {
    margin-bottom: 50rem;
  }
  #guidelines .guideline-list {
    margin-bottom: 50rem;
  }
  #guidelines .guideline-list li {
    max-width: 151rem;
  }

  /* sns */
  #follow-us {
    padding: 80rem 0rem 102rem;
  }
  #follow-us h1 {
    margin-bottom: 46rem;
  }
  #follow-us .sns-list {
    width: 770rem;
    margin: 0 auto;
    justify-content: space-between;
  }
  #follow-us .sns-list li {
    width: calc(100% / 6);
  }
  #follow-us .sns-list li:nth-child(3)::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 100rem;
    top: 0;
    right: 0;
    background-color: #dee6ed;
  }

  /* page-top-btn */
  .page-top-btn {
    height: 60rem;
    font-size: 22rem;
    padding-right: 45rem;
  }
  .page-top-btn::after {
    width: 12rem;
    height: 12rem;
    left: 54.5%;
    top: 57%;
    border-top-width: 3px;
    border-left-width: 3px;
  }
  /* footer */
  footer {
    padding-top: 90rem;
    padding-bottom: 179rem;
  }
  footer .footer-logo {
    width: 136rem;
    margin-bottom: 29rem;
  }
  footer span {
    font-size: 16rem;
  }
  .sp-view {
    display: none !important;
  }
}

.swiper-container.modal .contents_wrapper h2,
.swiper-container.modal .contents_wrapper h3 {
  margin-top: 16rem;
  color: rgb(30 35 128);
}

.swiper-container.modal .contents_wrapper h2 {
  margin-bottom: 24rem;
  border-left-width: 12px;
  border-bottom-width: 2px;
  border-color: rgb(218 0 92);
  border-style: solid;
  padding-left: 8rem;
  font-size: 18rem;
  font-weight: 700;
  text-align: left;
}

.swiper-container.modal .article a {
  color: rgb(0 104 211);
  text-decoration-line: underline;
}

.swiper-container.modal .article a::after {
  content: none;
}


.swiper-container.modal .contents_wrapper_events h2 {
    font-size: 20px;
    color: #1E2380;
    padding-left: 8px;
    border-left: 12px solid #DA005C;
    border-bottom: 2px solid #DA005C;
    font-weight: bold;
    margin: 24px 0;
    text-align: left;
  }

  .swiper-container.modal .contents_wrapper_events h3{
    font-size: 18px;
    color: #1E2380;
    padding-left: 4px;
    border-left: 8px solid #DA005C;
    font-weight: normal;
    margin-bottom: 16px;
    margin-top: 24px;
    text-align: left;
  }

  .swiper-container.modal .contents_wrapper_events .article p {
    font-size: 14px;
    line-height: normal;
  }

  .swiper-container.modal .contents_wrapper_events .article a {
    font-size: 14px;
    text-decoration: underline;
    color: #0068D3;
    line-height: 1;
  }

  .swiper-container.modal .contents_wrapper_events .article em {
    color: #DA005C;
    font-style: normal;
  }

  .swiper-container.modal .contents_wrapper_events .article b {
  font-weight: bold;
  }

  .swiper-container.modal .contents_wrapper_events .article img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .swiper-container.modal .contents_wrapper_events .article iframe {
    aspect-ratio: 16/9;
    display: block;
    width: 100%;
    height: 100%;
  }

  .swiper-container.modal .contents_wrapper_events .article li {
    font-size: 14px;
    line-height: 1;
    list-style-position: inside;
    list-style-type: disc;
  }

  .swiper-container.modal .contents_wrapper_events .article.contents-article-style.migrated {
    white-space: nowrap;
  }
  
  .swiper-container.modal .contents_wrapper_events .article.contents-article-style.migrated h2 {
    margin: 0;
    margin-bottom: 0.5rem;
  }
  
  .swiper-container.modal .contents_wrapper_events .article.contents-article-style.migrated article {
    white-space: pre-wrap;
    line-height: 1.8;
  }
  
  .swiper-container.modal .contents_wrapper_events .article.contents-article-style.migrated img {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  
  .swiper-container.modal .contents_wrapper_events .article.contents-article-style li {
    font-size: 14px;
    line-height: 1;
    list-style-position: inside;
    list-style-type: disc;
  }

  .swiper-container.modal .contents_wrapper_events .btn {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    background-color: #1E2380; 
    display: flex;
    width: 100%;
    height: 25px; 
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;  
  }