/* ====================
Layout
 ==================== */
.l-header {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-load .l-header {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.l-top {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 2000px;
  overflow: hidden;
}

.l-top__container {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-load .l-top__container {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.l-top__header {
  position: relative;
  margin: 0 auto 110px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .l-top__header {
    margin-bottom: 84px;
  }
}

.l-top__footer {
  position: relative;
  margin: 260px auto 0;
  width: 100%;
}

/* ====================
Project
 ==================== */
.p-loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 20;
  background: url("/wp-content/themes/vanguard/assets/img/common/bg.png") repeat left top;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.is-op .p-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}

.is-load .p-loader {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 1.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.4s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}

.p-loader__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
      -ms-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
  width: 100px;
}

@media screen and (max-width: 960px) {
  .p-loader__img {
    width: 60px;
  }
}

.p-loader__img-item {
  position: relative;
  width: 100%;
}

.is-op .p-loader__img-item.-head {
  -webkit-animation: rotate-head 1.5s linear infinite;
          animation: rotate-head 1.5s linear infinite;
}

@-webkit-keyframes rotate-head {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    z-index: 1;
  }
  25% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    z-index: 1;
  }
  26% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    z-index: 0;
  }
  75% {
    -webkit-transform: rotateY(270deg);
            transform: rotateY(270deg);
    z-index: 0;
  }
  76% {
    -webkit-transform: rotateY(270deg);
            transform: rotateY(270deg);
    z-index: 1;
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    z-index: 1;
  }
}

@keyframes rotate-head {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    z-index: 1;
  }
  25% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    z-index: 1;
  }
  26% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    z-index: 0;
  }
  75% {
    -webkit-transform: rotateY(270deg);
            transform: rotateY(270deg);
    z-index: 0;
  }
  76% {
    -webkit-transform: rotateY(270deg);
            transform: rotateY(270deg);
    z-index: 1;
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    z-index: 1;
  }
}

.p-loader__img-item.-tail {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.is-op .p-loader__img-item.-tail {
  -webkit-animation: rotate-tail 1.5s linear infinite;
          animation: rotate-tail 1.5s linear infinite;
}

@-webkit-keyframes rotate-tail {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    z-index: 0;
  }
  25% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    z-index: 0;
  }
  26% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    z-index: 1;
  }
  75% {
    -webkit-transform: rotateY(270deg);
            transform: rotateY(270deg);
    z-index: 1;
  }
  76% {
    -webkit-transform: rotateY(270deg);
            transform: rotateY(270deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    z-index: 0;
  }
}

@keyframes rotate-tail {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    z-index: 0;
  }
  25% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    z-index: 0;
  }
  26% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    z-index: 1;
  }
  75% {
    -webkit-transform: rotateY(270deg);
            transform: rotateY(270deg);
    z-index: 1;
  }
  76% {
    -webkit-transform: rotateY(270deg);
            transform: rotateY(270deg);
    z-index: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    z-index: 0;
  }
}

.p-t-video {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  background: url("/wp-content/themes/vanguard/assets/img/top/main/bg_movie.png") repeat left top;
  background-size: auto;
  padding: 35px 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-t-video {
    padding: 15px 0 3px;
  }
}

.is-top-movie-hide .p-t-video {
  display: none;
}

.p-t-video::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/vanguard/assets/img/top/main/bg_movie-bottom.png") repeat-x left bottom;
  background-size: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-t-video::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/vanguard/assets/img/top/main/bg_movie-top.png") repeat-x left top;
  background-size: auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.p-t-video__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 85%;
  max-width: 1080px;
}

@media screen and (max-width: 960px) {
  .p-t-video__inner {
    width: 93%;
  }
}

.p-t-video__player {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.p-t-video__player iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}

.p-t-video__close {
  display: block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  cursor: pointer;
  width: 125px;
}

@media screen and (min-width: 961px) {
  .p-t-video__close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
  }
}

@media screen and (max-width: 960px) {
  .p-t-video__close {
    position: relative;
    margin: 15px auto 0;
    width: 65px;
  }
}

[data-ua="pc"] .p-t-video__close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-hero__deco-item {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}

.p-hero__deco-item.-item1 {
  bottom: -250px;
  left: 5%;
}

@media screen and (max-width: 960px) {
  .p-hero__deco-item.-item1 {
    bottom: 0px;
    left: -10%;
  }
}

.p-hero__deco-item.-item2 {
  bottom: -100px;
  left: 45%;
}

@media screen and (max-width: 960px) {
  .p-hero__deco-item.-item2 {
    bottom: -20px;
    left: 85%;
  }
}

