@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/nepcon2025/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;
}

/* ++++++++++++ */

.concept-ttl{
	position:relative;
	text-align:center;
	margin-bottom:40px;
    font-size: 30px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
	color:#e60012;
}
.concept-ttl span{
	display:block;
	margin-bottom:10px;
    font-size: 16px;
    font-weight: 700;
	color:#F36366;
}
.concept-subttl{
	position:relative;
	text-align:center;
	margin-bottom:20px;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}


.concept-txt{
	margin-bottom:50px;
	text-align:center;
	line-height:2.5;
}

.concept-point{
	margin-bottom:100px;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.concept-point li{
	width:33.333%;
	padding:2% 4%;
	border-right: dashed 1px #ccc;
	text-align:center;
}
.concept-point li:first-child{
	border-left: dashed 1px #ccc;
}
.concept-point .point-ttl {
	background-color: #1C1C1C;
	color: #fff;
	padding: 15px 0;
	margin-bottom:10px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
.concept-point .point-ttl .no {
	display: block;
	font-size: 16px;
	line-height: 0.8;
	font-family: 'Teko', sans-serif;
	color:#E50012;
	margin-bottom:5px;
}
.concept-point li .images{
	padding:0 10%;
}

/* ++++++++++++ */

.exhibit-product{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.exhibit-product > li{
	width:48.5%;
	margin-bottom: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.4);
	padding: 20px;
	border-radius: 10px;
}
.exhibit-product > li .company-name{
	position:relative;
	margin-bottom:10px;
	padding-left:20px;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.exhibit-product > li .company-name:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:4px;
	height:100%;
	background-color:#E7181F;
}
.exhibit-product > li .product-list{
	padding-left:20px;
}
.exhibit-product > li .product-list li{
	position:relative;
	font-size:14px;
	line-height:1.5;
	margin-bottom:5px;
}
.exhibit-product > li .product-list li:before{
	content:"∟ ";
}

/* ++++++++++++ */
/* +++++++++++++++++++++++++ */

.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;
}

.what-logito{
	padding:80px 0;
	color:#fff;
	background: #e60012; /* Old browsers */
	background: -moz-linear-gradient(left,  #e60012 0%, #ea5541 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e60012 0%,#ea5541 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e60012 0%,#ea5541 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ea5541',GradientType=1 ); /* IE6-9 */
}
.what-logito .txt{
	margin-bottom:30px;
	text-align:center;
	font-size:24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}


/* ++++++++++++ */
/* ++++++++++++ */
/* ++++++++++++ */

.movie-box{
    margin-bottom: 50px;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.movie-box .thumb{
	width:55%;
}
.movie-box .data{
	width:42%;
}
.movie-box .data .list{
}
.movie-box .data .list li{
	background-color:#eee;
	padding: 10px;
	border-radius:5px;
	margin-bottom:10px;
}
.movie-box .thumb a{
	display:block;
	position:relative;
}
.movie-box .thumb.movie-icon a:before{
	content:"";
	position:absolute;
	z-index:2;
	left:50%;
	top:50%;
	margin: -7.5% 0 0 -10%;
	background:url(../img/exhibition/logis-tech2024/movie_icon.png) no-repeat center center / 100% auto;
	width:20%;
	padding-top:15%;
}
.movie-box .ttl{
    position: relative;
	width:100%;
    border-bottom: dashed 1px #6F6F6F;
    margin-bottom:30px;
    padding: 20px;
    font-size: 24px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
	text-align:center;
}
.movie-box .ttl:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:3px;
	background: #e60012; /* Old browsers */
	background: -moz-linear-gradient(left,  #e60012 0%, #ea5541 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e60012 0%,#ea5541 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e60012 0%,#ea5541 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ea5541',GradientType=1 ); /* IE6-9 */
}

/* ++++++++++++ */

.movie-ttl{
	margin-bottom:50px;
	text-align:center;
	font-size:30px;
	line-height:1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.full-movie{
    margin-bottom: 150px;
	background-color:#fff;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	padding:70px;
	border-radius:20px;
}
.full-movie .thumb{
	margin-bottom:30px;
}
.full-movie .thumb a{
	display:block;
	position:relative;
}
.full-movie .thumb.movie-icon a:before{
	content:"";
	position:absolute;
	z-index:2;
	left:50%;
	top:50%;
	margin: -7.5% 0 0 -10%;
	background:url(../img/exhibition/logis-tech2024/movie_icon.png) no-repeat center center / 100% auto;
	width:20%;
	padding-top:15%;
}
.full-movie .ttl{
    position: relative;
	width:100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
    border-bottom: dashed 1px #6F6F6F;
    margin-bottom:20px;
    padding: 20px;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
	text-align:center;
}
.full-movie .ttl:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:3px;
	background: #e60012; /* Old browsers */
	background: -moz-linear-gradient(left,  #e60012 0%, #ea5541 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e60012 0%,#ea5541 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e60012 0%,#ea5541 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ea5541',GradientType=1 ); /* IE6-9 */
}

/* ++++++++++++ */

#related-documents{
	border-top: solid 1px #ccc;
	padding-top:100px;
	margin-bottom:100px;
}
.download-ttl {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
}
.download-list li{
	width:18%;
	margin-right:2.5%;
}
.download-list li:nth-child(5n){
	margin-right:0;
}
.download-list li a{
	display:block;
	padding:20px 10px;
    box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
	text-decoration:none;
}
.download-list .thumb{
	margin-bottom:20px;
}
.download-list li .ttl{
	margin-bottom:20px;
	font-size:13px;
	line-height:1.5;
	font-weight:700;
	text-align:center;
	color:#000;
}
.download-list .base-btn{
	position:relative;
	display:block;
	padding:10px 10px;
	text-align:center;
	color: #fff;
	font-size:14px;
	background: #e60012; /* Old browsers */
	background: -moz-linear-gradient(left,  #e60012 0%, #ea5541 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e60012 0%,#ea5541 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e60012 0%,#ea5541 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ea5541',GradientType=1 ); /* IE6-9 */
	text-decoration:none;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.download-list .base-btn span{
	position:relative;
	display:inline-block;
	padding-left:25px;
	font-family: 'Noto Sans JP', sans-serif;
}
.download-list .base-btn span:before{
	position:absolute;
	left:0;
	top:50%;
	content:"";
	width: 20px;
	height: 20px;
	margin-top:-10px;
	background-color:#fff;
	border-radius:10000px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.download-list .base-btn span:after{
	position:absolute;
	left:5px;
	top:50%;
	content:"";
	width: 6px;
	height: 6px;
	margin-top:-4px;
	border-top: 1px solid #E60012;
	border-right: 1px solid #E60012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}



.movie-bnr{
	
}
.movie-bnr a{
	position:relative;
	background-color:#FEF1F2;
	box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.4);
	padding: 20px 30px 20px 20px;
	border-radius: 10px;
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; 
	-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	text-decoration:none;
}
.movie-bnr a:after{
	position:absolute;
	right:20px;
	top:50%;
	content:"";
	width: 12px;
	height: 12px;
	margin-top:-6px;
	border-top: 1px solid #E60012;
	border-right: 1px solid #E60012;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.movie-bnr .movie-bnr-thumb{
	width:35%;
	
}
.movie-bnr .movie-bnr-ttl{
	width:60%;
	font-size:20px;
	color:#E7181F;
	font-weight:700;
}

/* +++++++++++++++++++++++++ */
	
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* +++++++++++++++++++++++++ */

}

@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/nepcon2025/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;
	}
	
	/* ++++++++++++ */
	
	.concept-ttl{
		position:relative;
		text-align:center;
		margin-bottom:5vw;
		font-size: 24px;
		line-height: 1.3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		color:#e60012;
	}
	.concept-ttl span{
		display:block;
		margin-bottom:2vw;
		font-size: 14px;
		font-weight: 700;
		color:#F36366;
	}
	.concept-subttl{
		position:relative;
		text-align:center;
		margin-bottom:3vw;
		font-size: 20px;
		line-height: 1.3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	
	.concept-txt{
		margin-bottom:50px;
		line-height:2.5;
	}
	
	.concept-point{
		margin-bottom:10vw;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.concept-point li{
		width:100%;
		margin-bottom:5vw;
		text-align:center;
		border: solid 1px  #1C1C1C;
	}
	.concept-point .point-ttl {
		background-color: #1C1C1C;
		color: #fff;
		padding: 3vw 0;
		margin-bottom:10px;
		text-align: center;
		font-size: 16px;
		line-height: 1;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	.concept-point .point-ttl .no {
		display: block;
		font-size: 12px;
		line-height: 0.8;
		font-family: 'Teko', sans-serif;
		color:#E50012;
		margin-bottom:5px;
	}
	.concept-point li .images{
		padding:0 20vw 5vw;
	}
	
	/* ++++++++++++ */
	
	.exhibit-product{
		margin-bottom:10vw;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.exhibit-product > li{
		width:100%;
		margin-bottom:5vw;
		background-color: #fff;
		box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
		padding:5vw;
		border-radius: 10px;
	}
	.exhibit-product > li .company-name{
		position:relative;
		margin-bottom:10px;
		padding-left:5vw;
		font-size: 15px;
		line-height: 1.3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	.exhibit-product > li .company-name:before{
		content:"";
		position:absolute;
		left:0;
		top:0;
		width:4px;
		height:100%;
		background-color:#E7181F;
	}
	.exhibit-product > li .product-list{
		padding-left:5vw;
	}
	.exhibit-product > li .product-list li{
		position:relative;
		font-size:12px;
		line-height:1.5;
		margin-bottom:1vw;
	}
	.exhibit-product > li .product-list li:before{
		content:"∟ ";
	}
	
	/* +++++++++++++++++++++++++ */
	
	.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;
	}

	/* ++++++++++++ */
	
	.what-logito{
		padding:10vw 0;
		color:#fff;
		background: #e60012; /* Old browsers */
		background: -moz-linear-gradient(left,  #e60012 0%, #ea5541 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #e60012 0%,#ea5541 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #e60012 0%,#ea5541 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ea5541',GradientType=1 ); /* IE6-9 */
	}
	.what-logito .txt{
		margin-bottom:5vw;
		text-align:center;
		font-size:16px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	
	
		
	/* ++++++++++++ */
	/* ++++++++++++ */
	/* ++++++++++++ */
	
			
	.movie-box{
		margin-bottom:5vw;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
	}
	.movie-box .thumb{
		width:100%;
		margin-bottom:5vw;
	}
	.movie-box .data{
		width:100%;
		margin-bottom:10vw;
	}
	.movie-box .data .list{
	}
	.movie-box .data .list li{
		background-color:#eee;
		padding: 10px;
		border-radius:5px;
		margin-bottom:10px;
	}
	.movie-box .thumb a{
		display:block;
		position:relative;
	}
	.movie-box .thumb.movie-icon a:before{
		content:"";
		position:absolute;
		z-index:2;
		left:50%;
		top:50%;
		margin: -7.5% 0 0 -10%;
		background:url(../img/exhibition/logis-tech2024/movie_icon.png) no-repeat center center / 100% auto;
		width:20%;
		padding-top:15%;
	}
	.movie-box .ttl{
		position: relative;
		width:100%;
		border-bottom: dashed 1px #6F6F6F;
		margin-bottom:5vw;
		padding: 3vw;
		font-size: 16px;
		line-height: 1.3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		text-align:center;
	}
	.movie-box .ttl:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:3px;
		background: #e60012; /* Old browsers */
		background: -moz-linear-gradient(left,  #e60012 0%, #ea5541 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #e60012 0%,#ea5541 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #e60012 0%,#ea5541 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ea5541',GradientType=1 ); /* IE6-9 */
	}
	
		
		
	
	/* ++++++++++++ */
	
	
	.movie-ttl{
		margin-bottom:5vw;
		text-align:center;
		font-size:17px;
		line-height:1.5;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	
	.full-movie{
		margin-bottom: 15vw;
		background-color:#fff;
		box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
		padding:5vw;
		border-radius:10px;
	}
	.full-movie .thumb{
		margin-bottom:3vw;
	}
	.full-movie .thumb a{
		display:block;
		position:relative;
	}
	.full-movie .thumb.movie-icon a:before{
		content:"";
		position:absolute;
		z-index:2;
		left:50%;
		top:50%;
		margin: -7.5% 0 0 -10%;
		background:url(../img/exhibition/logis-tech2024/movie_icon.png) no-repeat center center / 100% auto;
		width:20%;
		padding-top:15%;
	}
	.full-movie .ttl{
		position: relative;
		width:100%;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		border-bottom: dashed 1px #6F6F6F;
		margin-bottom:20px;
		padding: 20px;
		font-size: 16px;
		line-height: 1.3;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		text-align:center;
	}
	.full-movie .ttl:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:3px;
		background: #e60012; /* Old browsers */
		background: -moz-linear-gradient(left,  #e60012 0%, #ea5541 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #e60012 0%,#ea5541 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #e60012 0%,#ea5541 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ea5541',GradientType=1 ); /* IE6-9 */
	}
	
	/* ++++++++++++ */
	
	#related-documents{
		border-top: solid 1px #ccc;
		padding-top:10vw;
		margin-bottom:10vw;
	}
	.download-ttl {
		margin-bottom: 5vw;
		font-size: 20px;
		line-height: 1.1;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
		
	.download-ttl {
		margin-bottom: 7vw;
		font-size: 26px;
		line-height: 1.1;
		text-align: center;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
	}
	.download-ttl .ttl {
		font-weight: 700;
	}
	.download-ttl span {
		font-size: 16px;
	}
	.download-list li{
		width:47.5%;
		margin-bottom:10vw;
		margin-right:5%;
	}
	.download-list li:nth-child(2n){
		margin-right:0;
	}
	.download-list li a{
		display:block;
		padding:0vw;
		box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 60%);
		text-decoration:none;
	}
	.download-list .thumb{
		margin-bottom:2vw;
		padding:3vw;
	}
	.download-list li .ttl{
		padding:3vw;
		font-size:12px;
		font-weight:700;
		text-align:center;
		color:#000;
	}
	.download-list .base-btn{
		position:relative;
		display:block;
		padding:20px 10px;
		text-align:center;
		color: #fff;
		background: #e60012; /* Old browsers */
		background: -moz-linear-gradient(left,  #e60012 0%, #ea5541 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #e60012 0%,#ea5541 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #e60012 0%,#ea5541 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60012', endColorstr='#ea5541',GradientType=1 ); /* IE6-9 */
		text-decoration:none;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.download-list .base-btn span{
		position:relative;
		display:inline-block;
		padding-left:25px;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.download-list .base-btn span:before{
		position:absolute;
		left:0;
		top:50%;
		content:"";
		width: 20px;
		height: 20px;
		margin-top:-10px;
		background-color:#fff;
		border-radius:10000px;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.download-list .base-btn span:after{
		position:absolute;
		left:5px;
		top:50%;
		content:"";
		width: 6px;
		height: 6px;
		margin-top:-4px;
		border-top: 1px solid #E60012;
		border-right: 1px solid #E60012;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	
	
	.movie-bnr{
		
	}
	.movie-bnr a{
		position:relative;
		background-color:#FEF1F2;
		box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.4);
		padding: 3vw;
		border-radius: 10px;
		-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
		-webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; 
		-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
		-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
		text-decoration:none;
	}
	.movie-bnr a:after{
		position:absolute;
		right:20px;
		top:50%;
		content:"";
		width: 12px;
		height: 12px;
		margin-top:-6px;
		border-top: 1px solid #E60012;
		border-right: 1px solid #E60012;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	
	.movie-bnr .movie-bnr-thumb{
		width:35%;
		
	}
	.movie-bnr .movie-bnr-ttl{
		width:60%;
		font-size:14px;
		color:#E7181F;
		font-weight:700;
	}
		
	/* +++++++++++++++++++++++++ */
		
	.youtube{
	  position: relative;
	  width: 100%;
	  padding-top: 56.25%;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	
	/* +++++++++++++++++++++++++ */
	
}






