* {
  font-family: sans-serif;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a {
  color: #627941;
}

ul {
  list-style: none;
}

.title {
  font-feature-settings: "palt";
}

.the_title {
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.stacked {
  display: flex;
  flex-direction: column;
}

/* Swiper */
/* 矢印を白に */
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

/* ドットを白に */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

/* アクティブなドットはしっかり白に */
.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-caption {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  background: rgba(0,0,0,0.25);
  padding: 6px 10px;
  border-radius: 6px;
  line-height: 1.4;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 100%;
}

.swiper {
  grid-column: 1 / -1!important;
  width: 100%;
  max-width: 1040px;
  /* padding-bottom: 1rem; */
}

.swiper + p {
  padding-top: 1rem;
}