@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
html,
body {
	padding: 0;
	margin: 0;
}
img,svg image, svg mask,#mask,video {
    width: 100%;
    height: auto;
}	
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000
}


#br {
	width: 100%;
	position: relative;
	font-size: 10px;
	line-height: 2;
	font-family: "Public Sans", sans-serif;
	

}
#br .img {
	line-height: 0;
}
#main_visual {
	width: 100%;
	background: #000;
	position: relative;
	position: sticky;
	transition: 1s all 1s ease;
}
#main_visual.ac {
	background: #ddd;
}
/*#main_visual .visual {
	position: absolute;
	top: 0;
	left: 2.5%;
	width:95%;
	height: 100%;
	background: url("../img/main-p.jpg") no-repeat center;
	background-size: cover;
	opacity: 0;
	transform-origin: center;
	transition: 2s all 1s ease;
}
#main_visual.ac .visual {
	opacity: 1;
}*/
#main_visual .visual ul {
	width: 85%;
	margin-left: 15%;
	padding-top: 10%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#main_visual .visual ul li{
	line-height: 0;
	opacity: 0;
	transition: 1.5s all 1s ease;
}
#main_visual .visual ul li:nth-of-type(2){
	transition-delay: 1.5s;
}
#main_visual .visual ul li:nth-of-type(3){
	transition-delay: 2s;
}
#main_visual .visual ul li:nth-of-type(4){
	transition-delay: 2.5s;
}
#main_visual .visual ul li:nth-of-type(5){
	transition-delay: 3s;
}
#main_visual .visual ul li:nth-of-type(6){
	transition-delay: 3.5s;
}
#main_visual .visual ul li:nth-of-type(7){
	transition-delay: 4s;
}
#main_visual .visual ul li:nth-of-type(8){
	transition-delay: 4.5s;
}
#main_visual .visual ul li:nth-of-type(9){
	transition-delay: 5s;
}
#main_visual .visual ul li:nth-of-type(10){
	transition-delay: 5.5s;
}
#main_visual .visual ul li:nth-of-type(11){
	transition-delay: 6s;
}
#main_visual .visual ul li:nth-of-type(12){
	transition-delay: 6.5s;
}
#main_visual.ac .visual ul li{
	opacity: 1;
}
#main_visual h1 {
	line-height: 0;
	position: absolute;
	top:6%;
	left:6%;
	width: 22%;
	filter: invert(1);
	transition: 2s all 1s ease;
}
#main_visual h2 {
	line-height: 0;
	position: absolute;
	bottom:2%;
	left:6%;
	width: 3%;
	filter: invert(1);
	transition: 2s all 1s ease;
}
#main_visual.ac h1,#main_visual.ac h2 {
	filter: invert(0);
}
#main_visaul #mask {
    position: relative;
    z-index: 100;
}
#main_visaul #mask .st0{
    fill:none;
    stroke:#fff;
    stroke-width:5;/*線の太さを指定する*/
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:10;
    stroke-dasharray: 500; /* 線の間隔を指定する */
    stroke-dashoffset:500; /* 線の位置を指定する */

}
.vol {
	position: sticky;
	top: 50%;
	transform: translate(0,-50%);
	float: left;
	width: 12px;
	z-index: 100;
	padding-left: 5px;
}
.grid {
	position: sticky;
	top: 50%;
	transform: translate(0,-50%);
	float: right;
	width: 15px;
	z-index: 100;
	padding-right: 5px;
}
@media only screen and (max-width: 768px)  {
	#main_visual .visual ul {
		width: 80%;
		margin-left: 20%;
		padding-top: 25%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	#main_visual h1 {
		top: 5%;
		left: 4%;
		width: 50%;
	}
	#main_visual h2 {
		width: 8%;
		bottom: 2%;
	}
	.grid {
		width: 12px;
		margin-top: 5%;
	}
}



