@charset "UTF-8";

#gNav.official {
	display: none;
}


/*--------------------------
  ★#mvArea
---------------------------*/
#mvArea {
	position: relative;
}
/*----#mv*/
#mvArea #mv {
	padding: 0 450px 0 0;
	position: relative;
}
#mvArea #mv #mainvisual {
	height: 900px;
}
#mvArea #mv #mainvisual .vegas-timer {
	background: #666;
}
#mvArea #mv #mainvisual .vegas-timer-progress {
	background: #ea5404;
}
#mvArea #mv .mainCopy {
	position: absolute;
	right: 460px;
	bottom: 30px;
	left: 0;
	text-align: right;
}
#mvArea #mv .mainCopy img {
	max-width: 700px;
	width: 75%;
	height: auto;
}
#mvArea #mv #nav {
	position: absolute;
	left: 0;
	top: 50px;
	text-align: left;
}
#mvArea #mv #nav ul li {
}
#mvArea #mv #nav ul li a {
	font-family: 'Oswald', sans-serif;
	font-size: 200%;
	padding: 10px 30px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#mvArea #mv #nav ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  background: #f11c06;
		background: -moz-linear-gradient(top left, #f11c06 0%, #eb5e1e 100%);
		background: -webkit-gradient(linear, left top, right bottom, from(#f11c06), to(#eb5e1e));
		background: -webkit-linear-gradient(top left, #f11c06 0%, #eb5e1e 100%);
		background: -o-linear-gradient(top left, #f11c06 0%, #eb5e1e 100%);
		background: linear-gradient(to bottom right, #f11c06 0%, #eb5e1e 100%);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#mvArea #mv #nav ul li a:hover, #mvArea #mv #nav ul li a:focus, #mvArea #mv #nav ul li a:active {
 color: white;
}
#mvArea #mv #nav ul li a:hover:before, #mvArea #mv #nav ul li a:focus:before, #mvArea #mv #nav ul li a:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*----#mvSide*/
#mvArea #mvSide {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 450px;
	background: #125152;
	background: -moz-linear-gradient(top left, #00a8a9 0%, #125152 100%);
	background: -webkit-gradient(linear, left top, right bottom, from(#00a8a9), to(#125152));
	background: -webkit-linear-gradient(top left, #00a8a9 0%, #125152 100%);
	background: -o-linear-gradient(top left, #00a8a9 0%, #125152 100%);
	background: linear-gradient(to bottom right, #00a8a9 0%, #125152 100%);
}
#mvArea #mvSide .ttlhead {
	font-family: 'Oswald', sans-serif;
	background: #00a8a9;
	width: 194px;
	padding: 10px 3%;
	position: absolute;
	left: 0;
	top: 0;
}
#mvArea #mvSide .bscBtn01 a {
	font-size: 70%;
	margin: 3px 10px;
}
#mvArea #mvSide::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:url(../images/pattern_dot_mvSide.png) repeat;
	z-index: 0;
}
#mvArea #mvSide .mvSideInr {
	position: relative;
	z-index: 1;
	height: 100%;
}
/*----#logoArea*/
#mvArea #mvSide .mvSideInr #logoArea {
	padding: 30px 3% 15px;
	overflow: hidden;
}
#mvArea #mvSide .mvSideInr #logoArea .logo {
	float: left;
}
#mvArea #mvSide .mvSideInr #logoArea ul.snsBtn {
	text-align: right;
	float: right;
	margin-top: 25px;
}
#mvArea #mvSide .mvSideInr #logoArea ul.snsBtn li {
	display: inline-block;
	margin-left: 1px;
}
#mvArea #mvSide .mvSideInr #logoArea ul.snsBtn li a {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 60px;
	padding: 8px 8px 6px;
	font-size: 70%;
}
#mvArea #mvSide .mvSideInr #logoArea ul.snsBtn li a:hover {
	background: #fff;
	color: #111;
}
/*----#resultArea*/
#mvArea #mvSide .mvSideInr #resultArea {
	background: #333;
	background: -moz-linear-gradient(top left, #000 0%, #333 100%);
	background: -webkit-gradient(linear, left top, right bottom, from(#000), to(#333));
	background: -webkit-linear-gradient(top left, #000 0%, #333 100%);
	background: -o-linear-gradient(top left, #000 0%, #333 100%);
	background: linear-gradient(to bottom right, #000 0%, #333 100%);
	position: relative;
}
#mvArea #mvSide .mvSideInr #resultArea .gameInfo {
	padding:5px 3% 5px 200px;
}
#mvArea #mvSide .mvSideInr #resultArea .gameInfo p.place {
	font-size: 75%;
	text-indent: -1em;
	margin-left: 1em;
	opacity: 0.8;
	margin-bottom: 3px;
	line-height: 1.2;
	height: 30px;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .inr {
	overflow: hidden;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .inr .timetable {
	float: left;
	font-size: 120%;
	margin-top: 2px;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .inr .bscBtn01 {
	float: right;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo {
	padding: 10px 3% 10px;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo table.vs {width: 100%!important;}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo table.vs td {
	vertical-align: middle;
	text-align: center;
	border: none;
	padding: 0 1%;
	width: 45%;
	font-size: 90%;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo table.vs td.team {
	width: 27.5%;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo table.vs ul {
	display: table;
	font-weight: 600;
	margin: 0 auto 10px;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo table.vs li {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	line-height: 1;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo table.vs li:nth-child(2) {
	padding: 10px;
	font-size: 1.8rem;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo table.vs .score {
	font-size: 4.4rem;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .score.win { border-bottom: solid 5px #FFFF01;}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .teamIcon {
	max-height: 90px;
	max-width:  110px;
	width: auto;
	height: auto;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .harfScore{
	width: 100%;
	opacity: 0.8;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .harfScore td {
	vertical-align: middle;
	width: 50%;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .harfScore td.firstGame {
	border-right: #FFFFFF 1px solid;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .harfScore td .ttl {
	display: block;
	margin-bottom: 5px;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .harfScore td .score{
	font-size: 2.2rem;
	vertical-align: middle;
	display: inline-block;
	padding: 0 5px;
}
/*----#gameArea*/
#mvArea #mvSide .mvSideInr #gameArea {
	position: relative;
	background: url(../images/side_bg_suppy.png) right bottom no-repeat;
	background-size: auto 100%;
	padding: 20px 3%;
	border-bottom: rgba(255,255,255,.3) 1px solid;
}
#mvArea #mvSide .mvSideInr #gameArea .gameList {
	overflow-y: scroll;
	height: 250px;
}
#mvArea #mvSide .mvSideInr #gameArea .gameList ul {
	border-top: rgba(255,255,255,.2) 1px dotted;
}
#mvArea #mvSide .mvSideInr #gameArea .gameList ul li {
	padding: 10px 2%;
	line-height: 1.6;
	border-bottom: rgba(255,255,255,.2) 1px dotted;
}
#mvArea #mvSide .mvSideInr #gameArea .gameList ul li h3 {
	line-height: 1.2;
}
#mvArea #mvSide .mvSideInr #gameArea .gameList ul li h3 .gameName {
	font-size: 80%;
	display: block;
	opacity: 0.9;
}
#mvArea #mvSide .mvSideInr #gameArea .gameList ul li a:hover {
	text-decoration: underline;
}
#mvArea #mvSide .mvSideInr #gameArea .gameList ul li .timetable {
	font-size: 90%;
	margin-bottom: 5px;
}
#mvArea #mvSide .mvSideInr #gameArea .gameList ul li .place {
	font-size: 75%;
	opacity: 0.8;
}
/*----#coachArea*/
#mvArea #mvSide .mvSideInr #coachArea {
	position: relative;
	padding: 60px 3% 20px;
}

#mvArea #mvSide .mvSideInr #coachArea .comment {
	margin-right: 160px;
	line-height: 1.4;
}
#mvArea #mvSide .mvSideInr #coachArea .coachName {
	font-size: 130%;
	text-align: right;
	margin-right: 160px;
}
#mvArea #mvSide .mvSideInr #coachArea .coachName span {
	font-size: 60%;
	display:block;
	margin-bottom: 6px;
}

#mvArea #mvSide .mvSideInr .coachImg {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 0;
}
#mvArea #mvSide .mvSideInr .coachImg img {
	height: 200px;
	width: auto;
}


/*--------------------------
  ★#contBtns
---------------------------*/
#contBtns {
	padding: 60px 3% 50px;
}
#contBtns .btn01 {
	background-image: url(../images/img_btn_goods.jpg);
}
#contBtns .btn03 {
	background-image: url(../images/img_btn_profile.jpg);
}
#contBtns .news {
	position: relative;
	z-index: 1;
	width: 32.4%;
	height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background: url(../images/pattern_dot.png);
}
#contBtns .news:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#contBtns .news .inr {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 30px 30px;
}
#contBtns .news .inr h2{
	position: absolute;
	left: 20px;
	top:20px;
	z-index: 3;
	font-weight: 300;

}
#contBtns .news .inr h2 span {
	font-family: 'Oswald', sans-serif;
	font-size: 250%;
	display: block;
	margin-bottom: 10px;
}
#contBtns .news .inr .bscBtn01 a {
	font-size: 70%;
	margin: 3px 10px;
}
#contBtns .news .inr .newsList {
	width: 100%;
	height: 75%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#contBtns .news .inr .newsList  {
	width: 100%;
}
#contBtns .news .inr .newsList{
	border-top: rgba(255,252,252,.2) 1px solid;
}
#contBtns .news .inr .newsList dl {
	border-bottom: rgba(255,252,252,.2) 1px solid;
	padding: 13px 2%;
}
#contBtns .news .inr .newsList dl:hover {
	text-decoration: underline;
}
#contBtns .news .inr .newsList dl dt {
	line-height: 1.2;
}
#contBtns .news .inr .newsList dl dt span.day {
	display: block;
	font-size: 80%;
	margin-bottom: 5px;
}

