html,
body {
  background-color: #000;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "Sen";
}
* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;

  user-select: none;
  -webkit-user-drag: none;
}
#main {
  display: flex;
}
#main .part {
  flex: 1;
}
#main .part .section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#main .part .section img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: var(--x);
  pointer-events: none;
}


.buttons {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.buttons button {
  border: none;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg width='10' height='29' viewBox='0 0 10 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0V27L1 17.4857' stroke='white' stroke-width='2' /%3E%3C/svg%3E%0A") no-repeat;
  background-position: center;
  width: 10px;
  height: 30px;
  display: block;
  margin: 20px 0;
  padding: 0 15px;
  transition-duration: 0.6s;
}
.buttons button.next {
  transform: scaleY(-1);
}
.buttons button.prev:active {
  transform: translateY(8px);
}
.buttons button.next:active {
  transform: scaleY(-1) translateY(8px);
}
h1 {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
  color: white;
  text-align: center;
  font-size: 5.0em;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.content {
  width: 90%;
  position: absolute;
  bottom: 20%;
  text-align: center;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  color: white;
  z-index: 99;
  font-size: 0.8em;
}
.content a {
  margin: 0.5em auto;
  font-size: 1.5em;
}
.content kbd {
  width: 15px;
  height: 15px;
  border: 1px solid white;
  display: inline-block;
  border-radius: 3px;
  font-size: 0.9em;
  vertical-align: text-top;
}
.content a {
  color: rgba(227, 227, 227, 0.78);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.content a:hover {
  padding-bottom: 1px;
}

.subtitle {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
  transform: translateY(-50%);
  top: 47%;
  letter-spacing: 6.9px;
  z-index: 99;
  mix-blend-mode: overlay;
  text-align: center;
  font-size: 1.0em;
}

.slideshow {
	z-index: 100;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.slideshow-slide-credit {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 90px;
	text-align: center;
	color: #666;
	font-size:11px;
	font-weight: 400;
	letter-spacing: 1px;
  padding-top: 25px;
}

@media screen and (max-width:800px) {
	.slideshow-slide-credit {
		bottom: 140px;
	}
}

.slideshow-slide {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	z-index: 10;
}

.slideshow-slide:before {
	content: "";
	display: inline-block;
	margin-right: -5px;
	height: 100%;
	vertical-align: middle;
	max-width: 100%;
}

.slideshow-slide img {
vertical-align: middle;
max-height: calc(100% - 233px);
display: inline-block;
max-width: 80%;
}

.slideshow-controls {
	position: absolute;
	z-index: 2000000;
	right: 30px;
	bottom: 20px;
}

.slideshow-controls a {
  color: #775307;
  text-decoration: none;
}

.slideshow-controls a:hover {
	color: #73520a;
  text-decoration: none;
}

@media screen and (max-width:800px) {
	.slideshow-controls {
		bottom: 20px;
		z-index: 2000000;
	}
}

.title-slideshow {
  font-size: 30px;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  z-index:101;
}

.title-slideshow img {
  max-width: 100%;
}


@media screen and (max-width:800px) {

  .title-slideshow img {
    max-width: 80%;
  }


	.title-slideshow {
    top: 42px;
		font-size: 30px;
	}

	.slideshow-slide img {
			display: inline-block;
			max-width: 100%;
			max-height: calc(90% - 250px);
	}
}

.menu {
	position: fixed;
	bottom: 40px;
	height: 40px;
	z-index: 200;
	width: 100%;
	text-align: center;
}

@media screen and (max-width:800px) {
	.menu {
		position: relative;
    bottom: 70px;
    height: 40px;
    z-index: 200;
    width: 100%;
    text-align: center;
    margin: auto;
	}
}

.menu ul {
	width: 100%;
	left: 0;
  right: 0;
  margin-left: -70px;
}

@media screen and (max-width:800px) {
	.menu ul {
		 left: 0;
		 right: 0;
		 text-align: center;
		 margin-left: -25px;
	}
}

.menu ul li {
	display: inline-block;
	margin: auto 1px;
	font-size: 0.8em;
	letter-spacing: 2px;
  margin-left: 70px;
}

@media screen and (max-width:800px) {
	.menu ul li {
		display: inline-block;
		margin: auto 1px;
		font-size: 1em;
		letter-spacing: 2px;

    margin-left: 20px;
	}
}

.menu ul li img {
  vertical-align: bottom;
}


.menu a {
	font-weight: 400;
	text-transform: uppercase;
	color: #efefef;
	text-decoration: none;
	letter-spacing: 1px;
}

.endscreen {
	color: #fff;
	font-size: 50px;
	font-weight: 200;
	left: 0;
	right: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 18%; */
	width: 500px;
	display: none;
	margin: auto;
	z-index: 101;
}

.endscreen-info {
  padding-top: 33px;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 5px;
}

.endscreen a {
	color:#fff;
	opacity: 1;
  text-decoration: none;
}

@media screen and (max-width:800px) {
  .endscreen {
    top: 15%;
    width: 100%;
    padding: 0px;
  }
}

.endscreen a:hover {
	color: #efefef;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.endscreen-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-size: cover;
  display: none;
  background-image: url("../img/end.jpg");
}

.contact {
  font-size: 18px;
  margin-top: 5px;
  font-style: italic;
}

@media screen and (max-width:800px) {
  .contact {
  	font-size: 14px;
  }
}

.replay-button {
	display: block;
	padding-top: 0px;
	margin: auto;
	width: 200px;
}

.logo {
	color: #956942;
	width: 150px;
	position: absolute;
	left: 30px;
	margin: auto;
	top: 20px;
	z-index: 200;
}

.title-slideshow {
  font-size: 30px;
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  display: none;
  z-index:101;
}

.title-slideshow img {
  max-width: 100%;
}


@media screen and (max-width:800px) {

  .title-slideshow img {
    max-width: 80%;
  }
	.title-slideshow {
    top: 42px;
		font-size: 30px;
	}
}



  .wrap {
    height: 60px;
    position: absolute;
    top:20px;
    right: 25px;
    z-index: 300;
    display: none;
  }

  .box {
    padding: 1em;
    height: 60px;
    text-align: center;
  }

  button {
    width: 160px;
    height: 60px;
    background: #E6203B;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-family: "Sen";
    text-transform: uppercase;
  }

  button a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    text-decoration: none;
    font-family: "Sen";
  }

  /* let's shape */





  /* let's animate this */

  @keyframes bounce {
    0%{transform: scale(1);}
    50%{transform: scale(1.1);}
    100%{transform: scale(1);}
  }

  button.active {
    animation: bounce 0.3s ease-out 1;
  }

  button.active span span:nth-of-type(1) {
    animation: anim1 0.4s ease-out 1;
  }
  button.active span span:nth-of-type(2) {
    animation: anim2 0.4s ease-out 1;
  }
  button.active span span:nth-of-type(3) {
    animation: anim3 0.4s ease-out 1;
  }
  button.active span span:nth-of-type(4) {
    animation: anim4 0.4s ease-out 1;
  }
  button.active span span:nth-of-type(5) {
    animation: anim5 0.4s ease-out 1;
  }
  button.active span span:nth-of-type(6) {
    animation: anim6 0.4s ease-out 1;
  }
  button.active span span:nth-of-type(7) {
    animation: anim7 0.4s ease-out 1;
  }
  button.active span span:nth-of-type(8) {
    animation: anim8 0.4s ease-out 1;
  }


  @keyframes anim1 {
    0%{transform: scaleY(0.5);opacity: 0;}
    50%{transform: translateY(-10px) scaleY(1.4); opacity: 1;}
    100%{transform: translateY(-20px) scaleY(0.5);opacity: 0;}
  }
  @keyframes anim2 {
    0%{transform: scaleY(1);opacity: 0;}
    50%{transform: translateY(10px) scaleY(1.4); opacity: 1;}
    100%{transform: translateY(20px) scaleY(0.5);opacity: 0;}
  }
  @keyframes anim3 {
    0%{transform: rotate(90deg) scaleX(0.5);opacity: 0;}
    50%{transform: rotate(90deg) translateY(10px) scaleX(1.4); opacity: 1;}
    100%{transform: rotate(90deg) translateY(20px) scaleX(0.5);opacity: 0;}
  }
  @keyframes anim4 {
    0%{transform: rotate(90deg) scaleX(0.5);opacity: 0;}
    50%{transform: rotate(90deg) translateY(-10px) scaleX(1.4); opacity: 1;}
    100%{transform: rotate(90deg) translateY(-20px) scaleX(0.5);opacity: 0;}
  }
  @keyframes anim5 {
    0%{transform: rotate(-30deg) scaleY(0.5);opacity: 0;}
    50%{transform: rotate(-30deg) translateY(-8px) scaleY(1.4); opacity: 1;}
    100%{transform: rotate(-30deg) translateY(-16px) scaleY(0.5);opacity: 0;}
  }
  @keyframes anim6 {
    0%{transform: rotate(30deg) scaleY(0.5);opacity: 0;}
    50%{transform: rotate(30deg) translateY(-8px) scaleY(1.4); opacity: 1;}
    100%{transform: rotate(30deg) translateY(-16px) scaleY(0.5);opacity: 0;}
  }
  @keyframes anim7 {
    0%{transform: rotate(30deg) scaleY(0.5);opacity: 0;}
    50%{transform: rotate(30deg) translateY(8px) scaleY(1.4); opacity: 1;}
    100%{transform: rotate(30deg) translateY(16px) scaleY(0.5);opacity: 0;}
  }
  @keyframes anim8 {
    0%{transform: rotate(-30deg) scaleY(0.5);opacity: 0;}
    50%{transform: rotate(-30deg) translateY(8px) scaleY(1.4); opacity: 1;}
    100%{transform: rotate(-30deg) translateY(16px) scaleY(0.5);opacity: 0;}
  }
