
/****************************************
*
* vr.html
*
****************************************/


.bg-vr-img {
	background: url("../img/vr-image.webp") no-repeat center 50%;
	background-size: cover;
}

.main-vis {
	position: relative;
	/*overflow-x: scroll;
	-webkit-overflow-scrolling: touch;*/
}
.main-vis .inner {
	position: relative;
	min-width: 481px;
	padding: 80px 0 0;
	background-position: top left, bottom left;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
}
@media screen and (max-width: 480px) {
	.main-vis {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.main-vis .inner {
		padding: 50px 0 0;
		min-width: 800px;
	}
}
.main-vis .inner .bg {
	width: 100%;
}
.main-vis .inner figure {
	position: absolute;
	margin: 0;
}
.main-vis .inner figure a {
	display: block;
	width: 100%;
	height: 100%;
}
.main-vis .inner figure a .pop {
	width: 20vw;
	opacity: 0;
	position: absolute;
	top: -3vw;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	/* Safari�p */
	transform: translate(-50%, 0);
	transition: all 300ms 0s ease;
}
@media screen and (max-width: 480px) {
	.main-vis .inner figure a .pop {
		width: 200px;
		top: -50px;
	}
}
.main-vis .inner figure.active a {
	pointer-events: all;
}
.main-vis .inner figure.active a .pop {
	opacity: 1;
	top: -7vw;
}
@media screen and (max-width: 480px) {
	.main-vis .inner figure.active a .pop {
		top: -70px;
	}
}


.main-vis .inner figure#vr-pop01 {
	width: 23%;
	height: 20%;
	top: 28%;
	left: 74%;
	z-index:3;
}
.main-vis .inner figure#vr-pop01-hand {
	width: 5%;
	top: 42%;
	left: 87%;
	z-index:2;
}


.main-vis .inner figure#vr-pop02 {
	width: 44%;
	height: 29%;
	top: 33%;
	left: 5%;
	z-index:3;
}
.main-vis .inner figure#vr-pop02-hand {
	width: 5%;
	top: 51%;
	left: 24%;
	z-index:2;
}



.main-vis .inner figure#vr-pop03 {
	width: 30%;
	height: 20%;
	top: 8%;
	left: 38%;
	z-index:3;
}
.main-vis .inner figure#vr-pop03-hand {
	width: 5%;
	top: 22%;
	left: 49%;
	z-index:2;
}
@media (max-width: 768px) {
	.main-vis .inner figure#vr-pop03 {
		top: 10%;
	}
}



.main-vis .inner figure#panorama {
	width: 15%;
	top: 60%;
	left: 75%;
}
@media (max-width: 768px) {
	.main-vis .inner figure#panorama {
		width: 12%;
	}
	.main-vis .inner figure#panorama img {
		width: 120px;
	}
}

.main-vis .inner figure#panorama-hand {
	width: 5%;
	top: 62%;
	left: 79%;
}


.main-vis.modSP .inner figure a {
	pointer-events: none;
}
.main-vis.modSP .inner figure.active a {
	pointer-events: all;
}



.machine__flow__card .machine__card__title {
	font-family: "������", YuMincho, "�q���M�m���� Pro W3", "Hiragino Mincho Pro", "HG����E", "MS P����", "MS ����", serif;
	color: #111;
	font-size: 25px;
	font-size: 2.5rem;
	position: relative;
	padding-left: 95px;
	margin-bottom: 25px
}
.machine__flow__card .machine__card__title span {
	font-family: "Judson", sans-serif;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 65px
}
.machine__flow__card .machine__card__title span::before {
	content: "";
	display: block;
	width: 20px;
	border-bottom: 1px solid #ff8a2c;
	position: absolute;
	right: 0;
	top: 50%
}
.machine__flow__card .machine__card__img {
	padding-left: 30px;
	width: 690px;
	float: right;
}

.machine__flow__card .machine__card__box {
	padding-left: 95px;
	width: 390px;
	float: left;
}
.machine__flow__card .machine__card__box .machine__card__text {
	line-height: 2;
	flex: 0 1 58.71287%;
	margin-bottom: 0;
	text-align: justify
}
.machine__flow__card .machine__card__box .bg_area {
	margin-top: 20px;
}
.machine__flow__list .point {
	background: url("./img/bg/bg02.jpg");
	border-radius: 5px;
	padding: 20px;
	color: #111;
	margin-top: 10px
}
.machine__flow__list .point .ttl {
	font-weight: bold;
}
.machine__flow__list .point .ttl::after {
	content: "\f0da";
	font-family: 'FontAwesome';
	display: inline-block;
	color: #ff8a2c;
	padding: 0 20px 0 10px
}

@media (max-width: 768px) {
	.machine__flow__list {
		padding: 0
	}
	.machine__flow__card .machine__card__title {
		font-size: 18px;
		position: relative;
		padding-left: 95px;
		margin-bottom: 25px
	}
	.machine__flow__card .machine__card__img {
		width: 100%;
		float: none;
		padding: 0;
	}
	.machine__flow__card .machine__card__box {
		width: 100%;
		float: none;
		padding: 0;
	}
}

.machine__youtube {
	width: 100%;
	height: 400px;
}