#main_contents {
	width: 100%;
	position: sticky;
	padding: 10% 0;
	margin: 0 auto;
	background: #eee;
	background: linear-gradient(to bottom, #ddd, #ddd);
}
#main_contents .logo {
	margin: 0 auto;
	position: sticky;
	top: 2%;
	width: 8%;
	z-index: 100
}

#main_contents .concept {
	margin: 5% auto 10%;
	width: 65%;
	font-size: 18px;
	text-align: center;
	/*display: flex;*/
	overflow: hidden;
	font-family: "Libre Baskerville", serif;
}
#main_contents .concept .txt {
    /*flex: 0 0 auto;
    white-space: nowrap;
    padding-right: 25px;
    padding-left: 25px;*/
    color: #000;
}

/*#main_contents .concept .txt:nth-child(odd) {
    animation: loop 60s -30s linear infinite;
}
#main_contents .concept .txt:nth-child(even) {
    animation: loop2 60s linear infinite;
}*/
@media only screen and (max-width: 768px)  {
	#main_contents {
		width: 100%;
	}
	#main_contents .logo {
		top: 10px;
		width: 16%;
	}
	#main_contents .concept {
		margin: 10% auto 15%;
		width: 95%;
		font-size: 12px;
	}
}


@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

#main_contents .look {
	position: relative;
}
.section {
	position: relative;
	margin: 10% auto 0;
	padding: 5% 0 0
}
.section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #000;
	z-index: 0
}

.section .credit {
	position: absolute;
	z-index: 100;
}
.section .credit .tit {
	font-weight: 600;
}
.section .credit ul li {
	margin: 5px 0;
}
.section .credit ul li a::after {
	content: "_____BUY"
}
.section .credit ul li .sample::after {
	content: "_____SAMPLE"
}
.section .credit ul li .shop::after {
	content: "_____SHOP_ONLY"
}
.section .credit ul li .coming::after {
	content: "_____COMING_SOON"
}
.section .inner {
	position: relative;
	z-index: 10;
}
.section .no {
	width: 7%;
	margin: 0 auto;
	position: sticky;
	top: 8%;
	z-index: 100
}
.section .thumbnail {
	width: 100%;
	position: sticky;
	padding: 15% 0;
	top: 0;
}
.section .thumbnail ul {
	position: relative;
	width: 	15%;
	border: 2px solid #000;
	margin: 0 auto;
}
.section .thumbnail ul li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	animation: ChangeImage 2s infinite;
    opacity: 0;
	box-sizing: border-box;
	padding: 0%;
} 
.section .thumbnail ul li:nth-of-type(1){
	position: relative;
	z-index: 10
} 
.section .thumbnail ul li:nth-of-type(2){
	animation-delay: 0.5s;
} 
.section .thumbnail ul li:nth-of-type(3){
	animation-delay: 1s;
} 
.section .thumbnail ul li:nth-of-type(4){
	animation-delay: 1.5s;
} 
@keyframes ChangeImage{
    0%{ opacity: 0;}
    3%{ opacity: 1;}
    28%{ opacity: 1;}
    30%{ opacity: 0;}
    100%{ opacity: 0;}
}
.section .look_box {
	position: sticky;
	width: 100%;
	padding: 0 0 0;
	background: #ddd;
}
@media only screen and (max-width: 768px)  {
	.section {
		position: relative;
		margin: 20% auto 0;
		padding: 20% 0 0
	}
	.section::before {
		left: 45%;
		width: 10%;
		height: 1px;
	}
	.section .no {
		width: 20%;
		top: 5%;
	}
	.section .credit {
		position: relative;
		width: 84%;
		margin: 0 auto;
	}
	.section .thumbnail {
		width: 100%;
		position: sticky;
		padding: 25% 0;
		top: 5%;
	}
	.section .thumbnail ul {
		width: 45%;
	}
}


/**/


