@charset "utf-8";

#title{
	padding: 160px 0 120px;	
}

#about{
	margin: 0 auto;
}

#about>ul{
	display: block;
	letter-spacing: -0.4em;
	margin: 0 auto 120px;
	padding: 0;
	line-height: 0;
}
#about>ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin: 0 auto;
	width: 40%;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#about>ul>li img{
	max-width: 100%;
	height: auto;
}
#about>ul>li.tex{
	width: 55%;
	background: none;
	margin: 0 4% 0 0;
}
#about>ul>li.tex h2{
	font-size: 2.4rem;
	text-align: right;
	line-height: 140%;
	margin: 20px auto 0;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
}
#about>ul>li.tex p{
	font-size: 1.8rem;
	line-height: 200%;
	text-align: left;
}


#about>.text{
	background: #FBF9F8;
	padding: 120px 0 160px;
	position: relative;
	margin: 0 auto;
}
#about>.text:before{
	position: absolute;
	top: -30px;
	left: 50%;
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	margin-left: -30px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#about>.text h2{
	font-size: 3rem;
	font-weight: 100;
	line-height: 100%;
	margin: 0 auto 40px;
	font-family: 'Playfair Display', serif;
}
#about>.text p.tex{
	font-size: 1.8rem;
	line-height: 200%;
	margin: 0 auto 2em;
	max-width: 940px;
	text-align: left;
}
#about>.text p.signature{
	text-align: center;
	margin: 0 auto 60px;
	line-height: 0;
}
#about>.text p.signature img{
	width: auto;
	height: 60px;
}
#about>.text p.img{
	line-height: 0;
	margin: 0 auto 60px;
}
#about>.text p.img img{
	max-width: 100%;
	height: auto;
}
#about>.text p.movie{
	width: 100%;
	background: #000;
}
#about>.text p.movie video{
	width: 100%;
	height: auto;
}
#about>.text p.movie video:focus{
	outline: none;
}




@media (max-width: 767px){
	
	#about{
		margin-bottom: 0;
	}
	#about>ul{
		margin-bottom: 60px;
	}
	#about>ul>li{
		width: 100%;
	}
	#about>ul>li.tex{
		width: 100%;
		margin: 0 auto;
		padding: 20px 10px 0;
	}
	#about>ul>li.tex h2{
		font-size: 2rem;
	}
	#about>ul>li.tex p{
		font-size: 1.4rem;
	}
	
	#about>.text{
		padding: 90px 0;
	}
	#about>.text h2{
		font-size: 2.4rem;
	}
	#about>.text p.img{
		bottom: -150px;
	}
	#about>.text p.tex{
		font-size: 1.4rem;
	}
	#about>.text p.signature img{
		height: auto;
		width: 100%;
	}
}