html, body {
	height: 100%;
}
header#global_header, footer#global_footer {
	display: none;
}
#contents_wrap, #contents, #main, #main #col_main {
	height: 100%;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

.kwicks_wrap {
	background: #000;
	height: 100%;
}
ul.kwicks {
	height: 100%;
}
ul.kwicks li {
	text-align: center;
	height: 100%;
}
ul.kwicks li.cont01 {
	background: url(../images/common/index_bg_otto.jpg) no-repeat center center;
	background-size: cover;
}
ul.kwicks li.cont02 {
	background: url(../images/common/index_bg_lifewan.jpg) no-repeat center center;
	background-size: cover;
}
ul.kwicks li.kwicks-collapsed {
	opacity: 0.4;
}
ul.kwicks li a {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
ul.kwicks li a p {
	position: absolute;
	bottom: 6.66%;
	left: 50%;
	transform: translateX(-50%);
	width: 80.93%;
}
ul.kwicks li a p span.text {
	display: none;
	margin-bottom: 3%;
}
ul.kwicks li a:hover p span.text {
	display: block;
}
ul.kwicks li a p span.k_logo img {
	width: 64.35%;
}


@media screen and (max-width:768px) {
	.kwicks.kwicks-processed > * {
		position: relative !important;
	}
	ul.kwicks li {
		height: 50%;
		width: 100% !important;
	}
	ul.kwicks li a p {
		width: 90%;
	}
	ul.kwicks li a p span.text {
		display: block;
	}
}