/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* p-movie
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.p-movie {
  margin-top: 7rem;
  position: relative;
  overflow-x: hidden;
  z-index: 40;
  height: auto;
  padding-bottom: 10rem;
}
@media screen and (max-width: 540px) {
  .p-movie {
    padding: 0rem 0rem 8rem;
    margin-top: 0rem;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* p-movie h2
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.p-movie h2 {
  position: relative;
  z-index: 10;
  text-align: center;
  line-height: 1.8;
}
.p-movie h2 span {
  position: relative;
  z-index: 10;
  font-size: 3rem;
}

@media screen and (max-width: 540px) {
  .p-movie h2 {
    color: #fff !important;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 540px) {
  .p-movie h2 span {
    font-size: 1.3rem;
  }
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* p-movie__slider_content
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.p-movie__slider_content {
  width: 100%;

  margin: 0 auto;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* p-movie .p-movie-thumbnail
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.p-movie .p-movie-thumbnail {
  margin: 0 0.5rem;
  position: relative;
  cursor: pointer;
  aspect-ratio: 16/9 !important;
  transition: 0.2s;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* p-movie .slide-dots
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.p-movie .slide-dots {
  position: absolute;
  bottom: -2.6rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.p-movie .slide-dots li {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 0.25rem;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .p-movie .slide-dots li {
    width: 1.5rem;
  }
}
.p-movie .slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  display: none;
}

.p-movie .slide-dots li button:hover,
.p-movie .slide-dots li button:focus {
  outline: none;
}

.p-movie .slide-dots li button:hover:before,
.p-movie .slide-dots li button:focus:before {
  opacity: 1;
}

.p-movie .slide-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-movie .slide-dots li {
  background-color: #86878d !important;
}

.p-movie .slide-dots li.slick-active {
  background-color: #fff !important;
}

.p-movie .slide-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.p-movie .p-movie__Button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p-movie .p-movie__contentButton {
  display: block;
  position: relative;
  height: 100%;
}

.p-movie .p-movie__contentButton img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  font-family: "object-fit:cover", "object-fit:cover";
  object-fit: cover;
}

.p-movie .p-movie__contentButton svg {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  inset-block-start: calc(50% - 50px);
  inset-inline-start: calc(50% - 50px);
  width: 100px;
  height: 100px;
  z-index: 2;
  transform: rotate(-90deg);
}

@media screen and (max-width: 540px) {
  .p-movie .p-movie__contentButton svg {
    top: calc(50% - 33px);
    left: calc(50% - 33px);
    inset-block-start: calc(50% - 33px);
    inset-inline-start: calc(50% - 33px);
    z-index: 2;
    width: 66px;
    height: 66px;
  }
}
.p-movie .p-movie__contentButton:before,
.p-movie .p-movie__contentButton:after {
  position: absolute;
  z-index: 101;
  content: "";
}

.p-movie .p-movie__contentButton:before {
  top: calc(50% - 33px);
  left: calc(50% - 32px);
  inset-block-start: calc(50% - 33px);
  inset-inline-start: calc(50% - 32px);
  display: none;
  width: 66px;
  height: 66px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.p-movie .p-movie__contentButton:after {
  position: absolute;
  top: 50%;
  left: calc(50% - 16px);
  inset-block-start: 50%;
  inset-inline-start: calc(50% - 16px);
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/icon_video.svg) center center/contain no-repeat;
  transform: translateY(-50%);
}

@media screen and (max-width: 540px) {
  .p-movie .p-movie__contentButton:after {
    left: calc(50% - 10px);
    inset-inline-start: calc(50% - 10px);
    width: 2rem;
    height: 2rem;
  }
}
.p-movie .p-movie__contentButton:focus .circle__cover {
  stroke-dashoffset: 0 !important;
  -webkit-animation-play-state: running;
}

@media (hover: hover) and (pointer: fine) {
  .p-movie .p-movie__contentButton:hover .circle__cover {
    stroke-dashoffset: 0 !important;
    -webkit-animation-play-state: running;
  }
}
.p-movie .p-movie-thumbnail:hover .circle__cover {
  stroke-dashoffset: 0 !important;
  -webkit-animation-play-state: running;
}

.p-movie .p-movie-video__icon {
  position: absolute;
  z-index: 112;
  top: 50%;
  left: 50.5%;
  width: 30px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 540px) {
  .p-movie .p-movie-video__icon {
    width: 7%;
    left: 52%;
  }
}
.p-movie .p-movie-video__icon img {
  width: 100%;
  height: auto;
}
/* 
.p-movie .slick-prev {
  width: 2rem;
  left: -10%;
  right: auto;
  z-index: 11;
  background: url(../images/back.svg);
  background-size: contain !important;
  background-repeat: no-repeat;
}
@media screen and (max-width: 540px) {
  .p-movie .slick-prev {
    left: -1.7rem;

    background-size: contain !important;
    background-repeat: no-repeat;
  }
}

.p-movie .slick-prev,
.p-movie .slick-next {
  height: 2.4rem !important;
  width: 2.4rem !important;
}

@media screen and (max-width: 540px) {
  .p-movie .slick-prev,
  .p-movie .slick-next {
    height: 2rem !important;
    width: 2rem !important;
  }
}
.p-movie .slick-next {
  width: 2rem;
  left: auto;
  right: -10%;
  z-index: 11;
  background: url(../images/prev.svg);
  background-size: contain !important;
  background-repeat: no-repeat;
}
@media screen and (max-width: 540px) {
  .p-movie .slick-next {
    right: -2.5rem;

    background-size: contain !important;
    background-repeat: no-repeat;
  }
} */

.p-movie .circle__cover {
  opacity: 0.6;
  fill: #000;
  stroke: #fff;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  stroke-width: 3;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: paused;
}

@keyframes circle {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 163;
  }
}
.youtube {
  width: 30%;
  margin: 0rem auto;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.p-movie-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
