﻿
#top-box {
	position: relative;
	width: 1200px;
	height: 800px;
	margin: auto;
	z-index: -9;
}


.top-box-bg {
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 1200px;
	height: 800px;
	margin: auto;
	z-index: -10;
	background-color: #fffef3;
	background-image:url("../images/top_box_bg.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 2000px;
	
}

.top-box-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 800px;
	background-image:url("../images/top_box_left.svg");
	background-repeat: no-repeat;
}

.top-box-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 800px;
	background-image:url("../images/top_box_right.svg");
	background-repeat: no-repeat;
}

.top-box-logo {
	position: relative;
	width: 100%;
	height: 750px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.top-box-logo img {
	width: 330px;
}

@media (max-width:1300px){
	
	#top-box {
		width: auto;
	}
	
	.top-box-bg {
		min-width: 0;
	}
	
}

@media (max-width:1200px){
	
	.top-box-bg {
		min-width: 0;
	}
	
	.top-box-left {
		left: -3%;
		width: 600px;
	}
	
	.top-box-right {
		right: -3%;
		width: 600px;
	}
	
}

@media (max-width:1150px){
	
	.top-box-left {
		left: -7%;
	}
	
	.top-box-right {
		right: -7%;
	}
	
}

@media (max-width:1050px){
	
	.top-box-left {
		left: -9%;
	}
	
	.top-box-right {
		right: -9%;
	}
	
}

@media (max-width:1000px){
	
	.top-box-left {
		left: -12%;
	}
	
	.top-box-right {
		right: -12%;
	}
	
}

@media (max-width:950px){
	
	.top-box-left {
		left: -17%;
	}
	
	.top-box-right {
		right: -17%;
	}
	
}

@media (max-width:900px){
	
	#top-box {
		height: auto;
		aspect-ratio: 1.5 / 1!important;
		width: 100%!important;
		object-fit: cover;
		
	}
	
	.top-box-bg {
	width: 100%;
	min-width: 0;
		height: auto;
		aspect-ratio: 1.5 / 1!important;
		background-size: cover;
	}
	
	.top-box-left {
		width: 50%;
		height: 100%;
		left: 0;
	}
	
	.top-box-right {
		width: 50%;
		height: 100%;
		right: 0;
	}
	
	.top-box-logo {
		width: 100%;
		height: 100%;
	}
	
	.top-box-logo img {
		width: 25%;
		margin-top: -5%;
	}
	
}

@media (max-width:600px){
	
	#top-box {
		width: 100%;
		aspect-ratio: 1 / 1.5!important;
	}
	
	.top-box-bg {
		width: 100%;
		aspect-ratio: 1 / 1.54!important;
		background-size: cover;
		background-image:url("../images/top_box_bg_mb.svg");
	}
	
	.top-box-left {
		width: 50%;
		left: 0;
		background-image:url("../images/top_box_left_mb.svg");
	}
	
	.top-box-right {
		width: 50%;
		right: 0;
		background-image:url("../images/top_box_right_mb.svg");
	}
	
	.top-box-logo img {
		width: 50%;
		margin-top: -3%;
	}
	
}

.top-pic-left-01 {
	position: absolute;
	width: 18%;
	top: 5%;
	right: 2%;
}

.top-pic-left-02 {
	position: absolute;
	width: 17%;
	top: 25%;
	left: 53%;
}

.top-pic-left-03 {
	position: absolute;
	width: 28%;
	top: 38%;
	left: 23%;
}

.top-pic-left-04 {
	position: absolute;
	width: 20%;
	bottom: 7%;
	right: 25%;
}

.top-pic-right-01 {
	position: absolute;
	width: 19%;
	top: 16%;
	left: 22%;
}

.top-pic-right-02 {
	position: absolute;
	width: 17%;
	top: 36%;
	right: 20%;
}

.top-pic-right-03 {
	position: absolute;
	width: 19%;
	top: 33%;
	right: 43%;
}

