@charset "utf-8";
/*------------------------------------------------------------
	movie
------------------------------------------------------------*/
#container {
	background-color: #000;
}
.comRBox {
	border: none;
	padding: 0;
	width: 17%;
}
.comRBox .scalBox {
	/*transform: none !important;*/
}
.sec01 {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.sec01 .inner {
	box-sizing: border-box;
	height: 100%;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 30px;
}
.sec01 .lBox {
	width: 80.5%;
	float: left;
}
.sec01 {
	background: url(/faculty/textiles/webopencampus/img/common/bg.jpg) no-repeat center center;
	background-size: cover;
}
.sec01 .videoBox {
	overflow: hidden;
	position: relative;
}
.video{
	display: none;
}
.firstvideo {
	display: block;
}
.videoCover {
    background: none;
	background-size: cover;
	opacity: 1;
	display: none;
}
.videoCover iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.sec01 .headLine {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px 10px;
	width: 100%;
	font-size: 4.4rem;
	letter-spacing: 3px;
	line-height: 1.2;
	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 {
	margin-bottom: 5px;
	display: block;
	font-size: 2.9rem;
}
.sec01 .headLine .sml {
	font-size: 1.6rem;
}
.sec01 .ttl {
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 2px;
	font-family: "Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
}
.sec01 .ttl span {
	padding: 10px 10px 10px 30px;
	background: url(/faculty/textiles/webopencampus/img/common/icon07.png) no-repeat left center;
	background-size: 22px auto;
	display: inline-block;
	font-size: inherit;
}

.sec01 .linkList li {
	margin-top: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sec01 .linkList li.on {
	opacity: 0.7;
}
.sec01 .linkList .bg01 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory_c/bg01.jpg);
}
.sec01 .linkList .bg02 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory_c/bg02.jpg);
}
.sec01 .linkList .bg03 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory_c/bg03.jpg);
}
.sec01 .linkList .bg04 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory_c/bg04.jpg);
}
.sec01 .linkList .bg05 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory_c/bg05.jpg);
}
.sec01 .linkList .bg06 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory_c/bg06.jpg);
}
.sec01 .linkList .bg07 {
	background-image: url(/faculty/textiles/webopencampus/img/visitlaboratory_c/bg07.jpg);
}

.sec01 .linkList li a {
	box-sizing: border-box;
	width: 100%;
	padding: 40px 5px 5px 5px;
	display: flex;
	color:#fff;
	font-size: 1.1rem;
	font-family: "Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
	position: relative;
	border: 1px solid #fff;
	
}
.sec01 .linkList li a:after {
	margin-top: -15px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 30px;
	height: 30px;
	content: "";
	display: block;
	background: url(/faculty/textiles/webopencampus/img/common/icon06.png) no-repeat center center;
	background-size: 100%;
}
@media all and (min-width: 897px) {
	.sec01 .linkList li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.sec01 .inner {
		padding: 0;
	}
	.sec01 .lBox {
		width: auto;
		float: none;
	}
	
	.sec01 .headLine {
		padding: 10px 15px;
		font-size: 2.3rem;
		letter-spacing: 0;
	}
	.sec01 .headLine > span {
		margin-top: 5px;
		font-size: 1.5rem;
		position: static;
	}
	.sec01 .headLine .sml {
		font-size: 0.8rem;
	}
	.comRBox {
		display: block;
		float: none;
		width: auto;
		height: auto;
		max-height: inherit;
	}
	.scalBox {
		transform: none !important;
	}
	.sec01 .linkList {
		margin-bottom: 0;
		padding: 10px 15px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.sec01 .linkList li {
		margin: 5px 5px 0 0;
		width: calc(50% - 2.5px);
	}
	.sec01 .linkList li:nth-of-type(2n) {
		margin-right: 0;
	}
	.sec01 .linkList li:nth-of-type(-n+2) {
		margin-top: 0;
	}
	.sec01 .ttl{
		font-size: 1.1rem;
	}
	.sec01 .ttl span {
		padding-left: 25px;
		background-size: 17px auto;
	}
	.sec01 .linkList li a {
		padding: 25px 3px 2px 3px;
		border: none;
		font-size: 0.9rem;
		line-height: 1.44;
	}
	.sec01 .linkList li a:after {
		margin-top: -11px;
		right: 3px;
		bottom: 3px;
		width: 22px;
		height: 22px;
	}
}