.local_navi {
	z-index: 10;
}

@media screen and (min-width: 1200px) {

	.section_content {
		width: 1200px;
		margin-right: auto;
		margin-left: auto;
	}
}

#main_content_vr2022pro img {
	height: auto;
}

.main_top_box .logo_img {
	height: 60px!important;
	}
@media screen and (max-width: 374px) {
	.main_top_box .logo_img {
		height: 50px!important;
	}
}


/* ==================================================
	point
================================================== */

/* video ----------*/
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: url(images/stripe_gray.png) center right no-repeat;
	background-size: cover;
	left: -79%;
	z-index: 1;
}
.video-container::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: url(images/stripe_gray.png) center left no-repeat;
	background-size: cover;
	right: -79%;
}
@media screen and (min-width: 1024px) {
	.movie_blk {
		width: 60%;
		position: relative;
	}
	.movie_blk video {
		width: 720px;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.movie_blk .posA_lg {
		top: -30px;
		right: -370px;
		width: 560px;
		z-index: 2;
	}
}


/* test_list ----------*/

.test_list {
	display: grid;
	gap:10px;
	grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}
.test_list li {
	background: rgba(255,255,255,.5);
	border-radius: 10px;
	padding: 10px;
	text-align: center;
}
.test_list li p {
	font-size: 13px!important;
	line-height: 1.2;
}
.sustainability {
	position: relative;
}

@media screen and (min-width: 768px) {
	.sustainability .posA_md {
		color: #fff;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: 2;
	}
	.sustainability::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		background: linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,0));
		border-radius: 10px;
	}
}


.performance {
	
}
@media screen and (min-width: 768px) {
	.fcfff_md {
		color: #fff;
	}
}




.display_detail_img .posA {
	top: 43.5%;
	right: 11%;
	left: 43.5%;
}
@media screen and (min-width: 1024px) {
	.display_detail_img .posA {
		top: 43.5%;
		right: 10%;
		left: 42.5%;
	}
}
/* display_detail_txt*/
.display_detail_txt li {
	background: #f2f2f2;
	padding: 10px;
	border-radius: 10px;
}



.fd_rr {
	flex-direction: row-reverse;
}

@media screen and (min-width :768px) {
	.fd_rr_md {
		flex-direction: row-reverse;
	}
}

.fd_col {
	flex-direction: column;
}

/* ==================================================
	gallery
================================================== */

/* tab -------------------- */

.gallery_area .tab_trigger {
	display: flex;
	justify-content: center;
	text-align: center;
}
.gallery_area .tab_trigger li {
	width: 50%;
	color: #767676;
}
.gallery_area .tab_trigger .tab_current {
	position: relative;
	padding-bottom: .5em;
	color: #0096d6;
	border-bottom: 1px solid #0096d6;
}
.gallery_area .tab_trigger .tab_current::before,
.gallery_area .tab_trigger .tab_current::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) translateY(1px);
	border: 8px solid transparent;
}
.gallery_area .tab_trigger .tab_current::before {
	border-top: 8px solid #0096d6;
}
/*.gallery_area .tab_trigger .tab_current::after {
	margin-top: -2px;
	border-top: 9px solid #fff;
}*/
.gallery_area .tab_content_area {
	margin-top: 2rem;
}

@media screen and (min-width: 1024px) {
	.gallery_area .tab_trigger li {
		width: 300px;
		font-size: 16px;
	}
	.gallery_area .tab_content_area {
		margin-top: 40px;
	}
}



/* images -------------------- */

.gallery_thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: .5rem -.5rem;
}
.gallery_thumb > li {
	width: calc((100% - 2rem) / 2);
	margin: .5rem;
	border: 1px solid #eee;
}

@media screen and (min-width: 480px) {
	.gallery_main {
		text-align: center;
	}
	.gallery_main img {
		width: auto;
	}
	.gallery_thumb > li {
		width: calc((100% - 3rem) /3);
	}
}

@media screen and (min-width: 1024px) {
	.gallery_content {
		display: flex;
		justify-content: space-between;
	}
	.gallery_main {
		width: 440px;
	}
	.gallery_thumb {
		justify-content: center;
		/*width: 930px;*/
		margin: -10px 0 0 -10px;
	}
	.gallery_thumb > li {
		width: 300px;
		margin: 10px 0 0 10px;
	}

	/*.gallery_thumb > li:nth-of-type(2),.gallery_thumb > li:nth-of-type(3),.gallery_thumb > li:nth-of-type(5) {
		margin: 10px 0 0 10px;
	}*/
}

