@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;
}
#br {
	position: relative;
	font-family: "Hanken Grotesk","Noto Sans JP", sans-serif;
}
#contents {
	position: relative;
}
.img {
	line-height: 0;
	position: relative;
}
.pcv {
	display: none;
}
@media only screen and (min-width: 769px)  {
	.pcv {
		display: block;
	}	
	.spv {
		display: none;
	}	
}

.section {
	position: sticky;
	top: 0;
	height: 100vh;
	margin-bottom: 50%;
	/*margin: 10% auto;*/
}
.section#end {
	position: relative;
	top: 0;
	height: auto;
	margin-bottom: 0%;
	/*margin: 10% auto;*/
}
.section .inner {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
	box-sizing: border-box;
	padding:0 2%;
}
.section .no {
	position: absolute;
	top: 25px;
	left: 25px;
	font-size: 40px;
	font-weight: 600;
	z-index: 1;
	line-height: 1;
}
.section .list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.section .list li {
	position: absolute;
	z-index: 10;
	line-height: 1.4;
	width: 30%;
}


.section .list li a,.section .list li p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	color: #000;
	width: 100%;
	display: block;
	padding-bottom: 5px;
}
.section .list li::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
.section .list li a span,.section .list li p span {
	display: inline-block;
	font-size: 9px;
	position: relative;
	margin-left: 5px
}
.section .list li a::after {
	content: "BUY \02192";
	display: block;
	font-weight: 600;
	font-size: 9px;
	margin-top: 5px;
}
.section .list li p::after {
	content: "Coming soon";
	display: block;
	font-size: 9px;
	margin-top: 5px;
}
@media only screen and (min-width: 769px)  {
	#contents {

	}
	.section {
		position: relative;
		top: auto;
		height: auto;
		margin: 10% auto;
		width: 50%;
		max-width: 550px;
		z-index: 100
	}
	.section .inner {
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
		box-sizing: border-box;
		padding:0;
		margin: 0 auto;
	}
	#contents #top {
		width: 100vw;
		max-width: 100vw;
		height: 100svh;
		background: #fff;
		margin: 0;
	}
	.section .list li a,.section .list li p {
		font-size: 12px;
		margin: 0;
		padding: 0;
		position: relative;
		text-decoration: none;
		color: #000;
		width: 100%;
		display: block;
		padding-bottom: 5px;
	}
	.section#end {
		width: 10%;
		margin: 0 auto 5%
	}
}

#top {
	position: relative;
	height: auto;
	margin: 0;
}
#top h1 {
	width: 90%;
	padding: 10% 5%;
	line-height: 0;
}
#top h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 20% 5% 20%;
}
#top h2 img {
    width: 25%;
    display: block;
    margin: 0 auto 5%;
}
#top ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2px;
}
.copy {
	width: 80%;
	margin: 0 auto 20%;
}
.nav {
    position: fixed;
    top: 15px;
    left: 8%;
	text-align: right;
	width: 90%;
	opacity: 0;
	
}
.nav.ac {
	opacity: 1;
	
}
.nav a {
    color: #000;
    font-size: 10px;
    text-align: center;
	text-decoration: none;
	margin: 0 2px

}
.nav a span {
	display: none;
}
@media only screen and (min-width: 769px)  {
	#top h1 {
		position: fixed;
		top: 0;
		left: 0;
		width: auto;
		padding:0;
		margin: 0
	}	
	#top h1 img {
		width: auto;
		height: 100vh;
		box-sizing: border-box;
		padding: 10%;
	}	
	
	#top h2 {
		position: fixed;
		top: 5vw;
		right:2vw;
		padding: 0;
		text-align: right;
		font-size: 12px;
	}
	#top h2 img {
		width: 25%;
		display: block;
		margin: 0 0 5% 75%;
	}
	#top ul {
		position: absolute;
		bottom: 0;
		right: 0;
		display: grid;
		width: 80vw;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.copy {
		position: fixed;
		top: 5vw;
		left: 15%;
		width: 35%;
		margin: 0 auto;
	}
	.nav {
		display: block;
		position: fixed;
		top: auto;
		left: auto;
		bottom: 25px;
		right: 25px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		opacity: 1;
		width: auto;

	}
	.nav a {
		color: #000;
		font-size: 12px;
		display: block;
		text-align: left;
		text-decoration: none;
		margin: 10px 0 10px 25px;
		border-bottom: 1px solid #000

	}
	.nav a span {
		display: inline-block;
	}
}


