@charset "utf-8";

/*==============================================
| 共通指定
==============================================*/
html {
  font-size: 62.5%;
}

body {
  background: #F0F4F4;
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #111;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a,
a:hover {
  text-decoration: none;
  color: #111;
  transition: all .2s ease;
}

/* 外部リンクアンカー色 */
.external-link,
.external-link:hover {
  color: #193076;
}


a img {
  transition: all .2s ease;
}

a:hover img {
  opacity: .7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*==============================================
| レイアウト共通
==============================================*/
/* .wrapper-all {
  padding-bottom: 92px;
} */

.main-wrapper {
  overflow: hidden;
}

.contents-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

.common-sec {
  padding: 60px 0 80px 0;
}

@media print,
(min-width: 768px) {
  .common-sec {
    padding: 80px 0 100px 0;
  }

  .main-wrapper {
    padding-top: 80px;
  }
}

/*==============================================
| テキスト共通
==============================================*/
h2 {
  margin: 0 0 40px 0;
  font-family: 'Barlow Condensed', 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #091336;
}

.common-sec-title {
  position: relative;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #091336;
  text-align: center;
}

.common-sec-title span {
  display: block;
}

.common-sec-title span:first-of-type {
  font-size: 4.2rem;
}

.common-sec-title.title-wh {
  color: #fff;
  border-color: #fff;
}

.common-sec-title span:last-of-type {
  /* position: absolute;
  bottom: 8px;
  right: 0; */
  padding: 6px 0 0 0;
  font-size: 1.6rem;
  /* text-align: right; */
}

h3 {
  font-weight: bold;
}

.notes {
  margin: 20px 0;
  padding: 0 0 0 1.2em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .notes {
    font-size: 1.4rem;
  }
}

.migen {
  color: #D11515 !important;
}

/*==============================================
| モーダル
==============================================*/
.modal-box {
  display: none;
}

.vegalta-lp .fancybox-skin {
  padding: 0 !important;
}

.vegalta-lp .fancybox-inner {
  max-width: 580px;
}

.modal-view {
  position: relative;
  padding: 0 1.5em 0 0;
  font-size: 1.4rem;
}

.modal-view::before {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.modal-title {
  padding: 8px 40px 8px 16px;
  background: #FCC800;
  font-weight: bold;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* .modal-img{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.modal-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.modal-img {
  text-align: center;
}

.modal-text {
  padding: 15px 15px 30px 15px;
  border-top: 1px solid #A9BEBE;
}

.modal-text>p:nth-child(n+2),
.modal-text>div:nth-child(n+2),
.modal-text>ul:nth-child(n+2) {
  margin: 15px 0 0 0;
}

.button-more {
  margin: 20px 0 0 0;
}

.button-more a {
  display: block;
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  padding: 4px 10px;
  background: #091336;
  color: #fff;
  text-align: center;
}

.vegalta-lp .fancybox-nav {
  width: 10%;
}

@media print,
(min-width: 768px) {
  .vegalta-lp .fancybox-nav span {
    visibility: visible;
    opacity: 0.7;
  }
}

@media screen and (min-width: 1200px) {
  .vegalta-lp .fancybox-prev span {
    left: -40px;
  }

  .vegalta-lp .fancybox-next span {
    right: -40px;
  }
}

/*==============================================
| スライダー
==============================================*/
@media screen and (max-width: 1199px) {
  .slick-arrow {
    display: none !important;
  }
}


@media print,
(min-width: 1200px) {
  .slick-arrow {
    top: 80px;
  }

  .slick-prev {
    left: -12px;
    z-index: 1;
    width: 32px;
    height: 32px;
  }

  .slick-next {
    right: -14px;
    width: 32px;
    height: 32px;
  }

  .slick-prev:before,
  .slick-next:before {
    color: #FCC800;
    font-size: 26px;
    opacity: .9;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
      -2px 2px 0 #FFF, 2px -2px 0 #FFF,
      0px 2px 0 #FFF, 0 -2px 0 #FFF,
      -2px 0 0 #FFF, 2px 0 0 #FFF;
  }

  .gourmet-list .slick-arrow,
  .goods-list .slick-arrow {
    top: 132px;
  }

  .gourmet-list .slick-prev:before,
  .gourmet-list .slick-next:before {
    color: #193076;
  }
}

/*==============================================
| アコーディオン
==============================================*/
.accordion-list dt {
  position: relative;
  padding: 8px 30px 8px 15px;
  background: #D4DEDE;
  color: #091336;
  font-weight: bold;
  cursor: pointer;
}

.accordion-list dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 2px solid #091336;
  border-right: 2px solid #091336;
  transform: translateY(-50%) rotate(135deg);
  transition: all .3s ease;
}

.accordion-list dd {
  display: none;
  padding: 10px;
}

.accordion-list dt.open::before {
  transform: translateY(-50%) rotate(-45deg);
}

/*==============================================
| ボタン
==============================================*/
/*関連リンク*/
.button-box {
  margin: 60px 0 0 0;
}

.button-box>div {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}

.button-box>div>span {
  display: block;
  margin: 30px 0 8px;
  font-size: 1.4rem;
}

.related-link-button a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px 10px 0;
  border-top: 1px solid #091336;
  border-bottom: 1px solid #091336;
  color: #091336;
  font-weight: bold;
}

.related-link-button a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #091336;
  border-right: 1px solid #091336;
}

.button-conversion {
  text-align: center;
}

.button-flex {
  position: relative;
}

@media print,
(min-width: 768px) {
  .button-flex {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
  }

  .button-flex>div {
    margin: 0 15px;
  }
}

/*==============================================
| リンク
==============================================*/
.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 24
}

.external-link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.4em;
}

.external-link::before {
  font-family: "Material Symbols Outlined";
  content: "\e89e";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}

/*==============================================
| リスト
==============================================*/
.common-list li {
  position: relative;
  padding: 0 0 0 1em;
}

.common-list li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background: #091336;
}

.common-list li:nth-child(n+2) {
  margin: 4px 0 0 0;
}

.caution-list li {
  padding: 0 0 0 1.2em;
  color: #D11515;
}

.caution-list li::before {
  content: "※";
  background: none;
  top: 0;
}

/*==============================================
| 最終更新日
==============================================*/
.current-info-sec {
  padding: 4px 0;
}

.current-info-sec p {
  margin: 0;
  color: #D11515;
}

/* @media screen and (max-width: 767px) {
  .current-info-sec p{
    font-size: 1.4rem;
  }
} */

/*==============================================
| マーキー
==============================================*/
.marquee-sec {
  padding: 6px 0;
  overflow: hidden;
}

.marquee-sec ul {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: marquee-text 12s linear infinite;
}

.marquee-sec ul li {
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .marquee-sec ul {
    animation: marquee-text 20s linear infinite;
  }
}

@keyframes marquee-text {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/*==============================================
| kv
==============================================*/
.kv-sec {
  text-align: center;
}

/*==============================================
| kv下チケットボタン
==============================================*/
.top-ticket-sec {
  padding: 20px 0;
  background: #091336;
}

@media print,
(min-width: 768px) {

  .top-ticket-sec .button-ticket img,
  .button-ticket img {
    width: 100%;
    max-width: 560px;
  }
}

/*==============================================
| コンテンツガイド
==============================================*/
.contents-guide-sec {
  padding: 6px 0;
  background: #FCC800;
}

.contents-guide-sec .contents-inner {
  max-width: 1200px;
}

.contents-guide-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contents-guide-list li {
  width: 24%;
}

.contents-guide-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #091336;
}

