/* 自由に編集してみてください */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper {
  padding: 36px 0;
  max-width: 1024px;
  width: calc(100% - 36px);
}

.swiper h1,
.swiper .img {
  text-align: center;
}

.swiper .flex {
  margin: 32px auto 0;
  padding: 0 16px;
  gap: 32px;
}

.navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  background-color: #7fffff;
  color: #fff;
  padding: 40px;
  border-radius: 50%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 40px;
}

.swiper-pagination {
  position: relative;
  width: 40px;
  font-size: 30px;
}

.swiper p {
  flex: 1;
}

.swiper ul {
  width: 200px;
}

.swiper ul li + li {
  margin-top: 12px;
}

.banana {
  background-color: #ffffe0;
}

.strawberry {
  background-color: #ffc6ff;
}

.orange {
  background-color: #ffbf7f;
}
