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

html,
body {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: "Crimson Text", serif;
}
img,video {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,p,a {
	padding: 0;
	margin: 0;
}

#br {
	position: relative;
}
.copyright {
	position: fixed;
	top: 2%;
	right: 1%;
	font-size: 9px;
	writing-mode: vertical-rl;
}
#open {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	background: #FFF;
	z-index: 9999
}
#open ul li {
	width:25%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#open ul li img {
	display: block;
	position: relative;
	opacity: 0;
	animation: 0.3s fadein 0.1s forwards;
}
#open ul li:nth-of-type(2) img {
	animation-delay: 0.3s;
	transform: rotate(5deg)
	
}
#open ul li:nth-of-type(3) img {
	animation-delay: 0.6s;
	transform: rotate(-5deg)
	
}
#open ul li:nth-of-type(4) img {
	animation-delay: 0.9s;
	transform: rotate(1deg)
	
}
#open ul li:nth-of-type(5) img {
	animation-delay: 1.2s;
	transform: rotate(2deg)
	
}
#open ul li:nth-of-type(6) img {
	animation-delay: 1.5s;
	transform: rotate(-5deg)
	
}
#open ul li:nth-of-type(7) img {
	animation-delay: 1.8s;
	transform: rotate(-2deg)
	
}
#open ul li:nth-of-type(8) img {
	animation-delay: 2.1s;
	transform: rotate(3deg)
	
}
#open ul li:nth-of-type(9) img {
	animation-delay: 2.4s;
	
}
#open ul li:nth-of-type(10) img {
	animation-delay: 2.7s;
	
}
#open.on {
	animation: 1.8s fadeout 3s forwards;
	
}
@media only screen and (max-width: 768px)  {
	#open {
		z-index: -1
	}
	#open ul li {
		width:70%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#open.on {
		animation: 1.8s fadeout_s 3s forwards;

	}
}

@keyframes fadein {
  0% {
	  opacity: 0;
  }

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

  100% {
	  opacity: 0;
	  filter: blur(50px);
	  visibility: hidden;
  }
}
@keyframes fadeout_s {
  0% {
	  opacity: 1;
  }

  100% {
	  opacity: 0.6;
	  filter: blur(50px);
  }
}

#main_visual {
	width: 50%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	animation: 1.8s fadein 0s forwards;
}
#main_visual h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55%;
	line-height: 0;
	transform: translate(-50%,-50%);
	overflow: hidden;
}
#main_visual .head {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 32%;
	line-height: 0;
}
#main_visual .head .copy {
	width: 80%;
	margin-top: 10%;
}
#main_visual .concept {
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: 65%;
	line-height: 0;
}
#main_visual .concept .logo {
	width: 20%;
	margin-bottom: 5%;
}
@media only screen and (max-width: 768px)  {
	.copyright {
		transform: scale(0.8);
		transform-origin: top
	}
	#main_visual {
		width: 100%;
		height: 100svh;
		position: fixed;
		top: 0;
		left: 0;
	}
	#main_visual .head {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 40%;
		line-height: 0;
	}
	#main_visual .concept {
		position: absolute;
		bottom: 5%;
		left: 5%;
		width: 90%;
		line-height: 0;
	}
	#main_visual .concept .logo {
		width: 20%;
		margin-bottom: 5%;
	}
	
}
#main_visual h1 path {
	transform: translate(0,100%);
	animation: 0.5s title_on 3s forwards;
}
#main_visual h1 path:nth-of-type(2) {
	animation-delay: 3.1s;
}
#main_visual h1 path:nth-of-type(3) {
	animation-delay: 3.2s;
}
#main_visual h1 path:nth-of-type(4) {
	animation-delay: 3.3s;
}
#main_visual h1 path:nth-of-type(5) {
	animation-delay: 3.4s;
}
#main_visual h1 path:nth-of-type(6) {
	animation-delay: 3.5s;
}
#main_visual h1 path:nth-of-type(7) {
	animation-delay: 3.6s;
}
#main_visual h1 path:nth-of-type(8) {
	animation-delay: 3.7s;
}

@keyframes title_on {
  0% {
	 transform: translate(0,100%)
  }

  100% {
	  transform: translate(0)
  }
}


#main_contents {
	position: relative;
}
#main_contents .img {
	line-height: 0;
	position: relative;
}
@media only screen and (max-width: 768px)  {
	#main_contents {
		width: 100%;
		padding-top: 100vh;
		
	}

}

#main_contents .look_list {
	position: relative;
	box-sizing: border-box;
	width: 45%;
	margin:0 0 0 55%;
	padding: 5% 5% 5% 0;
	display: grid;
	grid-template-columns: 1fr 1fr ;
	column-gap: 8vw;
}
#main_contents .look_list ul li {
	margin-bottom: 8vw;
	position: relative;
}
#main_contents .look_list ul li .img a {
	position: relative;
	display: block;
}
#main_contents .look_list ul li .img a::before {
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 10px;
	height: 10px;
	border: 1px solid #000;
	border-radius: 100px;
	background: none;
}

