@charset "UTF-8";
.slide, .hero__slider,
.slider-overlay,
.slider-content, .hero__logo, .loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

html {
  /*box-sizing: border-box;
  
  
  -webkit-font-smoothing: antialiased;*/
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

/*.loader {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  z-index: 9999;
}

.loader__wrapper {
  width: 300px;
  text-align: center;
}

.loader__number {
  display: block;
  margin-bottom: 0.3125rem;
  font-size: 3.75rem;
  font-weight: 600;
  color: #fff;
}

.loader__bar {
  display: block;
  width: 0;
  height: 2px;
  background-color: #fff;
}*/

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

.hero {
  position: relative;
  width: 100%;
  height:0;padding-top:calc(105%/3);
  opacity: 0;
}

.hero__share {
  position: relative;
  display: inline-flex;
  align-items: center;
  top: 40px;
  left: 50px;
  width: 500px;
  z-index: 1;
}

.share__title {
  font-size: 0.75rem;
  font-weight: 500;
  color: #8b8b8b;
  letter-spacing: 1px;
  opacity: 0;
}

.share__divider-horizontal {
  width: 30px;
  height: 1px;
  margin: 0 1.125rem;
  background-color: #8b8b8b;
  opacity: 0;
}

.share__wrapper {
  display: flex;
  align-items: center;
}

.share__link {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a1a;
  transition: color 0.3s;
  opacity: 0;
}
.share__link:hover {
  color: #4d4d4d;
}

.share__divider-skew {
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 0.625rem;
  background-color: #cacaca;
  transform: rotate(25deg);
  opacity: 0;
}

.hero__logo {
  width: 250px;
  height: 73px;
  margin: auto;
  z-index: 1;
}

.hero__logo-img {
  width: 100%;
  height: 100%;
}

.hero__slider {
  z-index: 0;
  overflow: hidden;
}

.slider-overlay {
  z-index: 2;
}

.slider-overlay__border {
  position: absolute;
  background-color: #fff;
}
.slider-overlay__border.slider-overlay__border--top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transform-origin: top center;
}
.slider-overlay__border.slider-overlay__border--right {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transform-origin: center right;
}
.slider-overlay__border.slider-overlay__border--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transform-origin: bottom center;
}
.slider-overlay__border.slider-overlay__border--left {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transform-origin: center left;
}

.slider-content {
  z-index: 1;
}

.slide {
  right: -100px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  opacity: 0;
}
.slide:nth-of-type(1) {
  background-image: url("../img/index17_L-wipe.jpg");
}
.slide:nth-of-type(2) {
  background-image: url("../img/index18_L-wipe.jpg");
}
.slide:nth-of-type(3) {
  background-image: url("../img/index19_L-wipe.jpg");
}
.slide:nth-of-type(4) {
  background-image: url("../img/index20_L-wipe.jpg");
}

.slide__video {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
}

.hero__copyright {
  position: absolute;
  bottom: 28%;
  left: 30px;
  writing-mode: vertical-rl;
  color: #343434;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  opacity: 0;
}
.hero__copyright::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -80px;
  left: 10px;
  width: 1px;
  height: 60px;
  background-color: #cacaca;
}

.hero__copyright-link {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  color: #343434;
}


}

@media screen and (max-width:768px){
.hero {
  position: relative;
  width: 100%;
  height:0;padding-top:100%;
  
  opacity: 0;
}

.hero__share {
  position: relative;
  display: inline-flex;
  align-items: center;
  top: 40px;
  left: 50px;
  width: 500px;
  z-index: 1;
}

.share__title {
  font-size: 0.75rem;
  font-weight: 500;
  color: #8b8b8b;
  letter-spacing: 1px;
  opacity: 0;
}

.share__divider-horizontal {
  width: 30px;
  height: 1px;
  margin: 0 1.125rem;
  background-color: #8b8b8b;
  opacity: 0;
}

.share__wrapper {
  display: flex;
  align-items: center;
}

.share__link {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a1a1a;
  transition: color 0.3s;
  opacity: 0;
}
.share__link:hover {
  color: #4d4d4d;
}

.share__divider-skew {
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 0 0.625rem;
  background-color: #cacaca;
  transform: rotate(25deg);
  opacity: 0;
}

.hero__logo {
  width: 250px;
  height: 73px;
  margin: auto;
  z-index: 1;
}

.hero__logo-img {
  width: 100%;
  height: 100%;
}

.hero__slider {
  z-index: 0;
  overflow: hidden;
}

.slider-overlay {
  z-index: 2;
}

.slider-overlay__border {
  position: absolute;
  background-color: #fff;
}
.slider-overlay__border.slider-overlay__border--top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transform-origin: top center;
}
.slider-overlay__border.slider-overlay__border--right {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  transform-origin: center right;
}
.slider-overlay__border.slider-overlay__border--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transform-origin: bottom center;
}
.slider-overlay__border.slider-overlay__border--left {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transform-origin: center left;
}

.slider-content {
  z-index: 1;
}

.slide {
  right: -100px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  opacity: 0;
}
.slide:nth-of-type(1) {
  background-image: url("../img/index17_s.jpg");
}
.slide:nth-of-type(2) {
  background-image: url("../img/index18_s.jpg");
}
.slide:nth-of-type(3) {
  background-image: url("../img/index19_s.jpg");
}
.slide:nth-of-type(4) {
  background-image: url("../img/index20_s.jpg");
}

.slide__video {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
}

.hero__copyright {
  position: absolute;
  bottom: 28%;
  left: 30px;
  writing-mode: vertical-rl;
  color: #343434;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1px;
  opacity: 0;
}
.hero__copyright::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -80px;
  left: 10px;
  width: 1px;
  height: 60px;
  background-color: #cacaca;
}

.hero__copyright-link {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  color: #343434;
}




}