@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bigshot+One&display=swap");
/*=============================================================
 tools
=============================================================*/
@media only screen and (max-width: 768px) {
  #video .page__ttlBox__deco {
    top: -1.875vw;
  }
}
#video .page__ttlBox__title {
  width: 328px;
}
@media only screen and (max-width: 1250px) {
  #video .page__ttlBox__title {
    width: 26.24vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .page__ttlBox__title {
    width: 36.25vw;
  }
}
#video .page__ttlBox__title__star {
  bottom: 103px;
  left: 128px;
}
@media only screen and (max-width: 1250px) {
  #video .page__ttlBox__title__star {
    bottom: 8.24vw;
    left: 10.24vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .page__ttlBox__title__star {
    bottom: 10.9375vw;
    left: 22.96875vw;
  }
}
#video .page__con__detailBlock {
  padding-top: 30px;
}
@media only screen and (max-width: 1250px) {
  #video .page__con__detailBlock {
    padding-top: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .page__con__detailBlock {
    padding-top: 3.59375vw;
  }
}
#video .page__con__detailBlock iframe {
  width: 100%;
  height: 490px;
}
@media only screen and (max-width: 1250px) {
  #video .page__con__detailBlock iframe {
    height: 39.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .page__con__detailBlock iframe {
    height: 39.0625vw;
  }
}
#video .video__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 65px;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #video .video__list {
    gap: 3.2vw 5.2vw;
    width: 96vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list {
    grid-template-columns: repeat(2, 1fr);
    width: 87.5vw;
    gap: 3.90625vw 6.25vw;
  }
}
#video .video__list__item__thumb {
  position: relative;
  height: 203px;
  margin-bottom: 18px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
  line-height: 1;
  border: 1px solid #91FF00;
}
@media only screen and (max-width: 1250px) {
  #video .video__list__item__thumb {
    height: 16.24vw;
    margin-bottom: 1.44vw;
    box-shadow: 0.24vw 0.24vw 0.96vw rgba(0, 0, 0, 0.2);
    border: 0.08vw solid #91FF00;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list__item__thumb {
    height: 22.65625vw;
    margin-bottom: 2.34375vw;
    box-shadow: 0.46875vw 0.46875vw 1.875vw rgba(0, 0, 0, 0.2);
  }
}
#video .video__list__item__thumb a {
  display: block;
  height: 100%;
}
#video .video__list__item__thumb a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  background: url(../img/video/play.png) no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 1250px) {
  #video .video__list__item__thumb a::after {
    width: 5.44vw;
    height: 5.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list__item__thumb a::after {
    width: 8.59375vw;
    height: 8.59375vw;
  }
}
#video .video__list__item__thumb__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
#video .video__list__item__thumb__frame::before, #video .video__list__item__thumb__frame::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 27px;
  background: url(../img/video/frame_deco.svg) no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 1250px) {
  #video .video__list__item__thumb__frame::before, #video .video__list__item__thumb__frame::after {
    width: 2.24vw;
    height: 2.16vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list__item__thumb__frame::before, #video .video__list__item__thumb__frame::after {
    width: 3.125vw;
    height: 2.96875vw;
  }
}
#video .video__list__item__thumb__frame::after {
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
#video .video__list__item__thumb__frame span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video .video__list__item__thumb__frame span::before, #video .video__list__item__thumb__frame span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 27px;
  transform: scale(1, -1);
  background: url(../img/video/frame_deco.svg) no-repeat bottom center;
  background-size: cover;
}
@media only screen and (max-width: 1250px) {
  #video .video__list__item__thumb__frame span::before, #video .video__list__item__thumb__frame span::after {
    width: 2.24vw;
    height: 2.16vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list__item__thumb__frame span::before, #video .video__list__item__thumb__frame span::after {
    width: 3.125vw;
    height: 2.96875vw;
  }
}
#video .video__list__item__thumb__frame span::after {
  left: auto;
  right: 0;
  transform: scale(-1, -1);
}
#video .video__list__item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
#video .video__list__item__text {
  font-size: 16px;
}
@media only screen and (max-width: 1250px) {
  #video .video__list__item__text {
    font-size: 1.28vw;
  }
}
@media only screen and (max-width: 768px) {
  #video .video__list__item__text {
    font-size: 2.5vw;
  }
}