.contents-guide-list li a img {
  display: block;
  margin: 0 0 4px 0;
}

@media screen and (max-width: 767px) {
  .contents-guide-list li a {
    font-size: 1rem;
  }

  .contents-guide-list li:nth-child(n+5) {
    margin: 6px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .contents-guide-list li {
    width: 12%;
  }
}

/*==============================================
| 更新情報
==============================================*/
.update-info-sec {
  padding: 8px 0;
  background: #FFD941;
}

.update-info-list {
  position: relative;
  /* padding: 4px 40px 4px 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 3px 3px 6px #0000001A; */
  pointer-events: none
}

.update-info-list.view-more {
  pointer-events: auto;
}

.update-info-list.view-more::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: 10px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  transform: rotate(135deg);
  transition: all .2s ease;
  cursor: pointer;
}

.update-info-list.view-more.open::before {
  top: 12px;
  transform: rotate(-45deg);
}

.update-info-list.view-more::after {
  content: "MORE";
  display: block;
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 1rem;
  transition: all .2s ease;
}

.update-info-list.view-more.open::after {
  display: none;
}

.update-info-list li {
  position: relative;
  padding: 4px 10px 4px 80px;
}

.update-info-list li span:first-child {
  display: inline-block;
  padding: 0 6px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 90%;
  border-right: 1px solid #707070;
}

.update-info-list .update-new {
  display: inline-block;
  padding: 0 4px;
  margin: 0 2px 0 0;
  background: #d11515;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 2px;
}

.update-info-list li:nth-child(n+2) {
  border-top: 1px dashed #707070;
}

.update-info-list li.past {
  display: none;
}

@media screen and (max-width: 767px) {
  .update-info-list li {
    font-size: 1.4rem;
    padding: 4px 30px 4px 56px;
  }
}

@media print,
(min-width: 768px) {
  .update-info-list::before {
    right: 20px;
  }

  .update-info-list::after {
    right: 10px;
  }

  .update-info-list li span:first-child {
    padding: 0 16px 0 0;
  }
}


/*==============================================
| 試合概要
==============================================*/
.match-detail-sec {
  padding: 40px 0 60px 0;
  background: #091336;
  color: #fff;
}

.match-detail-box {
  max-width: 560px;
  margin: 0 auto 20px auto;
  padding: 20px;
  background: #111;
  border: 4px solid #707070;
  border-radius: 4px;
}

a.match-detail-sup,
a.ticket-sales-sup {
  display: inline-block;
  padding: 0 18px 0 0;
  position: relative;
  color: #fff;
  text-decoration: underline;
}

a.match-detail-sup::before,
a.ticket-sales-sup::before {
  content: "＋";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 3px;
  right: 0;
  color: #091336;
  font-size: 8px;
  font-weight: bold;
  background: rgba(255, 255, 255, .9);
  border-radius: 50%;
}

a.match-detail-sup span {
  text-decoration: underline;
}

.match-media {
  margin: 0 0 16px 0;
  position: relative;
  padding: 0 0 0 120px;
}

.match-media span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100px;
  text-align: center;
  border: 1px solid #fff;
}

.regulation {
  margin: 30px 0 0 0;
}

.regulation p span {
  font-weight: bold;
  font-size: 1.6rem;
}

.regulation p.open span {
  color: #ffcc00;
}

.regulation p.close span {
  color: #D11515;
}

.admission {
  max-width: 560px;
  margin: 20px auto;
}

.admission a {
  color: #fff;
}

.spectator-rules {
  max-width: 560px;
  margin: 40px auto 0 auto;
}

.spectator-rules dt {
  padding-top: 10px;
  text-align: center;
}

.spectator-rules dt img {
  display: inline-block;
  margin: 0 4px 0 0;
}

.spectator-rules dt span {
  display: block;
  margin: 4px 0 0 0;
  font-size: 1.2rem;
}

.spectator-rules dd {
  padding: 20px 15px;
  background: #fff;
  color: #111;
}

.spectator-rules dd p {
  margin: 0 0 10px 0;
}

.spectator-rules dd>div:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}

.spectator-rules dd ul li:nth-child(n+2) {
  margin: 4px 0 0 0;
}

.spectator-rules dd a {
  color: #193076;
}


@media screen and (max-width: 767px) {
  .match-detail-sec {
    font-size: 1.4rem;
  }

  .match-media {
    padding: 0 0 0 100px;
  }

  .match-media span {
    width: 86px;
  }
}

@media print,
(min-width: 768px) {
  .match-detail-box {
    padding: 20px 30px;
  }

  .spectator-rules dd {
    padding: 20px;
  }
}

/*==============================================
| マッチデースポンサー／イベントテーマ
==============================================*/
.matchday-theme-sec {
  position: relative;
  background: #fff;
}

.matchday-theme-sec::before {
  content: "";
  display: block;
  width: 80%;
  height: calc(100% - 80px);
  position: absolute;
  top: 40px;
  right: 0;
  background: #F0F4F4;
}

.matchday-theme-sec .contents-inner {
  position: relative;
  z-index: 1;
}

.matchday-theme-sec .contents-inner>div {
  padding-top: 40px;
  padding-bottom: 60px;
}

.matchday-theme-sec .contents-inner>div:last-of-type {
  padding-bottom: 0
}

.matchday-theme-sec .contents-inner>div:nth-of-type(n+2) {
  padding-top: 60px;
  border-top: 1px solid #091336;
}

.matchday-theme-sec h2 {
  margin: 0 0 20px 0;
  font-size: 2.8rem;
}

.matchday-theme-sec h2 span {
  color: #A9BEBE;
  font-size: 1.8rem;
  font-weight: 600;
}

.matchday-theme-sec h2 span span {
  font-size: 70%;
}

.matchday-theme-sec h2>span {
  display: block;
  margin: 0 0 -2px 0;
}

.matchday-theme-sec h3 {
  margin: 0 0 20px 0;
  font-size: 2rem;
}

.theme-thumb {
  border: 1px solid #A9BEBE;
  box-shadow: 3px 3px 6px #0000001A;
}

.theme-icon {
  margin: 30px 0 0 0;
}

.theme-detail p a {
  color: #193076;
}

@media screen and (max-width: 767px) {
  .matchday-theme-sec h2 {
    margin: 0 0 20px 0;
  }

  .theme-detail {
    margin: 40px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .matchday-theme-sec::before {
    width: 70%;
  }

  .matchday-theme-sec h2 {
    font-size: 3.6rem;
  }

  .matchday-theme-box .theme-thumb {
    width: 54%;
  }

  .matchday-theme-box .theme-detail {
    width: 42%;
  }

  .matchday-theme-sec h3 {
    font-size: 2.4rem;
  }
}

/*==============================================
| ピックアップ
==============================================*/
.pickup-sec {
  position: relative;
  overflow: hidden;
}

.pickup-sec::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 60px 0 0;
  border-color: #FCC800 transparent transparent transparent;
}

.pickup-bg {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}

