 @charset "UTF-8";
/*==========================================================
1.Layout -レイアウト-
==========================================================*/
.l_inner {
  max-width: 1100px;
  width: 91.428571%;
  margin-left: auto;
  margin-right: auto;
}

.section_ttl {
  margin-bottom: 11%;
  text-align: center;
}
.section_ttl source, .section_ttl img {
  max-height: 68px;
}
.section_contents + .section_ttl {
  margin-top: 20%;
}

.section_ttl2 {
  background: #000;
  text-align: center;
  margin-bottom: 35px;
  padding: 3px 0;
  line-height: 1.0;
  max-width: 500px;
}
.section_ttl2 source, .section_ttl2 img {
  max-height: 18px;
}

.br {
  display: inline-block;
}

#game_lp_wrapper {
  position: relative;
  background-color: #fff;
  color: #000;
}
#game_lp_wrapper a {
  transition-duration: .3s;
}
#game_lp_wrapper a img {
  transition: opacity .3s;
}
#game_lp_wrapper a:hover img {
  opacity: .75;
}

@media only screen and (min-width: 768px) {
  .section_ttl {
    margin-bottom: 40px;
  }
  .section_ttl source, .section_ttl img {
    max-height: 135px;
  }
  .section_contents + .section_ttl {
    margin-top: 110px;
  }

  .section_ttl2 {
    margin: 0 auto 70px;
    padding: 7px 0;
  }
  .section_ttl2 source, .section_ttl2 img {
    max-height: 22px;
  }
}
/**************************************
HEADER
**************************************/
#game_lp_header {
  position: relative;
}
#game_lp_header::before {
  content: "";
  display: block;
  width: 100%;
  height: 75px;
  background: #000000;
}

.game_lp_headerfixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: -moz-linear-gradient(#000000 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(transparent));
  background: -webkit-linear-gradient(#000000 0%, transparent 100%);
  background: -o-linear-gradient(#000000 0%, transparent 100%);
  background: linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4.2857145%;
  z-index: 9999;
}
.game_lp_headerfixed.fixed {
  position: fixed;
}

.game_lp_headlogo {
  width: 20%;
  max-height: 100%;
  margin-top: 5px;
  margin-left: 5px;
}
.game_lp_headlogo img {
  width: 50px;
}

.game_lp_schedule {
  color: #fff;
  margin-left: 5.7%;
  font-size: 13px;
  line-height: 1.411;
  font-weight: 700;
}

.game_lp_mv {
  display: block;
  width: 100%;
  line-height: 1.0;
}
.game_lp_mv source, .game_lp_mv img {
  display: block;
  width: 100%;
}

.game_lp_ticketlinks {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 91.428571%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  column-gap: 10px;
  z-index: 99999;
}
.game_lp_ticketlinks li {
  max-width: 260px;
  width: 40.625%;
}

@media only screen and (min-width: 768px) {
  #game_lp_header::before {
    height: 110px;
  }

  .game_lp_headerfixed {
    height: 110px;
    justify-content: center;
    padding: 0 4.2857145%;
  }

  .game_lp_headlogo {
    width: 200px;
    position: absolute;
    left: 2.6%;
    margin-top: 0;
    margin-left: 0;
  }
  .game_lp_headlogo img {
    width: 100%;
  }

  .game_lp_schedule {
    margin-left: 0;
    font-size: 24px;
    text-align: center;
  }

  .game_lp_ticketlinks {
    bottom: 1.5625%;
    left: inherit;
    right: 0;
    max-width: 284px;
    width: 14.79166%;
    margin-right: 30px;
    margin-right: 1.5625%;
    flex-direction: column;
    column-gap: 10px;
  }
  .game_lp_ticketlinks li {
    max-width: inherit;
    width: 100%;
  }
}
/**************************************
FOOTER
**************************************/
#game_lp_footer {
  background-color: #000000;
  margin-top: 65px;
  position: relative;
  padding: 30px 0;
  text-align: center;
}

#g_pagetop {
  background: #e6e6e6;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
}
#g_pagetop a {
  display: block;
  text-align: center;
  padding: 10px 0 18px;
  line-height: 1.0;
  height: 65px;
  transition-property: background;
}
#g_pagetop a:hover {
  background-color: #ddd;
}
#g_pagetop img {
  max-width: 115px;
  height: 21.4vw;
  max-height: 38px;
}

.game_lp_footlogo img {
  max-width: 204px;
  width: 29.14%;
}

.game_lp_snslist {
  display: flex;
  justify-content: space-between;
  column-gap: 3.125%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.game_lp_snslist li {
  width: 11.4%;
}

.game_lp_copyright {
  text-align: center;
}
.game_lp_copyright img {
  max-width: 170px;
  width: 25%;
}

@media only screen and (min-width: 768px) {
  #game_lp_footer {
    margin-top: 130px;
    padding: 50px 0 70px;
  }

  #g_pagetop a {
    padding: 20px 0 28px;
    height: 130px;
  }
  #g_pagetop img {
    height: 3.9583vw;
    max-height: 76px;
  }

  .game_lp_footlogo img {
    width: 10.625%;
  }

  .game_lp_snslist {
    column-gap: 30px;
    margin-top: 60px;
    margin-bottom: 70px;
    justify-content: center;
  }
  .game_lp_snslist li {
    width: 58px;
  }

  .game_lp_copyright img {
    max-width: 170px;
    width: 8.85%;
  }
}
/*==========================================================
2.CONTENTS -メインコンテンツ-
==========================================================*/
/**************************************
スポンサー
**************************************/
.sponsor_area{
background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/bg_red_sp.jpg");
    padding: 60px 0 125px;
	width: 100%;
}
.sponsor_area::before{
background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/bg_red_sp.jpg");
    padding: 60px 0 125px;
	width: 100%;
} 
  .sponsor_area .sponsor_inner {
max-width: 1100px;
  width: 91.428571%;
  margin-left: auto;
  margin-right: auto;
}

