/* head-anime ---------------------------------------------------------------------------------------------- */
.fade0 {
	animation-name: fade0;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fade0 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fade01-1{
	animation-name: mv01-1;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade01-2{
	animation-name: mv01-2;
	animation-duration: 4s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes mv01-1 {
	from {
		clip-path: inset(0 0% 100% 0%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes mv01-2 {
	0% {
		opacity: 0;
		transform: scale(1.1);
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
	}
	30% {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.fade02-1{
	animation-name: mv02-3;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade02-2{
	animation-name: mv02-5;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade02-3{
	animation-name: mv02-3;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 2.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade02-4{
	animation-name: mv02-3;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 3.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade02-5{
	animation-name: mv02-3;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade02-6{
	animation-name: mv02-4;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 4s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes mv02-1 {
	0% {
		opacity: 1;
        transform: rotate(-180deg);
    }
    100% {
		opacity: 1;
        transform: rotate(0deg);
    }
}
@keyframes mv02-2 {
	0% {
		-webkit-filter: blur(20px);
		-moz-filter: blur(20px);
		-o-filter: blur(20px);
		-ms-filter: blur(20px);
		filter: blur(20px);
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes mv02-3 {
	from {
		clip-path: inset(0 100% 0% 0%);
		opacity: 0;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes mv02-4 {
	from {
		clip-path: inset(0 0% 100% 0%);
		opacity: 0;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes mv02-5 {
	0% {
		opacity: 1;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}



/* body-anime ---------------------------------------------------------------------------------------------- */
.color-ani{
	opacity : 1;
}
.color-ani.active{
	opacity : 1;
	animation-name: color-ani;
	animation-duration: .5s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 1;
}
@keyframes color-ani {
	from {
		color: #231815;
	}
	to {
		color: #EB8695;
	}
}


.img-ani01 {
	opacity : 0;
}
.img-ani01.active{
	opacity : 1;
	animation-name: img-ani01;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.img-ani01-2 {
	opacity : 0;
}
.img-ani01-2.active{
	opacity : 1;
	animation-name: img-ani01-2;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.img-ani01-3 {
	opacity : 0;
}
.img-ani01-3.active{
	opacity : 1;
	animation-name: img-ani01-3;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.img-ani02 {
	opacity : 0;
}
.img-ani02.active{
	opacity : 1;
	animation-name: img-ani02;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.img-ani02-2 {
	opacity : 0;
}
.img-ani02-2.active{
	opacity : 1;
	animation-name: img-ani02-2;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes img-ani01 {
	from {
		clip-path: inset(0 0% 100% 0%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes img-ani01-2 {
	from {
		clip-path: inset(0 100% 0% 0%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes img-ani01-3 {
	from {
		clip-path: inset(0 0% 0% 100%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes img-ani02 {
	0% {
		opacity: 0;
		transform: scale(1.4) translateY(5%);
	}
	40% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0px);
	}
}
@keyframes img-ani02-2 {
	0% {
		opacity: 0;
		transform: scale(1.1) translateY(5%);
	}
	40% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0px);
	}
}

.fadein-logo01 {
	opacity : 0;
}
.fadein-logo01.active{
	opacity : 1;
	animation-name: fadein-logo01;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-logo01 {
	0% {
		opacity: 0;
		transform: scale(1.1) translateY(5%);
	}
	40% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1) translateY(0px);
	}
}

.fadein-logo02 {
	opacity : 0;
}
.fadein-logo02.active{
	opacity : 1;
	animation-name: fadein-logo02;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-logo02 {
	from {
		clip-path: inset(0 100% 100% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}

.fadein-logo-e {
	opacity : 0;
}
.fadein-logo-e.active{
	opacity : 1;
	animation-name: fadein-logo-e;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-logo-e {
	from {
		clip-path: inset(0 100% 0% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}



.out-ani {
	opacity : 0;
}
.out-ani.active{
	animation-name: icon-f;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes icon-f {
	0% {
		opacity: 1;
        transform: rotateY(90deg);
    }
    100% {
		opacity: 1;
        transform: rotateY(0deg);
    }
}
.read-down {
	opacity : 1;
}
.read-down.active{
	opacity : 1;
	animation-name: read-down;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes read-down {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}

.fadein-up {
	opacity : 0;
}
.fadein-up.active{
	opacity : 1;
	animation-name: fadein-up;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-up {
	0% {
		opacity: 0;
		transform: translateY(10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.fadein-txt-w {
	opacity : 0;
}
.fadein-txt-w.active{
	opacity : 1;
	animation-name: fadein-txt-w;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-txt-w2 {
	opacity : 0;
}
.fadein-txt-w2.active{
	opacity : 1;
	animation-name: fadein-txt-w;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-txt-w3 {
	opacity : 0;
}
.fadein-txt-w3.active{
	opacity : 1;
	animation-name: fadein-txt-w;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-txt-w {
	from {
		clip-path: inset(0 100% 0% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes fadein-txt-w3 {
	from {
		clip-path: inset(0% 100% 100% 0%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}

.fadein-txt-w-r {
	opacity : 0;
}
.fadein-txt-w-r.active{
	opacity : 1;
	animation-name: fadein-txt-w-r;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-txt-w-r {
	from {
		clip-path: inset(0 0% 0% 100%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}

.fadein-txt-up {
	opacity : 0;
}
.fadein-txt-up.active{
	opacity : 1;
	animation-name: fadein-txt-up;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-txt-up2 {
	opacity : 0;
}
.fadein-txt-up2.active{
	animation-name: fadein-txt-up;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 1.2s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-txt-up {
	from {
		clip-path: inset(0 0% 100% 0%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes fadein-txt-up2 {
	from {
		clip-path: inset(0 0% 100% 0%);
		opacity: 0;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}

.fadein-txt-up3 {
	opacity : 0;
}
.fadein-txt-up3.active{
	opacity : 1;
	animation-name: fadein-txt-up3;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-txt-up3 {
	0% {
		clip-path: inset(0 0% 100% 0%);
		opacity: 1;
	}
	50% {
		clip-path: inset(0);
		opacity: 1;
	}
	100% {
		clip-path: inset(100% 0% 0% 0%);
		opacity: 1;
	}
}

.fadein-txt-down {
	opacity : 0;
}
.fadein-txt-down.active{
	opacity : 1;
	animation-name: fadein-txt-down;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-txt-down {
	from {
		clip-path: inset(100% 0% 0% 0%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}

.fadein-txt-b {
	opacity : 0;
}
.fadein-txt-b.active{
	opacity : 1;
	animation-name: fadein-txt-b;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-txt-b {
	from {
		-webkit-filter: blur(10px);
		-moz-filter: blur(10px);
		-o-filter: blur(10px);
		-ms-filter: blur(10px);
		filter: blur(10px);
		opacity: 1;
	}
	to {
		-webkit-filter: blur(0px);
		-moz-filter: blur(0px);
		-o-filter: blur(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
		opacity: 1;
	}
}

.fadein-up1 {
	opacity : 0;
}
.fadein-up1.active{
	opacity : 1;
	animation-name: fadein-up1;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-up2 {
	opacity : 0;
}
.fadein-up2.active{
	opacity : 1;
	animation-name: fadein-up1;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-up3 {
	opacity : 0;
}
.fadein-up3.active{
	opacity : 1;
	animation-name: fadein-up1;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-up4 {
	opacity : 0;
}
.fadein-up4.active{
	opacity : 1;
	animation-name: fadein-up1;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-up5 {
	opacity : 0;
}
.fadein-up5.active{
	opacity : 1;
	animation-name: fadein-up1;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 1.8s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-up6 {
	opacity : 0;
}
.fadein-up6.active{
	opacity : 1;
	animation-name: fadein-up1;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 2.1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-up7 {
	opacity : 0;
}
.fadein-up7.active{
	opacity : 1;
	animation-name: fadein-up1;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 2.4s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-up1 {
	0% {
		opacity: 1;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}

.img-up {
	opacity : 0;
}
.img-up.active{
	opacity : 1;
	animation-name: img-up;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes img-up {
	from {
		clip-path: inset(0% 100% 100% 0%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}

.img-down {
	opacity : 0;
}
.img-down.active{
	opacity : 1;
	animation-name: img-down;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes img-down {
	0% {
		opacity: 0;
		transform: translateY(-10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.line-down {
	opacity : 0;
}
.line-down.active{
	opacity : 1;
	animation-name: img-down;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: 2.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes img-down {
	0% {
		opacity: 0;
		transform: translateY(-120px);
	}
	100% {
		opacity: 1;
		transform: translateY(120px);
	}
}

.fadein-l {
	opacity : 0;
}
.fadein-l.active{
	opacity : 1;
	animation-name: fadein-l;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-l2 {
	opacity : 0;
}
.fadein-l2.active{
	opacity : 1;
	animation-name: fadein-l;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-l3 {
	opacity : 0;
}
.fadein-l3.active{
	opacity : 1;
	animation-name: fadein-l;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-l4 {
	opacity : 0;
}
.fadein-l4.active{
	opacity : 1;
	animation-name: fadein-l;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-l5 {
	opacity : 0;
}
.fadein-l5.active{
	opacity : 1;
	animation-name: fadein-l2;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-l6 {
	opacity : 0;
}
.fadein-l6.active{
	opacity : 1;
	animation-name: fadein-l3;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-l {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
@keyframes fadein-l2 {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
@keyframes fadein-l3 {
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.fadein-r {
	opacity : 0;
}
.fadein-r.active{
	opacity : 1;
	animation-name: fadein-r;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-r {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}



.fadein-up-zoom {
	opacity : 0;
}
.fadein-up-zoom.active{
	opacity : 1;
	animation-name: fadein-up-zoom;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-up-zoom {
	0% {
		opacity: 0;
		transform: scale(1.05);
	}
	40% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.fadein-bg {
	opacity : 0;
}
.fadein-bg.active{
	opacity : 1;
	animation-name: fadein-bg;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-bg {
	0% {
		opacity: 1;
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.line-ani01 {
	opacity : 0;
}
.line-ani01.active{
	opacity : 1;
	animation-name: line-ani01;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes line-ani01 {
	0% {
		opacity: 0;
		transform: translateX(-120%);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}
.line-ani01-2 {
	opacity : 0;
}
.line-ani01-2.active{
	opacity : 1;
	animation-name: line-ani01-2;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes line-ani01-2 {
	0% {
		opacity: 0;
		transform: translateY(-120%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.line-ani02 {
	opacity : 0;
}
.line-ani02.active{
	opacity : 1;
	animation-name: line-ani02;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes line-ani02 {
	0% {
		opacity: 0;
		transform: translateX(120%);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

.fadein-zoom {
	opacity : 0;
}
.fadein-zoom.active{
	opacity : 1;
	animation-name: fadein-zoom;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-zoom {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.on-txt-ani {
	opacity : 0;
}
.on-txt-ani.active{
	opacity : 1;
	animation-name: on-txt-ani;
	animation-duration: 2s;
	animation-timing-function: ease-in;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes on-txt-ani {
	from {
		clip-path: inset(0 100% 100% 0 round 0 0 800px 0);
		opacity: 0;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}


.icon-ani {
	opacity : 0;
}
.icon-ani.active{
	opacity : 0;
	animation-name: icon-ani;
	animation-duration: .4s;
	animation-timing-function: ease-in;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes icon-ani {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.txt-ani01 {
	opacity : 0;
}
.txt-ani01.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.txt-ani02 {
	opacity : 0;
}
.txt-ani02.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .7s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.txt-ani03 {
	opacity : 0;
}
.txt-ani03.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: .9s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.txt-ani04 {
	opacity : 0;
}
.txt-ani04.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1.1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.txt-ani05 {
	opacity : 0;
}
.txt-ani05.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1.3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.txt-ani06 {
	opacity : 0;
}
.txt-ani06.active{
	opacity : 1;
	animation-name: txt-ani;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes txt-ani {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes txt-ani02 {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.t-line-ani01 {
	opacity : 0;
}
.t-line-ani01.active{
	opacity : 1;
	animation-name: t-line-ani01;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes t-line-ani01 {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}
	100% {
		opacity: 1;
		transform: translateY(0px)
	}
}
.t-line-ani02 {
	opacity : 0;
}
.t-line-ani02.active{
	opacity : 1;
	animation-name: t-line-ani02;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes t-line-ani02 {
	0% {
		opacity: 0;
		transform: translateY(100%)
	}
	100% {
		opacity: 1;
		transform: translateY(0px)
	}
}
.t-line-ani03 {
	opacity : 0;
}
.t-line-ani03.active{
	opacity : 1;
	animation-name: t-line-ani03;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes t-line-ani03 {
	0% {
		opacity: 0;
		transform: translateX(-100%)
	}
	100% {
		opacity: 1;
		transform: translateX(0px)
	}
}
.t-line-ani04 {
	opacity : 0;
}
.t-line-ani04.active{
	opacity : 1;
	animation-name: t-line-ani04;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes t-line-ani04 {
	0% {
		opacity: 0;
		transform: translateX(100%)
	}
	100% {
		opacity: 1;
		transform: translateX(0px)
	}
}

.logo-ani01 {
	opacity : 0;
}
.logo-ani01.active{
	opacity : 0;
	animation-name: logo-ani01;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 2.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
.logo-ani02 {
	opacity : 0;
}
.logo-ani02.active{
	opacity : 0;
	animation-name: logo-ani02;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
.logo-ani03 {
	opacity : 0;
}
.logo-ani03.active{
	opacity : 0;
	animation-name: logo-ani02;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes logo-ani01 {
	from {
		clip-path: inset(0 100% 0% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes logo-ani02 {
	from {
		clip-path: inset(0 0% 100% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}

.door-txt01 {
	opacity : 0;
}
.door-txt01.active{
	opacity : 1;
	animation-name: door-txt01;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes door-txt01 {
	0% {
		opacity: 0;
		transform: translateY(5%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
.door-txt02 {
	opacity : 0;
}
.door-txt02.active{
	opacity : 1;
	animation-name: door-txt02;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes door-txt02 {
	from {
		clip-path: inset(0 100% 0% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
.door-txt03 {
	opacity : 0;
}
.door-txt03.active{
	opacity : 1;
	animation-name: door-txt03;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes door-txt03 {
	from {
		clip-path: inset(0 100% 0% 0%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
.door-txt04 {
	opacity : 0;
}
.door-txt04.active{
	opacity : 1;
	animation-name: door-txt04;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 2.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes door-txt04 {
	from {
		clip-path: inset(0 100% 0% 0%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
.door-txt05 {
	opacity : 0;
}
.door-txt05.active{
	opacity : 1;
	animation-name: door-txt05;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 2.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes door-txt05 {
	from {
		clip-path: inset(0% 0% 100% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}

.bg-ani {
	opacity : 0;
}
.bg-ani.active{
	opacity : 1;
	animation-name: bg-ani;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes bg-ani {
	0% {
		transform: translate(0%, -10%);
		opacity: 0;
	}
	100% {
		transform: translate(0%, 10%);
		opacity: .5;
	}
}

/* marker */
.marker-color00{
	background-image: linear-gradient(90deg, rgba(0,145,113,1), rgba(0,145,113,1));
}
.marker-color01{
	background-image: linear-gradient(90deg, rgba(198,171,122,1), rgba(198,171,122,1));
}
.marker-color02{
	background-image: linear-gradient(90deg, rgba(172,183,163,1), rgba(172,183,163,1));
}
.marker-color03{
	background-image: linear-gradient(90deg, rgba(239,204,208,1), rgba(239,204,208,1));
}
.marker-color04{
	background-image: linear-gradient(90deg, rgba(185,222,209,1), rgba(185,222,209,1));
}
.marker-color05{
	background-image: linear-gradient(90deg, rgba(230,236,126,1), rgba(230,236,126,1));
}
.marker-color06{
	background-image: linear-gradient(90deg, rgba(45,120,213,1), rgba(45,120,213,1));
}
.marker-color07{
	background-image: linear-gradient(90deg, rgba(35,24,21,1), rgba(35,24,21,1));
}
.marker-color08{
	background-image: linear-gradient(90deg, rgba(31,56,94,1), rgba(31,56,94,1));
}
.marker{
	display: inline;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 10px;
	padding: 0 5px 0px 10px;
	transition: all 2s ease;
}
.marker.active {
	background-size: 100% 10px;
}
.marker-txt{
	display: inline;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 3px;
	padding: 0 5px 3px 10px;
	transition: all 2s ease;
}
.marker-txt.active {
	background-size: 100% 3px;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 25%;
	z-index: 3;
	display: block;
	width: 30px;
	height: 100px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

/*//////////////////////////////// for iphone ////////////////////////////*/
@media (min-width:0px) and ( max-width:766px) {

	.fade0 {
		animation-name: fade0;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes fade0 {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	
	.fade01-1{
		animation-name: mv01-1;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade01-2{
		animation-name: mv01-2;
		animation-duration: 4s;
		animation-timing-function: ease-out;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv01-1 {
		from {
			clip-path: inset(0 0% 100% 0%);
			opacity: 1;
		}
		to {
			clip-path: inset(0);
			opacity: 1;
		}
	}
	@keyframes mv01-2 {
		0% {
			opacity: 0;
			transform: scale(1.1);
			-webkit-filter: blur(10px);
			-moz-filter: blur(10px);
			-o-filter: blur(10px);
			-ms-filter: blur(10px);
			filter: blur(10px);
		}
		30% {
			opacity: 1;
			-webkit-filter: blur(0px);
			-moz-filter: blur(0px);
			-o-filter: blur(0px);
			-ms-filter: blur(0px);
			filter: blur(0px);
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	.fade02-1{
		animation-name: mv02-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 1.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02-2{
		animation-name: mv02-5;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02-3{
		animation-name: mv02-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02-4{
		animation-name: mv02-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02-5{
		animation-name: mv02-3;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02-6{
		animation-name: mv02-4;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv02-1 {
		0% {
			opacity: 1;
			transform: rotate(-180deg);
		}
		100% {
			opacity: 1;
			transform: rotate(0deg);
		}
	}
	@keyframes mv02-2 {
		0% {
			-webkit-filter: blur(20px);
			-moz-filter: blur(20px);
			-o-filter: blur(20px);
			-ms-filter: blur(20px);
			filter: blur(20px);
			opacity: 1;
		}
		100% {
			opacity: 1;
			-webkit-filter: blur(0px);
			-moz-filter: blur(0px);
			-o-filter: blur(0px);
			-ms-filter: blur(0px);
			filter: blur(0px);
		}
	}
	@keyframes mv02-3 {
		from {
			clip-path: inset(0 100% 0% 0%);
			opacity: 0;
		}
		to {
			clip-path: inset(0);
			opacity: 1;
		}
	}
	@keyframes mv02-4 {
		from {
			clip-path: inset(0 0% 100% 0%);
			opacity: 0;
		}
		to {
			clip-path: inset(0);
			opacity: 1;
		}
	}
	@keyframes mv02-5 {
		0% {
			opacity: 1;
			transform: translateY(100%);
		}
		100% {
			opacity: 1;
			transform: translateY(0%);
		}
	}

}