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

html,
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,p,a {
	margin: 0;
	padding: 0;
	color: #e26e5f;
	text-decoration: none;
}
.spv {
	display: none;
}
#br {
	position: relative;
	background: #171d1e;
	font-family: "Hanken Grotesk", sans-serif;
}
@media only screen and (max-width: 768px)  {
	.spv {
		display: block;
	}
	.pcv {
		display: none;
	}
}


#main_visual {
	position: sticky;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100svh;
}
#main_visual .visual {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/visual-01.webp") no-repeat center;
	background-size: cover;
}
#main_visual .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 40%;
	line-height: 0;
	padding-bottom: 3%;
}
#main_visual .title h1 span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40%;
	transform: translate(-50%,0)
}
.logo {
	position: fixed;
	top: 25px;
	left: 25px;
	width: 6%;
	z-index: 10
}
.copy {
	position: fixed;
	top: 25px;
	right: 25px;
	width: 10%;
	z-index: 10
}
.concept {
	position: absolute;
	bottom: 25px;
	right: 25px;
	width: 36%;
	z-index: 10
}
@media only screen and (max-width: 768px)  {
	#main_visual .title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 80%;
		line-height: 0;
		padding-bottom: 6%;
	}
	.logo {
		top: 15px;
		left: 15px;
		width: 15%;
	}
	.copy {
		top: 15px;
		right: 15px;
		width: 2%;
	}
	.concept {
		bottom: 25px;
		right: 10%;
		width: 80%;
	}
}




#main_contents {
	padding: 5% 0;
	position: sticky;
	z-index: 1;
	background: #171d1e;
}
#main_contents .section {
	margin: 10% auto;
	position: relative;
	z-index: 10
}
#main_contents .section .look {
	width: 55%;
	margin-left:40%; 
}
#main_contents .section .look .img {
	width: 55%;
	margin: 20% 0
}
#main_contents .section .look .img:nth-of-type(1) {
	position: sticky;
	top: 0;
}
#main_contents .section .look .img:nth-of-type(2) {
	position: sticky;
	top: 0;
	margin-left: 45%;
}
#main_contents .section:nth-of-type(even) .look {
	margin-left:5%; 
}
#main_contents .section:nth-of-type(even) .look .img:nth-of-type(1) {
	position: sticky;
	top: 0;
	margin-left: 45%;
}
#main_contents .section:nth-of-type(even) .look .img:nth-of-type(2) {
	position: sticky;
	top: 0;
	margin-left: 0%;
}

@media only screen and (max-width: 768px)  {
	#main_contents {
		padding: 5% 0;
		position: sticky;
		z-index: 1;
		background: #171d1e;
	}
	#main_contents .section {
		margin: 0% auto;
		position: relative;
		z-index: 10;
		padding: 0% 0 25%
	}
	#main_contents .section .look {
		width: 100%;
		margin-left:0%; 
	}
	#main_contents .section .look .img {
		width: 85%;
		margin: 30% 0
	}
	#main_contents .section .look .img:nth-of-type(1) {
		position: sticky;
		top: 0;
		margin-left: 15%;
	}
	#main_contents .section .look .img:nth-of-type(2) {
		position: sticky;
		top: 0;
		margin-left: 0%;
	}
	#main_contents .section:nth-of-type(even) .look {
		margin-left:0%; 
	}
	#main_contents .section:nth-of-type(even) .look .img:nth-of-type(1) {
		margin-left: 0%;
	}
	#main_contents .section:nth-of-type(even) .look .img:nth-of-type(2) {
		margin-left: 15%;
	}

	
}






