.youtube {
	background-color: #000;
	margin-bottom: 10px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
    cursor: pointer;
}
iframe.youtube {
	width: 800px;
	height: 450px;
}
@media screen and (max-width: 1280px) {
iframe.youtube {
		width: 100%
}
	}
.youtube img {
	width: 100%;
	top:0;
	left: 0;
	opacity: 0.7;
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.MainVideo .wrapper {
    margin: 0 auto;
  }

.MainVideo {
  clear: both;
  zoom: 1;
}

.MainVideo:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

.MainVideo {
  margin-bottom: 64px;
  padding-top: 80px;
}

@media screen and (max-width: 1024px) {
	.MainVideo {
    margin-bottom: 32px;
    padding-top: 60px;
	}
}

@media screen and (max-width: 600px) {
	.MainVideo {
    padding-top: 25px;
	}
}
@media screen and (max-width: 600px) {
	.index .MainVideo {
    padding: 0;
	}
}

.wrapVOD {
  width: 580px;
  height: 326.25px;
  margin-right: 32px;
  float: left;
  position: relative;
}

.wrapVOD .video-js {
    width: 580px;
    height: 326.25px;
  }

@media screen and (max-width: 1024px) {
	.wrapVOD {
    width: calc(100vw - 46px);
    height: calc(56.25vw - 25.875px);
    margin: 0 auto 16px auto;
    float: none;
	}

    .wrapVOD .video-js {
      width: calc(100vw - 32px);
      height: calc(56.25vw - 18px);
    }
}

@media screen and (max-width: 600px) {
	.wrapVOD {
    width: calc(100vw - 46px);
    height: calc(56.25vw - 25.875px);
	}
    .wrapVOD .video-js {
      width: calc(100vw - 32px);
      height: calc(56.25vw - 18px);
    }
}

.youtubeKv {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.youtubeKv > img {
    opacity: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }

.youtubeKv.is-hidden {
    display: none;
  }

.youtubeKv-playbtn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
  }

@media screen and (max-width: 600px) {
	.youtubeKv-playbtn {
      left: 10px;
      bottom: 10px;
      width: 30px;
      height: 30px;
	}
}

.video-info {
  margin-left: 612px;
  position: relative;
  min-height: 326.25px;
}

.video-info h1 {
    font-family: var(--font_family_2);
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 16px;
  }

.video-info .times {
    font-size: 0.75rem;
    margin-bottom: 16px;
  }

.video-info .desc {
    min-height: 196px;
    margin-bottom: 16px;
    font-size: .875rem;
  }

@media screen and (max-width: 1024px) {
	.video-info .desc {
      min-height: auto;
	}
}

@media screen and (max-width: 600px) {
	.video-info .desc {
      margin-bottom: 32px;
	}
}

.video-info .desc > p.ellipsis {
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
    }

@media screen and (max-width: 1024px) {
	.video-info .desc > p.ellipsis {
        display: block;
	}
}

@media screen and (max-width: 1024px) {
	.video-info {
    margin-left: 0;
    padding: 0 16px;
    min-height: 248px;
	}
    .video-info .times {
      margin-bottom: 8px;
    }
}

@media screen and (max-width: 600px) {
    .video-info h1 {
      font-size: 1.125rem;
    }
}

.more-icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  line-height: 1;
  text-align: center;
  background-color: var(--main_1);
  border-radius: 100%;
  padding: 5px;
}

.more-icon svg {
    width: 14px;
    height: 14px;
  }

.videoGroup {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media screen and (max-width: 1024px) {
	.videoGroup {
    grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 600px) {
	.videoGroup {
    grid-template-columns: repeat(1, 1fr);
	}
}
.OtherVideo {
  margin-bottom: 64px;
}
.OtherVideo .wrapper {
    position: relative;
  }
@media screen and (max-width: 1024px) {
	.OtherVideo {
    background-color: var(--additional_3);
    padding: 32px 0 24px 0;
	}
}
@media screen and (max-width: 600px) {
	.OtherVideo {
    padding: 32px 0 56px 0;
    margin-bottom: 0;
	}
}
.videoBox {
  position: relative;
}
.videoBox .wrap {
    position: relative;
    margin-bottom: 16px;
    height: 198px;
  }
.videoBox .wrap::before {
      content: '';
      display: block;
      background-image: url(../img/play.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 40px;
      height: 40px;
      position: absolute;
      z-index: 3;
      left: 16px;
      bottom: 10px;
      margin: auto;
    }
.videoBox .wrap::after {
      content: '';
      display: block;
      width: 29px;
      height: 29px;
      position: absolute;
      z-index: 2;
      left: 21px;
      bottom: 16px;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 100%;
    }
.videoBox h2 {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold;
    min-height: 45px;
  }
@media screen and (max-width: 1024px) {
    .videoBox .wrap {
      height: calc(28.125vw - 27px);
    }
}
@media screen and (max-width: 600px) {
    .videoBox .wrap {
      height: calc(56.25vw - 18px);
    }

    .videoBox h2 {
      min-height: inherit;
    }
}

.socialshare {
  float: left;
  position: relative;
  bottom: 0;
}

@media screen and (max-width: 600px) {
	.socialshare {
    position: relative;
	}
}
a[class^='share_'] {
  background-color: var(--additional_4);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 16px;
}
a[class^='share_']:first-child {
    margin-left: 0;
  }
a[class^='share_'] svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
  }
a[class^='share_'].btn_more svg {
      width: 16px;
      height: 16px;
      vertical-align: middle;
    }
@media screen and (max-width: 1024px) {
	a[class^='share_'] {
    background-color: var(--additional_3);
	}
}

a[class^='more_'] {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  padding: 10px 0;
}

a[class^='more_']:last-child {
    margin-bottom: 0;
  }

a[class^='more_']:link {
    color: #ffffff;
  }

a[class^='more_']:active {
    color: #ffffff;
  }

a[class^='more_']:visited {
    color: #ffffff;
  }

a[class^='more_']:hover {
    color: #ffffff;
  }

a[class^='more_'] svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }

a[class^='more_'] span {
    font-size: 1rem;
    display: inline-block;
    vertical-align: middle;
  }

.hiddenBtn.open {
    display: block;
  }

.hiddenBtn {
  display: none;
  position: absolute;
  left: -8px;
  margin-top: 16px;
  padding: 16px;
  background-color: rgba(35, 35, 35, 0.8);
  z-index: 2;
  border-radius: 5px 0 5px 5px;
  z-index: 99;
}

.hiddenBtn::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 10px 20px;
    border-color: transparent transparent rgba(35, 35, 35, 0.8) transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;

    position: absolute;
    right: -5px;
    top: -30px;
  }
