.clearfix {
  zoom: 1;
}

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

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

  @date 2017-07-12
  @include _top

  memo: */
#top-page {
  background-color: #FFF9E5;
}

.opening {
  width: 100%;
  height: 100vh;
  z-index: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  background: url("../img/common/bg_pink_repeat.png") center top repeat;
}

.opening__inner {
  width: 100%;
  height: 100%;
  position: relative;
  zoom: 1;
  border: none;
}

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

.opening__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 127px;
  height: 130px;
  text-align: center;
}

.opening__logo p {
  width: 100%;
  height: 100%;
  position: relative;
}

.opening__logo__mark {
  display: block;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.opening__logo__text {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.opening__copy {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF1D9;
  font-size: 20px;
  letter-spacing: .21em;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  display: none;
}

.main {
  position: relative;
  width: 100%;
  z-index: 0;
}

.main__inner {
  width: 100%;
  position: relative;
  zoom: 1;
  border: none;
}

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

.main__logo {
  position: absolute;
  z-index: 1;
  width: 36.64062%;
  left: 5.23438%;
  top: 5.31915%;
}

.main__logo img {
  width: 100%;
  height: auto;
}

.main__visual {
  position: relative;
  width: 100%;
}

.main__visual:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../img/top/main_visual_cover2.png") center bottom no-repeat;
  background-size: 100% auto;
}

.main__date {
  position: absolute;
  z-index: 3;
  width: 19.29688%;
  right: 7.42188%;
  bottom: -44px;
  animation: fuwafuwa 4s ease-in-out infinite;
}

.main__date img {
  width: 100%;
  height: auto;
}

.main__cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #FFF9E5;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

.main__cover span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.main__cover i {
  display: block;
  width: 100%;
  background: url("../img/top/main_visual_cover2.png") center bottom no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -143px;
  height: 143px;
}

.main__cover2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #FFF9E5;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}

.main__banner {
  position: absolute;
  left: 7.8125%;
  bottom: 111px;
  z-index: 1;
}

.telop {
  position: relative;
  width: 100%;
}

.news {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 235px;
}

.news__inner {
  width: 800px;
  position: relative;
  zoom: 1;
  margin: 0 auto;
  border: none;
}

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

.news__headline {
  position: absolute;
  left: -81px;
  top: -131px;
  z-index: 0;
  pointer-events: none;
}

.news__list {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.news__list li {
  line-height: 1.0em;
  border-bottom: #645245 solid 1px;
  box-sizing: border-box;
}

.news__list li.is--fixed .news__list__title {
  position: relative;
}

.news__list li.is--fixed .news__list__title i {
  color: #ffffff;
  display: inline-block;
  line-height: 34px;
  background-color: #FF8CBD;
  border-radius: 5px;
  padding: 0 10px;
}

.news__list a {
  display: block;
  line-height: 1.0em;
  text-decoration: none;
  zoom: 1;
}

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

.news__list span {
  color: #645245;
  font-size: 14px;
  letter-spacing: .07em;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 44px;
}

.news__list i {
  font-style: normal;
  position: relative;
  z-index: 1;
  padding-left: 10px;
}

.news__list__date {
  width: 15%;
  float: left;
}

.news__list__title {
  width: 85%;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news__more {
  text-align: center;
}

.trailer {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 100px;
}

.trailer__inner {
  width: 800px;
  position: relative;
  zoom: 1;
  margin: 0 auto;
  border: none;
}

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

.trailer__headline {
  position: absolute;
  left: -70px;
  top: -136px;
  z-index: 0;
  pointer-events: none;
}

.trailer__list {
  width: 100%;
  display: block;
  zoom: 1;
}

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

.trailer__list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 28px;
  float: left;
}

.trailer__list li:nth-child(3n) {
  margin-right: 0;
}

.trailer__list li.is--blank {
  border: #645245 solid 1px;
  box-sizing: border-box;
  height: 144px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.trailer__list__thumb {
  width: 100%;
  height: 144px;
  margin-bottom: 8px;
}

.trailer__list__thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trailer__list__thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s;
}

.trailer__list__thumb a:hover img {
  transform: translate(-50%, -50%) scale(1.2);
}

.trailer__list__title {
  font-size: 14px;
  letter-spacing: .07em;
  color: #645245;
  line-height: 1.6em;
}

.trailer__more {
  text-align: center;
}

.banners {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 80px;
}

.banners__inner {
  width: 800px;
  position: relative;
  zoom: 1;
  margin: 0 auto;
  border: none;
}

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

.banners__list {
  width: 100%;
  display: block;
  zoom: 1;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

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

.banners__list li {
  font-size: medium;
  letter-spacing: normal;
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 20px;
  vertical-align: top;
}

.banners__list li:nth-child(3n) {
  margin-right: 0;
}

.banners__list li:nth-child(3n+1) {
  margin-left: 0;
}

.banners__list a {
  display: block;
  line-height: 1.0em;
}

.banners__list img {
  width: 100%;
  height: auto;
}

.billing {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 100px;
}

.billing__inner {
  width: 800px;
  position: relative;
  zoom: 1;
  margin: 0 auto;
  text-align: center;
  border: none;
}

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

.billing__tff {
  margin-bottom: 60px;
}

.billing__cast {
  margin-bottom: 35px;
}

.header__nav a:hover {
  color: #e84d47;
}

.header__ham__text {
  color: #e84d47;
}

.header__ham__triger span {
  background-color: #e84d47;
}

.header__nav__sns path {
  fill: #e84d47;
}

.m--button a {
  color: #e84d47;
  border: #e84d47 solid 1px;
}

.m--button a:hover {
  background-color: #e84d47;
}

.m--button--icon polygon {
  fill: #e84d47;
}

.news__list li.is--fixed .news__list__title i {
  background-color: #e84d47;
}

@keyframes fuwafuwa {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  20% {
    transform: rotate(-3deg) translate(2px, 3px);
  }
  40% {
    transform: rotate(1deg) translate(1px, 2px);
  }
  60% {
    transform: rotate(-2deg) translate(2px, -1px);
  }
  80% {
    transform: rotate(1deg) translate(-1px, 2px);
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}

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

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

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #top-page {
    background-color: #FFF9E5;
  }
  .container {
    overflow: hidden;
  }
  .opening {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    background: url("../img/common/bg_pink_repeat.png") center top repeat;
    background-size: 434px auto;
    background-size: 115.73333vw auto;
  }
  .opening__inner {
    width: 100%;
    height: 100%;
    position: relative;
    zoom: 1;
    border: none;
  }
  .opening__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .opening__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95.5px;
    width: 25.46667vw;
    height: 97.5px;
    height: 26vw;
    text-align: center;
  }
  .opening__logo p {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .opening__logo__mark {
    display: block;
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .opening__logo__mark img {
    width: 81px;
    width: 21.6vw;
    height: auto;
  }
  .opening__logo__text {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .opening__logo__text img {
    width: 100%;
    height: auto;
  }
  .opening__copy {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFF1D9;
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: .21em;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    display: none;
    width: 100%;
    text-align: center;
  }
  .main {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .main__inner {
    width: 100%;
    position: relative;
    zoom: 1;
    border: none;
  }
  .main__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__logo {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 52.69944%;
  }
  .main__logo img {
    width: 100%;
    height: auto;
  }
  .main__visual {
    position: relative;
    width: 100%;
  }
  .main__visual:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    bottom: -0.26667vw;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../img/top/main_visual_cover2_sp.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  .main__visual img {
    width: 100%;
    height: auto;
  }
  .main__date {
    position: absolute;
    z-index: 3;
    width: 145px;
    width: 38.66667vw;
    right: -3px;
    right: -0.8vw;
    bottom: -21.5px;
    bottom: -5.73333vw;
  }
  .main__date img {
    width: 100%;
    height: auto;
  }
  .main__cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #FFF9E5;
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
  }
  .main__cover span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main__cover i {
    display: block;
    width: 100%;
    background: url("../img/top/main_visual_cover2_sp.png") center bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -89px;
    top: -23.73333vw;
    height: 89px;
    height: 23.73333vw;
  }
  .main__cover2 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #FFF9E5;
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
  }
  .main__banner {
    position: absolute;
    left: 6.66667%;
    bottom: -26.5px;
    bottom: -7.06667vw;
    z-index: 1;
  }
  .main__banner a {
    display: block;
    border: #645245 solid 1px;
    border: #645245 solid 0.26667vw;
    box-sizing: border-box;
  }
  .main__banner img {
    width: 160px;
    width: 42.66667vw;
    height: auto;
  }
  .telop {
    position: relative;
    width: 100%;
    padding-top: 75px;
    padding-top: 20vw;
  }
  .news {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-top: 100px;
    padding-top: 26.66667vw;
    padding-bottom: 122.5px;
    padding-bottom: 32.66667vw;
  }
  .news__inner {
    width: 100%;
    position: relative;
    zoom: 1;
    margin: 0 auto;
    border: none;
  }
  .news__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .news__headline {
    position: absolute;
    left: 0;
    top: -71px;
    top: -18.93333vw;
    z-index: 0;
    pointer-events: none;
    width: 100%;
  }
  .news__headline img {
    width: 100%;
    height: auto;
  }
  .news__list {
    position: relative;
    z-index: 1;
    width: 86.666%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .news__list li {
    line-height: 1.0em;
    border-bottom: #645245 solid 1px;
    border-bottom: #645245 solid 0.26667vw;
    box-sizing: border-box;
  }
  .news__list li.is--fixed .news__list__title {
    position: relative;
  }
  .news__list li.is--fixed .news__list__title i {
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
    line-height: 5.33333vw;
    background-color: #e84d47;
    border-radius: 4px;
    border-radius: 1.06667vw;
    padding-left: 10px;
    padding-left: 2.66667vw;
    padding-right: 10px;
    padding-right: 2.66667vw;
  }
  .news__list a {
    display: block;
    line-height: 1.0em;
    text-decoration: none;
    zoom: 1;
  }
  .news__list a:after {
    content: "";
    clear: both;
    display: block;
  }
  .news__list span {
    color: #645245;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 29px;
    line-height: 7.73333vw;
  }
  .news__list i {
    font-style: normal;
    position: relative;
    z-index: 1;
    padding-left: 10px;
    padding-left: 2.66667vw;
  }
  .news__list__date {
    width: 26%;
    float: left;
    letter-spacing: 0;
  }
  .news__list__title {
    width: 74%;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: .07em;
  }
  .news__more {
    text-align: center;
  }
  .trailer {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-bottom: 70px;
    padding-bottom: 18.66667vw;
  }
  .trailer__inner {
    width: 100%;
    position: relative;
    zoom: 1;
    margin: 0 auto;
    border: none;
  }
  .trailer__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .trailer__headline {
    position: absolute;
    left: 0;
    top: -74px;
    top: -19.73333vw;
    z-index: 0;
    pointer-events: none;
  }
  .trailer__headline img {
    width: 100%;
    height: auto;
  }
  .trailer__list {
    width: 86.666%;
    margin: 0 auto;
    display: block;
    zoom: 1;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .trailer__list:after {
    content: "";
    clear: both;
    display: block;
  }
  .trailer__list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
    float: left;
  }
  .trailer__list li:nth-child(3n) {
    margin-right: 0;
  }
  .trailer__list li:last-child {
    margin-bottom: 0;
  }
  .trailer__list li.is--blank {
    display: none;
  }
  .trailer__list__thumb {
    width: 100%;
    height: 183.5px;
    height: 48.93333vw;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .trailer__list__thumb a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .trailer__list__thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: none;
    width: 46.5px;
    width: 12.4vw;
    height: auto;
  }
  .trailer__list__thumb a:hover img {
    transform: translate(-50%, -50%) scale(1);
  }
  .trailer__list__title {
    font-size: 15px;
    font-size: 4vw;
    letter-spacing: .07em;
    color: #645245;
    line-height: 1.6em;
  }
  .trailer__more {
    text-align: center;
  }
  .banners {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-bottom: 40px;
    padding-bottom: 10.66667vw;
  }
  .banners__inner {
    width: 86.666%;
    position: relative;
    zoom: 1;
    margin: 0 auto;
    border: none;
  }
  .banners__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .banners__list {
    width: 100%;
    display: block;
    zoom: 1;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  .banners__list:after {
    content: "";
    clear: both;
    display: block;
  }
  .banners__list li {
    font-size: medium;
    letter-spacing: normal;
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
    vertical-align: top;
  }
  .banners__list li:nth-child(3n) {
    margin-right: 2%;
  }
  .banners__list li:nth-child(2n) {
    margin-right: 0;
  }
  .banners__list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .banners__list a {
    display: block;
    line-height: 1.0em;
  }
  .banners__list img {
    width: 100%;
    height: auto;
  }
  .billing {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-bottom: 70px;
    padding-bottom: 18.66667vw;
  }
  .billing__inner {
    width: 86.666%;
    position: relative;
    zoom: 1;
    margin: 0 auto;
    text-align: center;
    border: none;
  }
  .billing__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .billing__tff {
    margin-bottom: 47.5px;
    margin-bottom: 12.66667vw;
  }
  .billing__tff img {
    width: 118px;
    width: 31.46667vw;
    height: auto;
  }
  .billing__cast {
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .billing__cast img {
    width: 235px;
    width: 62.66667vw;
    height: auto;
  }
  .billing__staff img {
    width: 272.5px;
    width: 72.66667vw;
    height: auto;
  }
  .header__nav {
    background-color: #e84d47;
  }
  .header__nav a:hover {
    color: #FFF9E5;
  }
  .header__ham__text {
    color: #e84d47;
  }
  .header__ham__triger span {
    background-color: #e84d47;
  }
  .header__nav__sns path {
    fill: #fff9e5;
  }
  .header__shareSp path {
    fill: #fff9e5;
  }
  .m--button a {
    color: #e84d47;
    border: #e84d47 solid 1px;
    border: #e84d47 solid 0.26667vw;
  }
  .m--button a:hover {
    background-color: #FFF9E5;
  }
  .m--button--icon polygon {
    fill: #e84d47;
  }
  .news__list li.is--fixed .news__list__title i {
    background-color: #e84d47;
  }
}
