.contents{
	background: #ECF7FF;
	position: relative;
}
.contents:before{
	content: "";
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url("../images/2022/bg01.png") no-repeat center top / cover;
}
.player .contents:before{
	background: url("../images/2022/bg02.png") no-repeat center top / cover;
}
.footer,
.copy{
	position: relative;
	z-index: 999;
}
.team{
	width: 1100px;
	padding-bottom: 200px;
	margin: 0 auto;
}
.team h2{
	text-align: center;
	padding: 0;
	position: relative;
	font-size: 37px;
	margin: 110px auto 100px;
}
.team h2:before{
	content: "";
	position: absolute;
	background: #111;
	width: 50px;
	height: 3px;
	bottom: -16px;
	left: calc(50% - 25px);
}
.team img{
	max-width: 100%;
}

.team .global > ul,
.team .japan > ul,
.team .amb > ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.team .global > ul.pic > li,
.team .japan > ul.pic > li,
.team .amb > ul.pic > li{
	text-align: center;
	position: relative;
	width: 362px;
	margin-right: 7px;
	margin-bottom: 100px;
}
.team .japan > ul.pic > li,
.team .amb > ul.pic > li{
	margin-bottom: 50px;
}
.team .global > ul.pic > li:nth-of-type(3n),
.team .global > ul.pic > li:last-child,
.team .japan > ul.pic > li:nth-of-type(3n),
.team .japan > ul.pic > li:last-child,
.team .amb > ul.pic > li:nth-of-type(3n),
.team .amb > ul.pic > li:last-child{
	margin-right: 0;
}
.team .global > ul.pic > li a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.team .global > ul.pic > li .thumb,
.team .japan > ul.pic > li .thumb,
.team .amb > ul.pic > li .thumb{
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.16);
}
.team .global > ul.pic > li .thumb p,
.team .japan > ul.pic > li .thumb p,
.team .amb > ul.pic > li .thumb p{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(28,66,135,0.88);
	color: #FFF;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	letter-spacing: 1px;
	font-size: 15px;
}
.team .global > ul.pic > li .thumb p:before{
	content: "";
	border: 1px solid #FFF;
	box-sizing: border-box;
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	right: 14px;
}
.team .global > ul.pic > li .thumb p:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	top: calc(50% - 3px);
	right: 21px;
	border-width: 3.5px 0 3.5px 5px;
}
.team .global > ul.pic > li:hover .thumb p{
	background: rgba(126,126,126,0.88);
}
.team .global > ul.pic > li .thumb img{
	transition: all .3s;
}
.team .global > ul.pic > li:hover .thumb img{
	transform: scale(1.06);
}



.team .global > ul > li h3,
.team .japan > ul > li h3,
.team .amb > ul > li h3{
	text-align: center;
	line-height: 100%;
	margin-top: 20px;
	letter-spacing: 0.5px;
	font-size: 28px;
}
.team .global > ul > li h3 span,
.team .japan > ul > li h3 span,
.team .amb > ul > li h3 span{
	display: block;
	color: #A6A6A6;
	line-height: 100%;
	font-size: 16px;
	margin-top: 10px;
}
.team .japan > ul > li h3,
.team .amb > ul > li h3{
	font-size: 23px;
}


