@charset "UTF-8";

body {
	font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	background: #000;
	font-size: 24px;
	color: #fff;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
iframe,
img {
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none;
}

img {
	vertical-align: middle;
	width: 100%;
}

a {
	text-decoration: none;
}
p{
	line-height: 1.4;
}
/* common class */
.inner{
	margin: 0 auto;
}
.text-right {
	text-align: right;
	font-size: 16px;
}
/* stracture */
.container{
	background: url(images/bg.jpg) top center no-repeat;
}
.top{
	padding: 5px 0 20px;
}
.top .inner{
	max-width: 1200px;
}
.middle{
	padding: 24px 0;
	background: rgba(0,0,0,.7);
}
.middle .inner{
	max-width: 920px;
}
.middle dt{
	font-weight: bold;
	margin-bottom: 12px;
}
.bottom{
	padding-bottom: 80px;
}
/* element */
.title{
	width: 100%;
	min-height: 113px;
	margin-bottom: 18px;
	font-size: 42px;
	padding-left: 118px;
	position: relative;
	display: table;
}
.title p{
	display: table-cell;
	vertical-align: middle;
	padding-right: 190px;
}
.title span{
	background: #F00;
	display: block;
	position: absolute;
	top: 28px;
	right: -70px;
	padding: 14px 20px 10px;
	
}
.title::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
	background: url(images/icon.png);
	width: 97px;
	height: 113px;
}
.title small{
	font-size: 24px;
}
.movArea{
	position: relative;
	max-width: 100%;
	padding-top: 56.4%;
}
.sldp_player_wrp,
.sldp_player_wrp_video{
	width: 100% !important;
	height: 100% !important;
}
.sldp_player_wrp{
	background-color:inherit!important;
}
.sldp_cbar{
	bottom:4px !important;
}
.movArea > div{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
}
.movArea video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bottom-list{
	display: flex;
	flex-wrap: wrap;
}
.bottom-list a{
	color: #fff;
}
.bottom-list a:hover dl{
	opacity: .7;
}
.bottom-list li{
	width: 33.3%;
	box-sizing: border-box;
	padding: 5px 15px;
}
.bottom-list li a{
	box-sizing: border-box;
	width: 100%;
	padding: 6px;
	border: 1px solid #fff;
	display: block;
	margin-bottom: 20px;
}
.bottom-list li figure{
	width: 100%;
	padding-top: 56.5%;
	position: relative;
}
.bottom-list li figure > div,
.bottom-list li figure > video,
.bottom-list li figure img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bottom-list dl{
	padding: 8px 0;
	display: flex;
}
.bottom-list dt{
	padding-left: 90px;
	font-size: 18px;
	position: relative;
	line-height: 50px;
	text-align: left;
}
.bottom-list dt::before{
	content: '';
	display: block;
	background: url(images/liveIcon.png) 0 0 no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 15px;
}
.bottom-list dt{
	width: 60%;
}
.bottom-list dd{
	width: 40%;
}
.bottom-list dd{
	text-align: right;
	font-size: 12px;
	padding-top: 24px;
	vertical-align: bottom;
}
@media screen and (max-width: 1640px) {
}
@media screen and (max-width: 1260px) {
	/* common class */
	.inner{
		padding: 0 16px;
	}
	.title::before{
		left: 0px;
	}
	.title span{
		right: 0;
		font-size: 30px;
	}
	.bottom-list{
		display: flex;
		flex-wrap: wrap;
		padding: 1%;
	}
	.bottom-list li{
		width: 50%;
		margin: 0;
		margin-bottom: 2%;
		padding: 6px;
		display: block;
	}

	.bottom-list dd{
		font-size: 14px;
		padding-top: 0;
		line-height: 52px;
	}
}
@media screen and (max-width: 960px) {
	.title{
		font-size: 16px;
	}
	.title small{
		font-size: 24px;
	}
	.movArea{
		height: auto;
	}
	.bottom-list dl{
		padding: 8px 0;
		display: flex;
	}
	.bottom-list dt{
		font-size: 16px;
		padding-left: 55px;
	}
	.bottom-list dt::before{
		left: 0;
	}
	.bottom-list dt{
		width: 50%;
	}
	.bottom-list dd{
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.title p{
		padding-right: 0;
	}
	.title span{
		padding: 4px;
		margin-bottom: 4px;
		font-size: 16px;
		position: static;
		display:block;
		width: 6em;
		text-align: center;
	}
	.bottom-list li{
		width: 100%;
		margin: 0;
		margin-bottom: 2%;
	}
	.bottom-list li:nth-child(2){
		margin-left: 0%;
		margin-bottom: 2%;
	}
}