@charset "utf-8";

/* Common
---------------------------------------------------------------------------*/

.sp-hidden,
.pankz{
	display: none;
}

/*フッター上にスペースを*/
#sitemap{
	margin-top: 50px;
}

/* ページタイトル
---------------------------------------------------------------------------*/

.contentsArea__header{
	background-color: #052667;
	background-image: url('/common/img/contentsArea__spheader_l.png'), url('/common/img/contentsArea__spheader_r.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: contain, contain;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: visible;
	padding: 10px 0;
}

.contentsArea__header h1 {
	float: none;
	height: auto;
	margin: 0;
	width: auto;
  z-index: 1;
}
.contentsArea__header h1 a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
}
.contentsArea__title__text{
	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
	font-size: 17px;
  font-weight: bold;
	display: inherit;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	letter-spacing: -0.03em;
}

.contentsArea__title__year{
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
	padding-left: 5px;
}

/* 2段組み */
.contentsArea__title__samuraiblue,
.contentsArea__title__nadeshikojapan,
.contentsArea__title__twoline{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.contentsArea__title figure{
	height: 25px;
	margin: 0;
	margin-right: 5px;
}
.contentsArea__title figure img{
	height:100%;
	width:auto;
}

/* 日本代表タイトル */
.contentsArea__title.nationalTitle figure{
	height: 25px;
	margin: 0;
	margin-right: 15px;

}
.contentsArea__title.nationalTitle figure img{
	height:100%;
	width:auto;
}
.contentsArea__title.nationalTitle .contentsArea__title__text{
	font-size: 15px;
	letter-spacing: 0.25em;
}
/* english */
.contentsArea__title.nationalTitle .contentsArea__title__text > img{
	height:auto;
	max-width:70%;
	margin: 0 auto;
}

/* SAMURAIBLUEタイトル */
.contentsArea__title__samuraiblue img,
.contentsArea__title__nadeshikojapan img{
	height: 20px;
	width:auto;
}


/* ヘッダー下部ボタン */
.contentsArea__headerNav{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	border-top:#fff 2px solid;
}
.contentsArea__headerNav__item{
	width: 100%;
	border-left:#fff 1px solid;
}
.contentsArea__headerNav__item:first-child{
	border-left:none;
	border-right:#fff 1px solid;
}

.contentsArea__headerNav__item a{
	display: block;
	background: #1964c0;
	color: #fff;
	text-align: center;
	padding: 10px 5px;
	font-size: 10px;
	text-decoration: none;
}

/* カテゴリー選択ボタン */
.selectBtn{
	box-sizing: border-box;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.85);
	padding: 20px;
	z-index: 500;
}
.selectBtn span{
	width: 100%;
	display: block;
	box-sizing: border-box;
	background: #fabe00;
	text-align: center;
	border-radius: 3px;
	color: #001e55;
	font-size: 12px;
	padding: 10px 20px;
	cursor: pointer;
}
.selectBtn span{
	transition: 0.3s ease-in-out;
}
.selectBtn:hover span{
	opacity: .5;
}
#selectArea{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: rgba(0,0,0,0.85);
	display: none;
}

#selectArea #closeBtn{
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 15px;
	right: 15px;
}
#selectArea .btnArea{
	padding: 20px;
	color: #fff;
}
#selectArea .btnArea__text{
	margin: 0;
	font-size: 13px;
	text-align: left;
}
#selectArea .btnArea__column{
	border-top:#fbffff 1px solid;
	padding-top: 10px;
	margin-top: 10px;
}
#selectArea .btnArea__title{
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0.15em;
}
#selectArea .btnArea__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-top: 8px;
}
#selectArea .btnArea__item{
	width: 30%;
	margin-top: 8px;
	margin-right: 8px;
	background: #fff;
	color: #333;
	font-size: 11px;
	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
	border-radius: 3px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.1;
	height: 40px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}
#selectArea .btnArea__item.is-active,
#selectArea .btnArea__item:hover{
	background: #1964c0;
	color: #fff;
}
#selectArea .btnArea__item.no-link{
	opacity: .5;
	cursor: auto;
	pointer-events: none;
}
#selectArea .btnArea__item:nth-child(3n){
	margin-right: 0;
}

#btnArea2.no-active .btnArea__item{
	opacity: .5;
	cursor: auto;
	pointer-events: none;
}

#selectArea .btnArea__submit{
	width: 90%;
	margin: 15px auto 0;
	background: #1964c0;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	line-height: 1.1;
	height: 40px;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}
#selectArea .btnArea__submit.no-active{
	opacity: .5;
	cursor: auto;
	pointer-events: none;
}
#selectArea .btnArea__submit:hover{
	opacity: .6;
}
.selectBtn--space{
	/*height: 78px;*/
}

/* タブデザイン
---------------------------------------------------------------------------*/

