.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.movie-title-block {
  font-size: 50px;
  font-weight: 700;
  margin-top: 40px;
  text-align: center;
}

.award-list-wrap {
  padding-top: 20px;
}

.story-ja {
  margin-top: 50px;
}

.story-ja {
  font-size: 18px;
}

.story-en {
  font-size: 18px;
}

.movie-staff-list {
  padding: 20px 10px 0;
}

.movie-title-main {
  margin-top: 70px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.movie-title-sub {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
}

.movie-title-attention {
  text-align: center;
  color: #9f9f9f;
  background-color: #f7f7f7;
  padding: 40px 10px;
}

.movie-title-main.sub-none {
  margin-bottom: 40px;
}

.yoshikahorita2001 .movie-title-main.sub-none {
  margin-bottom: 80px;
}

.award-item-ttl {
  font-size: 26px;
}

.award-item {
  font-size: 14px;
}

.yoshikahorita2001 {
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif!important;
}

.story-wrap.yoshikahorita2001 {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif!important;
}

.movie-staff-wrap.scroll-up.yoshikahorit.is-show {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif!important;
}

.movie-award-wrap.scroll-up.yoshikahorit.is-show {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif!important;
}

.story-ja.yoshikahorita2001 {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif!important;
}

.tableContents__heading {
  width: 160px;
  padding-right: 20px;
  text-align: right;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
}

.tableContents__data {
  flex: 1;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 2;
}

.tableContents__dataText{
  text-align: left;
}

.tableContents__note{
  font-size: 1.2rem;
}

.NewsDetails__main p {
  font-size: 1.8rem;
}

.tableContents__row:nth-child(n+2) {
  margin-top: 30px;
}

.tableContents {
  margin-top: 50px;
}

.tableContents {
  margin: 50px auto 0;
  padding: 0 20px;
  max-width: 780px;
}

.p-interview-a {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .03em;
  line-height: 2;
  text-align: justify;
}

.i-title {
  margin-right: 2.5rem;
  font-weight: 700;
}

.p-interview-q:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  margin-right: 0.75rem;
  margin-top: -5px;
  background-color: #757575;
  vertical-align: middle;
  z-index: 1;
}

.i-line {
  display: none;
}

.p-interview-q {
  margin-top: 30px;
  color: #757575;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 2;
  text-align: justify;
}

.interview-block {
  margin: 50px auto 0;
  padding: 0 20px;
  max-width: 780px;
}

.tableContents-ttl {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  font-size: 22px;
}

.profile-block {
  margin: 50px auto 0;
  padding: 0 20px;
  max-width: 780px;
  text-align: left;
  font-size: 18px;
  line-height: 2;
}

.movie-title.profile {
  margin-top: 100px;
}

.movie-title-main.sub-none.pc {
  line-height: 1.5;
}

.movie-title {
  font-weight: 300;
  border-bottom: 2px solid #ccc;
  text-align: left;
  margin: 0 auto 0;
  max-width: 780px;
  padding: 0 0 10px 10px;
}

.bg-gray {
  background-color: #f7f7f7;
  padding: 40px 0;
}

.slick-track{
  display: flex;
  justify-content: center;
  align-items: center;
}

.movie-mv{
  padding-top: 0;
}

.story-wrap.yoshikahorita2001{
  margin-top: 70px;
}

.movie-title-main.sub-none {
  margin-top: 40px;
  margin-bottom: 40px;
}













@media (min-width: 768px) {
  .tableContents__row{
    display: flex;
  }

  .movie-title-main.sub-none.sp {
    display: none;
  }

  .tableContents-ttl.sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .movie-title-block {
    font-size: 40px;
    margin: 40px 10px 20px;
  }

  .story-ja {
    margin-top: 30px;
    text-align: left;
    font-size: 14px;
  }

  .movie-title-main {
    font-size: 28px;
  }

  .movie-title-sub {
    font-size: 14px;
  }

  .award-item-ttl {
  font-size: 22px;
  }

  .award-item {
  font-size: 12px;
  }

  .movie-title-main.sub-none.sp {
    display: block;
    line-height: 1.2;
  }

  .movie-title-main.sub-none.pc {
    display: none;
  }

  .tableContents-ttl.sp {
    display: block;
    line-height: 1.2;
  }

  .tableContents-ttl.pc {
    display: none;
  }

  .tableContents__heading {
    width: auto;
    line-height: 1.2;
    font-size: 1.4rem;
    text-align: left;
}

.tableContents__data {
  font-size: 14px;
}

.p-interview-q {
  font-size: 14px;
}

.p-interview-a {
  font-size: 14px;
}
.profile-block {
  font-size: 14px;
}

.movie-title {
  margin: 50px 10px 0;
}

}