@charset "UTF-8";
body{
  color:#333333;
  text-align:left;
  line-height:1.5;
  margin:0;
}
#entry_movie {
  width: calc(100vw - calc(100vw - 100%));
  display: flex;
  justify-content: center;
}
.content{
  margin-bottom: 1rem;
}
.features{
  zoom:1;
  margin-left:-5px;
  padding:30px 0 40px;
}
.features:after{
  content:'';
  display:block;
  clear:both;
  overflow:auto;
}
.features .column{
  position:relative;
  float:left;
  width:250px;
  display:inline;
  margin-left:55px;
}
.features .column a:hover img{
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter:"alpha(opacity=70)";
}
.features .column h2{
  color:#009dce;
  text-align:center;
  font-size:135.71429%;
  padding:153px 0 12px;
}
.features .column .thumbnail{
  position:absolute;
  top:0;
  left:0;
}
.features .column .summary{
  font-size:92.85714%;
  overflow:hidden;
  margin-bottom:0;
}
.features .column .summary .point{
  float:left;
  width:68px;
  margin-right:10px;
  margin-bottom:0;
}
