@charset "UTF-8";

/*----------------------------------------------------------
/* ヘッダー部25thロゴ撤去スタイル override／important使用
/* 基本このスタイルをコメント or 削除で25thロゴ使用時の形でも使えます。
/* (25thロゴ掲示時用に調整されている、もとのcommon.cssのスタイルは生かしているので)
/* なんらかのオブジェクトを25thロゴ位置に掲示させる際は、ロゴの幅サイズは25thに合わせる。
/* common.css追記用 last2025.12.15
-----------------------------------------------------------*/

/******   fontawesomeのfree版読み込みの強制回避 2023.3.30
fontawesome all.css override   *****/
.fa, .far, .fas{
  font-family: "Font Awesome 5 Pro" !important;
}

/* LIVE SCOREボタン PC表示時幅固定 */
.home .container-live-score .btn-score {
  padding:6px 0;
  width:160px;
}
@media (min-width: 897px), print {
  /* ナビ包含 右寄せ位置調整 */
  .site-header .main-navigation-wrap {
    right: 15px !important;
  }

  /* ナビボタン配置用 左オフセット */
  .site-header .main-navigation-wrap .main-navigation > ul:first-child:before {
    width: 0 !important;
  }

  /* ボタンサイズ調整 */
  .site-header .main-navigation-wrap .main-menu-label,
  .site-header .main-navigation-wrap .main-menu-label-schedule,
  .site-header .main-navigation-wrap .main-menu-label-ticket,
  .site-header .main-navigation-wrap .main-menu-label-goods {
    width: auto !important;
  }
  /*
	.site-header .main-navigation-wrap .main-menu-label-academy{
		width: 140px !important; }
	.site-header .main-navigation-wrap .main-menu-label-hometown{
		width: 140px !important; }
	.site-header .main-navigation-wrap .main-menu-label-socio{
		width: 140px !important; }
*/

  /* ボタン間隔調整 */
  .site-header .main-navigation-wrap li .main-menu-label {
    padding: 0 36px 0 36px !important;
  }
  .site-header .main-navigation-wrap li .main-menu-label-academy,
  .site-header .main-navigation-wrap li .main-menu-label-hometown,
  .site-header .main-navigation-wrap li .main-menu-label-socio {
    padding: 0 47px 0 47px !important;
  }

  /* フォントサイズ調整 */
  .site-header .main-navigation-wrap .main-menu-label-en {
    font-size: 2rem !important;
  }

  /* LIVE SCOREボタン PC表示時幅固定 */
  .home .container-live-score .btn-score {
    width:120px;
  }
}


/*----------------------------------------------------------
 * YLCランキング
 * グループリーグD以外を非表示
-----------------------------------------------------------*/
.home .container-league #ranking-cup .table-ranking tbody tr.group_A,
.home .container-league #ranking-cup .table-ranking tbody tr.group_C,
.home .container-league #ranking-cup .table-ranking tbody tr.group_B {
  display: none;
}

/*----------------------------------------------------------
/* ホーム画面スポンサーロゴ表示部スタイル
/* common.css追記用 last2022.2.1
-----------------------------------------------------------*/
@media (min-width: 768px) {
  /* プラチナスポンサー表示部 */
  .home .container-banner .container-sponsors .platinum-sponsor.sponsor-list {
    margin-bottom: 40px !important;
  }
  .home .container-banner .container-sponsors .platinum-sponsor.sponsor-list li {
    width: 25%;
  }
  .home .container-banner .container-sponsors .platinum-sponsor.uniform.sponsor-list li,
  .home .container-banner .container-sponsors .platinum-sponsor.sponsor-list li {
    width: 33.3333%;
  }
  /* プラチナ・ユニフォームスポンサー数／4社 */
  /* 2022.2.1処置
	.home .container-banner .container-sponsors .platinum-sponsor.uniform.sponsor-4.sponsor-list li:nth-of-type(1) {
		width: 100%;
	}*/
  .home .container-banner .container-sponsors .platinum-sponsor.uniform.sponsor-4.sponsor-list li {
    width: 36%;
  }
  .home .container-banner .container-sponsors .platinum-sponsor.sponsor-list li:nth-child(n + 4),
  .home .container-banner .container-sponsors .platinum-sponsor.sponsor-4.sponsor-list li:nth-child(n + 3),
  .home .container-banner .container-sponsors .platinum-sponsor.uniform.sponsor-list li:nth-child(n + 4) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* プラチナスポンサー表示部 */
  .home .container-banner .container-sponsors .platinum-sponsor.sponsor-list li:nth-child(n + 3) {
    margin-top: 5px !important;
  }
	/* プラチナ・ユニフォームスポンサー数／4社 */
  /* 2022.2.1処置
	.home .container-banner .container-sponsors .platinum-sponsor.uniform.sponsor-4.sponsor-list li:nth-of-type(1) {
		width: 100%;
	}
  */
	.home .container-banner .container-sponsors .platinum-sponsor.uniform.sponsor-4.sponsor-list li:nth-of-type(n+3) {
		margin-top:5px !important;
	}
}

