#seedfreedom #contents {
	position: relative;
	overflow: visible!important;
	z-index: 10;
}
#seedfreedom .layardBox {
	position: relative;
	z-index: 10;
}
#seedfreedom .specialWrapper .widthWrapperWide {
	position: relative;
	width: 92%;
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
}
#seedfreedom .specialWrapper {
	position: relative;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
}
#seedfreedom .specialWrapper .specialWrapper {
	padding-bottom: 150px;
}
#seedfreedom .specialWrapper .fixBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110vh;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -1;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#seedfreedom .specialWrapper .specialWrapper {
		padding-bottom: 10vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#seedfreedom .specialWrapper .specialWrapper {
		padding-bottom: 10vw;
	}
}
#seedfreedom #seed.specialWrapper .fixBg {
	background-image: url("../images/_story/bg01.jpg");
}
#seedfreedom #destiny.specialWrapper .fixBg {
	background-image: url("../images/_story/bg02.jpg");
}
/*kv*/
#seedfreedom .kv {
	width: 100%;
	height: 45.45vw;
	max-height: 909px;
	background-image: url("../images/_story/kv00.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
#seedfreedom #seed .kv {
	height: 60vw;
	max-height: 900px;
	background-image: url("../images/_story/kv01.jpg");
}
#seedfreedom #destiny .kv {
	height: 60vw;
	max-height: 900px;
	background-image: url("../images/_story/kv02.jpg");
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#seedfreedom .kv {
		height: 54vw;
		max-height: inherit;
	}
	#seedfreedom #seed .kv {
		height: 60vw;
		max-height: 900px;
		background-image: url("../images/_story/kv01.jpg");
	}
	#seedfreedom #destiny .kv {
		height: 60vw;
		max-height: 900px;
		background-image: url("../images/_story/kv02.jpg");
	}
}
/*specialNav*/
#seedfreedom .shortCut ul li a > span {
	display: block;
}
#seedfreedom .shortCut ul li a > span + span {
	position: relative;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
	padding: 1.5em 2em;
	background-image: url('../images/_svg/arrowDownWhite.svg');
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-size: 1.5em auto;
	box-sizing: border-box;
}
#seedfreedom .shortCut ul li:nth-child(1) a > span + span {
	background-color: #0196b4;
}
#seedfreedom .shortCut ul li:nth-child(2) a > span + span {
	background-color: #d73c76;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#seedfreedom .shortCut ul li a > span + span {
		width: 100%;
		padding: 1em 1em;
		background-size: 1em auto;
	}
}
/*logo*/
#seedfreedom .specialWrapper .logo {
	position: relative;
	width: 54vw;
	max-width: 810px;
	margin: -180px auto 0;
	z-index: 20;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#seedfreedom .specialWrapper .logo {
		margin-top: -12vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#seedfreedom .specialWrapper .logo {
		margin-top: -12vw;
	}
}
/*stickyContent*/
#seedfreedom .stickyWrapper {
	width: 100%;
	max-width: 1500px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
}
#seedfreedom .stickyWrapper .stickyContent {
	position: -webkit-sticky;
	position: sticky;
	/*
	top: 80px;
	*/
	top: 0;
	min-height: 100vh;
}
#seedfreedom .stickyWrapper .stickyImage {
	position: relative;
	width: 82.4%;
	height: 57vw;
	padding-top: 0.5em;
	box-sizing: border-box;
}
#seedfreedom .stickyWrapper.stickyImagePortlate .stickyImage {
	width: 86vh;
	height: 98vh;
}
#seedfreedom .stickyWrapper.reverseLayout .stickyImage {
	margin-left: auto;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#seedfreedom .stickyWrapper .stickyImage {
		width: 90vw;
		height: 62vw;
	}
	#seedfreedom .stickyWrapper.stickyImagePortlate .stickyImage {
		width: 80vw;
		height: 105vw;
	}
}
.stickyImageText {
	position: absolute;
	top: 0;
	left: 0.5em;
	width: 100%;
	height: calc(100% - 0.5em);
	font-family: 'Electrolize', sans-serif;
	pointer-events: none;
}
.reverseLayout .stickyImageText {
	left: -0.5em;
}
.stickyImageText > div {
	position: absolute;
	animation: stickyImageTextAni 20000ms linear infinite;
	user-select: none;
	visibility: hidden;
}
@keyframes stickyImageTextAni {
	0% {
		offset-distance: 100%;
		visibility: visible;
	}
	100% {
		offset-distance: 0%;
	}
}
.stickyImageText.delay190 > div {
	animation-delay: calc(var(--i) * 190ms);
}
.stickyImageText.delay350 > div {
	animation-delay: calc(var(--i) * 350ms);
}
.stickyImageText.delay400 > div {
	animation-delay: calc(var(--i) * 400ms);
}
.stickyImageText.delay450 > div {
	animation-delay: calc(var(--i) * 450ms);
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	.stickyContent.text60 {
		font-size: 4.5vw!important;
	}
}
.stickyImageObj {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
.stickyImageObj > .stickyImageObj,
.stickyImageObj > .stickyImageObj .stickyImageObj {
	position: absolute;
	top: 0;
	left: 0;
}
#seedfreedom .stickyWrapper .textBox {
	width: 80%;
	margin-left: 20%;
	padding: 2em;
	background-color: rgba(33,33,33,0.74);
	box-sizing: border-box;
}
#seedfreedom .stickyWrapper.stickyImagePortlate .textBox {
	width: 64%;
	margin-left: 36%;
}
#seedfreedom .stickyWrapper.reverseLayout .textBox {
	margin-left: 0;
	margin-right: 20%;
}
#seedfreedom .stickyWrapper.stickyImagePortlate .textBox {
	width: 64%;
	margin-left: 36%;
}
#seedfreedom .stickyWrapper.reverseLayout.stickyImagePortlate .textBox {
	width: 64%;
	margin-left: 0;
	margin-right: 36%;
}
#seedfreedom .stickyWrapper .sceneBox {
	max-width: 1500px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
}
#seedfreedom .stickyWrapper.stickyImagePortlate .sceneBox {
	margin-top: 360px;
}
#seedfreedom .stickyWrapper .sceneBox .flexBlock > div {
	width: 33.333333%;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	#seedfreedom .stickyWrapper {
		margin-top: 10vw;
	}
	#seedfreedom .stickyWrapper .sceneBox {
		margin-top: 10vw;
	}
	#seedfreedom .stickyWrapper.stickyImagePortlate .sceneBox {
		margin-top: 24vw;
	}
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#seedfreedom .stickyWrapper {
		margin-top: 10vw;
	}
	#seedfreedom .stickyWrapper .stickyContent {
		min-height: 70vw;
	}
	#seedfreedom .stickyWrapper.stickyImagePortlate .stickyContent {
		min-height: 100vw;
	}
	#seedfreedom .stickyWrapper .textBox,
	#seedfreedom .stickyWrapper.stickyImagePortlate .textBox,
	#seedfreedom .stickyWrapper.reverseLayout .textBox,
	#seedfreedom .stickyWrapper.stickyImagePortlate .textBox,
	#seedfreedom .stickyWrapper.reverseLayout.stickyImagePortlate .textBox {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#seedfreedom .stickyWrapper .sceneBox {
		margin-top: 10vw;
	}
	#seedfreedom .stickyWrapper.stickyImagePortlate .sceneBox {
		margin-top: 24vw;
	}
}
#seedfreedom .anchorLogo {
	position: fixed;
	left: -25%;
	bottom: 0;
	width: 20%;
	backdrop-filter: blur(6px);
	transition: all 0.5s ease;
}
#seedfreedom .anchorLogo.show {
	left: 0;
}
@media screen and (max-width: 800px) and (orientation:portrait) {
	#seedfreedom .anchorLogo {
		left: -45%;
		width: 40%;
	}
}