.section01_ttl01 {
	font-weight: bold;
}
.box_section_sub{
	padding: 0 30px;
	display: flex;
	flex-direction: column;
}
.box_contents_wide{
	width: 100%;
	height: 610px;
	position: relative;
	background: #eee;
	text-align: center;
	margin-bottom: 15px;
}
.box_contents_wide img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box_contents_wide .caption{
	display: block;
	text-decoration: none;
	background: rgba(255,255,255, 0.9);
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: left;
	padding: 20px 10px;
	color: #333;
	font-size: 16px;
	box-sizing: border-box;
}
.box_contents_narrow #list_player_thumb{
	padding: 0;
	margin: 0;
	display: flex;
	/* flex-wrap: wrap; */
	overflow: hidden;
}
#list_player_thumb li{
	width: 148px;
	height: 100px;
	background: #eee;
	text-align: center;
	margin-bottom: 6px;
	cursor: pointer;
	position: relative;
	border: 1px solid #eee;
	box-sizing: border-box;
	margin-right: 5px;
}
#list_player_thumb li:nth-child(6n){
	margin-right: 0;
}
#list_player_thumb li:hover{
	border: 1px solid #f00;
}
#list_player_thumb li img{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#list_player_thumb li p{
	margin: 0;
	font-size: 11px;
	right: 3px;
	bottom: 3px;
	color: #fff;
	position: absolute;
}
.nav{
	width: 100%;
    min-width: 1000px;
}
.header {
     margin-bottom: 0;
}
@media screen and (max-width: 750px){
	.header {
    margin-bottom: calc(40% + 60px);
}
	.box_section_sub{
		padding: 0 3vw;
		justify-content: center;
		flex-direction: column;
	}
	.box_contents_wide{
		width: 100%;
		height: 60vw;
		margin-bottom: 3vw;
	}
	#list_player_thumb li{
		width: 32%;
		margin-right: 2%;
		height: auto;
		margin-bottom: 2vw;
	}
	.box_contents_wide .caption {
		padding: 10px 5px;
		font-size: 12px;
	}
	#list_player_thumb li img {
		height: auto;
	}
}
