.sp:not(.tb) ,.pc:not(.tb){
  display: none !important;
}

#header_inner {
	width: 100%;
	height: 108px;
	margin: 0 auto;
	position: relative;
}

#header h1 {
	height: 64px;
	margin: 0 0;
	padding: 10px 0 0;
	color: #fff;
	width: 340px;
}
#header h2 {
    margin: 0;
	padding: 0;
	color: #fff;
	float: left;
	display: inline-block;
	width: 340px;
	text-align: right;
	letter-spacing: .5rem;
}

#header a.contact {
	position: absolute;
	right: 5px;
	top: 15px;
    margin: 10px 0 0;
	color: #fff;
	background: #29a9e0;
	border-radius: 10px;
}

#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;
}
#headline .inner, #members_data .inner {

    margin: 0 10px;
    position: relative;
}
#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: 100%;
	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:40%;
	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;
	font-weight: normal;
	top: 100px;	left:40%;
	padding-left: 30px;
	font-size: 2.6rem;
	width: 50%;
}
#contentblock .title .inner img{
	margin: 0 auto;
	height: 150px;
	position: absolute;
	color: #fff;
	right: 60%;
	border-radius: 10px;
	z-index: 1;
}

#contentblock .title .inner .sc {
	margin: 0 10px;
	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: 100%;
	margin: 0 auto;
	
}
.footer_menu ul {
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	height: 12em;
	padding: 30px 0 30px 30px;
	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;
}