.p-hero__kv {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-hero__kv img {
  width: 100%;
}

.p-hero__play {
  position: absolute;
  right: 10px;
  bottom: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  width: 140px;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .p-hero__play {
    right: 0;
    bottom: 0;
    width: 70px;
  }
}

.is-top-movie-hide .p-hero__play {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  pointer-events: auto;
}

.p-hero__play img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

[data-ua="pc"] .p-hero__play:hover img {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.p-hero__title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 60%;
  max-width: 900px;
}

@media screen and (min-width: 961px) {
  .p-hero__title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 960px) {
  .p-hero__title {
    position: relative;
    margin: 20px auto 0;
    width: 90%;
  }
}

.is-load .p-hero__title {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}

.p-t-bnr {
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-t-bnr {
    padding: 10px 0;
  }
}

.p-t-bnr__deco-item {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}

.p-t-bnr__deco-item.-item1 {
  bottom: -50px;
  left: 18%;
}

@media screen and (max-width: 960px) {
  .p-t-bnr__deco-item.-item1 {
    left: 30%;
  }
}

.p-t-bnr__deco-item.-item2 {
  bottom: -100px;
  left: 65%;
}

@media screen and (max-width: 960px) {
  .p-t-bnr__deco-item.-item2 {
    left: 45%;
  }
}

.p-t-bnr__inner {
  position: relative;
  margin: 0 auto;
  width: 70%;
  max-width: 900px;
}

@media screen and (max-width: 960px) {
  .p-t-bnr__inner {
    width: 85%;
  }
}

.p-t-bnr__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  white-space: nowrap;
}

.p-t-bnr__item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

[data-ua="pc"] .p-t-bnr__item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  opacity: .65;
}

.p-t-bnr__item img {
  width: 100%;
}

.p-t-bnr__pagination {
  position: relative;
  margin: 18px auto 0;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-t-bnr__pagination {
    margin-top: 8px;
  }
}

.p-t-bnr__pagination > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 8px;
  background: url("/wp-content/themes/vanguard/assets/img/top/banner/icon_banner.png") no-repeat center;
  background-size: cover;
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

@media screen and (max-width: 960px) {
  .p-t-bnr__pagination > li {
    margin: 0 5px;
    width: 12px;
    height: 12px;
  }
}

.p-t-bnr__pagination > li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/vanguard/assets/img/top/banner/icon_banner-now.png") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.p-t-bnr__pagination > li.is-current::before {
  content: "";
}

.p-t-content {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
}

.p-t-content__deco-item {
  display: block;
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
}

.p-t-content__deco-item.-item1 {
  top: 25%;
  left: 22%;
}

.p-t-content__deco-item.-item2 {
  top: 52%;
  left: 22%;
}

.p-t-content__deco-item.-item3 {
  top: 58%;
  left: 56%;
}

.p-t-content__deco-item.-item4 {
  bottom: 16%;
  left: 20%;
}

.p-t-content__item {
  position: relative;
  margin: 0 auto;
  width: 84.722%;
  max-width: 1220px;
}

@media screen and (max-width: 960px) {
  .p-t-content__item {
    width: 82.667%;
  }
}

.p-t-content__item::before {
  display: block;
  position: relative;
  padding-top: 43.443%;
  width: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-t-content__item::before {
    padding-top: 78.667%;
  }
}

.p-t-content__item + .p-t-content__item {
  margin-top: 186px;
}

@media screen and (max-width: 960px) {
  .p-t-content__item + .p-t-content__item {
    margin-top: 62%;
  }
  .p-t-content__item + .p-t-content__item:nth-child(odd) {
    margin-top: 75%;
  }
}

.p-t-content__bg {
  display: block;
  position: absolute;
  top: 45.5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 142.857vw;
  max-width: 2000px;
}

@media screen and (max-width: 960px) {
  .p-t-content__bg {
    width: 266.667vw;
  }
}

.p-t-content__bg img {
  width: 100%;
}

