.post .flex.odd,
.post .flex.even {
  width: 100%;
}

section.contents .inner .block.visual.slide {
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 12px;
}

.post section.contents .inner .block.title .scene .title {
  margin-bottom: 0;
  font-size: var(--font22);
  font-weight: 400;
}

.banner.ex {
  width: 100%;
}

.banner.ex a.btn.center {
  line-height: 1.25;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet-active {
  background: var(--colorBlu);
}

.swiper-pagination-bullet {
  width: 3em;
  border-radius: 0.5em;
  height: 0.7em;
}

figcaption.type {
  position: absolute;
  top: 2rem;
  left: 2rem;
  margin-top: 0;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 200;
  filter: drop-shadow(0px 0px 4px rgb(81, 81, 81))
}

@media (821px <=width) {
  .scene .num {
    font-size: 3.25rem;
  }

  figcaption {
    font-size: var(--font14);
  }


  .post .scene .flex.odd,
  .post .scene .flex.even {
    flex-flow: column;
    gap: 0;
  }

  section.contents .inner .scene .block.visual.slide {
    width: 100%;
  }

  .scene .swiper-wrapper {
    flex-flow: row nowrap;
    width: 100%;
    gap: 2rem;
  }

  .scene .swiper-slide {
    width: calc(50% - 1rem);
    height: auto;
  }

  figcaption.type {
    top: 3rem;
    left: 3rem;
    font-size: 3.25rem;
  }
}

@media (820px >=width) {
  .flex.odd {
    flex-flow: column;
  }

  .scene {
    margin-bottom: 0;
  }

  .banner.ex a.btn.center {
    margin-top: 1rem;
  }

  figcaption {
    text-align: center;
  }
}