#look1 .list li:nth-of-type(1) {
	top: 30%;
	left: 5%;
}
#look1 .list li:nth-of-type(2) {
	top: 21%;
	right:  5%;
	text-align: right;
}
#look1 .list li:nth-of-type(3) {
	top: 54%;
	right:  5%;
	text-align: right;
}
#look1 .list li:nth-of-type(4) {
	top: 60%;
	left:  5%;
	width: 20%;
}
#look1 .list li:nth-of-type(5) {
	top: 85%;
	left:  5%;
	width: 26%;
}


#look2 .list li:nth-of-type(1) {
	top: 21%;
	right:  5%;
	text-align: right;
}
#look2 .list li:nth-of-type(2) {
	top: 52%;
	right:  5%;
	text-align: right;
	width: 35%;
}
#look2 .list li:nth-of-type(3) {
	top: 55%;
	left:  5%;
	width: 20%;
}
#look2 .list li:nth-of-type(4) {
	top: 80%;
	left:  5%;
	width: 37%;
}


#look3 .list li:nth-of-type(1) {
	top: 21%;
	right:  5%;
	text-align: right;
}
#look3 .list li:nth-of-type(2) {
	top: 40%;
	left:  5%;
	width: 24%;
}
#look3 .list li:nth-of-type(3) {
	top: 55%;
	right:  5%;
	text-align: right;
}
#look3 .list li:nth-of-type(4) {
	top: 80%;
	left:  5%;
	width: 35%;
}


#look4 .list li:nth-of-type(1) {
	top: 20%;
	right:  5%;
	text-align: right;
}
#look4 .list li:nth-of-type(2) {
	top: 68%;
	left: 5%;
}
#look4 .list li:nth-of-type(3) {
	top: 46%;
	right:  5%;
	text-align: right;
}
#look4 .list li:nth-of-type(4) {
	top: 86%;
	left:  5%;
}
#look4 .list li:nth-of-type(5) {
	top: 36%;
	left:  5%;
}
#look4 .list li:nth-of-type(6) {
	top: 53%;
	left:  5%;
}


#look5 .list li:nth-of-type(1) {
	top: 60%;
	left:  5%;
}
#look5 .list li:nth-of-type(2) {
	top: 22%;
	right:  5%;
	text-align: right;
}
#look5 .list li:nth-of-type(3) {
	top: 18%;
	left:  5%;
}
#look5 .list li:nth-of-type(4) {
	top: 35%;
	right:  5%;
	text-align: right;
}
#look5 .list li:nth-of-type(5) {
	top: 60%;
	right:  5%;
	text-align: right;
	width: 20%;
}
#look5 .list li:nth-of-type(6) {
	top: 83%;
	left:  5%;
}


#look6 .list li:nth-of-type(1) {
	top: 30%;
	right:  5%;
	text-align: right;
}
#look6 .list li:nth-of-type(2) {
	top: 75%;
	left:  5%;
}
#look6 .list li:nth-of-type(3) {
	top: 22%;
	left:  5%;
}


#look7 .list li:nth-of-type(1) {
	top: 30%;
	left:  5%;
}

#look7 .list li:nth-of-type(2) {
	top: 22%;
	right:  5%;
	text-align: right;
}

#look7 .list li:nth-of-type(3) {
	top: 34%;
	right:  5%;
	text-align: right;
}
#look7 .list li:nth-of-type(4) {
	top: 64%;
	left:  5%;
}
#look7 .list li:nth-of-type(5) {
	top: 80%;
	right:  5%;
	text-align: right;
}
#look7 .list li:nth-of-type(6) {
	top: 56%;
	right:  5%;
	text-align: right;
}


#look8 .list li:nth-of-type(1) {
	top: 30%;
	left:  5%;
}
#look8 .list li:nth-of-type(2) {
	top: 40%;
	right:  5%;
	text-align: right;
}
#look8 .list li:nth-of-type(3) {
	top: 80%;
	right:  5%;
	text-align: right;
}
#look8 .list li:nth-of-type(4) {
	top: 60%;
	left:  5%;
}
#look8 .list li:nth-of-type(5) {
	top: 55%;
	right:  5%;
	text-align: right;
}

