@charset "UTF-8";

body.player-list {
}

body.player-list .onHide {
	transform: translate(0px, 30px);
	opacity: 0;
}

body.player-list header .logo_verblitz {
	background-image: url(../images/logo_verblitz_red.svg);
}

body.player-list nav {}

body.player-list footer {
	background: white;
	padding: 0;
}

body.player-list main {
	display: block;
	padding: 0;
	position: relative;
	z-index: 1;
	background: #00441B;
	color: white;
}


body.player-list main section .wrap {
    position: relative;
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 1280px;
}

#list_top {
	text-align: center;
	padding: 120px 0 0;
}
#list_top h1 {
	font-family: 'Raiden-Italic';
	font-size: 74px;
	line-height: 1;
	font-weight: 400;
}
#list_top p {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	margin: 6px 0 0;
}
#list_top div {
	display: inline-block;
	background: white;
	margin: 21px 0 0;
	padding: 21px 30px 20px;
}
#list_top a {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: #00441B;
	text-decoration: none;
	margin: 0 40px 0 32px;
	padding: 0 0 0 26px;
	background: url(../images/arrow_green_down.svg) no-repeat left center / 12px;
}

#list_players {
	padding: 47px 0 120px;
}
#list_players h2 {
	font-family: 'Raiden-Italic';
	font-size: 74px;
	line-height: 1;
	font-weight: 400;
}
#list_players article {
	padding: 68px 0 0;
}
#list_players .title {
	border: solid 1px white;
	display: inline-block;
	white-space: nowrap;
}
#list_players .title dt {
	padding: 10px 0 14px 14px;
	display: inline-block;
	vertical-align: top;
	border-right: solid 1px white;
}
#list_players .title dt i {
	font-family: 'Raiden-Italic';
	font-size: 58px;
	line-height: 1;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}
#list_players .title dt span {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin: 6px 20px 0 14px;
}
#list_players .title dd {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-size: 43px;
	line-height: 1;
	font-family: 'Raiden-Italic';
}
#list_players .title dd::before {
	content: 'Uniform number';
	display: block;
	font-family: 'Korolev Medium', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	line-height: 1;
	padding: 9px 10px 10px;
	border-bottom: solid 1px white;
	margin: 0 0 1px;
}
#list_players .person {
	margin: 50px 0 0;
}
#list_players .person a {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	position: relative;
	height: 380px;
	max-height: 30vw;
	margin: 0 0 55px;
	color: white;
}
#list_players .person a::before,
#list_players .person a::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
}
#list_players .person a::before {
	background-image: url(../../images/player/list_bg.svg);
	background-position: center top -200%;
	background-size: 87% auto;
	background-repeat: no-repeat;
	z-index: 2;
	transition: 0.2s;
}
#list_players .person a::after {
	background: #045323;
	z-index: 1;
}
#list_players .person a figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center bottom -6px;
	background-size: auto 100%;
	transition: 0.2s;
}
/*#list_players .person a:hover::before {
	background-position: center top 0px;
}
#list_players .person a:hover figure {
	background-position: center bottom;
}*/
#list_players .person a div {
	position: absolute;
	top: 0;
	left: 33px;
	z-index: 4;
}
#list_players .person a div b {
	font-size: 21px;
	line-height: 1;
	font-weight: 400;
	display: block;
}
#list_players .person a div span {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin: 6px 0 0;
}

#list_staff {
	padding: 76px 0 125px;
	background: #045323;
}
#list_staff h2 {
	font-family: 'Raiden-Italic';
	font-size: 74px;
	line-height: 1;
	font-weight: 400;
}
#list_staff .person {
	margin: 42px 0 0;
}
#list_staff .person a {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	position: relative;
	margin: 0 0 0;
	border-top: solid 1px white;
	color: white;
}
#list_staff .person a figure {
	width: 100%;
	height: 240px;
	max-height: 20vw;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
	transition: 0.2s;
}
#list_staff .person a[href]:hover figure {
	background-size: auto 105%;
}
#list_staff .person a div {
	border-top: solid 1px white;
	text-align: center;
	padding: 0 10px 17px;
}
#list_staff .person a div b {
	font-size: 21px;
	line-height: 1;
	font-weight: 400;
	display: block;
	margin: 13px 0 0;
}
#list_staff .person a div span {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin: 6px 0 0;
}
#list_staff .person a div span.position {
	margin: 10px 0 0;
}