/*----------------------------------------------------------
/* ホーム画面 フロートバナー表示スタイル
/* last2019.8.1
-----------------------------------------------------------*/
.float-ban {
  display: none;
  position: fixed;
  right: 0;
  text-align: right;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  z-index: 100;
}
.float-ban button {
  padding: 4px 8px;
  line-height: 1;
  font-size: 1.8rem;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background-color: #279b51;
}
.float-ban.close {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.float-ban img {
  display: block;
  max-width: 100%;
}
.float-ban button,
.float-ban a img {
  transition: opacity 0.3s ease-out;
}
.float-ban button:hover,
.float-ban a:hover img {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .float-ban {
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .float-ban {
    width: 40%;
    bottom: 10%;
  }
}
@media (min-width: 897px) {
  .float-ban {
    width: 25%;
  }
}

/*----------------------------------------------------------
 * トップページ3ブロックのRANKINGタブ表示OFF
 * ※MATCHとSCHEDULEの画像と揃える
 * 日程発表まで対応用
-----------------------------------------------------------*/
/* トップとレディース表示OFF用 */
/*
#tab-league-ranking .nav-item{
	display:none !important;
}
*/
/* レディースのみ表示OFF用 ※トップの日程が先に発表された場合に使用 */
/*
#tab-league-ranking.ladies .nav-item{
    display:none !important;
}
*/

/*----------------------------------------------------------
 *レディース要素削除時の調整スタイル
 * common.css追記用 last2021.1.29
-----------------------------------------------------------*/

/* sp表示のヘッダーbackground */
@media screen and (max-width: 896px) {
  .site-header h1.site-title .site-title-text,
  .site-header p.site-title .site-title-text {
    background-position: -130px bottom;
    padding: 10px 0 10px 80px;
  }
}

@media screen and (min-width: 897px) {
  /* pc表示エンブレム位置&ナビ間隔調整 */
  .site-header img.emb-sendai {
    left: 12px;
  }
  .site-header .main-navigation-wrap {
    max-width: 924px;
    width: 924px;
  }
  .site-header .main-navigation-wrap li .main-menu-label {
    padding: 0 34px 0 34px !important;
  }
  /* SNSブロックのレイアウト調整 */
  .home .container-sns .banner-facebook,
  .home .container-sns .banner-line,
  .home .container-sns .banner-youtube,
  .home .container-sns .banner-twitter {
    padding: 3px 3px 3px 50px;
  }
}

/* レディースヒストリーへのリンクバナー */
.home .container-image-nav .image-nav-vpress a {
  width: 100%;
  height: 100%;
}
.home .container-image-nav .image-nav-ladieshistory a {
  padding: 0;
  color: #fff;
  background: url(/img/top/image-nav-ladieshistory_bgpc.jpg) center center no-repeat;
}
.home .container-image-nav .image-nav-ladieshistory a:before {
  background: url(/img/top/image-nav-ladieshistory-zoomtitle_pc.png) center 78px no-repeat;
  background-size: 50%;
}
.home .container-image-nav .image-nav-ladieshistory a .img-wrap {
  background: transparent;
}

/* アカデミーカレンダーのレディース表示OFF */
.page-id-649 ul#calCheckList li:nth-child(8),
.page-id-649 ul#calCheckList li:nth-child(9) {
  display: none;
}
.page-id-649 table#Cal_Calendar th:nth-of-type(9),
.page-id-649 table#Cal_Calendar td:nth-of-type(9),
.page-id-649 table#Cal_Calendar th:nth-of-type(10),
.page-id-649 table#Cal_Calendar td:nth-of-type(10) {
  display: none !important;
}

/*----------------------------------------------------------
* フッターロゴ／STANDIN' SENDAI そして、その先へ
* 2023.2.4
-----------------------------------------------------------*/
.footer-logo img:nth-of-type(1){
	width:122px;
	height:auto;
	text-align: right;
    margin-right:5px;
    margin-bottom:10px;
}
@media screen and (min-width: 897px) {
	.footer-logo img:nth-of-type(1){
		display:inline-block;
		margin-right:10px;
        width:122px;
        height:auto;
	}
}

