/*index-work*/
.p-case-list-index {
	position: relative;
	overflow: hidden; }
.p-case-list-index .areas {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch; }
.p-case-list-index .areas .item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 1;
	height: 60vh;

}
.p-case-list-index .areas .item a {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; }
.p-case-list-index .areas .item a:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	border-left: solid 1px rgba(245, 245, 245, 0.3);
}
.p-case-list-index .areas .item:first-child a:before {
	content: none;
}
.p-case-list-index .areas .item.disp .txt-wrap .lead {
	opacity: 1;
	height: auto; }
.p-case-list-index .areas .item .txt-wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index: 10;
	color: #fff;
	padding: 0 12%; }
.p-case-list-index .areas .item .txt-wrap .ttl {
	position: relative;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.1em;

}
.p-case-list-index .areas .item .txt-wrap .ttl span {
	color: #fff;
}
.p-case-list-index .areas .item .txt-wrap .ttl:before {
	content: "";
	display: block;
	position: absolute;
	width: 32px;
	height: auto;
	top: 0;
	border-top: solid 2px #fff;
	-webkit-transition: all 800ms; -moz-transition: all 800ms; -ms-transition: all 800ms; -o-transition: all 800ms; transition: all 800ms;
}
.p-case-list-index .areas .item .txt-wrap .ttl .em {
	display: block;
	font-size: 22px;
	position: relative;
	letter-spacing: 1px;
	padding-top:10px;
}
.p-case-list-index .areas .item .txt-wrap .ttl span:last-child {
	line-height: 18px;
	margin-top: 12px;
	display: inline-block;
	 font-size:13px;
}
.p-case-list-index .areas .item .txt-wrap .lead {
	overflow: hidden;
	font-size: 15px;
	opacity: 0;
	width: 100%;
	height: 0;
	line-height: 1.5;
	padding-top:10PX;
 }
.p-case-list-index .areas .item .txt-wrap .lead span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	width: 100%;
	padding-top: 16px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-case-list-index .areas .item .txt-wrap .more {
	display:block;
	margin-top: 36px;
	width: 100%;
	font-size: 14px; }

.p-case-list-index .areas .item .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }
.p-case-list-index .areas .item .img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:-webkit-gradient(linear, 46% 0%, 100% 0%, from(rgba(11,79,143,.5)), to(rgba(0,185,239,.5)));
	-webkit-transition: -webkit-transform 10000ms cubic-bezier(0.11, 0.49, 0.143, 1) 300ms;
	transition: -webkit-transform 10000ms cubic-bezier(0.11, 0.49, 0.143, 1) 300ms;
	z-index: 9;
}
.p-case-list-index .areas .item .img img {
	width: 100vw;
	max-width: 100vw;
	height: auto;
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}
.p-case-list-index .areas .item.item--itokin .img img {
	-webkit-transform: translateX(-32.7%);
	transform: translateX(-32.7%); }
.p-case-list-index .areas .item.item--mizuno .img img {
	-webkit-transform: translateX(-48.9%);
	transform: translateX(-48.9%); }
.p-case-list-index .areas .item.item--enfold .img img {
	-webkit-transform: translateX(-56.4%);
	transform: translateX(-56.4%); }
.p-case-list-index.active .imgs li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; }
.p-case-list-index .imgs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75vh;
	letter-spacing: -0.4em;
	white-space: nowrap; }
.p-case-list-index .imgs img {
	width: 100vw;
	height: auto; }
.p-case-list-index .imgs li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: -webkit-transform 10000ms cubic-bezier(0.11, 0.49, 0.143, 1) 300ms;
	transition: -webkit-transform 10000ms cubic-bezier(0.11, 0.49, 0.143, 1) 300ms;
	transition: transform 10000ms cubic-bezier(0.11, 0.49, 0.143, 1) 300ms;
	transition: transform 10000ms cubic-bezier(0.11, 0.49, 0.143, 1) 300ms, -webkit-transform 10000ms cubic-bezier(0.11, 0.49, 0.143, 1) 300ms; }
