@charset "UTF-8";
/* CSS Document */

/* トップ動画 */

.covervid-wrapper {
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.covervid-video {
    z-index: 0;
}
.masthead-overlay {
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
}

.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0.4;
}
.mainBox {
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 1;
	height: 300px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
	opacity: 0.85;
}

.mainBox ul {
    font-size:1.4rem;
    text-align: center;
	padding:10px 0;
	width:40%;
	margin:0 auto;
}

.line{
	display:block;
	margin:0 auto;
	width:400px;
	}
.line img{
	width:100%;}

.mainBox ul li{
	padding:0 35px;}

.mainBox ul li img{
	display:block;
	padding-bottom:10px;}

#nav_s img{
	width:100px;}

#nav_o img{
	width:85px;}

.covervid-wrapper ul li{
	display:inline-block;}

.covervid-wrapper ul li a{
	color: #fff;}

.mainBox h1{
	opacity: 0;
	}
.mainBox #logo{
	margin-bottom:25px;
	}
	
.mainBox #logo img{
	width:255px;}
