

/*****************************

privatew__mv

******************************/

.privatew__mv{
	margin-bottom: 56px;
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin-top: 80px;
}

.privatew__mv img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 0% 60%;
}

@media screen and (max-width: 1023px) {
	.privatew__mv{
		margin-top: 72px;
	}

}


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

	.privatew__mv{
		margin-bottom: 15px;
		height: auto;
		margin-top: 54px;
	}


}


/*****************************

privatew__film

******************************/

.privatew__film h2{
	text-align: center;
	margin-bottom: 46px;
}

.privatew__film h2 span{
	font-size: 43px;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
}

.privatew__film h2 span:first-letter{
	font-size: 64px;
	color: #00006E;
}

.privatew__film  i{
	width: 144px;
	display: block;
	margin: 0 auto -30px;
}

@media screen and (max-width: 767px) {
	.privatew__film h2{
		margin-bottom: 25px;
	}

	.privatew__film h2 span{
		font-size: 27px;
		margin-bottom: 0px;
		margin-right: 10px;
	}

	.privatew__film h2 span:first-letter{
		font-size:40px;
	}

	.privatew__film  i{
		width: 79px;
		margin: 0 auto -10px;
	}
}



/*****************************

privatew__cont

******************************/

.privatew__cont{
	position: relative;
	background-color: #F7F7F7;
	padding: 100px 0 30px;
	margin-bottom: 115px;
}

.privatew__cont h3{
	position: absolute;
	font-weight: 100;
	font-style: italic;
	letter-spacing: .08em;
	font-size: 40px;
	top: -20px;
	left: 12%;
	color: #1E1E1E;
}

.privatew__cont h3::before{
	content: "";
	width: 1px;
	height: 32px;
	background-color: #707070;
	transform: rotate(15deg);
	display: inline-block;
	margin-right: 24px;
}

.privatew__cont ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 800px;
	width: 70%;
	margin: 0 auto;
}

.privatew__cont ul li{
	width: 43%;
	margin-bottom: 114px;
}

.privatew__cont ul li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.privatew__cont ul li a::before{
	content: "";
	background-color: rgba(0,0,0,.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s; 
}

.privatew__cont ul li a.hover::before{
	opacity: 1;
}

.privatew__cont ul li a p{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: .1em;
	line-height: 1;
	opacity: 0;
	transition: opacity .3s, transform .3s;
	transform: translateY(-8px);
}

.privatew__cont ul li a.hover p{
	opacity: 1;
	transform: translateY(0px);
}

.privatew__cont ul li a p small{
	width: 100%;
	font-size: 22px;
	font-weight: 100;
	font-style: italic;
	text-align: center;
	display: block;
	margin-top: 5px;
}

.privatew__digital .privatew__cont{
   background-color: rgba(222,214,202,.8);
   margin-bottom: 0;
}


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

	.privatew__cont{
		padding: 40px 0 20px;
		margin-bottom: 63px;
	}

	.privatew__cont h3{
		font-size: 24px;
		top: -15px;
		left: 40px;
	}

	.privatew__cont h3::before{
		height: 22px;
		margin-right: 16px;
	}

	.privatew__cont ul li{
		width: 46%;
		margin-bottom: 8%;
	}

	.privatew__cont ul li a{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.privatew__cont ul li a::before{
		display: block;
		opacity: 1;
		background-color: rgba(30,30,30,.3);
	}

	.privatew__cont ul li a p{
		font-size: 17px;
		opacity: 1;
		transform: translateY(0px);
		z-index: 2;
	}

	.privatew__cont ul li a p small{
		font-size: 10px;
		margin-top: 0px;
	}

	.privatew__digital .privatew__cont{
	   background-color: rgba(222,214,202,.8);
	   margin-bottom: 0;
	}

}


/*****************************

privatew__single__ttl

******************************/

.privatew__single__ttl{
	position: relative;
	margin: 227px 0 153px;
}

.privatew__single__ttl::before{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #1E1E1E;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.privatew__single__ttl h1{
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.privatew__single__ttl h1 span{
	background-color: #fff;
	padding: 0 50px;
	margin-left: 70px;
	display: inline-block;
}

.privatew__single__ttl h1 span small{
	font-size: 30px;
	font-weight: 200;
	font-style: italic;
	margin-left: 18px;
	letter-spacing: .1em;
}

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

	.privatew__single__ttl{
		margin: 114px 0 40px;
	}

	.privatew__single__ttl::before{
		display: none;
	}

	.privatew__single__ttl h1{
		font-size: 22px;
		font-weight: 500;
		letter-spacing: 0.2em;
		text-align: center;
	}

	.privatew__single__ttl h1 span{
		padding: 0;
		margin-left: 0px;
	}

	.privatew__single__ttl h1 span small{
		font-size: 16px;
		font-weight: 400;
		margin-left: 16px;
	}

	.privatew__single__ttl h1 span small::before{
		content: "";
		width: 14px;
		height: 1px;
		margin-bottom: 4px;
		margin-right: 16px;
		display: inline-block;
		background-color: #707070;
	}

}


/*****************************

privatew__single__images

******************************/

.privatew__single__images{
	text-align: center;
}

.privatew__single__images img{
	width: auto;
	display: block;
	margin: 0 auto 200px;
}

.privatew__single__images.medium img{
	margin: 0 auto 110px;
}

.privatew__single__images img.medium{
	max-width: 80%;
}

.privatew__single__images.medium img.medium{
	max-width: 64%;
}

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

	.privatew__single__images img,
	.privatew__single__images.medium img{
		margin-bottom: 32px;
	}
	
}