.sponsor_area .ul {

}


.sponsor_area .sponsor_list_box .list3 ul li {
width: 100%;
}

.sponsor_area .sponsor_list_box .list3 ul li img {
vertical-align: middle;
text-align: center;
width: 100%;
}

.sponsor_area .sponsor_list_box .list3 ul li:nth-child(n+2){
margin-top: 15px;
}

.sponsor_area .sponsor_list_box .list4 {
Margin-top:15px;
}

.sponsor_area .sponsor_list_box .list4 ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}

.sponsor_area .sponsor_list_box .list4 ul li {
width: 48.8281%;
margin-right: 2.3438%;
}

.sponsor_area .sponsor_list_box .list4 ul li:nth-child(2n){
margin-right: 0;
}

.sponsor_area .sponsor_list_box .list4 ul li img {
vertical-align: middle;
text-align: center;
width: 100%;
}

.sponsor_area .sponsor_list_box .list4 ul li:nth-child(n+3){
margin-top: 2.3438%;
}


@media only screen and (min-width: 768px) {
  .sponsor_area {
	background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/bg_red_pc.jpg");
    padding-top: 10px;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
  }
  .sponsor_area::before {
    width: 76.8229%;
    padding-top: 51.8229166%;
    background-size: 100% auto;
	 display: flex;
  }
  .sponsor_area .sponsor_inner {
    max-width: 1000px;
	padding-top: 70px;
  }
  .sponsor_area .midashi {
    max-width: 300px;
  }
	.sponsor_area .sponsor_list_box {
		
	}
.sponsor_area .ul {

}

.sponsor_area .sponsor_list_box .list3 ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}

.sponsor_area .sponsor_list_box .list3 ul li{
 margin-right: 2%;
  width: 32%;
  max-width: 320px;
}

.sponsor_area .sponsor_list_box .list3 ul li:nth-child(3n){
margin-right: 0;
}

.sponsor_area .sponsor_list_box .list3 ul li:nth-child(n+2){
margin-top: 0;
}
	
.sponsor_area .sponsor_list_box .list3 ul li:nth-child(n+4){
margin-top: 15px;
}
	
.sponsor_area .sponsor_list_box .list4 ul {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}

.sponsor_area .sponsor_list_box .list4 ul li{
 margin-right: 1.2%;
  width: 24%;
  max-width: 241px;
}
.sponsor_area .sponsor_list_box .list4 ul li:nth-child(2n){
margin-right: 1.2%;
}
.sponsor_area .sponsor_list_box .list4 ul li:nth-child(4n){
margin-right: 0;
}

.sponsor_area .sponsor_list_box .list4 ul li:nth-child(n+3){
margin-top: 0;
}
	
.sponsor_area .sponsor_list_box .list4 ul li:nth-child(n+5){
margin-top: 15px;
}


}
/**************************************
スケジュール
**************************************/
.match_schedule{
background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/movie_schedule_bg_sp.jpg");
background-repeat: no-repeat;
background-size: 100% auto;
}

.match_schedule::before {
background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/movie_schedule_bg_sp.jpg");
}
.match_schedule > * {
  position: relative;
  z-index: 2;
  text-align: center;
}
	.youtube-box{
width: 100%;
margin: 0 auto;
padding: 16.56% 0 35.93%
	}
	
.youtube-variable{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

.preview_item {
  max-width: 540px;
  width: 84.375%;
  margin: 0 auto;
}
.preview_item + .preview_item {
  margin-top: 65px;
}
.preview_item .item_img {
  margin-bottom: 5px;
  line-height: 1.0;
}
.preview_item .item_ttl {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
}
.preview_item .item_ttl span {
  background-color: #fff;
  color: #000080;
  display: inline-block;
  line-height: 1.25;
}
.preview_item .item_contents p {
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
}
.preview_item .item_contents p + p {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  .match_schedule {
	background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/movie_schedule_bg.jpg");
	padding-top: 10px;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
  }
  .sponsor_area::before {
    width: 76.8229%;
    padding-top: 51.8229166%;
    background-size: 100% auto;
	 display: flex;
  }
  .match_schedule .l_inner {
    max-width: 950px;
	padding-bottom: 80px;
  }
  .match_schedule .section_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

	.youtube-box{
width: 100%;
margin: 0 auto;
padding: 13.68% 0 16.84%
	}
	
.youtube-variable{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-variable iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.schedulebox {
	padding-top: 10px;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	display: flex;
    justify-content: space-between;
  }
  .preview_item {
    width: calc((100% - 77px) / 3);
  }
  .preview_item + .preview_item {
    margin-top: 0;
  }
  .preview_item .item_img {
    margin-bottom: 15px;
  }
  .preview_item .item_ttl {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .preview_item .item_ttl span {
    line-height: 1.4583;
    padding: 0 5px;
  }
  .preview_item .item_contents p {
    font-size: 16px;
    line-height: 1.75;
  }
}


/**************************************
プレビュー
**************************************/
#g_match_info{
margin-top: -10px;
background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/preview_bg_sp.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#g_match_info::before {
background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/preview_bg_sp.jpg");

}
#g_match_info > * {
  position: relative;
  z-index: 2;
}

.preview_item {
  max-width: 540px;
  width: 84.375%;
  margin: 0 auto;
}
.preview_item + .preview_item {
  margin-top: 65px;
}
.preview_item .item_img {
  margin-bottom: 5px;
  line-height: 1.0;
}
.preview_item .item_ttl {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
}
.preview_item .item_ttl span {
  background-color: #fff;
  color: #000080;
  display: inline-block;
  line-height: 1.25;
}
.preview_item .item_contents p {
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
}
.preview_item .item_contents p + p {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  #g_match_info {
	background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/preview_bg.jpg");
    padding-top: 10px;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
  }
  #g_match_info::before {
    width: 76.8229%;
    padding-top: 51.8229166%;
    background-size: 100% auto;
  }
  #g_match_info .l_inner {
    max-width: 1135px;
  }
  #g_match_info .section_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .preview_item {
    width: calc((100% - 55px) / 2);
  }
  .preview_item + .preview_item {
    margin-top: 0;
  }
  .preview_item .item_img {
    margin-bottom: 15px;
  }
  .preview_item .item_ttl {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .preview_item .item_ttl span {
    line-height: 1.4583;
    padding: 0 5px;
  }
  .preview_item .item_contents p {
    font-size: 16px;
    line-height: 1.75;
  }
}

