@charset "utf-8";


@media screen and (min-width:768px){
/*pc・タブレットcss*/

	

#exhibition-detail .mv.event-end{
	position:relative;
}
#exhibition-detail .mv.event-end:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.7);
}
#exhibition-detail .mv.event-end:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:60%;
	height:70%;
	margin-left:-30vw;
	margin-top:-16%;
	margin-right: auto;
	background: url(../img/exhibition/innovationexpo2025/end_bnr_pc.jpg)  no-repeat center center / cover;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

/* ++++++++++++ */

.exhibition-detail-ttl{
	margin-bottom:100px;
}
.exhibition-detail-ttl .copy{
	background-color:#1C1C1C;
	color:#fff;
	padding:30px 0;
	text-align:center;
    font-size: 36px;
    line-height: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

#exhibition-detail .exhibition-data {
	margin-bottom:50px;
	padding:40px;
	background-color:#EBEBEB;
	border-radius:10px;
}
#exhibition-detail .exhibition-data .ttl {
	margin-bottom:10px;
    font-size: 44px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
#exhibition-detail .exhibition-data .day {
	display:block;
	margin-bottom:10px;
    font-size: 22px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
#exhibition-detail .exhibition-data .place {
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}

/* +++++++++++++++++++++++++ */

.webinars{
	margin-bottom:100px;
}
.webinars .btn-box{
	text-align:center;
	background-color:#05111F;
	padding:30px;
}

/* +++++++++++++++++++++++++ */
	

.concept-txt{
	margin-bottom:50px;
	line-height:2.5;
}


/* +++++++++++++++++++++++++ */

#exhibition-detail .maker-list01{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#exhibition-detail .maker-list01 li{
	width:31%;
	margin-right:3.5%;
}
#exhibition-detail .maker-list01 li:nth-child(3n),
#exhibition-detail .maker-list01 li:last-child{
	margin-right:0;
}
#exhibition-detail .maker-list02{
	width:65.5%;
	margin:0 auto;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#exhibition-detail .maker-list02 li{
	width:47.5%;
	margin-right:5%;
}
#exhibition-detail .maker-list02 li:nth-child(2n),
#exhibition-detail .maker-list02 li:last-child{
	margin-right:0;
}

#exhibition-detail .maker-list03{
	width:65.5%;
	margin:0 auto;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#exhibition-detail .maker-list03 li{
	width:47.5%;
	margin: 0 auto;
}


/* +++++++++++++++++++++++++ */

.access-place{
	margin-bottom:150px;
}
.access-place .access{
	width:80%;
	margin: 0 auto 150px;
	text-align:center;
	font-size:18px;
}
.access-place .access .gmap {
	margin-bottom:30px;
	position: relative;
	width:50%;
	padding-top: 40%;
}
.access-place .access .gmap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border:none;
}
.access-place .access .txt {
	width:45%;
}

.access-place .place{
	width:80%;
	margin: 0 auto;
}
.access-place .place-map {
	margin-bottom:30px;
}

/* +++++++++++++++++++++++++ */

.official-website{
	margin-bottom:100px;
	position:relative;
	padding:50px;
	background-color:#EBEBEB;
}
.official-website:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #e60012 transparent transparent;
}
.official-website .ttl{
	position:relative;
	text-align:center;
	margin-bottom:40px;
	padding-bottom:30px;
    font-size: 30px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.official-website .ttl:before{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	width:10%;
	height:1px;
	margin-left:-5%;
	background-color:#000;
}



.official-website .note{
	padding-top:20px;
	max-width: 500px;
	margin: 0 auto;
	font-size:12px;
	line-height:1.5;
}




}

@media screen and (min-width:768px) and ( max-width:1110px) {
}

