@charset "UTF-8";
body {
	font-size: 12px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #3E3A39;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
    }
.clear {
	clear: both;
}
.img {
	border: 1px solid #EDEDED;
}
.txbk {
	color:#666666;
	text-decoration:none;
	font-weight: normal;
}
.txbk a {
	color:#666666;
	text-decoration:none;
	font-weight: normal;
}
.txbk a:link,
.txbk a:visited {
	color:#999999;
	text-decoration:none;
}
.txbk a:hover,
.txbk a:active {
	color:#999999;
	text-decoration:none;
}
/* =================================== */
/* リンク */
/* =================================== */
a {
	color:#000000;
	text-decoration:none;
	font-weight: normal;
}
a:link,
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover,
a:active {
	color:#000000;
	text-decoration:none;
}
/********************* container **********************/
#container {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/********************* head **********************/
#container #head {
    padding: 0px;
    width: 1500px;
    height: 100px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-color: #3E3A39;
}
#container #head .logo1 {
    padding: 0px;
    float: left;
    width: 1100px;
    margin-left: 50px;
}
#container #head .navi {
    padding: 0px;
	margin: 0px;
    float: left;
    width: 300px;
    margin-right: 50px;
    text-align: right;
    color: #FFFFFF;
}
#container #head .navi ul{
    padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 300px;
    height: 100px;
}
#container #head .navi ul li{
    width: 150px;
    text-align: center;
    float: left;
    line-height: 100px;
}
/********************* top **********************/
#container #top {
	padding: 0px;
	width: 1500px;
	margin: 0px;
	height: 843px;
}
/********************* video **********************/
#video-area{
	position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
/*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
/********************* foot **********************/
#container #foot {
    text-align: center;
    padding: 0px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
    background-color: #3E3A39;
}
#container #foot .copy {
	font-size: 11px;
	line-height: 50px;
	color: #ffffff;
}