/**************************************
PLAYOFF SLOGAN
**************************************/
#playof_slogan {
background-image: url("https://www.volters.jp/files/user/lp/2025-26/b2_playoff2025-26/img/bg_slogan_sp.jpg");
        background-repeat: no-repeat;
background-size: 100% auto;
}

#playof_slogan::before {
background-image: url("https://www.volters.jp/files/user/lp/2025-26/b2_playoff2025-26/img/bg_slogan_sp.jpg");
}
#playof_slogan > * {
  position: relative;
  z-index: 2;
}

.preview_item {
  max-width: 540px;
  width: 84.375%;
  margin: 0 auto;
}
.preview_item + .preview_item {
  margin-top: 65px;
}
.preview_item .item_img {
  margin-bottom: 5px;
  line-height: 1.0;
}
.preview_item .item_ttl {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
}
.preview_item .item_ttl span {
  background-color: #fff;
  color: #000080;
  display: inline-block;
  line-height: 1.25;
}
.preview_item .item_contents p {
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
}
.preview_item .item_contents p + p {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  #playof_slogan {
	background-image: url("https://www.volters.jp/files/user/lp/2025-26/b2_playoff2025-26/img/bg_slogan.jpg");
   padding-top: 10px;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
  }
  #playof_slogan::before {
    width: 76.8229%;
    padding-top: 51.8229166%;
    background-size: 100% auto;
  }
  #playof_slogan .l_inner {
    max-width: 1135px;
  }
  #g_preview .section_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .preview_item {
    width: calc((100% - 55px) / 2);
  }
  .preview_item + .preview_item {
    margin-top: 0;
  }
  .preview_item .item_img {
    margin-bottom: 15px;
  }
  .preview_item .item_ttl {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .preview_item .item_ttl span {
    line-height: 1.4583;
    padding: 0 5px;
  }
  .preview_item .item_contents p {
    font-size: 16px;
    line-height: 1.75;
  }
}




/**************************************
GAME PREVIEW
**************************************/
#g_preview {
background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/preview_bg_sp.jpg");
    background-repeat: no-repeat;
background-size: 100% auto;
	padding: 15.71% 0 calc(22.85% - 35px)
}
#g_preview > * {
  position: relative;
  z-index: 2;
}
.section_ttl {
  text-align: center;
}
.preview_item {
  max-width: 540px;
  width: 84.375%;
  margin: 0 auto;
}
.preview_item + .preview_item {
  margin-top: 65px;
}
.preview_item .item_img {
  margin-bottom: 5px;
  line-height: 1.0;
}
.preview_item .item_ttl {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
}
.preview_item .item_ttl span {
  background-color: #fff;
  color: #000080;
  display: inline-block;
  line-height: 1.25;
}
.preview_item .item_contents p {
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
}
.preview_item .item_contents p + p {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  #g_preview {
	background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/preview_bg.jpg");
    padding-top: 10px;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 0px 0 5px;
  }
  #g_preview::before {
    width: 76.8229%;
    padding-top: 51.8229166%;
    background-size: 100% auto;
  }
  #g_preview .l_inner {
	padding-top: 80px;
	padding-bottom: 80px;
    max-width: 1135px;
  }
  #g_preview .section_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .preview_item {
    width: calc((100% - 55px) / 2);
  }
  .preview_item + .preview_item {
    margin-top: 0;
  }
  .preview_item .item_img {
    margin-bottom: 15px;
  }
  .preview_item .item_ttl {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .preview_item .item_ttl span {
    line-height: 1.4583;
    padding: 0 5px;
  }
  .preview_item .item_contents p {
    font-size: 16px;
    line-height: 1.75;
  }
}

/**************************************
PLAYOFF SLOGAN
**************************************/
#playof_slogan {
background-image: url("https://www.volters.jp/files/user/lp/2025-26/b2_playoff2025-26/img/bg_slogan_sp.jpg");
    padding: 15.71% 0 calc(22.85% - 35px)
}

#playof_slogan::before {
background-image: url("https://www.volters.jp/files/user/lp/2025-26/b2_playoff2025-26/img/bg_slogan_sp.jpg");
    padding: 120px 0 125px;
}
#playof_slogan > * {
  position: relative;
  z-index: 2;
}

