.hacobune-video-list-item-card-caption {
  display: none;
}

.hacobune-video-list-item-card {
  padding: 0 !important;
}

.hacobune-app-container {
  padding: 0 !important;
}

.hacobune-video-list-item-card {
  width: 100%;
  padding: 0;
}

.hacobune-swiper-slide {
  width: 100% !important;
  height: 116.1333333333vw !important;
}

.hacobune-text-link-root {
  display: none;
}

.hacobune-logo {
  display: none !important;
}

.hacobune-goods.thumbnail {
  height: 116.1333333333vw !important;
}

.product-detail__gallery .visumo {
  height: 438px;
  overflow: hidden;
}
.product-detail__gallery .visumo .vjs_video_3-dimensions {
  height: 438px !important;
}
.product-detail__gallery .visumo .vjs_video_3-dimensions .vjs-tech {
  height: auto !important;
}
.product-detail__gallery.row .visumo {
  width: 700px;
  height: auto;
  overflow: visible;
}
.product-detail__gallery.row .visumo .vjs_video_3-dimensions {
  height: 876px !important;
  width: 700px !important;
  margin-top: 0;
}
.product-detail__gallery.row .visumo .vjs_video_3-dimensions .vjs-tech {
  width: 700px;
}

.product-detail__slider-thum .swiper-slide img {
  width: 16vw;
  height: 18.66666667vw;
  object-fit: cover;
  position: relative;
}

.product-detail__slider-thum .swiper-slide.video-thum:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 40%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 1;
  transform: translateY(-50%);
  opacity: .95;
}

.product-detail__slider-main .slider-image.slider-video {
  height: 120vw;
  overflow: hidden;
}

.product-detail__slider-main .slider-image.slider-video > div {
  width: 100%;
  height: 120vw;
}

.fancybox-content.video-js {
  height: calc(100vh - 50px);
}
