@charset "UTF-8";

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-o-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    -o-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) scale(1);
    -ms-transform: perspective(400px) scale(1);
    -o-transform: perspective(400px) scale(1);
    transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@-o-keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    -o-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    -o-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    -o-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@-o-keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    -o-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    -o-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@-o-keyframes zoomInDown {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }

  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@-o-keyframes zoomInLeft {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }

  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@-o-keyframes zoomInRight {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }

  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@-o-keyframes zoomInUp {
  0% {
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -o-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -o-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background: #A34323;
  color: #fff;
}

*::selection {
  background: #A34323;
  color: #fff;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: "Segoe UI", "微軟正黑體", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.66;
  color: #241E1C;
  letter-spacing: 0;
  word-wrap: break-word;
  word-break: normal;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  margin: 0 0 1.66em;
}

input,
button,
select,
textarea,
a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

img.w-auto {
  width: auto;
}

.show-sm-down,
.show-md-down {
  display: block !important;
}

img.show-sm-down,
img.show-md-down {
  display: inline-block !important;
}

.show-sm-up,
.show-md-up,
img.show-sm-up,
img.show-md-up {
  display: none !important;
}

.pic {
  margin: 0;
}

.pic img {
  display: block;
  margin: 0 auto;
}

.img {
  position: relative;
  display: block;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100% !important;
  height: 100% !important;
  visibility: hidden;
}

[role="button"] {
  cursor: pointer;
}

*:focus {
  outline: none;
}

.wrapper {
  overflow: hidden;
}

.container {
  position: relative;
}

/* .slick-item+.slick-item {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
} */

.slick-initialized .slick-item+.slick-item {
  position: relative;
  visibility: visible;
}

.main::after,
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-danger {
  color: #E14545;
}

.text-success {
  color: #5cb85c;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.ic {
  font-style: normal;
  display: inline-block;
  vertical-align: text-bottom;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.flex-row .col {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0 10px;
}

.object-fit {
  max-width: none;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.hide {
  display: none;
}

.txt-c1 {
  color: #A34323 !important;
}

.txt-c2 {
  color: #E4D700 !important;
}

.txt-c3 {
  color: #333333 !important;
}

.txt-gray {
  color: #ccc;
}

.ff-custom {
  font-family: "Times New Roman", "EB Garamond", serif;
  letter-spacing: 0;
}

.tt-up {
  text-transform: uppercase;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

@media (min-width: 768px) {
  .br-sm-up {
    display: block;
    height: 0;
  }

  .show-sm-down,
  img.show-sm-down {
    display: none !important;
  }

  .show-sm-up {
    display: block !important;
  }

  img.show-sm-up {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .br-md-up {
    display: block;
    height: 0;
  }
  .show-md-down,
  img.show-md-down {
    display: none !important;
  }

  .show-md-up {
    display: block !important;
  }

  img.show-md-up {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  .br-lg-up {
    display: block;
    height: 0;
  }
}
@media (min-width: 1680px) {
  body {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .br-sm-down {
    display: block;
    height: 0;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .br-md-down {
    display: block;
    height: 0;
    overflow: hidden;
  }
}

@-webkit-keyframes scrollFloating {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-o-keyframes scrollFloating {
  0% {
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes scrollFloating {
  0% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.anime {
  visibility: hidden;
}

.anime.anime-run {
  visibility: visible;
}

.anime-run.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-iteration-count: 1s;
  -o-animation-iteration-count: 1s;
  animation-iteration-count: 1s;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.anime-run[data-anime-delay="0.1s"] {
  -webkit-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.anime-run[data-anime-delay="0.2s"] {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.anime-run[data-anime-delay="0.3s"] {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.anime-run[data-anime-delay="0.4s"] {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.anime-run[data-anime-delay="0.5s"] {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.list,
.list ul,
.list-h,
.list-h ul,
.list-v,
.list-v ul,
.list-inline,
.list-inline ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list a,
.list .box,
.list-h a,
.list-h .box,
.list-v a,
.list-v .box,
.list-inline a,
.list-inline .box {
  display: block;
  text-decoration: none;
  color: inherit;
}

.list span,
.list-h span,
.list-v span,
.list-inline span {
  display: block;
}

.list-h::after {
  content: '';
  display: block;
  clear: both;
}

.list-h>li,
.list-h .item {
  float: left;
}

.list-inline>li {
  display: inline-block;
  vertical-align: top;
}

.list-inline a {
  display: inline-block;
}

.field {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

.field:focus {
  outline: none;
  border-color: #0090DC;
}

.field::-webkit-input-placeholder {
  color: #ccc;
}

.field::-moz-placeholder {
  color: #ccc;
}

.field:-ms-input-placeholder {
  color: #ccc;
}

.field:-moz-placeholder {
  color: #ccc;
}

textarea.field {
  height: auto;
  line-height: 1.5;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.field-group {
  position: relative;
  line-height: 2.5em;
  margin-bottom: 15px;
  font-size: 0.875em;
}

.field-group .field-label {
  float: left;
  display: block;
  width: 5em;
  text-align: right;
}

.field-group .field-label b {
  color: #E14545;
}

.field-group .field-box {
  position: relative;
  margin-left: 6.5em;
}

.field-group .field-box:focus-within {
  border-color: #AC8168;
}

.field-group a {
  display: inline-block;
  color: #AC8168;
  text-decoration: underline;
}

.field-group a:hover {
  color: #333333;
}

.custom-radio,
.custom-checkbox {
  position: relative;
  display: block;
}

.custom-radio.inline,
.custom-checkbox.inline {
  display: inline-block;
}

.field-group .field-box .custom-radio.inline,
.field-group .field-box .custom-checkbox.inline {
  margin-right: 1em;
}

.custom-radio input,
.custom-checkbox input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.custom-radio input+*,
.custom-checkbox input+* {
  display: block;
  text-indent: -2.25em;
  padding-left: 2.25em;
  line-height: 1.5;
}

.custom-radio input+* *,
.custom-checkbox input+* * {
  text-indent: 0;
}

.custom-radio input+*::before,
.custom-checkbox input+*::before {
  content: '';
  display: inline-block;
  vertical-align: text-bottom;
  background: #fff no-repeat 0 50%;
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  margin-left: 0.2em;
  margin-right: 0.5em;
  position: relative;
  top: 0.05em;
}

.custom-radio input:checked+*::before,
.custom-checkbox input:checked+*::before {
  background-position: 100% 50%;
}

.custom-checkbox input+*::before {
  background-image: url(../img/form_checkbox.png);
}

.custom-radio input+*::before {
  background-image: url(../img/form_radio.png);
  border-radius: 50%;
}

.form-foot {
  text-align: center;
  padding-top: 2em;
}

@media (min-width: 768px) {
  .field-group {
    margin-bottom: 20px;
  }
}

.bt {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0;
}

.bt::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.bt:focus {
  outline: none;
}

.bt:hover {
  text-decoration: none;
}

.bt-style1 {
  color: #fff;
  background: #0090DC;
  font-size: 1.33em;
  font-weight: 700;
  line-height: 2.083em;
  width: 8.33em;
  border-radius: 2em;
}

.bt-style1:hover {
  background: #E4D700;
}

.photo {
  vertical-align: top;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
}

.photo img {
  width: 100%;
}

.photo-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #3e505c;
  padding: 6px;
  pointer-events: none;
}

.photo-title {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  font-size: 1.38462em;
  line-height: 50px;
  padding: 0 1em;
}

.photo-title.posR {
  right: 0;
}

.photo-title.posL {
  left: 0;
}

.photo-title2 {
  color: #fff;
  background: #4BB6EF;
  text-align: center;
  font-size: 1.38462em;
  padding: 0.5em 1em;
}

.slider.c1 .photo-title2 {
  background: #A34323;
}

.slider.c2 .photo-title2 {
  background: #AC8168;
}

.gallery img.pc {
  display: none;
}

.gallery-wrap {
  position: relative;
}

.gallery-wrap .ps-txt {
  position: absolute;
  z-index: 10;
  bottom: 0.5em;
  left: 1em;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 0 5px #000;
  margin: 0;
}
.gallery-wrap .ps-txt.pos-static {
  position: static;
  color: #666;
  font-size: 9px;
  text-shadow: none;
  padding: 0.75em 1.5em;
}

.gallery .txt {
  display: none;
}

.gallery .pic {
  position: relative;
}

.gallery .pic-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0.25em 0.75em;
}

.gallery .zoom-cover {
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery .zoom-cover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(163, 67, 35, 0.7) url(../img/zoom.png) 50% 50% no-repeat;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gallery .zoom-cover:hover:before {
  opacity: 1;
}

.gallery figure {
  margin: 0;
}

.gallery figure a {
  display: block;
}

.gallery figure a:hover {
  text-decoration: none;
}

.gallery figure img {
  width: 100%;
}

.gallery.grid {
  margin: -8px;
}

.gallery.grid .grid-sizer,
.gallery.grid .grid-item {
  width: 50%;
}

.gallery.grid .grid-item {
  padding: 8px;
}

.gallery.slider .slick-prev,
.gallery.slider .slick-next {
  border: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  bottom: 0;
  background: url("../img/slider_arrow_m.png") no-repeat;
  width: 25px;
  height: 50px;
}

.gallery.slider .slick-prev {
  left: 10px;
}

.gallery.slider .slick-next {
  right: 10px;
  background-position: 100% 0;
}
.gallery.slider4 .slick-arrow {
  bottom: 50%;
  margin-bottom: -25px;
}

.gallery.slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  padding: 16px 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}

.gallery.slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}

.gallery.slider .slick-dots li button {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: inherit;
  font: inherit;
  text-decoration: none;
  background: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  color: transparent;
  width: 28px;
  height: 28px;
  position: relative;
}

.gallery.slider .slick-dots li button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.gallery.slider .slick-dots li button:focus {
  outline: none;
}

.gallery.slider .slick-dots li button:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 50%;
  left: 50%;
}

.gallery.slider .slick-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background: #0090DC;
}

.gallery.style1 figure {
  padding: 25px;
}
.gallery.style1 img {
  border-radius: 10px;
}
.gallery.style1 .slick-prev {
  left: 25px;
}
.gallery.style1 .slick-next {
  right: 25px;
}

@media (min-width: 768px) {

  .gallery.grid .grid-sizer,
  .gallery.grid .grid-item {
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .gallery img.pc {
    display: block;
  }

  .gallery img.m {
    display: none;
  }

  .gallery-wrap .ps-txt {
    font-size: 12px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .gallery.grid {
    margin: -16px;
  }

  .gallery.grid .grid-sizer,
  .gallery.grid .grid-item {
    width: 25%;
    padding: 16px;
  }

  .gallery.slider .slick-prev,
  .gallery.slider .slick-next {
    background-image: url("../img/slider_arrow.png");
    width: 50px;
    height: 100px;
    bottom: 50%;
    margin-bottom: -50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .gallery.slider .slick-prev:hover,
  .gallery.slider .slick-next:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }

  .gallery.slider .slick-prev {
    left: 1.83%;
  }

  .gallery.slider .slick-next {
    right: 1.83%;
  }

  .gallery.slider .slick-dots {
    padding: 18px 0;
  }

  .gallery.slider .slick-dots li button {
    width: 33px;
    height: 33px;
  }
}

body .pswp {
  width: auto;
  height: auto;
  right: 0;
  bottom: 0;
}

body .pswp img {
  max-height: none;
}

body .pswp__bg {
  background: rgba(0, 0, 0, 0.95);
}

body .pswp__button--arrow--left:before,
body .pswp__button--arrow--right:before {
  -webkit-background-size: 396px 132px;
  background-size: 396px 132px;
  width: 45px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
}

body .pswp__button--arrow--left:before {
  background-position: -207px -66px;
}

body .pswp__button--arrow--right:before {
  background-position: -141px -66px;
}

body .pswp--svg .pswp__button--arrow--left,
body .pswp--svg .pswp__button--arrow--right {
  background: 0 0;
}

body .pswp__button--thumbs,
body .pswp--svg .pswp__button--thumbs {
  background: url(../img/pswp_thumbs.png) no-repeat 50% 50%;
}

body .pswp__caption__center {
  max-width: 90%;
  border-top: 1px solid #fff;
  margin: 2em auto;
}

body .pswp__thumbs {
  position: fixed;
  z-index: 1500;
  bottom: -100;
  right: 0;
  width: 100%;
  height: 100px;
  overflow-x: auto;
  overflow-y: hidden;
  background: #fff;
  text-align: center;
}

body .pswp__thumbs .list {
  padding: 5px;
  white-space: nowrap;
}

body .pswp__thumbs .list li {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  padding: 5px;
}

body .pswp__thumbs .list li .img {
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 75%;
  border: 3px solid #fff;
}

body .pswp__thumbs .list li.active .img {
  border-color: #A34323;
}

.pswp__thumbs--open .pswp {
  bottom: 100px;
}

.pswp__thumbs--open .pswp__thumbs {
  bottom: 0;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(-o-min-device-pixel-ratio: 35/32),
(min-resolution: 105dpi),
(-o-min-device-pixel-ratio: 11/10),
(min-resolution: 1.1dppx) {

  body .pswp--svg .pswp__button--arrow--left,
  body .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }

  body .pswp--svg .pswp__button--thumbs {
    background: url(../img/pswp_thumbs.png) no-repeat 50% 50%;
  }
}

@media (min-width: 768px) {
  body .pswp {
    right: 0;
    bottom: 0;
  }

  body .pswp__thumbs {
    width: 210px;
    height: 100%;
    right: -210px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
  }

  body .pswp__thumbs .list {
    white-space: normal;
  }

  body .pswp__thumbs .list li {
    width: 50%;
  }

  .pswp__thumbs--open .pswp {
    right: 210px;
    bottom: 0;
  }

  .pswp__thumbs--open .pswp__thumbs {
    right: 0;
    bottom: 0;
  }
}

.header .container {
  padding: 0;
  width: auto;
}

.header .site-title {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 20px 12px;
  font-size: 1em;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* .header-fixed .header .site-title {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
} */

.nav-open .header .site-title {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.header .site-title .logo {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 101%;
  padding: 0;
  background-repeat: no-repeat;
  color: transparent;
  background: url(../img/logo.svg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 142px;
  height: 60px;
}

.header .site-title .logo:hover {
  opacity: 0.7;
}

.nav {
  background: url('../img/nav_bg.png') repeat;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 100%;
  right: -300px;
  bottom: 0;
  overflow: hidden;
  pointer-events: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 88px;
}

.nav-open .nav {
  right: 0;
  left: 0;
}

.nav-open {
  overflow: hidden;
}

.nav-toggle {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  background: none;
  width: 80px;
  height: 88px;
  text-align: center;
  vertical-align: top;
}

.nav-toggle .ic-bar {
  width: 26px;
  height: 2px;
  border-radius: 5px;
  background: #241E1C;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-toggle .ic-bar:nth-child(1) {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
}

.nav-toggle .ic-bar:nth-child(2) {
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
}

.nav-open .nav-toggle .ic-bar {
  height: 4px;
  margin-top: -2px;
}

.nav-open .nav-toggle .ic-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open .nav-toggle .ic-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open .nav-toggle .ic-bar:nth-child(3) {
  display: none;
}

.nav-inner {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.nav .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 24px;
  line-height: 1.4;
  padding: 1.5em 30px 225px;
}

.nav .menu>li {
  position: relative;
  margin-bottom: 0.75em;
}

.nav .menu>li>a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 0.25em 1.75em;
  border-radius: 25px;
}

.nav .menu>li>a:hover,
.nav .menu>li.current>a {
  color: #fff;
  background: #0090DC;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.nav .menu>li.current>a::after {
  content: '';
  display: block;
  background: url("../img/menu_current.png") no-repeat;
  width: 20px;
  height: 14px;
  position: absolute;
  right: 1.5em;
  top: 0.75em;
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .header {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    right: 0;
  }

  .header-fixed .header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .header .container {
    padding: 0;
    max-width: 96.66%;
  }

  .header .site-title {
    position: static;
    float: left;
    padding: 18px 0;
  }

  .header-fixed .header .site-title {
    background: none;
    box-shadow: none;
  }

  .header-fixed .header .site-title .logo {
    background-image: url('../img/logo.svg');
  }
  .header .site-title .logo {
    display: none;
  }

  .nav {
    position: static;
    overflow: visible;
    background: none;
    margin-left: 0;
    padding: 0;
  }

  .nav-toggle {
    display: none;
  }

  .nav-inner {
    position: relative;
    top: 0;
  }

  .nav .menu {
    background: none;
    padding: 1.25em 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    text-align: center;
    max-width: 1300px;
    font-size: 20px;
    margin: 0 auto;
  }

  .nav .menu>li {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .nav .menu>li>a {
    display: inline-block;
    vertical-align: middle;
    padding: 0.25em 1em;
  }

  .nav .menu>li.current>a::after {
    display: none;
  }
}

@media (min-width: 1440px) {
  .header .site-title .logo {
    width: 189px;
    height: 80px;
  }
  .nav .menu {
    padding-top: 2em;
  }
}


.footer {
  background: url('../img/footer_bg.png');
  font-size: 14px;
  margin-top: 420px;
}

.footer .container {
  width: auto;
  margin: 0 auto;
  position: relative;
  max-width: 314px;
  width: 75.8%;
  padding: 71px 0 50px;
}

.footer .deco {
  position: absolute;
  pointer-events: none;
  bottom: 100%;
}
.footer .deco1 {
  width: 339px;
  left: -19px;
  transform: translateY(50.4%);
}
.footer .deco2 {
  margin-bottom: 218px;
}
.footer .deco3 {
  width: 16.2em;
  margin-bottom: 370px;
}

.footer-logo {
  margin-left: 38px;
  margin-bottom: 1em;
}
.footer-logo img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  width: 236px;
}

.footer-info {
  padding: 1em 0;
}

.footer-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-info-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}

.footer-info-list li .ic {
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}

.footer-copyright .author {
  opacity: 0.5;
  margin-top: 0.2em;
}

.floating {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: -1px;
  border-top: 1px solid #fff;
  background: #0090DC;
  color: #fff;
  line-height: 1.5;
}

.floating-contact {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
}

.floating-contact>li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #fff;
}

.floating-contact>li>a {
  display: block;
  text-align: center;
  padding: 10px;
}

.floating-contact>li>a:hover {
  background-color: #E4D700;
}

.floating-contact>li>a>* {
  display: block;
}

.floating-contact>li>a>.ic {
  font-size: 25px;
}

.gotop {
  background: #0090DC url("../img/gotop.png") no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: fixed;
  right: 5px;
  bottom: 25%;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gotop:hover {
  background-color: #333;
}

.header-fixed .gotop {
  z-index: 200;
  opacity: 1;
  pointer-events: visible;
}

@media (min-width: 992px) {
  .footer .container {
    max-width: 1490px;
    width: 90%;
    margin: 0 auto;
    padding-top: 1px;
  }

  .footer .container::after {
    content: '';
    display: block;
    clear: both;
  }

  .footer-logo {
    float: left;
  }

  .footer-info,
  .footer-copyright {
    float: right;
    width: 50%;
    padding: 0.5em 0;
    margin-top: 0;
  }

  .footer-copyright {
    clear: right;
  }
  .footer .deco1 {
    width: 51%;
    left: 0;
  }
  .footer .deco2 {
    right: 4.7%;
    margin-bottom: 32px;
    width: 43.6%;
  }
  .footer .deco3 {
    margin-bottom: 21.9%;
    right: 9.66%;
  }
  .footer-inner {
    margin-top: 10%;
  }
  .footer-logo {
    margin-left: 8.4%;
    margin-bottom: 0;
    padding-top: 0;
    text-align: left;
  }

  .floating-contact {
    font-size: 18px;
  }

  .floating-contact>li>a {
    padding: 20px 0;
    line-height: 28px;
  }

  .floating-contact>li>a>* {
    display: inline-block;
    vertical-align: middle;
  }

  .floating-contact>li>a>.ic {
    margin-right: 0.25em;
    min-width: 1em;
    text-align: center;
  }
}

@media (min-width: 1440px) {
  .footer-logo {
    width: 370px;
  }

  .footer-logo img {
    width: auto;
  }

  .footer-info {
    width: 366px;
    padding: 1.5em 0 0;
    float: left;
  }

  .footer-copyright {
    padding-top: 1.5em;
    clear: none;
    float: left;
    width: auto;
  }

  .footer-copyright .author {
    margin-top: 0.5em;
  }

  .gotop {
    width: 50px;
    height: 50px;
    right: 1%;
  }
}

.wrapper {
  padding-bottom: 64px;
}

.container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}

.content {
  padding: 0 36px;
}

.content-title {
  color: #0090DC;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.33333;
  margin: 0 0 0.75em;
}

.content-title small {
  display: block;
  color: #A34323;
  font-family: "Times New Roman", "EB Garamond", serif;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.33333;
  text-transform: uppercase;
  margin-top: 0.5em;
}

.content-title small.fz1 {
  font-size: 1em;
  margin-top: 0.2em;
}

.content-title2 {
  display: inline-block;
  background: #E1E300;
  font-size: 1.14em;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.25em 0.5em;
  margin: 0 0 0.75em;
}

.content-box {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 20px 28px 25px;
  z-index: 2;
}

.content-box span {
  display: inline-block;
}

.content-outer {
  position: relative;
}

.content p {
  margin: 0 0 1.5em;
  color: #666;
}
.content p:last-child {
  margin-bottom: 0;
}

.content .ps-txt {
  line-height: 1.5;
  margin: 0.75em 0 2.5em;
}

@media (min-width: 1200px) {
  .content-title {
    font-size: 1.66em;
  }
  .content-title2 {
    font-size: 0.83em;
  }

  .content-box {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 35px 40px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  body {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
}

.sect {
  position: relative;
}

.sect img {
  margin: 0 auto;
  vertical-align: top;
}

.sect-inner {
  max-width: 36em;
  margin: 0 auto;
}
.slider .slick-slide {
  height: auto;
}

.sect1 .banner {
  background: #A34323 url("../img/bgbg.jpg") repeat;
  text-align: center;
  min-height: 700px;
  padding-top: 156px;
}

.sect1 .banner .txt1 {
  margin-bottom: 35px;
}

.sect1 .banner .txt1 img {
  width: 270px;
}
.sect1 .banner .txt2 {
  margin-bottom: 48px;
}
.sect1 .banner .txt2 img {
  width: 260px;
}
.sect1 .banner .txt3 {
  margin-bottom: 13px;
}
.sect1 .banner .txt3 img {
  width: 250px;
}
.sect1 .banner .txt4 {
  margin-bottom: 35px;
}
.sect1 .banner .txt4 img {
  width: 220px;
}

.sect1 .banner .deco img {
  width: 250px;
  vertical-align: top;
}


.sect2 {
  position: relative;
}
.sect2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 177px;
  height: 350px;
  background: url('../img/sect2_bg.png');
}
.sect2-photo {
  position: relative;
}

.sect2-photo img {
  vertical-align: top;
}

.sect2-photo .zoom-icon {
  display: block;
  line-height: 1;
  position: absolute;
  z-index: 10;
  color: #fff;
  font-size: 35px;
  top: 17px;
  right: 17px;
}

.sect2-photo .zoom-icon * {
  display: block;
}

.sect2 .content {
  padding: 36px;
}
.sect2 .deco1 {
  max-width: 36em;
  margin: 0 auto 6px;
  padding-left: 41px;
}
.sect2 .deco1 img {
  width: 143px;
  margin: 0;
}
.sect2 .deco2 {
  text-align: right;
  padding-right: 46px;
  margin-bottom: 202px;
}
.sect2 .deco2 img {
  display: inline-block;
  vertical-align: top;
  width: 108px;
}
.sect2 .deco3 {
  margin-left: -5px;
}
.sect2 .deco3 img {
  width: 300px;
  margin: 0;
}
.sect2 .deco4 {
  width: 282px;
  position: absolute;
  right: -153px;
  bottom: 177px;
}

.sect3 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.sect3 .deco1 {
  margin-bottom: 72px;
  padding-left: 46px;
}
.sect3 .deco1 img {
  width: 21.3em;
  margin: 0;
}
.sect3 .deco2 img {
  width: 300px;
  margin: 0;
}

.sect3-photo {
  position: relative;
}

.sect3-photo .zoom-icon {
  display: block;
  line-height: 1;
  position: absolute;
  z-index: 10;
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: 35px;
  top: 17px;
  right: 17px;
}

.sect3-photo .zoom-icon * {
  display: block;
}
.sect3 .content {
  padding: 36px;
}

.sect4 {
  position: relative;
}
.sect4::before {
  content: '';
  display: block;
  background: rgba(0, 144, 220, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 66.76%;
  padding-bottom: 155px;
}

.sect4 .content {
  margin-bottom: 50px;
}

.sect4 .deco1 {
  text-align: right;
  padding-right: 32px;
  margin-bottom: -30px;
}
.sect4 .deco1 img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

.sect4 .deco2 {
  text-align: right;
  padding: 25px;
}
.sect4 .deco2 img {
  display: inline-block;
  vertical-align: top;
  width: 295px;
}


.sect5 {
  position: relative;
  padding-top: 164px;
  padding-bottom: 40px;
}
.sect5::before {
  content: '';
  display: block;
  background: url('../img/sect5_bg.png');
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 66.76%;
  padding-bottom: 155px;
}
.sect5 .deco1 {
  text-align: center;
}
.sect5 .deco1 img {
  width: 48px;
  display: inline-block;
  vertical-align: bottom;;
}
.sect5 .deco1 .txt {
  width: 14em;
  margin-left: 29px;
  margin-bottom: 18px;
}
.sect5 .deco2 {
  text-align: right;
  padding-right: 38px;
  margin-bottom: -30px;
}
.sect5 .deco2 img {
  display: inline-block;
  vertical-align: top;
  width: 243px;
}
.sect5 .deco3 {
  position: relative;
  z-index: 10;
  margin-left: -51px;
  width: 222px;
}
.sect5 .content {
  margin-bottom: 40px;
}


.sect6 {
  position: relative;
  padding-top: 203px;
}
.sect6::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 24.15%;
  padding-bottom: 400px;
  background: rgba(0, 144, 220, 0.1);
}
.sect6 .deco {
  text-align: right;
}
.sect6 .deco img {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.sect6 .deco1 {
  padding-right: 72px;
  margin-bottom: 11px;
}
.sect6 .deco1 img {
  width: 135px;
}
.sect6 .deco2 {
  margin-right: -13px;
}
.sect6 .deco2 img {
  width: 159px;
}
.sect6 .gallery {
  margin-bottom: 32px;
}


.sect7 {
  padding-top: 135px;
}
.sect7 .content-top .content {
  margin-bottom: 3.5em;
}
.sect7 .content-bottom {
  background: url('../img/sect7_bg_m.png') no-repeat 50% 100%;
  background-size: 100% 330px;
  padding-top: 70px;
  padding-bottom: 37px;
}
.sect7 .gallery-outer {
  position: relative;
}
.sect7 .txt {
  padding: 2em 0;
}
.sect7 .txt img {
  width: 21.4em;
}
.sect7 .deco1 {
  position: absolute;
  bottom: 0;
  right: 14px;
  width: 120px;
}
.sect7 .deco2,
.sect7 .deco3,
.sect7 .deco4 {
  text-align: right;
}
.sect7 .deco img {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.sect7 .deco2 {
  margin-top: 2em;
  padding-right: 126px;
}
.sect7 .deco2 img {
  width: 71px;
}
.sect7 .deco3 {
  padding-right: 31px;
}
.sect7 .deco3 img {
  width: 58px;
}
.sect7 .deco4 {
  padding: 0 20px;
  margin-bottom: 84px;
}
.sect7 .deco4 img {
  width: 356px;
}
.sect7 .deco5 {
  padding: 0 48px;
}
.sect7 .deco5 img {
  width: 152px;
}

.sect8 .content-top .container {
  position: relative;
  padding-top: 83px;
  padding-bottom: 97px;
}
.sect8 .content-top .container::before {
  content: '';
  display: block;
  background: url('../img/sect9_bg2.png');
  position: absolute;
  bottom: 0;
  right: 34px;
  width: 50.7%;
  max-width: 210px;
  height: 94px;
}
.sect8 .deco1 {
  padding-left: 68px;
}
.sect8 .deco1 img {
  width: 93px;
  margin: 0;
}
.sect8 .deco2 {
  padding-left: 174px;
}
.sect8 .deco2 img {
  width: 67px;
  margin: 0;
}

.sect9 .content-top {
  background: url('../img/sect9_bg.png');
}
.sect9 .content-top .container {
  padding: 1em 0;
}
.sect9 .content-title,
.sect9 .content-top p {
  color: inherit;
}
.sect9 .content-top p:last-child {
  margin-bottom: 0;
}
.sect9 .content-box {
  background: none;
  box-shadow: none;
  color: #fff;
}
.sect9 .content-bottom .container {
  position: relative;
  padding-top: 105px;
}
.sect9 .content-bottom .container::before {
  content: '';
  display: block;
  background: url('../img/sect9_bg2.png');
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  width: 50.7%;
  max-width: 210px;
}
.sect9 .deco {
  position: relative;
}
.sect9 .deco1 {
  text-align: right;
  padding-right: 72px;
  margin-bottom: 104px;
}
.sect9 .deco1 img {
  display: inline-block;
  vertical-align: top;
  width: 298px;
  margin: 0;
}
.sect9 .deco2 {
  text-align: right;
  padding-right: 81px;
  margin-bottom: 63px;
}
.sect9 .deco2 img {
  display: inline-block;
  vertical-align: top;
  width: 65px;
}
.sect9 .deco3 {
  padding: 0 28px;
  margin-bottom: 2em;
}
.sect9 .deco3 img {
  width: 17.9em;
  margin: 0;
}
.sect9 .content {
  padding: 0 28px;
}

.sect10 img {
  vertical-align: top;
}

.map-embed {
  position: relative;
  height: 550px;
}

.map-embed iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.sect12 {
  padding: 80px 0 100px;
}

.sect12 .container {
  width: 82%;
}

.contact-form .form-head {
  text-align: center;
  font-size: 1.14286em;
}

.contact-form .form-title {
  color: #0090dc;
  font-size: 1.5em;
  margin: 0;
}

.contact-form .reminder .required {
  color: #E14545;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .sect .container {
    width: 90%;
    max-width: 1490px;
  }
  .sect2::before {
    bottom: 100px;
  }
  .sect2 .content {
    max-width: none;
    margin: 0;
    padding: 36px 0 240px;
  }
  .sect2 .deco1,
  .sect2 .deco2 {
    max-width: none;
    position: absolute;
  }
  .sect2 .deco1 {
    top: 129px;
    right: 25.9%;
  }
  .sect2 .deco2 {
    right: 10.8%;
    bottom: 450px;
    padding-right: 0;
    margin-bottom: 0;
  }
  .sect2 .deco3 {
    padding-left: 7%;
  }
  .sect2 .deco4 {
    width: 27.2%;
    bottom: 100px;
    right: -25px;
  }

  .sect3 .deco1 {
    padding-left: 286px;
  }

  .gallery.style1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .gallery.style1 .grid-item {
    flex: 50% 0 0;
    width: 50%;
  }
  .gallery.style1 .grid-item:nth-child(2n) .gallery-wrap {
    position: relative;
    transform: translateY(50%);
  }

  .sect5::before {
    padding-top: 95.04%;
    padding-bottom: 120px;
  }

  .sect6::before {
    padding-top: 0;
    padding-bottom: 28em;
  }
  .sect6 .gallery {
    margin-bottom: 27%;
  }

  .sect7 .txt {
    max-width: 41.5em;
  }
  .sect7 .txt img {
    width: auto;
  }

  .sect8 .content-bottom {
    position: relative;
    z-index: 10;
    margin-bottom: -18%;
  }
  .sect8 .photo-title2 {
    background: none;
    font-size: 16px;
  }

  .sect9 .content-top {
    padding-top: 20%;
  }

  .sect12 {
    padding-top: 6.25%;
  }

  .contact-form .form-head {
    margin-bottom: 3em;
  }

  .contact-form .form-head>* {
    display: inline-block;
    margin: 0;
  }

  .contact-form .form-head .form-title {
    margin-right: 0.75em;
  }

  .contact-form .row {
    margin: 0 -35px;
  }

  .contact-form .row::after {
    content: '';
    display: block;
    clear: both;
  }

  .contact-form .col {
    float: left;
    width: 50%;
    padding: 0 35px;
  }
}

@media (min-width: 1200px) {
  .gallery.style1 {
    margin: 0 -15px;
  }
  .gallery.style1 figure {
    padding: 15px;
  }
  .sect3 {
    padding-bottom: 0;
  }
  .sect3 .content {
    max-width: none;
    padding: 10.96em 0 0;
  }
  .sect3 .gallery .grid-item {
    width: 25%;
  }

  .sect3 .gallery .grid-item:nth-child(3n+1) {
    clear: none;
  }

  .sect3 .gallery .grid-item:nth-child(4n+1) {
    clear: left;
  }

  .sect4 {
    padding-top: 100px;
    padding-bottom: 58px;
  }
  .sect4::before {
    padding-top: 26%;
    padding-bottom: 0;
  }
  .sect4 .container {
    display: flex;
    flex-direction: row-reverse;
  }
  .sect4 .gallery-outer {
    flex: 62.35% 0 0;
    width: 62.35%;
  }
  .sect4 .content {
    flex: 1;
    padding: 55px 0 0 2.75em;
  }
  .sect4 .deco1 {
    position: absolute;
    bottom: 100%;
    left: 42em;
    padding-left: 4.625em;
    padding-right: 0;
    margin-bottom: 100px;
  }
  .sect4 .deco2 {
    position: absolute;
    right: 2.6%;
    bottom: 88px;
    padding: 0;
    width: 30.7%;
  }
  .sect4 .deco2 img {
    width: auto;
  }

  .sect5 {
    padding-bottom: 103px;
  }
  .sect5::before {
    padding-top: 26%;
    padding-bottom: 0;
  }
  .sect5::after {
    content: '';
    display: block;
    clear: both;
  }
  .sect5 .deco1 {
    text-align: left;
  }
  .sect5 .deco2 {
    text-align: left;
    padding-left: 30.6%;
    padding-right: 0;
    margin-top: -3.6%;
    margin-bottom: -4.6%;
  }
  .sect5 .deco2 img {
    width: 48.3%;
  }
  .sect5 .deco3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 26%;
    margin: 0;
    width: auto;
  }
  .sect5 .deco3 img {
    position: relative;
    transform: translate(-15.65%, 100%);
    width: 16.3%;
    margin: 0;
  }
  .sect5 .content {
    float: left;
    width: 37.65%;
    padding: 13% 4em 0 0;
  }
  .sect5 .gallery-outer {
    float: right;
    width: 62.35%;
  }

  .sect6 {
    padding-top: 13.46em;
    padding-bottom: 6.8em;
  }
  .sect6::before {
    background: rgba(0, 144, 220, 0.2);
    padding-top: 11.46%;
    padding-bottom: 8em;
  }
  .sect6 .container {
    display: flex;
    align-items: center;
  }
  .sect6 .deco1 {
    position: absolute;
    left: 62.35%;
    right: 0;
    bottom: 100%;
    padding: 0 0 0 6.875em;
    text-align: left;
  }
  .sect6 .deco2 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 18.75%;
  }
  .sect6 .deco2 img {
    transform: translate(5.27%, 26.15%);
    width: auto;
  }
  .sect6 .gallery-outer {
    flex: 62.35% 0 0;
    width: 62.35%;
    padding-bottom: 10%;
  }
  .sect6 .content {
    flex: 1;
    padding: 2em 0 0 2.75em;
  }

  .sect7 {
    padding-top: 11.875%;
  }
  .sect7 .deco1 {
    width: 17.7%;
  }
  .sect7 .deco1 img {
    transform: translateX(27.77%);
  }
  .sect7 .gallery-outer {
    padding-right: 3.35%;
  }
  .sect7 .gallery-wrap .ps-txt.pos-static {
    font-size: 14px;
  }
  .sect7 .content-top .content,
  .sect7 .content-bottom .content {
    max-width: none;
    padding: 0;
  }
  .sect7 .content-top .content {
    margin-bottom: 2em;
  }
  .sect7 .content-bottom .content {
    float: left;
  }
  .sect7 .content-bottom {
    background-image: url('../img/sect7_bg.png');
    background-size: 100% auto;
    padding-bottom: 0;
  }
  .sect7 .deco4 {
    margin-bottom: 0;
    padding-bottom: 44px;
  }
  .sect7 .deco2 {
    padding-right: 9.5em;
  }
  .sect7 .deco3 {
    padding-right: 2.66em;
  }
  .sect7 .deco5 {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 12.7% 15.4%;
  }

  .sect8 .container,
  .sect9 .container {
    max-width: 1250px;
    width: 82%;
  }
  .sect8 .gallery-outer {
    max-width: 1200px;
  }
  .sect8 .deco1 {
    padding-left: 0;
  }
  .sect8 .deco2 {
    margin-top: -16px;
    padding-left: 199px;
  }
  .sect8 .content-top .container {
    padding-bottom: 33px;
  }
  .sect8 .content-top .container::before {
    height: 8em;
  }
  .sect8 .content-bottom .container::before {
    content: '';
    display: block;
    background: url(../img/sect9_bg2.png);
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .sect8 .content-bottom .container::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100dvw;
    padding-bottom: 20%;
    z-index: 0;
    background: url(../img/sect9_bg.png);
    transform: translateX(-50%);
  }
  .sect8 .content-top .container::before,
  .sect8 .content-bottom .container::before,
  .sect9 .content-bottom .container::before {
    max-width: none;
    right: 0;
    width: 56%;
    z-index: -1;
    transform: translateX(24.3%);
  }
  .sect8 .content-bottom {
    margin-bottom: 0;
  }
  .sect8 .gallery-outer {
    position: relative;
    z-index: 2;
  }

  .sect9 {
    padding-bottom: 13.125%;
  }
  .sect9 .content-top {
    padding-top: 0;
  }
  .sect9 .content-top .content-box {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .sect9 .content-bottom .container {
    padding-top: 240px;
  }
  .sect9 .content-bottom .container::before {
    height: 670px;
  }
  .sect9 .deco1 {
    position: absolute;
    right: 0;
    top: 416px;
    width: 36%;
    padding: 0;
  }
  .sect9 .deco1 img {
    transform: translateX(47.1%);
  }
  .sect9 .deco2 {
    position: absolute;
    left: 77.36%;
    bottom: 0;
    width: 8.48%;
    padding: 0;
    margin-bottom: 0;
    margin-left: 3em;
  }
  .sect9 .deco3 {
    margin-bottom: 215px;
  }
  .sect9 .gallery {
    width: 80%;
  }
}

@media (min-width: 1440px) {
  .sect-inner {
    max-width: 40em;
  }

  .sect3-top {
    position: relative;
  }
  .sect3-photo {
    margin: 0 0 0 37.5%;
  }
  .sect3 .deco {
    position: absolute;
  }
  .sect3 .deco1 {
    left: 0;
    right: 0;
    bottom: 36.1%;
    padding-left: 46px;
    max-width: 1490px;
    width: 90%;
    margin: 0 auto;
  }
  .sect3 .deco2 {
    left: 0;
    bottom: 0;
    width: 21.35%;
  }

  .sect12 {
    font-size: 18px;
  }

  .contact-form .row {
    margin: 0 -60px;
  }

  .contact-form .col {
    padding: 0 60px;
  }
}

@media (min-width: 1680px) {
  .sect2-photo {
    margin-right: 21.875%;
  }
  .sect .deco img {
    width: auto;
  }
  .sect2::before {
    height: 400px;
    bottom: 198px;
  }
  .sect2 .deco2 {
    bottom: 596px;
  }
  .sect2 .deco4 {
    bottom: 198px;
  }
  .sect9 .gallery {
    transform: translateX(-12.9%);
  }
  .sect9 .deco2 {
    margin-left: 0;
  }
}