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

html,
body {
	padding: 0;
	margin: 0;
	position: relative;
	font-family: "Hanken Grotesk", sans-serif;
}
img {
	max-width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
h1,h2,h3,h4,p,a {
	padding: 0;
	margin: 0;
}
.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background:none;
  transition: opacity 2s, visibility 2s;
  z-index: 10000;
}
.is-loaded .js-loader {
  visibility: hidden;
  opacity: 0;
}

.js-loader-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height:100%;
}
.is-loaded .js-loader-progress {
  visibility: hidden;
  opacity: 0;
}
.js-loader-progress-bar.is-reverse {
  background: #fff;
  height: 50%;
  width: 100%;
  transition: width .4s;
	position: absolute;
	bottom: 0;
	right: 0;
}
.js-loader-progress-bar.is-normal {
  background: #000;
  height: 1px;
  width: 0%;
  transition: width .4s;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5px;
	
}
.js-loader-progress-number {
  text-align: right;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
	letter-spacing: 2px;
	box-sizing: border-box;
	z-index: 10;
	color: #000;
	position: absolute;
	top: 55%;
	right: 5%;
}
.js-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 10%;
	z-index: 100;
	mix-blend-mode: difference;
}
#br {
	position: relative;
	font-family: "Hanken Grotesk", sans-serif;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	letter-spacing: 1px;
	z-index: 10;
}
#header h1 {
	position: relative;
	font-size: 10px;
	padding: 20px;
	font-weight: 400;
	overflow: hidden;
	display: inline-block;
}
#header h2 {
	font-size: 10px;
	position: absolute;
	top: 20px;
	right: 20px;
	font-weight: 400;
	overflow: hidden;
	display: inline-block;
}
.title {
	font-size: 10px;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%,0%);
	font-weight: 400;
	overflow: hidden;
	display: inline-block;
	letter-spacing: 1px;
}
.title p {
	overflow: hidden;
	position: relative;
}
@media only screen and (min-width: 769px)  {
	#header {
		position: fixed;
		top: 0;
		left: 5%;
		width: 40%;
	}
	#header h1 {
		position: relative;
		font-size: 10px;
		padding: 40px 5%;
		font-weight: 400;
		overflow: hidden;
		display: inline-block;
	}
	#header h2 {
		font-size: 10px;
		position: absolute;
		top: 40px;
		right: 5%;
		transform: translate(0);
		font-weight: 400;
		overflow: hidden;
		display: inline-block;
	}
	.title {
		font-size: 10px;
		position: absolute;
		top: 40px;
		left: 50%;
		transform: translate(-50%,0%);
		font-weight: 400;
		overflow: hidden;
		display: inline-block;
	}

}

#main_area {
	position: relative;
/*    position: sticky;
	will-change: transform;
	transform:translateZ(0);
	z-index: 0;*/
}

#main_area .visual {
	position: relative;
	width: 100%;
	height: 100svh;
}
#main_area .visual .img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-60%);
	width: 60%;
	line-height: 0;
}


#main_area .index {
	position: relative;
	z-index: 10;
	padding: 10% 0 60vh;
	width: 86%;
	margin: 0 auto;
}
#main_area .index ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr ;
}
#main_area .index ul li {
	line-height: 0;
	position: relative;
	box-sizing: border-box;
	padding: 0 20%;
}
#main_area .index ul li:nth-of-type(1),#main_area .index ul li:nth-of-type(4),#main_area .index ul li:nth-of-type(7),#main_area .index ul li:nth-of-type(10) {
	margin-top: -30%;
}
#main_area .index ul li:nth-of-type(2),#main_area .index ul li:nth-of-type(5),#main_area .index ul li:nth-of-type(8),#main_area .index ul li:nth-of-type(11) {
	margin-top: 0%;
}
#main_area .index ul li:nth-of-type(3),#main_area .index ul li:nth-of-type(6),#main_area .index ul li:nth-of-type(9),#main_area .index ul li:nth-of-type(12) {
	margin-top: 30%;
}

#main_area .index ul li p {
	font-size: 9px;
	line-height: 2;
}
@media only screen and (min-width: 769px)  {
	#main_area .visual {
		position: sticky;
		top: 0;
		width: 50%;
		height: 100%;
		margin-left: 50%;
	}
	#main_area .visual .img {
		width: 100%;
		height: 100vh;
		position: relative;
		top: 0vh;
		left:0%;
		transform: translate(0);
		background: url("../img/visual.webp") no-repeat;
		background-size: cover;
		background-position: top;
	}
	#main_area .visual .img img {
		display: none;
	}
	#main_area .index {
		padding: 10% 0 60vh;
		width: 40%;
		margin: 0 0 0 5%;
	}
	#main_area .index ul li {
		padding: 0 25%;
	}
}