.color_link {
	margin: 10px 0 30px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;

	border-top: none !important;
}
.color_link span{
	border: 1px solid #052667 !important;
	/*display: block !important;*/

	padding: 0 !important;
	color: #052667;
	/*width: 100%;*/
	text-align: center;
	box-sizing: border-box;
	width: 33.33%;
	line-height: 1.25;
	display: flex !important;;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.color_link span:nth-child(2n),
.color_link span:nth-child(3n){
	border-left: none;
}
#main-colum .section-block .color_link span a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;

	color: #052667 !important;
	padding: 5px !important;
	min-height: 40px;
	line-height: 1.25;

	text-decoration: none !important;
	box-sizing: border-box;
	font-size: 12px !important;
	width: 100%;
	height: 100%;
}
#main-colum .section-block .color_link span.current,
#main-colum .section-block .color_link span.current a{
	border-right: 1px solid #052667 !important;
	color:#fff !important;
	background: #052667;
	position: relative;
}
#main-colum .section-block .color_link a::after{
	display: none !important;
}



/* アンカーリンク
---------------------------------------------------------------------------*/
.anchorLink{
	padding: 20px 10px 0;
	text-align: center;
	font-size: 11px;
}
.anchorLink a{
	color: #1964c0;
	position: relative;
	padding-left: 1.25em;
}
.anchorLink a::before{
	font-family: "Ionicons";
	font-size: 20px;
	content: "\f35f";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) scaleY(1.5);
}


/* ニュースカラム
---------------------------------------------------------------------------*/
.news-kate{
	display: block;
}

.news-content--gray{
	background: #ebebeb;
	padding: 15px 0;
}
.news-content--gray .body-area .news-content li .text-contents {
	background: #fff;
}

.body-area .news-content li{
	width: 90%;
	margin: 8px auto;
	position: relative;
}
.body-area .news-content li a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
}
.body-area .news-content li .photo{
	width: 50%;
}
.body-area .news-content li .photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.body-area .news-content li .text-contents {
	width: 50%;
	padding: 15px 10px;
	box-sizing: border-box;
	background: #ebebeb;
}
.body-area .news-content li .news-kate{
	position:absolute;
	bottom: 0;
	right: 50%;
	width:90px;
	text-align:center;
	color:#FFF;
	font-size:9px;
	line-height:9px;
	padding:6px 0;
}
.body-area .news-content li .text-contents .date{
	text-align: left;
	font-size: 11px;
	color: #666;
	font-family: 'Overpass', sans-serif;
}
.body-area .news-content li a .text-contents .text {
  color: #0b8fba;
	text-decoration: underline;
	position: relative;
	padding-top: 5px;
	padding-right: 1em;
	font-size: 11px;
	-webkit-line-clamp: 4;
	min-height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: auto !important;
}
.body-area .news-content li a .text-contents .text::after{
	font-family: "Ionicons";
	font-size: 18px;
	content: "\f3d1";
	color: #000;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

/* コンテンツTOP 一覧カラム
---------------------------------------------------------------------------*/
/* タイトル */
.categoryTitle{
	text-align: center;
	padding: 20px 0 15px;
	color: #001e55;
}
.categoryTitle__jp{
	font-size: 19px;
	font-weight: 700;
	display: block;
	letter-spacing: 0.25em;
	margin-left: 0.125em;
	line-height: 1.25;
}
.categoryTitle__en{
	font-family: 'Overpass', sans-serif;
	font-size: 14px;
	display: block;
	padding-top: 10px;
}
.contentsTitle__jp{
	font-size: 14px;
	text-align: center;
	margin: 0 0 20px;
}
#mens.outer-block{
	margin-top: 0;
}

