.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
#special-page {
  width: 100%;
}

.header {
  position: relative;
  left: auto;
  top: auto;
  background-color: #fff8da;
}

.header:after {
  content: '';
  display: block;
  width: 100%;
  height: 31px;
  background: url("../img/common/bg_tri_beige.png") center top repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 0;
}

.header__inner {
  width: 900px;
  height: 185px;
}

.header__logo {
  height: 277px;
  left: 0;
  transform: translate(0, 0);
}

.header__logo a {
  transform: translate(0, 53px);
}

.header__han {
  display: none;
}

.header__menu {
  display: none;
}

.headline {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.headline__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding: 110px 0 88px;
  text-align: center;
  border: none;
}

.movie {
  position: relative;
  width: 100%;
  min-width: 1120px;
  background-color: #84d6ff;
}

.movie__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  padding-bottom: 160px;
  zoom: 1;
  border: none;
}

.movie__inner:after {
  content: "";
  clear: both;
  display: block;
}

.movie__list {
  width: 100%;
}

.movie__list li {
  margin-bottom: 90px;
}

.movie__list li:last-child {
  margin-bottom: 0;
}

.movie__list__thumb {
  width: 100%;
  height: 506px;
  margin-bottom: 30px;
}

.movie__list__thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.movie__list__thumb a:hover:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.movie__list__thumb a:hover .icon--play {
  transform: translate(-50%, -50%) scale(1.1);
}

.movie__list__thumb a:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s;
}

.movie__list__thumb .icon--play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .3s;
}

.movie__list__title {
  font-size: 16px;
  letter-spacing: .1em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #fff8da;
  line-height: 1.83em;
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #special-page {
    width: 100%;
  }
  .header {
    position: relative;
    left: auto;
    top: auto;
    background-color: #fff8da;
  }
  .header:after {
    content: '';
    display: block;
    width: 100%;
    height: 15.5px;
    height: 4.13333vw;
    bottom: -8px;
    bottom: -2.13333vw;
    background: url("../img/common/bg_tri_beige.png") center top repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .header__inner {
    width: 85.333%;
    height: 107.5px;
    height: 28.66667vw;
  }
  .header__logo {
    height: 185px;
    height: 49.33333vw;
    left: 0;
    transform: translate(0, 0);
  }
  .header__logo a {
    transform: translate(0, 23px);
    transform: translate(0, 6.13333vw);
  }
  .header__han {
    display: block;
  }
  .headline {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .headline__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-top: 122px;
    padding-top: 32.53333vw;
    padding-bottom: 54px;
    padding-bottom: 14.4vw;
    text-align: center;
    border: none;
  }
  h2 img {
    width: 188.5px;
    width: 50.26667vw;
    height: auto;
  }
  .movie {
    position: relative;
    width: 100%;
    min-width: 100%;
    background-color: #84d6ff;
  }
  .movie__inner {
    position: relative;
    width: 85.333%;
    margin: 0 auto;
    padding-bottom: 82.5px;
    padding-bottom: 22vw;
    zoom: 1;
    border: none;
  }
  .movie__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .movie__list {
    width: 100%;
  }
  .movie__list li {
    margin-bottom: 31px;
    margin-bottom: 8.26667vw;
  }
  .movie__list li:last-child {
    margin-bottom: 0;
  }
  .movie__list__thumb {
    width: 100%;
    height: 180px;
    height: 48vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .movie__list__thumb a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    border-radius: 1.33333vw;
    overflow: hidden;
  }
  .movie__list__thumb a:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .movie__list__thumb a:hover .icon--play {
    transform: translate(-50%, -50%) scale(1);
  }
  .movie__list__thumb a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .3s;
  }
  .movie__list__thumb .icon--play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: none;
    width: 40px;
    width: 10.66667vw;
    height: auto;
  }
  .movie__list__title {
    font-size: 11.5px;
    font-size: 3.06667vw;
    letter-spacing: .1em;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    color: #fff8da;
    line-height: 1.83em;
  }
}