.top-pic-right-04 {
	position: absolute;
	width: 30%;
	bottom: 27%;
	right: 10%;
}

.top-pic-right-05 {
	position: absolute;
	width: 22%;
	bottom: 5%;
	right: 53%;
}

.top-pic-right-obake {
	position: absolute;
	width: 14%;
	bottom: 6%;
	right: 32%;
}

@media (max-width:600px){
	
	.top-pic-left-01 {
		width: 33%;
		top: 6%;
		right: 5%;
	}
	
	.top-pic-left-02 {
		width: 30%;
		top: 25%;
		left: 18%;
	}
	
	.top-pic-left-03 {
		width: 47%;
		top: 42%;
		left: -4%;
	}
	
	.top-pic-left-04 {
		width: 34%;
		bottom: 1%;
		right: 33%;
	}
	
	.top-pic-right-01 {
		width: 37%;
		top: 13%;
		left: 11%;
	}
	
	.top-pic-right-02 {
		width: 29%;
		top: 41%;
		right: -1%;
	}
	
	.top-pic-right-03 {
		width: 33%;
		top: 30%;
		right: 23%;
	}
	
	.top-pic-right-04 {
		width: 54%;
		bottom: 18%;
		right: 10%;
	}
	
	.top-pic-right-05 {
		width: 35%;
		bottom: 0;
		right: 35%;
	}
	
	.top-pic-right-obake {
		width: 21%;
		bottom: 2%;
		right: 8%;
	}
	
}


.top-pic-left-01 {
	animation: top-anime-1 1.6s ease 0s alternate infinite;
}

.top-pic-left-02 {
	animation: top-anime-1 1s ease 0s alternate infinite;
}

.top-pic-left-03 {
	animation: top-anime-1 1.5s ease 0s alternate infinite;
}

.top-pic-left-04 {
	animation: top-anime-1 0.5s ease 0s alternate infinite;
}

.top-pic-right-01 {
	animation: top-anime-1 0.9s ease 0s alternate infinite;
}

.top-pic-right-02 {
	animation: top-anime-1 0.6s ease 0s alternate infinite;
}

.top-pic-right-03 {
	animation: top-anime-1 1.7s ease 0s alternate infinite;
}

.top-pic-right-04 {
	animation: top-anime-1 0.7s ease 0s alternate infinite;
}

.top-pic-right-05 {
	animation: top-anime-1 0.15s ease 0s alternate infinite;
}

.top-pic-right-obake {
	animation: top-anime-2 8s ease 0s alternate infinite;
}


@keyframes top-anime-1 {
       0% { transform: rotate( 3deg );}
	  50% { transform: rotate( -3deg );}	
	 100% { transform: rotate( 3deg );}
}

@keyframes top-anime-2 {
       0% { opacity: 1; transform: rotate( 3deg );}
	  15% { opacity: 0.4; transform: rotate( -3deg );}
	  25% { opacity: 0.8; transform: rotate( 3deg );}
	  50% { opacity: 0.6; transform: rotate( -3deg );}
	  75% { opacity: 0.9; transform: rotate( 3deg );}
	  85% { opacity: 0.5; transform: rotate( -3deg );}
	 100% { opacity: 1; transform: rotate( 3deg );}
}


.entry-anime {
	animation: entry-anime 1.5s ease 0s alternate infinite;
}


@keyframes entry-anime {
       0% { transform: rotate( 0deg );}
	   5% { transform: rotate( -3deg );}
	  10% { transform: rotate( 3deg );}
	  15% { transform: rotate( 0deg );}
	 100% { transform: rotate( 0deg );}
}




