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

html,
body {
	padding: 0;
	margin: 0;
	background: #eee;
}
a {
	text-decoration: none;
}
img {
	max-width: 100%;
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#el {
	font-size: 14px;
	line-height: 1.6;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main_visual {
	position: relative;
	width: 100%;
	height: 100svh;
}
#main_visual .bg {
	background: url("https://www.dot-st.com/static/docs/elura/pages/260819_kami2/assets/img/look-02.webp") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main_visual h1 {
	position: absolute;
	bottom: 5%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,0);
	line-height: 0;
	box-sizing: border-box;
	padding: 16% 4% 0;
}
#main_visual h1 span:nth-of-type(1) {
	display: block;
	width: 60%;
	margin: 0 auto;
	position: relative;
	z-index: 10
}
#main_visual h1 span:nth-of-type(2) {
	display: block;
	width: 26%;
	position: absolute;
	top: 0;
	right: 1%;
}
#main_visual .logo {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 16%;
	max-width: 100px;
	z-index: 10
}
@media only screen and (min-width: 769px) {
	#main_visual {
		height: 100vh;
		position: sticky;
		top: 0;
	}
	#main_visual .bg {
		background: url("https://www.dot-st.com/static/docs/elura/pages/260819_kami2/assets/img/look-01.webp") no-repeat center;
		background-size: cover;
	}
	#main_visual h1 {
		max-width: 500px;
		transform: translate(-50%,0);
		line-height: 0;
		box-sizing: border-box;
		padding: 6% 2% 0;
	}
}


#main_contents {
	max-width: 500px;
	margin: 0 auto;
	background: #FFF;
	padding: 5% 0;
	position: sticky;
}
section {
	position: relative;
}

