#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
================================================== */

h2.main_title {
	background: #0096d6;
	color: #fff;
	text-align: center;
	font-size: 3.2rem !important;
	line-height: 1.4;
	padding: 16px 8px;
}
.sub_title {
	padding: 16px 8px;
	background: rgba(0,150,214,.7);
	color: #fff;
	line-height: 1.4;
}
p.main_sub_title {
	color: #000;
	margin-top: 0;
	font-size: 1.6rem !important;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	h2.main_title {
		font-size: 36px !important;
	}
	p.main_sub_title {
		font-size: 18px !important;
	}
}


.chara_list li {
	background: #f2f2f2;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.chara_list li >div:first-of-type {
	width: 60px;
	flex-shrink: 0;
}
.chara_list li p {
	margin-top: 0;
	margin-left: 20px;
	text-align: left;
}
@media screen and (min-width: 768px) {
	.chara_list li {
		padding: 20px;
	}
}

.icon_img {
	width: 60px;
}
.multi li {
	background: rgba(0,150,214,.2);
	border-radius: 10px;
	text-align: center;
}
.multi li img {
	border-radius: 10px 10px 0 0;
}
.multi .mark {
	position: relative;
}
.multi .mark::before,
.multi .mark::after {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 5px;
	height: 30px;
	background: rgba(0,150,214,1);
}

.multi .mark::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.multi .mark::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width:480px) {
	.multi .mark::before,
	.multi .mark::after {
		top: 50%;
		left: -8px;
	}
}

.copilot li {
	background: #f2f2f2;
}
.copilot li .title {
	background: rgba(0,150,214,.2);
	padding: 10px;
}

.companion .icon_area {
	display: flex;
	align-items: center;
	background: rgba(0,150,214,.1);
	padding: 10px;
}
.companion .icon_area img {
	width: 60px;
}

.ksp_carousel .screen {
	content: "";
	position: absolute;
	top: 17%;
	left: 16%;
	width: 68%;
	aspect-ratio: 1920/968;
	background: url(/content/dam/jp-ext-hp-com/jp/ja/ec/notebooks/personal/omnibook_5_he/images/ai_companion_screen.gif)no-repeat center center;
	background-size: contain;
	
}
@media screen and (min-width: 768px) {
	.ksp_carousel .screen {
	top: 14%;
	left: 31%;
		width: 39%;
	}
}


.point3_list li {
	background: rgba(255,255,255,.8);
	padding: 10px;
	border-radius: 10px;
}
.point3_list li:nth-of-type(1) {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
@media screen and (min-width: 768px) {
	.point3_list li {
		border-radius: 10px 0 0 10px;
		display: inline-block;
		position: absolute;
		width: auto!important;
	}
	
	.point3_list li:nth-of-type(1) {
		top: 40px;
		left: 0;
		border-radius: 0 10px 10px 0;
		padding: 20px 10px;
	}
	.point3_list li:nth-of-type(2) {
		top: 40px;
		right: 0;
		margin-top: 0!important;
		border-radius: 10px 0 0 10px;
	}
	.point3_list li:nth-of-type(3) {
		top: 200px;
		left: 0;
		border-radius: 0 10px 10px 0;
	}
	.point3_list li:nth-of-type(4) {
		top: 220px;
		right: 0;
		border-radius: 10px 0 0 10px;
	}
}
@media screen and (min-width: 1024px) {
	.point3_list li {
		padding: 10px 20px;
	}
	.point3_list li:nth-of-type(1) {
		top: 40px;
		left: 0;
	}
	.point3_list li:nth-of-type(2) {
		top: 40px;
		right: 0;
	}
	.point3_list li:nth-of-type(3) {
		top: 400px;
		left: 0;
	}
	.point3_list li:nth-of-type(4) {
		top: 420px;
		right: 0;
	}
}



.display .posA {
	top: 7%;
	left: 9%;
	right: 9%;
	bottom: 30%;
}

.fd_rr {
	flex-direction: row-reverse;
}
.fd_col {
	flex-direction: column;
}
.three_s {
	font-size: 30px!important;
	font-weight: normal;
}
.three_s > .circle {
	display: inline-block;
	margin-right: 3px;
	width: 60px;
	height: 60px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 40px;
	line-height: 60px;
}

.point4 li {
	background: rgba(255,255,255,.8);
	padding: 10px;
	border-radius: 10px;
}
@media screen and (min-width: 768px) {
	.point4 li {
		border-radius: 0 10px 10px 0;
	}
}
@media screen and (min-width: 1024px) {
	.point4 li {
		padding: 10px 20px;
	}
}
/* ==================================================
	slick
================================================== */

.slider_navi h5.title {
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
}

.slider_for,
.slider_navi {
	display: none;
}
.slider_for.slick-initialized,
.slider_navi.slick-initialized {
	display: block;
}
.slider_navi {
	margin-top: 30px;
}
.slider_navi .item {
	user-select: text;
	padding: 0 20px;
}

.slider_navi .item {
	opacity: .2;
	cursor: pointer;
	transition: .2s;
	margin: 0 15px;
	padding: 0;
}
.slider_navi .item .item_point {
	background-color: rgba(0,150,214,.7);
	height: 4px;
	margin-bottom: 20px;
	-o-object-fit: contain;
	object-fit: contain;
	opacity: 0;
	transition: opacity .3s ease;
	width: 60px;
}
.slider_navi .item.slick-current,
.slider_navi .item:hover {
	opacity: 1;
}
.slider_navi .item.slick-current .item_point {
	opacity: 1;
}
.slider_navi .item.slick-current:hover {
	cursor: auto;
}

.pc { display: none !important; }
.sp { display: block !important; }

@media screen and (min-width: 768px) {
	.pc { display: block !important; }
	.sp { display: none !important; }
}

@media screen and (min-width: 768px) {
	.slider_navi .slick-track {
		transform: unset !important;
		margin: 0 -15px;
	}
}


.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
	background: rgba(0,150,214,.1);
}

/* ==================================================
	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: 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;
	}*/
}

