@charset "utf-8"; 

#mv{
	position: relative;
	height: 100vh;
}
#mv .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 1350px;
	transform: translate(-50%,-50%);
	z-index: 2;
	padding: 0 3.125em;
	box-sizing: border-box;
}
#mv .txt .big{
	font-size: 7.8rem;
	line-height: 1.2;
	color: #fff;
}
#mv .txt .small{
	font-size: 1.4rem;
	color: #fff;
	margin-top: 1em;
}
#mv .txt .ja{
	font-size: 2.2rem;
	color: #fff;
	margin-top: 3em;
}
#mv .scroll{
	position: absolute;
	bottom: 2em;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
#mv .sliderWrap{
	position: relative;
}
#mv .sliderWrap img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
#mv .slick-dots{
	position: absolute;
	bottom: 80px;
	left: 50%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateX(-50%);
}
#mv .slick-dots li{
	line-height: 0;
	margin: 0 10px;
}
#mv .slick-dots li button{
	cursor: pointer;
	width: 36px;
	height: 5px;
	font-size: 0;
	background: #fff;
	border: 1px solid #707070;
	padding: 0;
	outline: none;
	vertical-align: top;
	box-sizing: border-box;
}
#mv .slick-dots .slick-active button{
	background: #707070;
}
#for{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10em;
}
#for .block{
	width: calc((100% - 112px) / 3);
}
#for .block .img img{
	width: 100%;
	height: auto;
}
#for .block a{
	display: block;
	height: 100%;
	background: #000;
	transition: 0.3s;
}
#for .block a:hover{
	opacity: 0.7;
}
#for .txt{
	padding: 1.25em 1.25em 1.5em 1.25em;
}
#for .en{
	font-size: 2.4rem;
}
#for .ttl{
	position: relative;
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: bold;
/*
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
*/
	margin-top: 0.8em;
}
#for .ttl span{
	font-size: 1.2rem;
}
#for .ttl img{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 2.6em;
	height: auto;
}
#for p{
	color: #fff;
	line-height: 1.0;
}
#case .blockWrap{
	margin-top: 4.375em;
}
.info{
	margin-top: 5.625em;
}
.infoContent{
	max-width: 1680px;
	margin: 0 auto;
}
.headline{
	font-size: 5.6rem;
}

@media screen and (max-width : 1000px){
	
	#for .block{
		width: calc((100% - 7em) / 3);
	}
}

@media screen and (max-width : 767px){

	#mv{
		height: 70vh;
	}
	#mv .sliderWrap img{
		height: 70vh;
	}
	#mv .txt{
		padding: 0 4vw;
	}
	#mv .txt .big{
		font-size: 4.4rem;
	}
	#mv .txt .big span{
		display: block;
		font-size: 2.0rem;
	}
	#mv .txt .small{
		display: none;
	}
	#mv .txt .ja{
		font-size: 2.0rem;
		margin-top: 1em;
		line-height: 1.7;
	}
	#mv .scroll{
		display: none;
	}
	#for{
		display: flex;
		flex-flow: column;
		margin-bottom: 20vw;
	}
	#for .block{
		width: 100%;
	}
	#for .block:nth-child(2){
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	#for .block a{
		display: flex;
	}
	#for .block .img{
		width: 28vw;
	}
	#for .ttl img{
		top: -8vw;
		transform: none;
	}
	#for .ttl{
		font-size: 1.8rem;
	}
	#for .ttl span{
/*
		display: none;
*/
	}
	#for .txt{
		width: 72vw;
		box-sizing: border-box;
	}
	#for .en{
		font-size: 3.0rem;
	}
	#for .block .img img{
		height: 100%;
		object-fit: cover;
	}
	#case .blockWrap{
		margin-top: 10vw;
	}
	#column.info .infoWrap .inner{
		padding-left: 4vw;
		padding-right: 4vw;
	}
	.info .infoWrap .inner + .inner{
		margin-top: 8vw;
	}
	.headline{
		font-size: 3.0rem;
	}
}
@media (orientation: landscape) and (max-width : 767px){


}