.pickup-bg::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_pickup.jpg) no-repeat bottom center/cover;
}

@media print,
(min-width: 768px) {
  .pickup-sec::before {
    border-width: 90px 120px 0 0;
  }
}

.pickup-sec .common-sec-title span:first-of-type {
  font-size: 6rem;
}

.pickup-sec .notes {
  color: #fff;
}

.pickup-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0 0;
  position: relative;
}

.pickup-list::before,
.pickup-list::after {
  content: "";
  display: block;
  height: 0;
}

.pickup-list::before {
  order: 1;
}

.pickup-list li {
  position: relative;
}

.pickup-list li a {
  position: relative;
  display: block;
}

.pickup-list>li>img {
  display: block;
  width: 86px;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: 5;
}

.pickup-list li .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border: 1px solid #FCC800;
}

.pickup-list li .img-box img {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pickup-list li .text-box {
  /* display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 8px; */
  position: relative;
  padding: 15px 8px 60px 8px;
  background: #FCC800;
}

.pickup-list li h3 {
  margin: 0 0 10px 0;
}

.pickup-list li .text-box>div:nth-of-type(2) {
  margin: 10px 0 0 0;
  text-align: right;
}

.pickup-list li .text-box ul li {
  position: relative;
  margin: 0 0 4px 0;
  padding: 0 0 0 18px;
  font-size: 1.4rem;
}

.pickup-list li .text-box ul li img {
  position: absolute;
  top: 2px;
  left: 0;
}

.pickup-list .text-box>div:nth-of-type(2) {
  position: absolute;
  bottom: 15px;
  right: 8px;
}

.pickup-list .modal-view {
  display: inline-block;
  padding: 2px 3em 2px 10px;
  background: #091336;
  color: #fff;
  font-weight: bold;
  border-radius: 100vh;
}

.pickup-list .modal-view::before {
  right: 10px;
}

@media screen and (max-width: 767px) {

  .pickup-list>li,
  .pickup-list::before,
  .pickup-list::after {
    width: 48%;
  }

  .pickup-list>li:nth-child(n+3) {
    margin: 40px 0 0 0;
  }

  .pickup-list>li h3 {
    font-size: 1.4rem;
  }

  /* .pickup-list li:nth-child(n+2){
    margin: 60px 0 0 0;
  } */
}

@media print,
(min-width: 768px) {
  .pickup-list {
    margin: 60px 0 0 0;
  }

  .pickup-list>li,
  .pickup-list::before,
  .pickup-list::after {
    width: 24%;
  }

  .pickup-list li .text-box>div:nth-of-type(2) {
    margin: 20px 0 0 0;
  }

  .pickup-list>li:nth-child(n+5) {
    margin: 40px 0 0 0;
  }
}

/*ピックアップ大*/
.pickup-list>li.pickup-item-large h3 {
  font-size: 1.8rem;
}

.pickup-list li.pickup-item-large .img-box {
  margin: 0 10px 0 0;
  width: calc(100% - 10px);
}

.pickup-list li.pickup-item-large .text-box {
  position: relative;
  padding: 20px 15px 60px 15px;
  margin: -10px 0 0 15px;
}

.pickup-list li.pickup-item-large .text-box>div:nth-of-type(2) {
  bottom: 20px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  .pickup-list.pickup-item-large>li:nth-child(n+2) {
    margin: 40px 0 0 0;
  }

  .pickup-list.pickup-item-large>li,
  .pickup-list.pickup-item-large::before,
  .pickup-list.pickup-item-large::after {
    width: 100%;
  }

  .pickup-list.pickup-item-large>li h3 {
    font-size: 1.6rem;
  }
}

@media print,
(min-width: 768px) {

  .pickup-list.pickup-item-large>li,
  .pickup-list.pickup-item-large::before,
  .pickup-list.pickup-item-large::after {
    width: 32%;
  }

  .pickup-list.pickup-item-large>li:nth-child(n+4) {
    margin: 40px 0 0 0;
  }
}

/*==============================================
| スケジュール
==============================================*/
.time-table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.time-table table tr {
  border-bottom: 1px solid #D4DEDE;
}

.time-table table tr:last-child {
  border-bottom: none;
}

.time-table table th {
  padding: 2px 10px;
  font-family: 'Barlow Condensed', 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #091336;
  background: #FCC800;
}

.time-table table td {
  padding: 0;
}

.time-table table td div {
  position: relative;
  /* display: flex;
  justify-content: space-between; */
  padding: 8px 116px 8px 10px;
  background: #fff;
  border-bottom: 1px solid #D4DEDE;
}

.time-table table td div.toujitsuken {
  padding-top: 28px;
  padding-bottom: 28px;
}

.time-table table td div:last-of-type {
  border-bottom: none;
}

.time-table table td div>span {
  display: block;
  width: 108px;
  height: 100%;
  padding: 8px 10px;
  position: absolute;
  top: 0;
  right: 0;
  background: #D4DEDE;
  border-bottom: 1px solid #fff;
}

.time-table table td a {
  position: relative;
  padding: 0 22px 0 0;
  text-decoration: underline;
}

.time-table table td a::before {
  content: "＋";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 1px;
  right: 0;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  background: #091336;
  border-radius: 50%;
}

.time-table table tr:last-child td div:last-of-type span,
.time-table table tr:last-child td div:last-of-type {
  border-bottom: none;
}

@media screen and (max-width: 767px) {

  .time-table table th,
  .time-table table td {
    display: block;
  }

  .time-table table td {
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 768px) {

  .time-table table th {
    padding: 10px 20px;
  }

  .time-table table td div {
    padding: 13px 20px;
  }

  .time-table table td div.toujitsuken {
    padding: 20px;
  }

  .time-table table th {
    width: 20%;
    font-size: 2rem;
  }

  .time-table table td div {
    padding-right: 220px;
  }

  .time-table table td div>span {
    width: 200px;
  }
}

/*==============================================
| イベント
==============================================*/
.event-sec {
  background: linear-gradient(160deg, #091336, #263878);
}

.event-sec .contents-inner>div:nth-of-type(n+2) {
  margin: 80px 0 0 0;
}

.event-sec a,
.event-sec p.notes {
  color: #fff;
}

.event-list li {
  position: relative;
}

.event-list li.slick-slide {
  margin: 0 4px;
}

.event-list li a {
  position: relative;
  display: block;
}

.event-list li.slick-slide>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.event-list li .img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border: 1px solid #A9BEBE;
}

.event-list li .img-box img {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-list .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 0 0 0;
}

.event-list .text-box h3 {
  margin: 0 0 10px 0;
  font-size: 1.6rem;
}

.event-list .text-box ul li,
.basic-info li {
  position: relative;
  padding: 0 0 0 20px;
}

.event-list .text-box ul li:nth-child(n+2),
.basic-info li:nth-child(n+2) {
  margin: 4px 0 0 0;
}

.event-list .text-box ul li img,
.basic-info li img {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}

.event-list .text-box>div:last-of-type {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #fff;
  text-align: right;
}

@media screen and (max-width: 767px) {

  .event-list .text-box,
  .event-list .text-box h3 {
    font-size: 1.4rem;
  }

  .over-parent-oneside {
    margin: 0 calc(50% - 50vw) 0 0;
    width: calc(100vw - 15px);
  }

  .event-list .slick-list {
    padding: 0 8% 0 0 !important;
  }
}

/*==============================================
| 会場マップ
==============================================*/
.map-sec {
  padding-bottom: 120px;
}

.stadium-map {
  max-width: 480px;
  margin: 40px auto 80px auto;
  padding: 10px 24px 10px 8px;
  position: relative;
  background: #fff;
  border: 3px solid #FCC800;
}

.stadium-map-inner {
  position: relative;
}

.stadium-map-inner .layer {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: all .2s ease;
}

.switch-box {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 6px;
  background: #FCC800;
  border-bottom-left-radius: 6px;
  z-index: 5;
}

.switch-box p {
  display: flex;
  align-items: center;
  margin: 0;
  color: #091336;
}

.switch-box p img {
  display: inline-block;
  padding: 0 4px 0 0;
}

.checked .stadium-map-inner .layer {
  visibility: hidden;
  opacity: 0;
}

@media print,
(min-width: 768px) {
  .stadium-map {
    padding: 20px 30px;
  }
}

/*切り替えスイッチ*/
.map-switch {
  position: relative;
  width: 48px;
  height: 24px;
  margin: 8px 0 0 0;
  border-radius: 100vh;
  overflow: hidden;
  cursor: pointer;
}

.map-switch input[type=checkbox] {
  display: none;
}

.map-switch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #091336;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.map-switch:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.map-switch.checked:before {
  background: #ccc;
}

.map-switch.checked:after {
  left: 26px;
  box-shadow: 0 9px 28px -6px rgba(0, 0, 0, 0.5);
}

/*タブ*/
.booth-area-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  /* margin: 0 0 20px 0; */
  border: none;
}

