@charset "utf-8";
/* player css */

/* 下層ページのメニュー */
#team_wrap #lpage-menu { justify-content: center; }
#team_wrap #lpage-menu li:first-of-type { margin-right: 8rem; }

/*=========================================
		一覧ページ
=========================================*/
#playerlist-area h3 { font-weight: 500; }
#playerlist-area h3 span {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	line-height: 1.2;
	letter-spacing: 0;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
}

#playerlist-area .block { margin-top: 7rem; }
#playerlist-area .block:first-of-type { margin-top: 4rem; }
#playerlist > li .player-detail_link{
	position: relative;
	height: auto;
}
#playerlist-area ul li .position-name { font-size:calc(3.26rem + (1vw * 0.3125)); }
#playerlist-area ul li .position-name.position-staff {font-size:clamp(1rem,calc(1.14vw * 1.1),1.95rem) !important}
#playerlist-area ul li .player-name{
	line-height: 1.2;
	padding: 0.7rem 0;
}
#playerlist{
	margin-top:2rem;
}

/* 選手ごとの小リンク（インタビュー／ギャラリー）ボタン */
#playerlist > li .mini-links a:before,
#playerlist > li .mini-links a:after,
#playerlist > li .mini-links a:hover:before,
#playerlist > li .mini-links a:hover:after{
	display:none;
}
#playerlist > li .mini-links{
	display: flex;
	gap: 0.2rem;
	padding:0 1rem;
	margin-top:0.5rem;
	justify-content: center;
}
#playerlist > li .mini-links > *{
	transform: skewX(-20deg);
	background:rgba(0,0,0,.55);
	border-bottom:1px solid rgba(300,300,300,.75);
	font-size: 1.8rem;
}
#playerlist > li .mini-links > *:before{
	background:#9f8d39;
	opacity: 1;
}
#playerlist > li .mini-links > *:after{
	display:inline-block;
	content: "";
	opacity:1;
	padding: 0;
	border:0;
	border-top: 2px solid #ebf6f7;
	border-right: 2px solid #ebf6f7;
	position: absolute;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	left:auto;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 5px;
	height: 5px;
	z-index: 50;
}
#playerlist > li .mini-links a{
	width:auto;
	height: auto;
	color: #fff;
	padding:0.7rem 1.5rem;
	line-height: 1.2;
	text-align: center;
	font-size:80%;
}
#playerlist > li .mini-links .btn-arrow_r a{
	position: relative;
	text-align: center;
	padding-right:2rem;
	white-space:nowrap;
}
#playerlist > li .mini-links a.player-gallery_link{
}
#playerlist > li .mini-links a.player-interview_link{
}

/* 協力リンク */
#cooperation ul{
    justify-content: center;
    flex-wrap: wrap;
}
#cooperation ul li {
    background: #fff;
    font-size: 0;
    margin-top: 3rem;
    box-shadow: 0 0 9px 1px rgba(0,0,0,0.2);
}
#cooperation ul li a{
	display: inline-block;
	position: relative;
}
#cooperation ul li a:hover .img-autosize {
	transform: scale(1.1);
	transition: all .5s ease;
}
#cooperation ul li a:hover:before {
	content: "";
	background: rgba(255,255,255,.75);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#cooperation ul li a:after {
	content: "公式サイトへ";
	position: absolute;
	z-index: 2;
	padding: 0.5rem 4rem 0.5rem 2rem;
	border: 1px solid #02414C;;
	color: #02414C;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	opacity: 0;
	white-space: nowrap;
	font-size: 14px;
	font-size: 1.4rem;
	transition: all .5s ease;
	background:  url(../img/common/i-window.png) no-repeat;
	background-position: right 1.5rem center;
	background-size: 2rem;
}
#cooperation ul li a:hover:after {  opacity: 1; }

/* 撮影協力：NICE LIFE PHOTOGRAPHタイトル */
#cooperation h4.nlp{
	font-size:2.5rem;
}
#cooperation h4.nlp span{
	height: auto !important;
	font-size:3.5rem;
	display:block;
	margin-top:0.5rem;
}