#main_contents .look_list ul li .list {
	margin: 3% auto 0;
	border-bottom: 1px solid #000;
	padding-bottom: 3%;
}
#main_contents .look_list ul li .list a,#main_contents .look_list ul li .list p {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-style: italic;
	display: block;
	text-align: right;
	margin-bottom: 2px;
	letter-spacing: 0.2px;
}
#main_contents .look_list ul li .list a::after {
	content: "_BUY"
}
@media only screen and (max-width: 768px)  {
	#main_contents .look_list {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		margin-left:0%;
		padding: 5% 5% 55% 5%;
		display: grid;
		grid-template-columns: 1fr 1fr ;
		column-gap: 8vw;
		background: rgba(255,255,255,0.8)
	}	
	#main_contents .look_list ul li {
		margin-bottom: 14vw;
		position: relative;
	}
	#main_contents .look_list ul li .list a,#main_contents .look_list ul li .list p {
		color: #000;
		text-decoration: none;
		font-size: 9px;
	}
}
#main_contents .foot {
	width: 100%;
	height: 100vh;
	display: block;
	background: #000;
	position: relative;
	z-index: 1000
}
#main_contents .foot .inner {
	width: 50%;
	max-width: 200px;
	filter: invert(1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#main_contents .foot .inner .f_logo {
	width: 70%;
	margin: 25% auto;
}
#main_contents .foot .inner .f_copy {
	text-align: center;
	font-size: 10px;
}


.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
	width: 50%;
	height: 100%;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
	transition: 0.5s all 0s ease;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
	transition: 0.5s all .1s ease;
}
/*.modal-wrapper:not(:target) .modal-window {
	transform: scale(0.8);
	filter:blur(10px);
	transition: 0.5s all 0s ease;
}
.modal-wrapper:target .modal-window {
	transform:scale(1);
	filter: blur(0);
	transition: 0.5s all 0s ease;
}*/
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}


.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
	height: 100%;
  border-radius: 2px;
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  overflow-y: auto;
  text-align: left
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	background: rgba(0,0,0,0)
}
.modal-wrapper .modal-close {
	margin-top: 10%;
	text-align: right;
}


.look_inner {
}
.look_inner .img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	line-height: 0;
	border: 2px solid #000;
}
.look_inner .list {
		position: absolute;
		top: auto;
		bottom: 5%;
		right: 0%;
		transform: translate(0%);
		width:40%;
		background: rgba(255,255,255,0.6);
		padding: 5%;
		box-sizing: border-box;
	border: 1px solid #000
	
}
.look_inner .list a,.look_inner .list p {
	color: #000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #000;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 5%;
	
	
}
.look_inner .list a::after {
	content: "_BUY"
}
.look_inner .list a.modal-close::after {
	display: none;
	
}
@media only screen and (max-width: 768px)  {
	.modal-wrapper {
		width: 100%;
	}
	.modal-overlay {
		background: rgba(255,255,255,0.7)
	}
	.look_inner .img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
		transform: translate(-50%,-50%);
		box-sizing: border-box;
		line-height: 0;
		border: 2px solid #000;
	}
	.look_inner .list {
		position: absolute;
		top: auto;
		bottom: 5%;
		right: 0%;
		transform: translate(0%);
		width:50%;
		padding: 5%;
		box-sizing: border-box;

	}
	.look_inner .list a,.look_inner .list p {
		font-size: 10px;


	}
}



	.carousel {
		display: flex;
		gap: 5px;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	line-height: 0;
		
	}
	.item {

		display: flex;
		flex: 0 0 80%;
		scroll-snap-align: center;
		border: 1px solid #000
		

	}
@media only screen and (max-width: 768px)  {
	.carousel {
		display: flex;
		gap: 5px;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		box-sizing: border-box;
	position: absolute;
	top: 45%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	line-height: 0;
		
	}
}


.carousel::scroll-button(*) {
  border: 0;
  font-size: 2rem;
  background: none;
  color: rgb(0 0 0 / 0.7);
  cursor: pointer;
}

.carousel::scroll-button(*):hover,
.carousel::scroll-button(*):focus {
  color: rgb(0 0 0 / 1);
}

.carousel::scroll-button(*):active {
  translate: 1px 1px;
}

.carousel::scroll-button(*):disabled {
  color: rgb(0 0 0 / 0);
  cursor: unset;
}
.carousel::scroll-button(left) {
  content: "◄";
}

.carousel::scroll-button(right) {
  content: "►";
}
.carousel {
  anchor-name: --myCarousel;
}

.carousel::scroll-button(*) {
  position: absolute;
  position-anchor: --myCarousel;
}
.carousel::scroll-button(left) {
  left: 10%;
  top:50%;
}

.carousel::scroll-button(right) {
  right: 10%;
  top:50%;
}
@media only screen and (max-width: 768px)  {
	.carousel::scroll-button(left) {
	  left: 5%;
	  top:50%;
	}

	.carousel::scroll-button(right) {
	  right: 5%;
	  top:50%;
	}
	
}

.img {
	opacity: 0;
	transition: 1s all 0s ease;
}
.img.ac {
	opacity: 1;
}

