@charset "UTF-8";

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

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

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body p, body span, body dl, h1, h2, h3, h4, h5, h6 {
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

body p, body span, body dl, h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
}

body {
    margin: 0;
    padding: 0;
}

.swiper {
    position: relative;
    width: 100%;
    background-color: #f8eed1;
    padding: 30px 0;
    height: 100vh;
    height: 100dvh;
  }

  .swiper-slide {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
    font-family: 'Noto Serif JP', serif;
    color: #231815;
    text-align: center;
  }

  .slide1 img, .slide2 img, .slide3 img, .slide4 img, .slide5 img, .slide6 img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 4 / 3;
    border-radius: 4px 4px 0 0;
  }

  .slide0 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px;
  }

  .slide0 img {
    max-width: 100%;
    height: auto;

  }

  audio {
    width: calc( 100% - 60px );
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  p {
    font-size: 12px;
    margin-top: 60px;
  }

  h1 {
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 20px;
  }