.p-t-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: .5%;
  left: 50%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 961px) {
  .p-t-content__item:nth-child(even) .p-t-content__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-t-content__img {
  display: block;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 50%;
}

.is-active .p-t-content__img {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (min-width: 961px) {
  .p-t-content__item:nth-child(odd) .p-t-content__img {
    left: -2%;
    -webkit-transform: translate(-120px, 10px);
        -ms-transform: translate(-120px, 10px);
            transform: translate(-120px, 10px);
  }
}

@media screen and (min-width: 961px) and (max-width: 1421px) {
  .p-t-content__item:nth-child(odd) .p-t-content__img {
    bottom: -1.8%;
  }
}

@media screen and (min-width: 961px) {
  .p-t-content__item:nth-child(even) .p-t-content__img {
    bottom: 10.5%;
    -webkit-transform: translate(120px, -10px);
        -ms-transform: translate(120px, -10px);
            transform: translate(120px, -10px);
  }
}

@media screen and (min-width: 961px) and (max-width: 1421px) {
  .p-t-content__item:nth-child(even) .p-t-content__img {
    bottom: 9%;
  }
}

@media screen and (max-width: 960px) {
  .p-t-content__img {
    position: relative;
    width: 100%;
  }
  .p-t-content__item:nth-child(odd) .p-t-content__img {
    left: -18%;
    -webkit-transform: translate(60px, -5px);
        -ms-transform: translate(60px, -5px);
            transform: translate(60px, -5px);
  }
  .p-t-content__item:nth-child(even) .p-t-content__img {
    bottom: 2.5%;
    left: 14%;
    -webkit-transform: translate(-60px, 5px);
        -ms-transform: translate(-60px, 5px);
            transform: translate(-60px, 5px);
  }
}

.p-t-content__img-item {
  position: relative;
  margin: 0 auto;
  width: 83.607%;
}

.is-active .p-t-content__img-item {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-t-content__item:nth-child(odd) .p-t-content__img-item {
  -webkit-transform: translate(-36px, 3px);
      -ms-transform: translate(-36px, 3px);
          transform: translate(-36px, 3px);
}

@media screen and (max-width: 960px) {
  .p-t-content__item:nth-child(odd) .p-t-content__img-item {
    -webkit-transform: translate(12px, -1px);
        -ms-transform: translate(12px, -1px);
            transform: translate(12px, -1px);
  }
}

.p-t-content__item:nth-child(even) .p-t-content__img-item {
  -webkit-transform: translate(36px, -3px);
      -ms-transform: translate(36px, -3px);
          transform: translate(36px, -3px);
}

@media screen and (max-width: 960px) {
  .p-t-content__item:nth-child(even) .p-t-content__img-item {
    -webkit-transform: translate(-12px, 1px);
        -ms-transform: translate(-12px, 1px);
            transform: translate(-12px, 1px);
  }
}

.p-t-content__img-item img {
  width: 100%;
}

.p-t-content__inner {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 50%;
}

.is-active .p-t-content__inner {
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 960px) {
  .is-active .p-t-content__inner {
    -webkit-transform: translate(-50%, 100%) !important;
        -ms-transform: translate(-50%, 100%) !important;
            transform: translate(-50%, 100%) !important;
  }
}

@media screen and (min-width: 961px) {
  .p-t-content__item:nth-child(odd) .p-t-content__inner {
    top: -2%;
    -webkit-transform: translate(120px, -10px);
        -ms-transform: translate(120px, -10px);
            transform: translate(120px, -10px);
  }
  .p-t-content__item:nth-child(even) .p-t-content__inner {
    top: 5%;
    -webkit-transform: translate(-120px, 10px);
        -ms-transform: translate(-120px, 10px);
            transform: translate(-120px, 10px);
  }
}

@media screen and (max-width: 960px) {
  .p-t-content__inner {
    position: absolute;
    bottom: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
    width: 95%;
  }
  .p-t-content__item:nth-child(odd) .p-t-content__inner {
    left: 58%;
  }
  .p-t-content__item:nth-child(even) .p-t-content__inner {
    bottom: 26%;
    left: 40%;
  }
}

.p-t-content__btn {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0, -20%);
      -ms-transform: translate(0, -20%);
          transform: translate(0, -20%);
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .p-t-content__btn {
    -webkit-transform: translate(5%, -20%);
        -ms-transform: translate(5%, -20%);
            transform: translate(5%, -20%);
    width: 100px;
  }
}

.p-t-content__btn-link {
  display: block;
  position: relative;
}

.p-t-content__btn-link::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: url("/wp-content/themes/vanguard/assets/img/top/contents/btn_more_on.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-t-content__inner:hover .p-t-content__btn-link::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.p-t-content__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-t-movie {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-t-movie__deco-item {
  display: block;
  position: absolute;
  width: 1px;
  height: 1px;
}

.p-t-movie__deco-item.-item1 {
  top: 0;
  left: 90%;
}

@media screen and (max-width: 960px) {
  .p-t-movie__deco-item.-item1 {
    left: 80%;
  }
}

.p-t-movie__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: url("/wp-content/themes/vanguard/assets/img/common/header/bg_header.png") repeat center;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.p-t-movie__bg::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("/wp-content/themes/vanguard/assets/img/top/movie/bg_circle.png") no-repeat center;
  background-size: auto 200%;
  width: 100%;
  height: 100%;
  content: "";
}

.p-t-movie__bg-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 100%;
}

.p-t-movie__bg-img.is-current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: .3;
  z-index: 1;
}

.p-t-movie__container {
  position: relative;
  margin: 0 auto;
  padding: 70px 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-t-movie__container {
    padding: 30px 0;
  }
}

.p-t-movie__inner {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 960px;
}

@media screen and (max-width: 960px) {
  .p-t-movie__inner {
    width: 85%;
  }
}

.p-t-movie__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  white-space: nowrap;
}

.p-t-movie__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-t-movie__data {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.p-t-movie__data iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-t-movie__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.is-playing .p-t-movie__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none;
}

.p-t-movie__img::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url("/wp-content/themes/vanguard/assets/img/top/movie/icon_play.png") no-repeat center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-t-movie__item:hover .p-t-movie__img::before {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.p-t-movie__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  width: 50px;
}

@media screen and (max-width: 960px) {
  .p-t-movie__nav {
    width: 30px;
  }
}

.p-t-movie__nav.is-disable {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.p-t-movie__nav.-prev {
  left: -22px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

@media screen and (max-width: 960px) {
  .p-t-movie__nav.-prev {
    left: 12px;
  }
}

.p-t-movie__nav.-next {
  right: -22px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

@media screen and (max-width: 960px) {
  .p-t-movie__nav.-next {
    right: 12px;
  }
}

/* ====================
COMPONENT
 ==================== */
