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

html,
body {
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
h1,h2,h3,p {
	margin: 0;
	padding: 0;
}

#br {
	position: relative;
	font-family: "Courier Prime", monospace;
	font-size: 12px;
}
@media only screen and (min-width: 769px)  {
	
}

.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background:#fff;
  transition: opacity 1s, visibility 1s;
  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: none;
  height: 100%;
  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;
}



#main_contents {
	position: relative;

}
#main_contents .visual {
		position: relative;
		width: 100%;
	margin-bottom: 0%;
	box-sizing: border-box;
	padding:0;
	background-image : linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
	background-size: 8px 1px;
	background-position: left bottom; 
	background-repeat: repeat-x; 
	height: 100svh;
}

	#main_contents .visual .top_img {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 0;
		transform: translate(0,-55%);
		margin: 0;

	}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
	
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
	width: auto
}
	.scroll-infinity__list:nth-of-type(2) {
		display: flex;
	}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.1s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2.5);
	margin: 5px;
}
.scroll-infinity__item>img {
  width: 100%;
}

/*

.scroll-infinity__list {
	position: relative;
	width: 100%;
	margin: 10% auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr ;
}
.scroll-infinity__list:nth-of-type(2) {
	display: none;
}*/
#main_contents .visual .top_img img {
	box-sizing: border-box;
}
#main_contents .visual .consept {
	position: absolute;
	bottom: 5%;
	right: 5%;
	width: 90%;
	font-size: 10px;
}
#main_contents .visual .consept .logo {
	width: 28%;
	margin:10% 0 0 72%
}
#main_contents .title {
	line-height: 0;
	width: 45%;
	margin: 0;
	position: absolute;
	top: 10%;
	left: 5%;
	z-index: 10
}

#main_contents .section .title {
	line-height: 0;
	width: 45%;
	margin: 0;
	position: absolute;
	top: 7.5%;
	left: 5%;
	z-index: 10
}
#main_contents .title span {
	display: block;
	width: 30%;
	margin: 5% 0;
}

@media only screen and (min-width: 769px)  {
	#main_contents {
		padding-top: 100vh;
	}
	#main_contents .visual {
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		padding: 0;
	}
	#main_contents .visual .top_img {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
		margin: 0;

	}

	#main_contents .visual .top_img img {
		box-sizing: border-box;
	}
	#main_contents .visual .consept {
		position: absolute;
		bottom: 5%;
		right: 5%;
		transform: translate(0%,0);
		width: 25%;
		font-size: 10px;
	}
	#main_contents .visual .consept .logo {
		width: 20%;
		margin:10% 0 0 80%;
	}
	#main_contents .visual .title {
		line-height: 0;
		width: 15%;
		margin: 0;
		position: absolute;
		top: 10%;
		left: 5%;
		transform: translate(0%,0);
	}
	#main_contents .section .title {
		line-height: 0;
		width: 45%;
		margin: 0;
		position: absolute;
		left: 5%;
		z-index: 10
	}
	.scroll-infinity__list--left {
	  animation: infinity-scroll-left 30s infinite linear 0.1s both;
	}
	.scroll-infinity__item {
	  width: calc(100vw / 7);
	}

}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

#main_contents .look {
	position: relative;
		background: #dbb045

}
#main_contents .section {
	position: relative;
	padding: 15% 0;
	background-image : linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 8px);
	background-size: 8px 1px;
	background-position: left bottom; 
	background-repeat: repeat-x;
	overflow: hidden;


}
#main_contents .section:nth-last-of-type(1) {
	background: none;
	margin-bottom: 0;
}
@media only screen and (min-width: 769px)  {

	#main_contents .look {
		width: 30%;
		min-width: 450px;
		margin: 0 auto;
		padding-top: 5%;
	}
	#main_contents .section .title {

	}

}



#main_contents .section .main {
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing:border-box;
	border-radius:5px;

}
#main_contents .section .main .img {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	line-height: 0;
	background: #dbb045
}
#main_contents .section .main .img img {
	border-radius:5px;
	overflow: hidden;
	display: block;
}
#main_contents .section .main .no {
	writing-mode: vertical-rl;
	position: absolute;
	top: 0;
	right: 5%;
	font-size: 14px;
}
#main_contents .section .data {
	position: relative;
	width: 100%;
	margin: 0 auto;
	box-sizing:border-box;
	padding: 0 5%;
}
#main_contents .section .data li {
	margin: 6px 0;
}
#main_contents .section .data li a,#main_contents .section .data li p {
	position: relative;
	color: #000;
}
#main_contents .section .data li a::after {
	content: "buy";
	font-size: 10px;
	margin-left: 5px;
	border-bottom: 1px solid #000
}
#main_contents .section .data li p::after {
	content: "coming soon";
	font-size: 10px;
	margin-left: 5px;
}
#main_contents .section .logo {
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 20%;
}
@media only screen and (min-width: 769px)  {


}
#main_contents .section .copyright {
	padding: 15% 0;
	text-align: center;
	font-size: 12px;
}



