@charset "utf-8";

/*
 * 個別コンテンツ
 * --------------------------------
 */

/* FV */
.fv-image {
  width: 100%;
  /* height: 675px; */
  object-fit: cover;
  display: block;
}

/* ストーリー */
.story-details {
  padding: 0 20px;
  margin-top: 125px;
  line-height: 2;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN';
  font-size: 15px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.2em;
}

.story-details p {
  margin: 2em 0;
}

.story-subtext {
  font-family: 'Nunito Sans';
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.125em;
  text-align: center;
  color: #707070;
  margin-top: 100px;
}

.story-scroll-bar {
  width: 1px;
  height: 225px;
  background: #cbcbcb;
  margin: 45px auto 0;
}

/*
 * レスポンシブ
 * --------------------------------
 */

/* スマートフォン */
@media screen and (max-width: 768px) {
  /* ストーリー */
  .story-details {
    margin-top: 85px;
    font-size: 11px;
  }
}