#no01 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	width: 90%;
	margin: 0% auto;
}
#no01 .inner .img:nth-of-type(2) {
	width: 70%;
	margin: 15%;
}
#no01 .credit {
	bottom: 18%;
	left: 56%;
}
@media only screen and (max-width: 768px)  {
	#no01 .inner {
		display: block;
		grid-template-columns: auto;
		column-gap: 0;
		width: 100%;
		margin: 0% auto 0;
	}
	#no01 .inner .img:nth-of-type(2) {
		width: 70%;
		margin: 15% 15% 0;
	}
	#no01 .credit {
		bottom: auto;
		left: auto;
		margin-top: -5%;
	}
}



/**/
#no02 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	width: 80%;
	margin: 0% auto;
}
#no02 .sub {
	width: 45%;
	margin: 5% auto 0;
}
#no02 .credit {
	bottom: 25%;
	left: 70%;
}
@media only screen and (max-width: 768px)  {
	#no02 .inner {
		display: block;
		grid-template-columns:auto;
		column-gap: 0;
		width: 100%;
		margin: 0% auto;
		position: relative;
	}
	#no02 .inner .img {
		position: sticky;
		top: 5%;
		width: 90%;
		margin: 0 auto 10%;
	}
	#no02 .sub {
		width: 100%;
		margin: 0 auto;
	}
	#no02 .credit {
		bottom: auto;
		left: auto;
		margin-top: -5%;
	}
	
}



/**/
#no03 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	padding-bottom: 50px;
	width: 80%;
	margin: 0% auto;
}
#no03 .credit {
	bottom: 0%;
	right: 5%;
}
@media only screen and (max-width: 768px)  {
	#no03 .inner {
		display: block;
		grid-template-columns: auto;
		column-gap: 0;
		padding-bottom: 0px;
		width: 100%;
		margin: 0% auto 0;
	}
	#no03 .inner .img {
		width: 90%;
	}	
	#no03 .inner .img:nth-of-type(2) {
		margin:10% 0 0 10%;
		box-sizing: border-box;
	}	
	#no03 .credit {
		bottom: auto;
		right: auto;
		margin-top: -5%;
	}
}


/**/
#no04 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	width: 80%;
	margin: 0% auto;
}
#no04 .sub {
	width: 50%;
	margin: 5% auto;
}
#no04 .credit {
	bottom: 40%;
	left: 5%;
}
@media only screen and (max-width: 768px)  {
	#no04 .inner {
		display: block;
		grid-template-columns:auto;
		column-gap: 0%;
		width: 100%;
		margin: 0% auto 0;
	}
	#no04 .inner .img {
		position: sticky;
		top: 5%;
		width: 90%;
		margin: 10% auto 0;
	}
	#no04 .sub {
		width: 100%;
		margin: 5% auto;
	}
	#no04 .credit {
		bottom: auto;
		left: auto;
		margin-top: -5%;
	}
}


/**/
#no05 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	width: 90%;
	margin: 0% auto;
}
#no05 .inner .img:nth-of-type(1) {
	margin:15%;
	width: 70%;
}
#no05 .credit {
	bottom: 15%;
	left: 38%;
}
@media only screen and (max-width: 768px)  {
	#no05 .inner {
		display: block;
		grid-template-columns: auto;
		column-gap: 0;
		width: 90%;
		margin: 0% auto 0;
	}
	#no05 .inner .img:nth-of-type(1) {
		margin:15%;
		width: 70%;
	}
	#no05 .credit {
		bottom: auto;
		left: auto;
		margin-top: -5%;
	}
}



/**/
#no06 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	padding-bottom: 50px;
	width: 80%;
	margin: 0% auto;
}
#no06 .inner .img:nth-of-type(2) {
	margin-top:30%;
}
#no06 .credit {
	bottom: 16%;
	left: 12%;
}
@media only screen and (max-width: 768px)  {
	#no06 .inner {
		display: block;
		grid-template-columns: auto;
		column-gap: 0;
		padding-bottom: 0px;
		width: 100%;
		margin: 0% auto 0;
	}
	#no06 .inner .img {
		width: 90%;
		margin: 0 0 0 10%;
	}	
	#no06 .inner .img:nth-of-type(2) {
		margin:10% 0 0 0;
		box-sizing: border-box;
	}	
	#no06 .credit {
		bottom: auto;
		left: auto;
		margin-top: -5%;
	}
	
}