body.player-detail {
}

body.player-detail .onHide {
	transform: translate(0px, 30px);
	opacity: 0;
}

body.player-detail header .logo_verblitz {
	background-image: url(../images/logo_verblitz_red.svg);
}

body.player-detail nav {}

body.player-detail footer {
	background: white;
	padding: 0;
}

body.player-detail main {
	display: block;
	padding: 100vh 0 0;
	position: relative;
	z-index: 1;
	/* overflow-x: hidden; */
}


body.player-detail main section {
	position: relative;
	z-index: 4;
}

#pagejump {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	visibility: hidden;
}
#pagejump::after {
	content: '';
	position: absolute;
	top: 0;
	z-index: 3;
	width: 0vw;
	height: 100vh;
	background: black;
	visibility: visible;
}
#pagejump.jumpprev::after {
	left: 0;
	width: 100vw;
	transition: left 0s, width 0.3s;
}
#pagejump.jumpnext::after {
	right: 0;
	width: 100vw;
	transition: right 0s, width 0.3s;
}
#pagejump div {
	position: absolute;
	top: 35%;
	z-index: 1;
	width: 25px;
	height: 60px;
	background: url(../images/arrow_green_thin.svg) no-repeat center / contain;
	cursor: pointer;
	visibility: visible;
}
#pagejump .prev {
	left: 18px;
}
#pagejump .next {
	right: 18px;
	transform: rotate(180deg);
}
#visual.show +#pagejump {
	z-index: 5;
	transition: z-index 0s 0.3s;
}

#visual {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	background: url(../../images/player/visual_bg.png) no-repeat bottom center / cover black;
	overflow: hidden;
}
#visual::before,
#visual::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#visual::before {
	background: black;
	z-index: 8;
	transition: width 0.3s 0.3s;
}
#visual::after {
	background: #0c9659;
	z-index: 9;
	left: 100%;
	transition: left 0.3s 0s, width 0.3s 0.3s;
}
#visual.show {
	transition: z-index 0s 0.3s;
}
#visual.show::before {
	width: 0%;
}
#visual.show::after {
	left: 0%;
	width: 0%;
}
#visual .photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-position: bottom -20vh center;
	background-repeat: no-repeat;
	background-size: auto 110vh;
	transition: 0.8s 0.0s;
	left: 10%;
	opacity: 0;
}
#visual.show .photo {
	left: 0%;
	opacity: 1;
}
#visual .name {
	position: absolute;
	top: 39.5%;
	left: 9%;
	z-index: 3;
}
#visual .name span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-size: 126px;
	line-height: 0.95;
	color: transparent;
	margin-left: 70px;
}
#visual.show .name span {
	color: #BFA666;
	margin-left: 0px;
	font-family: 'Raiden-Italic';
}
#visual .name span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #bfa666;
}
#visual.show .name span::before {
	left: 0%;
	width: 0%;
}
#visual .name span.name1 {
	transition: color 0.0s 1.0s, margin-left 1.0s 0.7s;
}
#visual .name span.name1::before {
	transition: left 0.2s 0.8s, width 0.2s 1.0s;
}
#visual .name span.name2 {
	transition: color 0.0s 1.3s, margin-left 1.0s 1.0s;
}
#visual .name span.name2::before {
	transition: left 0.2s 1.0s, width 0.2s 1.2s;
}
#visual .name span.name3 {
  font-family: 'Korolev Medium', 'Noto Sans JP', "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 33px;
	line-height: 1.2;
	font-weight: 500;
	margin-top: 22px;
	transition: color 0.0s 1.6s, margin-left 1.0s 1.3s;
}
#visual .name span.name3::before {
	transition: left 0.2s 1.2s, width 0.2s 1.4s;
}
#visual .fog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #035c30;
	transition: 2.0s 0.6s;
}
#visual.show .fog {
	opacity: 0;
}

