@charset "UTF-8";

@font-face {
	font-family: 'fontello';
	src: url('../fonts/bt/fontello.eot?51669524');
	src: url('../fonts/bt/fontello.eot?51669524#iefix') format('embedded-opentype'),
	     /*url('../fonts/bt/fontello.woff?51669524') format('woff'),*/
	     /*url('../fonts/bt/fontello.ttf?51669524') format('truetype'),*/
	     url('../fonts/bt/fontello.svg?51669524#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}

/***********************************************************************

  Elements Layout

***********************************************************************/

/*  midashi
----------------------------------------------------------------------*/

.layout-main .layout-second .second-body h2 {
	margin-bottom: 15px;
	padding: 4px 6px;
	background-color: #8f0039;
	border: 2px solid #ab8536;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	line-height: normal;
}
.layout-main .layout-second .second-body h2:before {
	content: " ";
	font-size: 34px;
	border-left: 6px solid #ab8536;
	margin-right: 8px;
	vertical-align: sub;
}
.layout-main .layout-second .more_menu_wrap + h2 { margin-top: 30px; }

.layout-main .layout-second h3,
#player-report .report-box.review-box h3 {
	margin-bottom: 15px;
	padding: 4px 0 0 10px;
	background-color: #ded7c8;
	color: #4d4d4d;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
}

.layout-main .layout-second h3:after,
#player-report .report-box.review-box h3:after {
	display: block;
	content: " ";
	height: 5px;
	margin-left: -10px;
	border-left: 150px solid #ab8536;
	background-color: #8f0039;
	font-size: 1px ;
	box-sizing: inherit;
}

.layout-main .layout-second h3 > img {
	vertical-align: text-top;
}

.layout-main .layout-second .second-body > h4,
.layout-main .layout-second .second-body article > h4,
.tabbox > div > h4, .tab_multi .tab-content > h4,
#player-report .report-box.review-box h4 {
	margin-bottom: 15px;
	padding-left: 28px;
	border-bottom: 2px solid #a3a3a3;
	background: url(../../../user/_/common/img/h4-thunder.png) no-repeat left 0.3em;
	color: #4d4d4d;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
}

@media screen and (max-width: 767px) {
	.layout-main .layout-second .second-body h2 { font-size: 18px; }
	.layout-main .layout-second .second-body h2:before { font-size: 28px; }
	.layout-main .layout-second .second-body h3 { font-size: 16px; margin-top: 20px; }
	.layout-main .layout-second .second-body h3:after { margin-top: 3px; }
	.link-wrap + h3 { margin-top: -15px !important; }
}

.layout-main .attention h4,
.layout-main .example h4,
.layout-main .example-gray h4,
.layout-main .example-gold h4,
.layout-main .example-pink h4 {
	display: inline-block;
	margin-bottom: 1em !important;
	padding: 0.5em 1em;
	background-color: #f8dcdd;
	color: #444 !important;
	font-weight: bold;
	font-size: 14px;
}
.layout-main .example h4 {
	background-color: #e5e5e5;
}
.layout-main .example-gray h4,
.layout-main .example-pink h4 {
	background-color: #fff;
}
.layout-main .example-gold h4 {
	background-color: #eee7d7;
}

/*----------------------------------------------------------------------
  table.bt (only Brave Thunders)
----------------------------------------------------------------------*/

table.bt {
	border-collapse:collapse;
	border:none;
	border-spacing:0;
	font-size:100%;
	position:relative;
}

table.bt th,
table.bt td {
	border:solid 1px #999;
	font-weight:normal;
	padding:0.5em;
	vertical-align:middle;
	color:#4c4c4c;
}

@media all and (max-width: 767px) {
	table.bt {
		width: 100%;
	}
	table.bt th, table.bt td {
		padding: 10px 5px;
		font-size: 14px;
	}
}

table.bt thead.vrt *,
table.bt tbody.vrt * {
	vertical-align:top;
}

table.bt tbody.tc * {
	text-align:center;
}

table.bt thead th {
	background-color:#d5d5d5;
}

table.bt tfoot th,
table.bt tfoot td {
	background-color:#F7FCFF;
}

