#s5 {
    height: 200vh;
    position: relative;
    overflow: hidden;
	pointer-events:none;
}

@keyframes wavecircle {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(1turn);
	}
}

#s5 .s5bx, #s5 .s5bx .inst {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
	z-index: 2;
}

#s5 .s5bx {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#s5 .s5bx .inst {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#s5 .s5bx h1 {
    color: white;
    font-size: 4vw;
    letter-spacing: -.3rem;
    text-align: center;
	z-index: 2;
}

#s5 .s5bx h1 em{
    color: #C0AAFF;
}

#s5 .s5bx .s5sp {
    height: 10vh;
}

#s5 .s5bx > img,
#s5 .s5bx>svg {
    position: absolute;
}

#s5 .s5bx > img {
	width:40vw;
	height: 40vw;
	z-index: 1;
	-webkit-animation: wavecircle 20s linear infinite;
    animation: wavecircle 20s linear infinite;
}

#s5 .s5bx>svg {
    width: 1vw;
    height: 1vw;
    padding: 3rem 0 3rem 0;
	overflow: hidden;
	z-index: 2;
}

#s5 .s5bx,
#s5 .s5bx>svg {
	overflow: hidden;
}

#s5 .s5bx .inst .s5-l, #s5 .s5bx .inst .s5-r {
    height: 100vh;
    width: 50vw;
}

#s5 .s5bx .inst .s5-l {
    border-right: 1px solid white;
}

#s5 .s5bx .inst .s5-r, #s5 .s5bx .inst .s5-r .stepsL, #s5 .s5bx .inst .s5-r .stepsL .stepsM, #s5 .s5bx .inst .s5-r .stepsL .stepsM .circle {
    display: flex;
}

#s5 .s5bx .inst .s5-r, #s5 .s5bx .inst .s5-l, #s5 .s5bx .inst .s5-r .stepsL .stepsM .circle {
    align-items: center;
    justify-content: center;
}

#s5 .s5bx .inst .s5-r .stepsL .stepsM {
    align-items: center;
    width: 25vw;
    justify-content: flex-start;
}

#s5 .s5bx .inst .s5-l img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 80vh;
    width: auto;
}

#s5 .s5bx .inst .s5-1 .ori {
    z-index: 3;
}

#s5 .s5bx .inst .s5-1 .steps-img {
    z-index: 4;
}

#s5 .s5bx .inst .s5-r .stepsL {
    height: auto;
    width: 25vw;
    flex-direction: column;
}

#s5 .s5bx .inst .s5-r .stepsL .stepsM>.space-h {
    width: 2rem;
}

#s5 .s5bx .inst .s5-r .stepsL>.space-v {
    height: 2rem;
}

#s5 .s5bx .inst .s5-r .stepsL .stepsM .circle {
    width: 4vw;
    height: 4vw;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 2vw;
    color: white;
}

#s5 .s5bx .inst .s5-r .stepsL .stepsM h1 {
    font-size: 2vw;
    color: white;
    letter-spacing: -.02rem;
}