@charset "UTF-8";
.body-wrap {
	margin: 0 auto;
}
/* 選手一覧 */
#players_top {
	background: #1D1F29;
}
#players_top .inner {
	padding-top: 130px;
	padding-bottom: 160px;
	background-size: 25.5%;
	background-image: linear-gradient(90deg, transparent calc(50% - 1px), #E73273 50%, transparent calc(50% + 1px));
}
#players_top  .players_list {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

#players_top  .players_list::after,#players_top  .players_list::before{
    content:"";
	width:220px;
	display:block;
	margin-left: 20px;
    order:1;
}
#players_top  .players_list li {
	width: 220px;
	margin-left: 20px;
	margin-bottom: 60px;
	text-align: right;
	position: relative;
	list-style: none;
}
#players_top  .players_list a {
	display: block;
	width: 100%;
	height: 100%;
}
#players_top  .players_list .img-wrap {
	width: 220px;
	overflow: hidden;
}
#players_top  .players_list img {
	width: 100%;
	transition: all .3s;
}
#players_top  .players_list a:hover img {
	opacity: 1;
	transform: scale(1.04,1.04);
}
#players_top  .players_list .name {
	padding: 15px;
	width: 100%;
	height: 102px;
	color: #fff;
	background: linear-gradient(180deg, rgba(231,49,115,0.85) 0%, rgba(162,34,81,0.85) 100%);
	text-align: left;
	position: absolute;
	left: -20px;
	bottom: -60px;
}
#players_top  .players_list .name .en {
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
}
#players_top  .players_list .name .jp {
	font-size: 1.2rem;
	font-weight: 500;
	display: block;
}
#players_top  .players_list .name::after {
	content: '';
	display: block;
	width: 36px;
	height: 20px;
	background: url(../img/common/btn_short_wh.svg) no-repeat center/contain;
	transition: all .3s;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#players_top  .players_list li:nth-child(4n-2){
	margin-top: 40px;
} 
#players_top  .players_list li:nth-child(4n-1){
	margin-top: 80px;
}
#players_top  .players_list li:nth-child(4n){
	margin-top: 120px;
}
#players_top  .players_list a:hover .name::after {
	transform: translateX(3px);
}

#staff_top {
	padding: 120px 0 140px;
}
#staff_top h2 {
	margin-right: 60px;
	white-space: nowrap;
	flex-shrink: 1;
}
#staff_top .staff_list {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	row-gap: 50px;
}
#staff_top .staff_list li {
	margin-right: 40px;
	display: flex;
	flex-direction: column;
	list-style: none;
	text-align: center;
}
#staff_top .staff_list li img {
	width: 130px;
	height:130px;
    border-radius:50%;
    object-fit:cover;
	margin-bottom: 20px;
}
#staff_top .staff_list li span {
	color: #E73273;
	font-size: 1.4rem;
	font-weight: 600;
}
#staff_top .staff_list li p {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 5px;
}
@media screen and (max-width: 1080px) {
	#players_top .players_list li {
		margin-left: 10px;
		margin-bottom: 50px;
		width: 20%;
		min-width: 155px;
	}
	#players_top .players_list .img-wrap {
		width: 100%
	}
	#players_top  .players_list .name {
		width: 100%;
		height: 88px;
		left: -10px;
		bottom: -50px;
	}
	#players_top .players_list .name .en {
		font-size: 1.8rem;
	}
	#players_top .players_list .name .jp {
		font-size: 1.1rem;
	}
	#players_top .players_list .name::after {
		width: 28px;
		height: 14px;
	}
}
@media screen and (max-width: 767px) {
	#players_top .inner {
		padding-top: 40px;
		padding-bottom: 80px;
		background-size: 100%;
		background-image: linear-gradient(90deg, transparent 15%, #E73273 calc(15% + 1px), transparent calc(15% + 2px),transparent 85%, #E73273 calc(85% + 1px), transparent calc(85% + 2px));
	}
	#players_top .players_list {
		margin-bottom: 20px;
	}
	#players_top .players_list li {
		width: 40%;
	}
	#players_top .players_list li:nth-child(4n-2){
		margin-top: 20px;
	} 
	#players_top .players_list li:nth-child(4n-1){
		margin-top: 20px;
	}
	#players_top .players_list li:nth-child(4n){
		margin-top: 40px;
	}
	#players_top .players_list a:hover .name {
		opacity: 0.8;
	}
	#staff_top {
		padding: 70px 0;
	}
	#staff_top .flex {
		display: block;
	}
	#staff_top h2 {
		margin: 0 0 30px;
	}
	#staff_top .staff_list {
		padding: 0 15px;
		gap: 21px;
	}
	#staff_top .staff_list li {
		margin: 0;
	}
	#staff_top .staff_list li img {
		width: 90px;
		height:90px;
		margin-bottom: 10px;
	}
	#staff_top .staff_list li span {
		font-size: 1.2rem;
	}
	#staff_top .staff_list li p {
		font-size: 1.3rem;
	}
}