/* 過去年度へのリンク */
#team_wrap .past-link{
    background: rgba(0,0,0,.2);
    padding:5rem 3rem;
    color: #fff;
    gap: 3rem;
    align-items: center;
    border: 1px solid Rgba(255,255,255,.8);
}
#team_wrap #annual-area + .past-link{
    margin-top: 5rem;
}
#team_wrap .past-link h4{
    font-size:1.8rem;
    padding:0 3rem 0 1rem;
    position: relative;
    white-space: nowrap;
}
#team_wrap  .past-link h4::after{
    content: "";
    width: 13px;
    height: 13px;
    border-top: 1px solid rgba(255,255,255,.8);
    border-right: 1px solid rgba(255,255,255,.8);
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    display: inline-block;
    right: 1rem;
    top: 52%;
}
#team_wrap  .past-link > ul{
    gap: 2rem;
    flex-wrap: wrap;
    width:100%;
}
#team_wrap  .past-link > ul li a{
    color:#fff;
    font-weight:normal;
    border: 1px solid #5BAEBA;
    padding: 0.7rem 0.5rem;
    min-width: 15rem;
    text-align: center;
}
#team_wrap  .past-link > ul li a:hover{
    background: #5BAEBA;
    opacity:1;
}
@media screen and (max-width: 767px) {
    #team_wrap  .past-link{
        margin-top:5rem;
        padding:3rem;
        gap:2rem;
        /*年度ボタンが3つ以上の場合　flex-wrap: wrap;*/
    }
    #team_wrap  .past-link > ul li{
        min-width:calc((100% - 2rem) / 2);
        /*年度ボタンが3つ以上の場合　calc((100% - 4rem) / 3)*/
    }
    #team_wrap  .past-link > ul li a{
        min-width:unset;
        width:100%;
    }
}
@media screen and (max-width: 480px) {
    #team_wrap  .past-link{
        flex-wrap: wrap;
    }
    #team_wrap  .past-link > ul li{
        /*年度ボタンが2つ以上の場合　min-width:calc((100% - 2rem) / 2)*/
    }
}

/* 過去年度ページ */
#team_wrap  .ttl_wrap.stripe-ttl h2{
    font-size: 4rem;
}
#team_wrap  .ttl_wrap.stripe-ttl h2 span.sub{
    font-size: 3.5rem;
    display:inline;
}
#team_wrap  .past_infotxt_box p{
    color: #fff;
    text-align:center;
    margin-top: 1.5rem;
}
#team_wrap  .past_infotxt_box a{
    display:inline;
}
#team_wrap  .past_infotxt_box + .past-link{
    margin-top:5rem;
}
@media screen and (max-width: 767px) {
    #team_wrap  .ttl_wrap.stripe-ttl h2{
        font-size: 3rem;
        line-height: 3rem;
        padding-top: 1rem;
    }
    #team_wrap  .ttl_wrap.stripe-ttl h2 span.sub{
        font-size: 2.5rem;
    }
    #team_wrap  .past_infotxt_box{
        margin-bottom:3rem;
    }
    #team_wrap  #annual-area + .past_infotxt_box{
        margin-top:5rem;
        margin-bottom:0;
    }
    #team_wrap  .past_infotxt_box p{
        text-align:left;
    }
}

/*=========================================
		詳細ページ無しの一覧ページ
=========================================*/
#playerlist-area .player-listdetail_wrap li { margin-top: 3rem; }
.player-listdetail_wrap .img-block { position: relative; }
.player-listdetail_wrap .profile-block {
    background: rgba(2,33,38,.75);
    color: #fff;
    padding: 1.5rem;
}
.player-listdetail_wrap .profile-block dl { margin-top: 0.5rem; }
.player-listdetail_wrap .profile-block dl:first-of-type { margin-top: 0; }
.player-listdetail_wrap .profile-block dd { word-break : break-all; }

