@charset "UTF-8";

body {
  background-color: #ffffff;
  color: #272727;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
}

img {
  display: inline-block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: baseline;
  width: 100%;
}

a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
  right: unset;
  top: unset;
}

.text-wrap {
  line-break: auto;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.display-none {
  display: none;
}

.swiper-wrapper {
  display: flex;
}
.swiper-wrapper.swiper-flow {
  transition-timing-function: linear;
}

body.is-fixed {
  overflow: hidden;
}
body.is-fixed::after {
  opacity: 0.3;
}

.pc-only {
  display: none;
}

@media (min-width: 1024px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}