/* 選手詳細 */
#players_info {
	padding: 100px 0 140px;
}
#players_info .inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
#players_info #top {
	width: 840px;
	margin: 0 auto;
}
#players_info #top .flex {
	display: flex;
    justify-content:space-around;
}
#players_info #top .pc {
	display: block;
}
#players_info #top .sp {
	display: none;
}
#players_info #top .name.pc {
	margin-top:50px;
	max-width: 390px;
}

#players_info #top .name.pc img{
	width: auto;
	max-width: 455px;
}
#players_info #top .player img{
	max-width: 450px;
}

#players_info #profile {
	margin-top: 20px;
	padding: 0 120px;
}
#players_info #profile h2 {
	margin-bottom: 20px;
}
#players_info #profile dl {
	display: flex;
	align-items: center;
	border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
#players_info #profile dl:first-of-type {
	border-top: solid 1px rgba(0, 0, 0, 0.3);
}
#players_info #profile dt,#players_info #profile dd {
	padding: 20px 10px;
}
#players_info #profile dt {
	margin-right: 20px;
	width: 130px;
	font-size: 1.2rem;
	font-weight: 600;
	flex-shrink: 0;
}
#players_info #profile .position_q {
	margin-top: 20px;
	font-size: 1.2rem;
	line-height: 1.0;
}
#players_info #profile .position_q  a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#players_info #profile .position_q img {
	width: 24px;
	margin-left: 8px;
}

#players_info #qanda {
	margin-top: 60px;
	padding: 0 120px;
}
#players_info #qanda h2 {
	margin-bottom: 20px;
}
#players_info #qanda dl {
	margin-bottom: 6px;
	padding: 15px 15px 20px;
	background: #F8F8F8;
}
#players_info #qanda dt {
	font-weight: 600;
	display: flex;
	align-items: center;
	color: #E73273;
	font-size: 1.2rem;
}
#players_info #qanda dt span {
	margin-right: 10px;
	display: block;
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	font-size: 2.0rem;
}
#players_info #qanda dd {
	padding-left: 30px;
}
#players_info #qanda .instagram	{
	margin-top: 100px;
	display: flex;
	justify-content: flex-end;
}
#players_info #qanda .instagram span {
	padding: 20px 10px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-weight: 700;
}
#players_info #qanda .instagram .insta_btn {
	padding: 10px 15px 10px 30px;
	margin-left: 10px;
	width: 300px;
	height: 70px;
	display: flex;
	align-items: center;
	background: #000000;
	color: #fff;
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
}
#players_info #qanda .instagram .insta_btn img {
	margin-right: 10px;
	filter: brightness(0) invert(1);
	position: relative;
}
#players_info #qanda .instagram .insta_btn::after {
	content: '';
	display: block;
	width: 56px;
	height: 20px;
	background: url(../img/common/btn_more_wh.svg) no-repeat center/contain;
	margin-left: auto;
	margin-right: 0;
	transition: all .3s;
}
#players_info #qanda .instagram .insta_btn:hover {
	text-decoration: none;
}
#players_info #qanda .instagram .insta_btn:hover::after{
	transform: translateX(3px);
}