/*=========================================
		U-18、U-15選手紹介
=========================================*/
#schedule-area { margin: 4rem auto 5rem; }
#schedule-area .btn {
	width: 38.889%;
	margin-top: 1.5rem;
}
#schedule-area .btn i {
	width: 3rem;
	min-width: 3rem;
}

/*=========================================
		詳細ページ
=========================================*/
/* playerhead_wrap */
#playerhead_wrap { 
	position: relative;
	overflow: hidden;
}
#playerhead_wrap .prev-arrow {
	position: absolute;
	-webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
	z-index: 4;
}
#playerhead_wrap .prev-arrow a:before {
	content: "";
    width: 2.5rem;
    height: 2.5rem;
    border-bottom: 6px solid rgba(222,229,229,.6);
    border-left: 6px solid rgba(222,229,229,.6);
    display: inline-block;    	
}
#playerhead_wrap .next-arrow {
	position: absolute;
	-webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
	z-index: 4;
}
#playerhead_wrap .next-arrow a:before {
	content: "";
    width: 2.5rem;
    height: 2.5rem;
    border-top: 6px solid rgba(222,229,229,.6);
    border-right: 6px solid rgba(222,229,229,.6);
    display: inline-block;    	
}
#playerhead_wrap .bg-effect {
	width: 100%;
    height: 0;
	padding-bottom: 29.428%;
	min-height: 56rem;
    position: relative;
}
#playerhead_wrap .bg-effect img {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	min-width: 100%;
	z-index: 3;
}
#playerhead_wrap .bg-img {
	width: 58.569%;
    position: absolute;
    right: 0;
    height: 100%;
}
#playerhead_wrap .bg-img img {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#playerhead_wrap canvas,
#playerhead_wrap .BWFilter { z-index: 1; }
#playerhead_wrap .bg-img:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: 2;
}

/* player-info */
.player-info {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;/*4;*/
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);	
	overflow: hidden;
}
.player-info h2 {
	line-height: 0.7;
	margin: 0;
	letter-spacing: 0.2rem;
	position: relative;
	width: 45%;
	border-bottom: 1px solid;
	top: 0.8rem;
	left: 0.8rem;
}
.player-info .position-name.position-df { 
	color: rgba(255,234,42,1);
	border-color: rgba(255,234,42,1);
}
.player-info .position-name.position-gk { 
	color: rgba(224,65,65,1);
	border-color: rgba(224,65,65,1);
}
.player-info .position-name.position-mf { 
	color: rgba(97,224,250,1);
	border-color: rgba(97,224,250,1);
}
.player-info .position-name.position-fw { 
	color: rgba(0,194,87,1);
	border-color: rgba(0,194,87,1);
}
.player-info .position-name.position-staff { 
	color: rgba(67,176,154,1);
	border-color: rgba(67,176,154,1);
	line-height: 1;
}
.player-info hr {
	position: absolute;
	left: -55%;	
}
.player-info .inner { max-width: 50%; }
.player-info .name { 
	margin-top: 3rem;
	text-align: center;
}
.player-info .name p {
	color: rgba(222,229,229,.4);
	font-size: 24px;
	font-size: calc(100vw / ( 1920 / 24 ));
	letter-spacing: 1.5rem;
	display: block;	
	font-weight: 900;
	line-height: 1;
}
.player-info h1 {
	font-size: 97px;
	font-size: calc(100vw / ( 1920 / 97 ));
	color: #dee5e5;
	line-height: 1.2;
	font-weight: bold;
}
.player-info .sns-list {
	display:flex;/*table*/
	gap: 10px;/*border-spacing: 10px 0;*/
	margin-left:2rem;
}
.player-info .sns-list li {
	display: table-cell;
	min-width: 3.7rem;
	width: 3.7rem;
}
/* X */
.player-info .sns-list li.x a{
	border: 1px solid #ccc;
	border-radius: 100%;
	padding: 50% !important;
	line-height: 1 !important;
	height: 0;
	position: relative;
}
.player-info .sns-list li.x a svg{
	width: auto;
	height: 37%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.player-info .sns-list li.x a svg path{
	fill: #ccc;
}


/*=========================================
		コンテンツエリア
=========================================*/
#main > * { min-width: 0; }
#content-area .content { 
	background: #fff;
	padding: 3.008% 3.591%;
}
#content-area .content h3 {
	background: #9f8d39;
    padding: 1rem 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.3rem;
	color: #fff;
}

