.anm{
	opacity: 0;
	transform:translateY(40px);
	transition-property: opacity, transform;
	transition-duration: 1s;
}
.anm-visible{
	opacity: 1;
	transform:translateX(0) translateY(0);
}

.cmn-header{
	display: none;
}

.vegansweets-mv{
	position: relative;
}
.vegansweets-mv-logo{
	position: absolute;
	top: 17px;
	left: 17px;
	width: max(197px, 15.39vw);
}
.vegansweets-mv-title{
	position: absolute;
	bottom: 62px;
	right: 32px;
	width: max(524px, 40.93vw);
}
.vegansweets-mv-bg{
	width: 100%;
}

.vegansweets-about{
	height: 985px;
	position: relative;
}
.vegansweets-about-img01{
	position: absolute;
	top: -65px;
	left: calc(50vw - 625px);
	width: 784px;
	height: 703px;
}
.vegansweets-about-img01 p{
	position: absolute;
	top: 105px;
	left: 210px;
	width: 480px;
	height: 500px;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: sans-serif;
	line-height: 1.5;
}
.vegansweets-about-img01 img{
	width: 100%;
}
.vegansweets-about-img02{
	position: absolute;
	bottom: 185px;
	left: calc(50vw + 55px);
	width: 506px;
	height: 506px;
	transition-delay: 0.25s;
}
.vegansweets-about-img02 img{
	width: 100%;
}

.vegansweets-buy{
	height: 530px;
	position: relative;
}
.vegansweets-buy-hdg{
	margin: 100px 0 90px;
	text-align: center;
}
.vegansweets-buy-list{
	display: flex;
	justify-content: center;
	align-items: center;
}
.vegansweets-buy-list-item + .vegansweets-buy-list-item{
	margin-left: 100px;
	transition-delay: 0.25s;
}
.vegansweets-buy-list a{
	transition: opacity .3s;
}
.vegansweets-buy-list a:hover{
	opacity: 0.7;
}

.vegansweets-instagram{
	padding: 100px 30px;
	font-family: sans-serif;
}
#sb_instagram{
	max-width: 1000px;
}
.line{
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	overflow: hidden;
}
.line > div{
	display: flex;
	animation: infinity-scroll 60s infinite linear both;
}
.vegansweets-buy .line > div{
	animation-direction:reverse;
}
@keyframes infinity-scroll{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}
}

.cmn-footer{
	display: none;
}

@media screen and (max-width:959px){
	.vegansweets-about{
		height: 102.6vw;
	}
	.vegansweets-about-img01{
		width: 81.66vw;
		left: -17.7vw;
	}
	.vegansweets-about-img01 p{
		top: 10.93vw;
		left: 26.78%;
		width: 61.22%;
		height: 63.77%;
		font-size: 2.5vw;
	}
	.vegansweets-about-img02{
		bottom: 19.27vw;
		left: 54.16vw;
		width: 52.7vw;
		height: 52.7vw;
	}
	.vegansweets-buy{
		height: 55.2vw;
	}
	.vegansweets-buy-hdg{
		margin: 10.41vw 0 9.37vw;
	}
	.vegansweets-buy-hdg img{
		width: 35.41vw;
	}
	.vegansweets-buy-list-item + .vegansweets-buy-list-item{
		margin-left: 10.41vw;
	}
	.vegansweets-buy-list-item img{
		width: 39.58vw;
	}
	.vegansweets-instagram{
		padding: 10.41vw 30px;
	}
	.line img{
		height: 9.27vw;
	}
}

@media screen and (max-width:639px){
	.vegansweets-mv-logo{
		top: 2.65vw;
		left: 2.65vw;
		width: 30.78vw;
	}
	.vegansweets-mv-title{
		bottom: 9.68vw;
		right: 5vw;
		width: 81.87vw;
	}
	.vegansweets-about{
		height: 148.43vw;
	}
	.vegansweets-about-img01{
		width: 109.37vw;
		top: -6.25vw;
		left: -17.18vw;
	}
	.vegansweets-about-img01 p{
		top: 13.28vw;
		font-size: 3.43vw;
	}
	.vegansweets-about-img02{
		bottom: 15.62vw;
		left: 40.62vw;
		width:62.5vw;
		height: 62.5vw;
	}
	.vegansweets-buy{
		height: 56.25vw;
	}
	.vegansweets-buy-hdg{
		margin: 7.81vw 0 4.68vw;
	}
	.vegansweets-buy-hdg img{
		width: 40.62vw;
	}
	.vegansweets-buy-list-item + .vegansweets-buy-list-item{
		margin-left: 7.81vw;
	}
	.vegansweets-buy-list-item img{
		width: 40.62vw;
	}
	.vegansweets-instagram{
		padding: 6.25vw 30px;
	}
	.line img{
		height: 11.71vw;
	}
}