@charset "UTF-8";
.pg-anime {
  background: #000000;
  position: relative;
  /********** 中ページ **********/
  /********** プレイヤー **********/
}

.pg-anime__font--small {
  font-size: 0.75em;
}

.pg-anime__inner {
  padding: 0 5.33333vw;
}

.pg-anime__mv {
  width: 100%;
  height: 150%;
  top: 0;
  position: fixed;
  z-index: 0;
  background-image: url("/zenonzard/images/anime/mainvisual.jpg");
  background-size: 100% auto;
  background-position: top center;
}

.pg-anime__container {
  position: relative;
}

.pg-anime__bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pg-anime__bg img {
  width: 100%;
  height: auto;
  max-width: auto;
}

.pg-anime__contents {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFF;
}

.pg-anime__lang {
  width: 23.2vw;
  margin: 0 0 0 auto;
  text-align: right;
}

.pg-anime__catch {
  padding: 2vw 0 2.66667vw;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
}

.pg-anime__catch__btn {
  width: 39.2vw;
  margin: 0.66667vw auto 0;
}

.pg-anime__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 5.33333vw;
}

.pg-anime__item {
  position: relative;
  width: 48%;
  border: 2px solid #FFF;
  margin: 2.66667vw 0 0 0;
}

.pg-anime__item:first-child {
  width: 100%;
  margin: 0;
}

.pg-anime__item:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 13.86667vw;
  height: 13.86667vw;
  background-image: url("/zenonzard/images/anime/movie_newicon.png");
  background-size: 100% auto;
}

.pg-anime__movie {
  position: relative;
  padding: 5.33333vw 0;
}

.pg-anime__episode {
  width: 27.46667vw;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.pg-anime__detail {
  padding: 4vw 0;
  background: rgba(0, 0, 0, 0.5);
}

.pg-anime__section {
  padding: 4vw 5.33333vw;
}

.pg-anime__section__contents {
  margin: 4vw 0 0 0;
}

.pg-anime__section__title {
  width: 54.4vw;
  margin: auto;
}

.pg-anime__subtitle {
  color: #00f6ff;
  text-shadow: 0 0 10px #00f6ff;
}

.pg-anime__nametable {
  position: relative;
  width: 100%;
  line-height: 1;
}

.pg-anime__nametable:nth-child(2) {
  margin: 5.33333vw 0 0 0;
}

.pg-anime__nametable:nth-child(2)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -2.66667vw;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}

.pg-anime__nametable th {
  width: 50%;
  text-align: right;
  padding: 1.86667vw 2.66667vw 1.86667vw 0;
}

.pg-anime__nametable th .pg-anime__font--small {
  font-size: 0.7em;
}

.pg-anime__nametable td {
  text-align: left;
  padding: 1.33333vw 0 1.33333vw 2.66667vw;
}

.pg-anime__music__title {
  margin: 1.33333vw 0 0 0;
  line-height: 1;
}

.pg-anime__music__jacket {
  width: 64.8vw;
  margin: 2.66667vw auto;
}

.pg-anime__visual__item {
  width: 48%;
}

.pg-anime__title {
  padding: 1.33333vw 5.33333vw 5.33333vw;
}

.pg-anime__title__number {
  background: #00f6ff;
  padding: 1.33333vw;
  font-weight: 700;
  font-style: italic;
  color: #000000;
  line-height: 1;
}

.pg-anime__title__txt {
  padding: 2.66667vw;
  border: 2px solid #00f6ff;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
}

.pg-anime__player__outer {
  position: relative;
}

.pg-anime__player__inner {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  position: absolute;
}

.pg-anime__player__inner.follow {
  position: fixed;
}

.pg-anime__player__poster {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.pg-anime__player__play {
  width: 15.46667vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pg-anime__player__iframe {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 56.25%;
}

.pg-anime__player__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pg-anime__store__item {
  width: 32%;
}

@media screen and (min-width: 750px) and (max-width: 900px) {
  .pg-anime {
    /********** プレイヤー **********/
  }
  .pg-anime__player__play {
    width: 116px;
  }
  .pg-anime__player__thumb {
    width: 100%;
    max-width: initial;
    /* 初期状態にリセット */
  }
}

@media screen and (min-width: 900px) {
  .pg-anime {
    /********** 中ページ **********/
    /********** プレイヤー **********/
  }
  .pg-anime__inner {
    padding: 0 40px;
  }
  .pg-anime__mv {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    background-image: url("/zenonzard/images/anime/mainvisual_pc.jpg");
  }
  .pg-anime__bg {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    right: 0;
  }
  .pg-anime__contents {
    padding: 0 40px;
    margin: auto;
    max-width: 1160px;
  }
  .pg-anime__lang {
    width: 140px;
  }
  .pg-anime__catch {
    padding: 15px 0 20px;
  }
  .pg-anime__catch__btn {
    width: 294px;
    margin: 5px auto 0;
  }
  .pg-anime__list {
    margin: 0 40px;
  }
  .pg-anime__item {
    margin: 20px 0 0 0;
  }
  .pg-anime__item:first-child::before {
    width: 104px;
    height: 104px;
  }
  .pg-anime__movie {
    width: 820px;
    margin: auto;
    padding: 40px 0;
  }
  .pg-anime__episode {
    width: 206px;
  }
  .pg-anime__detail {
    padding: 30px 0;
  }
  .pg-anime__section {
    padding: 30px 40px;
    width: 820px;
    margin: auto;
  }
  .pg-anime__section__contents {
    margin: 30px 0 0 0;
  }
  .pg-anime__section__title {
    width: 408px;
  }
  .pg-anime__nametable th {
    padding: 10px 20px 10px 0;
  }
  .pg-anime__nametable td {
    padding: 10px 0 10px 20px;
  }
  .pg-anime__nametable:nth-child(2) {
    margin: 40px 0 0 0;
  }
  .pg-anime__nametable:nth-child(2)::before {
    top: -20px;
  }
  .pg-anime__music__title {
    margin: 10px 0 0 0;
  }
  .pg-anime__music__jacket {
    width: 486px;
    margin: 20px auto;
  }
  .pg-anime__visual__list {
    width: 668px;
    margin: auto;
  }
  .pg-anime__title {
    padding: 10px 0 40px;
    width: 820px;
    margin: auto;
  }
  .pg-anime__title__number {
    padding: 10px;
  }
  .pg-anime__title__txt {
    padding: 20px;
  }
  .pg-anime__player__inner {
    width: 820px;
    margin: auto;
  }
  .pg-anime__player__play {
    width: 116px;
  }
}

/*# sourceMappingURL=map/anime.css.map */
