@charset "UTF-8";
* {
  font-family: "Noto serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

img {
  width: 100%;
}

body {
  pointer-events: none;
}

body.scroll {
  pointer-events: auto;
}

.loading.active {
  opacity: 1;
}

.loading {
  z-index: 3;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgb(255, 255, 245);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
}
.loading div:nth-of-type(1) {
  background-color: rgb(0, 0, 0);
  opacity: 0;
  height: 20vw;
  width: 20vw;
  border-radius: 50%;
  -webkit-animation: circle-opacity-animation 0s 4.5s forwards, circle-scale-animation 0.4s 5s forwards cubic-bezier(0.35, 0, 1, 0);
          animation: circle-opacity-animation 0s 4.5s forwards, circle-scale-animation 0.4s 5s forwards cubic-bezier(0.35, 0, 1, 0);
  position: absolute;
}
.loading > img:nth-of-type(1) {
  -webkit-animation: image-animation 2.5s 1.8s forwards;
          animation: image-animation 2.5s 1.8s forwards;
  opacity: 0;
  height: 20vw;
  width: auto;
  position: relative;
}

@-webkit-keyframes circle-opacity-animation {
  to {
    opacity: 1;
  }
}

@keyframes circle-opacity-animation {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes circle-scale-animation {
  to {
    transform: scale(6.6);
  }
}
@keyframes circle-scale-animation {
  to {
    transform: scale(6.6);
  }
}
@-webkit-keyframes image-animation {
  from {
    transform: scale(0.25);
  }
  to {
    opacity: 1;
  }
}
@keyframes image-animation {
  from {
    transform: scale(0.25);
  }
  to {
    opacity: 1;
  }
}
.space1-slider-click,
.space2-slider-click,
.space3-slider-click {
  visibility: visible !important;
}

/* arrow */
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 80px;
  filter: drop-shadow(0px 0px 5px black);
  opacity: 0;
  transition: opacity 0.5s;
}

.prev-arrow {
  left: 0.2%;
  z-index: 1;
}

.next-arrow {
  z-index: 1;
  right: 0.2%;
  transform: rotate(180deg);
}

.slick-slider:hover .slide-arrow {
  opacity: 0.5;
}

.slick-slider .slide-arrow:hover {
  opacity: 1;
}

header {
  /* slider */
  /* 予約 */
}
header .main-slider div > img {
  height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}
header > div:nth-of-type(2) {
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
}
header > div:nth-of-type(2) > a * {
  width: 115px;
  margin-left: 15px;
  opacity: 0.7;
}
header > p:nth-of-type(1) {
  color: white;
  font-size: 4.6rem;
  position: relative;
  top: -490px;
  font-family: "Noto Sans JP", sans-serif;
}
header > p:nth-of-type(2) {
  font-size: 2rem;
  margin-top: 50px;
}
header > p:nth-of-type(3) {
  font-size: 1.3rem;
  margin-top: 28px;
  line-height: 1.5rem;
}
header > p:nth-of-type(4) {
  font-size: 1.3rem;
  margin-top: 33px;
  line-height: 1.5rem;
}
header > p:nth-of-type(5) {
  font-size: 1.3rem;
  margin-top: 33px;
  line-height: 1.5rem;
}

menu > p:nth-of-type(1) {
  font-family: serif;
  font-size: 2.6rem;
  margin-top: 80px;
}
menu > p:nth-of-type(2) {
  margin: 60px 0 5px 0;
  letter-spacing: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
menu > .menu-location {
  margin: 120px 0 5px 0;
  letter-spacing: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
menu .menu-slider {
  height: 360px;
  box-shadow: 0px 0px 5px 0px gray;
  margin: 0 auto;
}
menu .menu-slider div > img {
  height: 360px;
  width: auto;
}
menu .menu-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.7rem;
  margin-top: 12px;
  margin-bottom: 20px;
}
menu > .menu1-slider {
  width: 454px;
}
menu > .menu2-slider {
  width: 165px;
}
menu > .menu3-slider {
  width: 216px;
}
menu > .menu4-slider {
  width: 454px;
}
menu > .menu5-slider {
  width: 509px;
}
menu > .menu6-slider {
  width: 165px;
}
menu > .menu7-slider {
  width: 270px;
}
menu > .menu8-slider {
  width: 270px;
}
menu > .menu9-slider {
  width: 270px;
}
menu > div:nth-of-type(10) {
  display: flex;
  justify-content: center;
  gap: 0 50px;
}
menu > div:nth-of-type(10) .menu10_1-slider {
  width: 252px;
  margin: 0;
}
menu > div:nth-of-type(10) .menu10_2-slider {
  width: 227px;
  margin: 0;
}
menu > .menu11-slider {
  width: 252px;
}

space p:nth-of-type(1) {
  margin-top: 110px;
  font-size: 2.5rem;
  letter-spacing: 3px;
}
space .space-location {
  margin: 30px 0 15px 0;
  letter-spacing: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
space .space-slider-for img {
  margin: 0 auto;
  width: 980px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
space .space-slider-nav {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
space .space-slider-nav > div {
  padding: 0 !important;
}
space .space-slider-nav img {
  margin: 0 5px;
  width: 86px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(80%);
  transition: filter 0.25s;
}
space .space-slider-nav img:hover {
  filter: none;
}
space > a:nth-of-type(1) {
  margin: 120px 0 -60px 330px;
}
space > a:nth-of-type(1) > img {
  height: 105px;
  width: auto;
}

footer {
  margin: 60px auto 0 auto;
  width: 980px;
}
footer > .detail1 {
  display: flex;
  justify-content: center;
}
footer > .detail1 > div {
  width: 33.3333333333%;
}
footer > .detail1 > div > p:nth-of-type(1) {
  font-size: 1.2rem;
  line-height: 25px;
}
footer > .detail1 > div > p:nth-of-type(2) {
  margin-top: 70px;
  font-size: 0.8rem;
  line-height: 25px;
}
footer > .detail2 {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
footer > .detail2 > p {
  width: 33.3333333333%;
  font-size: 0.7rem;
  align-self: center;
  line-height: 20px;
}
footer > .detail3 {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
footer > .detail3 > p {
  width: 33.3333333333%;
  font-size: 0.8rem;
  align-self: center;
}
footer > .detail4 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
footer > .detail4 > a {
  width: 33.3333333333%;
  color: black;
  font-size: 1.4rem;
  text-decoration: none;
}
footer > .detail5 {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
footer > .detail5 > div {
  display: flex;
  justify-content: center;
  gap: 15px;
  width: 33.3333333333%;
}
footer > .detail5 > div > img {
  width: 50px;
}
footer > p:nth-of-type(1) {
  margin: 120px 0 150px 0;
  font-size: 0.8rem;
}

.banner {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 150px;
  gap: 0 25px;
  pointer-events: none;
}
.banner > .change {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  transition: opacity 0.3s;
  pointer-events: none;
}
.banner > .change > p {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  pointer-events: auto;
}
.banner .before-change {
  transition: opacity 0.3s;
}
.banner .after-change {
  opacity: 0;
  transition: opacity 0.3s;
}
.banner > .change:hover .before-change {
  opacity: 0;
}
.banner > .change:hover .after-change {
  opacity: 1;
}
.banner p {
  font-size: 0.9rem;
}
.banner > a:nth-of-type(1) {
  width: 50px;
  height: 50px;
}
.banner > a:nth-of-type(2) {
  width: 180px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media (481px <= width) {
  space > div:nth-of-type(7),
space > div:nth-of-type(8),
space > div:nth-of-type(9) {
    visibility: hidden;
  }
  space > div:nth-of-type(7) > div:nth-of-type(1),
space > div:nth-of-type(8) > div:nth-of-type(1),
space > div:nth-of-type(9) > div:nth-of-type(1) {
    z-index: 2;
    background-color: rgba(20, 20, 20, 0.98);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
  }
  space > div:nth-of-type(7) > .space-slider-click,
space > div:nth-of-type(8) > .space-slider-click,
space > div:nth-of-type(9) > .space-slider-click {
    z-index: 2;
    margin: 0 auto;
    position: fixed;
    top: 5%;
    left: 0%;
    right: 0%;
    height: 82vh;
    width: 60vw;
  }
  space > div:nth-of-type(7) > .space-slider-click .slide-arrow,
space > div:nth-of-type(8) > .space-slider-click .slide-arrow,
space > div:nth-of-type(9) > .space-slider-click .slide-arrow {
    opacity: 1;
    padding: 100vh 25vw 100vh 0vw;
  }
  space > div:nth-of-type(7) > .space-slider-click .next-arrow,
space > div:nth-of-type(8) > .space-slider-click .next-arrow,
space > div:nth-of-type(9) > .space-slider-click .next-arrow {
    right: -33%;
  }
  space > div:nth-of-type(7) > .space-slider-click .prev-arrow,
space > div:nth-of-type(8) > .space-slider-click .prev-arrow,
space > div:nth-of-type(9) > .space-slider-click .prev-arrow {
    left: -33%;
  }
  space > div:nth-of-type(7) > .space-slider-click div > img,
space > div:nth-of-type(8) > .space-slider-click div > img,
space > div:nth-of-type(9) > .space-slider-click div > img {
    height: 82vh;
    width: 60vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  space > div:nth-of-type(7) > img,
space > div:nth-of-type(8) > img,
space > div:nth-of-type(9) > img {
    z-index: 2;
    height: 40px;
    width: auto;
    position: fixed;
    top: 3vw;
    right: 3vw;
    cursor: pointer;
  }
}
@media (1024px <= width) {
  .space-slider-nav .slick-track {
    width: auto !important;
  }
  .space-slider-nav .slick-track .slick-slide {
    width: 96px !important;
  }
}
@media (481px <= width <= 1023px) {
  .loading div:nth-of-type(1) {
    height: 44vw;
    width: 44vw;
  }
  .loading > img:nth-of-type(1) {
    height: 44vw;
  }
  @-webkit-keyframes circle-scale-animation {
    to {
      transform: scale(4.7);
    }
  }
  @keyframes circle-scale-animation {
    to {
      transform: scale(4.7);
    }
  }
  header .main-slider .slick-track div:nth-of-type(3) > img {
    -o-object-position: 40% 0;
       object-position: 40% 0;
  }
  header .main-slider .slick-track div:nth-of-type(4) > img {
    -o-object-position: 70% 0%;
       object-position: 70% 0%;
  }
  header .main-slider .slick-track div:nth-of-type(5) > img {
    -o-object-position: 48% 0;
       object-position: 48% 0;
  }
  header .main-slider .slick-track div:nth-of-type(6) > img {
    -o-object-position: 35% 0;
       object-position: 35% 0;
  }
  header .main-slider .slick-track div:nth-of-type(7) > img {
    -o-object-position: 60% 0;
       object-position: 60% 0;
  }
  header .main-slider .slick-track div:nth-of-type(8) > img {
    -o-object-position: 57% 0;
       object-position: 57% 0;
  }
  header p:nth-of-type(1) {
    font-size: 9vw;
  }
  header div:nth-of-type(2) {
    top: 2vw;
    right: 2vw;
  }
  header div:nth-of-type(2) > a * {
    margin-left: 1.5vw;
  }
  menu .menu-slider {
    height: 45vw;
  }
  menu .menu-slider div > img {
    height: 45vw;
    width: auto;
  }
  menu .menu1-slider,
menu .menu4-slider {
    width: 56vw;
  }
  menu .menu2-slider,
menu .menu6-slider {
    width: 20vw;
  }
  menu .menu3-slider {
    width: 27.14vw;
  }
  menu .menu5-slider {
    width: 63vw;
  }
  menu .menu7-slider,
menu .menu8-slider,
menu .menu9-slider {
    width: 32vw;
  }
  menu > div:nth-of-type(10) {
    gap: 0 4vw;
  }
  menu > div:nth-of-type(10) .menu10_1-slider {
    width: 30vw;
  }
  menu > div:nth-of-type(10) .menu10_2-slider {
    width: 28vw;
  }
  menu .menu11-slider {
    width: 30vw;
  }
  space .space-slider-for img {
    width: 98vw;
    height: 50vw;
  }
  space .space-slider-nav .slick-track {
    width: auto !important;
  }
  space .space-slider-nav .slick-track .slick-slide {
    width: 9.6vw !important;
  }
  space .space-slider-nav .slick-track .slick-slide img {
    margin: 0 0.5vw;
    width: 8.6vw;
    height: 5vw;
  }
  space a:nth-of-type(1) {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10vw 0 -6vw 60vw;
  }
  space a:nth-of-type(1) > img {
    height: 15vw;
  }
  space > div:nth-of-type(7) > .space-slider-click,
space > div:nth-of-type(8) > .space-slider-click,
space > div:nth-of-type(9) > .space-slider-click {
    top: 50%;
    transform: translate(0, -50%);
    height: 45vh;
    width: 100vw;
  }
  space > div:nth-of-type(7) > .space-slider-click > .slide-arrow,
space > div:nth-of-type(8) > .space-slider-click > .slide-arrow,
space > div:nth-of-type(9) > .space-slider-click > .slide-arrow {
    width: 150px;
    padding: 100vh calc(27vw - 150px) 100vh 6vw;
  }
  space > div:nth-of-type(7) > .space-slider-click > .prev-arrow,
space > div:nth-of-type(8) > .space-slider-click > .prev-arrow,
space > div:nth-of-type(9) > .space-slider-click > .prev-arrow {
    left: 0vw;
  }
  space > div:nth-of-type(7) > .space-slider-click > .next-arrow,
space > div:nth-of-type(8) > .space-slider-click > .next-arrow,
space > div:nth-of-type(9) > .space-slider-click > .next-arrow {
    right: 0vw;
  }
  space > div:nth-of-type(7) > .space-slider-click div > img,
space > div:nth-of-type(8) > .space-slider-click div > img,
space > div:nth-of-type(9) > .space-slider-click div > img {
    height: 45vh;
    width: 100vw;
  }
  space > div:nth-of-type(7) > img,
space > div:nth-of-type(8) > img,
space > div:nth-of-type(9) > img {
    top: 6vw;
    right: 6vw;
  }
  footer {
    width: 90vw;
  }
  footer > .detail1 > div > p:nth-of-type(1) {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }
  footer > .detail1 > div > p:nth-of-type(2) {
    margin-top: 7vw;
    font-size: 1.2vw;
    line-height: 2.5vw;
  }
  footer > .detail2 {
    margin-top: 2.5vw;
  }
  footer > .detail2 > p {
    font-size: 1vw;
    line-height: 2vw;
  }
  footer > .detail3 {
    margin-top: 4.5vw;
  }
  footer > .detail3 > p {
    font-size: 1.2vw;
  }
  footer > .detail4 {
    margin-top: 2vw;
  }
  footer > .detail4 > a {
    font-size: 2vw;
  }
  footer > .detail5 {
    margin-top: 2.5vw;
  }
  footer > .detail5 > div {
    gap: 1.5vw;
  }
  footer > .detail5 > div img {
    width: 5vw;
  }
  footer > p:nth-of-type(1) {
    margin: 12vw auto 15vw auto;
    font-size: 1.2vw;
  }
  .banner {
    height: 15vw;
    width: 100vw;
    gap: 2.2vw;
  }
  .banner p {
    font-size: 2.2vw;
  }
  .banner > p:nth-of-type(1) {
    font-size: 2.4vw;
    margin: 0 2.4vw 0 -6vw;
  }
  .banner > .change {
    width: 6vw;
  }
  .banner a:nth-of-type(1) {
    width: auto;
    height: auto;
  }
  .banner a:nth-of-type(1) img {
    display: block;
    width: 5vw;
  }
  .banner a:nth-of-type(2) {
    width: 17vw;
    height: auto;
  }
  .banner a:nth-of-type(2) img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (width <= 480px) {
  .loading div:nth-of-type(1) {
    height: 48vw;
    width: 48vw;
  }
  .loading > img:nth-of-type(1) {
    height: 48vw;
  }
  @-webkit-keyframes circle-scale-animation {
    to {
      transform: scale(4.4);
    }
  }
  @keyframes circle-scale-animation {
    to {
      transform: scale(4.4);
    }
  }
  header > p:nth-of-type(1) {
    font-size: 10vw;
  }
  header > p:nth-of-type(2) {
    font-size: 7vw;
  }
  header > div:nth-of-type(2) {
    flex-direction: column;
  }
  header > div:nth-of-type(2) img {
    width: 90px;
  }
  header .main-slider .slick-track div:nth-of-type(2) img {
    -o-object-position: 40% 0;
       object-position: 40% 0;
  }
  header .main-slider .slick-track div:nth-of-type(3) img {
    -o-object-position: 70% 0%;
       object-position: 70% 0%;
  }
  header .main-slider .slick-track div:nth-of-type(4) img {
    -o-object-position: 48% 0;
       object-position: 48% 0;
  }
  header .main-slider .slick-track div:nth-of-type(5) img {
    -o-object-position: 35% 0;
       object-position: 35% 0;
  }
  header .main-slider .slick-track div:nth-of-type(6) img {
    -o-object-position: 60% 0;
       object-position: 60% 0;
  }
  header .main-slider .slick-track div:nth-of-type(7) img {
    -o-object-position: 57% 0;
       object-position: 57% 0;
  }
  header p:nth-of-type(3) {
    margin-top: 13vw;
    font-size: 6.5vw;
  }
  header p:nth-of-type(4) {
    margin-top: 3.2vw;
    font-size: 4.4vw;
  }
  header p:nth-of-type(5) {
    margin-top: 5vw;
    font-size: 4.4vw;
  }
  header p:nth-of-type(6) {
    margin-top: 5vw;
    font-size: 4.4vw;
  }
  menu > p:nth-of-type(1) {
    display: none;
  }
  menu > p:nth-of-type(2) {
    margin: 10vw 0 5px 0;
  }
  menu .menu-slider {
    height: 65vw;
  }
  menu .menu-slider div > img {
    height: 65vw;
    width: auto;
  }
  menu .menu1-slider,
menu .menu4-slider {
    width: 82vw;
  }
  menu .menu2-slider,
menu .menu6-slider {
    width: 29vw;
  }
  menu .menu3-slider {
    width: 39vw;
  }
  menu .menu5-slider {
    width: 92vw;
  }
  menu .menu7-slider,
menu .menu8-slider,
menu .menu9-slider {
    width: 48vw;
  }
  menu > div:nth-of-type(10) {
    gap: 0 4vw;
  }
  menu > div:nth-of-type(10) .menu10_1-slider {
    width: 45vw;
  }
  menu > div:nth-of-type(10) .menu10_2-slider {
    width: 41vw;
  }
  menu .menu11-slider {
    width: 45vw;
  }
  space > p:nth-of-type(1) {
    font-size: 7vw;
    letter-spacing: normal;
  }
  space > .space-slider-for img {
    width: 90vw;
    height: 50vw;
  }
  space > div:nth-of-type(3) > p:nth-of-type(1),
space > div:nth-of-type(6) > p:nth-of-type(1),
space > div:nth-of-type(9) > p:nth-of-type(1) {
    margin-top: 3.8vw;
    font-size: 6vw;
    letter-spacing: normal;
  }
  space > div:nth-of-type(3) > p:nth-of-type(2),
space > div:nth-of-type(6) > p:nth-of-type(2),
space > div:nth-of-type(9) > p:nth-of-type(2) {
    font-size: 5.5vw;
  }
  space > div:nth-of-type(3) > p:nth-of-type(3),
space > div:nth-of-type(6) > p:nth-of-type(3),
space > div:nth-of-type(9) > p:nth-of-type(3) {
    line-height: 8vw;
  }
  space > div:nth-of-type(3) > p:nth-of-type(4),
space > div:nth-of-type(6) > p:nth-of-type(4),
space > div:nth-of-type(9) > p:nth-of-type(4) {
    margin-top: 2vw;
    font-size: 3.4vw;
    line-height: 6vw;
  }
  space > div:nth-of-type(3) > p:nth-of-type(5),
space > div:nth-of-type(6) > p:nth-of-type(5),
space > div:nth-of-type(9) > p:nth-of-type(5) {
    margin-top: 2.5vw;
    margin-top: 2vw;
  }
  space > div:nth-of-type(3) > p:nth-of-type(2),
space > div:nth-of-type(6) > p:nth-of-type(2) {
    margin-top: -1vw;
  }
  space > div:nth-of-type(3) > a:nth-of-type(1),
space > div:nth-of-type(6) > a:nth-of-type(1) {
    position: relative;
    top: 4vw;
    text-decoration: none;
    color: black;
    font-size: 5.5vw;
  }
  space > div:nth-of-type(3) > a:nth-of-type(2) > img,
space > div:nth-of-type(3) > img:nth-of-type(1),
space > div:nth-of-type(6) > a:nth-of-type(2) > img,
space > div:nth-of-type(6) > img:nth-of-type(1) {
    width: 15vw;
    height: 15vw;
  }
  space > div:nth-of-type(3) > a:nth-of-type(2),
space > div:nth-of-type(3) > img:nth-of-type(1),
space > div:nth-of-type(6) > a:nth-of-type(2),
space > div:nth-of-type(6) > img:nth-of-type(1) {
    position: relative;
    top: 5.5vw;
  }
  space > div:nth-of-type(3) > a:nth-of-type(2),
space > div:nth-of-type(6) > a:nth-of-type(2) {
    right: 2vw;
  }
  space > div:nth-of-type(3) > img:nth-of-type(1),
space > div:nth-of-type(6) > img:nth-of-type(1) {
    left: 2vw;
  }
  space > div:nth-of-type(12) > p:nth-of-type(2) {
    margin: -1vw 0 3.2vw 0;
  }
  space > div:nth-of-type(12) > p:nth-of-type(3) {
    margin-top: 8vw;
  }
  space > div:nth-of-type(12) > a:nth-of-type(1) img {
    height: 37vw;
    width: auto;
  }
  space > div:nth-of-type(12) > a:nth-of-type(2) {
    position: relative;
    top: 4vw;
    text-decoration: none;
    color: black;
    font-size: 5.5vw;
  }
  space > div:nth-of-type(12) > img:nth-of-type(1) {
    position: relative;
    top: 5.5vw;
    width: 15vw;
    height: 15vw;
  }
  space > div:nth-of-type(12) > p:nth-of-type(6) {
    margin-top: 14vw;
    font-size: 3vw;
  }
  space > div:nth-of-type(12) > a:nth-of-type(3) {
    position: relative;
    top: 2vw;
  }
  space > div:nth-of-type(12) > a:nth-of-type(3) > img {
    height: 15vw;
    width: auto;
  }
  space > .space-slider-nav {
    width: 93%;
    margin: 10px auto 0;
  }
  space > .space-slider-nav .slick-slide img {
    width: 90%;
    height: auto;
    margin: 0 auto 0;
  }
  space > a {
    display: none !important;
  }
  space > div:nth-of-type(9),
space > div:nth-of-type(10),
space > div:nth-of-type(11) {
    visibility: hidden;
  }
  space > div:nth-of-type(9) > div:nth-of-type(1),
space > div:nth-of-type(10) > div:nth-of-type(1),
space > div:nth-of-type(11) > div:nth-of-type(1) {
    z-index: 2;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    background-color: rgba(20, 20, 20, 0.98);
  }
  space > div:nth-of-type(9) > .space-slider-click,
space > div:nth-of-type(10) > .space-slider-click,
space > div:nth-of-type(11) > .space-slider-click {
    z-index: 2;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    height: 30vh;
    width: 100vw;
  }
  space > div:nth-of-type(9) > .space-slider-click .slide-arrow,
space > div:nth-of-type(10) > .space-slider-click .slide-arrow,
space > div:nth-of-type(11) > .space-slider-click .slide-arrow {
    opacity: 1;
    padding: 100vh calc(27vw - 80px) 100vh 6vw;
  }
  space > div:nth-of-type(9) > .space-slider-click .next-arrow,
space > div:nth-of-type(10) > .space-slider-click .next-arrow,
space > div:nth-of-type(11) > .space-slider-click .next-arrow {
    right: 0vw;
  }
  space > div:nth-of-type(9) > .space-slider-click .prev-arrow,
space > div:nth-of-type(10) > .space-slider-click .prev-arrow,
space > div:nth-of-type(11) > .space-slider-click .prev-arrow {
    left: 0vw;
  }
  space > div:nth-of-type(9) > .space-slider-click div > img,
space > div:nth-of-type(10) > .space-slider-click div > img,
space > div:nth-of-type(11) > .space-slider-click div > img {
    height: 30vh;
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  space > div:nth-of-type(9) > img,
space > div:nth-of-type(10) > img,
space > div:nth-of-type(11) > img {
    z-index: 2;
    height: 40px;
    width: auto;
    position: fixed;
    top: 3vw;
    right: 3vw;
    cursor: pointer;
  }
  footer {
    display: none;
  }
  .banner {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */