#Contents .MovieBlock {
  max-width: 1000px;
  background-color: #072e8c;
  text-align: center;
  padding: 10px;
}
#Contents .MovieBlock h3 {
  color: #fff;
  padding-top: 0;
  margin: 0;
  padding: 2px 0 0;
  background: none;
  position: relative;
  text-shadow: none;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  line-height: 34px;
}
#Contents .MovieBlock ul {
  margin: 20px 0;
}
#Contents .MovieBlock li {
  margin: 0 10px;
	width:calc(100% / 3);
}
#Contents .MovieBlock p{
  font-size: 87.5%;
	color:#fff;
}
#Contents .MovieBlock a{
  text-decoration:inherit;
	color:inherit;
}
#Contents .MovieBlock .Img:hover {
  opacity: 0.7;
}
.ModalTrigger .Img:hover{
	cursor:pointer;
}
#Contents .MovieBlock .Img {
  width: 255px;
  min-height: 148px;
  max-width: 100%;
  border: solid 1px #999;
  margin: 10px auto;
	background-color: #fff;
  padding: 5px;
  align-items: center;
  display: flex;
}
#Contents .MovieBlock .Img img{width:100%;}
.ModalBlock {
    position: absolute;
    display: none;
    width: 100%;
    max-width: 920px;
    top: 0;
    right: 50%;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 101;
}
.ModalBlock .ModalInner {
    position: absolute;
    width: 100%;
    padding-top: 56.25%;
}
.ModalBlock .ModalCloser {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -51px;
    right: 0;
}
.ModalBlock .ModalCloser:before, .ModalBlock .ModalCloser:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    top: 50%;
    right: 50%;
    background: #fff;
}
.ModalBlock .ModalCloser:before {
    -moz-transform: translateX(50%) rotate(45deg);
    -ms-transform: translateX(50%) rotate(45deg);
    -webkit-transform: translateX(50%) rotate(45deg);
    transform: translateX(50%) rotate(45deg);
}
.ModalBlock .ModalCloser:after {
    -moz-transform: translateX(50%) rotate(-45deg);
    -ms-transform: translateX(50%) rotate(-45deg);
    -webkit-transform: translateX(50%) rotate(-45deg);
    transform: translateX(50%) rotate(-45deg);
}
.MovieStage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#ModalLayer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
@media screen and (min-width: 995px) {
	#Contents .MovieBlock ul {
	  display: flex;
	  justify-content: center;
	}
}
@media screen and (max-width: 994px) {
  #Contents .MovieBlock {
    max-width: 350px;
	}
  #Contents .MovieBlock li {
    width: calc(100% - 20px);
    margin-bottom: 10px;
	}
  #Contents .MovieBlock li:last-child {
    margin-bottom: 0;
	}
}
@media screen and (min-width: 768px) {
  html.PC .ModalBlock .ModalCloser {
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
	}
  html.PC .ModalBlock .ModalCloser:hover {
    opacity: 0.5;
	}
}
@media screen and (max-width: 767px) {
    #Contents .MovieBlock {
        max-width: 350px;
    }
    #Contents .MovieBlock li {
        width: calc(100% - 20px);
        margin-bottom: 10px;
    }
    #Contents .MovieBlock li:last-child {
        margin-bottom: 0;
    }
}

