@charset "UTF-8";
body {
  margin: 0;
}

li{list-style-type:none;}

#container {
    position: relative;
}
.teaser_bg {
    width:100%;
    animation: fadeIn  5s ease-in-out forwards;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 0;
    opacity: 0;
}
 
@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
.teaser_bg img {
    width: 100%;
}




.teaser_copy {
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.teaser_copy {
    animation: animationZoom1 5s ease-in-out forwards;
    animation-delay: 2s;
    opacity: 0;
}

@keyframes animationZoom1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.teaser_copy img {
    width: 100%;
}




.teaser_title {
    width:100%;
    position: absolute;
    top: 24vw;
    left: 0;
    z-index: 20;
}
.teaser_title {
    animation: zoomIn2 7s ease-in-out forwards;
    animation-delay: 3s;
    opacity: 0;
}
 
@keyframes zoomIn2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.teaser_title img {
    width: 100%;
}



.movie {
    position: relative;
   /* top: 116.5vw; */
    z-index: 100;

    animation: animationZoom3 7s ease-in-out forwards;
    animation-delay: 3s;
    opacity: 0;
}
@keyframes animationZoom3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.movie_img {
    width: 90%;
    margin: auto;
    overflow: visible;
    border: none !important;
    padding: 0;
    display: block;
}
.movie_img img {
    width:100%;
    display: block;
    transition-duration: 0.5s;
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
}

.lang {
 	position:absolute;
	color:#FFF;
	top:-1%;
	right:2%;
	z-index:1000;
	opacity:0.7;
}


.lang a{
	color:#FFF;
	font-weight:700;
	text-decoration:underline;
}


@media print, screen and (min-width: 768px) {
.movie_img {
    width: 65%;
    margin: auto;
    overflow: visible;
    border: none !important;
    padding: 0;
    display: block;
}
.movie_img img {
    width:100%;
    display: block;
    transition-duration: 0.5s;
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
}
}

.movie_img img:hover {
    transform: scale(1.1,1.1);
    transition-duration: 0.5s;
}




.movie_start {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.movie_start img {
    width: 10vw;
}



/*MODAL*/
.close {
    display: none;
}
		header{ top:0; z-index:200; }
		main{ max-width:100%; padding:0 20px; }
		main > section{ width:calc(100% - 6%); max-width:1000px; height:100vh; margin:0 auto; padding-top:57px; position:relative; }
		main > section > p{
			display: flex;
			align-items: center;
			justify-content: center;
			height: 80%;
		}
		main > section > p button{
			display: block;
			padding: 12px 45px;
			border:none;
			color: #fff;
			border-radius: 30px;
			text-align: center;
			font-size: 1.4rem;
			background: linear-gradient(90deg, #ff5858 0%, #fead61 100%);
			letter-spacing: 0.2rem;
			cursor: pointer;
			transition:all .3s;
		}
		main > section > p button:hover{
			letter-spacing: 0.6rem;
		}



h2{font-size:1.2rem;text-align:center;}
.add_area{
	position:relative;
    animation: animationZoom3 7s ease-in-out forwards;
    animation-delay: 3s;
    opacity: 0;
	color:#FFF;
	top: 150vw;
	opacity: 0.9;
}





.intro{width:95%;margin:10px auto;text-align:center;font-size:0.9em;}
.tleft{width:80%;margin:10px auto;text-align:left;line-height:2.2rem;opacity:0.8;}

.add_area p {
	font-weight: normal;
    margin: 0px;
    padding: 0px;
    line-height: 1.8rem;
    opacity: 0.8;
    font-size: 0.8rem;
}

.x_area{width:60%;margin:0 auto;}
.x{
    display: block;
    border: 1px #c9b3c6 solid;
    padding: 10px 30px;
    width: auto;
    color: #c9b3c6;
    text-align: center;
    display: block;
    font-size: 0.8rem ;
    }




@media print, screen and (min-width: 768px) {

h2{font-size:2.2rem;text-align:center;}
.add_area{
	position:relative;
    animation: animationZoom3 7s ease-in-out forwards;
    animation-delay: 3s;
    opacity: 0;
	color:#FFF;
	top: 150vw;
	opacity: 0.9;
}

.intro{width:100%;margin:10px auto;text-align:center;}
.tleft{width:60%;margin:10px auto;text-align:left;line-height:2.2rem;opacity:0.8;}

.add_area p {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    line-height: 2.2rem;
    opacity: 0.8;
}



.x_area{width:90%;margin:0 auto;}
.x{
    display: block;
    border: 1px #c9b3c6 solid;
    padding: 10px 30px;
    width: auto;
    color: #c9b3c6;
    text-align: center;
    display: block;
    font-size: 0.8rem ;
    }
}

@media print, screen and (min-width: 768px) {
.x_area,.youtube_area{width:60%;margin:0 auto;}
.x {
    display: block;
    border: 1px #c9b3c6 solid;
    padding: 20px;
    width: auto;
    color: #c9b3c6;
    text-align: center;
    display: block;
    font-size: 1rem;
}
}

.x_area{width:90%;margin:0 auto;}
.column2link{
    display: flex;
	justify-content: space-between;
}
.column2link p{width:49%;}

.column2link p a{	
    border: 1px #c9b3c6 solid;
    padding: 10px 0px;
    width: auto;
    color: #c9b3c6;
    text-align: center;
    display: block;
    font-size: 0.8rem ;
    }

p.copy{font-size:0.6em;text-align:center;width:auto;}