.booth-tab-inner {
  position: relative;
  padding: 20px 15px 40px 15px;
  background: #fff;
  border-top: 1px solid #091336;
}

.booth-area-nav ul li {
  width: 24.8%;
}

.booth-area-nav ul li a {
  display: block;
  height: 100%;
  padding: 6px;
  text-align: center;
  color: #091336;
  font-weight: bold;
  line-height: 1.2;
  background: #fff;
  border-radius: 8px 8px 0 0;
  border: 1px solid #A9BEBE;
}

.booth-area-nav ul li a.active {
  background: #091336;
  color: #fff;
  border-color: #091336;
}

.booth-tab-inner h3 {
  text-align: center;
}

.booth-list dt {
  margin: 16px 0 0 0;
}

.booth-list .detail p.attention {
  margin: 8px 0 16px 0;
  color: #D11515;
  font-weight: bold;
}

.booth-list dt img {
  margin: 0 0 0 -15px;
}

.booth-list dd .img-box {
  max-width: 360px;
  margin: 0 auto;
}

.booth-list dd>div:nth-of-type(n+2) {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px dashed #A9BEBE;
}

.booth-list .detail p {
  margin: 0 0 4px 0;
}

.booth-list .detail>p:nth-child(n+2),
.booth-list .detail>div:nth-child(n+2) {
  margin: 10px 0 0 0;
}

.booth-list .detail .vegafoods-menu {
  line-height: 1.6;
}

.booth-list .detail .cashless {
  padding: 15px 10px;
  background: #F0F4F4;
}

@media screen and (max-width: 767px) {
  .booth-area-nav ul li a span {
    display: block;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1199px) {
  .booth-area-nav ul li a {
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 768px) {
  .booth-area-nav ul li a {
    padding: 8px 10px;
  }

  .booth-list {
    max-width: 960px;
    margin: 0 auto;
  }

  .booth-list dt {
    margin: 30px 0 0 0;
    font-size: 1.8rem;
  }

  .booth-tab-inner {
    padding: 40px 40px 60px 40px;
  }
}

/*==============================================
| グルメ
==============================================*/
.gourmet-sec {
  position: relative;
  padding-top: 80px;
  padding-bottom: 120px;
  background: #FCC800;
}

.gourmet-sec::before,
.gourmet-sec::after,
.goods-sec::before,
.goods-sec::after {
  content: "";
  display: block;
  width: calc(50% - 70px);
  height: 26px;
  position: absolute;
}

.gourmet-sec::before {
  top: 0;
  left: 0;
  background: url(../images/gourmet/bg_gourmet-tl.png) no-repeat top right/cover;
}

.gourmet-sec::after {
  top: 0;
  right: 0;
  background: url(../images/gourmet/bg_gourmet-tr.png) no-repeat top left/cover;
}

.vega-badge {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
}

@media screen and (max-width: 767px) {
  .vega-badge {
    width: 100px;
  }

  .gourmet-sec::before,
  .gourmet-sec::after,
  .goods-sec::before,
  .goods-sec::after {
    width: calc(50% - 50px);
  }
}

@media print,
(min-width: 768px) {
  .gourmet-sec {
    padding-top: 120px;
  }
}

.gourmet-sec h2,
.goods-sec h2 {
  text-align: center;
}

.gourmet-sec h2 span:first-of-type,
.goods-sec h2 span:first-of-type {
  display: block;
  font-size: 4.2rem;
}

.gourmet-sec h2 span:last-of-type,
.goods-sec h2 span:last-of-type {
  display: inline-block;
  padding: 2px 10px;
  font-size: 1.4rem;
  background: #091336;
  color: #fff;
}

.gourmet-sec h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  padding: 8px 10px;
  margin: 40px auto;
  font-size: 2rem;
  background: #fff;
  border-radius: 100vh;
}

.gourmet-sec h3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}

@media print,
(min-width: 768px) {

  .gourmet-sec h2 span:last-of-type,
  .goods-sec h2 span:last-of-type {
    font-size: 1.6rem;
  }

  .gourmet-sec h2 span:first-of-type,
  .goods-sec h2 span:first-of-type {
    font-size: 6rem;
  }

  .gourmet-sec h3 {
    font-size: 2.4rem;
  }
}

/*おすすめグルメ*/
.gourmet-list li {
  position: relative;
  margin: 0 8px;
  background: #fff;
}

.goods-cat {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.gourmet-list li>img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.gourmet-img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 40px 0;
}

.gourmet-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gourmet-text-box {
  padding: 15px 10px;
  border-top: 1px solid #A9BEBE;
}

.gourmet-text-box p {
  margin: 4px 0;
  font-size: 1.4rem;
}

.gourmet-text-box .gourmet-shop {
  margin-top: 0;
  font-weight: bold;
  font-size: 1.6rem;
}

.gourmet-text-box .gourmet-menu {
  margin: 10px 0 6px 0;
  padding: 4px 8px;
  background: #D4DEDE;
}

