@media only screen and (min-width: 768px) {
	/* html {
		height: -webkit-fill-available;
		overscroll-behavior-y: none;
	}
	body {
		min-height: 100%;
		min-height: -webkit-fill-available;
	} */

	html, body {
		height: 100%;
		overscroll-behavior-y: contain;
	}

	.products__list ul li {
		height: 100%;
		overflow: hidden;
	}

	#js-slideContainer {
		display: flex;
	}

	.wrapper,
	.sections {
		overscroll-behavior-y: contain;
		overscroll-behavior-x: contain;
	}

	.slider,
	.slick-list,
	.slick-track,
	.slick-slide > div {
		height: 100%;
	}

	.gnav {
		height: 100%;
	}

	.section {
		float: none !important;
	}

	.fixed-movie,
	.mv,
	.wrapper,
	.sections,
	.wrap,
	main,
	.products__list ul,
	.products,
	.detail,
	.wrap01,
	.service,
	.products__list ul li .top,
	.information__image,
	.simulation,
	.information__image,
	.information__text,
	.information {
		height: 100% !important;
	}

	.img-box, .read {
		height: auto !important;
	}

	body.index main .mv .slider .slide {
		height: 100% !important;
	}

	body.index main .products__list ul .detail.is-active {
		transform: translate(0, -100%)
	}
}

/* body.index main .information {
	width: 1603px;
}

@media only screen and (max-width: 767px) {
	body.index main .information {
		width: 100%;
	}
} */
