@charset "UTF-8";
.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 {
	position: relative;
	margin-top: 40px;
}
.effectBox01 article .frame {
	padding: 5%;
	width: 40%;
	position: relative;
	z-index: 1;
	min-height: 300px;
	display: flex;
	align-items: center;
}
.effectBox01 article:nth-child(2n+1) .frame {
	padding-left: 55%;
}
.effectBox01 article .frame .inBox {
	padding: 40px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
	background-color: rgba(256, 256, 256, 0.95);
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
}
.effectBox01 article .photo {
	width: 60%;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
}
.effectBox01 article:nth-child(2n+1) .photo {
	left: 0px;
	top: 0px;
}
.effectBox02 {
	padding-top: 5%;
}
.effectBox02 article {
	position: relative;
	margin-top: 5%;
}
.effectBox02 article .frame {
	padding: 5%;
	width: 60%;
	position: relative;
}
.effectBox02 article:nth-child(2n+1) .frame {
	padding-left: 35%;
}
.effectBox02 article .frame .inBox {
	padding: 40px 80px;
	background-color: rgba(256, 256, 256, 0.95);
	border: solid 5px #d6c5df;
	border-radius: 5px;
}
.effectBox02 article .photo {
	width: 40%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.effectBox02 article:nth-child(2n+1) .photo {
	left: 0px;
	top: 0px;
}
.effectBox03 article {
	position: relative;
	min-height: calc(60vh - 0px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.effectBox03 article:nth-child(2n+1) {
	justify-content: flex-end;
}
.effectBox03 article .frame {
	padding: 5%;
	width: 40%;
	position: relative;
	z-index: 1;
}
.effectBox03 article .frame .inBox {
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.effectBox03 article .photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.effectBox03 article:nth-child(2n+1) .photo {
	left: 0px;
	top: 0px;
}
@media screen and (max-width: 700px) {
	#width-----700px----- {}
	.effectBox01 article .photo {
		width: 100%;
		height: 0px;
		padding-top: 66.666%;
	}
	.effectBox01 article .frame {
	min-height: inherit;
		width: auto;
		padding-top: 60%;
		padding-right: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 20px !important;
	}
	.effectBox01 article .frame .inBox {
		padding-top: 30px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 30px;
	}
	.effectBox02 article .photo {
		width: 100%;
		z-index: inherit;
	}
	.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 {
		min-height: inherit;
		display: block;
	}
	.effectBox03 article .photo {
		width: 100%;
		height: 0px;
		padding-top: 66.666%;
		z-index: inherit;
		background-size: cover;
	}
	.effectBox03 article .frame {
		width: auto;
		padding-top: 60%;
		padding-right: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 20px !important;
		z-index: 1;
	}
	.effectBox03 article .frame .inBox {
		padding-top: 30px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 30px;
	}
}