.gourmet-text-box .gourmet-detail {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .over-parent {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

/*グルメトピックス*/
.topics {
  position: relative;
  margin: 80px 0 0 0;
  padding: 40px 20px 20px 20px;
  background: #FEF8E4;
  border-radius: 6px;
}

.topics h4 {
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: 'Barlow Condensed', 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #091336;
  font-size: 2.4rem;
  text-shadow: 0px 3px 6px #09133633;
}

.topics h5 {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  font-weight: bold;
}


@media screen and (max-width: 767px) {
  .topics .img-box {
    margin: 0 0 20px 0;
  }
}

@media print,
(min-width: 768px) {
  .topics {
    padding: 50px 40px 40px 40px;
  }

  .pc-flex {
    justify-content: space-between;
  }

  .topics .img-box {
    width: 36%;
    order: 1;
  }

  .topics .text-box {
    width: 60%;
  }

  .topics h4 {
    top: -20px;
    left: 20px;
    font-size: 3.2rem;
  }

  .topics h5 {
    font-size: 2rem;
  }
}

/*準備中*/
.coming-soon {
  padding: 80px 0 60px 0;
  font-family: 'Barlow Condensed', 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
}

/*==============================================
| グッズ
==============================================*/
.goods-sec {
  position: relative;
  padding-top: 80px;
  background: #193076;
}

.goods-sec::before {
  top: 0;
  left: 0;
  background: url(../images/goods/bg_goods-tl.png) no-repeat top right/cover;
}

.goods-sec::after {
  top: 0;
  right: 0;
  background: url(../images/goods/bg_goods-tr.png) no-repeat top left/cover;
}

.goods-sec h2 {
  color: #FCC800;
}

.goods-sec .notes {
  color: #fff;
}

@media print,
(min-width: 768px) {
  .goods-sec {
    padding-top: 120px;
  }
}

/*おすすめグッズ*/
.goods-list {
  margin-top: 60px;
}

.goods-list li {
  position: relative;
  margin: 0 8px;
  background: #fff;
}

.goods-list li>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.goods-img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.goods-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.goods-text-box {
  padding: 15px 10px;
  border-top: 1px solid #A9BEBE;
}

.goods-name p {
  margin: 0;
}

.goods-name {
  font-weight: bold;
}

.goods-price {
  margin: 4px 0 16px 0;
  font-weight: bold;
  font-size: 1.4rem;
}

.goods-stores span {
  display: inline-block;
  padding: 0 8px;
  margin: 0 8px 4px 0;
  font-size: 1.4rem;
  background: #D4DEDE;
  border-radius: 2px;
}

.button-onlineshop {
  margin: 60px 0 0 0;
}

.goods-sec .topics {
  background: #A1B4EC;
}

.goods-sec h4 {
  color: #FCC800;
}

/*2024.02追加 キャッシュレス化*/
.goods-sec .button-box span {
  color: #fff;
}

.goods-sec .related-link-button a {
  color: #fff;
  border-color: #fff;
}

.goods-sec .related-link-button a::before {
  border-color: #fff;
}

.goods-sec .coming-soon {
  color: #fff;
}

/*==============================================
| 席種・価格
==============================================*/
.seatmap {
  text-align: center;
}

.seatmap img {
  width: 100%;
  max-width: 960px;
}

.ticket-table-open {
  position: relative;
  max-width: 960px;
  margin: 40px auto 20px auto;
  padding: 10px 30px 10px 15px;
  font-weight: bold;
  font-size: 1.8rem;
  background: #091336;
  color: #fff;
  cursor: pointer;
}

.ticket-table-open::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  transition: all .3s ease;
}

.ticket-table-open.open::before {
  transform: translateY(-50%) rotate(-45deg);
}

.ticket-table {
  display: none;
  margin: 20px auto 40px auto;
  max-width: 960px;
}

.ticket-table span {
  display: block;
  margin: 0 0 4px 0;
  text-align: right;
  font-size: 1.4rem;
}

.ticket-table table {
  width: 100%;
  border-color: #A9BEBE;
}

.ticket-table table th,
.ticket-table table td {
  padding: 10px 15px;
  background: #fff;
}

.ticket-table table th {
  text-align: center;
  background: #D4DEDE;
}

.ticket-table table th:nth-child(n+2) {
  width: 20%;
}

tr.seat-s td:nth-child(2) {
  width: 19%;
}

.ticket-table table tr td:nth-last-child(-n+2) {
  text-align: right;
}

.ticket-table table td.sub {
  text-align: center !important;
}

.seat-exciting .kinds {
  background: #f02b2b;
}

.seat-sss .kinds {
  background: #ED6D46;
}

.seat-ss .kinds {
  background: #EF9098;
}

.seat-s .kinds {
  background: #6C9BD2;
}

.seat-a .kinds {
  background: #f5ad54;
}

.seat-a-back .kinds {
  background: #B979B0;
}

.seat-supporter .kinds {
  background: #F9BE00;
}

.seat-goal-kita .kinds {
  background: #ffe100;
}

.seat-goal-minami .kinds {
  background: #3ab483;
}

.seat-visitor .kinds {
  background: #8bc56c;
}

.seat-goal-visitor .kinds {
  background: #b2a5a4;
}

.seat-main-box .kinds {
  background: #296B9A;
  color: #fff;
}

.seat-back-box .kinds {
  background: #71467d;
  color: #fff;
}

.seat-wheelchair .kinds {
  background: #efefef;
}

/*チケット補足*/
.ticket-notes {
  margin: 20px 0 0 0;
}

.ticket-notes li {
  padding: 4px 0 4px 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {

  .ticket-table table th,
  .ticket-table table td {
    padding: 4px;
    font-size: 1.4rem;
  }
}

.ticket-caution {
  margin: 40px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .ticket-sec .button-box>div:nth-of-type(n+2) a {
    border-top: none;
  }
}

/*観戦招待事業*/
.invitation-box {
  margin: 60px auto 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}

.invitation-box h3 {
  margin: 0 0 20px 0;
  font-size: 1.8rem;
  text-align: center;
}

.invitation-box .dream-pj {
  text-align: center;
}

.invitation-box .dream-pj p {
  margin: 10px 0 0 0;
}

.invitation-box .dream-pj img {
  width: 100%;
  max-width: 345px;
}

.invitation-box>ul {
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #A9BEBE;
}

.invitation-box>ul li:nth-child(n+2) {
  margin: 4px 0 0 0;
}

@media screen and (max-width: 767px) {
  .invitation-box .dream-pj p {
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 768px) {
  .invitation-box {
    max-width: 960px;
    padding: 20px 40px;
  }
}

/*==============================================
| アクセス
==============================================*/
.access-sec {
  background: #fff;
}

.access-sec h3 {
  margin: 0 0 10px 0;
  font-size: 2.4rem;
}

.access-sec h3+p {
  margin: 0 0 20px 0;
}

.gmap-box>div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border: 1px solid #A9BEBE;
  overflow: hidden;
}

.gmap-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
  object-fit: cover;
}

.gmap-box p {
  margin: 4px 0;
  text-align: right;
  font-size: 1.4rem;
}

.gmap-box p a {
  text-decoration: underline;
}

.access-sec h4 {
  margin: 0 0 20px 0;
  font-weight: bold;
  font-size: 2rem;
  color: #091336;
}

.transportation .subway {
  position: relative;
  padding: 0 0 0 70px;
}

.transportation .subway>img {
  position: absolute;
  top: 0;
  left: 0;
}

.transportation .subway p {
  margin: 0 0 10px 0;
  font-weight: bold;
  color: #091336;
}

.subway+p {
  margin: 20px 0 0 0;
  font-weight: bold;
  color: #D11515;
}


@media screen and (max-width: 767px) {
  .transportation {
    margin: 40px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .access-flex>div:first-of-type {
    width: 54%;
  }

  .access-flex>div:last-of-type {
    width: 42%;
  }

  .access-sec .access-flex .button-box>div {
    margin: 0 auto 0 0;
  }
}

/*==============================================
| リンクバナー
==============================================*/
.link-banner-sec {
  padding: 20px 0 40px 0;
  background: #fff;
}

.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.banner-list li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .banner-list li:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media print,
(min-width: 768px) {
  .banner-list li {
    margin: 0 1%;
    width: 48%;
  }

  .banner-list li:nth-child(n+3) {
    margin-top: 20px;
  }
}

/*==============================================
| SNS
==============================================*/
.sns-sec {
  padding: 30px 0 40px 0;
}

.sns-sec h2 {
  margin: 0 0 15px 0;
  font-size: 1.8rem;
  text-align: center;
}

.sns-list {
  display: flex;
  justify-content: space-between;
  max-width: 560px;
  margin: 0 auto;
}

.sns-list li {
  width: 15%;
}

.sns-list li img {
  width: 100%;
}

@media print,
(min-width: 768px) {
  .sns-list li {
    width: 12%;
  }
}

/*==============================================
| 2024.02追加 本日のお知らせ
==============================================*/
.todays-news-sec {
  position: relative;
  padding: 30px 0 20px 0;
  background: url(../images/news/bg_todays-news.png) no-repeat center center/cover;
}

/* .todays-news-sec::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(137, 181, 232, .2);
  mix-blend-mode: multiply;
} */

.todays-news-sec h2 {
  margin: -30px 0 24px 0;
  padding: 24px 40px 12px 40px;
  text-align: center;
  background: url(../images/news/bg_board.svg) no-repeat center top/contain;
}

.todays-news-list li {
  padding: 15px 0;
}

.todays-news-list li>div {
  position: relative;
  margin: 0 8px;
  padding: 15px 10px 10px 10px;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #fcc800;
  box-shadow: 3px 3px 6px #0000001A;
}

.todays-news-list li>div::before {
  content: url(../images/news/fukidashi_yl.svg);
  display: block;
  position: absolute;
  bottom: -17px;
  right: 20px;
}

.todays-news-list li time {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 10px;
  padding: 0 8px;
  font-size: 1.2rem;
  border-radius: 100vh;
  background: #FCC800;
}

.todays-news-list li p {
  margin: 0;
}

.todays-news-list li a {
  text-decoration: underline;
}

@media print,
(min-width: 768px) {
  .todays-news-sec h2 {
    margin-bottom: 30px;
    padding: 36px 40px 18px 40px;
    font-size: 2.4rem;
  }
}

/*チケット販売状況*/
.ticket-sales {
  padding: 20px 0 0 0;
  text-align: center;
}

/*==============================================
| 2024.02追加 VPORT
==============================================*/
a.text-link {
  text-decoration: underline;
}

.vport-sec {
  position: relative;
  padding-bottom: 360px;
  background: linear-gradient(0deg, rgba(137, 181, 232, .3) 0%, rgba(137, 181, 232, 1) 50%, rgba(137, 181, 232, 0) 100%);
}

.vport-sec .contents-inner {
  position: relative;
}

.vport-sec .contents-inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background: url(../images/vport/bg_vport_sp.png) no-repeat bottom center/cover;
}

.vport-sec .contents-inner>div:nth-of-type(n+2) {
  margin: 60px 0 0 0;
}

.vport-sec h2 {
  margin: 0 0 40px 0;
  padding: 0 0 4px 0;
  font-size: 1.6rem;
  border-bottom: 1px solid #091336;
}

.vport-logo-box {
  display: flex;
  align-items: center;
  margin: 40px 0 60px 0;
}

.vport-logo-box>div:last-of-type img {
  padding: 0 0 0 6px;
}

@media screen and (max-width: 767px) {
  .vport-sec .contents-inner::before {
    width: 100%;
    height: 350px;
    bottom: -370px;
    background: url(../images/vport/bg_vport_sp.png) no-repeat bottom center/cover;
  }

  .vport-logo-box {
    justify-content: space-between;
  }

  .vport-sec .button-box>div:nth-of-type(n+2) a {
    border-top: none;
  }
}

@media print,
(min-width: 768px) {
  .vport-sec {
    padding-bottom: 500px;
  }

  .vport-sec .contents-inner::before {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    height: 480px;
    bottom: -510px;
    background: url(../images/vport/bg_vport_pc.png) no-repeat top center/cover;
  }

  .vport-logo-box>div:first-of-type img {
    width: 180px;
    margin: 0 20px 0 0;
  }

  .vport-sec .vport-special-wrap .button-box {
    justify-content: space-between;
  }

  .vport-sec .vport-special-wrap .button-box>div {
    width: 32%;
    margin: 0;
  }
}

/*VPORTとは*/
.vport-sec .contents-inner>div.vport-intro {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.vport-intro dl {
  position: relative;
  color: #091336;
}

.vport-intro dl dt {
  position: absolute;
  top: -10px;
  left: 15px;
}

.vport-intro dl dt span {
  font-size: 80%;
}

.vport-intro dl dd {
  padding: 20px 15px 15px 15px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .vport-intro dl dd {
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 768px) {
  .vport-intro dl dt {
    top: -15px;
    left: 30px;
    font-size: 2rem;
  }

  .vport-intro dl dd {
    padding: 30px 30px 20px 30px;
  }
}

/*壁紙ダウンロード*/
.vport-download>div {
  max-width: 560px;
  margin: 0 auto;
}

@media print,
(min-width: 768px) {
  .vport-download>p:last-child {
    text-align: center;
  }
}

/*スペシャルコンテンツ*/
.vport-special-wrap>div:nth-of-type(n+2) {
  margin: 60px 0 0 0;
}

.vport-special-wrap h3 {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 0 86px;
  font-size: 1.6rem;
  color: #091336;
}

.vport-special-wrap h3 span {
  display: block;
  font-size: 2.4rem;
}

.vport-special-wrap h3 .special-num {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 12px;
  font-size: 1.2rem;
  text-align: center;
  background: url(../images/vport/bg_num.svg) no-repeat center center/contain;
}

.vport-special-wrap h3 .special-num span {
  margin: -4px 0 0 0;
}

.vport-special-wrap h3>span {
  margin: 4px 0 0 0;
}

.vport-special-wrap h3+p {
  margin: 20px 0;
  font-size: 1.6rem;
}

.vport-img-box {
  position: relative;
  width: 100%;
  height: 0;
  margin: 10px 0;
  padding-top: 56.25%;
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}

.vport-img-box a {
  display: block;
}

.vport-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpress-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.vpress-contents h4 {
  font-weight: bold;
  font-size: 1.6rem;
  color: #091336;
}

.vport-img-box::after {
  content: none;
  display: block;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 10px;
  background: url(../images/vport/icon_released.svg) no-repeat top left/contain;
}

@media screen and (max-width: 767px) {
  .vpress-contents>div:first-of-type {
    width: 100%;
  }

  .vpress-contents>div:nth-of-type(n+2) {
    margin: 40px 0 0 0;
    width: 48%;
  }

  .vport-img-box.img-square {
    padding-top: 100%;
  }

  .vport-special-wrap p {
    font-size: 1.4rem;
  }

}

@media print,
(min-width: 768px) {
  .vpress-contents>div {
    width: 32%;
  }
}

/*リンクバナー*/
.vport-top>p {
  margin: 0 0 20px 0;
  font-weight: bold;
  color: #091336;
  text-align: center;
}

.vport-top>p span {
  position: relative;
  display: inline-block;
}

.vport-top>p span::before,
.vport-top>p span::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  background: #091336;
}

.vport-top>p span::before {
  bottom: 0;
  left: -20px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}

.vport-top>p span::after {
  bottom: 0;
  right: -20px;
  transform: rotate(-45deg);
  transform-origin: left bottom;
}

.vport-banner-box {
  max-width: 560px;
  margin: 0 auto;
}

@media print,
(min-width: 768px) {
  .vport-top>p {
    font-size: 2rem;
  }

  .vport-top>p span::before {
    left: -40px;
  }

  .vport-top>p span::after {
    right: -40px;
  }
}

/*公開前*/
.vport-sec.closed .vport-special-wrap a {
  pointer-events: none;
}

.vport-sec.closed .vport-classic a,
.vport-sec.closed .vport-top>p,
.vport-sec.closed .vport-banner-box {
  display: none;
}

.vport-sec.closed .vport-img-box::after {
  content: none;
}

/* @media screen and (max-width: 767px) {
  .vport-sec.closed .contents-inner::before {
    bottom: -420px;
  }
}

@media print,(min-width: 768px) {
  .vport-sec.closed .contents-inner::before {
    bottom: -500px;
  }
} */

/*==============================================
| キャッシュレス決済案内
==============================================*/
.cashless-info {
  display: flex;
  margin: 40px 0;
}

.cashless-info>div:first-of-type {
  width: 90px;
  margin: 0 10px 0 0;
}

.cashless-info>div:last-of-type {
  width: calc(100% - 100px);
}

.cashless-info p span {
  font-size: 1.2rem;
}

.goods-sec .cashless-info a,
.goods-sec .cashless-info p {
  color: #fff;
}

@media print,
(min-width: 768px) {
  .cashless-info {
    align-items: center;
  }
}

/*==============================================
| ヘッダー
==============================================*/
header {
  position: relative;
  overflow: hidden;
  z-index: 99;
  background: #091336;
}

header a {
  color: #fff;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 15px;
  background: #091336;
}

.header-menu {
  display: flex;
}

.lp-title img {
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .lp-title img {
    width: 180px;
  }
}

@media print,
(min-width: 768px) {
  header {
    position: fixed;
    width: 100%;
  }
}

/*ハンバーガーメニュー*/
.hamburger {
  margin: 0 0 0 40px;
}

.hamburger div {
  position: relative;
  width: 40px;
  height: 48px;
}

.hamburger div::before {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  transform: translateX(-50%);
  transition: all .3s ease;
}

.hamburger span {
  display: block;
  position: absolute;
  top: 4px;
  right: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  border-radius: 100vh;
  transition: all .3s ease;
}

.hamburger span:nth-of-type(2) {
  top: 16px;
  width: 80%;
}

.hamburger span:nth-of-type(3) {
  top: 28px;
}

/* .hamburger span::before,
.hamburger span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  background: #fff;
  border-radius: 100vh;
  transition: all .2s ease;
}

.hamburger span::before {
  top: 12px;
  width: 80%;
}

.hamburger span::after {
  top: 24px;
} */

@media screen and (max-width: 767px) {
  .hamburger {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 15px;
    background: #091336;
    border-bottom-left-radius: 4px;
  }
}

.hamburger.open span {
  right: 6px;
}

.hamburger.open span:first-of-type {
  transform: rotate(-45deg);
  transform-origin: top right;
}

.hamburger.open span:nth-of-type(2) {
  visibility: hidden;
  opacity: 0;
}

.hamburger.open span:nth-of-type(3) {
  top: 32px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}

.hamburger.open div::before {
  content: "CLOSE";
}

/*グロナビ*/
.g-nav-box {
  position: fixed;
  right: 0;
  transform: translateX(100%);
  padding: 15px 20px;
  background: #091336;
  transition: all .5s ease;
}

.g-nav-box.open {
  transform: translateX(0);
}

.g-nav {
  margin: 0 0 20px 0;
}

.g-nav>ul li:nth-child(n+2) {
  margin: 10px 0 0 0;
}

.g-nav a span {
  display: block;
  font-family: 'Barlow Condensed', 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  color: #FCC800;
  font-size: 2rem;
}

.g-nav a:hover {
  color: #fff;
}

.stand-by a {
  pointer-events: none !important;
  opacity: .4 !important;
}

@media screen and (max-width: 767px) {
  .g-nav-box {
    top: 0;
    width: 80%;
    height: 100vh;
    padding-top: 80px;
    z-index: -1;
    overflow-y: scroll;
  }

  .g-nav a {
    line-height: 1.1;
    font-size: 1.4rem;
  }
}

@media print,
(min-width: 768px) {
  .g-nav-box {
    top: 84px;
    width: 40%;
    height: calc(100vh - 84px);
  }

  .g-nav a span {
    font-size: 2.8rem;
  }
}

/*背景*/
.nav-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, .4);
  display: none;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.nav-bg.open {
  display: block;
}

/*リンク*/
.lp-header-link li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}