/* プロフィール */
#content-area .content ul .img-block {
    text-align: right;
    position: relative;
}
#content-area .content ul .img-block .img-autosize {
	width: 91.577%;
    display: inline-block;
    padding-bottom: 136.816%;
}
#content-area .content ul .img-block span {
	position: absolute;
    top: 15%;
    left: 0;
    filter: drop-shadow(-1px 2px 1px rgba(255,255,255,1));
    width: 42.674%;
}
#profile-area ul .profile-block {
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.2rem;
}
#profile-area ul .profile-block dl { 
	margin-bottom: 4rem;
}
#profile-area ul .profile-block dt {
	font-size: 16px;
	font-size: 1.6rem;
	color: rgba(2,65,76,.4);
	margin-bottom: 0.5rem;
}
#profile-area ul .profile-block dd {
	font-size: 27px;
	font-size: 2.7rem;
	color: rgba(2,65,76,.7);
	font-weight: 500;
}
#profile-area ul .profile-block .motto {
	display: flex;
	color: rgba(2,65,76,.7);
}
#profile-area ul .profile-block .motto:before {
	content: "";
	display: inline-block;
	background: url(../img/member/dq-before.png) no-repeat;
	background-size: contain;
	min-width: 1.9rem;
	min-height: 1.55rem;
	margin-right: 1.5rem;
}
#profile-area ul .profile-block .motto:after {
	content: "";
	display: inline-block;
	background: url(../img/member/dq-after.png) no-repeat;
	background-size: contain;
	min-width: 1.9rem;
	min-height: 1.55rem;
	margin-left: 1.5rem;
}
#profile-area ul .profile-block .motto {
	font-size: 60px;
	font-size: 6rem;
	font-size: calc(100vw / ( 1920 / 60 ));
	font-weight: 700;
}

/* キャリア */
#career-area { margin-top: 6rem; }
#career-area h3 { margin-bottom: 2rem; }
#career-area table { 
	width: 100%;
	border-top: 1px solid rgba(217,217,217,.8);
	border-bottom: 1px solid rgba(217,217,217,.8);
}
#career-area table th {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

/* Q&A */
#qa-area { 
	margin-top: 6rem;
	margin-bottom: 3rem;
}
#qa-area dl {
    border-bottom: 1px dashed rgba(0,0,0,.15);
    padding: 0 1.5rem 1.5rem;
    margin-top: 2rem;
    line-height: 1.2;
    display: flex;
	counter-increment: question;
}
#qa-area dl dt { font-weight: 900; }
#qa-area dl dt:before {
	content: "Q" counter(question) "."; 	
	font-family: 'Staatliches', cursive;
	padding-right: 5px;
	font-size: 22px;
	font-size: 2.2rem;
}
#qa-area dl dd:before {
	content: "A."; 
	font-family: 'Staatliches', cursive;
	padding-right: 5px;
	font-size: 22px;
	font-size: 2.2rem;
}

/*=========================================
		PHOTO GALLERY
=========================================*/
#playerdetail_wrap section h2 {
    margin-bottom: 1.5rem;
    letter-spacing: 0.2rem;
}
#gallery-area { margin-top: 4rem; }
#gallery-area ul li {
    width: 25%;
    margin-left: 2rem;
}
#gallery-area ul li:first-of-type { margin-left: 0; }
#gallery-area ul .img-autosize { background: #fff; }
#playerdetail_wrap .btn {
	width: 27.839%;
    margin: 2rem auto 0;
    display: block;
}

/*=========================================
		VIDEO GALLERY
=========================================*/
#videogallery-area { margin-top: 4rem; }
#videogallery-area ul.movie-popup{
	width: calc(100% + 2rem);
	gap:2rem;
}
#videogallery-area ul.movie-popup + ul.movie-popup{
	margin-top:2rem;
}
#videogallery-area ul.movie-popup li {
	width: calc(25% - 2rem);
}

