
/*
*****************************************************************************************

btn

*****************************************************************************************
*/

.btn,
.wpc-filters-submit-button,
.wpc-filters-reset-button {
	text-decoration: none;
	appearance: none;
	box-shadow: none;
	border: 2px solid transparent;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	background: var(--red);
	color: #fff;
	border-radius: 100em;
	min-height: calc(38 / 15 * 1em);
	min-width: calc(128 / 15 * 1em);
	max-width: 100%;
	padding: .25em 1.5em;
	font-size: 15px;
	font-weight: bold;
	text-box: trim-both cap alphabetic;
}

.btn:not([disabled]),
.btn:any-link {
	cursor: pointer;
}

@media (any-hover: hover) {
  	.btn:not([disabled]):hover,
	.btn:any-link:hover,
	:where(a:any-link):hover .btn {
		opacity: .7;
	}
}

.btn:not([disabled]):focus-visible,
.btn:any-link:focus-visible,
:where(a:any-link):focus-visible .btn {
	opacity: .7;
}

.wpc-filters-submit-button,
.wpc-filters-reset-button {
	width: calc(248 / 18 * 1em);
	max-width: 100%;
}

.wpc-filters-reset-button {
	background: var(--blue);
}

.btn.btn-lg.btn-lg {
	font-size: 18px;
	min-height: calc(48 / 18 * 1em);
	width: calc(248 / 18 * 1em);
	max-width: 100%;
}

.btn.btn-sm {
	font-size: 12px;
	min-height: calc(32 / 12 * 1em);
	min-width: calc(120 / 12 * 1em);
}

.btn-outline{
	border: 2px solid var(--blue);
	background: #fff;
	color: var(--blue);
}

.btn-outline-light {
	border: 2px solid var(--blue-label);
	background: var(--blue-bg-light);
	color: var(--blue);
}

@media (width <= 768px){

	.btn.btn-lg.btn-lg {
		font-size: 15px;
		min-height: calc(38 / 15 * 1em);
		width: calc(248 / 18 * 1em);
		max-width: 100%;
	}

}

/*
*****************************************************************************************

heading

*****************************************************************************************
*/

/* heading */

.exhibitor-h2 {
	font-size: var(--font-size-3xl);
	font-weight: bold;
	color: var(--blue);
	position: relative;
	margin: 0 0 72px;
	padding-top: 80px;
}

.exhibitor-h2::after {
	content: '';
	display: block;
	width: 136px;
	max-width: 100%;
	height: 2px;
	background: var(--blue);
	border-right: 10px solid var(--red);
	margin: 32px 0 0;
}

.exhibitor-h2:empty {
	display: none;
}

@media (width <= 768px){

	.exhibitor-h2 {
		margin-bottom: min(72px, calc(64 / 375 * 100vw));
		padding-top: min(96px, calc(88 / 375 * 100vw));
	}

	.exhibitor-h2::after {
		width: 88px;
		margin: 24px 0 0;
	}
}

.exhibitor-h3 {
	font-size: var(--font-size-2xl);
	font-weight: bold;
	color: var(--blue);
	position: relative;
	padding-left: 24px;
	margin: 28px 0;
}

.exhibitor-h3::before {
	content: '';
	display: block;
	width: .25em;
	border-top: .5em solid var(--blue);
	border-bottom: .5em solid var(--red);
	position: absolute;
	left: 0;
	top: 0.85em;
	translate: 0 -50%;
}

.exhibitor-h3:empty {
	display: none;
}

@media (width <= 768px){

	.exhibitor-h3 {
		padding-left: 20px;
	}

}

.exhibitor-h4 {
	font-size: var(--font-size-xl);
	font-weight: bold;
	color: var(--blue);
	position: relative;
	padding-left: 28px;
	margin: 20px 0;
}

.exhibitor-h4::before,
.exhibitor-h4::after {
	content: '';
	display: block;
	width: 9px;
	aspect-ratio: 1;
	position: absolute;
	top: 0.9em;
}