/* リンク */
.categoryLink{
	background: #1964c0;
	padding: 20px;
}
.categoryLink__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.categoryLink__list li{
	margin: 5px;
}
.categoryLink__list li.topCategory{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

.categoryLink__list li.topCategory img{
	height: 11px;
	width: auto;
}
.categoryLink__list li::after{
	font-family: "Ionicons";
	font-size: 15px;
	content: "\f3d1";
	color: #fff;
	padding-left: 5px;
}
.categoryLink__list li a{
	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
	font-size: 15px;
	font-weight: 900;
	color: #fff;
	transition: 0.3s ease-in-out;
}
.categoryLink__list li a:hover{
	text-decoration: none;
	opacity: 0.5;
}

.categoryLink__list li a img{
	vertical-align: baseline;
}

.categoryLink__list li.no-link{
	opacity: 0.5;
}
.categoryLink__list li.no-link a{
	pointer-events: none;
}

/* moreボタン */
.moreBtn{
	padding: 15px 0;
}
.moreBtn a{
	position: relative;
}
.moreBtn a::after{
	font-family: "Ionicons";
	font-size: 18px;
	content: "\f3d1";
	color: #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

/* バナー */
.bnrArea{
	padding-top: 20px;
}
.bnrList{
	width: 90%;
	margin: 0 auto;
}
.bnrList__item{
	width: 100%;
	margin-top: 8px;
}
.bnrList__item img{
	width: 100%;
	height: auto;
}

/* フットボタンエリア */
.footBtnList{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.footBtnList__item{
	width: 100%;
	margin-top: 8px;
}
.footBtnList__item a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	color: #fff;
}

.footBtnList__img{
	margin: 0;
	width: 50%;
}
.footBtnList__img img{
	width: 100%;
	height: auto;
}
.footBtnList__text{
	width: 50%;
	background: #001d56;
	color: #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	line-height: 1.25;
	padding: 15px;
	position: relative;
}

.footBtnList__text__jp{
	font-size: 15px;
	font-weight: 700;
}
.footBtnList__text__en{
	font-size: 9px;
	font-weight: 500;
  font-family: 'Overpass', sans-serif;
	margin-top: 5px;
}

.footBtnList__text::after{
	font-family: "Ionicons";
	font-size: 18px;
	content: "\f3d1";
	color: #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

/* special area */
.special_area .head-area{
	margin-top: 0;
}

.special_area .head-area2{
	margin-top: 0;
}

/* パートナー */
.partners01{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 20px;
	width: 90%;
	margin: 0 auto;
}
.partners02{
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	width: 90%;
	margin: 0 auto;
}



.partners03{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 90%;
	margin: 0 auto;
}







.partners__column{
	text-align: center;
}
.partners01 .partners__column{
	width: 49%;
}

.partners__title{
	font-family: 'Overpass', sans-serif;
	font-weight: 500;
	font-size: 11px;
}
.partners__bnr{
	width: 100%;
	margin-top: 8px;
}
.partners__bnr img{
	width: 100%;
	height: auto;
}

.partners__bnrList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
 */





.partners__bnrList02{
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.partners__bnrList__item{
	width: 49%;
	margin-top: 8px;
}

ul.partners__bnrList02 {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
		}
li.partners__bnrList__item02 {
			width: 49%;
			margin-top: 8px;
		}


.partners__bnrList__item img{
	width: 100%;
	height: auto;
}



.partners__bnrList__item02{
	width: 49%;
	margin-top: 8px;
}
.partners__bnrList__item02 img{
	width: 100%;
	margin: 0 auto;
}



ul.partners__bnrList02 {
			width: 100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
-webkit- appearance: none;
		}
li.partners__bnrList__item02 {
			width: 49%;
			margin-top: 8px;
-webkit- appearance: none;
		}

/* 230605 add */
.partners__bnrList_center {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
}




/* SAMURAI TOP Banner
---------------------------------------------------------------------------*/

.matchNoSlick{
	background: #ebebeb;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;

}

.matchNoSlick li{
	width: 50%;
	border-top:#fff 1px solid;
	border-left:#fff 1px solid;
	box-sizing: border-box;
}


.matchNoSlick li img{
	width:100%;
	height: auto;
}

/* SAMURAI NEWS LIST
---------------------------------------------------------------------------*/

.news-category-name{
	display: none;
}


.outer-archieves .select-archieves {
    padding: 0;
    background: none;
    border-bottom: none;

	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;

	width: 90%;
	margin: 0 auto;
}

#select-year,
#select-month{
	outline: none;
	/*
    -webkit-appearance: button;
    -moz-appearance: button;
	*/
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 8px;
    text-overflow: '';
    background: #fff;
    vertical-align: middle;
	width: 100%;
    height: 32px;
    border: 1px solid #000;
	border-radius: 3px;
    color: #000;
    box-sizing: border-box;
	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.select-archieves .year,
.select-archieves .month{
	display: block;
	width: 100%;
    height: 32px;
	position: relative;
	margin-right: 8px;

	box-sizing: border-box;
}

.select-archieves .year::before,
.select-archieves .month::before{
	font-family: "Ionicons";
    font-weight: 900;
    content: "\f3d0";
    position: absolute;
    top: 50%;
    right: 8px;
	padding-top: 3px;
    transform: translateY(-50%);
    font-size: 12px;
    pointer-events: none;
	line-height: 1;
	color: #000;
}

.outer-archieves .select-archieves #search{
	width: 100%;
}
.outer-archieves .select-archieves #search-archieves{
	outline: none;
	/*
    -webkit-appearance: button;
    -moz-appearance: button;
	*/
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #000;
    vertical-align: middle;
	width: 100%;
    height: 32px;
	border-radius: 3px;
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
    cursor: pointer;
}

.result-search{
	font-size: 10px;
    padding: 10px 15px;
    border-bottom: none;

	color: #333;
	background: #ebebeb;
	position: relative;

/*	width: 90%;*/
	margin: -20px auto 0;
	box-sizing: border-box;
}
.head-area .pc-hidden .rss{
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 20px;
    font-family: 'Overpass', sans-serif;
    color: #737c94;

}
.head-area .pc-hidden .rss::before {
    font-family: ionicons;
    font-size: 22px;
    content: '\f23d';
    padding-right: 5px;
}

.head-area2 .pc-hidden .rss{
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 20px;
    font-family: 'Overpass', sans-serif;
    color: #737c94;

}
.head-area2 .pc-hidden .rss::before {
    font-family: ionicons;
    font-size: 22px;
    content: '\f23d';
    padding-right: 5px;
}

.news-list02{
	margin: 0 auto;
	width: 90%;
}
.news-list02>li{
	position: relative;
}
.news-list02>li:nth-child(even) {
    background: none;
}
.news-list02>li a:after{
	border: none;
}
.news-list02 li::after{
	font-family: "Ionicons";
	font-size: 18px;
	content: "\f3d1";
	color: #7b7b7b;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.news-list02 li:last-child{
	border-bottom: 1px solid #ccc;

}
.news-list02 li a{
	padding: 10px 30px 10px 0;
}
.news-list02 li a .date {
	font-family: 'Overpass', sans-serif;
	font-size: 11px;
	color: #666;
}

.news-list02 li a .text-news{
	font-size: 11px;
	color: #0b8fba;
	text-decoration: underline;
}
.news-list02 li a .text-news img{
	display: none;
}


.news-list-paging{
	list-style-type: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 30px auto 0;
	padding: 0;
	width: 90%;
}
.news-list-paging.disp_pc{
	display: none;
}


.news-list-paging span{
	background: #ebebeb;
	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
	font-size: 14px;
	color: #666;
	width: 16%;
	height: 40px;
	line-height: 44px;
	text-align: center;
	border-radius: 3px;
	display: block;
	border: none;
}
.news-list-paging span:first-child,
.news-list-paging span:last-child{
	width: 20%;
}

.news-list-paging span a{
	display: block;
	border-radius: 3px;
	transition: 0.3s ease-in-out;
	background: none;
	padding: 0;
}
.news-list-paging span.current,
.news-list-paging span a:hover{
	background:#000 !important;
	color:#fff !important;
	text-decoration: none;
	padding: 0 !important;
}
.news-list-paging span.disabled{
	/*opacity: 0.3;*/
	padding: 0 !important;
}

/* SAMURAI MEMBER
---------------------------------------------------------------------------*/

#page-link {
    background: none !important;
    border-top: none !important;
	width: 90%;
	margin: 0 auto;
}

#page-link .links li{
	float: none;
	text-align: center;
}
#page-link .links a{
    display: inline;
    border-bottom: none;
    border-top: none;

	color: #1964c0;
	position: relative;
	padding: 0 10px 0 20px;
	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	border-right: #d6d6d6 solid 1px;
}
#page-link .links a::before{
	font-family: "Ionicons";
	font-size: 14px;
	content: "\f35f";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-55%) scaleY(1.5);
}

