@charset "UTF-8";

@font-face {
    font-family:'LINE Seed JP_OTF';
    src: url("/files/user/fonts/LINESeedJP_OTF_Rg.woff2");
    src: url("/files/user/_/lp/lp_kansenguide-2024-25/font/LINESeedJP_OTF_Rg.woff2");
}
@font-face {
    font-family:'LINE Seed JP_OTF-bold';
    src: url("/files/user/fonts/LINESeedJP_OTF_Bd.woff2");
    src: url("/files/user/_/lp/lp_kansenguide-2024-25/font/LINESeedJP_OTF_Bd.woff2");
}

main{
	font-family:'LINE Seed JP_OTF','Bungee Regular';
}
p{
	font-family:'LINE Seed JP_OTF';
	color: #181b39;
}
a{
	text-decoration:none;
}

header {
	height: 15vh;
	width: 100vw;
	background-color:none;
	position: fixed;
	z-index: 99999;
}
header img{
	width:7.5%;
	height: auto;
	left: 20px;
	margin: auto 2%;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background-color:rgba(184,76,151,0.8);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.5em;
}

#g-nav li a:hover{
	color: #181b39;
	text-decoration: none;
	text-align: justify;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.5em;
	transition-duration:0.5s;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
	background-color: #B84C97;
	border-radius: 25px;
	border: #FFF solid 2px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #FFF;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 16px;
    left: 17px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 29px;
    left: 17px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.display-mobile{display: none!important}
.br-mobile{
	display: none;
}

/*ページトップに戻る*/
/*リンクの形状*/
.page-top-bonds a{
    justify-content: center;
    align-items: center;
    width: 7%;
    height: auto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
    z-index: 9999!important;
    position: fixed;
    right: 2%;
    bottom: 2%;
}
.page-top-bonds img{
	width: 100%;
}

/*リンクを右下に固定*/