/*

.vertical-space {
	position: relative;
	margin: auto;
	z-index: -20;
}

.top-photo {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #fcf6f2;
	box-sizing: border-box;
	position: relative;
	z-index: -2;
	background-color: #000;
}

.top-photo-item {
	position: relative;
	width: 33.3333%;
	height: 33.3333%;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: sepia(10%);
}

.photo-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url("../images/top_pic_shadow.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: .5;
}

#top-box,
.top-photo,
.vertical-space {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	min-height: 650px;
}

@media (max-width:1100px){
	
	.top-photo-item {
		width: 50%;
		height: 25%;
	}

	
}

@media (max-width:768px){
	
	#top-box,
	.top-photo,
	.vertical-space {
		height: 900px;
		min-height: 600px!important;
	}
	
	#top-box {
		background-position: center bottom;
	}
	
}

@media (max-width:600px){
	
	#top-box,
	.top-photo,
	.vertical-space {
		height: calc(100vh - 80px);
		height:-webkit-calc(100vh - 80px);
	}
	
	.top-photo-item {
		width: 50%;
		height: 25%;
	}
}

.logo-block {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 5;
}

.logo-box {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 1 / 1;
	background-color: #301d02;
	padding: 4%;
	box-sizing: border-box;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	margin: auto;
	margin-bottom: 7%;
	border-radius: 52% 48% 54% 45% / 50% 60% 42% 50%;
}

.logo-main {
	width: 68%;
	margin: auto;
	margin-top: 13%;
	margin-bottom: 10%;
}

.logo-date {
	color: #fff;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.25em;
	text-indent: 0.25em;
	line-height: 1.4em;
}

.logo-date i {
	font-size: 0.75em;
	padding-left: 0.3em;
	font-weight: 700;
}

.logo-catch {
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 1.3em!important;
	line-height: 2em!important;
	letter-spacing: 0.25em;
	padding-left: 0.25em;
	font-weight: 100!important;	
}

@media (max-width:768px){
	
	.logo-box {
		margin-top: 20%;
		width: 55%;
	}
}

@media (max-width:600px){
	
	.logo-catch {
		font-size: 1.2em!important;
		letter-spacing: 0.1em;
		padding-left: 0.1em;
	}
	
	.logo-main {
		width: 75%;
		margin-top: 12%;
		margin-bottom: 5%;
	}
	
	.logo-date {
		font-size: 0.95em;
		letter-spacing: 0.2em;
		text-indent: 0.2em;
	}
}



.top-screen {
	width:100%;
	height:100vh;
	top: 0;
	position: fixed;
	background : rgba(44,32,7,.2);
	z-index: -1;
}

@media (max-width:600px){
	
	.top-screen {
		background : rgba(44,32,7,.3);
	}
	
}

.head-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 25px 25px;
	text-align: center;
	box-sizing: border-box;
}

.head-bar img {
	width: 180px;
}

.head-bar a:hover{
	opacity: 0.7;
	transition: .3s;
}

@media (max-width:600px){
	
	.head-bar {
		padding: 15px 20px;
	}
	
	.head-bar img {
		width: 140px;
	}
}


.btn-return {
	position: absolute;
	left: 10px!important;
	top: 10px!important;
	width: 40px;
	z-index: 10!important;
	transition: all .2s linear;
}

.btn-return a {
	transition: all .2s linear;
}

.btn-return a:hover {
	opacity: 0.6;
}



@media (max-width:600px){
	
	.btn-return {
		width: 30px;}
	
}

/*==================================================================*/