/*=========================================
		関連記事
=========================================*/
#related-area {
	border-top: 1px solid rgba(222,229,229,.6);
	padding-top: 3rem;
	margin-top: 4rem;
}
#related-area .img-block li {
    margin-top: 3rem;
}
#related-area .topics-list_wrap{
	display:flex;
	gap: 2rem;
}
#related-area .topics-list_wrap > li{
	padding: 0;
}

/*=========================================
		サイドメニュー
=========================================*/
#side-area section { 
	margin-bottom: 1.5rem;
	background: #fff;
}
#side-area .block-ttl {
	background: #9f8d39;
    align-items: flex-start;
	padding: 1.5rem 2rem;	
	color: #fff;
}
#side-area .block-ttl h3 {
	font-size: 23px;
	font-size: 2.3rem;
	line-height: 1.2;
}
#side-area ul li {
    border-bottom: 1px solid #eeeeee;
}
#side-area ul li a {
    display: flex;
    width: 100%;
    padding-right: 1.5rem;
    position: relative;
	align-items: center;
}
#side-area ul .img-block {
    width: 105px;
    padding-bottom: 70px;
    min-width: 105px;
    display: inline-block;
    height: 0;
}
#side-area ul .img-block img {
	bottom: inherit;
	right: inherit;
}
#side-area ul .img-block canvas,
#side-area ul .img-block .BWFilter {
	z-index: 1;
}
#side-area ul li a:hover canvas,
#side-area ul li a:hover .BWFilter { opacity: 0 !important; }
#side-area ul .ttl-block {
	padding-right: 1rem;
	width: calc(100% - 105px);
}
#side-area ul li a:after {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #063740;
	border-right: 2px solid #063740;
	position: absolute;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	display: inline-block;
	right: 1rem;
	top: 50%;
}
#side-area ul li .position-name {    
	text-align: center;
	margin: 0;
	padding: 0.3rem 0.5rem;
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	min-width: 5rem;	
	position: static;
	font-weight: 500;
	display: inline-block;
}
#side-area ul li .position-name.position-df { background: rgba(255,234,42,1); }
#side-area ul li .position-name.position-gk { background: rgba(224,65,65,1); }
#side-area ul li .position-name.position-mf { background: rgba(97,224,250,1); }
#side-area ul li .position-name.position-fw { background: rgba(0,194,87,1); }
#side-area ul li .position-name.position-staff { 
	background: rgba(67,176,154,1);
	letter-spacing: 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
}
#side-area ul li a p { margin-left: 0.6rem; }

/*=========================================
		フォトギャラリー
=========================================*/
#playergallery_wrap #gallery-area ul { flex-wrap: wrap; }
figure, img.mfp-img { max-height: calc(100vh - 15rem) !important; }

@media screen and (max-width: 1400px) and (min-width: 768px) {
    #playerdetail_wrap #lpage-menu,
	#playergallery_wrap #lpage-menu{
			justify-content: center;
		}
}



@media screen and (max-width: 1300px) and (min-width: 768px){
	/*=========================================
			関連記事
	=========================================*/
	#related-area{
		overflow:hidden;
	}
	#related-area .topics-list_wrap{
		width: calc(100% + 2rem);
	}
	#related-area .topics-list_wrap > li.type-match,
	#related-area .topics-list_wrap > li.type-note{
		max-width: unset;
	}
}



@media screen and (max-width: 1300px){
	/*=========================================
			一覧ページ
	=========================================*/
	/* 選手ごとの小リンク（インタビュー／ギャラリー）ボタン */
	#playerlist > li .mini-links{
		flex-direction: column;
		padding: 0 2rem;
	}
	#playerlist > li .mini-links a{
		font-size:calc(100vw / ( 767 / 9 ));
		padding: 0.8rem;
	}
	#playerlist > li .mini-links .btn-arrow_r a{
		white-space:unset;
	}
}



