#main_content_vr2022pro img {
	height: auto;
}





/*-----------------*/
/*.point1{
	overflow:hidden;
}
.point1 .diamond_1{
	width: 400px;
	height: 400px;
	top: -20rem;
	right: -20rem;
	z-index: -1;
}
@media screen and (min-width: 480px) {
	.point1 .diamond_1{
		width: 500px;
		height: 500px;
		top: -25rem;
		right: -25rem;
	}
}
@media screen and (min-width: 768px) {
	.point1 .diamond_1{
		width: 600px;
		height: 600px;
		top: -30rem;
		right: -30rem;
	}
}
@media screen and (min-width: 1024px) {
	.point1 .diamond_1{
		width: 700px;
		height: 700px;
		top: -35rem;
		right: -30rem;
	}
}
.gradient_diamond {
	background-image: linear-gradient(135deg, rgb(255, 85, 225), red, rgb(255, 180, 0));
	transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
	.gradient_diamond {
	background-image: linear-gradient(225deg, rgb(255, 85, 225), red, rgb(255, 180, 0));
	}
}*/
.point1_02 {
	background: #34010a url(images/point1_photo02.jpg)bottom left no-repeat;
	background-size: 200%;
	color: #fff;
	padding: 2rem 1.6rem 100% 1.6rem;
}

@media screen and (min-width: 768px) {
	.point1_02 {
		background: #34010a url(images/point1_photo02.jpg)bottom left no-repeat;
		background-size: 100%;
		padding: 40px 20px;
	}

	.point1_02 .text_area {
		margin-left: 40%;
	}
}

@media screen and (min-width: 1024px) {
	.point1_02 {
		background: #34010a url(images/point1_photo02.jpg)bottom left no-repeat;
		background-size: 100%;
		padding: 40px;
	}
}

.point2 {
		background: #000;
		color: #fff;
}

@media screen and (min-width: 768px) {
	.point2 {
		position: relative;
	}

	.point2 .text_area1,
	.point2 .text_area2 {
		position: absolute;
	}

	.point2 .text_area1 {
		top: 40px;
		left: 40px;
		right: 64%;
	}

	.point2 .text_area2 {
		top: 92px;
		left: 64%;
		right: 40px;
	}
}


.button.critical.campaign-button {
	color: #000;
	background: #76b900;
	border-radius: 0;
	font-size: 18px;
}

.button.critical.campaign-button:hover {
	background-color: #6aa700;
}


.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: #a91b29;
	border-bottom: 1px solid #a91b29;
}
.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 #a91b29;
}
/*.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: flex-start;
		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;
	}*/
}

