@charset "UTF-8";
/* BOC　タブ切り替え　******************/
.ChangeElem_Panel {
	display: none;
}
.ChangeElem_Btn_Content {
	display: flex;
	justify-content: space-around;
}
.ChangeElem_Btn {
	border-bottom: none;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;
	border-right: none;
	background-color: #fff;
	color: #666;
	cursor: pointer;
	display: inline-block;
	flex: 1;
	font-size: 16px;
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	transition: all .3s ease-in-out;
	vertical-align: middle;
}
.ChangeElem_Btn:last-child{
	border-right: 2px solid #ccc;	
}
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
	background: #a01e23;
	box-sizing: border-box;
	color: #fff;
}
.ChangeElem_Btn:focus{
	outline: none;	
}
ul.ChangeElem_Btn_txt{
	display: block;
	border: 2px solid #ccc;
	padding: 20px;
}
div.ChangeElem_Btn_txt{
	display: block;
	border: 2px solid #ccc;
	padding: 20px;
	position: relative;
}
div.ChangeElem_Btn_txt h2{
	background-color: #a01e23;
	color: #fff!important;
	display: inline-block;
	margin:0  0 20px 0!important;
	padding:10px 50px;
	width: 100%;
	box-sizing: border-box;
}
div.ChangeElem_Btn_txt p{
	margin-bottom: 30px;
}
.gotowrap{
	text-align: center;
}
.goto{
	display: inline-block;
	padding: 10px 15px;
	margin: 30px auto;
}
.goto a{
	color: #fff!important;
	text-decoration: none!important
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}

/* youtube ******************/
.youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin-bottom:30px;
}
.youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* サイドバナー ******************/
.side_bnr {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
}
.side_bnr:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.side_bnr li {padding: 0 0 1.5%;}
.ft_banner .side_bnr {display: none;}
@media screen and (max-width: 768px) {
	.side_bnr {display: none;}
	.ft_banner .side_bnr,
	 #body--index .layout-side .side_bnr {display: block;}
	.side_bnr li {
		width: 48%;
		float: left;
		padding: 0 1% 1.5%;
	  }
	.side_bnr li:nth-child(2n+1) {clear: both;}
}
@media screen and (max-width: 480px) {
	.side_bnr {width: 94%;}
	.side_bnr li {
		width: 100%;
		float: none;
		padding: 0 0 1.5%;
		text-align: center;
	  }
	.side_bnr li img {max-width: 315px; }
}


.layout-team-header .team-sns.no-fanclub {padding-top: 30px;}
.tsns-wrap .tsns_bottom {padding: 10px 0 0;}
.tsns-wrap .tsns_bottom a {display: inline-block;}
.tsns-wrap .tsns_bottom {display: block;}
.tsns-wrap .tsns_bottom li {
	display: table-cell;
	vertical-align: middle;
}
.tsns-wrap .tsns_bottom li i {
	display: block;
	content: "";
}
.caption {
	color: #fff !important;
	background: #a01e23 !important;
	padding: 5px;
}