@media screen and (min-width: 960px) {	/* PC以上 */
	/*=========================================
			サイドメニュー
	=========================================*/
	#side-area { 
		width: 19.444%;
		min-width: 250px;
	}

	/*=========================================
			コンテンツエリア
	=========================================*/
	#content-area { 
		padding-right: 3rem;
		min-width: 0;
		width: calc(100% - 20.588%);
	}
	
	/* playerhead_wrap */
	#playerhead_wrap .prev-arrow { left: 4rem; }
	#playerhead_wrap .next-arrow { right: 4rem; }
}



@media screen and (max-width: 959px) { /* PC未満 */
	/*=========================================
			コンテンツエリア
	=========================================*/
	#main { flex-wrap: wrap; }
	#main #content-area { width: 100%; }
	
	/* playerhead_wrap */
	#playerhead_wrap .prev-arrow a:before,
	#playerhead_wrap .next-arrow a:before {
		border-width: 5px;
		width: 1.6rem;
		height: 1.6rem;
	}
	#playerhead_wrap .prev-arrow { left: 1.5rem; }
	#playerhead_wrap .next-arrow { right: 1.5rem; }
	.player-info { 
		width: calc(100% - 8rem);
		margin-top: 2rem;
	}
	
	/*=========================================
			サイドメニュー
	=========================================*/
	#side-area {
		width: 100%;
		display: flex;
		margin-top: 6rem;
	}	
}



@media screen and (min-width: 768px) { /* タブレット以上 */
	/*=========================================
			一覧ページ
	=========================================*/
	#playerlist-area { padding-bottom: 8rem; }
	#playerlist-area #playerlist{ justify-content: center; }
	#playerlist-area #playerlist > li{ 
		width: calc((100% / 4) - 3rem);
	}

	/* 協力リンク */
	#cooperation ul li {
		width: calc((100% / 4) - 4rem);
		margin-left: 5rem;
		max-width:unset;
	}
	#cooperation ul li .img-autosize {
		max-width:28rem;
		margin: 3rem auto;
		padding-bottom: 16rem;
	}
	#cooperation ul li .img-autosize.min {
		max-width: 34rem;
	}

	/*=========================================
			詳細ページ無しの一覧ページ
	=========================================*/
	#playerlist-area .player-listdetail_wrap { justify-content: flex-start; }

	/*=========================================
			U-18、U-15選手紹介
	=========================================*/
	.player-listdetail_wrap .profile-block dl { 
		display: table;
		width: 100%;
	}
	.player-listdetail_wrap .profile-block dt,
	.player-listdetail_wrap .profile-block dd { display: table-cell; }
	.player-listdetail_wrap .profile-block dt {
		min-width: 6em;
		width: 6em;
		text-align: right;
	}
	.player-listdetail_wrap .profile-block dd { padding-left: 2rem;	}
	
	/* ヘッダー下ナビ */
	#playerdetail_wrap #lpage-menu li,
	#playergallery_wrap #lpage-menu li{
		padding:0 2rem;
		line-height: 1.7;
	}

	/*=========================================
			詳細ページ
	=========================================*/
	/* playerhead_wrap */
	#playerhead_wrap {
		height: 0;
   		padding-bottom: 29.428%;
		min-height: 46rem;
	}		
	.player-info { width: calc(100% - 12rem); }
	.player-info .inner { align-items: flex-end; }
	.player-info h2 {
		font-size: 118px !important;
		font-size: calc(100vw / ( 1920 / 118 )) !important;
	}
	.player-info h2.position-staff {
		font-size: 90px !important;
		font-size: calc(100vw / ( 1920 / 70 )) !important;
	}
	
	/*=========================================
			コンテンツエリア
	=========================================*/
	/* プロフィール */
	#content-area .content ul .img-block { width: 52.827%; }
	#profile-area ul .profile-block {
		width: calc(100% - 52.827%);
		padding-left: 3.4rem;
	}
	
	/* キャリア */
	#career-area table th { width: 22rem; }
	#career-area .basic-tablestyle th,
	#career-area .basic-tablestyle td { padding: 1.5rem 3rem; }

	/* Q&A */
	#qa-area dl dt {
		width: 50%;
		padding-right: 1rem;
	}
	#qa-area dl dd {
		width: 50%;
		padding-left: 1rem;
	}
	#qa-area dl dt:before {	font-size: calc(100vw / ( 1920 / 22 )); }
	#qa-area dl dd:before { font-size: calc(100vw / ( 1920 / 22 )); }
	
	/*=========================================
			フォトギャラリー
	=========================================*/
	#playergallery_wrap #gallery-area ul li {
		width: calc(25% - 2rem);
		margin-bottom: 2rem;
	}
	#playergallery_wrap #gallery-area ul li:nth-of-type(4n+1) { margin-left: 0; }
}