#main_logo {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#main_logo .logo {
	position: sticky;
	top: 152px;
	width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
	transform:translate(0);
	transition: 0.1s all 0s ease;

}
#main_logo .logo .inner {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#main_logo.ac {
	position: fixed;
}
#main_logo.ac .logo .inner {
	bottom: auto;
	top: 50%;
	transform: translate(0,-50%);
}


#main_logo .logo .inner .b_logo {
	display: block;
	margin:0 auto 10%;
	width: 100%;
	overflow: hidden;
}
#main_logo .logo .inner h3 {
	font-size: 10px;
	width: 82%;
	margin: 0 auto;
	font-weight: 500;
	line-height: 1.8;
}
@media only screen and (min-width: 769px)  {
	#main_logo {
		width: 50%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0%;
	}
	#main_logo .logo .inner .b_logo {
		margin:0 auto 5%;
	}
	#main_logo .logo .inner h3 {
		font-size: 9px;
		width: 40%;
	}
}



#main_contents {
	position: relative;
	margin: 0 auto 0;
	padding-top: 34vh;
}
#main_contents .inner {
	background: #fff;
	position: sticky;
}

#main_contents .section {
	position: relative;
	margin: 0% auto 45%;
}
#main_contents .section:nth-last-of-type(1) {
	margin: 0 auto;
}
#main_contents .section .look {
	position: relative;
}
.section .img,.section .main {
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.section .list {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
}
.section .list li {
	display: inline-block;
	margin: 1% 2%;
}
.section .list li a {
	position: relative;
	font-size: 10px;
	color: #000;
}
.section .list li a::after {
	content: "BUY";
	border: 1px solid #000;
	border-radius: 100px;
	padding: 0 5px;
	margin-left: 10px;
}
.section .no {
	font-size: 10px;
	text-align: right;
	letter-spacing: 1px;
	padding: 5% 2%;
	line-height: 1;
	
}
@media only screen and (min-width: 769px)  {
	#main_contents {
		width: 45%;
		margin: 0 0 0 50%;
		padding-top: 34vh;
	}
	#main_contents .section {
		position: relative;
		margin: 0% auto 25%;
	}
}


#no1 .img:nth-of-type(1) {
	width: 94%;
	margin: 0 auto;
}
#no1 .img:nth-of-type(2) {
	width: 50%;
	margin: 5% 3% 0;
}

#no2 .look {
	width: 86%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
}

#no3 .img:nth-of-type(1) {
	width: 70%;
	margin: 0 0 0 30%;
}
#no3 .img:nth-of-type(2) {
	width: 50%;
	margin: 5% 3% 0;
}

#no4 .img:nth-of-type(1) {
	width: 94%;
	margin: 0 auto;
	padding-top: 10%;
}
#no4 .img:nth-of-type(1) span {
	display: block;
	position: absolute;
	top: 0;
	right: 3%;
	width: 40%;
	line-height: 0;
	overflow: hidden;
}
#no4 .img:nth-of-type(2) {
	width: 66%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
	margin: 5% 3% 0;
}

#no5 .img:nth-of-type(1) {
	width: 50%;
	margin: 0 0 0 47%;
}
#no5 .img:nth-of-type(2) {
	width: 94%;
	margin: 5% auto 0;
}

#no6 .copy {
	position: absolute;
	top: 50%;
	right: 15%;
	width: 8px;
	transform: translate(0,-50%);
}
#no6 .img:nth-of-type(1) {
	width: 65%;
	margin: 0 3%
}
#no6 .img:nth-of-type(2) {
	width: 65%;
	margin: 2% 3% 0
}

#no7 .img:nth-of-type(1) {
	width: 94%;
	margin: 0 auto
}
#no7 .img:nth-of-type(2) {
	width: 50%;
	margin: 5% 0 0 47%;
}
#no8 .img:nth-of-type(1) {
	width: 55%;
	position: absolute;
	top: 0;
	left: 0;
}
#no8 .img:nth-of-type(2) {
	width: 40%;
	margin: 0 0 0 60%;
}
#no8 .img:nth-of-type(3) {
	width: 40%;
	margin: 2% 0 0 60%;
}

