@charset "UTF-8";
html,
body {
	height: 100%;
}

/* ヘッダー */

#header {
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	position: fixed;
	top: 0;
	left: 0;
}

#header h1 a {
	width: 181px;
	height: 45px;
	background: url(../images/logo_header.png) center center no-repeat;
	margin: 0 auto;
	display: block;
}

/* メインコンテンツ */

#content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#content .logo {
	text-align: center;
}

.cnt_sai video {
	display: block;
	position: fixed;
	right: 20%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

.cnt_tolivr video {
	display: block;
	position: fixed;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
}

.cnt_sai,
.cnt_tolivr {
	width: 50%;
	height: 100%;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cnt_sai .logo {
	width: 170px;
}

.cnt_tolivr .logo {
	width: 170px;
}

.logo img {
	width: 100%;
}

.cnt_tolivr {
	/*background:#DDD;*/
}

/* フッター */

#footer {
	width: 100%;
	background: #333333;
	position: fixed;
	bottom: 0;
	left: 0;
}

#footer p.copyright {
	text-align: center;
	color: #FFF;
	padding: 10px;
	font-size: 1.1em;
	letter-spacing: 0.2em;
}

.link_nekonote {
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
}

.link_nekonote img {
	width: 100%;
}