table.bt thead th,
table.bt tfoot th {
	text-align:center;
}

table.bt th {
	background-color:#e0e0e0;
}

table.bt caption,
table.tbl-profile caption {
	display:table-caption;
	padding:0 0 5px 0.5em;
	padding-left:1.5em;
	position:relative;
	text-align:left;
	font-size: 14px;
}

table.tbl-profile caption { margin-top: 25px; }

table.tbl01 caption,
table.tbl02 caption,
table.tbl03 caption {
	font-size: 14px;
}

table.bt caption:before,
table.tbl-profile caption:before {
	content:"■";
	left:0;
	position:absolute;
	top:0;
}

table.bt tr.home th, table tr th.att { background-color: #f7adb0; color: #333; }
table.bt tr.home td, table td.att { background-color: #f8dcdd; }

@media all and (min-width: 768px) {

	/*  .style-none
	----------------------------------------------------------------------*/
	
	table.style-none th,
	table.style-none td {
		background-color:#fff;
		border:none;
		font-weight:normal;
		padding:0;
		vertical-align:top;
	}
	
	table.style-none tr+tr th,
	table.style-none tr+tr td {
		padding:0.25em 0;
	}
	
	table.style-none th+th,
	table.style-none th+td,
	table.style-none td+td {
		padding-left:1em !important;
	}

}

@media all and (max-width: 767px) {

	/*  .table-wrap
	----------------------------------------------------------------------*/

/*	.table-wrap {
		overflow-x:auto;
		-webkit-overflow-scrolling:touch;
	}
	
	.table-wrap::-webkit-scrollbar {
		height: 5px;
	}
	
	.table-wrap::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	
	.table-wrap::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}*/

		.table-wrap {
		overflow-x: scroll;
	}
	
	/*  .table-break
	----------------------------------------------------------------------*/

	.bt.table-break {
		border-top:solid 1px #ccc;
	}
	
	.bt.table-break th {
		text-align:left !important;
	}
	
	.bt.table-break col {
		width:100%;
	}
	
	.bt.table-break > tbody > tr > th {
		background-color:#e0e0e0 !important;
		border-right:none;
		border-left:none;
		display:block;
		padding:0.5em 10px;
	}
	
	.bt.table-break > tbody > tr > td {
		border:none;
		border-bottom:solid 1px #ccc;
		display:block;
		padding:1em 10px;
	}

	/*  .style-none
	----------------------------------------------------------------------*/
	
	table.style-none th,
	table.style-none td {
		background-color:#fff;
		border:none;
		font-weight:normal;
		padding:0;
		vertical-align:top;
	}
	
	table.style-none tr+tr th,
	table.style-none tr+tr td {
		padding:0.25em 0;
	}
	
	table.style-none th+th,
	table.style-none th+td,
	table.style-none td+td {
		padding-left:1em !important;
	}

}

/*----------------------------------------------------------------------
  ol
----------------------------------------------------------------------*/

ol {
	list-style:decimal;
	margin-left:1.5em;
	padding-left:0;
}


/*----------------------------------------------------------------------
  ul
----------------------------------------------------------------------*/

/*  .list
----------------------------------------------------------------------*/

.layout-second .second-body article ul.list > li {
	position:relative;
	padding-left:1.5em;
	width:calc(100% - 1.5em);
}

ul.list > li:before {
	content:"\25aa";
	font-size:1.1em;
	left:0;
	position:absolute;
	top:0;
}

ul.list ul.list > li:before {
	color:#888;
}

.layout-second .second-body article .list.row2 li,
.layout-second .second-body article ul.list.row3 li {
	padding-left: 0;
}

.layout-second .second-body article ul.list.row2 > li:before,
.layout-second .second-body article ul.list.row3 > li:before {
	display: none;
}

/*  .inline
----------------------------------------------------------------------*/

ul.inline {
	display:block;
}

ul.inline > li {
	display:inline-block;
	margin-top:5px;
	margin-right:15px;
}

ul.inline > li:before {
	top:-0.15em;
}

ul.inline > li:last-child {
	margin-right:0;
}


/*  .note
----------------------------------------------------------------------*/

.note {
	font-size:0.9em;
}
@media all and (min-width: 768px) {
	.note {
	line-height: 2.4;
	}
}

ul.note {
	padding-left:0;
}
ul.note .body {
	display:inline-block;
}

/*----------------------------------------------------------------------
  img
----------------------------------------------------------------------*/

article.body img {
    max-width:100%;
}

/*----------------------------------------------------------------------
  a
----------------------------------------------------------------------*/

/*.layout-second a {
  color: #8F0038;
}*/

.team-tk .layout-second .second-body article a[target=_blank]:after {

	content: url(/v=1529741638/files/user/_/common/img/icn-external.png);
	display: inline-block;
	text-decoration: none;
	width: 18px;
	margin-right: 5px;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	padding-left: 5px;
	vertical-align: middle;
}

article.body  a.btn {
  border: 1px solid #8F0038;
  padding: 1em 3em;
  background-color: #8F0038;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none !important;
  transition: all 300ms ease;
}

article.body table td a.btn {
  padding: 1em 1em;
}

@media all and (max-width: 767px) {
	article.body  a.btn {
		display: block;
	  padding: 1em;
	}
}

article.body a.btn.large {
  font-size: 16px;
}
article.body a.btn.wide {
  padding: 1em;
}

@media all and (max-width: 767px) {
	article.body a.btn.large {
		font-size: 100%;
	}
}

article.body  a.btn:hover {
  background-color: #fff;
  color: #8F0038;
	 opacity: 1;
}


/***********************************************************************

  Common Layout

***********************************************************************/

/*----------------------------------------------------------------------
  .second-body.index
----------------------------------------------------------------------*/

.second-body.index {
	background-color:#f3f3f3;
	padding-top:0;
	overflow:hidden;
}

/***********************************************************************

  Parts Layout

***********************************************************************/

.layout-team-header .team-nav li.tnav07 {
  display: inline-block !important;
}
@media print, screen and (min-width: 768px){
.layout-team-header .tnav-wrap {
  min-width: 720px !important;
}
}

/*----------------------------------------------------------------------

  .component-index-card
----------------------------------------------------------------------*/

@media all and (min-width: 768px) {

/*	.component-index-card.row3 .list-card:nth-last-child(-n+3) {
		margin-bottom: 0;
	}*/
	.component-index-card.row3 .list-card:nth-child(3n) {
		margin-right: 0;
	}
	.component-index-card .list-card {
		display: inline-block;
		float:left;
		margin-bottom: 45px;
		margin-right: 2.5%;
		/*padding-top: 15px;*/
		padding-top: 0px;
		/*width: 31.3%;*/
		width: 31%;
		position: relative;
	}
	.component-index-card .list-card a:hover .image .image-bg {
		transform: scale(1.15);
	}
	.component-index-card .list-card .image {
		position: relative;
	}
	.component-index-card .list-card .image img {
		vertical-align: top;
		width: 100%;
	}
	.component-index-card .list-card .image .image-bg {
		transition: 1.2s transform cubic-bezier(0.165, 0.84, 0.44, 1);
		-webkit-transition: 1.2s transform cubic-bezier(0.165, 0.84, 0.44, 1);
	}
	.component-index-card .list-card .detail {
		padding: 30px 20px 20px;
		background: #FFF;
	}
	.component-index-card .list-card .detail .title {
		margin-bottom: 10px;
		font-size: 16px;
		color: #7f7f7f;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.component-index-card .list-card .detail .title+p {
		color:#7f7f7f;
		font-size: 14px;
	}
	
	.component-index-card .list-card .is-slice:after {
		background: #f3f3f3;

	}

}

@media all and (max-width: 767px) {

	.component-index-card .list-card {
    overflow: hidden;
    zoom: 1;
    position: relative;
    height: 100px;
    background: #FFF;
    border-bottom: 1px solid #e6e7e7;
  }
  .component-index-card .list-card .image {
    position: relative;
    overflow: hidden;
    float: left;
    width: 30%;

    max-width: 100px;
  }
  .component-index-card .list-card .image:after {
    display: none;

  }
  .component-index-card .list-card .image img {
    vertical-align: top;
    width: 150%;
    max-width: 150%;
  }
  .component-index-card .list-card .detail {
    overflow: hidden;
    position: relative;
    padding: 10px;
    background: #FFF;
  }
  .component-index-card .list-card .detail .title {
    padding-top: 25px;
	padding-left:20px;
    font-size: 17px;
    color: #7f7f7f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

}

/*----------------------------------------------------------------------
  .links
----------------------------------------------------------------------*/

dl.links {
	margin-top:50px;
}

dl.links dt {
 	color:#000;
	font-size: 20px;
	margin-bottom:20px;
}
dl.links dd+dd {
	margin-top:15px;
}

@media all and (max-width: 767px) {
	dl.links {
		margin-top:30px;
	}
	dl.links dt {
		font-size: 15px;
		margin-bottom:15px;
	}
}

/*----------------------------------------------------------------------
  .bnr
----------------------------------------------------------------------*/

.layout-main .bnr { padding: 10px 30px; line-height: 1; }
.layout-main .bnr img { width: 100%; }

.layout-side .bnr { position: relative; padding: 0 15px 45px; line-height: 1; }
.layout-side .bnr a { display: table; margin: 0 auto 10px; }

@media all and (max-width: 767px) {
	.layout-main .bnr { padding: 0;  }

	.layout-side .bnr { padding: 10px; }
	.layout-side .bnr img { border: 1px solid #666; }
}

.layout-side .bnr a:last-child { margin-bottom: 0; }

/*----------------------------------------------------------------------
  .layout-partners
----------------------------------------------------------------------*/

.layout-partners ul {
	padding: 20px 0 0;
	display: table;
	margin: auto;
	text-align: center;
}
.layout-partners li {
 display: inline-block;
	margin: 10px;
	vertical-align: middle;
}
.layout-partners li.headpartner {
	display:block;text-align:center; float: none; margin-bottom: 0;
}
.layout-partners img {
	height: 39px;
}
.layout-partners li.headpartner img {
	width: auto;
	height: 39px;
}

.layout-partners p { padding: 15px 0 50px; text-align: center; }
.layout-partners p a { color: #8F0038; text-decoration: underline; }

@media all and (min-width: 768px) {
	.layout-partners ul {
		width: 859px;
	}
	.layout-partners img {
		width: auto;
		height: 64px;
	}
	.layout-partners li.headpartner img {
		width: 248px;
		height: auto;
	}
}

/*----------------------------------------------------------------------
  PROFILE
----------------------------------------------------------------------*/

header.player-header .slide img {
	margin-left: 0;
	width: 100%;
	max-width: 100%;
}

/*----------------------------------------------------------------------
  current
----------------------------------------------------------------------*/
@media all and (min-width: 768px) {
	.component-sidenav .active {
		margin-left: -50px !important;
		color: #fff;
		background: #8F0038 !important;
	}
}
@media all and (max-width: 767px) {
	.component-sidenav-inner .active {
		color: #fff;
		background: #8F0038 !important;
	}
}

/*----------------------------------------------------------------------
/*  photo
----------------------------------------------------------------------*/

.layout-second .second-body article > p.pht01,
.layout-second .second-body article > p.pht02,
.layout-second .second-body article > p.pht03,
.layout-second .second-body article > p.pht04 { line-height: 1; }

.layout-second .second-body article > p.pht01 { text-align: center; }

.pht01 span { display: block; line-height: 2.4; }

.pht02, .phtr, .phtl { zoom: 1; }
.pht02:after, .phtr:after, .phtl:after { content:"."; display: block; height: 0px; clear: both; visibility: hidden; }

.phtr > img, .phtl > img { margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .pht02 > img, .pht02 > figure { float: left; width: 48%; }
  .pht02 > img:nth-child(even), .pht02 > figure:nth-child(even) { float: right; }
  .pht02 > figure, .phtr > figure, .phtl > figure { margin: 0 0 30px; line-height: 2.4; }

  .pht03, .pht04 { display: flex; margin-bottom: 30px; }
  .pht03 > figure { margin: 0 15px; width: 31.5%; }
  .pht04 > figure { margin: 0 15px; width: 23.5%; }

  .pht03 > figure:first-child, .pht04 > figure:first-child { margin-left: 0; }
  .pht03 > figure:last-child, .pht04 > figure:last-child { margin-right: 0; }

  .layout-content .second-body .pht03 > figure > p,
  .layout-content .second-body .pht04 > figure > p { line-height: 1.6; margin-bottom: 0; }

  .phtr > img, .phtr > figure { float: right; width: 48%; margin-left: 4%; }
  .phtl > img, .phtl > figure { float: left; width: 48%; margin-right: 4%; }
}

@media screen and (max-width: 767px) {
  .pht02 > img:nth-child(odd) { margin-bottom: 30px; }
  .phtr > img, .phtl > img { display: table; }
  .pht02 > figure, .phtr > figure, .phtl > figure { margin: 0 0 15px; line-height: 2.4; font-size: 14px; }
  .phtr, .phtl {margin-bottom: 30px; }
  .pht03 > figure, .pht04 > figure { margin: 0 0 30px; }

  .pht02.pht-sp > img, .pht02.pht-sp > figure { float: left; width: 48%; }
  .pht02.pht-sp > img:nth-child(even), .pht02.pht-sp > figure:nth-child(even) { float: right; }
  .pht02.pht-sp > figure { margin: 0 0 30px; line-height: 1.6; }

  .pht03.pht-sp { display: flex; margin-bottom: 30px; }
  .pht03.pht-sp > figure { margin: 0 5px; }

  .pht03.pht-sp > figure:first-child { margin-left: 0; }
  .pht03.pht-sp > figure:last-child { margin-right: 0; }

  .pht04.pht-sp { display: flex; flex-wrap: wrap; margin-bottom: 15px; }
  .pht04.pht-sp > figure { width: 48%; margin-bottom: 15px; }
  .pht04.pht-sp > figure:nth-child(odd) { margin-right: 4%; }
}

/*-------------------- a.arrow --------------------*/
a.arrow, span.arrow {
	background: url(/v=1529741637/files/user/_/common/img/arrow.png) no-repeat 0 50%;
	padding: 0 0 0 24px;
	font-size: 14px;
}
/*-------------------- end arrow --------------------*/

.attention, .example, .example-gray, .example-gold, .example-pink {
	padding: 25px 1.5em;
	border: 2px solid #8F0038;
	margin-bottom: 40px;
}
.example {
	border-color: #797979;
}
.example-gray {
	border: none;
	background-color: #d4d4d4;
	font-size: smaller;
}
.example-gold {
	border-color: #b68f27;
}
.example-pink {
	border: none;
	background-color: #f8dcdd;
}

@media screen and (max-width: 767px) {
.attention,
.example,
.example-gray,
.example-gold,
.example-pink{
    margin-bottom: 20px;
    padding: 1em;
  }
}

.attention > p:last-child,
.example > p:last-child,
.example-gray > p:last-child,
.example-gold > p:last-child,
.example-pink > p:last-child {
	margin-bottom: 0;
}

/*-------------------- .anchor .anchor2 --------------------*/
.second-body ul.anchor,
.second-body ul.anchor2 {
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.layout-second .second-body ul.anchor a,
.layout-second .second-body ul.anchor2 a {
  display: block;
  padding: 10px 0;
  overflow: hidden;
	color: #000 !important;
}

.second-body ul.anchor li,
.second-body ul.anchor2 li {
  float: left;
  width: 25%;
  background: #ded7c8;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  text-align: center;
}
.layout-second .second-body ul.anchor li:hover a,
ul.anchor2 li:hover a{
  background: #b68f27;
  color: #000;
  opacity:1;
}

@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
  .second-body ul.anchor li,
  .second-body ul.anchor2 li {
    width: 50%;
    font-size: 12px;
    letter-spacing: 0;
  }
  ul.anchor a,
  ul.anchor2 a {
    padding: 10px 0;
  }
  ul.anchor li,
  ul.anchor2 li {
    width: 50%;
  }
}
/*-------------------- end .anchor .anchor2 --------------------*/

/*-------------------- pagetop --------------------*/
#pagetop {
	position: fixed;
	bottom: 5px;
	right: 20px;
	z-index: 1000;
}
#pagetop a {
	display: block;
	width: 60px;
	height: auto;
}
#pagetop a img {
	width: 60px;
}
#pagetop a:hover {
	opacity: .7;
	transition:all .2s;
	-webkit-transition:all .2s;
}
@media screen and (max-width: 767px) {
	#pagetop {
		bottom: 0;
	}
}
/*-------------------- end pagetop --------------------*/

