@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   Index
   ========================================================================== */
/* movie
  ========================================================================== */
.movie {
  overflow: hidden;
}
.movie_object {
  float: left;
  width: 530px;
  background: #000000 url(/support/instruction_movie/img/index_instagram_img01.gif) no-repeat center center;
  text-align: center;
}
.movie_object iframe {
  width: 100%;
  height: 298px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .movie_object {
    float: none;
    width: auto;
  }
  body:not(.non-responsive) .movie_object iframe {
    height: 169px;
  }
}
.movie_body {
  overflow: hidden;
  min-height: 298px;
  padding: 20px;
  background-color: #e7e8ea;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .movie_body {
    width: auto;
    min-height: 0;
    padding: 10px;
  }
}
.movie_list {
  overflow: hidden;
  margin: -10px 0 0 -5px;
}
.movie_list > li {
  float: left;
  margin: 10px 0 0 5px;
  line-height: 1.3;
}
.movie_list > li a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 40px;
  background-color: #fff;
}
.movie_list > li a:before {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 20px;
  height: 14px;
  background: url(/common/img/parts/icon_movie01.png) no-repeat;
  background-size: 20px auto;
  content: "";
}
.movie_list > li a:hover,
.movie_list > li a.is-current {
  background-color: #111111;
  color: #fff;
}
.movie_list > li a:hover:before,
.movie_list > li a.is-current:before {
  background-image: url(/common/img/parts/icon_movie01_current.png);
}