.preview_item2 {
  max-width: 540px;
  width: 84.375%;
  margin: 0 auto;
}
.preview_item2 + .preview_item2 {
  margin-top: 65px;
}
.preview_item2 .item_img {
  margin-bottom: 5px;
  line-height: 1.0;
}
.preview_item2 .item_ttl {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.0;
}
.preview_item2 .item_ttl span {
  background-color: #fff;
  color: #000080;
  display: inline-block;
  line-height: 1.25;
}
.preview_item2 .item_contents p {
  font-size: 14px;
  line-height: 1.71;
  color: #fff;
}
.preview_item2 .item_contents p + p {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  #playof_slogan {
	/*background-image: url("https://www.volters.jp/files/user/lp/2025-26/b2_playoff2025-26/img/bg_slogan.jpg");*/
    padding-top: 10px;
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
    padding: 0px 0 5px;
  }
  #playof_slogan::before {
    width: 76.8229%;
    padding-top: 51.8229166%;
    background-size: 100% auto;
  }
  #playof_slogan .l_inner {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 1135px;
  }
  #g_preview .section_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .preview_item2 {
    width: 1000px;
	max-width: 1000px;
    margin: 0 auto;
  }
  .preview_item2 + .preview_item2 {
    margin-top: 0;
  }
  .preview_item2 .item_img {
    margin-bottom: 15px;
  }
  .preview_item2 .item_ttl {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .preview_item2 .item_ttl span {
    line-height: 1.4583;
    padding: 0 5px;
  }
  .preview_item2 .item_contents p {
    font-size: 16px;
    line-height: 1.75;
  }
}

/**************************************
V-CLUB
**************************************/
#g_vclub {
  padding: 7.14% 0 22.85%;
  background: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/photo.jpg") top center no-repeat;
  background-size: cover;
}

.vclub_inner {
  max-width: 500px;
  width: 71.42%;
  margin: 0 auto;
}
.vclub_inner::before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto;
  width: 47.6%;
  padding-top: 59.6%;
  background: url("https://www.volters.jp/files/user/lp/2023-24/opening107108/img/img_welcome.png") bottom center no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  #g_vclub {
    padding: 50px 0 110px;
    background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/photo.jpg");
  }
}
/**************************************
EVENT INFORMATION
**************************************/
#g_event {
	position: relative;
	background: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/bg_event_sp.jpg") center top no-repeat;
	background-size: 100% auto;
	background-size: cover;
	padding: 15% 0 0vw;
	border-top: 5px solid #c7000a;
	border-bottom: 5px solid #c7000a;
}




.event_item_list {
	margin: 0 15px 85px;
}

.event_item {
	background: #AA0000;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.44;
}

.event_item + .event_item {
	margin-top: 35px;
}

.event_item .item_ttl {
	font-weight: 700;
	padding: 10px 15px;
}

.event_item .item_img {
	line-height: 1;
}

.event_item .item_img img {
	width: 100%;
}

.event_item .item_contents {
	padding: 12px 14px 27px;
	text-align: justify;
}

.event_item .item_more {
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
}

.event_item .item_more a {
	display: inline-block;
	max-width: 300px;
	width: 60%;
	background: #000;
	color: #FEFEFE;
	padding: 8px 0;
	transition: opacity .3s;
}

.event_item .item_more a:hover {
	opacity: 0.75;
}

.event_other .section_ttl {
	margin-bottom: 38px;
}

.event_other .section_ttl img {
	max-width: 168px;
}

.info_item_list {
	overflow: hidden;
}

.info_item_list .info_item {
	position: relative;
	width: 82.7vw !important;
	margin: 0 2.25vw;
	background: #fff;
	/*	width: 46.5625%;*/
	line-height: 1.44;
	font-size: 15px;
	color: #000;
}

.info_item_list .item_meta {
	font-weight: 700;
	text-align: center;
	padding: 5px 10px;
}

.info_item_list .info_item .item_img {
	line-height: 1;
}

.info_item_list .info_item .item_img img {
	width: 100%;
}

.info_item_list .info_item .item_contents {
	padding: 12px 14px 27px;
}

.info_item_list .item_ttl {
	font-weight: 700;
	text-align: justify;
}

.info_item_list .item_more {
	text-align: center;
	font-weight: 700;
	margin-top: 15px;
}

.info_item_list .item_more a {
	display: inline-block;
	max-width: 218px;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 5px 0;
	transition: opacity .3s;
}

.info_item_list .item_more a:hover {
	opacity: 0.75;
}

.event_item .item_hide,
.info_item_list .item_hide {
	display: none;
}

#cboxOverlay {
	background: #000;
}

#colorbox {
	max-width: 540px;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
	width: 0;
	height: 0;
	background: transparent;
}

#cboxTopCenter,
#cboxBottomCenter {
	height: 0;
	background: transparent;
}

#cboxMiddleLeft,
#cboxMiddleRight {
	width: 0;
	background: transparent;
}

#cboxContent {
	max-width: 540px;
	height: auto;
	max-height: 90%;
}

#cboxLoadedContent {
	padding: 40px 0;
	margin-bottom: 0;
	max-width: 100%;
	color: #000;
}

#cboxLoadedContent .item_img {
	width: 100%;
	line-height: 1.0;
}

#cboxLoadedContent .item_contents {
	padding: 12px 14px 0;
}

#cboxLoadedContent .item_ttl {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 1em;
}

#cboxLoadedContent > .item_ttl {
	padding: 0 15px 10px;
}

#cboxLoadedContent .item_contents p {
	font-size: 14px;
	line-height: 1.75;
}

#cboxClose {
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	bottom: inherit;
	background: transparent;
}

#cboxClose::before,
#cboxClose::after {
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #000;
	margin-left: -50%;
}

#cboxClose::before {
	transform: rotate(45deg);
}

#cboxClose::after {
	transform: rotate(-45deg);
}

.info_item_slider .slick-track {
	display: flex;
}

.info_item_slider .slick-slide {
	float: none !important;
	height: auto !important;
}