/*--------------------------
  ★scrolls
---------------------------*/
#mvArea #mvSide .mvSideInr #gameArea .gameList::-webkit-scrollbar, #contBtns .news .inr .newsList::-webkit-scrollbar{
 width: 5px;
	}
#mvArea #mvSide .mvSideInr #gameArea .gameList::-webkit-scrollbar-track, #contBtns .news .inr .newsList::-webkit-scrollbar-track{background:#dddddd;}
#mvArea #mvSide .mvSideInr #gameArea .gameList::-webkit-scrollbar-thumb, #contBtns .news .inr .newsList::-webkit-scrollbar-thumb{background:#CACACA;}



/* for TUB
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1000px) {
	#mvArea{
		margin-top: 55px;
	}
	
	
	
}










/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {
/*--------------------------
  ★#mvArea
---------------------------*/
/*----#mv*/
#mvArea #mv {
	padding: 0;
}
#mvArea #mv #mainvisual {
	height: 60vh;
}
#mvArea #mv .mainCopy {
	position: absolute;
	right: 0;
	bottom: 15px;
	left: 0;
	text-align: right;
}
#mvArea #mv .mainCopy img {
	max-width: 700px;
	width: 75%;
	height: auto;
}
#mvArea #mv #nav {
	display: none;
}

