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

html,
body {
	padding: 0;
	margin: 0;
	font-size: 11px;
}
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 .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10
}
#cl .title h1 {
	position: absolute;
	top: 50%;
	left: 6%;
	width: 20%;
	transform: translate(0%,-50%);
	line-height: 0;
}
#cl .title .logo {
	position: absolute;
	top: 50%;
	right: 6%;
	width: 18%;
	transform: translate(0%,-50%);
	line-height: 0
}
@media only screen and (max-width: 768px)  {
	#cl .title h1 {
		position: fixed;
		top: 3%;
		left: 6%;
		width: 45%;
		transform: translate(0%);
	}
	#cl .title .logo {
		position: fixed;
		top: 4%;
		right: 6%;
		width: 28%;
		transform: translate(0%);
	}	
	
}


#cl .section {
	width: 100%;
	padding-top: 100vh;
	position: relative;

}
#cl .section.end {
	padding-bottom: 5%;

}
#cl .section .visual_box {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
    overflow: hidden;

    }
#cl .section .visual_box .box {
  position: fixed; 
  top: 0;
    left: 0;
    width:100%;
  height:100%;
    background: url("../img/main-02.webp") no-repeat center 10%;
    background-size: cover;
}
#cl .section:nth-of-type(2) .visual_box .box {
    background: url("../img/main-01.webp") no-repeat center 5%;
    background-size: cover;
}
#cl .section:nth-of-type(3) .visual_box .box {
    background: url("../img/main-03.webp") no-repeat center 18%;
    background-size: cover;
}
#cl .section:nth-of-type(4) .visual_box .box {
    background: url("../img/main-04.webp") no-repeat center 5%;
    background-size: cover;
}
#cl .section:nth-of-type(5) .visual_box .box {
    background: url("../img/main-05.webp") no-repeat center 15%;
    background-size: cover;
}
@media only screen and (max-width: 768px)  {
	#cl .section .visual_box .box {
		background: url("../img/main-02s.webp") no-repeat center;
		background-size: cover;
	}	
	#cl .section:nth-of-type(2) .visual_box .box {
		background: url("../img/main-01s.webp") no-repeat center;
		background-size: cover;
	}
	#cl .section:nth-of-type(3) .visual_box .box {
		background: url("../img/main-03s.webp") no-repeat center;
		background-size: cover;
	}
	#cl .section:nth-of-type(4) .visual_box .box {
		background: url("../img/main-04s.webp") no-repeat center;
		background-size: cover;
	}
	#cl .section:nth-of-type(5) .visual_box .box {
		background: url("../img/main-05s.webp") no-repeat center;
		background-size: cover;
	}
}


#cl .section .bg {
	background: #FFF;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 5%;
	box-sizing: border-box;
}
#cl .section .look {
	position: relative;
}
#cl .section .look .inner {
	position: relative;
}
#cl .section .look .item {
	z-index: 10;
}
#cl .section .look .item h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}
#cl .section .look .item a {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
	padding-right: 15px;
	margin-top: 15px;
	display: inline-block;
}
#cl .section .look .list a {
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	margin: 15px 0;
	padding-right: 150px;
	font-size: 12px;
}
#cl .section .look .list a.main {
	font-weight: 700;
}
#cl .section .look .list a span {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
	padding-right: 15px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
@media only screen and (max-width: 768px)  {
	#cl .section .look .item h2 {
		font-size: 16px;
	}
	#cl .section .look .item a {
		font-size: 12px;
	}
	#cl .section .look .list a {
		font-size: 10px;
	}
	#cl .section .look .list a span {
		font-size: 10px;
		border-bottom: 1px solid #000;

	}	
	
}



#cl .section:nth-of-type(1) .look .item {
	position: absolute;
	top: 10%;
	left: 53%;
}
#cl .section:nth-of-type(1) .look .list {
	position: absolute;
	bottom: 5%;
	left: 0%;
}
#cl .section:nth-of-type(1) .look .inner .img:nth-of-type(1) {
	width: 47%;
}
#cl .section:nth-of-type(1) .look .inner .img:nth-of-type(2) {
	width: 47%;
	margin: -35% 0 0 53%
}
@media only screen and (max-width: 768px)  {
	#cl .section:nth-of-type(1) .look .item {
		position: relative;
		top: auto;
		left: auto;
		margin: 10% 0 15%;
	}
	#cl .section:nth-of-type(1) .look .list {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 10% 0 15%;
	}
	#cl .section:nth-of-type(1) .look .inner .img:nth-of-type(1) {
		width: 75%;
		margin: 0 0 0 25%
	}
	#cl .section:nth-of-type(1) .look .inner .img:nth-of-type(2) {
		width: 75%;
		margin: 10% 0 0 0%
	}	
	
}