.team .japan > ul.txt,
.team .amb > ul.txt{
	justify-content: flex-start;
}
.team .amb > ul.txt{
	margin-top: 50px;
}
.team .japan > ul.txt > li,
.team .amb > ul.txt > li{
	background: #FFF;
	width: calc(25% - 5.25px);
	margin-right: 7px;
	margin-bottom: 7px;
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.team .japan > ul.txt > li:nth-of-type(4n),
.team .japan > ul.txt > li:last-child,
.team .amb > ul.txt > li:nth-of-type(4n),
.team .amb > ul.txt > li:last-child{
	margin-right: 0;
}
.team .japan > ul.txt > li h3,
.team .amb > ul.txt > li h3{
	margin-top: 0;
}

.team .amb .aco-btn{
	color: #FFF;
	background: #385996;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
    transition: all 0.3s;
	height: 80px;
	font-size: 17px;
}
.team .amb .aco-btn:hover{
	background: #526D9F;
}
.team .amb .aco-btn:before{
	content: "";
	background: #FFF;
	box-sizing: border-box;
	position: absolute;
	border-radius: 50%;
	width: 23px;
	height: 23px;
	top: calc(50% - 11px);
	right: 20px;
}
.team .amb .aco-btn:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
    transition: all 0.3s;
	border-color:#385996 transparent transparent transparent;
	top: calc(50% - 2px);
	right: 28px;
	border-width: 5px 3.5px 0 3.5px;
}
/** acordion setting **/
.acd-label{
	cursor: pointer;
}
.acd-check {
    display: none;
}
.acd-content {
    height: 0;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.acd-check:checked + .aco-btn:after {
    transform: rotate(180deg);
}
/** acordion setting END **/
.team .amb table{
	width: 100%;
	border-top: 1px solid#D3D3D3;
	border-left: 1px solid#D3D3D3;
	background: #FFF;
	margin-bottom: 50px;
	font-size: 13px;
	line-height: 100%;
	margin-top: 10px;
}
.team .amb table th,
.team .amb table td{
	text-align: center;
	width: 17.6%;
	padding: 15px 0;
	border-right: 1px solid#D3D3D3;
	border-bottom: 1px solid#D3D3D3;
}
.team .amb table td a{
	text-decoration: underline;
}
.team .amb table td a:hover{
	text-decoration: none;
}
.team .amb table th{
	background: #F6F6F6;
	width: 12%;
}

@media screen and (max-width:1300px) {
	.team{
		width: calc(1100/1300 * 100vw);
		padding-bottom: calc(200/1300 * 100vw);
	}
	.team h2{
		font-size: calc(37/1300 * 100vw);
		margin: calc(110/1300 * 100vw) auto calc(100/1300 * 100vw);
	}
	.team h2:before{
		width: calc(50/1300 * 100vw);
		bottom: calc(-16/1300 * 100vw);
		left: calc(50% - (25/1300 * 100vw));
	}
	
	.team .global > ul.pic > li,
	.team .japan > ul.pic > li,
	.team .amb > ul.pic > li{
		width: calc(362/1300 * 100vw);
		margin-right: calc(7/1300 * 100vw);
		margin-bottom: calc(100/1300 * 100vw);
	}
	.team .japan > ul.pic > li,
	.team .amb > ul.pic > li{
		margin-bottom: calc(50/1300 * 100vw);
	}
	.team .global > ul.pic > li .thumb p,
	.team .japan > ul.pic > li .thumb p,
	.team .amb > ul.pic > li .thumb p{
		height: calc(50/1300 * 100vw);
		font-size: calc(15/1300 * 100vw);
	}
	.team .global > ul.pic > li .thumb p:before{
		width: calc(20/1300 * 100vw);
		height: calc(20/1300 * 100vw);
		top: calc(50% - (10/1300 * 100vw));
		right: calc(14/1300 * 100vw);
	}
	.team .global > ul.pic > li .thumb p:after{
		top: calc(50% - (3/1300 * 100vw));
		right: calc(21/1300 * 100vw);
		border-width: calc(3.5/1300 * 100vw) 0 calc(3.5/1300 * 100vw) calc(5/1300 * 100vw);
	}
	
	.team .global > ul > li h3,
	.team .japan > ul > li h3,
	.team .amb > ul > li h3{
		margin-top: calc(20/1300 * 100vw);
		font-size: calc(28/1300 * 100vw);
	}
	.team .global > ul > li h3 span,
	.team .japan > ul > li h3 span,
	.team .amb > ul > li h3 span{
		font-size: calc(16/1300 * 100vw);
		margin-top: calc(10/1300 * 100vw);
	}
	.team .japan > ul > li h3,
	.team .amb > ul > li h3{
		font-size: calc(23/1300 * 100vw);
	}
	.team .amb > ul.txt{
		margin-top: calc(50/1300 * 100vw);
	}
	.team .japan > ul.txt > li,
	.team .amb > ul.txt > li{
		width: calc(25% - (5.25/1300 * 100vw));
		margin-right: calc(7/1300 * 100vw);
		margin-bottom: calc(7/1300 * 100vw);
		height: calc(115/1300 * 100vw);
	}
	.team .amb .aco-btn{
		height: calc(80/1300 * 100vw);
		font-size: calc(17/1300 * 100vw);
	}
	.team .amb .aco-btn:before{
		width: calc(23/1300 * 100vw);
		height: calc(23/1300 * 100vw);
		top: calc(50% - (11/1300 * 100vw));
		right: calc(20/1300 * 100vw);
	}
	.team .amb .aco-btn:after{
		top: calc(50% - (2/1300 * 100vw));
		right: calc(28/1300 * 100vw);
		border-width: calc(5/1300 * 100vw) calc(3.5/1300 * 100vw) 0 calc(3.5/1300 * 100vw);
	}
	.team .amb table{
		margin-bottom: calc(50/1300 * 100vw);
		font-size: calc(13/1300 * 100vw);
		margin-top: calc(10/1300 * 100vw);
	}
	.team .amb table th,
	.team .amb table td{
		padding: calc(15/1300 * 100vw) 0;
	}
}

@media screen and (max-width:800px) {
	.contents{
		z-index: 10;
		padding-top: 10vw;
		    font: 90%/1.6 'Lato', sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	}
	#gFooter{
		position: relative;
		z-index: 11;
	}
	.team{
		width: calc(100% - 10vw);
		padding-bottom: 20vw;
	}
	.team h2{
		font-size: 5vw;
		margin: 13vw auto 12vw;
	}
	.team h2:before{
		width: 5vw;
		bottom: -2vw;
		left: calc(50% - 2.5vw);
		height: 2px;
	}
	
	.team .global > ul.pic > li,
	.team .japan > ul.pic > li,
	.team .amb > ul.pic > li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10vw;
	}
	.team .japan > ul.pic > li,
	.team .amb > ul.pic > li{
		margin-bottom: 7vw;
	}
	.team .global > ul.pic > li:nth-of-type(3n),
	.team .japan > ul.pic > li:nth-of-type(3n),
	.team .amb > ul.pic > li:nth-of-type(3n){
		margin-right: 2%;
	}
	.team .global > ul.pic > li:nth-of-type(2n),
	.team .global > ul.pic > li:last-child,
	.team .japan > ul.pic > li:nth-of-type(2n),
	.team .japan > ul.pic > li:last-child,
	.team .amb > ul.pic > li:nth-of-type(2n),
	.team .amb > ul.pic > li:last-child{
		margin-right: 0%;
	}
	.team .global > ul.pic > li .thumb,
	.team .japan > ul.pic > li .thumb,
	.team .amb > ul.pic > li .thumb{
		box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.16);
	}
	.team .global > ul.pic > li .thumb p,
	.team .japan > ul.pic > li .thumb p,
	.team .amb > ul.pic > li .thumb p{
		height: 8vw;
		font-size: 2.5vw;
	}
	.team .global > ul.pic > li .thumb p:before{
		width: 3vw;
		height: 3vw;
		top: calc(50% - 1.5vw);
		right: 3vw;
	}
	.team .global > ul.pic > li .thumb p:after{
		top: calc(50% - 0.7vw);
		right: 3.9vw;
		border-width: 0.7vw 0 0.7vw 1vw;
	}
	
	.team .global > ul > li h3,
	.team .japan > ul > li h3,
	.team .amb > ul > li h3{
		margin-top: 3vw;
		font-size: 4vw;
	}
	.team .global > ul > li h3 span,
	.team .japan > ul > li h3 span,
	.team .amb > ul > li h3 span{
		font-size: 2.7vw;
		margin-top: 1.4vw;
	}
	.team .japan > ul > li h3,
	.team .amb > ul > li h3{
		font-size: 3.5vw;
	}
	.team .amb > ul.txt{
		margin-top: 10vw;
	}
	.team .japan > ul.txt > li,
	.team .amb > ul.txt > li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2vw;
		height: 17vw;
	}
	.team .japan > ul.txt > li:nth-of-type(3n),
	.team .amb > ul.txt > li:nth-of-type(3n){
		margin-right: 2%;
	}
	.team .japan > ul.txt > li:nth-of-type(2n),
	.team .japan > ul.txt > li:last-child,
	.team .amb > ul.txt > li:nth-of-type(2n),
	.team .amb > ul.txt > li:last-child {
		margin-right: 0;
	}
	
	
	.team .amb .aco-btn{
		height: 12vw;
		font-size: 3vw;
	}
	.team .amb .aco-btn:before{
		width: 3vw;
		height: 3vw;
		top: calc(50% - 1.5vw);
		right: 2vw;
	}
	.team .amb .aco-btn:after{
		top: calc(50% - 0.5vw);
		right: 2.7vw;
		border-width: 1vw 0.7vw 0 0.7vw;
	}
	.team .amb table{
		margin-bottom: 0vw;
		font-size: 2.7vw;
		margin-top: 2vw;
	}
	.team .amb table th,
	.team .amb table td{
		padding: 4vw 0;
	}
	
	.team .amb .acd-content table{
		width:1000px;
	}
	.team .amb .acd-content{
		overflow: auto;
		white-space: nowrap;
	}
	.team .amb .acd-content::-webkit-scrollbar{
		 height: 5px;
	}
	.team .amb .acd-content::-webkit-scrollbar-track{
		 background: #F1F1F1;
	}
	.team .amb .acd-content::-webkit-scrollbar-thumb {
		 background: #BCBCBC;
	}
}