#no9 .img:nth-of-type(1) {
	width: 50%;
	margin: 0 auto;
}
#no9 .img:nth-of-type(2) {
	width: 94%;
	margin: 5% auto 0;
}

#no10 .img:nth-of-type(1) {
	width: 65%;
	margin: 0;
}
#no10 .img:nth-of-type(2) {
	width: 60%;
	margin: 5% 0 0 37%;
}

#end .logo {
	position: absolute;
	bottom: 5%;
	left: 10%;
	width: 80%;
	filter: invert(1);
	line-height: 0;
	
}
#end .sns {
	font-size: 10px;
	text-align: center;
	margin: 15% auto;
	letter-spacing: 1px;
}
#end .sns a {
	color: #000;
	margin: 15px;
	display: inline-block;
}
#end .sns p {
	margin-top: 5%;
}
@media only screen and (min-width: 769px)  {
	
	
}







/*#br {
	background: #000;
	transition: 1.2s all 0s ease;
}
.is-loaded #br {
	background: none;
}*/
/*#main_area .visual {
	opacity: 0;
	transition: 2s all 0s ease;
}
.is-loaded #main_area .visual {
	opacity: 1;
}*/
#main_area .visual .img {
	overflow: hidden;
}
#main_area .visual .img img {
	transition: 2s all 0s ease;
	transform: scale(2)
}
.is-loaded #main_area .visual img {
	transform: scale(1)
}
#main_area .visual .img::before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: 1s all 0s ease;
	
}
.is-loaded #main_area .visual .img::before {
	top: -100%
}


#main_logo .logo .inner .b_logo img {
	filter: invert(0);
	transition: 0.8s all 0s ease;
}
.is-loaded #main_logo .logo .inner .b_logo img {
	filter: invert(0);
}

#header h1::before,#header h2::before,.title p::before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: 1s all 0s ease;
}
.is-loaded #header h1::before,.is-loaded #header h2::before,.is-loaded .title p::before {
	left: 100%;
}

#main_area .index ul li img {
	opacity: 0;
	transform: translate(0,40px);
	transition: 1.2s all 0s ease;
}
#main_area .index ul li:nth-of-type(1) img,#main_area .index ul li:nth-of-type(4) img,#main_area .index ul li:nth-of-type(7) img,#main_area .index ul li:nth-of-type(10) img {
	transition-delay: 0.1s;
}
#main_area .index ul li:nth-of-type(2) img,#main_area .index ul li:nth-of-type(5) img,#main_area .index ul li:nth-of-type(8) img,#main_area .index ul li:nth-of-type(11) img {
	transition-delay: 0.2s;
}
#main_area .index ul li:nth-of-type(3) img,#main_area .index ul li:nth-of-type(6) img,#main_area .index ul li:nth-of-type(9) img,#main_area .index ul li:nth-of-type(12) img {
	transition-delay: 0.3s;
}
#main_area .index ul li.ac img {
	opacity: 1;
	transform: translate(0);
}

/*#main_logo {
	opacity: 0;
	transform: translate(0,40px);
	transition: 0.6s all 0s ease;
}
#main_logo.on {
	opacity: 1;
	transform: translate(0)
}*/
#main_logo .logo .inner .b_logo {
	transition: 1.2s all 0s ease;
}
#main_logo .logo .inner .b_logo.ac {
	width: 70%;
}
#main_logo .logo .inner h3 {
	opacity: 0;
	transition: 1.4s all 0.1s ease;
}
#main_logo .logo .inner h3.ac {
	opacity: 1;
}

@media only screen and (min-width: 769px)  {
	#main_logo .logo .inner .b_logo.ac {
		width: 26%;
	}
	
}

.section .img {
	overflow: hidden;
	opacity: 0;
	transition: 1.6s all 0s ease;
}
.section .img.ac {
	opacity: 1;
}
#no4 .img:nth-of-type(1) span {
	clip-path: inset(0 100% 0 0);
	z-index: 10
}
#no4 .img.ac:nth-of-type(1) span { 
  animation: reveal 1s ease 0.5s forwards;
}
@keyframes reveal {
  to {
    clip-path: inset(0 0 0 0); /* 全部表示 */
  }
}
/*.section .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 10;
	transition: 1s all 0s ease;
}
.section .img.ac::before {
	left: -100%;
}*/