@charset "utf-8";
.effect_sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}.effect>* {
	transition: 1.5s;
}
.effect>*:nth-child(2) {
	transition-delay: .2s;
}
.effect>*:nth-child(3) {
	transition-delay: .4s;
}
.effect>*:nth-child(4) {
	transition-delay: .6s;
}
.effect>*:nth-child(5) {
	transition-delay: .8s;
}
.effect>*:nth-child(6) {
	transition-delay: 1s;
}
.effect>*:nth-child(7) {
	transition-delay: 1.2s;
}
.effect>*:nth-child(8) {
	transition-delay: 1.4s;
}
.effect>*:nth-child(9) {
	transition-delay: 1.6s;
}
.effect>*:nth-child(10) {
	transition-delay: 1.8s;
}
.effectBox01 article {
	display: flex;
	flex-direction: row-reverse;
}
.effectBox01 article:nth-child(2n+1) {
	flex-direction: row;
}
.effectBox01 article .frame {
	padding: 5%;
	width: 40%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.effectBox01 article .frame .inBox {
}
.effectBox01 article .photo {
	width: 60%;
	background-position: center center;
	background-size: cover;
	min-height: 500px;
}
.effectBox02 article {
	position: relative;
	margin-top: 40px;
}
.effectBox02 article .frame {
	padding: 5%;
	width: 60%;
	position: relative;
	/* [disabled]z-index: 1; */
}
.effectBox02 article:nth-child(2n+1) .frame {
	padding-left: 35%;
}
.effectBox02 article .frame .inBox {
	background-color: #FFF;
	padding: 50px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.effectBox02 article .photo {
	width: 37.5%;
	background-position: center top;
	background-size: contain;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	background-repeat: no-repeat;
	z-index: 1;
}
.effectBox02 article:nth-child(2n+1) .photo {
	left: 0px;
	top: 0px;
}
.effectBox02 article p {
	line-height: 1.5em;
}
.effectBox03 article {
	display: flex;
	margin-top: 40px;
}
.effectBox03 article:nth-child(2n) {
	flex-direction: row-reverse;
}
.effectBox03 article .frame {
	width: 60%;
	box-sizing: border-box;
	background-color: #FFF;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-right: -40px;
	margin-left: -40px;
	z-index: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.effectBox03 article .photo {
	width: 40%;
	padding-top: 33.333%;
	background-position: center top;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	.effectBox01 article {
		display: block;
	}
	.effectBox01 article .photo {
		width: auto;
		height: 0px;
		padding-top: 66.666%;
		min-height: inherit;
	}
	.effectBox01 article .frame {
		width: auto;
		padding: 0;
		margin: -20px 20px 20px;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
		background-color: #FFF;
	}
	.effectBox01 article .frame .inBox {
		padding: 30px;
	}
	.effectBox02 article .photo {
		width: 100%;
		height: 0px;
		padding-top: 66.666%;
		z-index: inherit;
		background-size: cover;
	}
	.effectBox02 article .frame {
		width: auto;
		padding-top: 60%;
		padding-right: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 20px !important;
		z-index: 1;
	}
	.effectBox02 article .frame .inBox {
		padding-top: 30px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 30px;
	}
.effectBox03 article {
	display: block;
}
.effectBox03 article .frame {
	width: auto;
	padding: 20px;
	margin-top: -20px;
	margin-right: 10px;
	margin-left: 10px;
}
.effectBox03 article .photo {
	width: 100%;
	padding-top: 66.666%;
	margin-bottom: 0px;
}
}