#page-link .links li a::after {
	display: none;

}

.links li a:first-child {
    border-left: #d6d6d6 solid 1px;
}

#container,
#member,
#staff{
	width: 90%;
	margin: 0 auto;
}
#container #team-men .section-block h4,
#container .team-men .section-block h4,
#staff h4{
	font-size: 15px !important;
	margin: 35px 0px 0 !important;
	border: none !important;
	background: #ebebeb !important;
	padding: 5px 15px !important;

	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
	font-weight: 500 !important;
	text-align: center;
	color: #001e55 !important;
}
#schedule h5,
#staff h5{
	font-size: 14px;
}

#team-men .wrap ul,
.team-men .competition-member ul,
#staff .wrap ul{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
#team-men .wrap ul li,
.team-men .competition-member ul li,
#staff .wrap ul li{
    width: 100%;
	box-sizing: border-box;
	background: #ebebeb;
	margin-top: 10px;
	border: none;
	padding: 0;

}
#team-men .wrap ul li a,
.team-men .competition-member ul li a,
#staff .wrap ul li a{
	color: #0b8fba;
	text-decoration: underline;
}
#team-men .wrap ul li .photo,
.team-men .competition-member ul li .photo,
#staff .wrap ul li .photo{
	width: 30%;
	margin: 0;
	vertical-align: middle;
}
#team-men .wrap ul li .photo img,
.team-men .competition-member ul li .photo img,
#staff .wrap ul li .photo img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

#team-men .wrap ul li .info,
.team-men .competition-member ul li .info,
#staff .wrap ul li .info {
    height: auto;
	margin: 0;
	padding: 10px 10px 5px 10px;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
	position: relative;
	width: 70%;
}
#team-men .wrap ul li a .info,
.team-men .competition-member ul li a .info,
#staff .wrap ul li a .info {
	padding: 10px 25px 5px 10px;
}

#team-men .wrap ul li a .info::after,
.team-men .competition-member ul li a .info::after,
#staff .wrap ul li a .info::after{
	font-family: "Ionicons";
	font-size: 20px;
	content: "\f3d1";
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
}