/* 背景 ******************/
.benchside,
.courtside,
.goalback,
.ffloor,
.boosterarea,
.secondseat,
.wheelchair { color: #fff !important; }
.freeseat,
.awayarea	{ color: #555 !important; }

.benchside	{ background:#727171 !important; }
.courtside	{ background:#e4007f !important; }
.goalback	{ background:#0d6fb8 !important; }
.ffloor		{ background:#90c31f !important; }
.boosterarea{ background:#e60012 !important; }
.freeseat	{ background:#F7ED0A !important; }
.secondseat	{ background:#28A7E1 !important; }
.wheelchair	{ background:#601986 !important; }
.awayarea	{ background:#F8B62B !important; }

.kids_sch	{ background:#fff45c !important; }
.junior_sch { background:#b3d465 !important; }
.step_sch	{ background:#7ecef4 !important; }
.advance_sch{ background:#eb6100 !important; color: #fff !important; }

/* アイコン ******************/
@media screen and (min-width: 768px){
	.layout-second .second-body article .icon-excel {
		margin-right: 3px;
		padding-right: 26px;
		background: url(../img/icon-excel.png) no-repeat right center;
	}
	.layout-second .second-body article .icon-word {
		margin-right: 3px;
		padding-right: 26px;
		background: url(../img/icon-word.png) no-repeat right center;
	}
	.layout-second .second-body article .icon-clipboard {
		margin-right: 3px;
		padding-right: 26px;
		background: url(../img/icon-clipboard.png) no-repeat right center;
	}
}

/* 行間 ******************/
.line170 { line-height: 170% !important; }
.line200 { line-height: 200% !important; }
.line250 { line-height: 250% !important; }

/* 文字サイズ ******************/
.font70 { font-size: 70% !important; }
.font75 { font-size: 75% !important; }
.font80 { font-size: 80% !important; }
.font85 { font-size: 85% !important; }
.font90 { font-size: 90% !important; }
.font95 { font-size: 95% !important; }

/* テキスト位置 ******************/
.txtleft { text-align: left !important; }
.txtcenter { text-align: center !important; }
.txtright { text-align: right !important; }

/* BOC　テキスト位置 追加 ******************/
.txtvtop{ vertical-align: top !important; }
.txtvmiddle { vertical-align: middle !important; }

/* BOC　マージン******************/
.mtop15{ margin-top: 15px!important; }
.mtop30{ margin-top: 30px!important; }
.mtop50{ margin-top: 50px!important; }
.mtop_nega {margin-top:-20px!important;}

/* BOC　行間調整　******************/
@media screen and (min-width: 768px) {
  .layout-second .second-body article > p {
    line-height: 2.0!important;
  }
}

/* リストスタイル ******************/
ul.ullist,
ol.ollist {margin: 0 0 20px;}
ul.ullist li,
ol.ollist li {
	list-style: disc !important;
	margin-left: 30px;
}
ol.ollist li {list-style: decimal !important;}

/* boxlist ******************/
.layout-second .second-body article .boxlist {
	overflow: hidden;
	zoom: 1;
}
@media screen and (min-width: 768px) {
	.layout-second .second-body article .boxlist li {
		float: left;
		margin-right: 3.5%;
		margin-bottom: 20px;
		width: 31%;
	}
	.layout-second .second-body article .boxlist li:nth-child(3n) {margin-right: 0;}
	.layout-second .second-body article .boxlist img {
		width: 100%;
		vertical-align: top;
	}
}
@media screen and (max-width: 767px) {
	.layout-second .second-body article .boxlist li {
		margin-bottom: auto !important;
		padding: 0 1% 1% 0;
		border-bottom: none !important;
		float: left;
		width: 49%;
	}
	.layout-second .second-body article .boxlist li:nth-child(3n) {padding: 0 1% 1% 0;}
	.layout-second .second-body article .boxlist li:nth-child(2n) {padding: 0 0 1% 1%;}
}

/* sponsors ******************/
.layout-sponsors {margin: 50px auto;}
.layout-sponsors h2,
.layout-sponsors h3 {text-align: center;}
.layout-sponsors h2 {
	font-size: 25px;
	padding: 20px 0 0;
}
.layout-sponsors h3 span {
	color: #666;
	border-bottom: 3px solid #666;
	font-size: 20px;
	padding: 0 15px 10px;
}
.layout-sponsors .sec_partner {margin-top: 30px;}
.section_sponsors ul {overflow: hidden;}
.section_sponsors ul li a {color: #a01e23;}
.section_sponsors .sec_partner .partner00 li {margin: 0 30px 30px !important;}
.section_sponsors .sec_partner .partner01 li,
.section_sponsors .sec_partner .partner02 li,
.section_sponsors .sec_partner .partner04 li {margin: 0 15px 30px !important;}
.section_sponsors ul .intv {
	display: block;
	font-size: 80%;
}
@media screen and (max-width: 767px) {
	.layout-sponsors h2 {font-size: 20px;}
	.layout-sponsors h3 {padding: 0 0 15px;	}
	.layout-sponsors h3 span {
		font-size: 16px;
		padding: 0 0 15px;
	}
	.section_sponsors .sec_partner .partner00 li {
		display: blcok !important;
		width: 80% !important;
	}
	.section_sponsors .sec_partner .partner00 li img {width: 100% !important;}
	.section_sponsors .sec_partner .partner03 li {
		display: blcok !important;
		border-bottom: 1px solid #ccc;
		width: 100% !important;
		padding: 5px 0;
	}
}

/* グローバルナビ アイコン ******************/
.tsns-wrap .tsns_bottom .icn_line {
	width: 19px;
	height: 18px;
	background: url(../webfonts/icn_sns_line.png) no-repeat 0 0;
}
.tsns-wrap .tsns_bottom .icn_youtube {
	width: 24px;
	height: 17px;
	background: url(../webfonts/icn_sns_youtube.png) no-repeat 0 0;
}
.tsns-wrap .tsns_bottom .icn_mail {
	width: 21px;
	height: 15px;
	background: url(../webfonts/icn_sns_mail.png) no-repeat 0 0;
}
.tsns-wrap .tsns_bottom .icn_blog {
	width: 21px;
	height: 15px;
	background: url(../webfonts/icn_sns_blog.png) no-repeat 0 0;
}
.layout-popup-tnav .tsns-wrap .tsns_bottom .icn_line {
	width: 17px;
	background-size: contain;
}
.layout-popup-tnav .tsns-wrap .tsns_bottom .icn_youtube {
	width: 19px;
	background-position: 0 3px;
	background-size: contain;
}
.layout-popup-tnav .tsns-wrap .tsns_bottom .icn_mail {
	width: 19px;
	background-size: contain;
}
.layout-popup-tnav .tsns-wrap .tsns_bottom .blog_mail {
	width: 19px;
	background-size: contain;
}

/* current表示 ******************/
@media screen and (min-width: 768px) {
	.component-sidenav .active {
		color: #FFF;
		background: #666 !important;
		margin-left: -50px !important;
	}
}

/* BOC 見出し ******************/
.team-bn .second-body h2,
.news-article .second-body h2{
	background-color: #a01e23;
	color: #fff!important;
	display: inline-block;
	margin:0 -50px;
	padding:10px 50px;
	width: 100%;
}
.detail h2{background-color: #fff!important;}
.team-bn .second-body h3,
.news-article .second-body h3{
	color: #a01e23!important;
 	font-size: 20px!important;
	font-weight: bold;
}
.team-bn .second-body h4,
.news-article .second-body h4{
	color: #313131!important;
	font-weight: bold;
	font-size: 18px!important;
	margin-bottom: 5px;
}
.team-bn .second-body h4 span,
.news-article .second-body h4 span{
	font-size: 14px!important;
}

@media screen and (max-width: 767px) {
	.team-bn .second-body h2,
	.news-article .second-body h2,
	.team-bn .second-body h3,
	.news-article .second-body h3 {
	  margin:0 -10px;
	  padding:10px 10px;
	}
}

/* BOC TICKETのボタンの色 ******************/
.team-bn .layout-game-list .past .play-detail, 
.layout-game-list .future .play-detail a{color:#ec3e6b!important;}

.team-bn .layout-game-list .past .play-detail, 
.layout-game-list .future .play-detail a:hover{color:#ec3e6b!important;}

/* BOC 強調 ******************/
b,strong{ color: #a01e23!important; }

/* BOC リンク ******************/
.second-body a{
	color: #005982!important;
	text-decoration: underline;
}
.link-wrap a{
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px!important;
	padding-right: 15px!important;
}

/* BOC コピー見出し*******************/
p.copytext {
	border:5px solid #000;
	color: #000;
	font-size:25px;
	padding:20px 10px;
	position:relative;
	text-align: center
}
p.copytext:after {
	background:#000;
	color:#fff;
	content:"check";
	font-size:20px;
	font-weight:bold;
	left: 10px;
	padding:0 15px;
	position:absolute;
	top: -25px;
}

/* BOC テーブル追加 *******************/
.tbl04 {
	border: 1px solid #bfbfbf;
	margin-bottom: 30px;
	overflow-y:scroll;
	width: 100%;
	white-space: nowrap;
}
.tbl04 th,
.tbl04 td {
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
}
.tbl04 tbody tr {border: 1px solid #bfbfbf;}
.tbl04 tbody tr th {
	background: #fff;
	color: #434343;
}
.tbl04 tbody tr td {border: 1px solid #bfbfbf;}
.tbl04sub {border-bottom: 1px solid #e5e5e5!important;}
.tbl-blank{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.tbl04-1 {
	border: 1px solid #bfbfbf;
	margin-bottom: 30px;
	overflow-y:scroll;
	width: 100%;
	white-space: nowrap;
}
.tbl04-1 th, .tbl04-1 td {
	padding: 15px 10px;
	text-align: center;
	vertical-align: middle;
}
.tbl04-1 th {
	background-color: #000000!important;
	color: #fff;
}
.tbl04-1 tbody tr {border: 1px solid #bfbfbf;}
.tbl04-1 tbody tr th {background: #eee;}
.tbl04-1 tbody tr td {border: 1px solid #bfbfbf;}
.tbl04sub {border-bottom: 1px solid #e5e5e5!important;}

.club-free{ background-color: #cce198;}
.club-gold{ background-color: #fff45c;}
.club-junior{ background-color: #eeeeee;}
.club-platinum{ background-color: #626262;  color: #fff;}
.club-regular{ background-color: #a01e23;  color: #fff;}


.tbl05{
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	box-sizing: border-box;
	display: block;
	margin-bottom: 30px;
	width: 100%;
	table-layout:fixed;
}
.tbl05::-webkit-scrollbar {height: 5px;}
.tbl05::-webkit-scrollbar-track {background: #F1F1F1;}
.tbl05::-webkit-scrollbar-thumb {background: #BCBCBC;}
.tbl05 thead {
	background-color: #eeeeee;
	display: block;
	float: left;
}
.tbl05 tbody {
	display: block;
	overflow-y:scroll;
	white-space: nowrap;
}
.tbl05 th, .tbl05 td {
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	display: block;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	width: 100px;
}
.tbl05 td {text-align: center;}
.tbl05 tbody tr {
	display: inline-block;
	margin-right:-6px
}
.tbl05 tbody tr th {background: #eee;}
.tbl05sub {border-bottom: 1px solid #e5e5e5!important;}


/* BOC TOP スライド調整 *******************/
.main-visual-inner {padding-bottom: 80px!important;}
.main-visual-inner .slide-pager {
	bottom: 10px!important;
	left: 50%!important;
	margin: 0 auto;
	position:absolute!important;
}
.main-visual-card-wrap{display: none!important;}

@media screen and (max-width: 767px) {
	.main-visual-inner {padding-bottom: 25px!important;	}
	.main-visual-inner .bx-controls{bottom: -22px !important;}
}

/* BOC TEAM オフィシャルダンスチーム プロフィール C******************/
.bv_prof {background: #e5004f!important;}

/* BOC SCHOOL　スクールコーチ プロフィール *******************/
.coach-box{
	border-bottom: solid 1px #c9c9c9;
	border-left: solid 1px #c9c9c9;
	border-right: solid 1px #c9c9c9;
	overflow: hidden;
	padding:20px;
}
.coach-box-first{
	border: solid 1px #c9c9c9;
	overflow: hidden;
	padding:20px;
}
.coach img{
	float:left;
	width: 200px;
}
.coach dl{ 
	margin-left:220px;
}
.coach dt{
	border-right:solid 1px #c9c9c9;
	float:left; width:100px;
}
.coach dd{
	margin-left:100px;
	margin-bottom: 10px;
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
	.coach img{
		display: block;
		float:none;
		margin: 0 auto 20px auto;
	}
	.coach dl{margin-left:0px;}
}

/* BOC NEWS ******************/
.news-article table {border: 1px solid #bfbfbf;}
.news-article th, .news-article td {
	border: 1px solid #bfbfbf;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
.news-article th {background-color: #eeeeee;}

/* BOC TICKET　購入方法 リンクメニューボタン追加 *******************/
ul.linkbtn{
	border-collapse: collapse;
	display:table;
	margin-bottom:30px;
	table-layout:fixed;
	text-align:center;
	width:100%;	
}
ul.linkbtn li{
	border: solid 1px #015a82;
	background-color: #fff;
	display:table-cell;
	margin: -1px 0 0!important;
	vertical-align:middle;
}
ul.linkbtn li a{
	color: #015a82;
	display:block;
	padding: 10px;
	text-decoration: none;
}
ul.linkbtn li a:hover{
	background-color: #015a82;
	color: #fff!important;
}
@media screen and (max-width: 767px) {
	ul.linkbtn li{
		display: block!important
	}	
}

/* BOC TICKET　購入方法 販売席種 追加 *******************/

.sealsseatwrap{
	display: block;
	text-align: center;
	margin-left: -5px;
}
.sealsseat{
	box-sizing: border-box;
	float: left;
	font-size: 14px;
	margin: 5px;
	padding: 15px;
	text-align: center;
	width: 200px;
}
.notsale{
	background-color: #eeeeee;
	color: #aaaaaa;
}
.clear{clear:both;}

@media screen and (max-width: 767px) {
	.sealsseat{
		width: calc(100% - 5px);
		box-sizing: border-box;
     	padding: 5px!important;
	}	
}

/* BOC list row 修正*******************/
@media screen and (max-width: 767px) {
  .layout-second .second-body article .list li {
		margin-bottom: 15px!important;
		padding-bottom: 15px!important;
		border-bottom: none!important
  }

/* BOC　TELリンク　******************/
	.tel-link{
		font-weight: bold
	}
}

/* BOC　モーダル　******************/
.modal{
	display: none;
	position: relative;
}
.modal img{
  max-width: 100%;
}
.modal label.close{
	position: absolute;
	left: 0!important;
	right: 0!important;
	margin:0 auto;
	top: auto!important;
	bottom: 30px!important;
	font-size: 40px;
	width: 30px;
	height: 30px;
	color: #fff!important;
}

/* スポンサーテキストリンク 文字スタイル *******************/
.partner03 li{
	font-family: "YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
	font-weight: 600;
}