@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {content: "";display: block;clear: both;}
/* flex */
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comTopBox {
	padding: 19px 30px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 9;
}
.comTopBox .logo {
	margin-right: 30px;
	float: left;
	z-index: 3;
}
.comTopBox .logo02 {
	margin-top: 14px;
	float: left;
}
.comTopBox .sound {
	margin-top: 21px;
	float: right;
}
.menu {
	margin-left: 25px;
	float: right;
	position: relative;
	top: 32px;
	height: 30px;
	width: 32px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu span,
.menuBox .close span {
	background: #fff;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 11px;
}
.menu span:nth-of-type(3),
.menuBox .close span:nth-of-type(2) {
	top: 22px;
}
.menu.on .top,
.menuBox .close .top {
	transform: translateY(15px) translateX(0) rotate(-45deg);
	-webkit-transform: translateY(15px) translateX(0) rotate(-45deg);
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom,
.menuBox .close .bottom {
	transform: translateY(-7px) translateX(0) rotate(45deg);
	-webkit-transform: translateY(-7px) translateX(0) rotate(45deg);
}
.menuBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: rgba(54,75,172,0.8);
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.menuBox.on {
	opacity: 1;
	visibility: visible;
}
.menuBox .close {
	position: fixed;
	top: 49px;
	right: 26px;
	height: 30px;
	width: 40px;
	cursor: pointer;
	z-index: 100;
}
/*.menuBox ul {
	text-align: center;
}
.menuBox li {
	padding: 10px;
	font-size: 1.7rem;
	color: #FFF;
}
.menuBox li a {
	color: #FFF;
}
.menuBox li a:hover {
	text-decoration: underline;
}*/
.menuBox .ttl {
	margin-bottom: 30px;
	color:#fff;
	text-align: center;
	font-size: 3.12rem;
	font-weight: bold;
	letter-spacing: 20px;
	font-family: "Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.menuBox .linkList {
	margin: 0 auto 55px;
	width: 71.4%;
	overflow: hidden;	
}
.menuBox .linkList li {
	margin: 3% 2% 0 0;
	width: 32%;
	float: left;
}
.menuBox .linkList li:nth-of-type(3n) {
	margin-right: 0;
}
.menuBox .linkList li:nth-of-type(-n+3) {
	margin-top: 0;
}
.menuBox .last {
	margin: 0 auto;
	width: auto;
}
.menuBox .last a {
	position: relative;
	padding: 14px 60px 13px 32px;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #364BAC;
	font-size: 1.9rem;
	letter-spacing: 4px;
	font-weight: bold;
	text-align: center;
    border-radius: 28px;
    background: #FFF;
	letter-spacing: -1px;
}
.menuBox .last a:after {
	margin-top: -8px;
	position: absolute;
	right: 27px;
	top: 50%;
	content: "";
	width: 13px;
	height: 16px;
	background: url(/faculty/textiles/webopencampus/img/common/icon02.png) no-repeat center center;
	background-size: 100%;
}

/*.btBox {
	display: flex;
	align-items: center;
	justify-content : space-between;
	padding: 19px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 3;
}*/
.verticalP {
	font-size: 2.1rem;
	line-height: 3.7;
	letter-spacing: 4px;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 3;
}
.videoCover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.videoCover.bg {
	background: #364BAC;
	opacity: 0.2;
}
.video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.comRBox {
	max-height: calc(100% - 60px);
	overflow: hidden;
	width: 16%;
	padding: 15px;
	box-sizing: border-box;
	float: right;
	border: 1px solid #fff;
}
.comRBox .scalBox {
	transform-origin: center top;
}
.comRBox .ttl {
	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-size: 1.29rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
}
.comRBox .ttl span {
	font-size: 1.9rem;
	display: block;
	text-align: center;
}
.comRBox .linkList {
	margin-bottom: 10px;
}
.comRBox .linkList li {
	margin-top: 5px;
}
.comRBox .linkList li:first-of-type {
	margin-top: 0;
}
.comRBox .last {
	margin: 0;
	width: auto;
}
.comRBox .last a {
	position: relative;
	padding: 10px 40px 10px 15px;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Helvetica Neue",Helvetica,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color: #364BAC;
	font-size: 1.2rem;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: center;
    border-radius: 22px;
    background: #FFF;
}
.comRBox .last a:after {
	margin-top: -5px;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	width: 8px;
	height: 10px;
	background: url(/faculty/textiles/webopencampus/img/common/icon02.png) no-repeat center center;
	background-size: 100%;
}
.comPlay{
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
}
.comPlay a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(/faculty/textiles/webopencampus/img/common/icon05.png) no-repeat center center;
	background-size: 100%;
}
.fancybox-slide {
	padding: 70px 0;
}
.fancybox-toolbar {
	right: 30px;
	top: 30px;
}
.fancybox-button {
	width: 25px;
	height: 25px;
	background: url(/faculty/textiles/webopencampus/img/common/icon04.png) no-repeat center center;
	background-size: 100%;
}
.fancybox-is-open .fancybox-bg,
.fancybox-bg {
	background: #000;
	opacity: 1;
}
@media all and (max-width: 896px) {
	.fancybox-toolbar{
		top: auto;
		bottom: 60px;
	}
	.fancybox-button {
		
	}
	.fancybox-slide {
		padding: 0;
	}
	.comTopBox {
		padding: 10px 15px;
	}
	.comTopBox .logo {
		margin-right: 7px;
		width: 175px;
	}
	.comTopBox .logo02 {
		margin-top: 8px;
		width: 90px;
	}
	.comTopBox .sound {
		margin-top: 9px;
		width: 30px;
	}
	.menu {
		margin-left: 12px;
		top: 17px;
		width: 20px;
		height: 18px;
	}
	.menu span {
		height: 1px;
	}
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	.menu span:nth-of-type(3) {
		top: 14px;
	}
	.menu.on .top {
		-webkit-transform: translateY(10px) translateX(0) rotate(-45deg);
		transform: translateY(10px) translateX(0) rotate(-45deg);
	}
	.menu.on .bottom {
		-webkit-transform: translateY(-4px) translateX(0) rotate(45deg);
		transform: translateY(-4px) translateX(0) rotate(45deg);
	}
	.menuBox .close {
		top: 10%;
		right: 15px;
		width: 20px;
	}
	.menuBox .close span {
		height: 1px;
	}
	/*.btBox {
		padding: 15px 17px;
	}
	.btBox .logo {
		width: 124px;
	}
	.btBox .sound {
		width: 31px;
	}*/
	.menuBox .ttl {
		margin-bottom: 15px;
		font-size: 1.6rem;
		letter-spacing: 9px;
	}
	.menuBox .linkList {
		margin: 0 15px 30px;
		width: auto;
	}
	.menuBox .linkList li,
	.menuBox .linkList li:nth-of-type(3n),
	.menuBox .linkList li:nth-of-type(-n+3) {
		margin: 4% 6% 0 0;
		width: 47%;
	}
	.menuBox .linkList li:nth-of-type(2n){
		margin-right: 0;
	}
	.menuBox .linkList li:nth-of-type(-n+2) {
		margin-top: 0;
	}
	.menuBox .last {
		width: auto;
	}
	.menuBox .last a {
		padding: 12px 40px 8px 30px;
		font-size: 1.4rem;
		border-radius: 20px;
		letter-spacing: -1px;
	}
	.menuBox .last a:after {
		margin-top: -5px;
		right: 20px;
		width: 8px;
		height: 10px;
	}
	.verticalP {
		font-size: 1.8rem;
		line-height: 3.5;
		letter-spacing: 2.7px;
	}
	.comRBox {
		display: none;
	}
}