#profile {
	text-align: center;
	padding: 45px 20px 60px;
	background: #005C30;
	margin: 0 auto;
	max-width: 1130px;
	position: relative;
}
#profile::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
	width: 100vw;
	height: 100%;
	background: #005C30;
	transform: translate(-50%, 0);
}
#profile .nap {
	display: inline-block;
	vertical-align: top;
	border: solid 1px white;
	text-align: center;
	width: 225px;
	min-height: 555px;
	background-repeat: no-repeat;
	background-position: bottom 50px center;
	background-size: 51% auto;
	padding: 0 0 270px;
}
#profile .nap::before {
	content: 'PROFILE';
	font-size: 34px;
	line-height: 1;
	background: white;
	color: #005C30;
	width: 100%;
	text-align: center;
	display: block;
	padding: 1px 13px 2px;
	box-sizing: border-box;
	font-family: 'Raiden-Regular';
}
#profile .nap.position_pr {
	background-image: url(../../images/player/position_pr.svg);
}
#profile .nap.position_ctb {
	background-image: url(../../images/player/position_ctb.svg);
}
#profile .nap.position_fb {
	background-image: url(../../images/player/position_fb.svg);
}
#profile .nap.position_fl {
	background-image: url(../../images/player/position_fl.svg);
}
#profile .nap.position_ho {
	background-image: url(../../images/player/position_ho.svg);
}
#profile .nap.position_lo {
	background-image: url(../../images/player/position_lo.svg);
}
#profile .nap.position_no8 {
	background-image: url(../../images/player/position_no8.svg);
}
#profile .nap.position_sh {
	background-image: url(../../images/player/position_sh.svg);
}
#profile .nap.position_so {
	background-image: url(../../images/player/position_so.svg);
}
#profile .nap.position_wtb {
	background-image: url(../../images/player/position_wtb.svg);
}
#profile .nap .name {
	font-size: 31px;
	line-height: 1;
	font-weight: 700;
	margin: 20px 20px 0;
	color: white;
}
#profile .nap .name span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0 0;
}

#profile .ias {
	display: inline-block;
	vertical-align: top;
	margin: 0 50px 0;
	max-width: 460px;
	width: calc(100% - 630px);
	padding: 0 50px 0 0;
	border-right: solid 1px white;
	text-align: left;
}
#profile .ias .info {
	color: white;
	margin: 15px 0 0;
}
#profile .ias .info dt {
	border-top: solid 1px white;
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	line-height: 1;
	width: 160px;
	padding: 21px 0 18px 12px;
}
#profile .ias .info dd {
	border-top: solid 1px white;
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	line-height: 1.3;
	width: calc(100% - 160px);
	font-weight: 500;
	padding: 16px 0 14px;
}
#profile .ias .info dt:first-of-type,
#profile .ias .info dd:first-of-type {
	border-top: none;
}
#profile .ias .sns {
	border: solid 1px white;
	margin: 13px 0 0;
}
#profile .ias .sns::before {
	content: 'SNS';
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	border-right: solid 1px white;
	font-size: 17px;
	line-height: 70px;
	text-align: center;
	color: white;
}
#profile .ias .sns a {
	margin: 0 0 0 35px;
}
#profile .ias .sns a.instagram {}
#profile .ias .sns a.twitter {}
#profile .ias .sns a.facebook {}
#profile .ias .sns a.x {
	width: 22px;
	height: 22px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201200%201227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22m714.163%20519.284%20446.727-519.284h-105.86l-387.893%20450.887-309.809-450.887h-357.328l468.492%20681.821-468.492%20544.549h105.866l409.625-476.152%20327.181%20476.152h357.328l-485.863-707.086zm-144.998%20168.544-47.468-67.894-377.686-540.2396h162.604l304.797%20435.9906%2047.468%2067.894%20396.2%20566.721h-162.604l-323.311-462.446z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}

