/* 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{
	animation-name: mv01;
	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 mv01 {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.fade01-1a{
	animation-name: mv01-1;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 2.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade01-1b{
	animation-name: mv01-3;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade01-1c{
	animation-name: mv01-1;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 3.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}


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


.fade02-1{
	animation-name: mv02-2;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade02-2{
	animation-name: mv02-2;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 1.3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade02-3{
	animation-name: mv02-2;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 1.6s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade02-4{
	animation-name: mv02-1;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 1.9s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes mv02-1 {
	from {
		clip-path: inset(0 100% 0% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes mv02-2 {
	0% {
		opacity: 0;
		transform: translateY(10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.fade03{
	animation-name: mv03;
	animation-duration: .7s;
	animation-timing-function: ease-out;
	animation-delay: 4.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fade03-2{
	animation-name: mv03-2;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 4.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes mv03 {
	from {
		clip-path: inset(0 100% 0% 0);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}
@keyframes mv03-2 {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 0; }
	15%  { transform: scale(0.9, 0.9) translate(0%, 5%); opacity: 1; }
	30%  { transform: scale(1.2, 0.8) translate(0%, 10%); }
	50%  { transform: scale(0.8, 1.2) translate(0%, -10%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1; }
}



/* body-anime ---------------------------------------------------------------------------------------------- */
.img-out {
	opacity : 1;
}
.img-out.active{
	opacity : 1;
	animation-name: img-out;
	animation-duration: 0s;
	animation-timing-function: ease-in;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
.img-out2 {
	opacity : 1;
}
.img-out2.active{
	opacity : 1;
	animation-name: img-out;
	animation-duration: 0s;
	animation-timing-function: ease-in;
	animation-delay: 1.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
.img-out3 {
	opacity : 1;
}
.img-out3.active{
	opacity : 1;
	animation-name: img-out;
	animation-duration: 0s;
	animation-timing-function: ease-in;
	animation-delay: 2s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
.img-out4 {
	opacity : 1;
}
.img-out4.active{
	opacity : 1;
	animation-name: img-out;
	animation-duration: 0s;
	animation-timing-function: ease-in;
	animation-delay: 2.5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes img-out {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.img-r01 {
	opacity : 1;
}
.img-r01.active{
	opacity : 1;
	animation-name: img-r01;
	animation-duration: .7s;
	animation-timing-function: ease-in;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes img-r01 {
	from {
		border-radius: 0 0 0 0;
	}
	to {
		border-radius: 0 250px 0 0;
	}
}
.img-r02 {
	opacity : 1;
}
.img-r02.active{
	opacity : 1;
	animation-name: img-r02;
	animation-duration: .7s;
	animation-timing-function: ease-in;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes img-r02 {
	from {
		border-radius: 0 0 0 0;
	}
	to {
		border-radius: 250px 0 0 0;
	}
}
.img-r03 {
	opacity : 1;
}
.img-r03.active{
	opacity : 1;
	animation-name: img-r03;
	animation-duration: .7s;
	animation-timing-function: ease-in;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
}
@keyframes img-r03 {
	from {
		border-radius: 0 0 0 0;
	}
	to {
		border-radius: 300px 300px 0 0;
	}
}


.icon-f {
	opacity : 0;
}
.icon-f.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;
}
@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(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.fadein-txt-w {
	opacity : 0;
}
.fadein-txt-w.active{
	opacity : 1;
	animation-name: fadein-txt-w;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	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: 1.5s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	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: 1s;
	animation-timing-function: ease-out;
	animation-delay: 1.5s;
	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: .5s;
	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: 1s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
.fadein-txt-up2 {
	opacity : 0;
}
.fadein-txt-up2.active{
	opacity : 1;
	animation-name: fadein-txt-up;
	animation-duration: 1.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-txt-up {
	from {
		clip-path: inset(0 0% 100% 0%);
		opacity: 1;
	}
	to {
		clip-path: inset(0);
		opacity: 1;
	}
}

.fadein-txt-down {
	opacity : 0;
}
.fadein-txt-down.active{
	opacity : 1;
	animation-name: fadein-txt-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;
}
.fadein-txt-down2 {
	opacity : 0;
}
.fadein-txt-down2.active{
	opacity : 1;
	animation-name: fadein-txt-down;
	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-txt-down3 {
	opacity : 0;
}
.fadein-txt-down3.active{
	opacity : 1;
	animation-name: fadein-txt-down;
	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-txt-down4 {
	opacity : 0;
}
.fadein-txt-down4.active{
	opacity : 1;
	animation-name: fadein-txt-down;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	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 : 1;
}
.fadein-txt-b.active{
	opacity : 1;
	animation-name: fadein-txt-b;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 1;
}
@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: 1s;
	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: 1s;
	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: 1s;
	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: 1s;
	animation-timing-function: ease-out;
	animation-delay: 2s;
	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-up2;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 2.5s;
	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-up2;
	animation-duration: .5s;
	animation-timing-function: ease-out;
	animation-delay: 3s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadein-up1 {
	0% {
		opacity: 0;
		transform: translateY(10%);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes fadein-up2 {
	0% {
		opacity: 0;
		transform: translateY(5px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.img-up {
	opacity : 0;
}
.img-up.active{
	opacity : 1;
	animation-name: img-up;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: .5s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes img-up {
	0% {
		opacity: 0;
	}
	100% {
		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: 1s;
	animation-timing-function: ease-out;
	animation-delay: .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);
	}
}

.fadein-r {
	opacity : 0;
}
.fadein-r.active{
	opacity : 1;
	animation-name: fadein-r;
	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 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: 4s;
	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.1);
	}
	20% {
		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 : 1;
}
.icon-ani.active{
	opacity : 1;
	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: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 1;
		transform: translateX(80px);
	}
}

.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)
	}
}

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

.door-txt01 {
	opacity : 0;
}
.door-txt01.active{
	opacity : 1;
	animation-name: door-txt01;
	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 door-txt01 {
	0% {
		opacity: 1;
		clip-path: inset(100%);
	}
	100% {
		opacity: 1;
		clip-path: inset(0);
	}
}
.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 {
	0% {
		opacity: 0;
		transform: translateY(20px)
	}
	100% {
		opacity: 1;
		transform: translateY(0px)
	}
}
.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% 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(188,222,200,1), rgba(188,222,200,1));
}
.marker-color01{
	background-image: linear-gradient(90deg, rgba(238,233,204,1), rgba(238,233,204,1));
}
.marker-color02{
	background-image: linear-gradient(90deg, rgba(198,187,173,1), rgba(198,187,173,1));
}
.marker-color03{
	background-image: linear-gradient(90deg, rgba(175,175,176,1), rgba(175,175,176,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 15px;
	padding: 0 5px 0px 10px;
	transition: all 2s ease;
}
.marker.active {
	background-size: 100% 15px;
}
.marker-txt{
	display: inline;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 1px;
	padding: 0 5px 3px 10px;
	transition: all 2s ease;
}
.marker-txt.active {
	background-size: 100% 1px;
}

.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{
		animation-name: mv01;
		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 mv01 {
		0% {
			opacity: 0;
			transform: scale(1.1);
		}
		20% {
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	.fade01-1a{
		animation-name: mv01-1;
		animation-duration: .7s;
		animation-timing-function: ease-out;
		animation-delay: 2.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade01-1b{
		animation-name: mv01-3;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade01-1c{
		animation-name: mv01-1;
		animation-duration: .7s;
		animation-timing-function: ease-out;
		animation-delay: 3.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	
	
	.fade01-2{
		animation-name: mv01-2;
		animation-duration: .5s;
		animation-timing-function: ease-out;
		animation-delay: 4s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv01-1 {
		from {
			clip-path: inset(0 100% 0% 0);
			opacity: 1;
		}
		to {
			clip-path: inset(0);
			opacity: 1;
		}
	}
	@keyframes mv01-2 {
		from {
			clip-path: inset(0 0% 100% 0);
			opacity: 1;
		}
		to {
			clip-path: inset(0);
			opacity: 1;
		}
	}
	@keyframes mv01-3 {
		0% {
			opacity: 0;
			transform: translateX(-10%);
		}
		100% {
			opacity: 1;
			transform: translateX(0px);
		}
	}
	
	
	.fade02-1{
		animation-name: mv02-2;
		animation-duration: .7s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02-2{
		animation-name: mv02-2;
		animation-duration: .7s;
		animation-timing-function: ease-out;
		animation-delay: 1.3s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02-3{
		animation-name: mv02-2;
		animation-duration: .7s;
		animation-timing-function: ease-out;
		animation-delay: 1.6s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade02-4{
		animation-name: mv02-1;
		animation-duration: .7s;
		animation-timing-function: ease-out;
		animation-delay: 1.9s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv02-1 {
		from {
			clip-path: inset(0 100% 0% 0);
			opacity: 1;
		}
		to {
			clip-path: inset(0);
			opacity: 1;
		}
	}
	@keyframes mv02-2 {
		0% {
			opacity: 0;
			transform: translateY(10%);
		}
		100% {
			opacity: 1;
			transform: translateY(0px);
		}
	}
	
	.fade03{
		animation-name: mv03;
		animation-duration: .7s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.fade03-2{
		animation-name: mv03-2;
		animation-duration: 1s;
		animation-timing-function: ease-out;
		animation-delay: 4.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	@keyframes mv03 {
		from {
			clip-path: inset(0 100% 0% 0);
			opacity: 1;
		}
		to {
			clip-path: inset(0);
			opacity: 1;
		}
	}
	@keyframes mv03-2 {
		0%   { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 0; }
		15%  { transform: scale(0.9, 0.9) translate(0%, 5%); opacity: 1; }
		30%  { transform: scale(1.2, 0.8) translate(0%, 10%); }
		50%  { transform: scale(0.8, 1.2) translate(0%, -10%); }
		70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
		100% { transform: scale(1.0, 1.0) translate(0%, 0%); opacity: 1; }
	}


	.img-r01 {
		opacity : 1;
	}
	.img-r01.active{
		opacity : 1;
		animation-name: img-r01;
		animation-duration: .7s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes img-r01 {
		from {
			border-radius: 0 0 0 0;
		}
		to {
			border-radius: 0 100px 0 0;
		}
	}
	.img-r02 {
		opacity : 1;
	}
	.img-r02.active{
		opacity : 1;
		animation-name: img-r02;
		animation-duration: .7s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes img-r02 {
		from {
			border-radius: 0 0 0 0;
		}
		to {
			border-radius: 100px 0 0 0;
		}
	}
	.img-r03 {
		opacity : 1;
	}
	.img-r03.active{
		opacity : 1;
		animation-name: img-r03;
		animation-duration: .7s;
		animation-timing-function: ease-in;
		animation-delay: .5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: forwards;
	}
	@keyframes img-r03 {
		from {
			border-radius: 0 0 0 0;
		}
		to {
			border-radius: 300px 300px 0 0;
		}
	}

}