#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
================================================== */

.chara_xf img {
	height: auto;
}
.chara_xf h2{
	font-weight:normal;
}
.chara_xf h3{
	line-height:1.5;
}
@media screen and (min-width: 1024px) {
	.chara_xf h2{
		font-size: 27px;
	}
	.chara_xf h3:not(.model_name):not(.d_model_name){
		font-size: 23px;
	}
	.chara_xf h4{
		font-size: 18px;
		line-height:1.5;
	}
}

.chara_xf.content{
	padding-top:4rem;
}
@media screen and (min-width: 1024px) {
	.chara_xf.content{
		padding-top: 6rem;
	}
}
@media screen and (min-width: 768px) {
	.chara_xf h3:not(.model_name):not(.d_model_name){
		font-weight: normal;
	}
}

h2.main_title {
	background: #0096d6;
	color: #fff;
	text-align: center;
	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;
}
.bo_title {
	display: inline-block;
	padding: 0 15px 0 15px;
	border-bottom: 2px solid #000;
}
@media screen and (min-width: 1024px) {
	h2.main_title {
		font-size: 36px !important;
	}
	p.main_sub_title {
		font-size: 18px !important;
	}
}

.model >div {
	padding: 15px;
	
}
.model >div:nth-of-type(odd) {
	background: rgba(0,150,214,.5);
}
.model >div:nth-of-type(even) {
	background: rgba(0,150,214,.3);
}
@media screen and (min-width: 768px) {
	.model >div:nth-of-type(1),.model >div:nth-of-type(4) {
	background: rgba(0,150,214,.5);
}
.model >div:nth-of-type(2),.model >div:nth-of-type(3) {
	background: rgba(0,150,214,.3);
	}
}
.design .text_area {
	padding: 15px;
}

@media screen and (min-width: 1024px) {
	.ds01 .text_area {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		left: 65%;
		color: #fff;
	}
	.ds02 .text_area {
		position: absolute;
		top: 20px;
		right: 50%;
		left: 15px;
	}
	.ds03 .text_area {
		position: absolute;
		top: 40px;
		right: 15px;
		left: 60%;
		color: #fff;
	}
	.ds04 .text_area {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 60%;
		left: 15px;
	}
	.ds05 .text_area {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		left: 50%;
		color: #fff;
	}
}



.point_list > div, .point_list >li {
	text-align: center;
	padding: 16px;
	background-image: linear-gradient(180deg, rgba(245, 245, 245, 1), rgba(255, 255, 255, 1));
	border-radius: 6px;
	border: 1px solid #ccc;
}
.point_list.flex li {
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
	text-align: left;
}

.point_list li p {
	margin-top: 0px;
}
@media screen and (min-width: 1024px) {
	.point_list.flex li {
		display: flex;
		text-align: left;
	}
}
@media screen and (min-width: 1024px) {
	h2.main_title {
		font-size: 36px !important;
	}
	p.main_sub_title {
		font-size: 18px !important;
	}
	.point_list > li {
		padding: 20px;
	}
}

.icon_img {
	width: 60px;
}

/* ==================================================
	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_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;
	}
}

