.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;
}

/* ==================================================
	point
================================================== */

@media screen and (min-width:768px) {
	.order1_md {
		order: 1;
	}
}
@media screen and (min-width:1024px) {
	.order1_lg {
		order: 1;
	}
}


/* ==================================================
	gaming hub
================================================== */

.gaming_hub_box{
	padding: 2rem .5em;
	background:#fcf8f8;
	border-radius: 1rem;
	margin-top: 4rem;
}
.gaming_hub_box .performance_list > li img{
	max-height: 100%;
	max-width:100%;
}
.gaming_hub_box .performance_list > li h4{
	color: #a91b29!important;
}
@media screen and (min-width: 768px) {
	.gaming_hub_box{
		padding: 20px 5px;
		border: 5px rgba(169,27,41,.3) solid;
		margin-top: 60px;
	}
	.performance_list > li{
		padding: 20px 10px ;
	}

}


/* ==================================================
	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: center;
	}
	.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;
	}*/
}