#profile .cam {
	display: inline-block;
	vertical-align: top;
	max-width: 300px;
	width: calc(100% - 790px);
	margin: 0 0px;
	text-align: left;
}
#profile .cam .chart {
	position: relative;
	width: 100%;
	height: 380px;
}
#profile .cam .chart figure {
	position: absolute;
	top: 68px;
	left: 102px;
	z-index: 1;
	width: 210px;
	height: 200px;
	margin: 0;
	background: url(../../images/player/chart.png) no-repeat center / cover;
}
#profile .cam .chart canvas {
	width: 100%;
	height: 100%;
	transform: scale(0) rotate(45deg);
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.47, 1.41);
}
#profile .cam .chart.show canvas {
	transform: scale(1) rotate(0deg) !important;
}
#profile .cam .chart .term {
	position: absolute;
	z-index: 2;
	font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	padding: 2px 6px 2px;
	background: white;
	color: #005C30;
}
#profile .cam .chart .term.term1 {
	left: 50%;
	top: 30px;
	transform: translate(-50%, 0);
}
#profile .cam .chart .term.term2 {
	left: 320px;
	top: 145px;
	transform: translate(0, -50%);
	max-width: 90px;
}
#profile .cam .chart .term.term3 {
	right: 120px;
	top: 283px;
	transform: translate(50%, 0);
	max-width: 160px;
}
#profile .cam .chart .term.term4 {
	left: 114px;
	top: 283px;
	transform: translate(-50%, 0);
	max-width: 160px;
}
#profile .cam .chart .term.term5 {
	right: 325px;
	top: 145px;
	transform: translate(0, -50%);
	max-width: 90px;
}
#profile .cam .message {
	/* border: solid 1px white; */
	/* padding: 15px 28px; */
	font-size: 22px;
	line-height: 1.6;
	color: white;
}
#profile .cam .message::before {
	/* content: 'MESSAGE'; */
	/* font-size: 27px; */
	/* line-height: 1; */
	display: block;
	/* margin: 0 0 6px; */
	font-family: 'Raiden-Regular';
	content: 'ファンの皆様に向けてのメッセージ';
	font-size: 17px;
	line-height: 1.3;
	margin: 31px 0 18px;
}

#gallery {
	background: #272727;
	padding: 0 0 30px;
}
#gallery .photo {
	width: 100%;
	height: 597px;
	max-height: 43vw;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
#gallery .photo li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 100%;
	background-position: center;
	background-size: cover;
	transition: 0.3s;
}
#gallery .btn {
	text-align: center;
	margin: 28px 0 0;
}
#gallery .btn li {
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	background: #858585;
	border-radius: 50%;
	margin: 0 15px;
	cursor: pointer;
}
#gallery .btn li.active {
	background: #0D955A;
	cursor: auto;
}
#gallery .photo.stop li {
	transform: translate(0, 0)!important;
}
#gallery .photo.stop +.btn {
	display: none!important;
}

#interview {
	background: #272727;
	padding: 30px 0 100px;
	position: relative;
}
#interview .photo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	/*background-position: bottom 100% right 0;*/
	background-position: bottom 30% right 28%;
}
#interview ul {
	counter-reset: interview_count;
	/*max-width: 940px;*/
	max-width: 1130px;
	margin: 5px auto 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/* 2列にするときはコメントアウトここから */
	flex-direction: column;
	align-items: flex-start;
	/* 2列にするときはコメントアウトここまで */
	z-index: 2;
	overflow: hidden;
	padding: 0 20px 60px;
}
#interview ul li {
	border-top: solid 1px #707070;
	width: 47%;
	padding: 18px 0px 12px 0;
	margin: -1px 0 1px;
}
#interview ul li .q {
	font-size: 16px;
	line-height: 1.4;
	color: #0D955A;
}
#interview ul li .q::before {
  counter-increment: interview_count;
  content: counter(interview_count);
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #0D955A;
  color: #272727;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  line-height: 21px;
  margin-right: 7px;
}
#interview ul li .a {
	font-size: 18px;
	line-height: 1.4;
	color: white;
	padding: 9px 0 0 25px;
}

@media (min-width: 769px) {

#gallery .photo.pc_stop li {
	transform: translate(0, 0)!important;
}
#gallery .photo.pc_stop +.btn {
	display: none!important;
}

}