.lp-header-link li a:hover {
  color: #fff;
}

.lp-header-link li a img {
  display: block;
  margin: 0 0 2px 0;
}

@media screen and (max-width: 767px) {
  .lp-header-link {
    justify-content: space-around
  }
}

@media print,
(min-width: 768px) {
  .lp-header-link li {
    margin: 0 0 0 10px;
  }
}


/*==============================================
| フッター
==============================================*/
footer {
  padding: 60px 0 152px 0;
  background: url(../images/bg_pickup.jpg) no-repeat center center/cover;
}

.footer-inner {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1200px;
}

footer .button-box {
  margin: 0;
}

footer .button-box a {
  color: #fff;
  border-color: #fff;
}

footer .button-box a::before {
  border-color: #fff;
}

footer small {
  display: block;
  text-align: center;
  color: #fff;
}

.emb-box {
  margin: 40px 0 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .button-box>div:nth-of-type(n+2) a {
    border-top: none;
  }
}

@media print,
(min-width: 768px) {
  footer {
    padding: 100px 0 192px 0;
  }
}

/*==============================================
| 固定ボタン
==============================================*/
.ticket-fix-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 15px;
  background: rgba(9, 19, 54, .9);
}

.ticket-fix-button .fix-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 12px;
  color: #A9BEBE;
  font-weight: bold;
  font-size: 1.2rem;
  /* border: 1px solid #A9BEBE; */
  border-radius: 4px 4px 0 0;
  background: rgba(9, 19, 54, .9);
  cursor: pointer;
}

