@charset "utf-8";
/*------------------------------------------------------------
	conceptmovietheater
------------------------------------------------------------*/
#container {
	background-color: #000;
}
.sec01 {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background: url(/faculty/textiles/webopencampus/img/common/bg.jpg) no-repeat center center;
	background-size: cover;
}
.sec01 .inner {
	background: url(/faculty/textiles/webopencampus/img/conceptmovietheater/bg.jpg) no-repeat center center;
	background-size: cover;
}
.comRBox {
	margin-top: 129px;
	max-height: calc(100% - 200px);
}
.comTopBox .sound {
	display: none;
}
.sec01 .headLine {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px 0 10px 50px;
	width: 100%;
	font-size: 5.1rem;
	letter-spacing: 2px;
	line-height: 1.2;
	box-sizing: border-box;
	font-family: "Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.sec01 .headLine span {
	font-size: 1.6rem;
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
}
@media all and (max-width: 896px) {
	.sec01 .headLine {
		padding: 10px 15px;
		font-size: 2.3rem;
	}
	.sec01 .headLine span {
		margin-top: 5px;
		font-size: 1.1rem;
		position: static;
	}
}