@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  -webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y: scroll; }

html, body, #wrap {
  height: 100%; }

body{
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.8;
  background: #FFF; }

ul, ol {
  padding: 0;
  margin: 0 0 1em 2em; }

#wrap {
  position: relative;
  margin: 0 auto; }

figure {
  width: 100%;
  padding: 0;
  margin: 0; }

img {
  vertical-align: bottom; }

address {
  font-style: normal; 
}

.container{
    max-width: 960px;
    margin: 0 auto;
}

.page_title{
    font-size:2em;
    margin: 0.67em 0;
    text-align: center;
    font-weight: 800;
}

.index_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style:none;
    margin: 0;
    padding: 0;
}
.index_list a{
    display: block;
    color:#222;
    text-decoration: none;
}
.index_list li{
    width: 24%;
    margin-bottom: 2em;
}
.index_list li figure{
    margin: 0 0 .5em;
    padding: 0;
    background: #CCC;
    border: solid 1px #333;
}

.index_list li figure img{
    width: 100%;
    height: auto;
}

.index_list li h2{
    margin: 0;
    font-size:2rem;
    font-feature-settings: "palt";
    line-height: 1.4;
}
.index_list li time{
    font-size:1.4rem;
    font-weight: bold;
    display: block;
}
.index_list li h3{
    margin: 0;
    font-size:1.3rem;
    line-height: 1.4;
    font-weight: normal;
}
.movie_wrap{
    background: #151b28;
    padding: 2em 0;
}
.movie_container{
    margin: 0 auto;
    padding: 0;
    max-width: 320px;
}

.movie_title{
    margin: 0;
    font-size:2.6rem;
    line-height: 1.4;
}
.movie_meta{
    text-align: center;
    margin: 2em auto;
}
.movie_meta time{
    font-weight: bold;
}
.movie_meta h3{
    margin: 0;
    font-size:1.6rem;
    line-height: 1.4;
    font-weight: normal;
}
nav{
    text-align: center;
}