@media print,
(min-width: 768px) {
  .ticket-fix-button .fix-close {
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    border-right: 1px solid #A9BEBE;
    border-radius: 0;
    background: none;
  }
}

/*トップに戻るボタン*/
.button-top {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 6;
}

.button-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #FCC800;
  color: #111;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .9;
}

@media print,
(min-width: 1200px) {
  .button-top {
    right: 3%;
  }
}

/*==============================================
| インビューアニメ
==============================================*/
.zoom-in {
  overflow: hidden;
}

.zoom-in img {
  transform: scale(1.3);
  transition: all .8s .1s cubic-bezier(0.25, 1, 0.5, 1);
}

.zoom-in.viewon img {
  transform: scale(1);
}

.fade-in-up {
  transform: translateY(40px);
  opacity: 0;
  transition: all .6s .2s cubic-bezier(0.25, 1, 0.5, 1);
}

.fade-in-up.viewon {
  transform: translateY(0);
  opacity: 1;
}

/* .zoom-in.viewon img {
  animation: inview-zoom-in .6s ease-out both;
}

@keyframes inview-zoom-in {
  0% {
    transform:scale(1.3);
  }

  100% {
    transform:scale(1);
  }
}

.fade-in-up.viewon {
  animation: inview-fade-in .4s ease-out both;
}

@keyframes inview-fade-in {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
} */