/*****************************

privatew__single__images__iphone

******************************/

.privatew__single__images__iphone img{
	width: auto;
}

.privatew__single__images__iphone ul{
	max-width: 940px;
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 90px;
}

.privatew__single__images__iphone ul li:first-child{
	width: 100%;
	text-align: center;
	margin-bottom: 90px;
}

.privatew__single__images__iphone ul li:nth-child(2){
	margin-top: 361px;
	margin-right: 82px;
}

.privatew__single__images__iphone ul:nth-child(2n) li:nth-child(2){
	margin-top: 0;
}

.privatew__single__images__iphone ul:nth-child(2n) li:nth-child(3){
	margin-top: 361px;
}

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

.privatew__single__images__iphone ul{
	margin: 0 auto 8%;
}

.privatew__single__images__iphone ul li:first-child{
	width: 100%;
	text-align: center;
	margin-bottom:8%;
}

.privatew__single__images__iphone ul li:first-child img{
	width: 50%;
}

.privatew__single__images__iphone ul li:nth-child(2),
.privatew__single__images__iphone ul li:nth-child(3){
	width: 40%;
}

.privatew__single__images__iphone ul li:nth-child(2){
	margin-top: 30%;
	margin-right: 8%;
}

.privatew__single__images__iphone ul:nth-child(2n) li:nth-child(2){
	margin-top: 0;
}

.privatew__single__images__iphone ul:nth-child(2n) li:nth-child(3){
	margin-top: 30%;
}

}

/*****************************

privatew__single__link

******************************/

.privatew__single__link{
	text-align: center;
	margin-bottom: 105px;
}

.privatew__single__link a{
	font-weight: 500;
	font-size: 16px;
}

.privatew__single__link em{
	font-size: 22px;
	letter-spacing: .08em;
	position: relative;
}

.privatew__single__link em::after{
	content: "";
	width: 0%;
	height: 1px;
	background-color: #010022;
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	transition: .3s;
}

.privatew__single__link a.hover em::after{
	width: 100%;
}

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

	.privatew__single__link{
		margin-bottom: 30px;
	}

	.privatew__single__link a{
		font-size: 12px;
	}

	.privatew__single__link em{
		font-size: 15px;
	}

	.privatew__single__link em::after{
		display: none;
	}

}
