@charset "UTF-8";
/* common settings 
========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*, ::after, ::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: transparent;
  min-height: 0vw; /* Safari clamp関数対策 */
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: Ryumin Regular KL, "游明朝", "Yu Mincho", YuMincho, serif;
  color: #251714;
  letter-spacing: 0.05em;
  line-height: 1.67;
  font-feature-settings: "palt" 1;
  word-break: break-all;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
.wrapper {
  width: 100%;
  min-height: 100vh;
}

.upper {
  text-transform: uppercase;
}

@media (max-width: 699.98px) {
  .sp {
    display: block;
  }
}
@media (min-width: 700px) {
  .sp {
    display: none;
  }
}

/* elements
========================================================================== */
footer {
  padding: 0 1em 18px;
}
footer p {
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
}
footer .upper {
  font-size: 1.4rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: calc(810px + 2em);
  padding: 32px 1em 0;
  margin: 0 auto;
}
@media (max-width: 699.98px) {
  header {
    flex-direction: column;
  }
}
header h1 {
  margin: 0;
}
@media (max-width: 699.98px) {
  header h1 {
    margin: 0 0 1em;
  }
}
header ul {
  display: flex;
  width: 162px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between;
}

/* content
========================================================================== */
.screen {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 699.98px) {
  .screen {
    height: 100vw;
  }
}
@media (min-width: 700px) {
  .screen {
    height: calc(100vh - 192px);
  }
}
.screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slider {
  position: relative;
}
@media (max-width: 699.98px) {
  .slider {
    height: 100vw;
  }
}
@media (min-width: 700px) {
  .slider {
    height: calc(100vh - 192px);
  }
}
@media (max-width: 699.98px) {
  .slider-item {
    height: 100vw;
  }
}
@media (min-width: 700px) {
  .slider-item {
    height: calc(100vh - 192px);
  }
}

@media (max-width: 699.98px) {
  main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vh 1em 4vh;
  }
}
@media (min-width: 700px) {
  main {
    padding: 18px 1em 23px;
  }
}
main p {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}/*# sourceMappingURL=main.css.map */