@charset "UTF-8";
/**keyplayer***************/

.mono .attention{
	display: flex;
	align-items:  flex-end;
	justify-content: center;
	margin-bottom: 70px;
}
.mono .attention .ph{
	flex-grow: 2;
	max-width: 615px;
}
.mono .attention .detail{
	flex-grow: 1;
	max-width: 400px;
	margin-left: 50px;
	padding-bottom: 70px;
}
.mono .attention .posi span{
	color: #fff;
	line-height: 1;
	transform: skewX(-10deg);
}
.mono .attention .posi{
	display: flex;
	align-items:  flex-end;
	position: relative;
	padding-left: 60px;
	line-height: 1;
}
.mono .attention .posi .p-posi{
	font-size: 40px;
	position: absolute;
	bottom: 30px;
	left: 0;
}
.mono .attention .posi .p-num{
	font-size: 200px;
}
.mono .attention .name-ja{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 4px;
	transform: skewX(-10deg);
}
.mono .attention .name-en{
	padding: 2px 4px;
	background: #8fc31f;
	display: inline-block;
	transform: skewX(-10deg);
	margin-bottom: 20px;
}
.mono .attention .tx{
	font-size: 14px;
	margin-bottom: 24px;
}
.mono .bg-player{
	position: relative;
	padding: 100px 0;
}
.mono .bg-player:before{
	content: '';
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: url(../../img/common/bg-2526.png)no-repeat;
	background-position: center top 150px;
	background-size: contain;
	opacity: 0.2;
}
/**/
#keyplayer.conte-normal{
	padding: 120px 0 0;
}
#keyplayer .slider_container{
	padding-bottom: 40px;
}
.mono .bg-p15{
	background: url(../../img/player/pc1920-p15-02.jpg)no-repeat;
	background-position: center top;
	background-size: cover;
}
.mono .p-main{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	position: relative;
}
.mono .p-main .p-detail:after{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 110%;
	height: 100%;
	top: 2px;
	left: -10%;
	background: #111;
	transform: skewX(-15deg);
}
.mono .p-main .p-detail{
	display: flex;
	max-width: 700px;
	padding: 10px 15px;
	color: #fff;
	position: absolute;
	z-index: 1;
	bottom: -30px;
	left: 0;
}
.mono .p-main .p-detail,
.mono .p-main .p-detail a,
.mono .p-main .p-detail span,
.mono .p-main .p-detail p{
	color: #fff;
	font-size: 12px;
}
.mono .p-main .player{
	position: relative;
	display: table;
	margin: 0 auto; 
}
.mono .p-main .player .name-tag span{
	display: block;
}
.mono .p-main .player .name-tag .name{
	font-size: 24px;
}
.mono .p-main .player .name-tag .t-ja{
	font-size: 14px;
	font-weight: bold;
	margin-top: -3px;
}
.mono .p-main .player.lv-p15 .ph{
	max-width: 350px;
	position: relative;
	left: calc((100% - 350px) / 2);
}
.mono .p-main .lv-p15 .name-tag{
	position: absolute;
	left: -17%;
	top: 25%;
}


/**/


@media screen and (max-width: 1179px) {

  .mono .team-info .bt-team img {
      max-height: 28px;
      height: 100%;
      width: auto;
  }

  .mono .p-main .p-detail{
    display: flex;
    max-width: 40%;
  }


}
@media screen and (max-width: 1023px) {

  .mono .team-info.pc{
    display: none;
  }


}
@media screen and (max-width: 767px) {


  .mono .bg-p15{
    background: url(../../img/player/pc1920-p15-sp.jpg)no-repeat;
    background-position: center top;
    background-size: cover;
  }
  #keyplayer.conte-normal {
      padding: 90px 0 0;
  }
  .mono .p-main{
    margin-bottom: 50px;
  }
  .mono .p-main .player.lv-p15 .ph {
      max-width: 280px;
      left: calc((100% - 280px) / 2);
  }

  .mono .p-main .p-detail {
        display: flex;
        position: relative;
        max-width: 80%;
        bottom: auto;
        margin-top: 30px;
    }
  .mono .p-main .p-detail:after{
    transform: skewX(-10deg);
  }
  .mono .p-main .lv-p15 .name-tag {
      position: absolute;
      left: -20px;
      top: auto;
      bottom: 20px;
  }


}
@media screen and (max-width: 460px) {

}