@charset "UTF-8";
#video {
  width: 100%;
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 60px;
  margin: 80px 0 80px 0;
}
#video .common-header {
  margin: 0 auto;
  width: 830px;
}
#video .common-header h2 {
  margin-right: 40px;
  color: #FFF;
  border-color: #FFF;
}
#video .common-header .desc {
  padding-top: 18px;
  color: #FFF;
}
#video .swiper-wrapper {
  width: 100%;
  margin-top: 60px;
}
#video .swiper-wrapper .swiper-slide.ready {
  transition: all 0.5s 0s ease;
}
#video .swiper-wrapper .swiper-slide.active {
  transition: all 0.5s 0s ease;
}
#video .swiper-wrapper .swiper-slide .post-title {
  font-size: 18px;
  margin-top: 10px;
}
#video .video-swiper {
  position: relative;
}
#video .video-swiper .prev,
#video .video-swiper .next {
  width: 100px;
  height: 100px;
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: calc(-70px + 50%);
}
#video .video-swiper .prev:hover,
#video .video-swiper .next:hover {
  cursor: pointer;
  opacity: 0.8;
}
#video .video-swiper .next {
  right: 65px;
  background-image: url("/wp-content/themes/bepal/assets/img/arrow/main-right-w.png");
}
#video .video-swiper .prev {
  left: 40px;
  background-image: url("/wp-content/themes/bepal/assets/img/arrow/main-left-w.png");
}
#video .video-swiper .inactive {
  opacity: 0.2;
  transition: all 0.5s 0s ease;
}
#video .more-button2-w {
  display: block;
  margin: 50px auto 0 auto;
}

.video-box {
  color: #FFF;
}
.video-box .play {
  position: absolute;
  width: 104px;
  left: calc((100% - 104px) / 2);
  top: calc(-30px + (100% - 104px) / 2);
}
.video-box .label {
  background-color: rgba(0, 0, 0, 0.72);
  color: #FFF;
  font-size: 13px;
  text-align: center;
  font-family: "DINCondensed";
  position: absolute;
  right: 0;
  top: 0;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
}
.video-box img.thumbnail {
  width: 100%;
  height: auto;
  opacity: 0.8;
  object-fit: cover; /* この一行を追加するだけ！ */
}
.video-box .post-title {
  font-size: 18px;
  line-height: 145%;
  font-weight: 600;
  margin-top: 10px;
}
.video-box .meta {
  margin-top: 8px;
}
.video-box .meta .date {
  font-size: 14px;
  color: #656565;
}
.video-box .meta .tag {
  font-size: 15px;
  margin-left: 20px;
}
.video-box:hover img.thumbnail {
  transition: all 0.5s 0s ease;
  opacity: 1;
}
.video-box:hover .play {
  transition: all 0.5s 0s ease;
  opacity: 0;
}/*# sourceMappingURL=toppage-video.css.map */