@media (max-width: 768px) {
		
		
	#exhibition-detail .mv.event-end{
		position:relative;
	}
	#exhibition-detail .mv.event-end:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(255,255,255,0.7);
	}
	#exhibition-detail .mv.event-end:after{
		content:"";
		position:absolute;
		top:50%;
		left:50%;
		width:80%;
		height:60%;
		margin-left:-40vw;
		margin-top:-23%;
		margin-right: auto;
		background: url(../img/exhibition/innovationexpo2025/end_bnr_pc.jpg)  no-repeat center center / cover;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	}
		
		
	/* ++++++++++++ */
	
	.exhibition-detail-ttl{
		position:relative;
		margin-bottom:10vw;
	}
	.exhibition-detail-ttl .copy{
		background-color:rgba(229,31,31,0.9);
		color:#fff;
		padding:3vw 3vw;
		text-align:center;
		font-size: 16px;
		line-height: 1;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	
	#exhibition-detail .exhibition-data {
		margin-bottom:5vw;
		padding:4vw;
		background-color:#EBEBEB;
		border-radius:10px;
	}
	#exhibition-detail .exhibition-data .ttl {
		margin-bottom:2vw;
		font-size: 26px;
		line-height: 1.3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	#exhibition-detail .exhibition-data .day {
		display:block;
		margin-bottom:10px;
		font-size: 16px;
		line-height: 1.3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	#exhibition-detail .exhibition-data .place {
		font-size: 16px;
		line-height: 1.3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	
	/* +++++++++++++++++++++++++ */
	
	.webinars{
		margin-bottom:10vw;
	}
	.webinars .btn-box{
		text-align:center;
		background-color:#05111F;
		padding:5vw;
	}
	
	/* +++++++++++++++++++++++++ */
	
	
	.concept-txt{
		margin-bottom:5vw;
		line-height:2.5;
	}


	
	/* +++++++++++++++++++++++++ */
	
	#exhibition-detail .maker-list01{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#exhibition-detail .maker-list01 li{
		width:47.5%;
		margin-right:5%;
	}
	#exhibition-detail .maker-list01 li:nth-child(2n),
	#exhibition-detail .maker-list01 li:last-child{
		margin-right:0;
	}
	
	
	#exhibition-detail .maker-list02{
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#exhibition-detail .maker-list02 li{
		width:47.5%;
		margin-right:5%;
	}
	#exhibition-detail .maker-list02 li:nth-child(2n),
	#exhibition-detail .maker-list02 li:last-child{
		margin-right:0;
	}
	
	#exhibition-detail .maker-list03{
		margin:0 auto;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	#exhibition-detail .maker-list03 li{
		width:47.5%;
		margin: 0 auto;
	}
	
	
	/* +++++++++++++++++++++++++ */
	
	.access-place{
		margin-bottom:15vw;
	}
	.access-place .access{
		width:100%;
		margin: 0 auto 15vw;
		text-align:center;
	}
	.access-place .access .gmap {
		margin-bottom:3vw;
		position: relative;
		width: 100%;
		padding-top: 70%;
	}
	.access-place .access .gmap iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border:none;
	}
	
	.access-place .place{
		width:80%;
		margin: 0 auto;
	}
	.access-place .place-map {
		margin-bottom:30px;
	}
	
	/* +++++++++++++++++++++++++ */
	
	.official-website{
		margin-bottom:10vw;
		position:relative;
		padding:10vw 5vw;
		background-color:#EBEBEB;
	}
	.official-website:after{
		content:"";
		position:absolute;
		top:0;
		right:0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10vw 10vw 0;
		border-color: transparent #e60012 transparent transparent;
	}
	.official-website .ttl{
		position:relative;
		text-align:center;
		margin-bottom:5vw;
		padding-bottom:4vw;
        font-size: 26px;
        line-height: 1.3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	.official-website .ttl:before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		width:20%;
		height:1px;
		margin-left:-10%;
		background-color:#000;
	}
	.official-website .note{
		padding-top:4vw;
		margin: 0 auto;
		font-size:12px;
		line-height:1.5;
	}









	
}






