.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,.visid img {
	height: auto;
}

@media screen and (min-width: 1024px) {
	.pb150_lg {
		padding-bottom: 150px !important;
	}

	.jc_center_lg {
		justify-content: center !important;
	}
}

.icon_img {
	width: 60px;
}



.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 ;
	}

}



/*-----------------*/

.button.black {
	background-color: #000;
	border-radius: 0;
}
.button.black:hover { background-color: #333; }

.button.critical.campaign-button {
	color: #000;
	background: #76b900;
	border-radius: 0;
	font-size: 18px;
}


/* graphic tab -----------------*/

.tab_trigger {
	margin-top: 40px;
	display: flex;
	flex-wrap: nowrap;
}

.tab_trigger li {
	width: 50%;
	font-size: 16px;
	text-align: center;
	padding: 10px;
}
.tab_trigger li:hover {
	color: #767676;
}

.tab_trigger li.tab_current {
	background: #000;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.tab_trigger li.tab_current:hover {
	cursor: default;
}

@media screen and (min-width: 768px) {
	.tab_trigger li {
		font-size: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.section-content.Feature1 {
		background-image: url("/content/dam/jp-ext-hp-com/jp/ja/ec/gaming/personal/omen_35l_amd/images/feature1.jpg");
		background-repeat: no-repeat;
		background-position: 70% 20%;
		background-size: cover;
		min-height: 500px;
	}

	.section-content.Feature2 {
		background-image: url("/content/dam/jp-ext-hp-com/jp/ja/ec/gaming/personal/omen_35l_amd/images/feature2.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		min-height: 500px;
	}

	.section-content.Feature3 {
		background-image: url("/content/dam/jp-ext-hp-com/jp/ja/ec/gaming/personal/omen_35l_amd/images/feature3.jpg");
		background-repeat: no-repeat;
		background-position: 80% 50%;
		background-size: 120%;
		min-height: 580px;
	}

	.section-content.Feature4 {
		background-image: url("/content/dam/jp-ext-hp-com/jp/ja/ec/gaming/personal/omen_35l_amd/images/feature4.jpg");
		background-repeat: no-repeat;
		background-position: 40% center;
		background-size: auto 100%;
		min-height: 500px;
	}
}


.notes_num {
	counter-reset: notes_num;
	font-size: 11px;
	line-height: 1.33;
}

.notes_num > li {
	position: relative;
	padding-left: 3em;
}

.notes_num > li:nth-child(n+2) {
	margin-top: .5em;
}

.notes_num > li::before {
	counter-increment: notes_num;
	content: counters(notes_num, "-") ".";
	position: absolute;
	left: 0;
}

.graphic_amd .button.line {
	border-radius: 0;
	border: 2px solid #fff;
	color: #fff;
}

.graphic_amd .button.line:hover {
	opacity: .7;
}