@charset "utf-8";
/*------------------------------------------------
▼slick▼
------------------------------------------------*/
.slider{
	width: 100%;
	position: relative
}

.slider img{
	width: 100%;
	height: auto;
}

#slider01{
	height: 100%;
	overflow: hidden;
}

/*------------------------------------------------
▼top▼
------------------------------------------------*/

.top_copy{
	position: absolute;
	top: 30%;
	left: 10%;
}

.top_copy img{
	max-width: 80%;
	width: 800px;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
}
/*--- top SP---*/
@media screen and (max-width: 750px) {
}



.content_box{
	width: 50%;
}
/*--- top SP---*/
@media screen and (max-width: 750px) {
	.content_box{
		width: 100%;
	}
}

/*------------------------------------------------
▼match_con▼
------------------------------------------------*/
.match_con{
	display: flex;
}
@media screen and (max-width: 750px) {
	.match_con{
		display: block;
	}
}

.match_result{
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	color: #FFFFFF;
}

.match_result::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	float: left;
	background-image: url(../../img/top/match_result_bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
	background-size: 100% 100%;
}

.match_result_date{
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
}
@media screen and (max-width: 750px) {
	.match_result_date{
		font-size: 2em;
	}
}

.match_result_name{
	font-size: 1.2em;
	text-align: center;
}

.match_result_count{
	display: flex;
	justify-content: space-between;
	margin: 0 20%;
}
@media screen and (max-width: 1200px) {
	.match_result_count{
		display: flex;
		margin: 0 5%;
	}
}
@media screen and (max-width: 750px) {
	.match_result_count{
		display: flex;
	}
}

.match_result_team{
	font-size: 10em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.match_result_team span{
	width: 100%;
	font-size: 14px;
	position: absolute;
	bottom: -10px;
	left: 0;
}
@media screen and (max-width: 750px) {
	.match_result_team{
		font-size: 4em;
		padding: 0 20px;
	}
	.match_result_team span{
		font-size: 12px;
	}

}




.match_schedule{
	width: 50%;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	color: #0C3558;
	border-left: 5px solid #DE050E;
}
.match_schedule iframe{
	width: 100%;
	height:450px;
}
@media screen and (max-width: 750px) {
	.match_schedule{
		width: 100%;
		height:500px;
		border-top: 5px solid #DE050E;
		border-left: 0px solid #DE050E;
	}
	.match_schedule iframe{
		height:80%;
	}
}

/*------------------------------------------------
▼intro_con▼
------------------------------------------------*/
.intro_con{
	display: flex;
}
@media screen and (max-width: 750px) {
	.intro_con{
		display: block;
	}
}

.intro_box{
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	background-color: #dddddd;
}
@media screen and (max-width: 750px) {
	.intro_box{
		padding: 30px 10px;
	}
}

.intro_box h2{
	color: #0C3558;
}


.intro_box p{
	width: 90%;
	margin: 0 auto;
}


.link_btn{
	color: #FFFFFF;
	background-color: #0C3558;
	padding: 20px 50px;
	text-decoration: none;
	position: relative;
}

.link_btn::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 2px solid;
	position: absolute;
	border-color: #FFFFFF #FFFFFF transparent transparent;
	transform: rotate(45deg);
	top:25px;
	right: 15px;
}




/*------------------------------------------------
▼profile_con▼
------------------------------------------------*/

.profile_con{
	display: flex;
}
@media screen and (max-width: 750px) {
	.profile_con{
		display: block;
	}
}

.profile_con h2{
	color: #0C3558;
}

.profile_box{
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 750px) {
	.profile_box{
		padding: 30px 10px;

	}
}
.tw_logo{
	margin: 30px auto;
}

.tw_logo img{
	width: 50px;
	height: auto;
}

.tw_con{
	width: 80%;
	height: 500px;
	overflow: auto;
	margin: 0 10%;
}
.tw_con::-webkit-scrollbar{
  width: 5px;
}
.tw_con::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
.tw_con::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
@media screen and (max-width: 750px) {
	.tw_con{
		width: 100%;
		height: 500px;
		margin: 0;
	}
}


.profile_tbl{
	padding: 30px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 750px) {
	.profile_tbl{
		padding: 0px;
	}
}

.profile_tbl table{
	width: 100%;
}

.profile_tbl table th,
.profile_tbl table td{
	padding: 20px 0;
	border-bottom: 1px solid #AAAAAA;
	text-align: left;
}

.profile_tbl table th{
	min-width: 150px;
}

@media screen and (max-width: 1000px) {
	.profile_tbl table th,
	.profile_tbl table td{
		display: block;
	}
	.profile_tbl table th{
		padding: 10px 0 0;
		border-bottom: 0px solid #AAAAAA;
	}
	.profile_tbl table td{
		padding: 0 0 10px;
	}
}

/*------------------------------------------------
▼movie_con▼
------------------------------------------------*/
.movie_con{
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	background-color: #EEEEEE;
}
.movie_con h2{
	color: #0C3558;
	font-size: 1.5em;
}
@media screen and (max-width: 750px) {
	.movie_con h2{
		font-size: 1.0em;
	}
}

.movie_box{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.movie_box iframe{
	width: 100%;
	height: 600px
}
@media screen and (max-width: 750px) {
	.movie_con{
		padding: 30px 0px;
	}
		.movie_box iframe{
		width: 100%;
		height: 300px
	}
}
/*------------------------------------------------
▼info_con▼
------------------------------------------------*/
.info_con{
	width: 100%;
	height: auto;
	padding: 50px 0px;
	background-image: url(../../img/top/info_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.info_box{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	color: #FFFFFF;
	background-color: hsla(208,76%,20%,0.70);
	box-sizing:border-box;
	padding: 30px 10% 50px;
	align-items:stretch;
}
@media screen and (max-width: 750px) {
	.info_con{
		padding: 0px;
	}
}

.info_img{
	margin: 0 20px 0 0;
}
@media screen and (max-width: 750px) {
	.info_img{
		margin: 0px;
	}
}
.info_img img{
	width: 100%;
	height: auto;
}

.info_tex a{
	color: #FFFFFF;
}

.info_logo{
	max-width: 100%;
	width: 200px;
	height: auto;
	padding: 5px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	margin: 0 auto;
}

.info_logo img{
	display: block;
	width: 100%;
	height: auto;
}




.fade_01,
.fade_02,
.fade_03{
	animation-name:fade_01;
	animation-duration:1.5s;/*アニメーション時間*/
	animation-timing-function: ease-out;/*アニメーションさせるイージング*/
	animation-iteration-count:1;/*繰り返し回数*/
	animation-direction:normal;/*往復処理をするかどうか*/
	animation-fill-mode: forwards;/*アニメーション後のスタイルをどうするか*/
}
.fade_01{animation-name:fade_01;animation-delay:.3s;}
.fade_02{animation-name:fade_02;animation-delay:.6s;}
.fade_03{animation-name:fade_03;animation-delay:.9s;}

/*アニメーション*/
@keyframes fade_01{
	0% {opacity: 0; transform: translate3d(0,150px,0);}
	100% {opacity: 1; transform: translate3d(0,0,0);}
}
@keyframes fade_02{
	0% {opacity: 0; transform: translate3d(0,150px,0);}
	100% {opacity: 1; transform: translate3d(0,0,0);}
}
@keyframes fade_03{
	0% {opacity: 0; transform: translate3d(0,150px,0);}
	100% {opacity: 1; transform: translate3d(0,0,0);}
}



