@charset "UTF-8";

#vimeo-frame {
  margin-bottom: 0;
}
#vimeo-frame .vimeo-player {
  opacity: 0;
}
#vimeo-frame .vimeo-start,
#vimeo-frame .vimeo-stop,
#vimeo-frame .vimeo-end {
  position: absolute;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
  cursor: pointer;
}
#vimeo-frame .vimeo-start span {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 80px;
  padding-left: 10px;
  background: #f00;
  border-radius: 20px;
}
#vimeo-frame .vimeo-start span:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 8px;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 25px 0 25px 36px;
  border-color: transparent transparent transparent #fff;
}
#vimeo-frame .vimeo-end {
  background-color: rgba(0, 0, 0, .7);
  z-index: 2;
  cursor: default;
}
#vimeo-frame .vimeo-end span {
  display: inline-block;
  margin: 0 20px;
}
#vimeo-frame .vimeo-end span a {
  cursor: pointer;
}
#vimeo-frame .vimeo-stop {
  cursor: default;
}
#vimeo-frame .vimeo-stop:hover span {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 80px;
  padding-left: 10px;
  background: rgb(0, 173, 239);
  border-radius: 20px;
}
#vimeo-frame .vimeo-stop.stoped:hover span:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 8px;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 25px 0 25px 36px;
  border-color: transparent transparent transparent #fff;
}
#vimeo-frame .vimeo-stop:not(.stoped):hover span:before,
#vimeo-frame .vimeo-stop:not(.stoped):hover span:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 20px;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 40px;
  margin: auto;
  background-color: #fff;
}
#vimeo-frame .vimeo-stop:not(.stoped):hover span:after {
  left: -20px;
}
#vimeo-frame .vimeo-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 66px;
  height: 66px;
  margin: auto;
}

.page-header .h1 {
  margin-bottom: 15px !important;
  margin-top: 4px !important;
  padding-bottom: 4px !important;
}
.page-header .page-header-title {
  font-size: 24px;
  line-height: 1;
}
.movie-lecture-title {
  font-size: 15px;
  line-height: 130%;
  color: #666;
}
.movie-title {
  margin-bottom: 15px;
}
.movie-title h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding-top: 9px;
}
.movie-list-title {
  font-size: 120%;
  font-weight: bold;
  background-color: #eee;
}
#read-movie-list,
#link-movie-list {
  margin-bottom: 40px;
  padding-bottom: 4px;
  background-color: #f9f9f9;
}
#read-movie-list li a,
#link-movie-list li a {
  cursor: pointer;
}
.movie-section-header {
  padding: .4em;
  color: #fff;
  font-size: 24px;
  line-height: 1.417;
  font-weight: bold;
  text-align: center;
  background-color: #0c731c;
  margin-top: -5px;
}
.movie-sectionNav {
  margin: 0 0 20px;
  padding: 4px;
  border: solid 1px #0c731c;
}
.movie-sectionNav .color-red {
  color: #d90000;
}
.mn-other-lecture {
  margin-bottom: 40px;
}
#everyday-link-btn {
  margin-bottom: 10px;
}
.movie-everyday-banner {
  width: 90%;
  margin: 20px auto;
  text-align: center;
}
.movie-everyday-banner a:hover {
  opacity: 0.7;
}
.education-banner {
  padding-top: 0;
}


@media screen and (max-width: 767px) {
  .js-phantomNavi{
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }
  .js-phantomNavi.active{
    visibility: visible;
    opacity: 1;
    transition: all .3s;
  }
  .page-header .h1 {
    margin-top: 20px !important;
  }
  .page-header .page-header-title {
    font-size: 15px;
    line-height: 1.417;
  }
  .movie-lecture-title {
    font-size: 12px;
  }
  .movie-title h1 {
    font-size: 17px;
  }
  .movie-list-title {
    font-size: 110%;
  }
  .movie-section-header {
    font-size: 16px;
  }
  .movie-sectionNav {
    padding: 4px;
    font-size: 12px;
  }
}