#other {
	padding: 80px 0;
	background: #1D1F29;
}
#other h2 {
	margin-bottom: 50px;
	color: #fff;
	font-size: 2.4rem;
	display: flex;
	align-items: center;
}
#other h2::after {
	margin-left: 10px;
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #fff;
}
#other .slide {
	margin: 0 auto;
	width: 100%;
  max-width: 1280px;
}
#other .other-players .slick-list {
	overflow-y: auto;
}
#other .other-players li.slick-slide {
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	position: relative;
	list-style: none;
}
#other .other-players a {
	display: block;
	width: 100%;
	height: 100%;
}
#other .other-players .img_wrap {
	width: 100%;
	overflow: hidden;
}
#other .other-players img {
	width: 100%;
	transition: all .3s;
}
#other .other-players a:hover img {
	opacity: 1;
	transform: scale(1.04,1.04);
}
#other .other-players .name {
	padding: 15px;
	width: 100%;
	min-height: 102px;
	color: #fff;
	background: linear-gradient(180deg, rgba(231,49,115,0.85) 0%, rgba(162,34,81,0.85) 100%);
	text-align: left;
	position: relative;
	transform: translate(-20px,-40px);
}
#other .other-players .name .en {
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.1;
}
#other .other-players .name .jp {
	font-size: 1.2rem;
	font-weight: 500;
	display: block;
	padding-right: 40px;
	line-height: 1.6;
}
#other .other-players .name::after {
	content: '';
	display: block;
	width: 36px;
	height: 20px;
	background: url(../img/common/btn_short_wh.svg) no-repeat center/contain;
	transition: all .3s;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
#other .other-players a:hover {
	text-decoration: none;
} 
#other .other-players a:hover .name::after {
	transform: translateX(3px);
}
#other .arrow_dot {
	padding: 0 0 80px;
	position: relative;
}
#other .arrow_dot .arrows {
	margin-left: 40px;
}
#other .arrow_dot .arrows .slick-prev, #other .arrow_dot .arrows .slick-next {
	filter: brightness(0) invert(1);
}
#other .arrow_dot a.btn_index {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	font-size: 2.0rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%)
} 
#other .arrow_dot a.btn_index img {
	width: 20px;
	margin-bottom: 5px;
}
#other .arrow_dot a.btn_index:hover {
	opacity: 0.7;
	text-decoration: none;
}
@media screen and (max-width: 1080px) {
	#players_info #top {
		width: 100%;
	}
	#players_info #profile {
		padding: 0;
	}
	#players_info #qanda {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	#players_info {
		padding: 100px 0;
	}
	#players_info #top {
		margin-bottom: 60px;
	}
	#players_info #top .flex {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	#players_info #top .pc {
		display: none;
	}
	#players_info #top .sp {
		margin-top: 10px;
		display: block;
	}
	#players_info #top .player {
		margin: 0 auto;
		width: 75%;
		display: flex;
		justify-content: center;
	}
	#players_info #top .player img {
		width: 100%;
	}



	#players_info #profile {
		margin-bottom: 50px;
	}
	#players_info #profile h2 {
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	#players_info #profile dt, #players_info #profile dd {
		padding: 12px 5px;
	}
	#players_info #profile dt {
		width: 120px;
	}
	#players_info #qanda dt {
		margin-bottom: 5px;
	}
	#players_info #qanda dt span {
		font-size: 1.6rem;
	}
	#players_info #qanda .instagram {
		margin: 70px 0 0;
		flex-direction: column;
		align-items: center;
	}
	#players_info #qanda .instagram span {
		margin-bottom: 20px;
		width: 280px;
		text-align: center;
	}
	#players_info #qanda .instagram .insta_btn {
		margin-left: 0;
		width: 280px;
	}
	#other {
		padding: 50px 0 100px;
	}
	#other .slide {
		padding: 0 16px;
	}
	#other .slide_container {
		margin-right: -10px;
	}
	#other .other-players li.slick-slide {
		padding-left: 20px;
		padding-right: 10px;
		padding-bottom: 0;
	}
	#other .other-players .name {
		padding: 8px;
		width: calc(100% - 20px);
		left: 0px;
		bottom: 0;
	}
	#other .other-players .name .en {
		font-size: 1.8rem;
	}
	#other .other-players .name .jp {
		font-size: 1.1rem;
	}
	#other .other-players .name::after {
		width: 28px;
		height: 14px;
	}
	#other .arrow_dot .slick_dots {
		display: none;
	}
	#other .arrow_dot {
		padding: 0;
	}
	#other .arrow_dot .arrows {
		margin-left: 0;
	}

}