.p-case-list-index .imgs li > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	/* background:-webkit-gradient(linear, 46% 0%, 100% 0%, from(rgba(11,79,143,.5)), to(rgba(0,185,239,.5)));*/
	/*-webkit-transition: -webkit-transform 10000ms cubic-bezier(0.11, 0.49, 0.143, 1) 300ms;*/
	/*transition: -webkit-transform 10000ms cubic-bezier(0.11, 0.49, 0.143, 1) 300ms;*/
	background-color: rgba(0,0,0,.3);
}
.p-case-list-index .imgs li.is-hover {
	-webkit-transition: -webkit-transform 18000ms cubic-bezier(0.11, 0.49, 0.143, 1) 0s;
	transition: -webkit-transform 18000ms cubic-bezier(0.11, 0.49, 0.143, 1) 0s;
	transition: transform 18000ms cubic-bezier(0.11, 0.49, 0.143, 1) 0s;
	transition: transform 18000ms cubic-bezier(0.11, 0.49, 0.143, 1) 0s, -webkit-transform 18000ms cubic-bezier(0.11, 0.49, 0.143, 1) 0s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1); }
.p-case-list-index .imgs li.is-hover div {
	opacity: 1;
}
.p-case-list-index .imgs li span {
	display: block; }
	
	.sq_timer_800ms {
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
	max-width:100%;
	margin:0 auto;
}



@media (max-width: 1400px) {
.p-case-list-index .areas .item .txt-wrap .ttl .em {font-size: 24px;}
}
	


@media (max-width: 1200px) {




.p-case-list-index .areas .item {
		height: 72vh;

	}
	.p-case-list-index .areas .item .txt-wrap .ttl .em {
		font-size: 18px;
	}
	.p-case-list-index .areas .item .txt-wrap .ttl span {
		font-size: 13px;
		line-height: 16px;
	}
	
	
	
	
	}
	
	
@media (max-width: 1024px) {
	/*index*/
	.p-case-list-index .areas {
		display: block;
	}
	.p-case-list-index .areas .item {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 1%;
	}
	.p-case-list-index .areas .item a {
		position: relative;
		display: block;
	}
	.p-case-list-index .areas .item .txt-wrap {
		opacity: 1 !important;
		position: absolute;
		top: 90%;
		padding: 0 3%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.p-case-list-index .areas .item .txt-wrap .lead {
		opacity: 1 !important;
		height: auto !important;
	}
	.p-case-list-index .areas .item .txt-wrap .lead span {
		padding-top: 20px;
		line-height: 24px;
	}
	.p-case-list-index .areas .item .txt-wrap .ttl .em {
		font-size:18px;
		line-height: 0.8rem;
		letter-spacing: 0;
	}
	.p-case-list-index .areas .item .txt-wrap .ttl {
	
	}
	.p-case-list-index .areas .item .txt-wrap .ttl:before {
		width: 28px;
	}
	.p-case-list-index .areas .item .txt-wrap .ttl span:last-child {
		margin: 0;
		letter-spacing: -1px;
	}
	.p-case-list-index .areas .item .txt-wrap .more {
		margin-top: 12px;
		width: 36px;
		height: 36px;
		background-size: 36px 36px;
	}
	.p-case-list-index .areas .item .img {
		position: relative;
		display: block;
		opacity: 1 !important;

	}
	.p-case-list-index .areas .item .img img {
		width: 100%;
		height:auto;
	}
	.p-case-list-index .areas .item .img img {
		-webkit-transform: translateX(0) !important;
		transform: translateX(0) !important;
	}
	.p-case-list-index .imgs li>div {
		opacity: 0;
	}
	.p-case-list-index .imgs {
		display: none;
	}
	
	}
	
	
	@media (max-width: 680px) {
	
	
		.p-case-list-index .areas .item .txt-wrap .ttl .em {
		font-size: 15px;

	}
	
	
	.p-case-list-index .areas .item {
		width: 100%;
		float: none;
		min-height: 100px;
	}
	.p-case-list-index .areas .item .txt-wrap {
		top: 80%;
	}
	.p-case-list-index .areas .item .txt-wrap .more {
		margin-top: 12px;
		width: 28px;
		height: 28px;
		background-size: 28px 29px;
		position: absolute;
		right: 8%;
		top: 26%;
	}
	.p-case-list-index .areas .item .txt-wrap .lead {
		opacity: 0 !important;
		display: none !important;
	}
	.p-case-list-index .areas .item .txt-wrap .ttl:before {
		opacity: 0;
	}
	
	}