@charset "UTF-8";



/*  ----------------------------------------------------------

layout

----------------------------------------------------------  */
article {
	display: flex;
}
article > * {
	width: 50%;
}
article > * > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;	
}
article .logo {
	display: flex;
	justify-content: center;
}
article .logo img {
	width: auto;
	height: 7.2rem;
	display: block;
	transition: all .3s;
}
article figure {
	display: flex;
	justify-content: center;
	margin: 14rem 0 3rem 0;
	transition: all .3s;
}
article figure img {
	width: auto;
	height: 13rem;
	display: block;
}
article .more {
	display: flex;
	justify-content: center;
	align-items: center;
}
article .more span {
	border-bottom: solid 0.12rem #fff;
	padding: 0 0.5rem 0.3rem 0.5rem;
}
article .more i {
	font-size: 1.2rem;
	margin-top: 0.1rem;
	margin-left: 1.5rem
}
@media screen and (max-width: 768px) {
	article {
		display: block;
	}
	article > * {
		width: 100%;
	}
	article > * > a {
		height: 50dvh;	
	}	
	article .logo img {
		height: 4.8rem;
	}
	article figure {
		margin: 4rem 0 2rem 0;
	}
	article figure img {
		height: 12rem;
	}	
}



/*  ----------------------------------------------------------

laclub

----------------------------------------------------------  */
.top-laclub {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
}



/*  ----------------------------------------------------------

sushitime

----------------------------------------------------------  */
.top-sushitime {
	background: url(../img/top-bg-2.jpg) no-repeat center / cover;
}