@charset "UTF-8";
/*html {visibility: hidden;}html.wf-active {visibility: visible;}*/
body{
	display: none;
}
h1{
	font-size: 1.4rem;
	font-weight: 400;
	white-space: nowrap;
}

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

.logoArea{
	margin: 10px 0 0 10px;
    position: relative;
}
.mainVisual{
		width: 100%;
		height: 100vh;
	}
.inner{
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
}
}
/*----------------------------------------------------------------------
about
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
service
----------------------------------------------------------------------*/
/*----------------------------------foot----------------------------------
--------------------------------------------------------------------*/

.footArea{
	width: 100%;
	height: 550px;
	background: url("../img/img-foot.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5%;
}
.footArea::before{
	content: "";
	display: block;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}

.foot-ttl{
	text-align: center;
	font-size: 6rem;
    font-family: 'brandon-grotesque', sans-serif;
    color: #fff;
	margin: 0;
	font-style: italic;
    letter-spacing: 0.08em;
	position: relative;
	font-weight: 100;
}
.foot-ttl::after{
	content: "";
	display: block;
	height: 30px;
	width: 2px;
	position: relative;
	background: #fff;
	margin: 20px auto 30px;
}
.footArea .cnt p{
	color: #fff;
	font-size: 2rem;
	letter-spacing: 0.08em;
	position: relative;
	margin-bottom: 44px;
}
.footArea .cnt a{
	display: block;
	position: relative;
	text-align: center;
	padding: 20px 40px;
	border: 1px #fff solid;
	color: #fff;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	transition: all .5s ease;
}
.footArea .cnt a:hover{
	background: #fff;
	color: #333;
	opacity: .6;
	transition: all .5s ease;
	border: 1px #333 solid;
}

@media all and (max-width: 520px) {
h1{
	font-size: 1rem;
	font-weight: 400;
	white-space: nowrap;
}
.footArea .cnt p{
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	position: relative;
	margin-bottom: 44px;
	text-align: center;
}
	.txt_j{
	text-align: justify;
}
}