@media (max-width: 1300px) {

body.player-list {}
body.player-list .onHide {}
body.player-list header .logo_verblitz {}
body.player-list nav {}
body.player-list footer {}
body.player-list main {}
body.player-list main section .wrap {}
#list_top {}
#list_top h1 {}
#list_top p {}
#list_top div {}
#list_top a {}
#list_players {}
#list_players h2 {}
#list_players article {}
#list_players .title {}
#list_players .title dt {}
#list_players .title dt i {}
#list_players .title dt span {}
#list_players .title dd {}
#list_players .title dd::before {}
#list_players .person {}
#list_players .person a {}
#list_players .person a figure {}
#list_players .person a:hover figure {}
#list_players .person a div {}
#list_players .person a div b {}
#list_players .person a div span {}
#list_staff {}
#list_staff h2 {}
#list_staff .person {}
#list_staff .person a {}
#list_staff .person a figure {}
#list_staff .person a[href]:hover figure {}
#list_staff .person a div {}
#list_staff .person a div b {}
#list_staff .person a div span {}
#list_staff .person a div span.position {}
body.player-detail {}
body.player-detail .onHide {}
body.player-detail header .logo_verblitz {}
body.player-detail nav {}
body.player-detail footer {}
body.player-detail main {}
#visual {}
#visual .photo {}
#visual .name {}
#visual .name span {}
#profile {}
#profile .nap {}
#profile .nap::before {}
#profile .nap.position_pr {}
#profile .nap.position_ctb {}
#profile .nap.position_fb {}
#profile .nap.position_fl {}
#profile .nap.position_ho {}
#profile .nap.position_lo {}
#profile .nap.position_no8 {}
#profile .nap.position_sh {}
#profile .nap.position_so {}
#profile .nap.position_wtb {}
#profile .nap .name {}
#profile .nap .name span {}
#profile .ias {
	width: auto;
	max-width: 420px;
	border-right: none;
	padding: 0;
}
#profile .ias .info {}
#profile .ias .info dt {}
#profile .ias .info dd {}
#profile .ias .info dt:first-of-type,
#profile .ias .info dd:first-of-type {}
#profile .ias .sns {}
#profile .ias .sns::before {}
#profile .ias .sns a {}
#profile .ias .sns a.instagram {}
#profile .ias .sns a.twitter {}
#profile .ias .sns a.facebook {}
#profile .cam {
	display: block;
	max-width: none;
	width: 700px;
	margin: 0 auto 0;
}
#profile .cam .chart {}
#profile .cam .chart canvas {}
#profile .cam .chart .term {}
#profile .cam .chart .term.term1 {}
#profile .cam .chart .term.term2 {}
#profile .cam .chart .term.term3 {}
#profile .cam .chart .term.term4 {}
#profile .cam .chart .term.term5 {}
#profile .cam .message {}
#profile .cam .message::before {}
#gallery {}
#gallery .photo {}
#gallery .photo li {}
#gallery .btn {}
#gallery .btn li {}
#gallery .btn li.active {}
#interview {}
#interview .photo {}
#interview ul {}
#interview ul li {}
#interview ul li .q {}
#interview ul li .q::before {}
#interview ul li .a {}

}
@media (max-width: 960px) {

body.player-list {}
body.player-list .onHide {}
body.player-list header .logo_verblitz {}
body.player-list nav {}
body.player-list footer {}
body.player-list main {}
body.player-list main section .wrap {}
#list_top {}
#list_top h1 {}
#list_top p {}
#list_top div {}
#list_top a {}
#list_players {}
#list_players h2 {}
#list_players article {}
#list_players .title {}
#list_players .title dt {}
#list_players .title dt i {}
#list_players .title dt span {}
#list_players .title dd {}
#list_players .title dd::before {}
#list_players .person {}
#list_players .person a {}
#list_players .person a figure {}
#list_players .person a:hover figure {}
#list_players .person a div {}
#list_players .person a div b {}
#list_players .person a div span {}
#list_staff {}
#list_staff h2 {}
#list_staff .person {}
#list_staff .person a {}
#list_staff .person a figure {}
#list_staff .person a[href]:hover figure {}
#list_staff .person a div {}
#list_staff .person a div b {}
#list_staff .person a div span {}
#list_staff .person a div span.position {}
body.player-detail {}
body.player-detail .onHide {}
body.player-detail header .logo_verblitz {}
body.player-detail nav {}
body.player-detail footer {}
body.player-detail main {}
#visual {}
#visual .photo {}
#visual .name {}
#visual .name span {}
#profile {}
#profile .nap {}
#profile .nap::before {}
#profile .nap.position_pr {}
#profile .nap.position_ctb {}
#profile .nap.position_fb {}
#profile .nap.position_fl {}
#profile .nap.position_ho {}
#profile .nap.position_lo {}
#profile .nap.position_no8 {}
#profile .nap.position_sh {}
#profile .nap.position_so {}
#profile .nap.position_wtb {}
#profile .nap .name {}
#profile .nap .name span {}
#profile .ias {
	border-right: none;
	margin-right: 0;
	padding-right: 20px;
}
#profile .ias .info {}
#profile .ias .info dt {}
#profile .ias .info dd {}
#profile .ias .info dt:first-of-type,
#profile .ias .info dd:first-of-type {}
#profile .ias .sns {}
#profile .ias .sns::before {}
#profile .ias .sns a {}
#profile .ias .sns a.instagram {}
#profile .ias .sns a.twitter {}
#profile .ias .sns a.facebook {}
#profile .cam {}
#profile .cam .chart {}
#profile .cam .chart canvas {}
#profile .cam .chart .term {}
#profile .cam .chart .term.term1 {}
#profile .cam .chart .term.term2 {}
#profile .cam .chart .term.term3 {}
#profile .cam .chart .term.term4 {}
#profile .cam .chart .term.term5 {}
#profile .cam .message {}
#profile .cam .message::before {}
#gallery {}
#gallery .photo {}
#gallery .photo li {}
#gallery .btn {}
#gallery .btn li {}
#gallery .btn li.active {}
#interview {}
#interview .photo {}
#interview ul {}
#interview ul li {}
#interview ul li .q {}
#interview ul li .q::before {}
#interview ul li .a {}

}
@media (max-width: 768px) {

body.player-list {}
body.player-list .onHide {}
body.player-list header .logo_verblitz {}
body.player-list nav {}
body.player-list footer {}
body.player-list main {}
body.player-list main section .wrap {
	width: auto;
	margin: 0 5vw;
}
#list_top {
	text-align: left;
	padding: 5vw 5vw 1vw 5vw;
	color: #00441B;
	background: white;
}
#list_top h1 {
	font-size: 15vw;
	display: inline-block;
}
#list_top p {
	display: inline-block;
	font-size: 4.5vw;
	vertical-align: baseline;
	margin-left: 4vw;
}
#list_top div {
	display: block;
	margin: 7vw 0 0;
	padding: 0 1vw;
}
#list_top a {
	display: block;
	font-size: 4.5vw;
	margin: 0 0 6vw;
	background-size: 3.5vw;
	padding: 0 0 0 8vw;
}
#list_players {
	padding: 6vw 0 15vw;
}
#list_players h2 {
	font-size: 10vw;
}
#list_players article {
	padding: 8vw 0 0;
}
#list_players .title {}
#list_players .title dt {
	padding: 1.5vw 4vw 2.5vw 3vw;
}
#list_players .title dt i {
	display: block;
	font-size: 7.5vw;
}
#list_players .title dt span {
	font-size: 3vw;
	margin: 0.5vw 0 0;
}
#list_players .title dd {
	font-size: 8vw;
}
#list_players .title dd::before {
	font-size: 2vw;
	padding: 1.5vw 3vw 1vw;
}
#list_players .person {
	margin: 2.5vw -1vw 0;
}
#list_players .person a {
	width: 44vw;
	margin: 0 1vw 5vw;
	height: auto;
	max-height: none;
}
#list_players .person a::before,
#list_players .person a::after {
	display: none;
}
#list_players .person a figure {
	position: static;
	height: 57vw;
	transition: 0s;
	background-size: auto 100%;
	background-position: center bottom;
	background-color: #045323;
}
#list_players .person a:hover figure {}
#list_players .person a div {
	position: static;
	text-align: center;
	background: white;
	color: #00441b;
	padding: 0 0 1.5vw;
}
#list_players .person a div b {
	font-size: 6vw;
	font-weight: 500;
	margin: 0;
	padding: 3vw 0 0;
}
#list_players .person a div span {
	font-size: 3.5vw;
	margin: 0;
	padding: 1.5vw 0 0;
}
#list_staff {
	padding: 13vw 0 6vw;
}
#list_staff h2 {
	font-size: 10vw;
}
#list_staff .person {
	margin: 10.5vw -1vw 0;
}
#list_staff .person a {
	width: 44vw;
	margin: 0 1vw 4vw;
	height: auto;
	max-height: none;
	border-top: none;
}
#list_staff .person a figure {
	height: 40vw;
	max-height: none;
	transition: 0s;
	background-size: auto 100%!important;
	background-color: #045323;
}
#list_staff .person a[href]:hover figure {}
#list_staff .person a div {
	padding: 0 3vw;
}
#list_staff .person a div b {
	font-size: 4.5vw;
	font-weight: 500;
	margin: 0;
	padding: 2vw 0 0;
}
#list_staff .person a div span {
	font-size: 3.5vw;
	margin: 0;
	padding: 1.5vw 0 0;
}
#list_staff .person a div span.position {
	margin: 0;
	padding: 2vw 0 0;
}
body.player-detail {}
body.player-detail .onHide {}
body.player-detail header .logo_verblitz {}
body.player-detail nav {}
body.player-detail footer {}
body.player-detail main {
	padding-top: calc((var(--vh, 1vh) * 100) - 15.5vw);
}
#pagejump {}
#pagejump::after {}
#pagejump.jumpprev::after {}
#pagejump.jumpnext::after {}
#pagejump div {
	top: 48%;
	height: 8vw;
	width: 6vw;
}
#pagejump .prev {
	left: 1vw;
}
#pagejump .next {
	right: 1vw;
}
#visual {
	height: calc(var(--vh, 1vh) * 100);
	top: 0;
}
#visual .photo {
	background-position: top 5vh center;
}
#visual .name {
	top: auto;
	bottom: 15vw;
	left: 4.5vw;
}
#visual .name span {
	font-size: 18vw;
	margin-left: 10vw;
}
#visual.show .name span {}
#visual .name span::before {}
#visual.show .name span::before {}
#visual .name span.name1 {}
#visual .name span.name1::before {}
#visual .name span.name2 {}
#visual .name span.name2::before {}
#visual .name span.name3 {
	font-size: 7vw;
	margin-top: 3vw;
	line-height: 1.4;
}
#visual .name span.name3::before {}
#profile {
	padding: 7vw 5vw 11vw;
}
#profile .nap {
	width: auto;
	min-height: 68vw;
	padding: 0;
	background-repeat: no-repeat;
	background-position: top 11vw right 5vw;
	background-size: 30vw auto;
}
#profile .nap::before {
	text-align: left;
	font-size: 8vw;
	padding: 0 5vw 1vw;
}
#profile .nap.position_pr {
	display: block;
	width: auto;
	min-height: 65vw;
	padding: 0;
	background-position: bottom 4.5vw right 3.5vw;
	background-size: auto 50vw;
}
#profile .nap.position_ctb {}
#profile .nap.position_fb {}
#profile .nap.position_fl {}
#profile .nap.position_ho {}
#profile .nap.position_lo {}
#profile .nap.position_no8 {}
#profile .nap.position_sh {}
#profile .nap.position_so {}
#profile .nap.position_wtb {}
#profile .nap .name {
	text-align: left;
	font-size: 7vw;
	line-height: 1.2;
	margin: 0;
	padding: 6vw 38vw 0 4.5vw;
}
#profile .nap .name span {
	font-size: 4.5vw;
	margin: 3vw 0 0;
}
#profile .ias {
	display: block;
	margin: 0;
	width: auto;
	padding: 0;
	max-width: none;
}
#profile .ias .info {
	margin: 4vw 0 0;
}
#profile .ias .info dt {
	width: 43%;
	font-size: 4vw;
	padding: 4.5vw 3vw 4vw;
}
#profile .ias .info dd {
	width: 57%;
	font-size: 6vw;
	padding: 3.5vw 0 3.5vw 2vw;
}
#profile .ias .info dt:first-of-type,
#profile .ias .info dd:first-of-type {}
#profile .ias .sns {
	margin: 7vw 0 0;
}
#profile .ias .sns::before {
	width: 25vw;
	font-size: 4vw;
	line-height: 18vw;
}
#profile .ias .sns a {}
#profile .ias .sns a.instagram {}
#profile .ias .sns a.twitter {}
#profile .ias .sns a.facebook {}
#profile .ias .sns a.x {
	width: 6vw;
	height: 6vw;
}
#profile .cam {
	width: 100%;
	margin-top: 40px;
}
#profile .cam .chart {
	height: 83vw;
}
#profile .cam .chart figure {
	top: 16vw;
	left: 18.5vw;
	width: 50vw;
	height: 47.5vw;
}
#profile .cam .chart canvas {}
#profile .cam .chart.show canvas {}
#profile .cam .chart .term {
	font-size: 4vw;
	padding: 0.5vw 1vw 0.5vw;
}
#profile .cam .chart .term.term1 {
	top: 7vw;
}
#profile .cam .chart .term.term2 {
	left: 71vw;
	top: 34vw;
	max-width: 19vw;
}
#profile .cam .chart .term.term3 {
	right: 22vw;
	top: 67vw;
}
#profile .cam .chart .term.term4 {
	left: 22vw;
	top: 67vw;
}
#profile .cam .chart .term.term5 {
	right: 74vw;
	top: 34vw;
	max-width: 19vw;
}
#profile .cam .message {
	padding: 5vw 0;
	font-size: 4vw;
	font-size: 5vw;
}
#profile .cam .message::before {
	/* font-size: 7vw; */
	/* margin: 0 0 1.5vw; */
	font-size: 3.5vw;
	margin: 0 0 2.5vw;
}
#gallery {
	padding: 5vw 0 0vw;
}
#gallery .photo {
	height: 77vw;
	max-height: none;
}
#gallery .photo li {
	width: 77vw;
	margin: 0 2vw;
}
#gallery .photo.touch li {
	transition: 0s;
}
#gallery .btn {
	display: none;
}
#gallery .btn li {}
#gallery .btn li.active {}
#interview {
	padding: 5vw 0 100vw;
}
#interview .photo {
	background-size: 100vw auto;
	background-position: bottom -100vw right 0;
}
#interview ul {
	margin: 0;
	padding: 0 5vw;
	display: block;
}
#interview ul li {
	display: block;
	width: auto;
	padding: 4vw 0 2.5vw;
}
#interview ul li .q {
	font-size: 3.5vw;
}
#interview ul li .q::before {
	width: 4vw;
	height: 4vw;
	font-size: 3vw;
	line-height: 5vw;
	margin-right: 2vw;
}
#interview ul li .a {
	font-size: 4.5vw;
	padding: 2vw 0 0 6.5vw;
}

}

/*20241028*/
#interview.mb_int{
	padding: 30px 0 450px;
}
@media (max-width: 768px) {
	#interview.mb_int{
		padding: 5vw 0 100vw;
	}
}

/*20250130*/
.spotlight-banner {
    position: absolute;
    height: 83px;
    right: 0;
    top: 142px;
}
.spotlight-banner img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1120px) {/* 1120はバナーが見切れる範囲 */
    .spotlight-banner {
        position: relative;
        margin-bottom: 20px;
        top: unset;
        height: unset;
    }
}

#profile .documentary-movie-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin: 0 auto;
    margin-top: 24px;
    max-width: 1200px;
}
#profile .documentary-movie {
    position: relative;
    padding-top: 56.25%; /* 16:9 の比率確保 */
    width: 100%;
    max-width: 600px;
}
#profile .documentary-movie iframe {
    margin: 12px 0;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#profile .documentary-movie-wrap::before {
    content: 'DOCUMENTARY';
    font-size: 34px;
    line-height: 1;
    color: white;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-family: 'Raiden-Regular';
    text-align: left;
}