@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	font-size: 11px;
	background: #929ba0;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,p,a {
	padding: 0;
	margin: 0;
}
.spv {
	display: none;
}
@media only screen and (max-width: 768px)  {
	.pcv {
		display: none;
	}	
	.spv {
		display: block;
	}	
}
#cl {
	position: relative;
	font-family: "Hanken Grotesk", sans-serif;
	letter-spacing: 1px;
}

#cl .section {
	position: relative;
}
#cl .section .bg {
	background: url("../img/look-01.webp") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}
#cl .section .bg h1 {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 25%;
	transform: translate(0%,-50%);
	padding: 0;
	margin: 0;
	line-height: 0;
}
@media only screen and (max-width: 768px)  {
	#cl .section .bg {
		background: url("../img/look-01s.webp") no-repeat center;
		background-size: cover;
		width: 100%;
		height: 100svh;
		position: relative;
	}
	#cl .section .bg h1 {
		position: absolute;
		top: auto;
		bottom: 5%;
		left: 5%;
		width: 55%;
		transform: translate(0);
		padding: 0;
		margin: 0;
		line-height: 0;
	}
	
}


#cl .section .list {
	margin: 10px 5%;
	position: relative;
}
#cl .section .list a {
	display: block;
	margin: 5px 0;
	color: #000;
	text-decoration: none;
}
@media only screen and (max-width: 768px)  {
	#cl .section .list {
		margin:5%;
		text-align: right;
	}
	
}


#cl .section:nth-of-type(2) {
	width: 60%;
	margin: 10% 0 0 40%;
}
#cl .section:nth-of-type(2) .list {
	text-align: right;
}
@media only screen and (max-width: 768px)  {
	#cl .section:nth-of-type(2) {
		width: 94%;
		margin: 25% 0 0 6%;
	}
	
}

#cl .section:nth-of-type(3) {
	width: 60%;
	margin: 10% 0 0 0%;
}
#cl .section:nth-of-type(3) .list {
	text-align: left;
}
@media only screen and (max-width: 768px)  {
	#cl .section:nth-of-type(3) {
		width: 94%;
		margin: 25% 0 0 0%;
	}
	#cl .section:nth-of-type(3) .list {
		text-align: right;
	}
}
#cl .section:nth-of-type(4) {
	width: 100%;
	margin: 10% 0 0 0%;
}
#cl .section:nth-of-type(4) .list {
	text-align: right;
}
@media only screen and (max-width: 768px)  {
	#cl .section:nth-of-type(4) {
		width: 100%;
		margin: 25% 0 0 0%;
	}
	
}

#cl .section:nth-of-type(5) {
	width: 60%;
	margin: 10% auto;
}
#cl .section:nth-of-type(5) .list {
	text-align: left;
	margin: 10px 0;
}
@media only screen and (max-width: 768px)  {
	#cl .section:nth-of-type(5) {
		width: 94%;
		margin: 25% auto;
	}
	#cl .section:nth-of-type(5) .list {
		text-align: right;
		margin: 5%;
	}
}



#cl .foot {
	margin: 15% auto;
	position: relative;
	width: 80%;
}
#cl .foot .f_logo {
	width: 20%;
	max-width: 150px;
}
#cl .foot h2 {
	font-size: 16px;
	font-weight: 600;
	margin: 25px 0;
	padding: 0;
}
#cl .foot p {
	font-size: 12px;
	line-height: 2;
}
#cl .foot .cl {
	width: 15%;
	margin: 0 auto;
	padding: 15% 0 5%
}
#cl .foot .copy {
	font-size: 10px;
	text-align: center;
}
@media only screen and (max-width: 768px)  {
	#cl .foot {
		margin: 25% auto;
		position: relative;
		width: 80%;
	}
	#cl .foot .f_logo {
		width: 30%;
		margin: 0 auto;
	}
	#cl .foot h2 {
		font-size: 16px;
		text-align: center;
	}
	#cl .foot p {
		font-size: 10px;
		line-height: 2;
	}
	#cl .foot .cl {
		width: 50%;
		margin: 0 auto;
		padding: 35% 0 10%
	}
	#cl .foot .copy {
		font-size: 10px;
		text-align: center;
	}

}
.anim {
	opacity: 0;
	filter: blur(10px);
	transform: translate(0,30px);
	transition: 1.5s all 0s ease;
}
.anim.ac {
	opacity: 1;
	filter: blur(0);
	transform: translate(0)
}
#cl .section:nth-of-type(1) {
	transform: translate(0);
}





