@charset "UTF-8";

/* スマホ、タブレット用 */
#andcouture_lp .wrap {
	width: 100%;
	height: auto;
	
}
#andcouture_lp .content {
  	width: 100%;
/*	height: 9500px;*/
	height: auto;
	position: relative;/* absolute; */
	top: auto;/* 76%; */
	background-color:#E9ECF3;
	flex: 1;
}
#andcouture_lp .JuneLOOK {
	max-width: 100%;
	margin: 0 0 15px 0;
}


/* 画像スライダー */
#andcouture_lp .slide {
	position: relative;
	width: 100%;
	font-display: block;
	display: block;
	background-color:#E9ECF3;
}
#andcouture_lp .item {
 	width: 100%;
	position: absolute;
	animation: img-change 8s infinite;
	opacity: 0;
}
#andcouture_lp .item:nth-child(1) {
	animation-delay: 0s;
}
#andcouture_lp .item:nth-child(2) {
	animation-delay: 4s;
}

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

#andcouture_lp .stay1 {
	padding-top: 130%;
}
#andcouture_lp .stay2{
	padding-top: 118%;
}


/* 画像ループ */
#andcouture_lp .slider{
	width: 100%;
	margin: 0 auto;
	height: 445px;
}
#andcouture_lp .slider img{
	width:350px;
	height: 445px;
}



/* フェードイン */
.layout{
	display: flex;
}

/* その場でフェードイン */
.fadein {
	opacity: 0;
	/* 1s でアニメーションスピードを管理 */
	animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* 下から上にフェードインアニメーション */
#andcouture_lp .fade-in-up {
	animation: fadeInUp linear; /* アニメーション設定 */
	animation-timeline: view(); /* スクロールと連動 */
	animation-range: entry 10% cover 30%;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(6rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




.image-container{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 645px;
	background-color:#E9ECF3;
}
.bg-img{
	display: block;
	width: 80%;
	height: auto;
	margin-left:auto;
}
.middle-img{
	z-index: 2;
	position: absolute;
	width: 85%;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.front-img{
	z-index: 3;
	position: absolute;
	width: 100%;
	top: 400px;
	left: 3px;
}



/*PC用*/
@media screen and (min-width:650px){
	#andcouture_lp .wrap {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
  	}
	#andcouture_lp .content {
		width: 500px;
		position: relative; /* absolute; */
		top: auto; /* 887px; */
		height: auto;
	}
	#andcouture_lp .JuneLOOK {
		max-width: 500px;
		margin: 0 0 18px 0;
	}
  
 	 /* 画像スライダー */
 	#andcouture_lp .slide {
		position: relative;
  	}
  	#andcouture_lp .item {
		width: 500px;
		position: absolute;
  	}
  	#andcouture_lp .item-right {
		width: 480px;
		position: absolute;
		padding-top: 83px;
	}
 	#andcouture_lp .stay1 {
		padding-top: 130%;
  	}
	#andcouture_lp .stay2{
		padding-top: 118%;
	}
	
	
	/* 画像ループ */
	#andcouture_lp .slider{
		width:100%;
	}
	
	
	.image-container{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 850px;
	background-color:#E9ECF3;
	}
	.middle-img{
	position: absolute;
	width: 85%;
	top: 40px;
	}
	.front-img{
	z-index: 3;
	position: absolute;
	width: 100%;
	top: 520px;
	left: 5px;
	}


}