#team-men .wrap ul li .name,
.team-men .competition-member ul li .name,
#staff .wrap ul li .name{
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
	line-height: 1.25;
}

#team-men .wrap ul li .position,
.team-men .competition-member ul li .position,
#staff .wrap ul li .position{
	font-size: 10px;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
	line-height: 1.25;
}

/* 大会系の選手ページ */

.competition-member{
	margin: 0px;
	padding: 0px;

}

.competition-member ul{
	margin: 0px;
	padding: 0px 5px;
}

.competition-member ul li{
	padding: 5px;
	margin: 0px;
	border-bottom: 1px dotted #ccc;
	display: table;
}


.competition-member ul li:last-child{
	border-bottom: none;
}
.competition-member ul li .photo{
	width: 85px;
	display: table-cell;
	height: 100px;
}

.competition-member ul li .photo img{
	width: 100%;
	height: auto;
}

.competition-member ul li .info{
	display: table-cell;
	font-size: 12px;
	padding-left: 5px;
}

.competition-member ul li .info .position,
.competition-member ul li .info .name{
	font-weight: bold;
}

.competition-member ul.nophoto li .position{
	padding:2px 0 2px 5px;
	background:#eee;
	margin-bottom:5px;
	}


.competition-member ul li span{
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.competition-member ul li .position,
.competition-member ul li .name{
	font-weight: bold;
}

.competition-member ul li.righLi{
	margin-right: 0px;
}


.competition-member-partners{
  padding:10px;
  margin:0 20px 10px;
  background: #f0f0f0;
  width:260px;
}

/* ------------------------------------ */


/* SAMURAI SCHEDULE
---------------------------------------------------------------------------*/

.year.oneColumn{
	width: 33%;
	margin-left: auto;
	margin-right: 0;
}

.scheduleList{
	width:90%;
	margin: 0 auto;
}
.scheduleList__item{
	border-top:#1a5ee3 4px solid;
	margin-top: 20px;
}
.scheduleList__item:first-child{
	margin-top: 0;
}
.scheduleList__dataArea{

	position: relative;
}
.scheduleList__column{
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	background: #fafafa;
	width: 100%;
	box-sizing: border-box;
	/*background: linear-gradient(#fafafa 0%,#fafafa 80%, #f3f2f2 100%);*/
}
.scheduleList__column.scheduleList__score{
	background: #f0f0f0;
	width: 100%;
	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #000;
	padding: 5px 20px;
	/*background: linear-gradient(#f0f0f0 0%,#f0f0f0 80%, #e9e9e9 100%);*/
}
.scheduleList__column.scheduleList__score span{
	font-size: 15px;
	color: #898989;
}
.scheduleList__column.scheduleList__score span.scheduleList__score__sub{
	font-size: 14px;
	color: #000;
	display: block;
}
.scheduleList__data__date{
	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
	font-size: 15px;
	font-weight: 900;
	color: #000;
}
.scheduleList__data__title{
	margin-top: 10px;
	font-size: 15px;
	font-weight: 900;
	color: #000;
}
.scheduleList__data__title img{
	max-width: 90%;
	height: auto;
}
.scheduleList__data__stadium{
	margin-top: 10px;
	font-size: 11px;
	color: #000;
}

.scheduleList__column.scheduleList__team{
	padding-bottom: 40px;
	background: linear-gradient(#fafafa 0%,#fafafa 80%, #f3f2f2 100%);

}
.scheduleList__team__title{
	font-size: 11px;
	font-weight: 700;
	color: #898989;
	margin-bottom: 10px;
}
.scheduleList__team__name{
	font-size: 16px;
	font-weight: 700;
	color: #000;
}
.scheduleList__team__flag{
	padding-right: 5px;
}
.scheduleList__team__flag img{
	width: 40px;
	height: auto;
}

.scheduleList__btn{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 30px;
	background: #c5c5c5;
	cursor: pointer;
	border-radius: 3px 3px 0 0;
}
.scheduleList__btn::after{
	font-family: "Ionicons";
	font-size: 20px;
	content: "\f3d0";
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
}
.scheduleList__btn.is-active::after{
	content: "\f3d8";
}
.scheduleList__btnArea{
	display: none;

	background: #c5c5c5;
	position: relative;
	padding: 10px 10px;
}
.scheduleList__btnArea.is-active{
	/*display: block;*/
}
.scheduleList__btnList{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.scheduleList__btnItem{
	margin: 4px;
}

.scheduleList__btnItem a{
	display: block;
	background: #fff;
	color: #333;
	font-size: 10px;
	text-decoration: none;
	padding: 10px 10px;
	padding-right: 15px;
	text-align: center;
	border-radius: 3px;
	position: relative;
	line-height: 1;
	transition: 0.3s ease-in-out;
}
.scheduleList__btnItem a::after{
	font-family: "Ionicons";
	font-size: 10px;
	content: "\f3d1";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.scheduleList__btnItem.is-active a,
.scheduleList__btnItem a:hover{
	background: #1964c0;
	color: #fff;
	}


/* 選手　個別ページ
---------------------------------------------------------------------------*/

#samuraiblue .worldcup_2018_member {
   display: flex;          /* flexコンテナ化 */
   flex-direction: column; /* 縦向きに配置 */
}

#samuraiblue .worldcup_2018_member #page-title          { order: 1;}
#samuraiblue .worldcup_2018_member #player-photo-wrap   { order: 2;}
#samuraiblue .worldcup_2018_member #player_introduction { order: 3;}
#samuraiblue .worldcup_2018_member #player-match-report { order: 4;}
#samuraiblue .worldcup_2018_member #player-match-result { order: 5;}
#samuraiblue .worldcup_2018_member #official-banner-area_2015 { order: 6;}

.noShow{
	display: none;
}
#player-plofile{
	/*width: 856px !important;*/
}
#player-plofile .plofile-area{
	width: 100% !important;
}
#player-photo-wrap,
#player-match-report {
    margin: 0 !important;
}
.match-report,
.match-result{
/*	table-layout: fixed;*/
}