.info_item_slider .slick-slide > div,
.info_item_slider .info_item {
	height: 100%;
}


.info_item_slider_wrap .slider_nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 34px;
}

.info_item_slider_wrap .slider_nav .txt {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 0 49px;
}

.info_item_slider_wrap .slider_nav .slick-arrow {
	position: relative;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition-property: opacity;
}

.info_item_slider_wrap .slider_nav .slick-arrow:hover {
	opacity: 0.75;
}

.info_item_slider_wrap .slider_nav .slick-arrow::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
}

.info_item_slider_wrap .slider_nav .nav-slick-prev::before {
	transform: scale(-1, 1);
}

/*unslick*/
.info_item_slider.unslick{
	display: flex;
	justify-content: center;
	gap: 0;
}

.info_item_slider.unslick .info_item{
	height: auto;
}

@media only screen and (max-width: 1220px) {
	.event_other .section_ttl img {
		width: 80.1%;
	}
}

@media only screen and (min-width: 768px) {
	#g_event {
		background-image: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/bg_event_pc.jpg");
		padding: 80px 0 80px;
		border-top-width: 10px;
		border-bottom-width: 10px;
	}


	.event_featured .l_inner {
		max-width: 1118px;
	}

	.event_featured .section_ttl {
		margin-bottom: 55px;
	}



	.event_item_list {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 140px;
	}

	.event_item {
		width: 45.45%;
		max-width: 500px;
		margin: 20px;
		font-size: 16px;
		line-height: 1.75;
	}

	.event_item + .event_item {
		margin-top: 20px;
	}

	.event_item .item_ttl {
		font-size: 22px;
		line-height: 1.545;
		padding: 16px 30px;
	}

	.event_item .item_contents {
		padding: 20px 24px 39px;
	}

	.event_item .item_more {
		margin-top: 25px;
	}

	.event_item .item_more a {
		font-size: 22px;
		padding: 1px 0;
	}

	.event_other .section_ttl {
		margin-bottom: 50px;
	}

	.event_other .section_ttl img {
		max-width: 987px;
	}

	.info_item_list {
		column-gap: 30px;
	}

	.info_item_list .info_item {
		/*		width: calc(33.33% - 30px);*/
		width: 350px !important;
		line-height: 1.75;
		font-size: 16px;
		margin: 0 17px
	}

	.info_item_list .item_meta {
		font-size: 18px;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.info_item_list .info_item .item_contents {
		padding: 12px 12px 23px;
	}

	.info_item_list .item_ttl {
		font-size: 18px;
		line-height: 1.5;
	}

	.info_item_list .item_more {
		margin-top: 14px;
	}

	.info_item_list .item_more a {
		padding: 2px 0;
	}

	#cboxLoadedContent {
		padding: 50px 0;
	}

	#cboxLoadedContent .item_contents {
		padding: 20px 24px 0;
	}

	#cboxLoadedContent .item_ttl {
		font-size: 20px;
	}

	#cboxLoadedContent > .item_ttl {
		padding: 0 30px 16px;
	}

	#cboxLoadedContent .item_contents p {
		font-size: 16px;
	}

	#cboxClose {
		width: 40px;
		height: 40px;
	}

	.info_item_slider_wrap .slider_nav {
		margin-top: 74px;
	}

	.info_item_slider_wrap .slider_nav .txt {
		font-size: 28px;
		margin: 0 76px;
	}

	.info_item_slider_wrap .slider_nav .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.info_item_slider_wrap .slider_nav .slick-arrow::before {
		border-width: 20px 0 20px 34px;
		border-color: transparent transparent transparent #fff;
	}
}

/**************************************
TIME SCHEDULE
**************************************/
#g_schedule {
  background: #000;
  padding-bottom: 15.71%;
}
#g_schedule::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 109%;
  background: url("https://www.volters.jp/files/user/lp/2023-24/opening107108/img/bg_top_schedule_sp.png") top center no-repeat;
  background-size: 100% auto;
}
#g_schedule .section_contents {
  max-width: 830px;
  margin: 0 auto;
}

.tabWrap .note-list {
  color: #fff;
  font-size: 12px;
  margin-top: 15px;
}
.tabWrap .note-list li {
  text-indent: -1em;
  margin-left: 1em;
}

.tabNav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.tabNav li {
  width: 48.28%;
  height: 0;
  padding-top: 11.9%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-indent: 100%;
}
.tabNav li::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity .3s;
  top: 0;
  left: 0;
}
.tabNav li picture {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.tabNav li:hover::before, .tabNav li.onActive::before {
  opacity: 1;
}
.tabNav li:hover picture, .tabNav li.onActive picture {
  bottom: -100%;
}
.tabNav li:nth-child(1), .tabNav li:nth-child(1)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2023-24/2024032324/img/btn_schedule1_pc.jpg");
}
.tabNav li:nth-child(2), .tabNav li:nth-child(2)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2023-24/2024032324/img/btn_schedule2_pc.jpg");
}
.tabNav li:nth-child(3), .tabNav li:nth-child(3)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2023-24/2024032324/img/btn_schedule3_pc.jpg");
}


.tabCon.hide {
  display: none;
}
.tabCon .timetable {
  border-spacing: 0 5px;
  border-collapse: separate;
  width: 100%;
}
.tabCon .timetable th, .tabCon .timetable td {
  font-weight: 500;
  line-height: 1.44;
}
.tabCon .timetable th {
  background-color: #294198;
  color: #fff;
  text-align: center;
  min-width: 4em;
  padding: 2px 0;
}
.tabCon .timetable td {
  background-color: #fff;
  padding: 2px 10px;
}