/*----------------------------------------------------------
* 震災復興10年PJボタン追加
* 2021.2.26
-----------------------------------------------------------*/
.home .container-image-nav .image-nav-thanks-tohoku-miyagi a {
  padding: 0;
  color: #fff;
  background: url(/img/top/image-nav-thanks_bgpc.jpg) center center no-repeat;
  border-radius: 10px;
}
.home .container-image-nav .image-nav-thanks-tohoku-miyagi a:before {
  background: url(/img/top/image-nav-thanks_zoomtitle_pc.png) center 30% no-repeat;
  background-size: 84%;
}
.home .container-image-nav .image-nav-thanks-tohoku-miyagi a .img-wrap {
  background: transparent;
}

/*----------------------------------------------------------
* ダウンロードページ リンクバナー追加
* 2021.4.10
-----------------------------------------------------------*/
.home .container-image-nav .image-nav-download a {
  padding: 0;
  border-radius: 10px;
}
.home .container-image-nav .image-nav-download a:before {
  height: 100%;
  background: url(/img/top/image-nav-download_zoomtitle_pc.jpg) center center no-repeat;
}
.home .container-image-nav .image-nav-download a .img-wrap {
  background: transparent;
}

/*----------------------------------------------------------
* 応援うちわページ リンクバナー追加
* 2021.6.30
-----------------------------------------------------------*/
.home .container-image-nav .image-nav-uchiwa a {
  padding: 0;
  color: #fff;
  background: url(/img/top/image-nav-uchiwa_bgpc.png) center center no-repeat;
  border-radius: 10px;
}
.home .container-image-nav .image-nav-uchiwa a:before {
  height: 100%;
  background: url(/img/top/image-nav-uchiwa_zoomtitle_pc.png) top center no-repeat;
  z-index: 1;
}
.home .container-image-nav .image-nav-download a .img-wrap {
  background: transparent;
}

/*----------------------------------------------------------
* ビギナーズガイド ヘッダーアイコン追加
* 2021.6.30
-----------------------------------------------------------*/
.site-header aside .beginner-icon{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #2ea7e0;
  border-radius: 50%;
}
.site-header aside .beginner-icon img{
  display: block;
  width: 12px;
}

/*----------------------------------------------------------
* 2021版ビギナーズガイド リンクバナー追加
* 2021.7.1
-----------------------------------------------------------*/
.home .container-image-nav .image-nav-beginnersguide a{
  border: 2px solid #ff44a4;
}

/*----------------------------------------------------------
* ＃ベガ活fund リンクバナー追加
* 2021.6.30
-----------------------------------------------------------*/
.home .container-image-nav .image-nav-vegakatsufund a {
  padding: 0;
  color: #fff;
  background: url(/img/top/image-nav-fund_bgpc.jpg) center center no-repeat;
  border-radius: 10px;
}
.home .container-image-nav .image-nav-vegakatsufund a:before {
  background: url(/img/top/image-nav-fund_zoomtitle_pc.png) center center no-repeat;
  background-size: 100%;
}
.home .container-image-nav .image-nav-vegakatsufund a .img-wrap {
  background: transparent;
}

/*----------------------------------------------------------
* スタジアムパーク構想 リンクバナー追加
* 2022.12.9
-----------------------------------------------------------*/
.home .container-image-nav .image-nav-stadiumpark a {
  padding: 0;
  background: url(/img/top/image-nav-park_bgpc.jpg) center center no-repeat;
  border-radius: 10px;
}
.home .container-image-nav .image-nav-stadiumpark a:before {
  background: url(/img/top/image-nav-park_zoomtitle_pc.png) center 68% no-repeat;
  background-size: 84%;
}
.home .container-image-nav .image-nav-stadiumpark a .img-wrap {
  background: transparent;
}

/*----------------------------------------------------------
* SDGs特設LP リンクバナー追加
* 2023.1.31
-----------------------------------------------------------*/
.home .container-image-nav .image-nav-sdgs a {
  padding: 0;
  background: url(/img/top/image-nav-sdgs_bgpc.jpg) center center no-repeat;
  border-radius: 10px;
}
.home .container-image-nav .image-nav-sdgs a:before {
  background: url(/img/top/image-nav-sdgs_zoomtitle_pc.png) center 25px no-repeat;
  background-size: 75%;
}
.home .container-image-nav .image-nav-sdgs a .img-wrap {
  background: transparent;
}