.career tr th,
.match-report thead tr td,
.match-result thead tr td{
	background: #ddd !important;
	padding: 2px !important;
	font-size: 8px;
	word-break: break-all;
	white-space: normal;
}

.career tr td,
.match-report tbody tr td,
.match-result tbody tr td{
	background: none !important;
	padding: 2px !important;
	font-size: 10px;
	word-break: break-all;
	white-space: normal;
}
.match-result tbody tr:nth-child(even){
	background: #ebebeb !important;
}
#player-match-result {
    margin: 0 !important;
}
#player-match-result > p{
	font-size: 8px;
}

.member__backBtn__outer{
	margin: 20px auto 0;
	width: 40%;
}
.backBtn a{
	display: block;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 5px;
	position: relative;
	transition: 0.3s ease-in-out;
	border-radius: 3px;

}
.backBtn a::after{
	font-family: "Ionicons";
	font-weight: 900;
	content: "\f3cf";
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.backBtn a:hover{
	opacity: 0.8;
}


#player-plofile .player-info{
	line-height: 1 !important;
	margin: 20px 0 !important;
}

#player_introduction .txt14{
	font-size: 12px !important;
	line-height: 1.5;
}







/* jerseys */
iframe.historyTimeline{
	height: 1100px !important;
}

.zebura tbody tr:nth-child(odd) {
  background: #f5f5f5 !important;
}
.zebura tbody tr:nth-child(odd) td{
  background: #f5f5f5 !important;
}


/* 下層ページタイトル
-------------------------------------------------- */

#subnavi.outer-block{
	margin-top:0;
}
.local-top #subnavi.outer-block{
	margin-bottom: 0;
}

#subnavi .head-area {
  background: #052667;
  border:none !important;
  padding:0 10px;
}
#subnavi .head-area .title {
  font-size: 16px;
	color: #fff;
}
#subnavi.jfa .head-area .title {
	font-size: 13px;
}
#subnavi .head-area .title a{
color: #fff;
}



#subnavi .head-area2 {
  background: #052667;
  border:none !important;
  padding:0 10px;
}
#subnavi .head-area2 .title {
  font-size: 16px;
	color: #fff;
}
#subnavi.jfa .head-area2 .title {
	font-size: 13px;
}
#subnavi .head-area2 .title a{
color: #fff;
}

/* 下層ページ　見出し
-------------------------------------------------- */
#container #main-colum #page-title{
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 12px;
}
.national #container #main-colum #page-title{
	margin-top: 20px;
}

#container #main-colum #page-title h3{
	border-left:none;
	background: #052667;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	line-height: 1;
	color: #fff;
}

#container #main-colum h4{
	font-size: 14px;
	margin:20px 0 0 !important;
	border: none;
	background: none;
	padding: 0;
	font-weight: 700;
	color: #052667;
	border-left:#052667 5px solid;
	padding-left: 10px;
}

#container #main-colum .section-block h5{
	font-size: 12px;
	font-weight: 700;
	color: #052667;
	padding: 0 0 5px;
	margin: 15px 0 0;
}

/* コンテンツボタン
---------------------------------------------------------------------------*/
#link-area {
  background: none;
}
#link-area.match-links{
  background: none;
  margin: 0;
  padding-bottom: 0;
}
#link-area02{
    background: none;
}
#link-area .head-line {
  display: none;
}
#link-area .outer-inner,
#link-area02 .outer-inner {
  margin: 0 auto;
  padding: 0;
}
.match-links .link-content{
    display: block;
}
.match-links .link-content li{
	background: #052667;
	float: none;
	display: block;
	height: auto;
	margin: 0 10px 10px;
    width: calc(100% - 20px);
    box-sizing: border-box;

    position: relative;
}
.match-links .link-content li::after {
    font-family: "Ionicons";
    font-size: 18px;
    content: "\f3d1";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #fff
}
.match-links .link-content li.link_off::after {
	content: "";
}
.match-links .link-content li:nth-child(3n){
    margin-right: 0;
}

