@charset "UTF-8";
.p-topStory {
  position: relative;
  margin: 0 8%;
  padding-bottom: 70px;
  text-align: left;
}
.p-topStory .l-section__inner {
  display: block;
  position: relative;
  transform: scale(1.1);
  transform-origin: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  filter: blur(20px);
  margin: 0 auto;
  width: 84%;
}
.p-topStory.is-active .l-section__inner {
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  filter: blur(0);
  transition: all 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
.p-topStory .c-btn {
  width: 50.79%;
  margin: 26px auto 0;
}
.p-topStory .p-topMovie__list-slide {
  position: relative;
}
.p-topStory_movie {
  position: relative;
}
.p-topStory__cap {
  position: absolute;
  width: 33.33%;
  top: 238px;
  right: -8.4%;
}
.p-topStory__no {
  margin: 30px 0 8px;
  font-size: 17px;
  letter-spacing: 0.02em;
}
.p-topStory__ttl {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.p-topStory__day {
  margin: 14px 0 16px;
  font-size: 15px;
  letter-spacing: 0.02em;
}
.p-topStory__txt {
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 901px) {
  .p-topStory {
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .p-topStory .c-btn {
    width: 50.79%;
    margin: 26px auto 0;
  }
  .p-topStory .l-section__inner {
    position: relative;
    max-width: 1120px;
    min-width: 345px;
    margin: auto;
  }
  .p-topStory .l-section__inner_in {
    max-width: 450px;
    margin-left: 670px;
  }
  .p-topStory .p-topMovie__list-slide {
    position: absolute;
    top: -24px;
    left: 0;
    width: 620px;
  }
  .p-topStory__cap {
    position: absolute;
    width: 210px;
    top: 94px;
    right: 0;
  }
  .p-topStory__no {
    margin: 24px 0 7px;
    font-size: 23px;
  }
  .p-topStory__ttl {
    font-size: 29px;
  }
  .p-topStory__day {
    margin: 14px 0 22px;
    font-size: 17px;
  }
  .p-topStory__txt {
    font-size: 13px;
  }
}