@media only screen and (min-width: 768px) {
  #g_schedule {
    padding-bottom: 80px;
  }
  #g_schedule::before {
    padding-top: 49.270833%;
    background-image: url("https://www.volters.jp/files/user/lp/2023-24/opening107108/img/bg_top_schedule_pc.jpg");
  }

  .tabWrap .note-list {
    font-size: 15px;
    margin-top: 30px;
  }

  .tabCon .timetable th, .tabCon .timetable td {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tabCon .timetable th {
    width: 3em;
  }
  .tabCon .timetable td {
    width: calc(100% - 3em);
  }
}
/**************************************
TICKET
**************************************/
#g_price {
  background: #000;
  padding: 7.14% 0 15.71%;
}
#g_price .l_inner {
  max-width: 1280px;
}
#g_price .section_contents {
  background: #fff;
  padding: 40px 5px;
}

@media only screen and (min-width: 768px) {
  #g_price {
    padding: 75px 0 170px;
  }
  #g_price .section_contents {
    padding: 60px;
    display: flex;
    justify-content: space-between;
    column-gap: 2.73%;
  }
  #g_price .section_contents img {
    width: 48.635%;
  }
}
/**************************************
GOODS
**************************************/
#g_goods {
  background: #294198 url("https://www.volters.jp/files/user/lp/2023-24/opening107108/img/bg_goods_sp.jpg") top center no-repeat;
  background-size: cover;
  padding: 14.28% 0 18.57%;
}
#g_goods .info_item_list .info_item .item_more a {
  background: #294198;
}

@media only screen and (min-width: 768px) {
  #g_goods {
    background-image: url("https://www.volters.jp/files/user/lp/2023-24/opening107108/img/bg_goods_pc.jpg");
    padding: 110px 0 125px;
  }
}
/**************************************
GOURMET
**************************************/
#g_gourmet {
  background: #e70012 url("https://www.volters.jp/files/user/lp/2023-24/opening107108/img/bg_gourmet_sp.jpg") top center no-repeat;
  background-size: cover;
  padding: 14.28% 0 15.71%;
  border-bottom: 5px solid #000;
}
#g_gourmet .info_item_list .info_item .item_more a {
  background: #e70012;
}

@media only screen and (min-width: 768px) {
  #g_gourmet {
    background-image: url("https://www.volters.jp/files/user/lp/2023-24/opening107108/img/bg_gourmet_pc.jpg");
    padding: 110px 0 125px;
    border-bottom-width: 10px;
  }
}
/**************************************
ARENA
**************************************/
#g_arena {
  background: url("https://www.volters.jp/files/user/lp/2023-24/opening107108/img/bg_arena_sp.jpg") top center no-repeat;
  background-size: contain;
  padding: 14.28% 0;
}

.arena_image {
  padding: 5px 10px 0;
  margin-bottom: 20px;
}
.arena_image .img {
  position: relative;
  z-index: 0;
  line-height: 1.0;
  margin-bottom: 25px;
}
.arena_image .img img {
  display: block;
}
.arena_image .img::before, .arena_image .img::after {
  content: "";
  display: block;
  width: 34.61%;
  padding-top: 33.11%;
  position: absolute;
  z-index: -1;
}
.arena_image .img::before {
  left: -5px;
  top: -5px;
  border-left: 5px solid #e70012;
  border-top: 5px solid #e70012;
}
.arena_image .img::after {
  right: -5px;
  bottom: -5px;
  border-right: 5px solid #294198;
  border-bottom: 5px solid #294198;
}
.arena_image .txt {
  text-align: center;
}
.arena_image .txt .name {
  font-size: 18px;
  font-weight: 900;
  color: #e70012;
}
.arena_image .txt .btn {
  font-weight: 900;
  margin-top: 15px;
}
.arena_image .txt .btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  min-width: 130px;
  line-height: 37px;
  transition-property: background-color;
}
.arena_image .txt .btn a:hover {
  background-color: #e70012;
}

.access_map .img {
  padding: 10px;
  margin-bottom: 15px;
}
.access_map .note {
  font-size: 12px;
  line-height: 1.59;
}
.access_map .note a {
  color: #ff2011;
  font-weight: 700;
  transition-property: color;
}
.access_map .note a:hover {
  color: #000;
}
.access_map .note p + p {
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  #g_arena {
    background-image: url("https://www.volters.jp/files/user/lp/2023-24/opening107108/img/bg_arena_pc.jpg");
    background-size: auto 30vw;
    padding: 140px 0 95px;
  }
  #g_arena .section_ttl {
    margin-bottom: 40px;
  }

  .arena_image {
    padding: 0;
    margin-bottom: 60px;
  }
  .arena_image .img {
    margin-bottom: 50px;
  }
  .arena_image .img::before {
    left: -12px;
    top: -12px;
    border-top-width: 12px;
    border-left-width: 12px;
  }
  .arena_image .img::after {
    right: -12px;
    bottom: -12px;
    border-bottom-width: 12px;
    border-right-width: 12px;
  }
  .arena_image .txt .name {
    font-size: 22px;
  }
  .arena_image .txt .btn {
    margin-top: 30px;
    font-size: 17px;
  }
  .arena_image .txt .btn a {
    min-width: 200px;
    line-height: 30px;
  }

  .access_map {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }
  .access_map .img {
    padding: 0;
    margin-bottom: 15px;
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .access_map .note {
    font-size: 16px;
    line-height: 1.81;
  }
}
/**************************************
PLAYERS / VG
**************************************/
#g_team {
  background: url("https://www.volters.jp/files/user/lp/2025-26/b2_playoff2025-26/img/prayer_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 15.71% 0;
}

