@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 {
}
.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;
}
.sec01 .bgList {
	width: 80%;
	height: 100%;
	display: flex;
	justify-content: center;
	float: left;
}
.sec01 .bgList li {
	width: 25%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec01 .bgList .bg01 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory/bg01.jpg);
}
.sec01 .bgList .bg02 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory/bg02.jpg);
}
.sec01 .bgList .bg03 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory/bg03.jpg);
}
.sec01 .bgList .bg04 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory/bg04.jpg);
}

.sec01  .verticalP {
	margin: 0 auto 70px;
	min-height: 368px;
	font-size: 3.3rem;
	font-weight: bold;	
	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 .link {
	margin: 0 auto;
	width: 126px;
	position: relative;
	z-index: 10;
}
.sec01 .link a {
	display: block;
}
.sec01 .link a:hover {
	opacity: 0.7;
}
@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;
	}
	.sec01 .bgList {
		margin-top: 67px;
		width: 100%;
		height: calc(100% - 67px);
		align-items: center;
		float: none;
		flex-direction: column;
	}
	.sec01 .bgList li {
		margin-top: 2px;
		box-sizing: border-box;
		width: 100%;
		height: calc(25% - 2px);
	}
	.sec01 .bgList .bg01 {
		background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory/sp_bg01.jpg);
	}
	.sec01 .bgList .bg02 {
		background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory/sp_bg02.jpg);
	}
	.sec01 .bgList .bg03 {
		background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory/sp_bg03.jpg);
	}
	.sec01 .bgList .bg04 {
		background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory/sp_bg04.jpg);
	}
	.sec01 .bgList .subInner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.sec01  .verticalP {
		margin: 0 0 0 25px;
		min-height: inherit;
		font-size: 1.65rem;
		webkit-writing-mode: unset;
		-webkit-writing-mode: unset;
		writing-mode: unset;
		writing-mode: unset;
	}
	.sec01 .link {
		margin: 0 23px 0 0;
		width: 100px;
	}
	.sec01 .link a {
		display: block;
	}
	.sec01 .link a:hover {
		opacity: 0.7;
	}
}