@charset "UTF-8";

/* スマホ、タブレット用 */

#andcouture_lp .wrap {
	width: 100%;
	height: auto;
}
#andcouture_lp .content {
  	width: 100%;
	height: auto;
	position: relative;/* absolute; */
	top: auto;/* 76%; */
}
#andcouture_lp .SSLOOK {
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

/* 画像フェードイン */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#andcouture_lp .fade-in-up {
 	margin: 0;
	width: 100%;
	padding: 0;
	border-radius: 8px;
	animation: fadeIn linear; /* アニメーション設定 */
	animation-timeline: view(); /* スクロールと連動 */
	animation-range: entry 0% cover 30%;
}



/* 画像スライダー */
#andcouture_lp .slide {
	position: relative;
	width: 100%;
	font-display: block;
	display: block;
}
#andcouture_lp .item {
 	width: 100%;
	position: absolute;
	animation: img-change 10s infinite;
	opacity: 0;
}
#andcouture_lp .item:nth-child(1) {
	animation-delay: 0s;
}
#andcouture_lp .item:nth-child(2) {
	animation-delay: 5s;
}
/* 画像スライダー　右寄せ */
#andcouture_lp .item-right {
	width: 70%;
	position: absolute;
	animation: img-change 10s infinite;
	opacity: 0;
	right: 0;
 	padding-top: 58px;
}
#andcouture_lp .item-right:nth-child(1) {
	animation-delay: 0s;
}
#andcouture_lp .item-right:nth-child(2) {
	animation-delay: 5s;
}



@keyframes img-change {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#andcouture_lp .stay {
	padding-top: 150%;
}
#andcouture_lp .stay-2 {
	margin-top: 124%;
}
#andcouture_lp .stay-3 {
	margin-top: 150%;
}
#andcouture_lp .stay-4 {
	margin-top: 114%;
}
/* 画像ループ */
#andcouture_lp .slider{
	width:100%;
	margin-top: 22px;
}
#andcouture_lp .slider img{
	width:350px;
}
#andcouture_lp .slider .slick-slide{
	height:auto;
}
#andcouture_lp .slider2 {
	width:100%;
	margin: 0 auto;
	height: 445px;
}
#andcouture_lp .slider2 img {
	width: 350px;
}
#andcouture_lp .slider2 .slick-slide{
	height:auto;
}
#andcouture_lp .layout {
	padding-top: -5px;
}









/*PC用*/
@media screen and (min-width:650px){
	#andcouture_lp .wrap {
		max-width: 650px;
		width: 100%;
		margin: 0 auto;
  	}
	#andcouture_lp .content {
		width: 650px;
		position: relative; /* absolute; */
		top: auto /* 887px; */
	}
	#andcouture_lp .SSLOOK {
		max-width: 650px;
		margin: 0;
		padding: 0;
	}
  
 	 /* 画像スライダー */
 	#andcouture_lp .slide {
		position: relative;
  	}
  	#andcouture_lp .item {
		width: 650px;
		position: absolute;
  	}
  	#andcouture_lp .item-right {
		width: 480px;
		position: absolute;
		padding-top: 83px;
	}
 	#andcouture_lp .stay-2 {
		margin-top: 128%;
  	}
	#andcouture_lp .stay-3 {
		margin-top: 150%;
	}
	#andcouture_lp .stay-4 {
		margin-top: 114%;
	}
	/* 画像ループ */
	#andcouture_lp .slider{
		width:100%;
		margin-top: 30px;
	}
	#andcouture_lp .slider2 {
		width: 100%;
		margin: auto;
	}
  

}