.match-links .link-content li.link_off{
	border: none;
}
.match-links .link-content li.link_off span img{
	opacity: 0.7;
}
.match-links .link-content li.link_off .title {
	color:#666 !important;
}

.match-links .link-content li a{
    padding: 0;
   /* display: block;*/
    width: 100%;
    height: 100%;
    box-sizing: border-box;

	/*
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
	*/
	display: table;
}
}

.match-links .link-content li a > span,
.match-links .link-content li.link_off span{
    padding: 0;
   /* display: block;*/
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.match-links .link-content li .photo {
    /*display: block;*/
    margin: 0;
    width: 36%;

	display: table-cell;
}
.match-links .link-content li .photo img{
    width: 100%;
    height: auto;
	vertical-align: middle;
}
.match-links .link-content li a .title ,
.match-links .link-content li.link_off span .title{
    /*display: block;*/
    vertical-align: middle;
    padding: 10px 35px 10px 15px;
    font-size: 12px;
    line-height: 1.25;
    color: #fff;

	/*
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	*/

    width: 65%;
    box-sizing: border-box;

	display: table-cell;
}
.link-content li .title span{
	display: block;
	font-size: 10px;
}

/* アンカーリンク */

.group_links,
.group_links3{
	/*margin: 20px 0 30px;*/
	overflow: hidden;
	position: relative;

	margin: 20px 0 0px;
	padding: 0px;
	border: none;
}
.group_links ul,
.group_links3 ul{
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	left: auto !important;

	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	list-style-type: none;
}
.group_links ul li,
.group_links3 ul li{
	text-align: center;
	font-size: 14px;
	margin-right: 0;
	line-height: 1;
	padding: 1px 0 0 5px;


	display: flex !important;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;

}
#main-colum .group_links ul li a,
#main-colum .group_links3 ul li a{
	border: none !important;
	margin: 0 0 10px 0 !important;
	background: none !important;
	left: auto !important;
	float: none !important;

	border-right:#d6d6d6 solid 1px !important;

	display: block;

	color: #1964c0;
	position: relative;
	padding: 1px 10px 1px 25px !important;
	font-family: 'Overpass',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Helvetica neue, Arial, Osaka, "MS ゴシック", "MS Gothic", sans-serif;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	text-decoration: none !important;
	letter-spacing: 0.1em;
}
#main-colum .group_links ul li a:hover,
#main-colum .group_links3 ul li a:hover {
    text-decoration: underline !important;
}
#main-colum .group_links ul li a:first-child,
#main-colum .group_links3 ul li a:first-child{
	border-left:#d6d6d6 solid 1px !important;
}
.group_links3 ul li a.active {
    border: none !important;
    background: none !important;
	color: #1964c0;

	border-right:#d6d6d6 solid 1px !important;
}


.group_links li a::before,
.group_links3 li a::before{
	font-family: "Ionicons";
	font-size: 20px;
	content: "\f35f";
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-55%) scaleY(1.75);
}


/* PC用マージン設定をSP用に */

.mt0{
  margin-top: 0 !important;
}
.mt5{
  margin-top: 2px !important;
}
.mt10{
  margin-top: 5px !important;
}
.mt15{
  margin-top: 7px !important;
}
.mt20{
  margin-top: 10px !important;
}
.mt25{
  margin-top: 12px !important;
}
.mt30{
  margin-top: 15px !important;
}
.mt35{
  margin-top: 17px !important;
}
.mt40,
.mT40{
  margin-top: 20px !important;
}
.mt50{
  margin-top: 25px !important;
}
.mt60,
.mT60{
  margin-top: 30px !important;
}

#main-colum .section-block{
  margin: 0 !important;
}


/* table */

#main-colum .table_theme1 {
  margin-top: 10px;
}

#main-colum .table_theme1 tr th{
	border: 1px solid #ccc;
	border-right: none;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	background: #ebebeb;
	padding: 5px;
}

#main-colum .table_theme1 tr td{
	border: 1px solid #ccc;
	font-size: 12px;
	background: #fff;
	padding: 5px;
	white-space: normal !important;
}

#main-colum .table_nowrap tr td{
	white-space: nowrap !important;
}

#main-colum .table_theme2 {
  margin-top: 10px;
}

#main-colum .table_theme2 tr th{
	border: 1px solid #ccc;
	border-right: none;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	background: #ebebeb;
	padding: 5px;
}

#main-colum .table_theme2 tr td{
	border: 1px solid #ccc;
	font-size: 12px;
	background: #fff;
	padding: 5px;
	white-space: normal !important;
}


/* link icon */