/*

.top-bottle {
	position: absolute;
	bottom: -5.5%;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:url("../../melloo/images/top_bottle.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 9%;
	z-index: 2;
}

.bg-wrap {
	position: fixed!important;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	animation: blurin 5s ease 0.3s 1 normal;
	-webkit-animation: blurin 5s ease 0.3s 1 normal;
	opacity: 0;
	animation-fill-mode: forwards;
}

video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@keyframes blurin {
	  0% {filter: blur(30px) grayscale(100%); opacity:0;}
	 70% {filter: blur(10px) grayscale(100%);}
	100% {filter: blur(0px) grayscale(0%);  opacity:1;}
}

@-webkit-keyframes blurin {
	  0% {filter: blur(30px) grayscale(100%); opacity:0;}
	 70% {filter: blur(10px) grayscale(100%);}
	100% {filter: blur(0px) grayscale(0%);  opacity:1;}
}

.blurin {
	animation: fblurin 5s ease 0.3s 1 normal;
}

.top-box-sub {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
	z-index: -10;
	background-color: #000;
}

.sub-top-pic {
	position: fixed!important;
	overflow: hidden;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	animation: blurin 5s ease 0.3s 1 normal;
	-webkit-animation: blurin 2s ease 0.3s 1 normal;
	opacity: 0;
	animation-fill-mode: forwards;
}

.sub-tit-box {
	width:100%;
	height:450px;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	color: #fff;
}

.sub-tit-case {
	font-family: 'Playball', cursive;
	font-size: 5.2em;
	letter-spacing: -0.001em;
	line-height: 1.2em;
	margin-top: 65px;
	margin-bottom: 0.1em;
}


@media (max-width:550px){
	

	
	.sub-tit-case {
		font-size: 4.5em;
	}

}

@media (max-width:350px){
	
	.sub-tit-case {
		font-size: 3.5em;
	}
	
}

.screen {
	width:100%;
	height:100vh;
	top: 0;
	position: fixed;
	background : rgba(0,26,40,.5)!important;
	z-index: 0;
}





.top-box-1 {
	width: 100%;
	height:110vh;
	position:absolute;
	top:0;
	z-index: 1;
	transform: translate3d(0, 0, 0);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.top-box-2 {
	width: 100%;
	height:110vh;
	position:absolute;
	top:0;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	line-height: 0;
}

.top-box-2 span {
	width: 25%;
	padding: 0;
	margin: 0;
}

@media (max-width:1300px){
	
	.top-box-2 span {
		width: 33.3333333333%;
	}
}

@media (max-width:890px){

	.top-box-2 span {
		width: 50%;
	}
}

.top-box-3 {
	width: 100%;
	height:110vh;
	position:absolute;
	top:0;
	z-index: 1;
	transform: translate3d(0, 0, 0);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}



.top-box-1 {
  	opacity: 0;
	animation-name: fade, move-vh;
	animation-duration: 27s;
	animation-delay: 1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	will-change: animation;
}

.top-box-2 {
  	opacity: 0;
	animation-name: fade-0ut, move-vh;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	will-change: animation;
}

.top-box-2 span {
	opacity: 0;
	animation-name: fade-1;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	will-change: animation;
}

.top-box-2 span:nth-child(1) {
	animation-delay: 10.1s;
}
.top-box-2 span:nth-child(2) {
	animation-delay: 10.2s;
}
.top-box-2 span:nth-child(3) {
	animation-delay: 10.3s;
}
.top-box-2 span:nth-child(4) {
	animation-delay: 10.4s;
}
.top-box-2 span:nth-child(5) {
	animation-delay: 10.5s;
}
.top-box-2 span:nth-child(6) {
	animation-delay: 10.6s;
}
.top-box-2 span:nth-child(7) {
	animation-delay: 10.7s;
}
.top-box-2 span:nth-child(8) {
	animation-delay: 10.8s;
}
.top-box-2 span:nth-child(9) {
	animation-delay: 10.9s;
}
.top-box-2 span:nth-child(10) {
	animation-delay: 11.0s;
}
.top-box-2 span:nth-child(11) {
	animation-delay: 11.1s;
}
.top-box-2 span:nth-child(12) {
	animation-delay: 11.2s;
}
.top-box-2 span:nth-child(13) {
	animation-delay: 11.3s;
}
.top-box-2 span:nth-child(14) {
	animation-delay: 11.4s;
}
.top-box-2 span:nth-child(15) {
	animation-delay: 11.5s;
}
.top-box-2 span:nth-child(16) {
	animation-delay: 11.6s;
}
.top-box-2 span:nth-child(17) {
	animation-delay: 11.7s;
}
.top-box-2 span:nth-child(18) {
	animation-delay: 11.8s;
}
.top-box-2 span:nth-child(19) {
	animation-delay: 11.9s;
}
.top-box-2 span:nth-child(20) {
	animation-delay: 12.0s;
}


@keyframes fade-1 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1); filter:}
	0.5% {opacity: 1; transform: scaleY(1) scalex(1); filter:}
     50% {opacity: 1;}
	 51% {opacity: 0;}
}

.top-box-3 {
  	opacity: 0;
	animation-name: fade, move-vh;
	animation-duration: 27s;
	animation-delay: 19s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	will-change: animation;
}

@keyframes fade {
	  0% {opacity: 0;}
	  7% {opacity: 1;}
	 28% {opacity: 1;}
  33.33% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes fade-0ut {
	  0% {opacity: 1;}
	 28% {opacity: 1;}
  33.33% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes move-vh {
	  0% {margin-top: 0;}
	33.33% {margin-top: -10vh;}
	100% {margin-top: -10vh;}
}
/*
.ooo li span {
	color: transparent;
	animation: blur 10s ease 1;
	animation-fill-mode: forwards;
	opacity: 0;
	animation-name: fade-1;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-1 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	  0.5% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}
/*
.ooo li span:nth-child(1) {
	animation-delay: 0.1s;
}
.ooo li span:nth-child(2) {
	animation-delay: 0.3s;
}
.ooo li span:nth-child(3) {
	animation-delay: 0.5s;
}
.ooo li span:nth-child(4) {
	animation-delay: 0.7s;
}
.ooo li span:nth-child(5) {
	animation-delay: 0.9s;
}
.ooo li span:nth-child(6) {
	animation-delay: 1.1s;
}
.ooo li span:nth-child(7) {
	animation-delay: 1.3s;
}
.ooo li span:nth-child(8) {
	animation-delay: 1.5s;
}
.ooo li span:nth-child(9) {
	animation-delay: 1.7s;
}
.ooo li span:nth-child(10) {
	animation-delay: 1.9s;
}
.ooo li span:nth-child(11) {
	animation-delay: 2.1s;
}
.ooo li span:nth-child(12) {
	animation-delay: 2.3s;
}
.ooo li span:nth-child(13) {
	animation-delay: 2.5s;
}
.ooo li span:nth-child(14) {
	animation-delay: 2.7s;
}
.ooo li span:nth-child(15) {
	animation-delay: 2.9s;
}
.ooo li span:nth-child(16) {
	animation-delay: 3.1s;
}
.ooo li span:nth-child(17) {
	animation-delay: 3.3s;
}



/*
.fade-1 {
	opacity: 0;
	animation-name: fade-1;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-1 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	  0.5% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-2 {
	opacity: 0;
	animation-name: fade-2;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-2 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	0.3% {opacity: 0; transform: scaleY(0) scalex(1);}
	0.8% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-3 {
	opacity: 0;
	animation-name: fade-3;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-3 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	0.6% {opacity: 0; transform: scaleY(0) scalex(1);}
	1.1% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-4 {
	opacity: 0;
	animation-name: fade-4, bluring;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-4 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	0.9% {opacity: 0; transform: scaleY(0) scalex(1);}
	1.4% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-5 {
	opacity: 0;
	animation-name: fade-5, bright;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-5 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	1.2% {opacity: 0; transform: scaleY(0) scalex(1);}
	1.7% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-6 {
	opacity: 0;
	animation-name: fade-6;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-6 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	1.5% {opacity: 0; transform: scaleY(0) scalex(1);}
	  2% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-7 {
	opacity: 0;
	animation-name: fade-7;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-7 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	1.8% {opacity: 0; transform: scaleY(0) scalex(1);}
	2.3% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-8 {
	opacity: 0;
	animation-name: fade-8;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-8 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	2.1% {opacity: 0; transform: scaleY(0) scalex(1);}
	2.6% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-9 {
	opacity: 0;
	animation-name: fade-9;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-9 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	2.4% {opacity: 0; transform: scaleY(0) scalex(1);}
	2.9% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-10 {
	opacity: 0;
	animation-name: fade-10;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-10 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	2.7% {opacity: 0; transform: scaleY(0) scalex(1);}
	3.2% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-11 {
	opacity: 0;
	animation-name: fade-11;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-11 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	  3% {opacity: 0; transform: scaleY(0) scalex(1);}
	3.5% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-12 {
	opacity: 0;
	animation-name: fade-12;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-12 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	3.3% {opacity: 0; transform: scaleY(0) scalex(1);}
	3.8% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-13 {
	opacity: 0;
	animation-name: fade-13;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-13 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	3.6% {opacity: 0; transform: scaleY(0) scalex(1);}
	4.1% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-14 {
	opacity: 0;
	animation-name: fade-14;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-14 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	3.9% {opacity: 0; transform: scaleY(0) scalex(1);}
	4.4% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-15 {
	opacity: 0;
	animation-name: fade-15;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-15 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	4.2% {opacity: 0; transform: scaleY(0) scalex(1);}
	4.7% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

.fade-16 {
	opacity: 0;
	animation-name: fade-16;
	animation-duration: 27s;
	animation-delay: 10s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

@keyframes fade-16 {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	4.5% {opacity: 0; transform: scaleY(0) scalex(1);}
	  5% {opacity: 1; transform: scaleY(1) scalex(1);}
	100% {opacity: 1;}
}

/*
@keyframes bright {
	10% {filter: brightness(100%);}
	11% {filter: brightness(120%);}
	13% {filter: brightness(100%);}
	14% {filter: brightness(60%);}
	16% {filter: brightness(100%);}
	18% {filter: brightness(110%);}
	20% {filter: brightness(100%);}
  20.2% {filter: brightness(95%);}
  20.4% {filter: brightness(100%);}
  20.6% {filter: brightness(95%);}
  20.8% {filter: brightness(100%);}
    21% {filter: brightness(95%);}
  21.2% {filter: brightness(100%);}
  21.4% {filter: brightness(95%);}
  21.6% {filter: brightness(100%);}
  21.8% {filter: brightness(95%);}
    22% {filter: brightness(100%);}
  22.2% {filter: brightness(95%);}
  22.4% {filter: brightness(100%);}
  22.6% {filter: brightness(95%);}
  22.8% {filter: brightness(100%);}
    23% {filter: brightness(95%);}
  23.2% {filter: brightness(100%);}
  23.4% {filter: brightness(95%);}
  23.6% {filter: brightness(100%);}
  23.8% {filter: brightness(95%);}
    24% {filter: brightness(100%);}
  24.2% {filter: brightness(95%);}
  24.4% {filter: brightness(100%);}
  24.6% {filter: brightness(95%);}
  24.8% {filter: brightness(100%);}
    25% {filter: brightness(95%);}
  25.2% {filter: brightness(100%);}
  25.4% {filter: brightness(95%);}
  25.6% {filter: brightness(100%);}
  25.8% {filter: brightness(95%);}
    26% {filter: brightness(100%);}
  26.2% {filter: brightness(95%);}
  26.4% {filter: brightness(100%);}
  26.6% {filter: brightness(95%);}
  26.8% {filter: brightness(100%);}
    27% {filter: brightness(95%);}
  27.2% {filter: brightness(100%);}
  27.4% {filter: brightness(95%);}
  27.6% {filter: brightness(100%);}
  27.8% {filter: brightness(95%);}
    28% {filter: brightness(100%);}
  28.2% {filter: brightness(95%);}
  28.4% {filter: brightness(100%);}
  28.6% {filter: brightness(95%);}
    28% {filter: brightness(100%);}
  28.2% {filter: brightness(95%);}
  28.4% {filter: brightness(100%);}
  28.6% {filter: brightness(95%);}
  28.8% {filter: brightness(100%);}
    29% {filter: brightness(95%);}
  29.2% {filter: brightness(100%);}
  29.4% {filter: brightness(95%);}
  29.6% {filter: brightness(100%);}
  29.8% {filter: brightness(95%);}
    30% {filter: brightness(100%);}
}

@keyframes bluring {
	10% {-ms-filter: blur(0px); filter: blur(0px);}
	13% {-ms-filter: blur(3px); filter: blur(3px);}
	14% {-ms-filter: blur(0px); filter: blur(0px);}
}


.fade-a {
	opacity: 0;
	animation-name: fade-a;
	animation-duration: 25s;
	animation-delay: 1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

.fade-b {
	opacity: 0;
	animation-name: fade-b;
	animation-duration: 25s;
	animation-delay: 1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

.fade-c {
	opacity: 0;
	animation-name: fade-c;
	animation-duration: 25s;
	animation-delay: 1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}

.fade-d {
	opacity: 0;
	animation-name: fade-d;
	animation-duration: 25s;
	animation-delay: 1s;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
}


@keyframes fade-01 {
	  0% {opacity: 0;}
	 7% {opacity: 1;}
	 28% {opacity: 1;}
	33.33% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes fade-02 {
	  0% {opacity: 0;}
	33.33% {opacity: 0;}
	40.33% {opacity: 1;}
	61% {opacity: 1;}
	66% {opacity: 0;}
	100% {opacity: 0;}
}

@keyframes fade-03 {
	  0% {opacity: 0;}
	66.66% {opacity: 0;}
	74.66% {opacity: 1;}
	95% {opacity: 1;}
	100% {opacity: 0;}
}


@keyframes fade-a {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	37.5% {opacity: 0; transform: scaleY(0) scalex(1);}
	38% {transform: scaleY(1) scalex(1);}
	38.5% {opacity: 1;}
	100% {opacity: 1;}
}

@keyframes fade-b {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	36.5% {opacity: 0; transform: scaleY(0) scalex(1);}
	37% {transform: scaleY(1) scalex(1);}
	37.5% {opacity: 1;}
	100% {opacity: 1;}
}

@keyframes fade-c {
	0% {opacity: 0; transform: scaleY(0) scalex(1);}
	37% {opacity: 0; transform: scaleY(0) scalex(1);}
	37.5% {transform: scaleY(1) scalex(1);}
	38% {opacity: 1;}
	40% {filter: brightness(100%);}
	41% {filter: brightness(120%);}
	53% {filter: brightness(100%);}
	54% {filter: brightness(120%);}
	59% {filter: brightness(100%);}
	62% {filter: brightness(120%);}
	71% {filter: brightness(100%);}
	80% {filter: brightness(120%);}
	100% {opacity: 1;}
}

@keyframes fade-d {
	  0% {opacity: 0; transform: scaleY(0) scalex(1);}
	37.3% {opacity: 0s; transform: scaleY(0) scalex(1);}
	37.8% {opacity: 1; transform: scaleY(1) scalex(1);}
	39.3% {opacity: 1;}
	61.66% {opacity: 1;}
	100% {opacity: 1;}
}



@keyframes move-01 {
	  0% {margin-top: 0;}
	33.33% {margin-top: -10vh;}
	100% {margin-top: -10vh;}
}

@keyframes move-02 {
	  0% {margin-top: 0;}
	33.33% {margin-top: 0;}
	66.66% {margin-top: -10vh;}
	100% {margin-top: -10vh;}
}
		
@keyframes move-03 {
	  0% {margin-top: 0;}
	66.66% {margin-top: 0;}
	100% {margin-top: -10vh;}
}







