@charset "UTF-8";

.pickup-swiper {
	max-width: 1680px;
	margin: 0 auto;
}


.text-list {
	width: 100%;
}
.text-list th ,
.text-list td {
	padding: 10px 20px;
}
.text-list th {
	background: #e8ecee;
	text-align: center;
	border: 1px #FFFFFF solid;
}
.text-list td {
	border-bottom: #CCCCCC 1px solid;
}
.text-list .year {
	text-align: center;
	white-space: nowrap;
}
@media only screen and (max-width: 768px) {
	.text-list {
		font-size: 80%;
	}
	.text-list th ,
	.text-list td {
		padding: 10px;
	}
}

.projects-movie iframe {
	width: 100%;
	height: 600px;
}


	

@media only screen and (max-width: 768px) {
	.projects-movie iframe {
		height: 400px;
	}
	
	
	.index-icn {
		display: flex;
		flex-flow: column;
		align-items: center;
	}

	.index-icn .panel1 {
		margin-top: 30px;

	}

	.index-icn img {
		width: 100vw;
		height: 100px;
		object-fit: cover;
	}
}



.project-list .item {
	position: relative;
}
.project-list .item img {
	width: 100%;
}
.project-list .item .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background:rgba(0,0,0,0.5);
	display: flex;
	padding: 20px;
    visibility: hidden;
    opacity: 0;
	transition: all  0.3s ease;
}
.project-list .item .text p {
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.project-list .item .text p span {
	display: block;
	font-weight: normal;
	font-size: 80%;
}
.project-list .item:hover .text {
	visibility: visible;
	opacity: 1;
}
@media only screen and (max-width: 992px) {
	.project-list .item .text {
		position: static;
		width: auto;
		height: auto;
		background: none;
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.project-list .item .text p {
		text-align: left;
		color: #000000;
		font-weight: bold;
		margin: 0;
	}
}

.no-photo .more {
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px;
}
.no-photo table {
	display: none;
}
