@charset "utf-8";

/* ==========================================
*
*  story
*
========================================== */

/*
  text
======================== */

.storyText {
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 3;
  margin: 0 0 3em;
  text-align: center;
  font-family: YakuHanMPs, "Hannari", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", YuMincho, serif;
  white-space: nowrap;
  font-size: 3rem;
  line-height: 2.4;
}

[data-browser="IE"] .storyText,
[data-browser="Edge"] .storyText {
  white-space: normal;
}

@media screen and (max-width: 900px){
  .storyText {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px){
  .storyText {
    font-size: 4vw;
    font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  }
}


/*
  text - large
======================== */

.storyText--large {
  font-size: 4.4rem;
  font-family: YakuHanMPs, "Hannari", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", YuMincho, serif;
  line-height: 1.8;
  letter-spacing: -.04em;
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 767px){
  .storyText--large {
    /* font-family: YakuHanJPs, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; */
    font-size: 5.3vw;
    margin:0 0 0 0;
    font-weight:500;
    letter-spacing: 0;
    color: #26b2f5;
  }
}