.TOP-IMG-2024-25{
	background-image:url("/files/user/_/lp/lp_kansenguide-2024-25/img/KANSENGUIDE-TOP-202526-HD.jpg");
	background-position:center;                    
    background-size:cover;                                
    width:100%;                                           
    height:100vh;                     
}
.TOP-IMG-2024-25-TATE{
	display: none;
}
.kansen-guide-2024-25-message{
	display: block;
	text-align: center;
    margin:0 auto 0;
	width: 75%;
	height: auto;
}
.buy-a-ticket{
	display: block;
	text-align: center;
    margin:0 auto 0;
	width: 55%;
	height: auto;
	transition-duration: 0.25s;
	opacity: 1;
}
.buy-a-ticket:hover{
	opacity: 0.5;
}
.kansen-guide-2024-25-menu{
	display: flex;
    justify-content: center;
    gap: 1.6rem;
	list-style: none;
	margin:3% 0;
	width: 100vw;
}
.kansen-guide-2024-25-menu02{
	display: flex;
    justify-content: center;
    gap: 1.6rem;
	list-style: none;
	margin:3% auto;
	width: 100vw;
}
.kansen-guide-2024-25-section01{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_VISUAL-BONDSKUN-1-PC-V2.png");
	background-size: cover;
	background-position:center;         
	padding: 11% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section02{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_VISUAL-BONDSKUN-2-PC-V2.png");
	background-size: cover;
	background-position:center;         
	padding: 11% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section03{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2025-26_VISUAL-GAME1-PC.jpg.png");
	background-size: cover;
	background-position:center;         
	padding: 11% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section04{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2025-26_VISUAL-GAME2-PC.jpg.png");
	background-size: cover;
	background-position:center;         
	padding: 11% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section05{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_VISUAL-BONDSKUN-3-PC-V2.png");
	background-size: cover;
	background-position:center;         
	padding: 11% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section06{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_visual-2.png");
	background-size: cover;
	background-position:center;         
	padding: 11% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section07{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/FB-RESALE-PC.png");
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	padding: 11% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section08{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_VISUAL-FAQ-PC.jpg");
	background-size:cover;
	background-position:center;       
	background-repeat: no-repeat;
	padding: 11% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-space{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/ARENA-BG-202526-PC.jpg");
	background-size:cover;
	padding: 3% 0;
}
.kansen-guide-2024-25-space01{
	height:auto;
	margin-bottom: 5%;
	max-width: 100%;
}
.kansen-guide-2024-25-space01 h1{
	font-size: 200%;
	color: #FFf;
	font-weight: bold;
	text-align: center;
	font-family:"LINE Seed JP_OTF";
	margin: 0% 0;
	background-color: #181b39;
}
.kansen-guide-2024-25-space02{
	height:auto;
	padding-bottom: 5%;
	background-color: #b84c97;
	max-width: 100%;
}
.kansen-guide-2024-25-space02 h1{
	font-size: 200%;
	color: #b84c97;
	font-weight: bold;
	text-align: center;
	font-family:"LINE Seed JP_OTF";
	margin: 2% 0 0;
	padding: 1% 0;
	background-color: #FFFFFF;
}
.kansen-guide-2024-25-space03{
	height:auto;
	padding-bottom: 5%;
	background-color:#FFF193;
	max-width: 100%;
}
.kansen-guide-2024-25-space04{
	height:auto;
	background-color: #E6C0DA;
	background-attachment: fixed;
	background-position: center;
	max-width: 100%;
}
.kansen-guide-2024-25-space05{
	height:auto;
	padding-bottom:5%;
	background:#fff;
	background-attachment:fixed;
	background-position:center;
	max-width: 100%;
}
.kansen-guide-2024-25-space06{
	height:auto;
	padding:5% 0;
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/bg-basketball.png")repeat-y fixed center 0 #b84c97;
	max-width: 100%;
	text-align: center;
}
.kansen-guide-2024-25-space06 h1{
	margin:1% 0;
	font-size: 3em;
	font-family:'LINE Seed JP_OTF-bold';
	color: #fff;
}
.kansen-guide-2024-25-space06 h2{
	margin:0 0 1%;
	font-size: 2em;
	font-family:'LINE Seed JP_OTF';
	color: #fff;
}
.kansen-guide-2024-25-space06 h3{
	margin:5% 0 1%;
	font-size: 1em;
	font-family:'LINE Seed JP_OTF';
	color: #fff;
}
.kansen-guide-2024-25-space06 p{
	margin:0 auto 0;
	font-size: 0.8em;
	font-family:'LINE Seed JP_OTF';
	color: #fff;
	width: 80%;
}
.kansen-guide-2024-25-space07{
	height:auto;
	padding-bottom:5%;
	background:#FFF193;
	background-attachment:fixed;
	background-position:center;
	max-width: 100%;
}
.kansen-guide-2024-25-space08{
	height:auto;
	padding-bottom:5%;
	background:#FFF;
	background-attachment:scroll;
	max-width: 100%;
	background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/bg04.png")
}
.kansen-guide-2024-25-space-fuup{
	height:auto;
	padding: 5%;
	background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/kansen-guide-2024-25-fuup-white.svg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right 10% bottom -150%;
	background-color: #000;
	background-size: 50%;
	color: #fff;
	max-width: 100%;
	margin:3% 0 0;
}
#kansen-guide-2024-25-navi01,
#kansen-guide-2024-25-navi02,
#kansen-guide-2024-25-navi03,
#kansen-guide-2024-25-navi04,
#kansen-guide-2024-25-navi05,
#kansen-guide-2024-25-navi06{
border: 5px solid currentColor;
    border-radius: 0.8rem;
    height: 12em;
    width: 10em;
    background:no-repeat bottom 2.4rem center #fff;
    background-size: 1.3rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #B84c97;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	transition-duration: 0.25s;
}
#sns-x,
#sns-Instagram,
#sns-YouTube,
#sns-Facebook,
#sns-TikTok,
#sns-LINE{
    border-radius: 0.8rem;
    height: 16em;
    width: 10em;
    background:no-repeat bottom 2.4rem center #fff;
    background-size: 1.3rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #B84c97;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	transition-duration: 0.25s;
}
/*#kansen-guide-2024-25-navi01 a,
#kansen-guide-2024-25-navi02 a,
#kansen-guide-2024-25-navi03 a,
#kansen-guide-2024-25-navi04 a,
#kansen-guide-2024-25-navi05 a,
#kansen-guide-2024-25-navi06 a{
	opacity: 1;
}*/
#kansen-guide-2024-25-navi01:hover,
#kansen-guide-2024-25-navi02:hover,
#kansen-guide-2024-25-navi03:hover,
#kansen-guide-2024-25-navi04:hover,
#kansen-guide-2024-25-navi05:hover,
#kansen-guide-2024-25-navi06:hover,
#sns-x:hover,
#sns-Instagram:hover,
#sns-YouTube:hover,
#sns-Facebook:hover,
#sns-TikTok:hover,
#sns-LINE:hover{
	opacity: 0.5;
}
.fb-icon{
	width: 70%;
}
.logo-img{
	width: 100vw;
	text-align: center;
	margin:auto;
}
.logo-img img{
	width: 200px;
	height: auto;
	margin: 0 auto;
}
.speech-bubble01{
	display: block;
	text-align: center;
    margin:3% auto 0;
	width: 50%;
	height: auto;
}
.speech-bubble02{
	display: block;
	text-align: center;
    margin:3% auto 0;
	width: 50%;
	height: auto;
}
.kansen-guide-2024-25-button01 {
  background-color: #b84c97;
  border: solid 2px #181b39;
  color: #fff;
  border-radius: 20px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #181b39;
  display: inline-block;
  transition: .3s;
}
.kansen-guide-2024-25-button01:hover{
	background-color: #181b39;
	border: solid 2px #181b39;
  color: #fff;
  transform: translateY(5px);
  box-shadow: 0 0 0 #b84c97;
}
.kansen-guide-2024-25-button01-1 {
  background-color: #b84c97;
  border: solid 2px #181b39;
  color: #fff;
  border-radius: 20px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #181b39;
  display: inline-block;
  transition: .3s;
}
.kansen-guide-2024-25-button01-1:hover{
	background-color: #181b39;
	border: solid 2px #181b39;
  color: #fff;
  transform: translateY(5px);
  box-shadow: 0 0 0 #b84c97;
}
/*上記ボタンの長さ固定*/
.kansen-guide-2024-25-button02 {
 background-color: #b84c97;
  border: solid 2px #181b39;
  color: #fff;
  border-radius: 20px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #181b39;
  display: inline-block;
  transition: .3s;
	width: 100%;
}
.kansen-guide-2024-25-button02:hover {
  background-color:#181b39;
	border: solid 2px#181b39;
  color: #fff;
  transform: translateY(5px);
  box-shadow: 0 0 0 #b84c97;
}
/*上記ボタンの色ネイビー*/
.kansen-guide-2024-25-button03 {
 background-color: #181b39;
border: solid 2px #B84c97;
  color: #fff;
  border-radius: 20px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #B84c97;
  display: inline-block;
  transition: .3s;
}
.kansen-guide-2024-25-button03:hover {
  color: #b84c97;
  transform: translateY(5px);
  box-shadow: 0 0 0 #181b39;
}
/*FUUP専用ボタン*/
.kansen-guide-2024-25-button-fuup {
  background-color: #000;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
	transition: .3s;
	margin: 10% auto;
}
.kansen-guide-2024-25-button-fuup:hover {
  color: #000;
	background-color: #fff;
	border: solid 2px #000;
  box-shadow: 0 0 0 #181b39;
}
/*選手・レイグリスライダー専用ボタン*/
.kansen-guide-2024-25-button-roster {
  background-color: #b84c97;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.2em;
  display: inline-block;
	transition: .3s;
	margin: 1% auto 6%;
	width: 15%;
}
.kansen-guide-2024-25-button-roster:hover {
  color: #b84c97;
	background-color: #fff;
	border: solid 2px #fff;
  box-shadow: 0 0 0 #181b39;
}
.kansen-guide-2024-25-button-bonds {
  background-color: #b84c97;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
	transition: .3s;
	margin:3% auto 6%;
	width: 85%;
	z-index:999!important;
}
.kansen-guide-2024-25-button-bonds:hover {
  color: #b84c97;
	background-color: #fff;
	border: solid 2px #fff;
  box-shadow: 0 0 0 #181b39;
}
.kansen-guide-2024-25-button-bonds02 {
  background-color: #b84c97;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.2em;
  display: inline-block;
	transition: .3s;
	margin: 5% auto 6%;
	width: 15%;
	z-index:999!important;
}
.kansen-guide-2024-25-button-bonds02:hover {
  color: #b84c97;
	background-color: #fff;
	border: solid 2px #fff;
  box-shadow: 0 0 0 #181b39;
}
.kansen-guide-2024-25-speech-bubble{
	position: relative;
	margin: 0 auto;
    padding: 3% 3%;
    background-color: #fff;
    border: solid 10px #dcdcdc;
	outline: solid 5px #181b39;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
	width: 85%;
	height: auto;
}
.kansen-guide-2024-25-speech-bubble01{
	position: relative;
	margin: 0 auto;
    padding: 3% 3%;
    background-color: #fff;
    border: solid 10px #dcdcdc;
	outline: solid 5px #181b39;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
	width: 85%;
	height: auto;
}
.kansen-guide-2024-25-speech-bubble02{
	position: relative;
	margin:3% auto 3%;
    padding: 3% 1%;
    background-color: #181b39;
    border: solid 10px #b84c97;
	outline: solid 5px #dcdcdc;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
	width: 85%;
	height: 100%;
	gap: 3rem;
}
.kansen-guide-2024-25-speech-bubble02 img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.kansen-guide-2024-25-speech-bubble03{
	position: relative;
	margin:5% auto 3%;
    padding: 3% 1%;
    background-color: #b84c97;
    border: solid 10px #dcdcdc;
	outline: solid 5px #181b39;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
	width: 85%;
	height: auto;
	gap: 3rem;
	color: #FFF;
}
.kansen-guide-2024-25-speech-bubble04{
	position: relative;
	margin:0 auto 3%;
    padding:3% 1%;
    background-color: #ffffff;
    border: solid 10px #B84c97;
	outline: solid 5px #181b39;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
	width: 85%;
	height: auto;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04 p{
	margin:3% auto 0%;
}
.kansen-guide-2024-25-speech-bubble04-1{
	position: relative;
	margin:0 auto 3%;
    padding:3% 2%;
    background-color: #ffffff;
    border: solid 10px #B84c97;
	outline: solid 5px #181b39;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
	width: 85%;
	height: auto;
	gap: 2rem;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-1 p{
	margin:3% auto 0%;
}
.kansen-guide-2024-25-speech-bubble-fuup{
	position: relative;
	margin:5% auto 3%;
    padding: 3% 2%;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
	width: 85%;
	height: auto;
	gap: 3rem;
}
.kansen-guide-2024-25-speech-bubble04-2{
	position: relative;
	margin:0 auto 3%;
    padding:3% 2%;
    background-color: #ffffff;
    border: solid 10px #B84c97;
	outline: solid 5px #181b39;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
	width: 85%;
	height: auto;
	gap: 3rem;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-2 p{
	margin:3% auto 0%;
}
.kansen-guide-2024-25-speech-bubble04-3{
	position: relative;
	margin:0 auto 3%;
    padding:3% 1%;
    background-color: #ffffff;
    border: solid 10px #B84c97;
	outline: solid 5px #181b39;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
	width: 85%;
	height: auto;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-3 p{
	margin:3% auto 0%;
}
.kansen-guide-2024-25-speech-bubble04-4{
	position: relative;
	margin:0 auto 3%;
    padding:3% 2% 2%;
    background-color: #ffffff;
    border: solid 10px #B84c97;
	outline: solid 5px #181b39;
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
	width: 85%;
	height: auto;
	gap: 2rem;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-4 p{
	margin:3% auto 0%;
}
.kansen-guide-2024-25-speech-bubble-none{
	position: relative;
	margin:5% auto 3%;
    padding:1% 1%;
    border-radius: 32px;
    justify-content: space-between;
	height: auto;
	gap: 2rem;
	width: 80%;
	text-align: center;
	display: block;
}
.kansen-guide-2024-25-speech-bubble-none02{
	position: relative;
	margin:5% auto 3%;
    padding:1% 1%;
    border-radius: 32px;
    justify-content: space-between;
	height: auto;
	gap: 2rem;
	width: 80%;
	text-align: center;
	display:block;
}
.bondskun-layout{
	display: block;
	width: 80%;
}
.kansen-guide-2024-25-contents-bonds-kun{
    width: 100%;
    display: flex;
    margin: -15% auto 0;
}
.kansen-guide-2024-25-contents-bonds-kun img{
}
.bonds-kun-visual{
	width:45%;
	height: auto;
	margin:auto auto auto -10%;
	border:none;
}
.kansen-guide-2024-25-contents1{
	width: 47.5%;
	margin: 0 1%
}
.kansen-guide-2024-25-contents1 img{
	width: 100%;
	margin:auto;
}
.kansen-guide-2024-25-contents1-1{
	width: 45%;
	margin: 0 1%
}
.kansen-guide-2024-25-contents1-1 img{
	width: 100%;
	margin:auto;
}
.kansen-guide-2024-25-contents2{
	width: 50%;
	margin:auto;
}
.kansen-guide-2024-25-contents2 p{
	font-family: 'LINE Seed JP_OTF';
	font-size:  0.9em;
	line-height: 1.5em;
	text-align: justify;
}
.kansen-guide-2024-25-contents2 h1{
	font-family:'LINE Seed JP_OTF-bold';
	font-size:  1.5em;
	line-height: normal;
	margin-bottom: 2%;
	color: #b84c97;
}
.kansen-guide-2024-25-contents2-2{
	width: 45%;
	margin:auto;
}
.kansen-guide-2024-25-contents2-2 p{
	font-family: 'LINE Seed JP_OTF';
	font-size:  0.9em;
	line-height: 1.5em;
	text-align: justify;
}
.kansen-guide-2024-25-contents2-2 h1{
	font-family:'LINE Seed JP_OTF-bold';
	font-size:1.5em;
	line-height: normal;
	margin-bottom: 2%;
	color: #b84c97;
}
.kansen-guide-2024-25-contents3{
	width: 45%;
	margin:auto;
}
.kansen-guide-2024-25-contents3 img{
	width: 100%;
	margin: auto;
}
.kansen-guide-2024-25-contents4{
	width: 50%;
	margin:20px 0;
}
.kansen-guide-2024-25-contents4 p{
	font-family:'LINE Seed JP_OTF';
	font-size:  1em;
	line-height: normal;
	text-align: justify;
}
.kansen-guide-2024-25-contents5{
	width: 50%;
	margin:20px 0;
	text-align: center;
}
.kansen-guide-2024-25-contents5 p{
	font-family:'LINE Seed JP_OTF';
	font-size:  1em;
	line-height: normal;
	text-align: justify;
}
.kansen-guide-2024-25-contents5 h1{
	font-family:'LINE Seed JP_OTF-bold';
	font-size:1.5em;
}
.kansen-guide-2024-25-contents6 p{
    color: #fff;
    font-family:'LINE Seed JP_OTF';
    font-size: 1em;
    margin: -7% auto 0%;
    width: 80%;
    text-align: justify;
}
.kansen-guide-2024-25-contents6 img{
	width: 40%;
	height: auto;
	margin:20px auto;
	text-align: center;
}
.kansen-guide-2024-25-contents6-1 p{
    color: #fff;
    font-family:'LINE Seed JP_OTF';
    font-size: 1em;
    margin: 5% auto 0%;
    width: 80%;
    text-align: justify;
}
.kansen-guide-2024-25-contents6 img{
	width: 40%;
	height: auto;
	margin:20px auto;
	text-align: center;
}
.kansen-guide-2024-25-contents-fuup{
	width: 100%;
	margin:20px auto;
	text-align: center;
}
.kansen-guide-2024-25-contents-fuup p{
	font-family: 'LINE Seed JP_OTF';
	font-size:  1.4em;
	line-height: normal;
	color: #fff;
}
.kansen-guide-2024-25-contents-fuup-1{
	width: 50%;
	margin: 0 1%;
}
.kansen-guide-2024-25-contents-fuup-1 img{
	width: 100%;
}
.kansen-guide-2024-25-contents-fuup-2{
	width: 50%;
	margin:auto;
}
.kansen-guide-2024-25-contents-fuup-2 p{
	font-family: 'LINE Seed JP_OTF';
	font-size:  1em;
	line-height: 1.5em;
	color: #fff;
}
/*2024-25シーズン観戦ガイド-試合会場タブメニュー*/
.tabs {
    width: 85%;
    margin: 0 auto;
}
.tab-buttons {
    display: flex;
    background-color: #181B39;
}
.tab-button {
    flex: 1;
    padding:1%;
    border: none;
    background: #181b39;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid transparent;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}
.tab-button.active {
    background: #fff;
    border-bottom: 2px solid #b84c97;
	color: #181b39;
	border: 3px solid #181b39;
	font-weight: bold;
}
.tab-button:hover{
	color: rgba(255,255,255,0.50);
}
.tab-button.active:hover{
   color:rgba(24,27,57,0.50);
}
.tab-contents {
    border: 5px solid #ddd;
    background: #fff;
	outline: #181b39 solid 3px;
}
.tab-content {
    display: none;
	 padding:0% 0 0%;
}
.tab-content.active {
    display: flex;
	padding:0% 0 0%;
}
.gameday-midashi h1{
    font-size: 200%;
    color: #fff;
    text-align: center;
    font-family: 'LINE Seed JP_OTF-bold';
    margin: 3% auto;
    padding: 1% 0;
    background-color: #181b39;
}

.during-a-game-midashi h1{
    font-size: 200%;
    color: #fff;
    text-align: center;
    font-family: 'LINE Seed JP_OTF';
    margin: 3% auto;
    padding: 1% 0;
    background-color: #b84c97;
}
.others-midashi{
	  margin:5% 0;
}
.others-midashi h1{
    font-size: 200%;
    color: #b84c97;
    text-align: center;
    font-family: 'LINE Seed JP_OTF';
    padding: 1% 0;
    background-color: #FFF;
	margin: 3% auto;
}


.container {
    width: 90%;
    margin: 20px auto;
}

.purple-table {
    width: 100%;
    border-collapse: collapse;
}

.purple-table td {
    border: 1px solid #B84c97; /* 紫色の境界線 */
    padding: 15px;
    text-align: left;
}

.purple-table .header {
    background-color: #B84c97; /* 背景色を紫色に設定 */
    color: #fff; /* 文字色を白色に設定 */
    font-weight: bold; /* 太字に設定 */
	width: 15%;
	font-size: 1em;
	text-align: justify;
}

.purple-table .value {
    background-color: #fff; /* 背景色を白色に設定 */
    color: #181B39; /* 文字色をネイビーに */
	line-height: 1.5em;
	font-size: 1em;
	text-align: justify;
}
.Google-map{
	margin:5% auto;
	text-align: center;
	border: 5px solid #b84c97;
	font-size: 1em;
}
.kansen-guide-2024-25-parking{
	margin: auto;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-gap: 3em;
	 justify-content: center; /* 水平中央に配置 */
    align-items: center; /* 垂直中央に配置 */
}
.kansen-guide-2024-25-parking li{
	height: 350px;
}
.kansen-guide-2024-25-parking p {
    font-size: 1em;
    line-height: 1.5em;
}
.kansen-guide-2024-25-parking img{
	width: 100%;
	height: auto;
	border: 3px solid #181b39;
}
.kansen-guide-2024-25-food{
	margin: auto;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-gap: 3em 3em;
	 justify-content: center; /* 水平中央に配置 */
    align-items: center; /* 垂直中央に配置 */
}
.kansen-guide-2024-25-food li{
	height: 350px;
}
.kansen-guide-2024-25-food p {
    font-size: 1em;
    line-height: 1.5em;
}
.kansen-guide-2024-25-food img{
	width: 100%;
	height: auto;
	border: 3px solid #181b39;
}

.kansen-guide-2024-25-event{
	margin: auto;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-gap:3em;
	 justify-content: center; /* 水平中央に配置 */
    align-items: center; /* 垂直中央に配置 */
	width: 90%;
}
.kansen-guide-2024-25-event h1{
	margin: 2% auto;
	color: #b84c97;
	font-weight: bold;
	line-height: 1.5em;
	font-size: 1.1em;
}
.kansen-guide-2024-25-event p{
	line-height: 1em;
	font-size: 1em;
}
.kansen-guide-2024-25-event img{
	width: 100%;
	height: auto;
}
.kansen-guide-2024-25-ticket-column{
	position: relative;
	margin:0% auto 3%;
    padding: 3% 1%;
	border-bottom: 3px solid #181b39;
	border-top: 3px solid #181b39;
	background-color:#fff;
    display: flex;
    justify-content: space-between;
	width: 100%;
	height: auto;
	gap: 3rem;
}
.kansen-guide-2024-25-ticket-button-grid{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap:1em;
	 justify-content: center; /* 水平中央に配置 */
    align-items: center; /* 垂直中央に配置 */
}
.kansen-guide-2024-25-ticket-button-grid02{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	grid-gap:1em;
	 justify-content: center; /* 水平中央に配置 */
    align-items: center; /* 垂直中央に配置 */
}
.gameday {
    display: block;
    text-align: center;
    margin: 0% auto 0;
	padding-top: 3%;
    width:100%;
}
.kansen-guide-2024-25-gameday-mokuji-body{
	position: relative;
	margin:0% auto 3%;
    padding: 3% 1%;
	border-bottom: 3px solid #181b39;
	border-top: 3px solid #181b39;
	background-color:#fff;
	 /*grid-template-columns: repeat(4, 1fr);
	grid-gap:1em;
	justify-content: center;
    align-items: center;
	width: 100%;
	height: auto;*/
}
.kansen-guide-2024-25-gameday-mokuji{
	list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.kansen-guide-2024-25-gameday-mokuji a{
    background-color: #B84C97;
    color: #ffffff !important;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 14px 0;
	border-radius: 10px;
	border: 3px solid #181b39;
}
.kansen-guide-2024-25-gameday-mokuji a:hover{
    background-color: #181b39;
    color: #ffffff !important;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 14px 0;
	transition-duration: 0.35s;
	border-radius: 10px;
	border: 3px solid #181b39;
}
.kansen-guide-2024-25-gameday-mokuji-li{
	text-align: center;
}
.gameschedule{
	width: 100%;
	height: auto;
}

/*メイン画像下に余白をつける*/

.gallery{
    margin: -7% auto -28%;
    max-width: 80%;
    height: 1200px;
}

.gallery li{
list-style:none;
text-align: center;
border-radius: 25px;
margin:-200px -210px -100px;
	max-width: 900px;
	height: 1200px;
}

.gallery li img{
width:auto;
	height: 60%;
	margin: 0 auto;
}

.gallery li p{
	margin: 3%;
	max-width: 100%;
	color: #fff;
	font-size:1.75em;
	text-align: justify!important;
	font-family: "LINE Seed JP_OTF";
}

.gallery li h1{
	text-align: center;
	color: #fff;
	margin: 3% auto;
	font-size: 3em;
	font-family: "LINE Seed JP_OTF-bold"
}

.gallery .slick-slide {
	transform: scale(0.45);/*左右の画像のサイズを80%に*/
	transition: all .1s;/*拡大や透過のアニメーションを1秒で行う*/
	background-color: #181b39;
	border-radius: 25px;
	top: 50px;
}

.gallery .slick-slide img{
	opacity: 0.5;/*透過50%*/
}

.gallery .slick-slide.slick-center{
	transform: scale(0.5);/*中央の画像のサイズだけ等倍に*/
	background-color: #b84c97;
	border-radius: 25px;
}

.gallery .slick-slide.slick-center img{
	opacity: 1;/*透過なし*/
}
.gallery-roster{
	margin:5% auto auto;
	width: 80%;
}
.gallery-roster li{
list-style:none;
text-align: center;
margin:0.05% 5px;
max-width: 100%;
height: 50%;
width: auto;
}
.gallery-roster li img{
height:435px;
width: auto;
}
.gallery-roster li p{
	margin: 3%;
	max-width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 1.15em;
}
.gallery-raigrl{
	margin:5% auto auto;
	width: 80%;
}
.gallery-raigrl li{
 list-style:none;
text-align: center;
margin:0.05% 5px;
max-width: 100%;
height: 50%;
width: auto;
}
.gallery-raigrl li img{
height:335px;
width: auto;
}
.gallery-raigrl li p{
	margin: 3%;
	max-width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 1.15em;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 999;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    /*outline: 5px solid #181b39;*/
    border-top: 10px solid #b84c97;/*矢印の色*/
    border-right: 10px solid #b84c97;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:-3.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:-3.5%;
    transform: rotate(45deg);
}

.slick-prev02, 
.slick-next02 {
    position: absolute;/*絶対配置にする*/
	z-index: 999;
    top: 45%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    /*outline: 5px solid #181b39;*/
    border-top: 2px solid #b84c97;/*矢印の色*/
    border-right: 2px solid #b84c97;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev02 {/*戻る矢印の位置と形状*/
    left:-2.5%;
    transform: rotate(-135deg);
}

.slick-next02 {/*次へ矢印の位置と形状*/
    right:-2.5%;
    transform: rotate(45deg);
}

.slick-prev03, 
.slick-next03 {
    position: absolute;/*絶対配置にする*/
	z-index: 999;
    top: 40%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    /*outline: 5px solid #181b39;*/
    border-top: 5px solid #181b39;/*矢印の色*/
    border-right: 5px solid #181b39;/*矢印の色*/
    height: 30px;
    width: 30px;
}

.slick-prev03 {/*戻る矢印の位置と形状*/
    left:-2.5%;
    transform: rotate(-135deg);
}

.slick-next03 {/*次へ矢印の位置と形状*/
    right:-2.5%;
    transform: rotate(45deg);
}

.slick-prev04, 
.slick-next04 {
    position: absolute;/*絶対配置にする*/
	z-index: 999;
    top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    /*outline: 5px solid #181b39;*/
    border-top: 5px solid #181b39;/*矢印の色*/
    border-right: 5px solid #181b39;/*矢印の色*/
    height: 30px;
    width: 30px;
}

.slick-prev04 {/*戻る矢印の位置と形状*/
    left:5.5%;
    transform: rotate(-135deg);
}

.slick-next04 {/*次へ矢印の位置と形状*/
    right:5.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots2024-25 {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots2024-25 li {
    display:inline-block;
	margin:0 5px;
	list-style: none;
}

.slick-dots2024-25 button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#181b39;/*ドットボタンの色*/
}

.slick-dots2024-25 .slick-active button{
    background:#b84c97;/*ドットボタンの現在地表示の色*/
}

/*選択するサムネイル画像の設定*/

.choice-btn{
	margin:0 auto -14%;
	text-align: center;
	z-index: 999!important;
	max-width: 90%;
}

.choice-btn li{
	cursor: pointer;
    outline: none;
    width: 100px;
    height: auto;
}

.choice-btn li img{
	width: 120%;
	margin: auto;
	background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/schedule-thumbnail-N.png");
	background-position: center;
	background-attachment: local;
	background-repeat: no-repeat;
	background-size: 120%;
}

.choice-btn li.slick-current img{
	width: 110%;
	margin: auto;
	background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/schedule-thumbnail-P.png");
	background-position: center;
	background-attachment: local;
	background-repeat: no-repeat;
	background-size: 120%;
}

.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:90%;
    margin:0 auto;
}

.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

.slider-BONDSKUN {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:50%;
	/*height: 100%;*/
    margin:10% auto;
}

.slider-BONDSKUN img {
    width:80%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	padding:1% 1%;
	margin:10% auto;
	border:#fff solid 2px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider-BONDSKUN .slick-slide {
    margin:0 auto;
}

.accordion-area-2024-25-kansen{
    list-style: none;
    width: 96%;
    max-width: 60%;
    margin:5% auto;
}

.accordion-area-2024-25-kansen li{
    margin: 10px 0;
	background: #b84c97;
}

.accordion-area-2024-25-kansen section {
	border: 1px solid #fff;
}

.accordion-area-2024-25-kansen-white{
    list-style: none;
    width: 96%;
    max-width: 60%;
    margin:5% auto;
}

.accordion-area-2024-25-kansen-white li{
    margin: 10px 0;
	background: white;
}

.accordion-area-2024-25-kansen-white section {
	border: 1px solid #b84c97;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1em;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	color: #fff;
	font-family: 'LINE Seed JP_OTF';
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

.title-white {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1em;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	color: #b84c97;
	font-family: 'LINE Seed JP_OTF';
	margin:0;
}
.fb-q{
	width: 7%;
	height: auto;
	line-height:none;
	margin:0% 3% -1% 0%
}
.title-white::before,
.title-white::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color:#b84c97;
    
}
.title-white::before{
    top:48%;
    right: 25px;
    transform: rotate(0deg);
    
}
.title-white::after{    
    top:48%;
    right: 25px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title-white.close::before{
	transform: rotate(45deg);
}

.title-white.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #FFF;
	margin:0;
	padding: 3%;
	border: 1px solid #b84c97;
	color: #181b39;
}
.box p{
	margin:3% 0;
}
.box h1{
	border-bottom: 1px solid #b84c97;
	color: #b84c97;
}
.box img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.box-white {
    display: none;/*はじめは非表示*/
    background: #FFF;
	margin:0;
	padding:0% 8% 3%;
	color: #181b39;
	font-size: 1.2rem;
}
.footer-text{
	margin: 1% auto;
	color: #FFF;
	font-size:1em;
	text-align:center;
	width: 85%;
}
.sns-list{
    display: flex;
    width: 45vw;
    margin: 0% auto;
}
.sns-list li{
	width: 100px;
	margin:1% 5%;
}
.sns-list img{
	width: 100%;
	height: auto;
}
.parking-subheading{
	margin:0 auto 3%;
	color: #fff;
	text-align: center;
	width: 80%;
}
.parking-subheading h2{
	font-size: 2.4em;
	font-weight: bold;
	margin:0 0 1%;
	color: #fff;
	text-align: center;
	border-bottom: #fff solid 2px;
}
.parking-subheading p{
	font-size: 1.45em;
	color: #fff;
	text-align: center;
}
.food-subheading{
	margin:0 auto 3%;
	color: #181B39;
	text-align: center;
	width: 80%;
}
.food-subheading h2{
	font-size: 2.4em;
	font-weight: bold;
	margin:0 0 1%;
	color: #181B39;
	text-align: center;
	border-bottom: #181b39 solid 2px;
}
.food-subheading p{
	font-size: 1.45em;
	color: #181B39;
	text-align: center;
}
.bonds-playland{
	background-attachment:scroll;
	max-width: 100%;
	background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/bg-main.jpg");
	padding: 3% 0;
}
.bonds-team{
	display:block;
}
.bonds-team-01{
	display:block;
	text-align: center;
}
.bonds-team-01 img{
	width: 100%;
}

.bonds-team-02{
	display: flex;
}
.bonds-team-03{
	display: block;
}
.basketball-rules{
	margin:0 auto;	
	width: 50%;
	display: block;
}
.basketball-rules img{
	height: auto;
	margin: 0 auto;	
	width:100%;
}
.basketball-rules p{
font-size: 1.25em;
color: #b84c97;
	text-align: center;
}
.bondskun-layout{
	display: block;
}
.bonds-playland-midashi{
	width: 55%
}

/*.homegame-schedule{

}*/


@media (max-width: 1034px) {
.TOP-IMG-2024-25{
    background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_kansennguide_visual_HD.jpg");
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 50vh;
    background-repeat: no-repeat;                
}
#sns-x,
#sns-Instagram,
#sns-YouTube,
#sns-Facebook,
#sns-TikTok,
#sns-LINE{
    width: 8em;
}

@media (max-width: 750px) {
	.br-mobile{
		display: block;
	}
	.display-pc{
		display: none;
	}
	.display-mobile{
		display: block!important;
	}
	
.page-top-bonds a {
    justify-content: center;
    align-items: center;
    width: 20%;
    height: auto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
    z-index: 9999!important;
    position: fixed;
    right: 2%;
    bottom: 2%;
}
	
	.TOP-IMG-2024-25{
	background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/kansen-guide-2024-25-background.jpg");
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
	z-index: 1;
	height: auto;
}
	.TOP-IMG-2024-25-TATE{
	display: flex;
    justify-content: center; /* 水平中央に配置 */
    align-items: center; /* 垂直中央に配置 */
    height:auto; /* ビューポートの高さ全体を使用 */
    margin: 0; /* デフォルトのマージンをリセット */
	}
	.TOP-IMG-2024-25-TATE img{
	max-width: 100%; /* 画像がコンテナを超えないようにする */
    height: auto; /* 画像のアスペクト比を維持 */
}
	.kansen-guide-2024-25-message{
	width: 95%;
}
	.buy-a-ticket{
	width: 85%!important;
		margin: 0 auto 10%;
}
	.Google-map {
    margin:10% auto;
    text-align: center;
    border: 5px solid #b84c97;
    max-width: 90%;
	font-size: 0.85em;
}
	.kansen-guide-2024-25-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 0.6rem;
    list-style: none;
    margin: 6% auto;
    width: 80%;
}
	.kansen-guide-2024-25-menu02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 0.5rem;
    list-style: none;
    margin: 6% auto;
    width: 80vw;
}
.kansen-guide-2024-25-section01{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_VISUAL-BONDSKUN-1-MOBILE-V2.png");
	background-size: cover;
	background-position:center;         
	padding: 15% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section02{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_VISUAL-BONDSKUN-2-MOBILE-V2.png");
	background-size: cover;
	background-position:center;         
	padding: 15% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section03{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2025-26_VISUAL-GAME1-MOBILE.jpg.png");
	background-size: cover;
	background-position:center;         
	padding: 15% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section04{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2025-26_VISUAL-GAME2-MOBILE.jpg.png");
	background-size: cover;
	background-position:center;         
	padding: 15% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section05{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_VISUAL-BONDSKUN-3-MOBILE-V2.png");
	background-size: cover;
	background-position:center;         
	padding: 15% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section06{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_visual-2.jpg");
	background-size: cover;
	background-position:center;         
	padding: 15% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section07{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/FB-RESALE-MOBILE.png");
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	padding: 15% 0;
	margin: 0 0 5%;
}
.kansen-guide-2024-25-section08{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/2024-25_VISUAL-FAQ-MOBILE.jpg");
	background-size:cover;
	background-position:center;       
	background-repeat: no-repeat;
	padding: 15% 0;
	margin: 0 0 5%;
}
	.kansen-guide-2024-25-space{
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/ARENA-BG-202526-SP.jpg");
	background-size:cover;
	padding:10% 0;
}
.kansen-guide-2024-25-space01 h1{
	font-size: 120%;
	color: #FFf;
	font-weight: bold;
	text-align: center;
	font-family:'LINE Seed JP_OTF';
	padding: 2% 0;
	background-color: #181b39;
}
.kansen-guide-2024-25-space01{
	max-width: 100%;
	height:auto;
	margin-bottom: 5%;
}
.kansen-guide-2024-25-space02{
		max-width: 100%;
	}
.kansen-guide-2024-25-space02 h1 {
    font-size: 130%;
    padding: 3% 0;
    margin: 5% 0;
}
.kansen-guide-2024-25-space06{
	height:auto;
	padding:5% 0;
	background-attachment:fixed;
	background-position:center;
	background: url("/files/user/_/lp/lp_kansenguide-2024-25/img/bg-basketball.png")repeat-y fixed center 0 #b84c97;
	max-width: 100%;
	text-align: center;
		background-size: contain;
}
.kansen-guide-2024-25-space06 h1{
	margin:3% 0;
	font-size: 1.5em;
	font-family:'LINE Seed JP_OTF-bold';
	color: #fff;
}
.kansen-guide-2024-25-space06 h2{
	margin:0 auto 2%;
	font-size: 1em;
	font-family:'LINE Seed JP_OTF';
	color: #fff;
	max-width: 85%;
}
.kansen-guide-2024-25-space06 h3{
	margin:15% auto 2%;
	font-size: 0.85em;
	font-family:'LINE Seed JP_OTF';
	color: #fff;
}
.kansen-guide-2024-25-space06 p{
	margin:3% 0;
	font-size: 0.8em;
	font-family:'LINE Seed JP_OTF';
	color: #fff;
	width: 80%;
	margin: 0 auto;
}
.kansen-guide-2024-25-space08 {
    height: auto;
    padding-bottom: 5%;
    background: #FFF;
    background-attachment: scroll;
    max-width: 100%;
    background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/bg04.png");
	background-size: contain;
}
#kansen-guide-2024-25-navi01,
#kansen-guide-2024-25-navi02,
#kansen-guide-2024-25-navi03,
#kansen-guide-2024-25-navi04,
#kansen-guide-2024-25-navi05,
#kansen-guide-2024-25-navi06{
	margin: auto;
	 width: 11.7em;
	font-size: 0.8em;
}
#sns-x,
#sns-Instagram,
#sns-YouTube,
#sns-Facebook,
#sns-TikTok,
#sns-LINE{margin:auto;
        width: 8.6em;
        font-size: 0.8em;
        height: 16em;
}
.kansen-guide-2024-25-speech-bubble{
	position: relative;
	margin: 0 auto;
    padding: 1% 1%;
    background-color: #fff;
    border: solid 5px #dcdcdc;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display: block;
    justify-content: space-between;
	width: 90%;
	height:60%;
	gap: 3rem;
}
.kansen-guide-2024-25-speech-bubble01{
	position: relative;
	margin: 0 auto;
    padding: 1% 1%;
    background-color: #fff;
    border: solid 5px #dcdcdc;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display: block;
    justify-content: space-between;
	width: 90%;
	height:auto;
	gap: 3rem;
}
.kansen-guide-2024-25-speech-bubble01 a{
	font-size: 0.75em;
}
.kansen-guide-2024-25-speech-bubble01 p{
	font-size: 0.75em;
}
.kansen-guide-2024-25-speech-bubble02{
	position: relative;
	margin:5% auto;
    padding: 3% 1%;
    background-color: #181b39;
    border: solid 3px #b84c97;
	outline: solid 3px #dcdcdc;
   border-radius: 25px;
    display: block;
    justify-content: space-between;
	width: 90%;
	height:auto;
	gap: 3rem;
}
.kansen-guide-2024-25-speech-bubble02 img{
    width:100%;
    height:auto;
    margin:auto;
}
.kansen-guide-2024-25-speech-bubble03{
	position: relative;
	margin:5% auto 3%;
    padding: 3% 1%;
    background-color: #b84c97;
    border: solid 5px #dcdcdc;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display:block;
    justify-content: space-between;
	width: 90%;
	height: auto;
	gap: 3rem;
	color: #FFF;
}
.kansen-guide-2024-25-speech-bubble04{
    position: relative;
    margin:5% auto 5%;
    padding: 10% 1%;
    background-color: #ffffff;
    border: solid 7px #B84c97;
    outline: solid 3px #181b39;
    border-radius: 32px;
    display: block;
    justify-content: space-between;
    width: 90%;
    height: auto;
    color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04 p{
	margin:0 auto 0%;
	font-size: 0.75em;
}
.kansen-guide-2024-25-speech-bubble04-1{
	position: relative;
	margin:5% auto 5%;
    padding: 1% 1%;
    background-color: #ffffff;
    border: solid 5px #B84c97;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display:block;
    justify-content: space-between;
	width: 90%;
	height:auto;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-1 p{
	margin:3% 3% 0%;
	font-size:0.75em;
}
.kansen-guide-2024-25-speech-bubble04-2{
	position: relative;
	margin:5% auto 5%;
    padding:3% 1%;
    background-color: #ffffff;
    border: solid 5px #B84c97;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display: block;
    justify-content: space-between;
	width: 90%;
	height:60%;
	gap: 3rem;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-2 p{
	margin:3% auto 0%;
	font-size: 0.75em;
}
.kansen-guide-2024-25-speech-bubble04-3{
	position: relative;
	margin:5% auto 5%;
    padding:3% 1%;
    background-color: #ffffff;
    border: solid 7px #B84c97;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display: block;
    justify-content: space-between;
	width: 90%;
	height:auto;
	gap: 3rem;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-3 p{
	margin:3% auto 0%;
	font-size: 0.75em;
}
	.kansen-guide-2024-25-speech-bubble04-3{
	position: relative;
	margin:5% auto 5%;
    padding:3% 1%;
    background-color: #ffffff;
    border: solid 5px #B84c97;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display: block;
    justify-content: space-between;
	width: 90%;
	height:80%;
	gap: 3rem;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-3 p{
	margin:3% auto 0%;
	font-size: 0.75em;
}
.kansen-guide-2024-25-speech-bubble04-4{
	position: relative;
	margin:5% auto 5%;
    padding:1% 1% 3%;
    background-color: #ffffff;
    border: solid 5px #B84c97;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display:block;
    justify-content: space-between;
	width: 90%;
	height:auto;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-4 p{
	margin:3% 3% 0%;
	font-size:0.75em;
}
.kansen-guide-2024-25-speech-bubble-fuup{
	position: relative;
	margin:5% auto 3%;
    padding: 3% 1%;
    border-radius: 32px;
    display:block;
    justify-content: space-between;
	width: 90%;
	height:60%;
	gap: 3rem;
}
.kansen-guide-2024-25-space-fuup{
	height:auto;
	padding: 5%;
	background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/kansen-guide-2024-25-fuup-white.svg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right 10% bottom -50%;
	background-color: #000;
	background-size: 150%;
	color: #fff;
	max-width: 100%;
	margin:3% 0 0;
}
.kansen-guide-2024-25-contents-fuup p{
	font-family: 'LINE Seed JP_OTF';
	font-size:0.75em;
	line-height: normal;
	width: 85%;
	margin: auto;
}
.kansen-guide-2024-25-contents1{
	width: 90%;
	margin: 0 auto;
	height: 15%;
}
.kansen-guide-2024-25-contents1 img{
	margin:5% auto 0;
}
.kansen-guide-2024-25-contents1 p{
	margin: 8% auto;
}
.kansen-guide-2024-25-contents2{
	width: 90%;
	margin:5% auto;
}
.kansen-guide-2024-25-contents1-1{
	width: 90%;
	margin: 0 auto;
	height: 30%;
}
.kansen-guide-2024-25-contents1-1 img{
	margin:5% auto 0;
}
.kansen-guide-2024-25-contents1-1 p{
	margin: 8% auto;
}
.kansen-guide-2024-25-contents2{
	width: 90%;
	margin:5% auto;
}
.kansen-guide-2024-25-contents2 p{
    font-family: 'LINE Seed JP_OTF';
    font-size: 0.75em;
    line-height: normal;
    margin: 0% auto 0;
}
.kansen-guide-2024-25-contents2 h1 {
    font-family: 'LINE Seed JP_OTF-bold';
    font-size: 1em;
    line-height: normal;
    margin: 10% auto 2%;
    color: #b84c97;
}
.kansen-guide-2024-25-contents2-2{
	width: 90%;
	margin:5% auto;
}
.kansen-guide-2024-25-contents2-2 p{
    font-family: 'LINE Seed JP_OTF';
    font-size: 0.75em;
    line-height: normal;
    margin: 15% auto 0;
}
.kansen-guide-2024-25-contents2-2 h1 {
    font-family: 'LINE Seed JP_OTF-bold';
    font-size: 1.2em;
    line-height: normal;
    margin: 10% auto 2%;
    color: #b84c97;
}
.kansen-guide-2024-25-contents3{
	width: 100%;
	margin:auto;
	height: 25%;
}
.kansen-guide-2024-25-contents3 img{
	width: 90%;
	margin: auto;
}
.kansen-guide-2024-25-contents4{
	width: 100%;
	margin:auto;
	height: 25%;
}
.kansen-guide-2024-25-contents5{
	width: 100%;
	margin:20px 0;
	text-align: center;
}
.kansen-guide-2024-25-contents6-1 p{
    color: #fff;
    font-family: 'LINE Seed JP_OTF';
    font-size: 1em;
    margin: 5% auto 0%;
    width: 80%;
    text-align: justify;
}
.kansen-guide-2024-25-contents6 img{
	width: 40%;
	height: auto;
	margin:20px auto;
	text-align: center;
}
.kansen-guide-2024-25-contents4 p{
	font-family: 'LINE Seed JP_OTF';
	font-size:  1em;
	line-height: 0.5em;
}
.kansen-guide-2024-25-contents-fuup-1{
	width: 100%;
	margin: 3% 1%
}
.kansen-guide-2024-25-contents-fuup-1 img{
	width: 100%;
}
.kansen-guide-2024-25-contents-fuup-2{
	width: 100%;
	margin:auto;
}
.kansen-guide-2024-25-contents-fuup-2 p{
	font-family: 'LINE Seed JP_OTF';
	font-size:  0.8em;
	line-height: 1.5em;
}
.kansen-guide-2024-25-contents-bonds-kun{
    width: 100%;
    display:block;
    margin: -10% auto 0;
}
.kansen-guide-2024-25-contents-bonds-kun img{
}
.kansen-guide-2024-25-button01 {
    background-color: #b84c97;
    border: solid 2px #181b39;
    color: #fff;
    border-radius: 20px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 0.8em;
    box-shadow: 0 5px 0 #181b39;
    display: inline-block;
    transition: .3s;
    width: 100%;
    text-align: center;
	margin: 0 auto 5%;
}
.kansen-guide-2024-25-button01-1 {
    background-color: #b84c97;
    border: solid 2px #181b39;
    color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 0.8em;
    box-shadow: 0 5px 0 #181b39;
    display: inline-block;
    transition: .3s;
    width: 90%;
    text-align: center;
	margin: 0 auto;
}
.kansen-guide-2024-25-button-fuup {
  background-color: #000;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  text-decoration: none;
	text-align: center;
  font-size: 1em;
  display: inline-block;
	transition: .3s;
	margin: 10% auto;
	width: 100%;
}
.kansen-guide-2024-25-button-bonds02 {
  background-color: #b84c97;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.2em;
  display: inline-block;
	transition: .3s;
	margin: 5% auto 6%;
	width: 85%;
	z-index:999!important;
}
.kansen-guide-2024-25-button-bonds02:hover {
  color: #b84c97;
	background-color: #fff;
	border: solid 2px #fff;
  box-shadow: 0 0 0 #181b39;
}
.tab-button {
    flex: 1;
    padding: 15px;
    border: none;
    background: #181b39;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid transparent;
	color: #fff;
	font-weight: bold;
	font-size:90%;
}
.tab-contents {
    border: 5px solid #ddd;
    background: #fff;
	outline: #181b39 solid 3px;
	height: 125%;
	padding:5% auto;
}
.tab-content.active {
    display: block;
}	
.tab-button:hover{
	color: #fff;
}
.tab-button.active:hover{
	color: #181B39;
}
.container {
    width: 90%;
}
.purple-table{
    margin: 15% auto 10%;
	}
.purple-table .header{
	width: 30%;
	font-size: 0.6em;
}
.purple-table .value {
    background-color: #fff; /* 背景色を白色に設定 */
    color: #181B39; /* 文字色をネイビーに */
	line-height:1.5em;
	font-size: 0.6em;
}
.kansen-guide-2024-25-ticket-column{
	position: relative;
	margin:0% auto 3%;
    padding: 3% 1%;
	border-bottom: 3px solid #181b39;
	border-top: 3px solid #181b39;
	background-color:#fff;
    display: block;
    justify-content: space-between;
	width: 100%;
	height:80%;
	gap: 3rem;
}
.gameday {
    display: block;
    text-align: center;
    margin:0% auto 0;
    width: 100%;
    height: auto;
}
.kansen-guide-2024-25-gameday-mokuji{
	list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.kansen-guide-2024-25-gameday-mokuji a {
    background-color: #B84C97;
    color: #ffffff !important;
    display: block;
    font-size: 0.6em;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 15px;
    border: 2px solid #181b39;
}
.kansen-guide-2024-25-gameday-mokuji a:hover {
    font-size: 0.6em;
}
.accordion-area-2024-25-kansen{
    list-style: none;
    width: 96%;
    max-width: 80%;
    margin:0 auto;
}
.kansen-guide-2024-25-button-roster {
  background-color: #b84c97;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.2em;
  display: inline-block;
	transition: .3s;
	margin: 2% auto 5%;
	width: 80%;
}
.kansen-guide-2024-25-button-roster:hover {
  color: #b84c97;
	background-color: #fff;
	border: solid 2px #fff;
  box-shadow: 0 0 0 #181b39;
}
.kansen-guide-2024-25-button02 {
    background-color: #b84c97;
    border: solid 2px #181b39;
    color: #fff;
    border-radius: 20px;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 0.9em;
    box-shadow: 0 5px 0 #181b39;
    display: inline-block;
    transition: .3s;
    width:90%;
	margin: 0 auto 3%;
}
.parking-subheading{
	margin:0 auto 3%;
	color: #fff;
	text-align: center;
	width: 80%;
}
.parking-subheading h2{
	font-size: 1em;
	font-weight: bold;
	margin:0 0 1%;
	color: #fff;
	text-align: center;
	border-bottom: #fff solid 2px;
}
.parking-subheading p{
	font-size: 0.8em;
	color: #fff;
	text-align:justify;
}
.food-subheading{
	margin:0 auto 3%;
	color: #181B39;
	text-align: center;
	width: 80%;
}
.food-subheading h2{
	font-size: 1em;
	font-weight: bold;
	margin:0 0 1%;
	color: #181B39;
	text-align: center;
	border-bottom: #181B39 solid 2px;
}
.food-subheading p{
	font-size: 0.8em;
	color: #181B39;
	text-align:justify;
}
.kansen-guide-2024-25-parking {
    margin: 5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    justify-content: center;
    align-items: center;
}
.kansen-guide-2024-25-parking li{
	height: 250px;
}
.kansen-guide-2024-25-parking p {
    font-size: 0.75em;
    line-height: 1.5em;
}
.kansen-guide-2024-25-parking img{
	width: 100%;
	height: auto;
	border: 2px solid #181b39;
}
	
.kansen-guide-2024-25-food {
    margin: 5%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:0em 1em;
    justify-content: center;
    align-items: center;
}
.kansen-guide-2024-25-food li{
	height: 250px;
}
.kansen-guide-2024-25-food p {
    font-size: 0.75em;
    line-height: 1.5em;
}
.kansen-guide-2024-25-food img{
	width: 100%;
	height: auto;
	border: 2px solid #181b39;
}
.kansen-guide-2024-25-ticket-button-grid{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	 justify-content: center; /* 水平中央に配置 */
    align-items: center; /* 垂直中央に配置 */
}
.kansen-guide-2024-25-ticket-button-grid02{
	display: grid;
    grid-template-columns: repeat(1, 1fr);
	grid-gap:1em;
	 justify-content: center; /* 水平中央に配置 */
    align-items: center; /* 垂直中央に配置 */
}
.choice-btn{
	display: none;
	/*margin:0 auto -50%;
	text-align: center;
	z-index: 999!important;
	max-width: 100%;*/
}

.choice-btn li{
	display: none;
	/*cursor: pointer;
    outline: none;
    height: auto;*/
}

.choice-btn li img{
	width: 120vw!important;
    margin: auto -10%;
    background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/schedule-thumbnail-N.png");
    background-position: center;
    background-attachment: local;
    background-repeat: no-repeat;
    background-size: 115%;
}

.choice-btn li.slick-current img{
	width: 120vw!important;
	margin: auto -10%;
	background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/schedule-thumbnail-P.png");
	background-position: center;
	background-attachment: local;
	background-repeat: no-repeat;
	background-size: 115%;
}

.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:100%;
	height:115%;
    margin:0 auto;
}

.slider img {
    width:95%;
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

.slider-BONDSKUN {/*横幅94%で左右に余白を持たせて中央寄せ*/
      width: auto;
    height: 60%;
    margin: 10% auto -75%;
}

.slider-BONDSKUN img {
    width:80%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	padding:1% 1%;
	margin:10% auto;
	border:#fff solid 2px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider-BONDSKUN .slick-slide {
    margin:0 auto;
}
.gallery{
margin:0% auto;
	max-width: 100%;
	height: 400px;
}

.gallery li{
list-style:none;
text-align: center;
border-radius: 25px;
margin:-200px -130px 0;
height: 400px;

}

.gallery li img{
width:500px;
	height: auto;
	margin: 0 auto;
}

.gallery li p{
	margin:10%;
	max-width: 500px;
	color: #fff;
	font-weight: bold;
	font-size:1.25em;
	text-align: justify!important;
}

.gallery li h1{
	text-align: center;
	color: #fff;
	margin: 3% auto;
	font-size: 250%;
}

.gallery .slick-slide {
	transform: scale(0.4);/*左右の画像のサイズを80%に*/
	transition: all .1s;/*拡大や透過のアニメーションを1秒で行う*/
	background-color: #181b39;
	border-radius: 25px;
	top: 50px;
	height: 800px;
}

.gallery .slick-slide img{
	opacity: 0.5;/*透過50%*/
}

.gallery .slick-slide.slick-center{
	transform: scale(0.5);/*中央の画像のサイズだけ等倍に*/
	background-color: #b84c97;
	border-radius: 25px;
	height: 800px;
}

.gallery .slick-slide.slick-center img{
	opacity: 1;/*透過なし*/
}
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 999;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    /*outline: 5px solid #181b39;*/
    border-top: 10px solid #b84c97;/*矢印の色*/
    border-right: 10px solid #b84c97;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:3.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:3.5%;
    transform: rotate(45deg);
}

.slick-prev04, 
.slick-next04 {
    position: absolute;/*絶対配置にする*/
	z-index: 999;
    top: 50%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    /*outline: 5px solid #181b39;*/
    border-top: 5px solid #181b39;/*矢印の色*/
    border-right: 5px solid #181b39;/*矢印の色*/
    height: 30px;
    width: 30px;
}

.slick-prev04 {/*戻る矢印の位置と形状*/
    left:5.5%;
    transform: rotate(-135deg);
}

.slick-next04 {/*次へ矢印の位置と形状*/
    right:5.5%;
    transform: rotate(45deg);
}
.gameday-midashi h1{
    font-size:1em;
	margin:5% auto;
}
.during-a-game-midashi h1{
   font-size:1em;
	margin:5% auto;
}
.others-midashi h1{
 font-size:1em;
	margin:5% auto;
}
.box {
    display: none;/*はじめは非表示*/
    background: #FFF;
	margin:0;
	padding: 3%;
	border: 1px solid #b84c97;
	color: #181b39;
}
.box p{
	margin:6% 0;
	font-size: 0.75em;
}
.box h1{
	border-bottom: 1px solid #b84c97;
	font-size: 1em;
}
.box img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.box-white {
    display: none;/*はじめは非表示*/
    background: #FFF;
	margin:0;
	padding:0% 8% 3%;
	color: #181b39;
	font-size: 1.2rem;
	font-size: 0.75em;
	}
.kansen-guide-2024-25-event{
	margin: auto;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-gap: 1em;
	 justify-content: center; /* 水平中央に配置 */
    align-items: center; /* 垂直中央に配置 */
	width: 95%;
}
.kansen-guide-2024-25-event li{
	max-height: 80%;
}
.kansen-guide-2024-25-event h1{
	margin: 2% auto;
	color: #b84c97;
	font-weight: bold;
	line-height: 1em;
	font-size: 0.75em;
}
.kansen-guide-2024-25-event p{
	line-height: 1em;
	font-size: 0.5em;
}
.kansen-guide-2024-25-event img{
	width: 100%;
	height: auto;
}
.basketball-rules{
	margin:0 auto;	
	width: 80%;
	display: block;
}
.basketball-rules img{
	height: auto;
	margin: 0 auto;	
	width:100%;
}
.basketball-rules p{
font-size: 0.75em;
}
.bonds-team{
	display:block;
}
.bonds-team-01{
	display:block;
	text-align: center;
}
.bonds-team-01 img{
	width: 100%;
	margin: 5% auto 0;
}

.bonds-team-02{
	display: block;
	margin: 5% auto;
}

.bonds-team-03{
	display: block;
}
.kansen-guide-2024-25-speech-bubble-none{
	position: relative;
	margin:5% auto 3%;
    padding:1% 1%;
    border-radius: 32px;
    justify-content: space-between;
	height: auto;
	gap: 2rem;
	width: 90%;
	text-align: center;
	display: block;
}
.kansen-guide-2024-25-speech-bubble-none02{
	position: relative;
	margin:5% auto 3%;
    padding:1% 1%;
    border-radius: 32px;
    justify-content: space-between;
	height: auto;
	gap: 2rem;
	width: 90%;
	text-align: center;
	display:block;
}
.bonds-playland {
    background-attachment: scroll;
    max-width: 100%;
    background-image: url("/files/user/_/lp/lp_kansenguide-2024-25/img/bg-main.jpg");
    padding: 3% 0;
    background-size: contain;
}
.bonds-kun-visual{
    width: 90%;
    height: auto;
    margin: auto auto -5% -10%;
    border: none;
    bottom: 10%;
    padding: 60% 0 0;
}
.bonds-playland-midashi{
	width: 85%;
}
.accordion-area-2024-25-kansen{
    list-style: none;
    width: 96%;
    max-width: 80%;
    margin:5% auto;
}

.accordion-area-2024-25-kansen li{
    margin: 10px 0;
	background: #b84c97;
}

.accordion-area-2024-25-kansen section {
	border: 1px solid #fff;
}

.accordion-area-2024-25-kansen-white{
    list-style: none;
    width: 96%;
    max-width: 90%;
    margin:5% auto;
}

.accordion-area-2024-25-kansen-white li{
    margin: 10px 0;
	background: white;
}

.accordion-area-2024-25-kansen-white section {
	border: 1px solid #b84c97;
}
.fb-q {
    width: 10%;
    height: auto;
    line-height: none;
    margin: 0% 3% -1% -13%;
}
/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1em;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	color: #fff;
	font-family: 'LINE Seed JP_OTF';
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fff;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

.title-white {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:0.75em;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
	color: #b84c97;
	font-family: 'LINE Seed JP_OTF';
	margin:0;
}
.fb-q{
    width: 10%;
    height: auto;
    line-height: none;
    margin: 0% 2% -0.75% -10%;
}
.title-white::before,
.title-white::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color:#b84c97;
    
}
.title-white::before{
    top:48%;
    right: 5px;
    transform: rotate(0deg);
    
}
.title-white::after{    
    top:48%;
    right: 5px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title-white.close::before{
	transform: rotate(45deg);
}

.title-white.close::after{
	transform: rotate(-45deg);
}
	.speech-bubble01{
    display: block;
    text-align: center;
    margin: 5% auto 5%;
    width: 80%;
    height: auto;
}
	.speech-bubble02{
    display: block;
    text-align: center;
    margin: 5% auto -5%;
    width: 80%;
    height: auto;
}
.gallery-roster{
	margin:5% auto auto;
	width: 85%;
}
.gallery-roster li{
list-style:none;
text-align: center;
margin:0.05% 7.5px;
max-width: 100%;
height: 50%;
width: auto;
}
.gallery-roster li img{
height:265px;
width: auto;
}
.gallery-roster li p{
	margin: 3%;
	max-width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 1.15em;
}
.gallery-raigrl{
	margin:5% auto auto;
	width: 85%;
}
.gallery-raigrl li{
 list-style:none;
text-align: center;
margin:0.05% 10px;
max-width: 100%;
height: 50%;
width: auto;
}
.gallery-raigrl li img{
height:200px;
width: auto;
}
.gallery-raigrl li p{
	margin: 3%;
	max-width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 1.15em;
}
	
	
	
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background-color:rgba(184,76,151,0.8);
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 80%;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #FFF;
	text-decoration: none;
	text-align: justify;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.5em;
}

#g-nav li a:hover{
	color: #181b39;
	text-decoration: none;
	text-align: justify;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 1.5em;
	transition-duration:0.5s;
}

.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
	background-color: #B84C97;
	border-radius: 25px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 3px;
    border-radius: 2px;
	background-color: #FFF;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}


.openbtn.active span:nth-of-type(1) {
    top: 16px;
    left: 12px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 28px;
    left: 12px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}	
	
header img{
	width: 20%;
	height: auto;
	left: 20px;
	margin: auto 2%;
}
.footer-text{
	margin: 1% auto;
	color: #FFF;
	font-size:0.75em;
	text-align:center;
	width: 85%;
}
.sns-list{
    display: flex;
    width: 90vw;
    margin: 0% auto;
}
.sns-list li{
	width: 100px;
	margin:1% 3%;
}
.logo-img {
    width: 100vw;
    text-align: center;
    margin: auto;
}
.logo-img img{
	width: 100px;
	height: auto;
	margin: 0 auto;
}
}

@media (max-width: 750px) {
	.br-mobile{
		display: block;
	}
	.display-pc{display: none;}
	.display-mobile{display: block!important;}
}

@media (max-width: 375px) {
	.br-mobile{
		display: block;
	}
	.display-pc{display: none;}
	.display-mobile{display: block!important;}
    .tab-contents {
    border: 5px solid #ddd;
    background: #fff;
    outline: #181b39 solid 3px;
    height: 155%;
    padding: 5% auto;
}
	.kansen-guide-2024-25-speech-bubble{
	position: relative;
	margin: 0 auto;
    padding: 1% 1%;
    background-color: #fff;
    border: solid 5px #dcdcdc;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display: block;
    justify-content: space-between;
	width: 90%;
	height:80%;
	gap: 3rem;
}
	.kansen-guide-2024-25-speech-bubble04-2{
	position: relative;
	margin:0 auto 3%;
    padding:3% 1%;
    background-color: #ffffff;
    border: solid 5px #B84c97;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display: block;
    justify-content: space-between;
	width: 90%;
	height:90%;
	gap: 3rem;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-2 p{
	margin:3% auto 0%;
	font-size: 0.75em;
}
	.kansen-guide-2024-25-speech-bubble04-3{
	position: relative;
	margin:0 auto 10%;
    padding:3% 1%;
    background-color: #ffffff;
    border: solid 5px #B84c97;
	outline: solid 3px #181b39;
    border-radius: 32px;
    display: block;
    justify-content: space-between;
	width: 90%;
	height:80%;
	gap: 3rem;
	color: #181b39;
}
.kansen-guide-2024-25-speech-bubble04-3 p{
	margin:3% auto 0%;
	font-size: 0.75em;
}
.kansen-guide-2024-25-speech-bubble-fuup{
	position: relative;
	margin:5% auto 3%;
    padding: 3% 1%;
    border-radius: 32px;
    display:block;
    justify-content: space-between;
	width: 90%;
	height:80%;
	gap: 3rem;
}
.kansen-guide-2024-25-button-bonds {
  background-color: #b84c97;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
	transition: .3s;
	margin:3% auto 6%;
	width: 85%;
	z-index:999!important;
}
.kansen-guide-2024-25-button-bonds:hover {
  color: #b84c97;
	background-color: #fff;
	border: solid 2px #fff;
  box-shadow: 0 0 0 #181b39;
}
.kansen-guide-2024-25-button-bonds02 {
  background-color: #b84c97;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  display: inline-block;
	transition: .3s;
	margin: 5% auto 6%;
	width: 85%;
	z-index:999!important;
}
.kansen-guide-2024-25-button-bonds02:hover {
  color: #b84c97;
	background-color: #fff;
	border: solid 2px #fff;
  box-shadow: 0 0 0 #181b39;
}
}