/**/
#no07 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5%;
	width: 80%;
	margin: 0% auto;
}
#no07 .sub {
	width: 35%;
	margin: 5% auto 0;
}
#no07 .video {
	width: 25%;
	margin: 5% auto 0;
}
#no07 .credit {
	bottom: 25%;
	left: 66%;
}
@media only screen and (max-width: 768px)  {
	#no07 .inner {
		display: block;
		grid-template-columns:auto;
		column-gap: 0;
		width: 90%;
		margin: 0% auto;
	}
	#no07 .inner .img:nth-of-type(2) {
		width: 60%;
		margin: 10% auto;
	}
	#no07 .sub {
		width: 100%;
		margin: 5% auto 0;
	}
	#no07 .credit {
		bottom: auto;
		left: auto;
		margin-top: 5%;
	}
	
}

/**/
#no08 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2%;
	width: 90%;
	padding-bottom: 50px;
	margin: 0% auto;
}
#no08 .inner .img:nth-of-type(1) {
	grid-column: 1/2;
	grid-row: 1/3
}
#no08 .inner .img:nth-of-type(2) {
	width: 80%;
	box-sizing: border-box;
	margin: 10% 0 0 20%;

}
#no08 .inner .img:nth-of-type(3) {
	width: 80%;
	box-sizing: border-box;
	margin: 10% 0 0 10%;
	grid-column: 1/3;

}
#no08 .video {
	width: 25%;
	margin: -15% auto 0;
	position: relative;
	z-index: 10
}
#no08 .credit {
	bottom: 30%;
	right: 10%;
}
@media only screen and (max-width: 768px)  {
	#no08 .inner {
		display: block;
		grid-template-columns: auto;
		column-gap: 0;
		width: 100%;
		padding-bottom: 0px;
		margin: 0% auto 0;
	}
	#no08 .inner .img:nth-of-type(1) {
		grid-column: auto;
		grid-row: auto
	}
	#no08 .inner .img:nth-of-type(2) {
		width: 90%;
		box-sizing: border-box;
		margin: 5% 0;
	}
	#no08 .inner .img:nth-of-type(3) {
		width: 90%;
		margin: 0 0 0 10%;

	}
	#no08 .credit {
		bottom: auto;
		left: auto;
		right: auto;
		margin-top: 5%;
	}
	#no08 .video {
		width: 50%;
		margin: 5% auto 0;
		position: relative;
		z-index: 10
	}

}


/**/

#no09 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 90%;
	margin: 0% auto;
}
#no09 .inner .img:nth-of-type(1) {
	width: 70%;
	margin: 15%;
}
#no09 .credit {
	bottom: 10%;
	left: 38%;
}
@media only screen and (max-width: 768px)  {
	#no09 .inner {
		display: block;
		grid-template-columns:auto;
		width: 100%;
		margin: 0% auto 0;
	}
	#no09 .inner .img:nth-of-type(1) {
		width: 70%;
		margin: 15%;
	}
	#no09 .credit {
		bottom: auto;
		left: auto;
		margin-top: -5%;
	}

}


/**/
#no10 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2%;
	width: 90%;
	margin: 0% auto;
}

#no10 .inner .img:nth-of-type(2) {
	width: 80%;
	box-sizing: border-box;
	margin: 20% 0 0 20%;

}
#no10 .credit {
	bottom: 10%;
	left: 45%;
}
@media only screen and (max-width: 768px)  {
	#no10 .inner {
		display: block;
		grid-template-columns:auto;
		column-gap: 0;
		width: 100%;
		margin: 0% auto 0;
	}

	#no10 .inner .img {
		position: sticky;
		top: 0;

	}
	#no10 .inner .img:nth-of-type(3) {
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 0 0;

	}
	#no10 .credit {
		bottom: auto;
		left: auto;
		margin-top: 5%;
	}
	
}