/*----#mvSide*/
#mvArea #mvSide {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
#mvArea #mvSide .ttlhead {
	width: 145px;
	padding: 8px 1%;
}
#mvArea #mvSide .bscBtn01 a {
	width: auto;
}
/*----#logoArea*/
#mvArea #mvSide .mvSideInr #logoArea {
	display: none;
}
/*----#resultArea*/
#mvArea #mvSide .mvSideInr #resultArea .gameInfo {
	padding:50px 3% 5px;
}
#mvArea #mvSide .mvSideInr #resultArea .gameInfo p.place {
	margin-bottom: 0;
	height: auto;
}
#mvArea #mvSide .mvSideInr #resultArea .gameInfo .inr .timetable {
	font-size: 140%;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo {
	padding: 0 3% 20px;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo table.vs td {
	padding: 0;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo table.vs li:nth-child(2) {
	font-size: 1.8rem;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo table.vs .score {
	font-size: 3.0rem;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .teamIcon {
	max-height: 70px;
	height: auto;
	max-width: 90px;
	width:auto;
}
#mvArea #mvSide .mvSideInr #resultArea .pointInfo .harfScore td .score{
	font-size: 1.3rem;
}

	
/*--------------------------
  ★#contBtns
---------------------------*/
#contBtns {
	padding: 5px 3% 15px;
}
#contBtns .news {
	width: 100%;
	height: 310px;
}
#contBtns .news:before {
	padding-top: 0;
}
#contBtns .news .inr {
	padding: 23px 3% 30px;
}
#contBtns .news .inr .bscBtn01 a {
	width: auto;
	font-size: 75%;
	padding: 3px 10px;
}
#contBtns .news .inr .newsList {
	width: 100%;
	overflow-y: scroll;
}
#contBtns .news .inr .newsList  {
	width: 100%;
}
#contBtns .news .inr h2 {
font-size: 110%;
}
#contBtns .news .inr .newsList{
	border-top: rgba(255,252,252,.2) 1px solid;
}
#contBtns .news .inr .newsList dl {
	border-bottom: rgba(255,252,252,.2) 1px solid;
	padding: 13px 2%;
}
#contBtns .news .inr .newsList dl:hover {
	text-decoration: underline;
}



	
}

/* coming soon
-------------------------------------------------------------------------------------*/

.comingS {
  font-size: 250%;
  font-weight: 600;
  padding: 4vh 0;
}

@media only screen and (max-width: 800px) {
  .comingS {
  padding: 3vh 0;
}
}

@media only screen and (max-width: 500px) {
  .comingS {
  font-size: 200%;
  padding: 4vh 0;
}
}