.exhibitor-h4::before {
	background: var(--red);
	left: 4px;
	translate: 0 -4px;
}

.exhibitor-h4::after {
	background: var(--blue);
	left: 0;
	translate: 0 -7px;
}

.exhibitor-h4:empty {
	display: none;
}

@media (width <= 768px){

	.exhibitor-h4 {
		padding-left: 24px;
	}
	
}

.exhibitor-h5 {
	font-size: var(--font-size-lg);
	font-weight: bold;
	color: var(--blue);
	position: relative;
	padding-left: 24px;
	margin: 28px 0;
}

.exhibitor-h5::before {
	content: '';
	display: block;
	width: 12px;
	height: 4px;
	background: var(--red);
	position: absolute;
	left: 0;
	top: 0.85em;
	translate: 0 -50%;
}

.exhibitor-h5:empty {
	display: none;
}

@media (width <= 768px){

	.exhibitor-h5 {
		padding-left: 20px;
	}

	.exhibitor-h5::before {
		height: 3px;
	}
	
}

/*
*****************************************************************************************

tag

*****************************************************************************************
*/

.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.tag {
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 84px;
	height: 26px;
	padding-inline: 1.25em;
	background: var(--blue);
	color: #fff;
	font-weight: bold;
	font-size: 1.0rem;
	border-radius: .3em;
}

.tag.electrothermal {
	background-color: #dd4646;
}

.tag.heatpump {
	background-color: #0caa53;
}
.tag.electrifiedkitchen{
    background-color: #ec7718;
}
.tag.college{
    background-color: #2e65c9;
}
.tag.energy {
	background-color: #e5be05;
}
.tag.syllabary{
    background-color: #1aadf1;
}
.tag.other {
	background-color: #a7a9ac;
}

.tag.courage {
	
}

/*
*****************************************************************************************

movie

*****************************************************************************************
*/

.movie-block {
	color: #000;
	width: 820px;
	max-width: 100%;
	margin: 0 auto;
}

.movie {
	width: fit-content;
	margin: 0 auto;
	position: relative;
	text-align: right;
	border: 1px solid var(--blue-label);
}

.movie-in {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #eee;
	position: relative;
}
.movie-in.border {
	border: 1px solid #ddd;
}
.movie-in.bg-white {
	 background: #fff;
}

.movie-block.movie4-3 .movie-in {
	padding-bottom: 74.95%;
}

.movie-in a {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.page-exhibition-filter .movie-in {
	padding: 0;
	height: auto;
}

.page-exhibition-filter .movie-in a {
	display: block;
	position: static;
}

.movie a::after,
.movie-in a::after {
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/assets/images/common/play-blue.svg);
	background-position: center;
	width: 64px;
	max-width: 30%;
	aspect-ratio: 1;
	bottom: 24px;
	right: 24px;
}

.movie-time {
	display: inline-block;
	position: absolute;
	bottom: 16px;
	left: 16px;
	line-height: 1;
	padding: 0.4em .6em .5em;
	background-color: #424242;
	color: #fff;
	border-radius: 3px;
	font-size: 13px;
}

.movie-detail {
	/* position: absolute; */
	background: #eb5414;
	padding: 25px;
	color: #fff;
	font-weight: bold;
	right: -5%;
	/* bottom: -18%; */
	display: inline-block;
	margin-top: -5%;
	position: relative;
	text-align: left;
}

.movie-detail .detail-em {
	font-size: 1.2em;
}

@media (max-width:768px) {
	.movie {
		width: 80%;
	}

	.movie-time {
		right: 5px;
		bottom: 5px;
	}
}

.movie-player {
	width: fit-content;
	margin-inline: auto;
}

.movie-player > iframe[src*="youtube.com/embed/"] {
	max-width: 100%;
	aspect-ratio: 16 / 9;
}