.video-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.video-detail-content-block {
  padding: 0;
}
.video-detail-site-container {
  max-width: 1400px;
  margin: 0 auto;
}
.video-detail-conductor .site-container {
  max-width: 1400px;
}
.video-detail-bg {
  background-image: url(/v=1659675373/files/user/video_detail_new2208/bg_kv.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 641px) {
  .video-detail-bg {
    background-image: url(/v=1659675373/files/user/video_detail_new2208/bg_kv_sp.webp);
  }
}
.video-detail-grade {
  background: rgb(225, 60, 113);
  background: linear-gradient(133deg, rgba(225, 60, 113, 0.9) 0%, rgba(28, 153, 184, 0.9) 100%);
}
@media screen and (max-width: 961px) {
  .video-detail-grade {
    background: rgb(225, 60, 113);
    background: linear-gradient(95deg, rgba(225, 60, 113, 0.9) 0%, rgba(28, 153, 184, 0.9) 100%);
  }
}
.video-detail-wrap {
  max-width: 1400px;
  padding: 60px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 961px) {
  .video-detail-wrap {
    padding: 40px 10px 35px;
  }
}
.video-detail-heading-white {
  color: #fff;
}
.video-detail-grid-row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}
@media screen and (max-width: 961px) {
  .video-detail-grid-row {
    margin: 0 -10px 0;
    flex-direction: column;
  }
}
.video-detail-grid-col {
  width: 100%;
  padding: 0 10px;
  margin-top: 20px;
}
@media screen and (max-width: 961px) {
  .video-detail-grid-col {
    margin-top: 40px;
  }
}
.video-detail-grid-col:first-child {
  width: calc(100% - 263px);
}
@media screen and (max-width: 961px) {
  .video-detail-grid-col:first-child {
    width: 100%;
    margin-top: 0;
  }
}
.video-detail-grid-col:last-child {
  width: 263px;
}
@media screen and (max-width: 961px) {
  .video-detail-grid-col:last-child {
    width: 100%;
  }
}
.video-detail-iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 641px) {
  .video-detail-iframe {
    border-radius: 0;
  }
}
.video-detail-iframe-container {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
@media screen and (max-width: 641px) {
  .video-detail-iframe-container {
    margin: 0 -10px;
  }
}
.video-detail-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.video-detail-info-top {
  flex: 1;
}
.video-detail-info-desc {
  margin-top: 5px;
}
.video-detail-info-heading {
  color: #fff;
  font-size: 28px;
  line-height: 1.357;
  text-align: left;
}
@media screen and (max-width: 641px) {
  .video-detail-info-heading {
    font-size: 20px;
    line-height: 1.5;
  }
}
.video-detail-info-txt {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 641px) {
  .video-detail-info-txt {
    font-size: 12px;
  }
}
.video-detail-info-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 961px) {
  .video-detail-info-col {
    justify-content: center;
  }
}
.video-detail-info-date {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 641px) {
  .video-detail-info-date {
    font-size: 14px;
    align-self: flex-start;
  }
}
.video-detail-sns-wrap {
  display: flex;
  align-items: center;
}
.video-detail-sns-link {
  display: block;
}
.video-detail-sns-icon {
  width: 25px;
  height: 25px;
}
.video-detail-sns-text {
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 641px) {
  .video-detail-sns-text {
    font-size: 12px;
  }
}
.video-detail-sns-text::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  margin-left: 5px;
}
@media screen and (max-width: 641px) {
  .video-detail-sns-text::after {
    height: 12px;
  }
}
.video-detail-sns-list {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.video-detail-sns-list-item + .video-detail-sns-list-item {
  margin-left: 5px;
}
.video-detail-sns-list .icon-x{
  width: 22px;
  height: auto;
}
@media screen and (max-width: 641px) {
  .video-detail-slider {
    width: 170px;
  }
}
.video-detail-slider-container {
  margin-top: 20px;
}
@media screen and (max-width: 641px) {
  .video-detail-slider-container {
    margin-top: 15px;
  }
}
.video-detail-slider-container .swiper-button-prev,
.video-detail-slider-container .swiper-button-next {
  top: calc(50% - 32.5px);
}
.video-detail-slider-desc {
  color: #27313C;
  margin-top: 10px;
}
@media screen and (min-width: 642px) {
  .video-detail-slider-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 641px) {
  .video-detail-slider-desc {
    font-size: 12px;
  }
}
.video-detail-slider-date {
  color: #6F7E90;
  font-size: 12px;
  margin-top: 10px;
}
.video-detail-relation-slider-wrap {
  flex-direction: column;
}
.video-detail-relation-slider-container {
  margin-top: 20px;
}
@media screen and (max-width: 641px) {
  .video-detail-relation-slider-container {
    margin-top: 15px;
  }
}
.video-detail-relation-slider .video-detail-slider {
  width: 100%;
}
.video-detail-relation-slider .video-detail-slider + .video-detail-slider {
  margin-top: 15px;
}
@media screen and (max-width: 641px) {
  .video-detail-relation-slider .video-detail-slider + .video-detail-slider {
    margin-top: 20px;
  }
}
.video-detail-relation-slider .video-detail-slider-link {
  position: relative;
}
@media screen and (min-width: 642px) {
  .video-detail-relation-slider .video-detail-slider-link {
    display: flex;
  }
}
@media screen and (max-width: 641px) {
  .video-detail-relation-slider .video-detail-slider-link {
    display: flex;
  }
}
.video-detail-relation-slider .video-detail-slider-link:hover .link-line {
  padding-bottom: 0.12em;
  background-size: 100% 1px;
}
.video-detail-relation-slider .video-detail-slider-link .icon-youtube {
  position: absolute;
  bottom: 5px;
  left: 6px;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 641px) {
  .video-detail-relation-slider .video-detail-slider-link .icon-youtube {
    width: 24px;
    height: 24px;
  }
}
.video-detail-relation-slider .video-detail-slider-thumb {
  width: 175px;
  border-radius: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 642px) {
  .video-detail-relation-slider .video-detail-slider-thumb {
    width: 40%;
    width: 126px;
  }
}
.video-detail-relation-slider .video-detail-slider-thumb.video-detail-slider-thumb-aspect-ajust {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-detail-relation-slider .video-detail-slider-content {
  margin-top: 0;
}
.video-detail-relation-slider .video-detail-slider-desc {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0.12em;
}
.video-detail-relation-slider .video-detail-slider-desc .link-line {
  padding-bottom: 0.12em;
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
}
.video-detail-relation-slider .video-detail-slider-date {
  color: #fff;
  font-size: 12px;
}
.video-detail-recommend-slider .swiper-slide {
  width: 175px;
}
@media screen and (min-width: 642px) {
  .video-detail-recommend-slider .swiper-slide {
    width: 320px;
  }
}
.video-detail-recommend-slider .card:hover .card-title-line {
  padding-bottom: 0;
}
.tag-box {
  background-color: transparent;
}
.tag-box .tag-list li {
  padding: 0 5px;
  margin-top: 10px;
}
/*# sourceMappingURL=map/video_detail_new2208.css.map */