/* PC START */
[data-browse-mode="P"] .top_detail_video h2.block-top-title {
  margin-bottom: 0;
  font-size: 34px;
}
[data-browse-mode="P"] .top_detail_video h2.block-top-title span {
  font-size: 34px;
}
[data-browse-mode="P"] #video-list video {
  width: 1200px !important;
  height: 600px !important;
}
[data-browse-mode="P"] #video-list .hacobune-swiper {
  height: 600px !important;
}
[data-browse-mode="P"] #video-list .hacobune-swiper .hacobune-swiper-wrapper {
  transform: unset !important;
}
[data-browse-mode="P"] #video-list .hacobune-swiper .hacobune-swiper-wrapper,
[data-browse-mode="P"] #video-list .hacobune-swiper .hacobune-swiper-wrapper .hacobune-swiper-slide {
  width: 1200px !important;
  height: 600px !important;
}
[data-browse-mode="P"] #video-list .hacobune-thumbnail-video div.hacobune-video-js {
  height: 600px !important;
}
/* PC END */
/* SP START */
[data-browse-mode="S"] .top_detail_video h2.block-top-title {
  margin-bottom: 0;
  font-size: 17px;
}
[data-browse-mode="S"] .top_detail_video h2.block-top-title span {
  font-size: 17px;
}
[data-browse-mode="S"] #video-list {
  height: 200px !important;
  margin-bottom: 20px;
}
[data-browse-mode="S"] #video-list * {
  max-height: 200px !important;
}
[data-browse-mode="S"] #video-list .hacobune-app-container {
  padding-top: 10px;
}
[data-browse-mode="S"] #video-list video {
  height: auto !important;
}
/* SP END */