@media screen and (max-width: 959px) and (min-width: 481px) {/* PC未満　スマホより大きい */
	/*=========================================
			サイドメニュー
	=========================================*/
	#side-area section {
		height: 100%;
		width: calc(50% - 1rem);
		margin-left: 2rem;
	}
	#side-area section:first-of-type { margin-left: 0; }
	#side-area .block-ttl { min-height: 6.4rem; }
	#side-area #new-topics .ttl-block p { height: 5em; }
	
	/* NEW TOPICS */
	#side-area #new-topics .img-block { display: none; }
	
}



@media screen and (max-width: 767px) { /* タブレット未満 */
	/*=========================================
			一覧ページ
	=========================================*/
	#playerlist-area .block { margin-top: 5rem; }
	#playerlist-area ul li .position-name{
		font-size:7vw;
	}
	#playerlist-area ul li .position-name.position-staff{
		font-size:clamp(0.1rem,calc(3vw - 0.26rem),2.7rem) !important;
	}

	/* 選手ごとの小リンク（インタビュー／ギャラリー）ボタン */
	#playerlist > li .mini-links a{
		font-size:1.6rem;
	}

	/* 協力リンク */
	#cooperation ul{
		margin-top: 2rem;
	}
	#cooperation ul li {
		width: calc((100% / 2) - 2rem);
	}
	#cooperation ul li .img-autosize {
		max-width:70%;/*14rem*/
		margin: 2rem auto;
		padding-bottom: 12rem;
	}

	/* 撮影協力：NICE LIFE PHOTOGRAPHタイトル */
	#cooperation h4.nlp{ white-space: break-spaces; }

	/*=========================================
			U-18、U-15選手紹介
	=========================================*/
	#schedule-area p { text-align: left; }
	#playerlist-area .player-listdetail_wrap li { margin-top: 2rem; }
	
	/*=========================================
			詳細ページ
	=========================================*/
	#playerhead_wrap .bg-img,
	#playerhead_wrap .bg-effect { 
		min-height: 35rem;
	}
	#playerhead_wrap .bg-img  { 
		width: 100%;
		right: -22%;
	}
	#playerhead_wrap .prev-arrow:before,
	#playerhead_wrap .next-arrow:before { 
		display: none !important;
	}	
	.player-info .inner { flex-direction: column; }
	.player-info .name p {
		font-size: 1.4rem;
		font-size: calc(100vw / ( 414 / 14 ));
		letter-spacing: 0.3rem;
	}
	.player-info .name h1 {
		font-size: 3rem;
		font-size: calc(100vw / ( 414 / 30 ));
	}
	.player-info .sns-list { 
		margin: 1rem auto 0;
		max-width: 100%; 
	}
	.player-info h2 { font-size: calc(100vw / ( 480 / 41 )) !important; }
	.player-info h2.position-staff { font-size: calc(100vw / ( 480 / 35 )) !important; }
	#playerhead_wrap canvas,
	#playerhead_wrap .BWFilter {
		transform: translate3d(0, 0px, 0) translate(-50%, -50%);
		top: 50%;
		left: 50%;
	}
	
	/* 下層ページのメニュー */
	#playerdetail_wrap #lpage-menu,
	#playergallery_wrap #lpage-menu { justify-content: center; }
	
	/*=========================================
			コンテンツエリア
	=========================================*/
	/* プロフィール */
	#profile-area ul { flex-direction: column; }
	#content-area .content ul .img-block { width: 100%; }
	#profile-area ul .profile-block { margin-top: 2.5rem; }
	#profile-area ul .profile-block dl { margin-bottom: 2.5rem; }
	#profile-area ul .profile-block .motto {
		font-size: 3.8rem;
		font-size: calc(100vw / ( 414 / 38 ));
	}

	/* キャリア */
	#career-area { margin-top: 4rem; }
	
	/* Q&A */
	#qa-area { margin-top: 4rem; }
	#qa-area dl { 
		flex-direction: column;
		padding: 0 1rem 1rem;
	}
	#qa-area dl dd { margin-top: 0.5rem; }
	
	/*=========================================
			PHOTO GALLERY
	=========================================*/
	section > ul { flex-wrap: wrap; }
	#gallery-area .btn { width: calc(100% - 8rem); }
	#gallery-area ul li{ 
		width: calc(50% - 1rem);
		margin-bottom: 2rem;
	}
	#gallery-area ul li:nth-of-type(odd),
	#videogallery-area ul li:nth-of-type(odd) { margin-left: 0; }

	/*=========================================
			VIDEO GALLERY
	=========================================*/
	#videogallery-area ul.movie-popup li{
    	width: calc(50% - 2rem);
    }

	/*=========================================
			関連記事
	=========================================*/
	#related-area .topics-list_wrap > li{
		width:calc(50% - 1rem)
	}
}