/*==============================================
| 2025Qスタ版
==============================================*/
/*チケット購入*/
.qsta .top-ticket-sec {
  background: #FCC800;
}

.qsta a.ticket-sales-sup {
  color: #111;
}

.qsta a.ticket-sales-sup::before {
  color: #fff;
  background: #091336;
}

.qsta .top-ticket-sec .contents-inner>div:nth-of-type(n+3){
  margin-top: 20px;
}

/*コンテンツナビ*/
.qsta .contents-guide-sec {
  background: #2c4298;
  /* background: #091336; */
}

.qsta .contents-guide-list li a {
  color: #fff;
}

/*更新情報*/
.qsta .update-info-sec {
  background: #5164b2;
  /* background: #444e71; */
  color: #fff;
}

.qsta .update-info-list.view-more::before {
  border-color: #fff;
}

.qsta .update-info-list li:nth-child(n+2) {
  border-color: #ccc;
}

/*試合概要*/
.qsta .match-detail-sec {
  background: #FCC800;
  background: linear-gradient(160deg, #fcc800, #C5A31E);
  color: #fff;
}

/*Qスタ開催案内*/
.qsta-announce-sec {
  background-color: #fff;
  background-image: url(../images/bg_qsta.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.qsta-announce>p:first-of-type {
  font-weight: bold;
  color: #091336;
  font-size: 1.8rem;
}

.qsta-announce>p:last-of-type {
  margin: 30px 0 0 0;
  font-family: 2rem;
  font-weight: bold;
}

.kikan {
  font-size: 2.8rem;
}

.stadium {
  font-size: 3.2rem;
}

.qsta-link>div:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}

.qsta-link>div a {
  position: relative;
  display: block;
  padding: 10px 24px 10px 10px;
  font-weight: bold;
  background: #2c4298;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
}

.qsta-link>div a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .qsta-announce {
    text-align: center;
  }

  .qsta-link {
    margin: 40px 0 0 0;
  }
}

@media print,
(min-width: 768px) {
  .qsta-announce-sec .contents-inner {
    display: flex;
    justify-content: space-between;
  }

  .qsta-announce,
  .qsta-link {
    width: 48%;
  }

  .qsta-link>div a {
    padding: 15px 24px 15px 15px;
  }
}

@media print,
(min-width: 1200px) {
  .qsta-announce-sec {
    background-size: 60%;
  }

  .qsta-announce {
    width: 54%;
  }

  .qsta-link {
    width: 42%;
  }

  .qsta-link>div a {
    font-size: 1.8rem;
  }
}

/*おすすめ情報*/
.qsta .pickup-bg::before {
  background: url(../images/bg_pickup_qsta.jpg) no-repeat center center/cover;
}

/*イベント情報*/
.qsta .event-sec {
  background: linear-gradient(160deg, #fcc800, #C5A31E);
}

.qsta .event-sec .common-sec-title.title-wh {
  color: #091336;
  border-color: #091336;
}

.qsta .event-sec a,
.qsta .event-sec p.notes {
  color: #111;
}

.qsta .event-list .text-box>div:last-of-type {
  border-color: #111;
}

.qsta .event-list .slick-prev::before,
.qsta .event-list .slick-next::before {
  color: #193076;
}

/* .qsta .vport-top>p span::before,
.qsta .vport-top>p span::after {
  background: #FCC800;
} */

/*スタジアムマップ*/
.qsta .stadium-map {
  max-width: 960px;
  padding: 60px 10px 10px 10px;
}

.qsta .switch-box {
  flex-direction: row;
}

.qsta .map-switch {
  margin: 0 0 0 6px;
}

@media print,
(min-width: 768px) {
  .qsta .stadium-map {
    padding: 60px 30px 40px 30px;
  }
}

/*VPORT*/
.qsta .vport-intro dd>p:last-of-type {
  margin: 0;
  color: #D11515;
  font-weight: bold;
}

.qsta .vport-sec .contents-inner::before {
  background: url(../images/vport/bg_vport-qsta_sp.png) no-repeat bottom center/cover;
}

@media screen and (max-width: 767px) {
  .qsta .vport-logo-box>div:nth-of-type(2) {
    display: flex;
    align-items: flex-end;
  }

  /* .qsta .vport-logo-box>div:nth-of-type(2) img:first-of-type {
    height: 66px;
  }

  .qsta .vport-logo-box>div:nth-of-type(2) img:last-of-type {
    height: 71px;
  } */
}

@media print,
(min-width: 768px) {
  .qsta .vport-sec .contents-inner::before {
    background: url(../images/vport/bg_vport-qsta_pc.png) no-repeat top center/cover;
  }

  .qsta .vport-logo-box>div:nth-of-type(2) img {
    height: 108px;
  }
}

/*ヘッダー*/
.qsta header,
.qsta .header-inner,
.qsta .g-nav-box {
  background: #FCC800;
}

.qsta header a,
.qsta .g-nav a span,
.qsta .hamburger div::before {
  color: #091336;
}

.qsta .hamburger span {
  background: #091336;
}

@media screen and (max-width: 767px) {
  .qsta .hamburger {
    background: #FCC800;
  }
}

/* .qsta .common-list li::before {
  background: #FCC800;
} */

/*ページ固定チケットボタン*/
.qsta .ticket-fix-button,
.qsta .ticket-fix-button .fix-close {
  background: rgba(0, 0, 0, .7);
  color: #fff;
}

@media print,
(min-width: 768px) {
  .ticket-fix-button .fix-close {
    border-color: #ccc;
  }
}

/*フッター*/
.qsta footer {
  background: url(../images/bg_footer_qsta.jpg) no-repeat center center/cover;
}


/* フロートボタン／ ビギナーズガイド　2025～ */
.float-btn-right {
  display: block;
  position: fixed;
  bottom: 40%;
  right: 0;
  padding: 10px 5px;
  writing-mode: vertical-rl;
  line-height: 1.1;
  font-size: 1.4rem;
  color: #fff;
  background-color: #ff44a6;
  border-radius: 8px 0 0 8px;
  transform: translateY(50%);
  opacity: 0.7;
  z-index: 10;
}

.float-btn-right:hover {
  color: #fff;
  background-color: #000;
  opacity: 1;
}

.float-btn-right img {
  width: 18px;
  vertical-align: middle;
}

@media print,
(min-width: 768px) {
  .float-btn-right {
    padding: 12px 8px;
    font-size: 1.6rem;
  }

  .float-btn-right img {
    width: 26px;
  }
}