@charset "utf-8";
/* 学部TOP MV */

.videoWrap{
	padding-top: 39.58%;
	width: 100%;
	position: relative;
}
.videoWrap video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}


/* MVスライダー*/
.mv-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px;
}

.mv-wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.swiper-button-prev,
.swiper-button-next {
  color: #FFF;
}
.swiper-pagination-bullet-active {
background:black;
}
.swiper .video {
  position: relative;
  display: block;
}

.swiper .video::before {
  content: "";
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  border: 8px solid rgba(0, 0, 0, .5);
  border-radius: 50%;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper .video::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, .5);
  border-width: 20px 0 20px 30px;
  box-sizing: border-box;
}

.modaal-close {
  top: 80px;
}

.modaal-inner-wrapper {
  padding: 120px 20px 80px;
}

.modaal-video-container {
  max-width: 960px;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
      aspect-ratio: 16 / 9;
      width: 70%;
      height: auto;
  }
}


@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .pdt0 {
    padding-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .swiper .video::before {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(0, 0, 0, .5);
  }

  .swiper .video::after {
    border-width: 15px 0 15px 25px;
  }

  .modaal-wrapper [tabindex="0"] {
    margin: auto;
  }
}
