@charset "UTF-8";

#content {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow-wrap: break-word;
}
#sidebar figure {
  aspect-ratio: 1 / 1;
}
#sidebar figure, .igp-carousel, #content img {
  aspect-ratio: 1 / 1;
}
.slick-slide img, #content img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.mejs-overlay-error {
  font-size: 0;
}
.mejs-cannotplay {
  display: none;
}
.mejs-overlay-error::before {
  font-size: 1.2vw;
  content: "動画の閲覧期限が過ぎているため再生することができません";
  display: block;
  color: #fff;
  padding: 1vw 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0,0,0,.6);
  text-align: center;
}
@media (max-width: 767px){
  .mejs-overlay-error::before {
    font-size: 2.5vw;
  }
  #news {
    padding-top: 10vw;
  }
}

@media (max-width: 575px){
  
}


