html::-webkit-scrollbar-track {
  background-color: #cec8c8;
}

html::-webkit-scrollbar {
  background-color: #cec8c8;
}

html::-webkit-scrollbar-thumb {
  background-color: #e6e0e0;
}

@supports (scrollbar-color: #e6e0e0 #cec8c8) {
  html {
    scrollbar-color: #e6e0e0 #cec8c8;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Serif Display', serif;
  line-height: 1.45;
  background-color: #e6e0e0;
}

main {
  text-align: center;
  padding: 2.33em 0 1em;
}

a {
  color: inherit;
  text-decoration: none;
}

.logo {
  width: 9em;
  height: auto;
}

.splide__track {
  height: 100%;
}

.splide__slide {
  height: 100%;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-section {
  padding: 3em 1.5em 1em;
}

.content-section > * + * {
  margin-top: 3rem;
}

.social-media-list {
  font-size: min(4.5vw, 1.25em);
  font-weight: 300;
  list-style-type: none;
  padding-left: 0;
}

.social-media-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
}

.social-media-list li img {
  width: auto;
  height: 1em;
  margin-right: 0.875em;
}

.social-media-list li + li {
  margin-top: 1em;
}

.map-container {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}

.map {
  position: relative;
  padding-bottom: 100%;
  border-radius: 1em;
  overflow: hidden;
  border: 0.075em solid #474747;
}

.map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.notice {
  font-size: 1.5em;
  letter-spacing: 0.15em;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
}

footer p {
  font-weight: 200;
  font-size: 0.85em;
}

a:hover span::before {
  translate: 0 0;
}

span {
  position: relative;
  overflow: hidden;
}

span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  translate: 100% 0;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  main {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .slider-section > div {
    margin-top: 2em;
  }
  .logo--desktop {
    display: none;
  }
  .social-media-list {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .content-section {
    width: 55%;
    padding: 0 1.5em;
  }
  .slider-section {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 45%;
    z-index: 1;
  }
  .content-section > * + * {
    margin-top: 4rem;
  }
  .slider-section .splide {
    height: 100%;
  }
  .logo--mobile {
    display: none;
  }
  .logo {
    width: 9.5em;
  }
  .social-media-list {
    font-size: 1.15em;
  }
  .social-media-list li a {
    letter-spacing: 0.3em;
  }
}

@media (min-width: 1360px) {
  .logo {
    width: 13.5em;
  }
  .social-media-list {
    font-size: 1.5em;
  }
}
