@charset "UTF-8";


.club__news-wrap {
	display: flex;
	margin: 0 0 160px;
	padding: 20px 10% 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
}

.l-club__news-heading{
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
	       align-items: center;
	       margin-bottom: 60px;
}

.club__news-heading{
	order:2;
}

.club__news-heading__english{
	order:1;
	font-size: 5rem;
	font-family: 'd-din_condensedregular';
	margin-bottom: 60px;
	position: relative;
	line-height: 1em;
}

.club__news-heading__english::before{
	content:"";
	height:1px;
	width: 50px;
	background: #000;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	margin: auto;

}


.club__news-catlist {
	margin-top: 40px;
}
.club__news-catlist li a{
	display: block;
	width: 50%;
	text-align: center;
	padding: 6px 0;
	border: 1px solid #CFCFCF;
	margin-bottom: 10px;
}
.club__news-catlist li.club__news-morelink a{
	margin-top: 30px;
	background: #BBB;
	border: none;
	color: #FFF;
}
.club__news-list {
	width: 100%;
	margin-bottom: 20px;
}
.club__news-list>li {
	margin-bottom: 5px;
	display: flex;
}
a.club__news-list__category{
	width: 20%;
	display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
}



a.club__news-list__category.all{
	background: #662781;
}

a.club__news-list__category.category2{
	background: #b393c1;
}

a.club__news-list__category.junioronly{
	background: #6c272d;
}

a.club__news-list__category.highonly{
	background: #2F445F;
}

.club__news-list__new-category{
	color:#000;
	background: #fff000;
	position: absolute;
	top:0;
	left:0;
	padding: 0 20px;
}


.club__news-list__link{
	width: 80%;
	display: flex;
}

/*--0423--*/
.club__news-list__img{
	width: 20%;
	max-height:7vw;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.club__news-list__img img{
	width: 100%;
	display: block;
}	
.club__news-list__block{
	width: 78%;
	display: flex;
	align-items: center;
	background: #FFF;
	padding: 0 20px;
	position: relative;
}
.club__news-list__date{
	width: 30%;
	margin-right: 2%;
	font-size: 2.7rem;
	border-right: 1px solid #000;
}
.club__news-list__date span{
	display: inline-block;
	font-size: 1.7rem;
	margin-right: 10px;
}	
.club__news-list__title{
	font-size: 1.5rem;
	width: 68%;
}



a.club__more__btn{
	display: block;
	background: #6c272d;
	color:#fff;
	width: 200px;
	margin:auto auto 40px auto;
	text-align: center;
	padding:10px 0 ;

}

.l-club__news-photo{
	margin-top: 5%;
}
.l-club__news-photo a{
	padding: 6% 5% 6% 10%;
	display: flex;
	-webkit-box-pack: justify;
	     -ms-flex-pack: justify;
	   justify-content: space-between;
	background: #9e9e9f;
}

.l-club__news-photo .l-club__news-heading{
	color:#fff;
	-webkit-box-align: start;
	   -ms-flex-align: start;
	      align-items: flex-start;
	    margin-bottom: 20px;
}

.l-club__news-photo .club__news-heading__english::after{
	content:"";
	background: url(../club/images/club-photo-logo__stripe.svg) no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	display: inline-block;
	width: 100%;
	padding-top: 10%;
	position: relative;

	position: absolute;
	bottom:0;
	left:0;
}



.l-club__news-photo .club__news-heading__english::before{
	left:0;
	transform:translateX(0);
	background: #FFF;
}


.club__news-photo__description{
	width: 22%;
	display: flex;
	-webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.club__news-photo__text{
	color:#fff;
	margin-bottom: 10px;
}

.l-club__news-photo__gallery{
	width: 78%;
	padding-left: 5%;
}


.club__news-photo__gallery{

	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	        -webkit-box-pack: justify;
	           -ms-flex-pack: justify;
	         justify-content: space-between;
}

.club__news-photo__gallery li{
	width: calc((100% - 20px) / 3);
	margin-bottom: 10px;
	height:auto;
}

.club__news-photo__gallery li(n + 3) {
	margin-bottom: 0;
}

.club__news-photo__gallery li img{
	width: 100%;
}

.l-main-visual.topVisual {
	padding: 0;
	background-image: none !important;
}

.tp_mainVisual {
	height: 100%;
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.tp_mainVisual_Mov {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
}

.top_Lead {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}









/* -- Media query	767px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media screen and (max-width: 768px ) {
	.l-main-visual.topVisual {
		height: auto !important;
	}
	
	.tp_mainVisual {
		padding: 55px 0;
	}
	
	.tp_mainVisual_Mov {
		width: 100%;
	}
	
	.top_Lead {
		
	}




/*

.club__news-wrap {
	display: flex;
	margin: 0;
	padding: 20px 10% 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
}

.l-club__news-heading{
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
	       align-items: center;
	       margin-bottom: 60px;
}

.club__news-heading{
	order:2;
}
*/
.club__news-heading__english{
	font-size: 2.5rem;
}
/*
.club__news-heading__english::before{
	content:"";
	height:1px;
	width: 50px;
	background: #000;
	display: inline-block;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	margin: auto;

}


.club__news-catlist {
	margin-top: 40px;
}
.club__news-catlist li a{
	display: block;
	width: 50%;
	text-align: center;
	padding: 6px 0;
	border: 1px solid #CFCFCF;
	margin-bottom: 10px;
}
.club__news-catlist li.club__news-morelink a{
	margin-top: 30px;
	background: #BBB;
	border: none;
	color: #FFF;
}
*/

.club__news-list {
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}

.club__news-list>li {
	margin-bottom: 5px;
	display: flex;
	-webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

a.club__news-list__category{
	width: 100px;
	height: auto;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	padding: 10px 0;
	transform: translateY(100%);
	-webkit- transform: translateY(100%);
}

/*

a.club__news-list__category.category1{
	background: #662781;
}

a.club__news-list__category.category2{
	background: #b393c1;
}

a.club__news-list__category.category3{
	background: #6c272d;
}

a.club__news-list__category.category4{
	background: #2F445F;
}

.club__news-list__new-category{
	color:#000;
	background: #fff000;
	position: absolute;
	top:0;
	left:0;
	padding: 0 20px;
}

*/
.club__news-list__link{
	width: 100%;
	display: flex;
	-webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}


.club__news-list__img{
	width: 100%;
	max-height:100vh;
	height:auto;
	overflow: hidden;
}

.club__news-list__img img{
	width: 100%;
	height:auto;
	display: block;
}

.club__news-list__block{
	width: 100%;
	display: flex;
	align-items: center;
	background: #FFF;
	padding:30px 20px;
	position: relative;
	-webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.club__news-list__date{
	width: 100%;
	margin-right: 2%;
	font-size: 1.4rem;
	border-right: none;
	margin-bottom: 5px;
}

.club__news-list__date span{
	display: inline-block;
	font-size: 1.4rem;
	margin-right: 10px;
	border-right: 1px solid #666;
	padding-right: 10px;
}

.club__news-list__title{
	font-size: 1.5rem;
	width: 100%;
}
/*


a.club__more__btn{
	display: block;
	background: #6c272d;
	color:#fff;
	width: 200px;
	margin:40px auto;
	text-align: center;
	padding:10px 0 ;

}
*/
.l-club__news-photo{
	background: #9e9e9f;
	padding: 6% 5%;
padding-bottom: calc(6% + 60px);
	display: flex;
	-webkit-box-pack: justify;
	     -ms-flex-pack: justify;
	   justify-content: space-between;
	margin-top: 5%;
	-webkit-box-orient: vertical;
	 -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
}


.l-club__news-photo__gallery{
	width: 100%;
	padding-left: 0;
}

/*

.l-club__news-photo .l-club__news-heading{
	color:#fff;
	-webkit-box-align: start;
	   -ms-flex-align: start;
	      align-items: flex-start;

}

.l-club__news-photo .club__news-heading__english::after{
	content:"";
	background: url(../club/images/club-photo-logo__stripe.svg) no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	display: inline-block;
	width: 100%;
	padding-top: 10%;
	position: relative;

	position: absolute;
	bottom:0;
	left:0;
}



.l-club__news-photo .club__news-heading__english::before{
	left:0;
	transform:translateX(0);
	background: #FFF;
}

*/


.l-club__news-photo .club__more__btn{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto auto 30px auto;
}

.club__news-photo__description{
	width: 100%;
}
/*
.club__news-photo__text{
	color:#fff;
}


.club__news-photo__gallery{
	width: 73%;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	        -webkit-box-pack: justify;
	           -ms-flex-pack: justify;
	         justify-content: space-between;
}
*/
.club__news-photo__gallery li{
	width: 49%;

	margin-bottom: 2%;
}
/*
.club__news-photo__gallery li(n + 3) {
	margin-bottom: 0;
}

.club__news-photo__gallery li img{
	width: 100%;
}

*/



}


/*
.club #sports,
.club #culture,
.club #circle{
margin-top:-160px;
padding-top:160px;
display:block;
}
*/