/**/
#no11 .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 2%;
	width: 90%;
	padding-bottom: 50px;
	margin: 5% auto;
}
#no11 .inner .img:nth-of-type(1) {
	grid-column: 2/3;
	grid-row: 1/3
}
#no11 .inner .img:nth-of-type(2) {
	width: 90%;
	box-sizing: border-box;
	margin: 10% 0 0;

}
#no11 .inner .img:nth-of-type(3) {
	width: 70%;
	box-sizing: border-box;
	margin: 0 0 0 30%;

}
#no11 .credit {
	bottom: 20%;
	left: 10%;
}
@media only screen and (max-width: 768px)  {
	#no11 .inner {
		display: block;
		grid-template-columns: auto;
		column-gap: 0;
		width: 100%;
		padding-bottom: 0px;
		margin: 5% auto 0;
	}
	#no11 .inner .img:nth-of-type(1) {
		grid-column: auto;
		grid-row: auto
	}
	#no11 .inner .img:nth-of-type(2) {
		width: 90%;
		box-sizing: border-box;
		margin: 5% 0;
	}
	#no11 .inner .img:nth-of-type(3) {
		width: 90%;
		margin: 0 0 0 10%;

	}
	#no11 .credit {
		bottom: auto;
		left: auto;
		margin-top: -5%;
	}
}

/**/
#no12 .inner {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	width: 90%;
	margin: 5% auto;
}
#no12 .inner .img:nth-of-type(2) {
	box-sizing: border-box;
	padding: 0 5%;

}
#no12 .inner .img:nth-of-type(3) {
	width: 25%;
	position: absolute;
	bottom: 0;
	right: 0;

}
#no12 .credit {
	bottom: 20%;
	left: 24%;
}
@media only screen and (max-width: 768px)  {
	#no12 .inner {
		display: block;
		grid-template-columns:auto;
		width: 100%;
		margin: 5% auto 0;
	}
	#no12 .inner .img {
		position: sticky;
		top: 0;
		margin: 10% 0 0;

	}
	#no12 .inner .img:nth-of-type(2) {
		box-sizing: border-box;
		padding: 0 10%;
		top: 10%;

	}
	#no12 .inner .img:nth-of-type(3) {
		width:100%;
		position: relative;
		bottom: auto;
		right: auto;

	}
	#no12 .credit {
		bottom: auto;
		left: auto;
		margin-top: -5%;
	}
}
.anim {
	opacity: 0;
	transition: 2s all 0s ease;
}
.anim.ac {
	opacity: 1;
}
/**/
/**/
#grid {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #000;
	z-index: 100;
	box-sizing: border-box;
	padding: 0%;
}
#grid .box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#grid ul{
	width: 100%;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
	padding: 0%;
}
#grid ul li{
	line-height: 0;
}
#grid ul li{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	animation: ChangeImage 8s infinite;
    opacity: 0;
	box-sizing: border-box;
	padding: 5%;
} 
#grid ul li:nth-of-type(1){
	position: relative;
	z-index: 10
} 
#grid ul li:nth-of-type(2){
	animation-delay: 2s;
} 
#grid ul li:nth-of-type(3){
	animation-delay: 4s;
} 
#grid ul li:nth-of-type(4){
	animation-delay: 6s;
} 
@keyframes ChangeImage{
    0%{ opacity: 0;}
    3%{ opacity: 1;}
    28%{ opacity: 1;}
    30%{ opacity: 0;}
    100%{ opacity: 0;}
}

#foot {
	margin: 5% auto;
}
#foot .logo {
	max-width: 150px;
	margin: 0 auto;
}
