@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url(/common/js/boxsizing.htc);
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden;
}
#wrapper {
	width: 1920px;
	height: 1080px;
	min-width: 1920px;
	min-height: 1080px;
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	/*width: 100%;
	 height: auto;*/
}

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
/*------------------------------
 * iframe
 ------------------------------*/
iframe, #screen {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	/*display: none;*/
	z-index: 1;
}

iframe.active {
	display: block;
	z-index: 1001;
}

#screen {
	background-color: #fff;
	z-index: 1000;
}

/*------------------------------
 * image
 ------------------------------*/
body#image img {
	max-width: 100%;
	max-height: 100%;
    object-fit: contain;
	/*height: auto;*/
}

/*------------------------------
 * video
 ------------------------------*/
body#video video {
	width: 100%;
	/*height: auto;*/
}

body#video .w1920xh1080 video {
    width: auto;
	max-width: 100%;
	max-height: 100%;
	min-height: 1080px;
	/*height: auto;*/
}

/*------------------------------
 * image-video
 ------------------------------*/
body#image-video video {
	width: 100%;
	/*height: auto;*/
}

/*------------------------------
 * text
 ------------------------------*/
body#text #wrapper {
	display: block;
	width: 1700px;
	height: 720px;
	min-width: auto;
	min-height: auto;
	overflow: hidden;
	margin: 140px 0 0 110px;
	padding: 0 200px;
	box-sizing: border-box;
}

body#text h1 {
	font-size: 82px;
	color: #000;
	line-height: 84px;
	margin: 50px 0;
	text-align: center;
}
body#text p {
	font-size: 58px;
	line-height: 90px;
	word-break: break-all;
	padding: 0 1.5em;
	text-align: center;
}

body#text.bg-type1 {
	background: url('../img/bg-type1.jpg') no-repeat top left;
	/*background-size: cover;*/
	color: #444;
}
body#text.bg-type2 {
	background: url('../img/bg-type2.jpg') no-repeat top left;
	/*background-size: cover;*/
	color: #444;
}
body#text.bg-type3 {
	background: url('../img/bg-type3.jpg') no-repeat top left;
	/*background-size: cover;*/
	color: #444;
}
