@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideRightTxt {
  0% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideLeftTxt {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.shortmovie {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.shortmovie::before, .shortmovie::after {
  display: block;
  position: absolute;
  width: 100%;
  content: "";
}
.shortmovie::after {
  top: 0;
  left: 0;
  height: 113.828125%;
  background: url(../img/people/shortmovie/kv.png) no-repeat center top/contain;
}
.shortmovie::before {
  z-index: 0;
  right: 0;
  bottom: 0;
  height: 94.140625%;
  background: url(../img/people/shortmovie/bg1.png) no-repeat center bottom/100%;
}
.shortmovieKeyvisual {
  z-index: 1;
  position: relative;
  max-width: 1118px;
  margin: 0 auto;
  color: #fff;
}
.shortmovieKeyvisual__inner {
  box-sizing: border-box;
  padding: 150px 7.1556350626% 95px;
}
.shortmovieKeyvisual__ttl {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: bold;
  line-height: 1.2;
}
.shortmovieKeyvisual__ttl .emphasis {
  font-size: 84px;
  font-size: 5.25rem;
}
.shortmovieKeyvisual__text {
  margin-top: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2.3;
}
.shortmovieContent {
  z-index: 1;
  position: relative;
  max-width: 1118px;
  margin: 0 auto;
  color: #fff;
}
.shortmovieContent__inner {
  box-sizing: border-box;
  padding: 0 7.1556350626% 124px;
}
.shortmovieContent__inner .youtubeWrap {
  gap: 48px 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
.shortmovieContent__inner .youtube {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #003F7D;
}
.shortmovieContent__inner .youtube iframe {
  aspect-ratio: 9/16;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  overflow: visible;
  overflow: hidden;
}
.shortmovieContent__inner .youtube__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.shortmovieContent__inner .btn-mypage {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 528px;
  height: 108px;
  margin: 85px auto 0;
  padding: 0 30px 0 38px;
  background-color: #0072CF;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.5s;
}
.shortmovieContent__inner .btn-mypage::after {
  display: block;
  width: 36px;
  height: 28px;
  background: url(../img/people/shortmovie/icon_arrow.svg) no-repeat center/contain;
  content: "";
}
@media screen and (max-width: 1279px) {
  .shortmovie::after {
    background-size: 1280px;
  }
  .shortmovie::before {
    background-size: 1280px;
  }
}
@media screen and (max-width: 999px) {
  .shortmovie::after {
    background: url(../img/people/shortmovie/kv_sp.png) no-repeat center top/100%;
  }
  .shortmovie::before {
    bottom: 72.8vw;
    height: 166.2666666667vw;
    background: url(../img/people/shortmovie/bg1_sp.png) no-repeat center bottom/100%;
  }
  .shortmovieKeyvisual__inner {
    padding: 15.7333333333vw 5.3333333333vw 25.3333333333vw;
  }
  .shortmovieKeyvisual__ttl {
    font-size: 4.5333333333vw;
    line-height: 1.4;
  }
  .shortmovieKeyvisual__ttl .emphasis {
    font-size: 7.4666666667vw;
  }
  .shortmovieKeyvisual__text {
    font-size: 3.2vw;
    line-height: 2.0833333333;
  }
  .shortmovieContent__inner {
    padding: 0 5.3333333333vw 13.3333333333vw;
  }
  .shortmovieContent__inner .youtubeWrap {
    gap: 6.6666666667vw 4.8vw;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .shortmovieContent__inner .youtube {
    gap: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
    border-radius: 2.6666666667vw;
  }
  .shortmovieContent__inner .youtube__ttl {
    font-size: 2.6666666667vw;
  }
  .shortmovieContent__inner .btn-mypage {
    width: 70.4vw;
    height: 14.4vw;
    margin: 6.6666666667vw auto 0;
    padding: 0 4vw 0 5.0666666667vw;
    box-shadow: 0.8vw 0.8vw 0.8vw rgba(0, 0, 0, 0.16);
    font-size: 4.8vw;
  }
  .shortmovieContent__inner .btn-mypage::after {
    width: 4.6666666667vw;
    height: 3.6vw;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1279px) {
  .shortmovieKeyvisual__ttl {
    font-size: 3.59375vw;
  }
  .shortmovieKeyvisual__ttl .emphasis {
    font-size: 6.5625vw;
  }
  .shortmovieKeyvisual__text {
    font-size: 1.5625vw;
  }
  .shortmovieContent__inner .youtube__ttl {
    font-size: 1.5625vw;
  }
  .shortmovieContent__inner .btn-mypage {
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 1000px) {
  .shortmovieContent__inner .btn-mypage:hover {
    opacity: 0.7;
  }
}