/*------------------------------------------------
*     TOP
*			base
-------------------------------------------------*/

.h-wrapper {
		z-index: 9000;
}
.txt_border {
		display: flex;
		align-items: center;
}
.txt_border:before,
.txt_border:after {
		content: "";
		height: 1px;
		flex-grow: 1;
}
.txt_border:before {
		margin-right: 1rem;
}
.txt_border:after {
		margin-left: 1rem;
}
.oled .txt_border:before,
.oled .txt_border:after {
		background-color: #555c72;
}
.ms .txt_border:before,
.ms .txt_border:after {
		background-color: #93aedb;
}
.entrance {
		color: #b91440;
}
.oled {
		color: #fff;
}
.ms {
		color: #14479f;
}
.linkStyle01_black {
		color: #000;
		background: #fff;
		border: 1px solid #fff;
}
.linkStyle01_black:hover {
		background: #14479f;
		border: 1px solid #14479f;
}



/*----------------------------------------
*    オンライン展示会
*    TOP
------------------------------------------*/
.exhibition_top{
}
/* 共通設定 */
.exhibition_top .txt_border {
	display: flex;
	align-items: center;
}
.exhibition_top .txt_border:before,
.exhibition_top .txt_border:after {
	content: "";
	height: 1px;
	flex-grow: 1;
}
.exhibition_top .txt_border:before {
	margin-right: 1rem;
}
.exhibition_top .txt_border:after {
	margin-left: 1rem;
}
.exhibition_top .oled .txt_border:before,
.exhibition_top .oled .txt_border:after {
	background-color: #555c72;
}
.exhibition_top .ms .txt_border:before,
.exhibition_top .ms .txt_border:after {
	background-color: #93aedb;
}
.exhibition_top .entrance {
	color: #b91440;
}
.exhibition_top .oled {
	color: #fff;
}
.exhibition_top .ms {
	color: #14479f;
}
.exhibition_top .msText {
	line-height: 1.5;
}
.exhibition_top .linkstyle05_black {
	color: #000;
	background: #fff;
	border: 1px solid #fff;
}
.exhibition_top .linkstyle05_black:hover {
	color: #fff !important;
	background: #0072BB;
	border: 1px solid #0072BB;
	cursor: pointer;
}
.exhibition_top a:hover{
	cursor: pointer;
}
.exhibition_top .ms .linkstyle05_white_blue {
	padding: 12px 40px 13px;
}

/* 展示会_PC表示 */
.exhiTop_pc_bg{
	height: 720px;
	background: url(/exhibition/top/img/bg_pc.webp) no-repeat center top;
}
.exhiTop_pc{
	position: relative;
	width: 100%;
	max-width: 1200px;
	height: 720px;
	background: url(/exhibition/top/img/main_pc.png) no-repeat center bottom 4vw;
	background-size: contain;
	margin: auto;
}
.exhiTop_pc .light {
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 240px;
	height: 18px;
	background: url(/exhibition/top/img/light.webp) no-repeat center top;
	background-size: 180px auto;
}
.exhiTop_pc .board {
	position: absolute;
	top: 44px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 240px;
	background: url(/exhibition/top/img/board.webp) no-repeat center top;
	background-size: cover;
	color: #0072BB;
	text-align: center;
	border-radius: 10px;
	box-shadow: rgb(8 24 40 / 15%) 2px 8px 16px;
	padding: 9px 0 14px;
}
.exhiTop_pc .board p {
	font-size: 15px;
	font-weight: 500;
}
.exhiTop_pc .board h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.exhiTop_pc .oled,
.exhiTop_pc .ms {
	width: 390px;
	position: absolute;
	text-align: center;
}
.exhiTop_pc .oled {
	top: 50px;
	left: 50px;
}
.exhiTop_pc .ms {
	top: 60px;
	right: 50px;
}
.exhiTop_pc .oled h2 {
	margin-bottom: 10px;
}
.exhiTop_pc .ms h2 {
	margin-bottom: 28px;
	/* margin-bottom: -9px; */
	font-size: 42px;
	font-weight: 700;
}
.exhiTop_pc .enter {
	width: 100%;
	height: 345px;
	display: block;
}
/* ブランドロゴ */
/* .exhiTop_pc .brandLogo_sec{
	max-width: 400px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
} */


/* 展示会_SP表示 */
.exhiTop_sp{
}
@media only screen and (max-width: 896px) {
	.exhiTop_sp .main_sp01 {
			background: linear-gradient(#e4effa 0%, #dbe7f7 100%);
	}
	.exhiTop_sp .main_sp02 {
			background: url(/exhibition/oled/img/bg_pc.jpg) no-repeat center top;
	}
	.exhiTop_sp .main_sp03 {
			background: url(/exhibition/monozukuri/img/bg_pc.jpg) no-repeat 10% 20%;
			background-size: 300% auto;
	}
	.exhiTop_sp .light {
			margin: auto;
			width: 240px;
			height: 18px;
			background: url(/exhibition/top/img/light.webp) no-repeat center top;
			background-size: 180px auto;
	}
	.exhiTop_sp .board {
			margin: auto;
			width: 240px;
			background: url(/exhibition/top/img/board.webp) no-repeat center top;
			background-size: cover;
			padding: 9px 0 14px;
			color: #0072BB;
			text-align: center;
			border-radius: 10px;
			box-shadow: rgb(8 24 40 / 15%) 2px 8px 16px;
	}
	.exhiTop_sp .board p {
			font-size: 15px;
			font-weight: 500;
	}
	.exhiTop_sp .board h1 {
			font-size: 20px;
			font-weight: bold;
			line-height: 1.2;
	}
	.exhiTop_sp .ms h2 {
			font-size: 32px;
			font-weight: 700;
			margin-bottom: 28px;
	}
}