#cl .section:nth-of-type(2) .look .item {
	position: absolute;
	top: 0%;
	left: 0%;
}
#cl .section:nth-of-type(2) .look .list {
	position: absolute;
	top:  55%;
	left: 65%
}
#cl .section:nth-of-type(2) .look .inner .img:nth-of-type(1) {
	width: 60%;
	padding-top: 15%;
}
#cl .section:nth-of-type(2) .look .inner .img:nth-of-type(2) {
	width: 35%;
	position: absolute;
	top: 0;
	right: 0%;
}
@media only screen and (max-width: 768px)  {
	#cl .section:nth-of-type(2) .look .item {
		position: relative;
		top: auto;
		left: auto;
		margin: 10% 0 15%;
	}
	#cl .section:nth-of-type(2) .look .list {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 10% 0 15%;
	}
	#cl .section:nth-of-type(2) .look .inner .img:nth-of-type(1) {
		width: 100%;
		padding-top: 0%;
	}
	#cl .section:nth-of-type(2) .look .inner .img:nth-of-type(2) {
		width: 50%;
		position: relative;
		top: auto;
		right: auto;
		margin: 5% 0
	}	
	
}
#cl .section:nth-of-type(3) .look .item {
	position: absolute;
	top: 10%;
	left: 53%;
}
#cl .section:nth-of-type(3) .look .list {
	position: absolute;
	bottom: 5%;
	left: 0%;
}
#cl .section:nth-of-type(3) .look .inner .img:nth-of-type(1) {
	width: 47%;
}
#cl .section:nth-of-type(3) .look .inner .img:nth-of-type(2) {
	width: 47%;
	margin: -35% 0 0 53%
}
@media only screen and (max-width: 768px)  {
	#cl .section:nth-of-type(3) .look .item {
		position: relative;
		top: auto;
		left: auto;
		margin: 10% 0 15%;
	}
	#cl .section:nth-of-type(3) .look .list {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 10% 0 15%;
	}
	#cl .section:nth-of-type(3) .look .inner .img:nth-of-type(1) {
		width: 75%;
		margin: 0 0 0 0;
	}
	#cl .section:nth-of-type(3) .look .inner .img:nth-of-type(2) {
		width: 75%;
		margin: 10% 0 0 25%
	}	
	
}


#cl .section:nth-of-type(4) .look .item {
	position: absolute;
	top: 0%;
	left: 0%;
}
#cl .section:nth-of-type(4) .look .list {
	position: absolute;
	top:  55%;
	left: 65%
}
#cl .section:nth-of-type(4) .look .inner .img:nth-of-type(1) {
	width: 60%;
	padding-top: 15%;
}
#cl .section:nth-of-type(4) .look .inner .img:nth-of-type(2) {
	width: 35%;
	position: absolute;
	top: 0;
	right: 0%;
}
@media only screen and (max-width: 768px)  {
	#cl .section:nth-of-type(4) .look .item {
		position: relative;
		top: auto;
		left: auto;
		margin: 10% 0 15%;
	}
	#cl .section:nth-of-type(4) .look .list {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 10% 0 15%;
	}
	#cl .section:nth-of-type(4) .look .inner .img:nth-of-type(1) {
		width: 100%;
		padding-top: 0%;
	}
	#cl .section:nth-of-type(4) .look .inner .img:nth-of-type(2) {
		width: 50%;
		position: relative;
		top: auto;
		right: auto;
		margin: 5% 0
	}	
	
}



#cl .section:nth-of-type(5) .look .item {
	position: absolute;
	bottom: 0%;
	left: 0%;
}
#cl .section:nth-of-type(5) .look .list {
	position: relative;
	text-align: right;
}
#cl .section:nth-of-type(5) .look .inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 10px;
	margin-bottom: 70px;
}
@media only screen and (max-width: 768px)  {
	#cl .section:nth-of-type(5) .look .item {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 10% 0 15%;
	}
	#cl .section:nth-of-type(5) .look .list {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 10% 0 15%;
		text-align: left;
	}
	#cl .section:nth-of-type(5) .look .inner {
		grid-template-columns: 1fr 1fr;
		margin: 0;
	}
	#cl .section:nth-of-type(5) .look .inner .img:nth-of-type(3) {
		grid-column: 1/3;
		margin-top: 10px;
	}	
}

#cl .foot {
	background: #FFF;
	position: relative;
	z-index: 10;
	padding: 10% 0
}
#cl .foot .f_logo {
	width: 30%;
	margin: 0 auto 5%;
}
#cl .foot p {
	font-size: 12px;
	text-align: center;
	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 {
		padding: 30% 0
	}
	#cl .foot .f_logo {
		width: 60%;
		margin: 0 auto 10%;
	}
	#cl .foot p {
		font-size: 10px;
		line-height: 3;
		width: 90%;
		margin: 0 auto;
	}
	#cl .foot .cl {
		width: 50%;
		margin: 0 auto;
		padding: 35% 0 10%
	}
	#cl .foot .copy {
		font-size: 10px;
		text-align: center;
	}	
	
}


.anim {
	opacity: 0;
	transition: 1.4s all 0s ease;
}
.anim.ac {
	opacity: 1;
}



