@charset "utf-8";

/*
******************************************************************
* top.css
******************************************************************
*/
body {
	background: #000;
}

#border-fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

#contents {
	background: #000;
}

#contents h1 {
	padding-top: 11.3%;
	margin: 0 auto 26%;
	text-align: center;
	position: relative;
	z-index: 1;
}
#contents h1 img {
	width: 54.68%;
}

#contents h2 {
	margin: 0 auto 10%;
	text-align: center;
	position: relative;
	z-index: 1;
}
#contents h2 img {
	width: 81.56%;
}

#contents nav {
	display: none;
	margin: 0 auto 10%;
	text-align: center;
	position: relative;
	z-index: 1;
}
#contents nav li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 9.375%;
}
#contents nav li img {
	width: 100%;
}
#contents nav li:nth-child(1) {
	width: 33.6%;
	margin-left: 0;
}
#contents nav li:nth-child(2) {
	width: 34.8%;
}
#contents nav li:nth-child(3) {
	width: 44.68%;
	margin: 10% 0 0 0;
}
#contents nav li:nth-child(4) {
	width: 21.78%;
	margin-top: 10%;
}

#contents .pvbtn {
	margin: 0 auto 12%;
	text-align: center;
	position: relative;
	z-index: 1;
}
#contents .pvbtn img {
	width: 51.25%;
}

.fadein-1 {
	display: none;
}

.bgImg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	z-index: 0;
}

.border1,
.border2,
.border3,
.border4,
.border5,
.border6 {
	background-color: #1ee6c6;
	display: block;
	position: fixed;
	z-index: 10;
}

.border4,
.border5,
.border6{
	background-color: #9292f7;
}
.border1 {
	width: 12px;
	height: 0;
	left: 0;
	bottom: 50.322%;
}
.border2 {
	width: 0;
	height: 12px;
	left: 0;
	top: 0;
}
.border3 {
	width: 12px;
	height: 0;
	right: 0;
	top: 0%;
}
.border4 {
	width: 12px;
	height: 0%;
	right: 0;
	top: 50.322%;
}
.border5 {
	width: 0;
	height: 12px;
	right: 0;
	bottom: 0;
}
.border6 {
	width: 12px;
	height: 0;
	left: 0;
	bottom: 0%;
}

footer {
	background: #000;
	padding: 0 9.3% 9%;
}
small {
	display: inline-block;
	font-size: 10px;
	color: #aaaaaa;
	line-height: 20px;
}
.sns__btn {
	text-align: center;
	margin-bottom: 20px;
}
.sns__btn ul {
	display: inline-block;
}
.sns__btn ul li {
	display: inline-block;
	vertical-align: top;
}
.sns__btn ul li:first-child {
	margin-right: 20px;
}


/*
******************************************************************
* #modal video
******************************************************************/
#mdl-box {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#mdl-box .mdl-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/modal_bg.png);
}
#mdl-box #mdl-plr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25.3125%;
	margin-left: -45%;
	width: 90% !important;
	height: 0! important;
	padding-bottom: 50.625%;
}
#mdl-box .btn {
	position: absolute;
	top: 50%;
	right: 5%;
	margin-top: -25.3125%;
}
#mdl-box .btn a {
	display: block;
	margin-top: -30px;
	width: 89.5px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../img/v_close.png);
	background-position: 0 top;
	background-size: 89.5px 50px;
}


/*
******************************************************************
* .video.js
******************************************************************/
#mdl-box .vjs-default-skin .vjs-slider-handle {
	background: #288712;
}
#mdl-box .vjs-default-skin .vjs-play-progress {
	background: #789f6e;
}
#mdl-box .vjs-default-skin .vjs-volume-level {
	background: #789f6e;
}