.read {
	padding: 10% 0
}
.read p {
  font-weight: 400;
  letter-spacing: 0.028em;
	line-height: 2;
	font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.desc {
	position: relative;
	width: 86%;
	margin: 10% auto 5%;
}
.check {
	width: 40%;
	margin: 0 auto 5%;
}
@media only screen and (min-width: 769px) {
	.desc {
		width: 76%;
	}
}

.profile {
  position: relative;
  background-color: #F4F4F4;
	padding: 5% 0;
	width: 86%;
	margin: 0 auto;
	border-radius: 6px;
}
@media only screen and (min-width: 769px) {
	.profile {
		width: 76%;
	}	
}
.profile .sub {
	width: 10px;
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translate(0,-50%);
}
.profile .head{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 85%;
	margin: 0 0 0 10%;
	font-family: "Zen Old Mincho", serif;
}
.profile .head .name {
	width: 55%;
	text-align: center;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.profile .head .name p {
	font-size: 12px;
}
.profile .head .name p span {
	display: block;
	font-size:22px;
}
.profile .head .img {
	width: 45%;
}
.profile .txt {
	width: 80%;
	margin: 0 auto;
}
.profile .txt p {
	font-size: 12px;
	line-height: 1.8;
}


.lineup {
	background: #eee;
	margin: 10% auto 50px;
	padding: 10% 0 50px;
	position: relative;
	max-width: 450px;
}
@media only screen and (min-width: 769px) {
	
}

.lineup .title {
	width: 70%;
	margin: 0 auto 5%;
} 
.lineup .item {
	line-height: 0;
	position: relative;
	box-sizing: border-box;
	padding: 0 10%;
}
.lineup .item .img {
	position: relative;
	z-index: 2
}
.lineup .item .vol {
	position: absolute;
	top: 0%;
	right: 8%;
	width: 30%;
}
.lineup .copy {
	width: 80%;
	margin: 0 auto;
}
.lineup .scroll {
  position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	width: 1px;
	height: 50px;
}
.lineup .scroll-border {
  position: relative;
  top: 25px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.lineup .scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  background: #333;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}

.item_box {
	position: relative;
	margin: 20% auto;
}
.item_box .head {
	position: relative;
	text-align: center;
	max-width: 450px;
	margin: 0 auto
}
.item_box .head .copy {
	text-align: center;
	font-size: 16px;
	font-family: "Zen Old Mincho", serif;
}
.denim .head .copy {
	color: #7794bf;
}
.knit .head .copy {
	color: #da9994;
}
.item_box .head h2 {
	width: 80%;
	margin: 2% auto;
	line-height: 0;
	padding: 0;
}
.item_box .head h3 {
	width: 32%;
	margin: 0 auto;
	line-height: 0;
	padding: 0;
}
.item_box .head .line {
	width: 40%;
	margin: -10px auto 0;
}
.item_box .head .txt {
	width: 80%;
	margin: 5% auto;
}
.item_box .head .txt p {
	font-size: 12px;
	font-family: "Zen Old Mincho", serif;
	line-height: 1.8;
}

.item_box .main {
	position: relative;
	width: 80%;
	margin: 10% auto;
	max-width: 450px;
}
.item_box .main .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
}
.item_box .main .img:nth-of-type(1) {
	position: relative;
	transform: rotate(-3deg)
}
.item_box .main .img:nth-of-type(2) {
	
}
.item_box .main .img:nth-of-type(3) {
	transform: rotate(3deg);
	animation: switch 3s infinite;
}
.item_box .main .sub {
	position: absolute;
	top: 50%;
	left: -10px;
	width: 12px;
	transform: translate(0,-50%);
}
@keyframes switch {
	0% {
	  opacity: 0;
	}
	1% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	51% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.item_box .point {
	width: 86%;
	margin: 10% auto;
	background: #FEF8F6;
	padding: 5%;
	box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
	.item_box .point {
		width: 78%;
	}
}
.item_box .point h3 {
	width: 80%;
	margin: 0 auto;
	
}
.item_box .point .line {
	width: 84%;
	margin: -10px auto 0
}
.item_box .point ul {
	margin: 10% auto;
}
.item_box .point li {
	position: relative;
	margin: 15px auto;
}
.item_box .point li .point_title {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.item_box .point li .point_title .check_box {
	width: 20px;
	height: 20px;
	position: relative;
	box-sizing: border-box;
	border: 1px solid #000;
}
.item_box .point li .point_title .check_box span {
	display: block;
	position: absolute;
	top: -5px;
	right: -3px;
	width: 100%;
}
.item_box .point li .point_title p {
	font-size: 24px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	margin: 0 0 0 20px;
	padding: 0;
	letter-spacing: 1.4px;
}
.denim .point li .point_title p {
	color: #7794BF;
}
.knit .point li .point_title p {
	color: #DA9994;
}
.item_box .point li .point_txt p {
	font-size: 14px;
	letter-spacing: 0.5px;
}

.item_box .item_date {
	margin: 10% auto;
	position: relative;
}
.item_box .item_date p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	padding: 0;
	margin: 0 auto
}
.item_box .item_date p.small {
	font-weight: 400;
	font-size: 12px;
}
.item_box .item_date p.price {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.item_box .item_date p.price span {
	font-size: 10px;
}
.item_box .item_date .color {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	margin: 5% auto;
}
.item_box .item_date .color span {
	width: 20px;
	height: 20px;
	border-radius: 100px;
	background: #000;
	margin: 0 5px;
}
.denim .item_date .color span:nth-of-type(1) {
	background: #6898C8;
}
.denim .item_date .color span:nth-of-type(2) {
	background: #EBEBEB;
}
.denim .item_date .color span:nth-of-type(3) {
	background: #A38D80;
}
.knit .item_date .color span:nth-of-type(1) {
	background: #E6B6AE;
}
.knit .item_date .color span:nth-of-type(2) {
	background: #1F6196;
}
.knit .item_date .color span:nth-of-type(3) {
	background: #5E6A72;
}
.knit .item_date .color span:nth-of-type(4) {
	background: #E9E9D0;
}
.item_box .item_date .btn {
	width: 36%;
	max-width: 120px;
	margin: 0 auto;
}
.item_box .item_date .yoyaku {
	position: absolute;
	top: 20%;
	left: 16%;
	width: 18%;
}
.denim .look {
	background: #DDE6ED;
	box-sizing: border-box;
	padding: 5% 0;
	overflow: hidden;
}
.knit .look {
	background: #EFE4E4;
	box-sizing: border-box;
	padding: 5% 0;
	overflow: hidden;
}

.item_box .look_box {
	position: relative;
	margin: 20% auto;
	max-width: 450px;
}
.item_box .look_box .no {
	width: 40%;
	box-sizing: border-box;
	padding:0 5%;
	
}
.item_box .look_box p {
	font-size: 14px;
	font-weight: 400;
	font-family: "Zen Old Mincho", serif;
	line-height: 2;
	letter-spacing: 0.6px;
	padding:0 5%;
	
}
.item_box .look_box:nth-of-type(even) .no {
	margin-left: 60%;
	
}
.item_box .look_box:nth-of-type(even) p {
	text-align: right;
	
}
.item_box .look_box .look_img {
	margin: 5% auto;
}
.item_box .look_box .look_img .img {
	line-height: 0;
	position: relative;
}


.item_box .look_box .credit {
	width: 62%;
	margin: 10% auto;
	font-family: "Outfit", sans-serif;
}
.item_box .look_box .credit li {
	margin: 5% auto;
	position: relative;
	
}
.item_box .look_box .credit a {
	color: #000;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	letter-spacing: 0.6px;
}
.item_box .look_box .credit a .name {
	text-align: left;
	width: 28%;
}
.item_box .look_box .credit a .price {
	margin-left: 5%;
	width: 42%;
	text-align: right;
}
.item_box .look_box .credit a .price .taxin {
	font-size: 10px;
	margin-left: 5px;
}
.item_box .look_box .credit a .btn {
	margin-left: 5%;
	width: 20%;
}



.denim .look_box:nth-of-type(1) .look_img .img:nth-of-type(1) {
	width: 80%;
}
.denim .look_box:nth-of-type(1) .look_img .img:nth-of-type(2) {
	width: 50%;
	margin: 10% 0 2% 45%;
	z-index: 2
}
.denim .look_box:nth-of-type(1) .look_img .img:nth-of-type(3) {
	width: 50%;
	margin: 0 0 0 45%;
	z-index: 2
}
.denim .look_box:nth-of-type(1) .look_img .img:nth-of-type(4) {
	width: 55%;
	margin: -50% 0 0 0;
	z-index: 1
}

.denim .look_box:nth-of-type(2) .look_img .img:nth-of-type(1) {
	width: 80%;
	margin-left: 20%;
}
.denim .look_box:nth-of-type(2) .look_img .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
	margin: 5% auto;
}
.denim .look_box:nth-of-type(2) .look_img .grid .img {
	width: 100%;
	margin: 0;
}

.denim .look_box:nth-of-type(3) .look_img .img:nth-of-type(1) {
	width: 80%;
}
.denim .look_box:nth-of-type(3) .look_img .img:nth-of-type(2) {
	width: 50%;
	margin: 10% 5% 0;
	z-index: 2;
}
.denim .look_box:nth-of-type(3) .look_img .img:nth-of-type(3) {
	width: 60%;
	margin: -50% 0 5% 40%;
	z-index:1
}


.knit .look_box:nth-of-type(1) .look_img .img:nth-of-type(1) {
	width: 80%;
}
.knit .look_box:nth-of-type(1) .look_img .img:nth-of-type(2) {
	width: 45%;
	margin: 10% 5% 0;
	z-index: 2;
}
.knit .look_box:nth-of-type(1) .look_img .img:nth-of-type(3) {
	width: 65%;
	margin: -50% 0 5% 35%;
	z-index:1
}

.knit .look_box:nth-of-type(2) .look_img .img:nth-of-type(1) {
	width: 80%;
	margin-left: 20%;
}
.knit .look_box:nth-of-type(2) .look_img .img:nth-of-type(2) {
	width: 85%;
	margin: 5% 0;

}
.knit .look_box:nth-of-type(2) .look_img .img:nth-of-type(3) {
	width: 85%;
	margin: 5% 0 5% 15%;
}

.knit .look_box:nth-of-type(3) .look_img .img:nth-of-type(1) {
	width: 80%;
}
.knit .look_box:nth-of-type(3) .look_img .img:nth-of-type(2) {
	width: 45%;
	margin: 10% 5% 0;
	z-index: 2;
}
.knit .look_box:nth-of-type(3) .look_img .img:nth-of-type(3) {
	width: 65%;
	margin: -50% 0 5% 35%;
	z-index:1
}

.knit .look_box:nth-of-type(4) .look_img .img:nth-of-type(1) {
	width: 80%;
	margin-left: 20%;
}
.knit .look_box:nth-of-type(4) .look_img .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
	margin: 5% auto;
}
.knit .look_box:nth-of-type(4) .look_img .grid .img {
	width: 100%;
	margin: 0;
}



.foot {
	margin: 5% auto;
}
.foot .info {
	width: 60%;
	margin: 0 auto;
}
.foot .info .img:nth-of-type(2) {
	width: 80%;
	margin: 8% auto;
}
.foot .copy {
	width: 60%;
	margin: 20% auto 10%;
}
.foot .logo {
	width: 30%;
	margin: 0 auto 10%;
}
.foot .ig {
	width: 6%;
	margin: 0 auto;
}

#main_visual {
	overflow: hidden;
}
#main_visual .bg {
	opacity: 0;
	transform: scale(1.1);
	transition: 2s all 0s ease;
}
#main_visual.ac .bg {
	opacity: 1;
	transform: scale(1);
}
#main_visual h1{
	opacity: 0;
	transition: 1.2s all 1s ease;
}
#main_visual.ac h1{
	opacity: 1;
}
.anim {
	opacity: 0;
	transition: 1.2s all 0s ease;
}
.anim.ac {
	opacity: 1;
}
.lineup .title {
	opacity: 0;
	transform: translate(0,20px);
	transition: 1.2s all 0.5s ease;
}
.lineup .img {
	opacity: 0;
	transition: 1.2s all 0s ease;
}
.lineup .vol {
	opacity: 0;
	transform: scale(0.94);
	transition: 0.8s all 1s ease;
}
.lineup .copy {
	opacity: 0;
	transition: 1.2s all 0.2s ease;
}
.lineup.ac .title,.lineup.ac .img,.lineup.ac .vol,.lineup.ac .copy {
	opacity: 1;
	transform: translate(0) scale(1);
}

.item_box .head .copy,.item_box .head h2,.item_box .head h3 {
	opacity: 0;
	transform: translate(0,20px);
	transition: 1s all 0s ease;
}
.item_box .head.ac .copy,.item_box .head.ac h2,.item_box .head.ac h3 {
	opacity: 1;
	transform: translate(0);
}
.item_box .line {
	clip-path: inset(0 100% 0 0);
    transition: 0.5s all 0.5s ease;
}
.item_box .ac .line {
	clip-path: inset(0 0 0 0);
}
.item_box .point li {
	opacity: 0;
	transform: translate(20px,0);
	transition: 1s all 0s ease;
}
.item_box .point li.ac {
	opacity: 1;
	transform: translate(0);
}

.look_img .anim1 {
	opacity: 0;
	transform: translate(0,20px);
	transition: 1.2s all 0s ease;
}
.look_img .anim2 {
	opacity: 0;
	transform: translate(20px,0);
	transition: 1.2s all 0s ease;
}
.look_img .anim3 {
	opacity: 0;
	transform: translate(-20px,0);
	transition: 1.2s all 0s ease;
}
.look_img .img.ac {
	opacity: 1;
	transform: translate(0);
}