/*-------------------- b-league button --------------------*/

@media screen and (min-width: 768px) {
  .more_menu_wrap{
    text-align: center;
  }
  .more_menu_wrap li{
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .second-body .more_menu_wrap li a{
    display: inline-block;
    background-color: #fff;
    border: solid 1px #b2b2b2;
    padding: 10px 30px;
    font-weight: 500;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 27px;
    color: #b68f27;
    letter-spacing: 0.2em;
    transition: all 0.5s;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .more_menu_wrap li a:hover {
    background-color: #ded7c8;
    color: #b68f27;
    border-color: #000;
    opacity: 0.7;
  }

}

@media screen and (max-width: 767px) {
  .more_menu_wrap{
    margin:0 0 5%;
  }
  .more_menu_wrap li{
		background-color: #fff;
    border: solid 1px #ccc;
    padding: 10px;
    font-weight: 500;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 27px;
    color: #fff;
    display: inline-block;
    width: 47%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.2em;
    margin-right:2%;
    margin-bottom:2%;
  }
  .team-tk .layout-second .second-body .more_menu_wrap li a{
    color: #B68F27; text-decoration: none;
  }
}

/*-------------------- end b-league button --------------------*/

/*-------------------- movie --------------------*/
.movie {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
}
 
.movie iframe {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
/*-------------------- end movie --------------------*/

/*-------------------- gmap --------------------*/
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 50%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/*-------------------- end gmap --------------------*/

 .player-body .player-text { padding: 40px; background: #fff; margin-bottom: 40px; }

/* SNS埋め込みスマホ表示修正 */
@media all and (max-width: 767px) {
  .block-body.top-snslist li {
    float: none;
    width: 100%;
  }
}
/* ここまでSNS埋め込みスマホ表示修正 */

.layout-second .second-body article > p.b-ticket { margin-bottom: 0; }
.layout-second .second-body article > p.b-ticket + h2 { margin-top: 30px; }
.b-ticket { text-align: center; }
.b-ticket img { width: 315px; }
.team-tk .layout-second .second-body article .b-ticket a:after { content: none; }
@media all and (max-width: 767px) {
  .b-ticket img {
    width: 70%;
  }
}

.layout-second .second-body article > p.b-ticket-bnr { margin-bottom: 0; }
.layout-second .second-body article > p.b-ticket-bnr + h2 { margin-top: 30px; }
.team-tk .layout-second .second-body article .b-ticket-bnr a:after { content: none; }
@media screen and (min-width: 768px) { /* PC */
  .b-ticket-bnr { max-width: 600px; margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 767px) { /* SP */
  .b-ticket-bnr { width: 90%; margin-left: auto; margin-right: auto; }
}

/*-------------------- b-league button 2019.04 --------------------*/
.link-wrap a.link-radius, .link-wrap a.link {
	color: #B68F27;
	text-decoration: none !important;
}
.link-wrap .link-radius:hover, .link-wrap .link-radius.selected {
  background: #fff !important;
}
.news_link_wrap .news_link {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  color: #8f0038;
  font-size: 3.733vw;
  line-height: 5;
}
.news_link_wrap .news_link::after{
  position: absolute;
  content: " ";
  background: url("/files/user/_/common/img/icon_arrow_r.png") no-repeat center center;
  background-size: contain;
  padding-left: 1.866%;
  top: 0;
  right: 0.5em;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 641px) {
  .news_link_wrap {
    padding: 40px 0 35px;
  }
  .news_link_wrap .news_link {
    box-sizing: border-box;
    display: block;
    width: 330px;
    height: 60px;
    margin: 0 auto;
    border: 2px solid #8f0038;
    font-size: 14px;
    line-height: 4;
  }
  .news_link_wrap .news_link::after{
    padding-left: 8px;
    right: 1em;
  }
}

.news_link_wrap .btn_effect p {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
	font-weight: bold;
  vertical-align: baseline;
}

/* マウスオンの時に色を変える */
@media only screen and (min-width: 641px) {
  .btn_effect .background {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #b08f27;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .34s cubic-bezier(.67,.01,.26,1);
    transition: all .34s cubic-bezier(.67,.01,.26,1);
    z-index: 1;
  }
  .btn_effect a:hover { text-decoration: none; }
  .btn_effect a:hover .background {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .btn_effect p {
    position: relative;
    z-index: 2;
  }
  .btn_effect a:after {
    z-index: 2;
  }
}
/*-------------------- end b-league button 2019.04 --------------------*/

/*----------------------------------------------------------------------
  .tab
----------------------------------------------------------------------*/

.tab, .tab02, .tabs {
    position: relative;
}
.tab:after, .tab02:after , .tabs:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.tab:before, .tab02:before, .tabs:before {
    z-index: 1;
}
.tab li, .tab02 li, .tabs li {
    position: relative;
    z-index: 0;
}
.tab li.select, .tab02 li.select, .tabs li.active {
    z-index: 2;
    cursor: default;
}

/*------ .tab01 ------*/
.tab.tab01:after, ul.tabs:after {
    border-bottom: 1px solid #aaa;
}

.tab.tab01 li, .tabs li.tabs-tab {
    margin: 0 0 0 5px;
    padding: 5px 20px 3px;
    border: 1px solid #aaa;
    border-radius: 5px 5px 0 0;
    background: #ded7c8;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}
.tab.tab01 li:first-child {
    margin: 0 0 0 0;
}

.tab.tab01 li.select, .tabs li.tabs-tab.active {
    border-bottom-color: #f0f0f0;
    background: #f0f0f0;
    color: #000;
}

/*------ .tab02 ------*/
.tab02 {
	position: relative;
	background: #fff;
	border: 2px solid #666; border-radius: 5px;
	padding: 10px;
	margin-bottom: 40px;
}
.tab02:after, .tab02:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tab02:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 30px;
	margin-left: -30px;
}
.tab02:before {
	border-color: rgba(102, 102, 102, 0);
	border-top-color: #666;
	border-width: 33px;
	margin-left: -33px;
}

.tab02 li {
    display: inline-block;
    cursor: pointer;
    margin-right: 0.5em;
    padding: 0.4em 0.5em 0.5em 1.5em;
}
.tab02 li:hover { text-decoration: underline; }
.tab02 li.select {
    background: #4c4c4c;/* dark gray */
    color: #fff !important;
}

.tab02 li:before {
    content: "＞ ";
    color: #ffb2b6;
    font-weight: bold;
    font-size: 75%;
    position: absolute;
    left: 0.5em;
    top: 1em;
}

@media all and (max-width: 767px) {
	.tab li {
	font-size: 100%;
}
}

.hide { display:none; }
.tabbox02 { margin-bottom: 30px; }

.layout-main .attention ul,
.layout-main .example ul,
.layout-main .example-gray ul,
.layout-main .example-gold ul,
.layout-main .example-pink ul,
.layout-main .attention p,
.layout-main .example p,
.layout-main .example-gold p { line-height: 2.4; }

.layout-main .example-gray p,
.layout-main .example-gray .list li { line-height: 1.6; }

@media screen and (max-width: 767px) {
.layout-main .attention p,
.layout-main .example p,
.layout-main .example-gold p { line-height: 1.6; }

.tab.tab01 li { margin-left: 0; padding: 5px 3px; border-radius: 3px 3px 0 0; font-size: 11px; }
}

.tabbox b, .tab_multi b {
  color: #B68F27;
}

/*------ .tabs ------*/
ul.tabs { margin-bottom: 15px; }
.tabs li.active a { color: #4c4c4c !important; text-decoration: none !important; }
.tabs li a { color: #797979 !important; text-decoration: none !important; }

ul.panels{
	clear: both;
	position: relative;
	top: 0;
	z-index: 0;
}
ul.panels > li.panel {
  display: none;
}
ul.panels > li.panel.active {
  display: block !important;
}

@media all and (min-width: 768px) {
  .layout-second .second-body article ol > li {
    margin-bottom: 15px;
    line-height: 2.4;
  }
}

.second-body a[href$=".pdf"] { padding: 5px 0 0 23px; background: url("/files/user/images/common/ico_link-pdf.png") left 0.2em no-repeat; }
header a[href$=".pdf"] { padding: 0 !important; background: none !important; }
.link-wrap a.size-half[href$=".pdf"] { padding: 15px 0; background: none !important; }

/*----------------------------------------------------------------------
  .tab_multi
----------------------------------------------------------------------*/

.tab_multi {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab_multi:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #8f0038;
  display: block;
  order: -1;
}
label.tab-label {
  background: #ececec;
  white-space: nowrap;
  text-align: center;
  padding: 5px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border: 1px solid #aaa;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  flex: 1;
  font-size: 14px;
}
.tab-label:not(:last-of-type) {
  margin-right: 10px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #8f0038;
  border-color: #8f0038;
  color: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px 0;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

@media screen and (max-width: 767px) {
  label.tab-label { white-space: normal; padding: 5px 0; border-radius: 3px 3px 0 0; font-size: 11px; }
  .tab-label:not(:last-of-type) { margin-right: 5px; }
  .tab_multi:after { height: 3px; }
}

/*----------------------------------------------------------------------
  スケジュールレポート
----------------------------------------------------------------------*/

  #player-report {
    background: #f0f0f0;
  }
@media screen and (min-width: 768px) {
  #player-report .report-box.review-box p {
    margin-bottom: 30px;
    line-height: 2.4;
  }
}

@media screen and (max-width: 767px) {
  #player-report .report-box.review-box p {
    margin-bottom: 30px;
    line-height: 1.6;
  }
}

/*----------------------------------------------------------------------
  .mokuji
----------------------------------------------------------------------*/

.mokuji {
  margin-bottom: 30px;
  border: 1px solid #8f0038;
  border-radius: 3px;
  margin-left:15%;
  margin-right: 15%;
}
.mokuji div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 1px 0 3px;
  background-color: #8f0038;
  color: #fff;
  letter-spacing: 0.5em;
}
.mokuji ol {
  margin: 0;
  overflow: hidden;
  counter-reset: mycount;
  list-style-type: none;
}
.mokuji > ol {
  padding: 1em 1em 1em 1.5em;
}
.mokuji ol ol {
  margin-top: 5px;
  padding-left: 1.3em;
}
.mokuji li {
  padding: 5px 0;
  margin-bottom: 0 !important;
  line-height: 1 !important;
}
.mokuji ol ol li {
  font-weight: 500;
  font-size: 1em;
}
.mokuji ol ol ol li {
  font-weight: normal;
  font-size: 1em;
}
.layout-second .second-body article .mokuji a {
  color: #4f4f4f !important;
  text-decoration: none;
}
.layout-second .second-body article .mokuji a:visited {
  color: #8b8b8b !important;
}
.layout-second .second-body article .mokuji a:hover {
  opacity: 1;
  text-decoration: underline !important;
}
.layout-second .second-body article .mokuji > ol > li > a { /* H2のリンクは赤 */
  color: #8f0038 !important;
  font-size: 18px;
}
.layout-second .second-body article .mokuji > ol > li > a:visited {
  color: #af6c80 !important;
}
.mokuji > ol > li::before { /* H2の数字は赤 */
  color: #8f0038;
}
.mokuji ol li a span.mokuji-br1,
.mokuji ol li a span.mokuji-br2,
.mokuji ol li a span.mokuji-br3 {
  line-height:1.4;
}

@media screen and (max-width: 767px) {
  .mokuji {
    margin-left:0;
    margin-right: 0;
  }
  .mokuji div {
  font-size: 14px !important;
  }
  .layout-second .second-body article .mokuji > ol > li > a {
  font-size: 16px;
  }
}