.p-video_in__title {
  width: 552px;
  margin-bottom: 77px;
}
@media screen and (max-width: 899px) {
  .p-video_in__title {
    width: 80%;
    margin-bottom: 38px;
  }
}

.p-video_in__contents-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: min(3.9vw, 65px);
  -moz-column-gap: min(1.4vw, 23px);
  column-gap: min(1.4vw, 23px);
}
@media screen and (max-width: 899px) {
  .p-video_in__contents-list {
    display: flex;
    gap: 5.3vw 2vw;
  }
}
.p-video_in__contents-list-item {
  width: 32%;
  cursor: pointer;
}
@media (hover: hover) {
  .p-video_in__contents-list-item:hover .p-in-image-item {
    transform: scale(1.02);
  }
  .p-video_in__contents-list-item:hover .p-in-image-item::before {
    opacity: 0.4;
  }
  .p-video_in__contents-list-item:hover .p-in-image-icon img {
    transform: scale(0.95);
  }
  .p-video_in__contents-list-item:hover .p-in-title {
    color: var(--color-purple);
  }
}
@media screen and (max-width: 899px) {
  .p-video_in__contents-list-item {
    width: 48.7%;
  }
}
.p-video_in__contents-list-item .p-in-image {
  width: 100%;
  padding-top: 52.55%;
  border: 6px solid var(--color-pink01);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-video_in__contents-list-item .p-in-image {
    width: 100%;
    padding-top: 51.65%;
    border: 3px solid var(--color-pink01);
    border-radius: 10px;
  }
}
.p-video_in__contents-list-item .p-in-image-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.6s var(--ease-bound);
}
.p-video_in__contents-list-item .p-in-image-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-pink01);
  opacity: 0;
  transition: opacity 0.6s var(--ease-main);
  z-index: 1;
}
.p-video_in__contents-list-item .p-in-image-icon {
  width: 27%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-video_in__contents-list-item .p-in-image-icon img {
  width: 100%;
  transition: transform 0.6s var(--ease-bound);
}
.p-video_in__contents-list-item .p-in-title {
  width: 93%;
  margin: 10px auto 0;
  font-size: 1.6rem;
  line-height: 1.55;
  transition: color 0.6s var(--ease-bound);
}
@media screen and (max-width: 899px) {
  .p-video_in__contents-list-item .p-in-title {
    margin: 5px auto 0;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.p-video_in__contents-link {
  width: 340px;
  margin: 60px auto 0;
}
@media screen and (max-width: 899px) {
  .p-video_in__contents-link {
    width: 78%;
    margin: 49px auto 0;
  }
}