/**/

/*#main_contents .section {
	opacity: 0;
	transition: 1.4s all 0s ease;
}
#main_contents .section.in {
	opacity: 1
}*/
#main_contents .section .main .img {
	position: absolute;
	width: 90%;
	top: 0;
	left: 5%;
	opacity: 0;
	padding: 15% 0 5%

}
#main_contents .section.in .main .img {
    animation: switch 0.4s forwards 0s;
}
#main_contents .section.in .main .img:nth-of-type(1) {

}
#main_contents .section.in .main .img:nth-of-type(2) {
	animation-delay: 1s
}
#main_contents .section.in .main .img:nth-of-type(3) {
	animation-delay: 1.4s
}
#main_contents .section.in .main .img:nth-of-type(4) {
	animation-delay: 1.8s
}
#main_contents .section.in .main .img:nth-of-type(5) {
	animation-delay: 2.2s
}
#main_contents .section.in .main .img:nth-of-type(6) {
	animation-delay:3s;

}
#main_contents .section .main .img:nth-of-type(7),#main_contents .section.in .main .img:nth-of-type(7) {
	position: relative;
	opacity: 1;
	animation: none;
	z-index: -1
}

@media only screen and (min-width: 769px)  {
/*	#main_contents .section .main .img {
		width: 100%;
		left: 0%;
		padding: 0 5% 0 0

	}
	#main_contents .section.in .main .img:nth-of-type(6) {
		margin-top: 0%;

	}*/
}

@keyframes switch {
	0% {
	  opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


#main_contents .title path {
	opacity: 0;
	transition: 0s all 0.1s ease;
}
#main_contents .title path:nth-of-type(2) {
	transition-delay: 0.17s;
}
#main_contents .title path:nth-of-type(3) {
	transition-delay: 0.24s;
}
#main_contents .title path:nth-of-type(4) {
	transition-delay: 0.31s;
}
#main_contents .title path:nth-of-type(5) {
	transition-delay: 0.38s;
}
#main_contents .title path:nth-of-type(6) {
	transition-delay: 0.45s;
}
#main_contents .title path:nth-of-type(7) {
	transition-delay: 0.52s;
}
#main_contents .title path:nth-of-type(8) {
	transition-delay: 0.59s;
}
#main_contents .title path:nth-of-type(9) {
	transition-delay: 0.66s;
}
#main_contents .title path:nth-of-type(10) {
	transition-delay: 0.73s;
}
#main_contents .in .title path {
	opacity: 1;
}

#main_contents .section .main .no {
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
	transition: 1s all 0.5s ease;
}
#main_contents .section .data {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: 2s all 1s ease;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .data {
		transition: 2s all 0.5s ease;
	}
}

#main_contents .section.in .main .no,#main_contents .section.in .data {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
#main_contents .visual ul li {
	opacity: 0;
	transition: 0.5s all 0s ease;
	
}
#main_contents .visual ul li:nth-of-type(2) {
	transition-delay: 0.1s;	
}
#main_contents .visual ul li:nth-of-type(3) {
	transition-delay: 0.2s;	
}
#main_contents .visual ul li:nth-of-type(4) {
	transition-delay: 0.3s;	
}
#main_contents .visual ul li:nth-of-type(5) {
	transition-delay: 0.4s;	
}
#main_contents .visual ul li:nth-of-type(6) {
	transition-delay: 0.5s;	
}
#main_contents .visual ul li:nth-of-type(7) {
	transition-delay: 0.6s;	
}
#main_contents .visual ul li:nth-of-type(8) {
	transition-delay: 0.7s;	
}
#main_contents .visual ul li:nth-of-type(9) {
	transition-delay: 0.8s;	
}
#main_contents .visual ul li:nth-of-type(10) {
	transition-delay: 0.9s;	
}
#main_contents .visual.in ul li {
	opacity: 1
}
#main_contents .visual .consept {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: 0.8s all 0s ease
}
#main_contents .visual.in .consept {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	opacity: 1;
}
#main_contents .visual {
	background: #dbb045;
}
.scroll-infinity__item {
	transition: 1s all 0s ease;
	background: #dbb045;
	
}
.scroll-infinity__item img {
    display: block;
    width: 100%;
    mix-blend-mode: multiply;
}
@media only screen and (min-width: 769px)  {
#main_contents .visual.out .scroll-infinity__item img {
	filter: grayscale(1)
}
#main_contents .visual.out {

	background: #dbb045
	
}
}