#main_contents .section .cover {
	  position: absolute;
	  top: 0;
	  left: 0%;
	  width: 100%;
	  height: 100%;
	  clip-path: inset(0); /* 切り抜き */
	  z-index: 1;
		overflow: hidden;
}
#main_contents .section .cover .inner {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}
#main_contents .section .cover .inner .data {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0,-50%);
}
#main_contents .section:nth-of-type(even) .cover .inner .data {
	left: auto;
	right: 10%;
}
#main_contents .section .cover .inner h3 {
	font-size: 14px;
	font-weight: 500;
}
#main_contents .section .cover .inner ul {
	position: relative;
	margin-top: 15%;
}
#main_contents .section .cover .inner ul li {
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px
}
#main_contents .section .cover .inner ul li a,#main_contents .section .cover .inner ul li p {
	position: relative;
}
#main_contents .section .cover .inner ul li a::after {
	content: "BUY";
	display: block;
	text-align: right;
	font-size: 10px;
	text-decoration: underline;
	
}
#main_contents .section .cover .inner ul li p::after {
	content: "COMING SOON";
	display: block;
	text-align: right;
	font-size: 10px;
	
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .cover .inner .data {
		position: absolute;
		top: auto;
		bottom: 5%;
		left: 2%;
		transform: translate(0);
	}
	#main_contents .section:nth-of-type(even) .cover .inner .data {
		right: 2%;
	}
	#main_contents .section .cover .inner h3 {
		font-size: 12px;
	}
	#main_contents .section .cover .inner ul {
		position: relative;
		margin-top: 15px;
	}
	#main_contents .section .cover .inner ul li {
		font-size: 10px;
		margin-bottom: 5px
	}
	#main_contents .section .cover .inner ul li a::after {
		font-size: 9px;
		display: inline-block;
		margin-left: 10px;

	}
	#main_contents .section .cover .inner ul li p::after {
		font-size: 9px;
		display: inline-block;
		margin-left: 10px

	}
	#main_contents .section:nth-of-type(even) .cover .inner h3,#main_contents .section:nth-of-type(even) .cover .inner li {
		text-align: right;
	}
}
#main_foot {
	position: sticky;
	z-index: 1;
	background: #171d1e;
	width: 100%;
	height: 100svh;
}

#main_foot .box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}
#main_foot .box .f_logo {
	max-width: 300px;
	width: 40%;
	margin: 0 auto;
	padding-bottom: 5%;
}
#main_foot .box .f_concept {
	max-width: 400px;
	width: 80%;
	margin: 0 auto;
}
@media only screen and (max-width: 768px)  {
#main_foot .box .f_logo {
		max-width: 300px;
		width: 40%;
		margin: 0 auto;
		padding-bottom: 20%;
	}
}

#main_visual {
	overflow: hidden;
}
#main_visual .visual {
	opacity: 0;
}
#main_visual.ac .visual {
	animation: visual_img 2s forwards 1.2s;
}
.logo,.copy,.title,.concept {
	opacity: 0;
}
.ac .logo,.ac .copy,.ac .concept {
	animation: title_img 2s forwards 2s;
}
.ac .title{
	animation: title_img 2s forwards;
}
.img {
	position: relative;
	overflow: hidden;
}
.img::before {
	content: "";
	background: #171d1e;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 1s all 0s ease;
	z-index: 10;
}
.img.on::before {
	top: -100%;
}
.img img {
	opacity: 0;
	transform: translate(0,50px);
	transition: 2s all 0s ease;
}
.img.on img {
	animation: fade_img 2s forwards;
}
@keyframes fade_img {
	0% {
		opacity: 0;
		transform: translate(0,50px);
		filter: grayscale(1);
	}
  50% {
    opacity: 1;
	  filter: grayscale(1);
  }
  100% {
    opacity: 1;
	  transform: translate(0);
	  filter: grayscale(0);
  }
}
@keyframes visual_img {
	0% {
		opacity: 0;
		transform: scale(1.1)
	}
  100% {
    opacity: 1;
	  transform: scale(1)
  }
}
@keyframes title_img {
	0% {
		opacity: 0;
	}
  100% {
    opacity: 1;
  }
}