/*----------------------------------------------------------
* LIVESCORE部のチケットボタン表示OFF
* 2022.4.22
* API配信が開始し、状況が「試合前」になったらチケットボタンの表示をOFF
-----------------------------------------------------------*/
#livescore-ticketbtn.remove,
.livescore-ticketbtn-br.remove{
	display: none !important;
}

/*----------------------------------------------------------
* ＃ソシオマガジン リンクバナー追加
* 2022.10.1
-----------------------------------------------------------*/
.home .container-image-nav .image-nav-sociomagazine a:before {
  background: url(/img/top/image_nav_sociomagazine_bg.jpg) center center no-repeat;
  background-size: 100%;
}
@media (min-width:897px), print{
.home .container-image-nav .image-nav-sociomagazine a::after {
  position: absolute;
  top:0;
  left:0;
  display: block;
  content:'';
  width:100%;
  height:122px;
  border:solid 6px #fcc800;
}
}

/*** 2025.1.9追記 ***/
/*
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*** bootstrap4.4.1 ***/
/* ノーマルモーダル */
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  padding:0 !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }

/** 上から降りてくるエフェクトOFF 2020.1.28～ **/
.modal.fade .modal-dialog,
.modal.fade .modal-dialog.modal-work{
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
/** フェードアニメーション常時使用 2020.1.21～ **/
/*
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none; } }
*/

  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
            transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }


/*** カルーセル ***/
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }


/*** original style ***/
/* bootstrap override／表示位置調整 */
.modal {
  top: 50px;
}
.modal .modal-dialog .sheetguide-modalcont .modal-header {
  padding: 15px 18px;
  line-height: 1.2;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #193076;
  border-bottom: none !important;
}
.modal .modal-dialog .sheetguide-modalcont .modal-header .btn-secondary{
  margin-left: 5px;
  padding:0;
  width:64px;
  color: #193076 !important;
  background-color: #fff;
  border-radius: 0 !important;
}
.modal .modal-dialog .sheetguide-modalcont .modal-body {
  padding: 25px 18px 25px;
}
.modal .modal-dialog p:empty{
  display: none;
}
/* Qスタ座席ナビ */
.qsta-sheet-navi{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width:100%;
  margin: 0 auto 20px;
}
.qsta-sheet-navi > li{
  margin-top: 0.8em !important;
  padding:0 4px !important;
  line-height: 1.2;
  text-align: center;
  border-right: solid 1px #000;
}
.qsta-sheet-navi > li a{
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

@media (max-width: 767px){
.qsta-sheet-navi > li{
  width:50%;
}
.qsta-sheet-navi > li:nth-child(2n+1){
  border-left: solid 1px #000;
}
}
@media (min-width: 768px) and (max-width: 1199px){
.qsta-sheet-navi > li{
  width:25%;
}
.qsta-sheet-navi > li:nth-child(4n+1){
  border-left: solid 1px #000;
}
}
@media (min-width: 1200px) {
.qsta-sheet-navi > li{
  width:16.6%;
}
.qsta-sheet-navi > li:nth-of-type(6n+1){
  border-left: solid 1px #000;
}
}


/*----------------------------------------------------------
* トップページ SNSブロック改編
* 2025.12.2～
-----------------------------------------------------------*/
.top-sns-links{
  list-style: none;
  padding:0 0 0 0 !important;
}
.home .container-socialmedia .icon{
  display: inline-block !important;
}
.sns-md {
  margin: 0 auto 10px;
  font-weight: bold;
}
.top-sns-links .official-grp .sns-md{
  font-size:1.8rem !important;
}
.top-sns-links li{
  text-align: center;
}
.home .container-socialmedia .icon{
  margin: 0 3px !important;
}
.home .container-socialmedia .svg-icon{
  margin: 0 0 0 -40px  !important;
}
@media screen and (max-width:767px){
.top-sns-links > li{
  text-align: center;
}
.top-sns-links > li:nth-of-type(n+2){
  margin-top: 24px;
}
}
@media screen and (min-width:768px){
.top-sns-links{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width:100%;
}
.top-sns-links .official-grp{
  margin: 0 auto 40px;
  width:100%;
}
.top-sns-links > li:nth-of-type(n+2){
  width:30%;
}
.top-sns-links > li:nth-of-type(n+5){
  margin-top: 40px;
}
}

/*----------------------------------------------------------
/* サーバー移転後TOPカレンダー微調整 2025.12.15～
-----------------------------------------------------------*/
.ohp-top .ohp-cards .list>li:nth-child(n+2),
.ohp-block>ul>li:nth-child(n+2){
	margin-top: 4px;
}