.player .team {
    width: 100%;
    padding-bottom: 200px;
    margin: 0 auto;
}
.player .team h3{
	text-align: center;
	position: relative;
	z-index: 1;
}
.player .team h3 img{
	filter: drop-shadow(0px 0px 10px #B0D1F8);
}
.player .team .main{
	display: block;
	margin: -22px auto 0;
	width: 800px;
}
.player .team .data{
	background: #FFF;
	width: 100%;
	padding: 80px 0 50px;
	margin-top: -20px;
}
.player .team .data .inr{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.player .team .data .inr h4{
	font-size: 40px;
	margin-bottom: 20px;
}
.player .team .data .inr dl{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.player .team .data .inr dl dt{
	color: #868686;
	width: 100px;
	margin-bottom: 6px;
}
.player .team .data .inr dl dd{
	width: calc(100% - 100px);
}
.player .team .data .inr dl dd a{
	text-decoration: underline;
}
.player .team .data .inr dl dd a:hover{
	text-decoration: none;
}
.player .team .data .inr .left{
	width: 300px;
}
.player .team .data .inr .right{
	padding-top: 80px;
	width: 450px;
}
.player .team .data .inr .right h5{
	color: #868686;
	border-bottom: solid 1px #999;
	font-size: 18px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.player .team .data .inr .right ul li{
	margin-bottom: 4px;
}

/********* gallery ***********/
.gallery-list{
	width: 1100px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
}
.gallery-list li{
	position: relative;
	cursor: pointer;
	width: 269px;
}
.gallery-list li:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -1;
}
.gallery-list li img{
	transition: all .3s;
}
.gallery-list li a{
	outline: none;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.gallery-list li a:before,
.gallery-list li a:after{
	content: "";
	position: absolute;
	background: #FFF;
	opacity: 0;
	transition: all .3s;
	z-index: 3;
	bottom: 14px;
	right: 20px;
	width: 2px;
	height: 16px;
}
.gallery-list li a:after{
	transform: rotate(90deg)
}
.gallery-list li:hover img{
	opacity: 0.7;
}
.gallery-list li a:hover:before,
.gallery-list li a:hover:after{
	opacity: 1;
}

.modaal-wrapper {
    z-index: 999999 !important;
}
.modaal-overlay {
    z-index: 99999 !important;
}
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}

/********* gallery END ***********/

@media screen and (max-width:1200px) {
	.player .team {
		padding-bottom: calc(200/1200 * 100vw);
	}
	.player .team h3{
		height: calc(115/1200 * 100vw);
	}
	.player .team h3 img{
		height: 100%;
		width: auto;
	}
	.player .team .main{
		margin: calc(-22/1200 * 100vw) auto 0;
		width: calc(800/1200 * 100vw);
	}
	.player .team .data{
		padding: calc(80/1200 * 100vw) 0 calc(50/1200 * 100vw);
		margin-top: calc(-20/1200 * 100vw);
	}
	.player .team .data .inr{
		width: calc(800/1200 * 100vw);
		font-size: calc(14/1200 * 100vw);
	}
	.player .team .data .inr h4{
		font-size: calc(40/1200 * 100vw);
		margin-bottom: calc(20/1200 * 100vw);
	}
	.player .team .data .inr dl{
		margin-bottom: calc(20/1200 * 100vw);
	}
	.player .team .data .inr dl dt{
		width: calc(100/1200 * 100vw);
		margin-bottom: calc(6/1200 * 100vw);
	}
	.player .team .data .inr dl dd{
		width: calc(100% - (100/1200 * 100vw));
	}
	.player .team .data .inr .left{
		width: calc(300/1200 * 100vw);
	}
	.player .team .data .inr .right{
		padding-top: calc(80/1200 * 100vw);
		width: calc(450/1200 * 100vw);
	}
	.player .team .data .inr .right h5{
		font-size: calc(18/1200 * 100vw);
		padding-bottom: calc(7/1200 * 100vw);
		margin-bottom: calc(10/1200 * 100vw);
	}
	.player .team .data .inr .right ul li{
		margin-bottom: calc(4/1200 * 100vw);
	}

	/********* gallery ***********/
	.gallery-list{
		width: calc(1100/1200 * 100vw);
		margin: calc(30/1200 * 100vw) auto 0;
	}
	.gallery-list li{
		width: calc(269/1200 * 100vw);
	}
	/*
	.modaal-image .modaal-container,
	.modaal-gallery-item img{
		max-width: calc(800/1200 * 100vw) !important;
		max-height: calc(800/1200 * 100vw) !important;
	}
	*/
	/********* gallery END ***********/
}

@media screen and (max-width:800px) {
	.player .team {
		padding-bottom: 20vw;
		text-align: left;
	}
	.player .team h3{
		height: 8vw;
	}
	.player .team h3 img{
		height: 100%;
		width: auto;
	}
	.player .team .main{
		margin: -2vw auto 0;
		width: 80vw;
	}
	.player .team .data{
		padding: 10vw 0 8vw;
		margin-top: -2vw;
	}
	.player .team .data .inr{
		width: calc(100% - 22vw);
		font-size: 3vw;
		display: block;
	}
	.player .team .data .inr h4{
		font-size: 5vw;
		margin-bottom: 2vw;
	}
	.player .team .data .inr dl{
		margin-bottom: 2vw;
	}
	.player .team .data .inr dl dt{
		width: 20vw;
		margin-bottom: 0.4vw;
	}
	.player .team .data .inr dl dd{
		width: calc(100% - 20vw);
	}
	.player .team .data .inr .left{
		width: 100%;
	}
	.player .team .data .inr .right{
		padding-top: 3vw;
		width: 100%;
	}
	.player .team .data .inr .right h5{
		font-size: 3.4vw;
		padding-bottom: 0.7vw;
		margin-bottom: 1vw;
	}
	.player .team .data .inr .right ul li{
		margin-bottom: 0.4vw;
	}

	/********* gallery ***********/
	.gallery-list{
		width: calc(1100/1200 * 100vw);
		margin: calc(30/1200 * 100vw) auto 0;
	}
	.gallery-list li{
		width: calc(269/1200 * 100vw);
	}
	/*
	.modaal-image .modaal-container,
	.modaal-gallery-item img{
		max-width: calc(800/1200 * 100vw) !important;
		max-height: calc(800/1200 * 100vw) !important;
	}
	*/
	/********* gallery END ***********/
}