.slider {
  display: flex;
  overflow: hidden;
}
#g_team .slider li {
  padding: 0 5px;
}
#team_players .slider img {
  width: 48.57vw;
  max-width: 340px;
}
#team_vg .slider img {
  width: 54.28vw;
  max-width: 308px;
}

#team_voltan {
  margin: 17.14% auto 0;
  max-width: 804px;
}

@media only screen and (min-width: 768px) {
  #g_team {
    padding: 120px 0 190px;
  }

  #g_team .slider li {
    padding: 0 12px;
  }

  #team_voltan {
    margin-top: 90px;
  }
}


/**************************************
スポンサー
**************************************/

.sponserlistbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sponserlistbox li {
  max-width: 300px;
  width: calc(33.33% - 10px);
  margin: 5px;
}
.sponserlistbox li a {
  display: block;
  line-height: 1.0;
}
.sponserlistbox source, .game_lp_nav img {
  width: 100%;
}

@media only screen and (min-width: 768px) {

  .sponserlistbox {
    width: 100%;
    justify-content: center;
  }
  .sponserlistbox li {
    width: 15.45%;
    margin: 10px;
  }
}
/**************************************
Match Info
**************************************/
.g_match_info {
  padding: 15.71% 0;
  text-align: center;
}

.tickets_inner {
  max-width: 582px;
  width: 83.142857%;
  margin-left: auto;
  margin-right: auto;
}

.match_presents {
  margin-bottom: 20px;
}

.presents_bnr {
  max-width: 205px;
  width: 75%;
  margin: 0 auto;
  border: 1px solid #595959
}
.presents_bnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px;
}
.presents_bnr img {
  width: 100%;
  line-height: 46px;
}

.presents_txt {
  max-width: 83px;
  width: 12.9%;
  margin: 24px auto;
}

.match_info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
}
.match_info img {
  max-height: 100%;
}
.match_info .m_vs {
  width: 24px;
  margin: 0 15px;
}
.match_info .m_left,
.match_info .m_right {
  width: 35.9%;
  height: 90px;
}

.match_venue {
  margin-bottom: 30px;
}
.match_venue dt {
  line-height: 1.0;
  margin-bottom: 5px;
}
.match_venue dd a {
  display: inline-block;
  width: 130px;
  height: 32px;
  background: #294198;
  text-align: center;
}
.match_venue dd img {
  width: 57.69%;
  vertical-align: -40%;
}

.match_schedule {
  justify-content: center;
}
.match_schedule .m_schedule_item {
}
.match_schedule .m_watch_list li {
  margin-top: 5px;
}
.match_schedule .m_watch_list a {
  display: inline-block;
  width: 100%;
  height: 37.5px;
}
.match_schedule .m_watch_list img {
  vertical-align: -40%;
}
.match_schedule .m_ticketbuy a {
  background: #e70012;
}
.match_schedule .m_ticketbuy img {
  height: 36%;
}
.match_schedule .m_streaming a {
  background: #000;
}
.match_schedule .m_streaming img {
  height: 34.72%;
}
.schedulebox .m_schedule_item picture {
display: block;
}

@media only screen and (min-width: 768px) {
  .g_match_info {
    background: url("https://www.volters.jp/files/user/lp/2024-25/b2_playoff2024-25/img/movie_schedule_bg.jpg") top center no-repeat;
    background-size: cover;
    padding: 110px 0 170px;
  }

  .match_presents {
    margin-bottom: 30px;
  }

  .presents_bnr {
    max-width: 205px;
    width: 205px;
  }
  .presents_bnr a {
    padding: 5px;
  }
  .presents_bnr img {
    width: 100%;
    line-height: 109px;
  }

  .presents_txt {
    max-width: 85px;
    width: 85px;
    margin: 30px auto;
  }

  .match_info .m_vs {
    width: 48px;
    margin: 0 30px;
  }
  .match_info .m_left,
  .match_info .m_right {
    width: 39.1%;
    height: 182px;
  }

  .match_venue {
    margin-bottom: 50px;
  }
  .match_venue dt {
    margin-bottom: 20px;
  }
  .match_venue dd a {
    width: 250px;
    height: 30px;
  }
  .match_venue dd img {
    width: 110px;
    vertical-align: -60%;
  }

  .match_schedule {
    column-gap: 44px;
    display: flex;
    justify-content: center;
  }

  .match_schedule .m_schedule_item {
  }
  .match_schedule .m_watch_list li {
    margin-top: 15px;
  }
  .match_schedule .m_watch_list a {
    height: 48px;
  }
  .match_schedule .m_watch_list img {
    vertical-align: -75%;
  }
  .match_schedule .m_ticketbuy img {
    height: 44%;
  }
  .match_schedule .m_streaming img {
    height: 42%;
  }
}

/* ボタンのホバー・アクティブ時の挙動 */
.tabNav li:hover::before, .tabNav li.onActive::before {
  opacity: 1;
}
.tabNav li:hover picture, .tabNav li.onActive picture {
  bottom: -100%;
}

/* 各ボタンの背景画像指定 */
.tabNav li:nth-child(1), .tabNav li:nth-child(1)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule1.png");
}
.tabNav li:nth-child(2), .tabNav li:nth-child(2)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule2.png");
}
.tabNav li:nth-child(3), .tabNav li:nth-child(3)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule3.png"); 
}

/* 3枚並びにするための横幅上書き（PC表示時） */
@media only screen and (min-width: 768px) {
  .tabNav li {
    width: 31.5% !important; /* 強制的に3カラム化 */
    margin-right: 2.7% !important;
    padding-top: 7.8% !important; /* 高さを3枚用に調整 */
  }
  .tabNav li:last-child {
    margin-right: 0 !important;
  }
}