#look9 .list li:nth-of-type(1) {
	top: 25%;
	right:  5%;
	text-align: right;
}
#look9 .list li:nth-of-type(2) {
	top: 65%;
	left:  5%;
}
#look9 .list li:nth-of-type(3) {
	top: 25%;
	left:  5%;
}
#look9 .list li:nth-of-type(4) {
	top: 42%;
	left:  5%;
}
#look9 .list li:nth-of-type(5) {
	top: 82%;
	right:  5%;
	text-align: right;
}
#look9 .list li:nth-of-type(6) {
	top: 38%;
	right:  5%;
	text-align: right;
}


#look10 .list li:nth-of-type(1) {
	top: 20%;
	right:  5%;
	text-align: right;
}
#look10 .list li:nth-of-type(2) {
	top: 30%;
	left:  5%;
}
#look10 .list li:nth-of-type(3) {
	top: 60%;
	right:  5%;
	text-align: right;
}
#look10 .list li:nth-of-type(4) {
	top: 55%;
	left: 5%;
}
#look10 .list li:nth-of-type(5) {
	top: 80%;
	left: 5%;
}

#look11 .list li:nth-of-type(1) {
	top: 26%;
	left:  5%;
}
#look11 .list li:nth-of-type(2) {
	top: 44%;
	right:  5%;
	text-align: right;
}
#look11 .list li:nth-of-type(3) {
	top: 60%;
	right:  5%;
	text-align: right;
}
#look11 .list li:nth-of-type(4) {
	top: 55%;
	left: 5%;
}
#look11 .list li:nth-of-type(5) {
	top: 80%;
	left: 5%;
}


#look12 .list li:nth-of-type(1) {
	top: 26%;
	left:  5%;
}
#look12 .list li:nth-of-type(2) {
	top: 60%;
	left:  5%;
}
#look12 .list li:nth-of-type(3) {
	top: 35%;
	right:  5%;
	text-align: right;
}
#look12 .list li:nth-of-type(4) {
	top: 80%;
	right:  5%;
	text-align: right;
}



#top h1,#top h2,#top .copy {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
#top.ac h1,#top.ac h2,#top.ac .copy {
	opacity: 1;
}
#top ul li {
	opacity: 0;
	transition: 1s all 0s ease;
}
#top ul li:nth-of-type(1) {
	transition-delay: 0.1s;
}
#top ul li:nth-of-type(2) {
	transition-delay: 0.2s;
}
#top ul li:nth-of-type(3) {
	transition-delay: 0.3s;
}
#top ul li:nth-of-type(4) {
	transition-delay: 0.4s;
}
#top ul li:nth-of-type(5) {
	transition-delay: 0.5s;
}
#top ul li:nth-of-type(6) {
	transition-delay: 0.6s;
}
#top ul li:nth-of-type(7) {
	transition-delay: 0.7s;
}
#top ul li:nth-of-type(8) {
	transition-delay: 0.8s;
}
#top ul li:nth-of-type(9) {
	transition-delay: 0.9s;
}
#top ul li:nth-of-type(10) {
	transition-delay: 1s;
}
#top ul li:nth-of-type(11) {
	transition-delay: 1.1s;
}
#top ul li:nth-of-type(12) {
	transition-delay: 1.2s;
}
#top ul.ac li {
	opacity: 1;
}
#top ul li .img {
	filter: grayscale(0);
}
.section .list li {
	overflow: hidden;
}
.section .list li::before {
	left: 100%;
	transition: 0.8s all 1s ease;
}
.section .list.ac li::before {
	left: 0%;
}
.section .list li.rt::before {
	left: -100%;
	transition: 0.8s all 1s ease;
}
.section .list.ac li.rt::before {
	left: 0%;
}
.section .list li a,.section .list li p {
	opacity: 0;
	transition: 0.6s all 1.8s ease;
}
.section .list.ac li a,.section .list.ac li p {
	opacity: 1;
}
.img {
	filter: grayscale(1);
	transition: 2s all 0s ease;
}
.img.ac {
	filter: grayscale(0);
}




