.sp:not(.pc) ,.tb:not(.pc){
  display: none !important;
}
#header_inner {
	width: 1040px;
	height: 108px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	height: 64px;
	margin: 20px 0 0;
	color: #fff;
	float: left;
}
#header h2 {
    margin: 53px 0 0;
    color: #fff;
    padding: 0 0 0 15px;
    float: left;
    letter-spacing: .5rem;
    font-size: 1.8rem;}

#header a.contact {
    margin: 30px 0 0;
    color: #fff;
    float: right;
}

#header h1 a{
	display: block;
	width: 340px;
	height: 64px;
	padding: 0;
	float: left;
}
#header h1 a img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}


p#pan {
	font-size: 1.4rem;
	line-height: 20px;
	height: 20px;
    margin-top: 13px;
    margin-right: 30px;
    padding: 5px 0 0 110px;
	text-align: right;
}
#container{
	background: #1a1a1a;
}
#headline .inner,#members_data .inner{
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
#headline .inner{
	font-size: 1.4rem;
	line-height: 2
}
#headline .inner p{
}

#members_data .inner{
	display: flex;
}
#members_data .inner p.name{
	font-size: 1.4rem;
}
#members_data .inner p.name span{
	font-size: 2.4rem;
}


#contentblock .inner{
	width: 1040px;
	margin: 0 auto;
	position: relative;
	color: #fff;
}

#contentblock .title{
	margin: 0 auto;
	position: relative;
	color: #fff;
	background: #fff;
}

#contentblock .title .inner{
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #fff;
	height: 150px;
	padding: 20px 0;
}
#contentblock .title .inner h2{
	margin: auto;
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	top: 25px;width: 100%;
	height: 6rem;
	line-height: 6rem;
	padding: 0;
	font-size: 2rem;

}
#contentblock .title .inner h2 strong{
	margin: auto;
	position: absolute;
	color: #fff;
	left: 50%;
	top: 0;
	bottom: 0;
	padding-left: 30px;
	vertical-align: middle;
	font-weight: normal;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 3rem;
	line-height: 6rem;
}
#contentblock .title .inner h3{
	margin: 0 auto;
	position: absolute;
	top: 100px;	left: 50%;
	padding-left: 30px;
	font-size: 3rem;
	width: 480px;
	font-weight: normal;
}
#contentblock .title .inner img{
	margin: 0 auto;
	height: 150px;
	position: absolute;
	color: #fff;
	right: 50%;
	z-index: 1;
	border-radius: 10px;
}
#contentblock .title .inner .sc {
	margin: 0 auto;
	width: 1040px;
	position: relative;
}
#contentblock .title .inner .sc p{
	margin: auto;
	width: 150px;
	right: 0;
	position: absolute;
	display: flex;
	flex-direction:column;
	justify-content: center;
}
#contentblock .title .inner .sc a{
	margin: 0 0 10px;
	position: relative;
	display: block;
	width: 150px;
	height: 65px;
	color: #fff;
	padding-top: 5px;
	text-align: center;
	font-size: 1.6rem;
	border-radius: 10px;
	line-height: 1.2;
	
}
#contentblock .title .inner .sc a span::after{
	position: absolute;
	bottom:0;
	top: 0;right: 5px;
	font-size: 3rem;
	margin: auto;
line-height: 70px;
}
#contentblock .title .inner .sc a::after{
	font-size: 1.3rem;
	content: "MOVIE";
	margin: auto;
	position: absolute;
	bottom:5px;
	left: 0;right: 0;
	background: rgba(0,0,0,0.5);
	display: block;
	width: 5em;
	border-radius: 10px;
	color: #fff;
	text-align: center;
padding: 3px;
}

.footer_menu{
	width: 1040px;
	margin: 0 auto;
	
}
.footer_menu ul {
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	height: 12em;
	padding: 30px 0;
	justify-content: flex-start;
	align-items: flex-start;
}
.footer_menu ul li {
    font-size: 1.4rem;
    margin: 0 0 0 1em;
    padding: 0 1em 0 0;
	line-height:2;
}
.footer_menu ul li a{
	color: #fff;
}
