@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/campustour/bg.jpg) no-repeat center center;
	background-size: cover;
}
.comRBox {
	margin-top: 129px;
	max-height: calc(100vh - 250px);
}
.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;
}
.videoList {
	position: absolute;
	width: 685px;
	left: 35px;
	display: flex;
	justify-content:flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	z-index: 10;
	bottom: 80px;
	counter-reset: number;
}
.videoList li {
	margin: 10px;
}
.videoList li:first-child {
	margin-left: 6px;
}
.videoList li a {
	height: 100%;
	box-sizing: border-box;
	padding: 3px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255,0.8);
}
.videoList li:first-child a {
	padding-left: 8px;
}
.videoList li a:before {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	top: -9px;
	left: -9px;
	color: #FFF;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1;
	border: 2px solid #FFF;
	border-radius: 50%;
	background: #534CB0 url(../img/campustour/icon.png) no-repeat center center;
	background-size: cover;
	z-index: 1;
	counter-increment: number;
	content: counter(number);
}
.videoList li:first-child a:before {
	position: absolute;
	content: "";
	width: 8px;
	height: auto;
	top: 3px;
	left: -4px;
	bottom: 3px;
	border: none;
	border-radius: 0;
	background: url(/faculty/textiles/webopencampus/img/common/bg01.jpg) no-repeat center center;
	background-size: cover;
	counter-reset: number;
}

.videoList li dl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.videoList li dt {
	position: relative;
	width: 93px;
	height: 54px;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}
.videoList li .bg01 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg01.jpg);
}
.videoList li .bg02 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg02.jpg);
}
.videoList li .bg03 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg03.jpg);
}
.videoList li .bg04 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg04.jpg);
}
.videoList li .bg05 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg05.jpg);
}
.videoList li .bg06 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg06.jpg);
}
.videoList li .bg07 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg07.jpg);
}
.videoList li .bg08 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg08.jpg);
}
.videoList li .bg09 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg09.jpg);
}
.videoList li .bg10 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg10.jpg);
}
.videoList li .bg11 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg11.jpg);
}
.videoList li .bg12 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg12.jpg);
}
.videoList li .bg13 {
	background-image: url(/faculty/textiles/webopencampus/img/campustour/bg13.jpg);
}

.videoList li dt:after {
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	z-index: 10;
	background: url(/faculty/textiles/webopencampus/img/common/icon05.png) no-repeat center;
	background-size: 100%;
}

.videoList li dd {
	padding: 10px 15px;
	font-size: 1.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;
}

@media all and (max-width: 896px) {
	.sec01 {
		min-height: 553px;
	}
	.sec01 .headLine {
		padding: 10px 15px;
		font-size: 2.3rem;
	}
	.sec01 .headLine span {
		margin-top: 5px;
		font-size: 1.1rem;
		position: static;
	}
	.sec01 .inner {
		min-height: 553px;
		background: #B2B2B2 url(../img/campustour/sp_bg.jpg) no-repeat center top;
		background-size: 100% auto;
	}
	.videoList {
		width: auto;
		left: 10px;
		right: 10px;
		bottom: 67px;
		justify-content: space-between;
	}
	.videoList li {
		margin: 6px 0 6px 7px;
		width: calc(31.4% - 4px);
	}
	.videoList li a {
		padding: 2px;
	}
	.videoList li:first-child {
		margin: 0 50% 6px 3px;
		width: 31.4%;
	}
	.videoList li:first-child a {
		padding-left: 5px;
	}
	.videoList li a:before {
		width: 13px;
		height: 13px;
		top: -3px;
		left: -7px;
		font-size: 0.6rem;
		border: 1px solid #FFF;
	}
	.videoList li:first-child a:before {
		width: 6px;
		top: 2px;
		left: -3px;
		bottom: 2px;
	}
	.videoList li dt {
		position: relative;
		width: 47%;
		height: 35px;
		flex-shrink: 0;
	}
	.videoList li dt:after {
		margin: -10px 0 0 -10px;
		width: 20px;
		height: 20px;
	}
	.videoList li dd {
		padding: 0 1px 0 5px;
		font-size: 0.85rem;
	}
	.videoList li .small1 {
		font-size: 0.8rem;
	}
	.videoList li .small2 {
		font-size: 0.6rem;
	}
}