@media screen and (max-width:600px){
	/*=========================================
			関連記事
	=========================================*/
	#related-area .topics-list_wrap{
		flex-direction:column;
	}
	#related-area .topics-list_wrap > li{
		width:auto;
	}
	#related-area .topics-list_wrap li dl.update-block{
		margin-bottom:1rem;
	}
}



@media screen and (max-width: 480px) { /* スマホ */
	/*=========================================
			一覧ページ
	=========================================*/
	#playerlist-area ul li .position-name.position-staff{
		font-size:clamp(0.1rem,calc(5.9vw - 0.25rem),2.7rem) !important;
	}

	/* 選手ごとの小リンク（インタビュー／ギャラリー）ボタン */
	#playerlist li .mini-links{
		padding:0 0.5rem;
		width:90%;
		margin:0.5rem auto 0;
	}
	#playerlist li .mini-links .btn-arrow_r a{
		font-size: 4vw;
		padding: 0.7rem 2rem 1rem;
	}

	/* 撮影協力：NICE LIFE PHOTOGRAPHタイトル */
	#cooperation h4.nlp{
		font-size:2rem;
	}
	#cooperation h4.nlp span{
		font-size:3rem;
	}

	/*=========================================
			詳細ページ
	=========================================*/
	#playerhead_wrap .bg-img,
	#playerhead_wrap .bg-effect { 
		min-height: 28rem;
	}
	#playerhead_wrap .bg-img img {
		width: auto;
		height: 100%;
	}
	.player-info .name {
		margin-top: 1rem;
	}
	
	/*=========================================
			コンテンツエリア
	=========================================*/
	/* プロフィール */
	#content-area .content ul .img-block {
		text-align: center;
	}

	/* キャリア */
	#career-area table.basic-tablestyle tr th,
	#career-area table.basic-tablestyle tr td{
		display: block;
	}
	
	/*=========================================
			サイドメニュー
	=========================================*/
	#side-area { 
		flex-wrap: wrap;
		width: 100%;
	}
	#side-area section { width: 100%; }		
}




@media screen and (max-width: 420px) {
	/*=========================================
			一覧ページ
	=========================================*/
	/* 協力リンク */
	#cooperation ul li .img-autosize {
		padding-bottom: 20vw;
	}

	/* 撮影協力：NICE LIFE PHOTOGRAPHタイトル */
	#cooperation h4.nlp{
		font-size: 6vw;
	}
	#cooperation h4.nlp span{
		font-size:inherit;
	}
}