.docList ul{
	margin-top: 10px;
}
a.pdf{
	padding:5px 0px 5px 22px;
	display:block;
	background:url(../../common/img/icon_pdf.gif) no-repeat left center;
	text-decoration: underline;
}
a.word{
	padding:5px 0px 5px 22px;
	display:block;
	background:url(../../common/img/icon_word.gif) no-repeat left center;
	text-decoration: underline;
}


/* グラスルーツ */
/*ニュース詳細ページの右ナビレイアウト崩れを修正*/
#grass_roots.is_news_detail #container > .category-name{
	display: none;
}

/* KV */
#kv-slider-area-sp li a img{
	width: 100%;
	height: auto;
}

/* SNS AREA
-------------------------------------------------- */

#container #main-colum #sns-area ul{
	margin: 12px 3px 6px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}
#container #main-colum #sns-area ul>li{
	vertical-align: middle;
	line-height: 1;
	min-width: 0;
}

/* 三重県サッカー協会
-------------------------------------------------- */

.mieBnr{
	width: 90%;
	margin: 0 auto;

}
.mieBnr li a{
	margin-top: 4px;
	display: block;
	width: 100%;
	text-align: center;
}
.mieBnr li a img{
	max-width: 100%;
	height: auto;
}


/* ualified_referee img youtube 20230330 add
-------------------------------------------------- */

div.ma_bottom_wide {
    display: none;
}

.youtube-practice__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.youtubeout-outsidebox {
  display: block;
  width: 100%;
  height: auto;
}

.youtubeoutbox {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1em;
  padding: 0 !important
}

.youtubeinbox {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}

.youtubeinbox img.jfayoutube {
  width: 100% !important;
  margin: 0 !important;
  position: relative;
}

.youtubeinbox img.jfayoutube-btn {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}






/* /common/inc/partner_banner_10.html */
/*
			20230614 add
			JFA OFFICIAL TOP PARTNER
			JFA OFFICIAL SUPPLIER
*/


.outer-block_partners .outer-inner_partners {
		/*margin: 0 auto;
		position: relative;*/
		/*border: solid 1px #ff3333;*/
}


div.partners_jfa_official {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
		padding-top: 20px;
		width: 91%;
		margin: 0 auto;
		/*border: solid 1px #ff3333;*/
	}

div.partners_jfa_official div.partner_block {
		width: 49%;
		text-align: center;
		display: block;
		/*border: solid 1px #eeeeee;*/
	}

div.pa_jfa_official_title {
		font-family: 'Overpass', sans-serif;
		font-weight: 500;
		font-size: 12px;
		line-height: 1.25em;
		/*border-bottom: solid 3px #ccc;*/
		/*border: solid 1px #000;*/
	}

div.pa_jfa_official_bnimg {
		width: 100%;
		margin-top: 8px;
		/*border: solid 1px #000;*/
	}

div.pa_jfa_official_bnimg img {
		width: 100%;
		height: auto;
	}



/* /common/inc/partner_banner_10.html */
/*
			JFA MAJOR PARTNER
*/


div.partners_jfa_major {
		display: flex;
		flex-wrap: wrap;
		padding-top: 20px;
		width: 80%;
		margin: 0 auto;
		/*border: solid 1px #eeeeee;*/
	}

div.partners_jfa_major div.partners_block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
		text-align: center;
	}

div.pas_jfa_major_title {
		display: block;
		width: 100%;
		font-family: 'Overpass', sans-serif;
		font-weight: 500;
		font-size: 12px;
		/*border-bottom: solid .25px #888;*/
	/*	border: solid 1px #ccc;*/
	}

div.pa_jfa_major_bnimg {
		width: 48.5%;
		margin: 8px 0 0 0;
		padding: 0 1px 0 1px;
		/*border: solid 1px #ccc;*/
	}

div.pa_jfa_major_bnimg img {
		width: 100%;
		height: auto;
		height: auto;
		border: 0;
		margin: 0;
		vertical-align: top;
	}



/* /common/inc/partner_banner_10.html */
/*
			JFA NATIONAL TEAM PARTNER
*/


div.partners_jfa_nationalTeam {
		display: flex;
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 20px;
		width: 70%;
		margin: 0 auto;
		/*border: solid 1px #eeeeee;*/
	}

div.partners_jfa_nationalTeam div.partners_block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		width: 100%;
		text-align: center;
	}

div.pas_jfa_nationalTeam_title {
		display: block;
		width: 100%;
		font-family: 'Overpass', sans-serif;
		font-weight: 500;
		font-size: 11px;
		/*border-bottom: solid .25px #888;*/
		/*border: solid 1px #ccc;*/
	}

div.pa_jfa_nationalTeam_bnimg {
		width: 48%;
		margin-top: 8px;
		padding: 0 1px 0 1px;
		/*border: solid 1px #ccc;*/
	}

div.pa_jfa_nationalTeam_bnimg img {
		width: 100%;
		height: auto;
	}