/* --- タイムスケジュール 3カラム修正用 --- */

/* 1. 親要素を横並び（フレックスボックス）にする */
.tabNav {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important; /* 絶対に改行させない */
  padding: 0 !important;
  list-style: none !important;
}

/* 2. PCサイズ（768px以上）の調整 */
@media only screen and (min-width: 768px) {
  .tabNav li {
    width: 32% !important; /* 3枚が収まる幅 */
    margin-right: 2% !important; /* ボタン間の隙間 */
    margin-bottom: 0 !important;
    position: relative !important;
    overflow: hidden !important;
    padding-top: 10% !important; /* 高さを調整（スクショに合わせて微調整してください） */
  }

  .tabNav li:last-child {
    margin-right: 0 !important;
  }
}

/* 3. 背景画像とホバー設定（URLは2025-26版に修正） */
.tabNav li:nth-child(1), .tabNav li:nth-child(1)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule1.png") !important;
}
.tabNav li:nth-child(2), .tabNav li:nth-child(2)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule2.png") !important;
}
.tabNav li:nth-child(3), .tabNav li:nth-child(3)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule3.png") !important;
}

/* ホバー・アクティブ時に画像を変える設定 */
.tabNav li::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  opacity: 0;
  transition: opacity 0.3s !important;
}

.tabNav li:hover::before, .tabNav li.onActive::before {
  opacity: 1 !important;
}

/* 元の<img>タグが邪魔をしてる場合があるので隠す、または位置調整 */
.tabNav li picture {
  position: absolute !important;
  width: 100% !important;
  left: 0 !important;
  bottom: 0 !important;
  transition: bottom 0.3s !important;
}

.tabNav li:hover picture, .tabNav li.onActive picture {
  bottom: -100% !important; /* ホバー時に画像を下に隠す */
}

/* --- タイムスケジュール 3日間開催への強制修正 --- */

/* 1. PC：ボタンを横一列に強制的に並べる */
@media only screen and (min-width: 768px) {
  .tabNav {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important; /* 絶対に折り返さない */
  }

  .tabNav li {
    width: 31.5% !important; /* 3枚が収まる幅 */
    margin-right: 2% !important; /* ボタンの隙間 */
    margin-bottom: 0 !important;
    padding-top: 8.5% !important; /* ボタンの高さ（スクショを見て微調整） */
    height: 0 !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .tabNav li:last-child {
    margin-right: 0 !important;
  }
}

/* 2. 背景画像の設定（2025-26シーズン用） */
.tabNav li:nth-child(1), .tabNav li:nth-child(1)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule1.png") !important;
}
.tabNav li:nth-child(2), .tabNav li:nth-child(2)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule2.png") !important;
}
.tabNav li:nth-child(3), .tabNav li:nth-child(3)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule3.png") !important;
}

/* 3. ホバー（マウスを乗せた時）とアクティブ時の画像切り替え */
.tabNav li::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 0;
  transition: opacity 0.3s !important;
  /* ここにホバー時の画像を強制指定 */
}

/* DAY1~3それぞれのホバー画像を個別に指定 */
.tabNav li:nth-child(1)::before { background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule1_on.png") !important; }
.tabNav li:nth-child(2)::before { background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule2_on.png") !important; }
.tabNav li:nth-child(3)::before { background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule3_on.png") !important; }

/* ホバーした時と、選ばれている時（onActive）に表示 */
.tabNav li:hover::before, .tabNav li.onActive::before {
  opacity: 1 !important;
}

/* HTML内の<img>タグ自体は邪魔になるので消す */
.tabNav li picture {
  display: none !important;
}

/* --- タイムスケジュール：背景画像と見た目の完全修正 --- */

/* 1. PC表示：3枚並びと高さの強制調整 */
@media only screen and (min-width: 768px) {
  .tabNav {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    gap: 15px !important; /* ボタン同士の隙間 */
  }

  .tabNav li {
    width: 32% !important;
    margin: 0 !important;
    height: 0 !important;
    padding-top: 10.5% !important; /* ボタンの縦横比（お手本に合わせました） */
    position: relative !important;
    overflow: hidden !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    cursor: pointer !important;
  }
}

/* 2. 通常時の背景画像（日付入り画像） */
/* お手本の画像パスを2025-26版に想定して指定します */
.tabNav li:nth-child(1) {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule1.png") !important;
}
.tabNav li:nth-child(2) {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule2.png") !important;
}
.tabNav li:nth-child(3) {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule3.png") !important;
}

/* 3. ホバー・選択時（onActive）の背景画像（赤い背景など） */
.tabNav li::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  opacity: 0;
  transition: opacity 0.3s !important;
  z-index: 1 !important;
}

/* 各ホバー画像の指定 */
.tabNav li:nth-child(1)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule1_on.png") !important;
}
.tabNav li:nth-child(2)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule2_on.png") !important;
}
.tabNav li:nth-child(3)::before {
  background-image: url("https://www.volters.jp/files/user/lp/2025-26/2026041112/btn_schedule3_on.png") !important;
}

/* ホバーした時と選ばれている時に表示 */
.tabNav li:hover::before, .tabNav li.onActive::before {
  opacity: 1 !important;
}

/* 4. 不要な要素（HTML内の文字や画像）を隠す */
.tabNav li picture, 
.tabNav li img,
.tabNav li span {
  display: none !important;
}

.tabCon .timetable th {
    background-color: #C80012;
}

#g_schedule::before {
    padding-top: 10%;
    background-image: none;
}

.section_ttl source, .section_ttl img {
    max-height: 90px;
}