#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;
	}
}

h2.beyond_title {
	color: #0096d6;
	font-size: 3rem !important;
	line-height: 1.1;
}
@media screen and (min-width: 768px) {
	h2.beyond_title {
		font-size: 2.3rem !important;
	}
}

@media screen and (min-width: 1024px) {
	h2.beyond_title {
		font-size: 40px !important;
	}

}


.copilot .slick-slide {
	background: #f2f2f2;
}
.copilot >div .title {
	background: rgba(0,150,214,.2);
	padding: 10px;
}
@media screen and (min-width:768px) {
	.copilot {
		margin: 0 -10px;
	}
	.copilot .slick-slide {
		margin: 0 10px;
	}
}
@media screen and (min-width: 1024px) {
	.copilot {
		position: relative;
		overflow-x: hidden;
		display: flex;
		justify-content: space-between;
	}
	/*.copilot > div {
		width: 32%;
	}*/

}

/* ==================================================
	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: #4cb5e2;
	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: #4cb5e2;
}

.companion .icon_area {
	display: flex;
	align-items: center;
	background: rgba(133,102,48,.1);
	padding: 10px;
}
.companion .icon_area img {
	width: 60px;
}
@media screen and (min-width: 1024px) {
	.companion .icon_area img {
	width: 40px;
	}
}




.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;
}

/* ==================================================
	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;
	}*/
}

