/*common*/
.commingsoon {
  font-size: 12px;
  color: rgb(93, 93, 93);
}
.disabled {
  opacity: 0.7;
  cursor: initial;
  pointer-events: none;
}
.mt0 {
  margin-top: 0px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}

/*top news*/
.news-list dl dd p {
  white-space: initial;
}

/*チケットページ*/
#ticket h3 {
  font-size: var(--fz22);
  margin-bottom: 20px;
}
.sp-block {
  display: inline-block;
  width: 100%;
}
.ticket-detail th.blk {
  background: #4a4a4a;
}
.summary-list {
  font-size: var(--fz13);
}

.ticket-banner-flex {
  display: flex;
  gap: 20px;
}
.ticket-banner-flex.half .cols {
  width: 40%;
  margin: 10px auto;
}
.ticket-text-center {
  text-align: center;
}
.ticket-detail.mb40 {
  margin-top: 40px;
}
.ticket-detail td {
  text-align: center;
}
.box-w {
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 40px;
  margin-top: -15px;
}

.box-w a {
  color: #5d5d5d;
  text-decoration: underline;
}

.qa {
  list-style-type: none;
}
ul.dot.qa li::before {
  content: "";
  font-size: 60%;
  vertical-align: 2px;
  margin-right: 0em;
}
ul.dot.qa li {
  text-indent: 0em;
  padding-left: 1em;
  margin-bottom: 20px;
}
span.q-txt {
  border-bottom: 1px solid #bdbdbd;
  display: block;
  padding: 10px 0;
  margin-bottom: 5px;
  color: #edc879;
}

@media screen and (max-width: 768px) {
  .ticket-banner-flex {
    display: block;
  }
  .ticket-banner-flex .cols,
  .ticket-banner-flex.half .cols {
    width: 90%;
    margin: 10px auto;
  }
}

@media screen and (max-width: 767.8px) {
  .table-wrapper.ticket-schedule {
    overflow: initial !important;
    white-space: initial !important;
  }
}

/* シートからの見え方 */
.seatview-link {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.seatview-link span {
  display: inline-block;
  margin: auto 20px;
  border-radius: 15px;
  background: var(--gld2);
  font-size: var(--fz14);
  color: #fff;
  padding: 5px 25px;
}

/* ホスピタリティ注釈 */
.activity-small-txt {
  font-size: 11px;
  margin-top: 10px;
}
.activity-small-txt-f11 {
  font-size: 11px;
}
.activity-small-txt-f16 {
  font-size: 16px;
}
.activity-small-txt-lh1 {
  line-height: 1;
}

/*イベント詳細モーダル*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 150px 0px 0px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  margin-top: 0px;
  z-index: 99999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 750px;
  width: 100%;
  color: #000;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  font-size: 35px;
  color: #000;
  cursor: pointer;
  z-index: 99999;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 30px 50px;
  height: 75vh;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .modal-container {
    margin-top: 65px;
    padding: 40px 7px;
  }
  .modal-content {
    width: 90%;
    padding: 25px 25px;
  }
  .modal-body {
    width: 100%;
  }
  p#event_text,
  p#writer_name,
  span.exlink {
    font-size: 14px;
  }
  p#event_profile {
    font-size: 10px !important;
  }
  .modal-header.event-item a img,
  .modal-header.event-item img {
    width: 70px;
  }
  .modal-body #player a {
    width: 100% !important;
  }
  .modal-content {
    margin: auto;
  }
}

.modal-header.event-item {
  box-sizing: border-box; /* ボックスのサイズ計算方式を指定 */
  margin: 0;
  padding: 10px;
  display: flex;
  align-items: center; /* ロゴと名前を中央に配置 */
  gap: 10px; /* ロゴと名前の間隔 */
  border-bottom: 1px solid #d8d8d8; /* 下の罫線 */
  width: 100%; /* 横幅を100%に設定 */
}

.modal-header.event-item a {
  display: flex;
  align-items: center;
}
.modal-header.event-item a img,
.modal-header.event-item img {
  max-width: 100px;
}
#event_name {
  margin-bottom: 10px;
}
.modal-body h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 30px 0 10px;
}

/* aタグ書き換え */
.campaign-item a {
  cursor: pointer;
}
#event_img {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  display: block;
}

/*プレーオフチケット*/
table.ticket-playoffs a {
  color: #000;
  text-decoration: underline;
}
table.ticket-playoffs a.btn {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767.8px) {
  .table-wrapper {
    overflow: auto;
    white-space: normal;
  }
  table.ticket-playoffs td div.flex {
    display: block;
  }
  table.ticket-playoffs a.btn {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
}
#playoffs-ticket .team {
  font-size: var(--fz16);
  font-weight: bold;
}
td.live_info {
  line-height: 2.1;
}
@media screen and (max-width: 767.8px) {
  #match-nav a {
    width: calc(100% / 5 - 2px);
    padding: 15px 2px;
    font-size: 11px;
  }
}
.modal-body a {
  text-decoration: underline;
  color: #5d5d5d;
  font-weight: bold;
}

/* lightboxGallery */
/*==================================================
ギャラリーのためのcss
===================================*/
.gallery {
  columns: 4; /*段組みの数*/
  padding: 0 15px; /*ギャラリー左右に余白をつける*/
  margin: 0;
}

.gallery li {
  margin-bottom: 20px; /*各画像下に余白をつける*/
  list-style: none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
  .gallery {
    columns: 3;
  }
}

@media only screen and (max-width: 768px) {
  .gallery {
    columns: 2;
  }
}

/*　横幅750px以下の段組み設定　*/
.goods-link a {
  margin: 3px;
}

/* 入れ替え戦 */
.page-playoffs.pr-match .wrap {
  padding-top: 105px;
}
.page-playoffs.pr-match header {
  height: 105px;
}

.goods-link.pr-match {
  display: block;
  text-align: center;
  margin: 0px;
  padding: 10px;
  background: #555;
}
.page-playoffs.pr-match .anchor3 {
  margin-top: -160px;
  padding-top: 160px;
}

/* チーム紹介動画 */
.team-video-inner {
  width: 100%;
  max-width: 750px;
  margin: auto;
  margin: 20px auto 30px;
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767.8px) {
  .ticket-menu a {
    width: 48%;
    height: 50px;
    margin: 0;
    font-size: 12px;
  }
}

.inner.ticket .item {
  width: 33%;
  display: inline-block;
  padding: 20px;
}

@media screen and (max-width: 767.8px) {
  .inner.ticket .item {
    width: 100%;
    display: inline-block;
    padding: 20px;
  }
  #youtubeplayer {
    width: 100%;
  }
}
#ticket #division {
  padding-top: 30px;
}

#ticket #division h2 {
  margin: 0;
}

#ticket #division .tabs1-cnt {
  text-align: center;
}
div.soldout-box {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  border: 4px solid #e10014;
  width: 150px;
  margin: -10px auto 10px;
  font-weight: bold;
  color: #e10014;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
span.soldout-box {
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  border: 3px solid #e10014;
  margin-top: 3px;
  padding: 3px 3px;
  font-weight: bold;
  color: #e10014;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 767.8px) {
  .ticket-menu.flex {
    padding: 0 0px !important;
  }
}
