@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
main section#sec-story {
  opacity: 0;
  transition: opacity 1s ease-in 1s;
}
main section#sec-story.run {
  opacity: 1;
}
main section#sec-story .inner .visual {
  width: 100%;
  height: 60vw;
  min-height: 600px;
  padding: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
main section#sec-story .inner .visual .photo {
  width: 100%;
  height: 60vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
}
main section#sec-story .inner .visual .photo .swiper-slide {
  width: 100%;
  height: 60vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
main section#sec-story .inner .visual .photo .swiper-slide.v1 {
  background-image: url(../images/story/visual1.jpg);
}
main section#sec-story .inner .visual .photo .swiper-slide.v2 {
  background-image: url(../images/story/visual2.jpg);
}
main section#sec-story .inner .visual .photo .swiper-slide.v3 {
  background-image: url(../images/story/visual3.jpg);
}
main section#sec-story .inner .visual .photo .swiper-slide.v4 {
  background-image: url(../images/story/visual4.jpg);
}
main section#sec-story .inner .visual .photo .swiper-slide.v5 {
  background-image: url(../images/story/visual5.jpg);
}
main section#sec-story .inner .visual h1 {
  width: 400px;
  margin-bottom: 20px;
}
main section#sec-story .inner .visual h1 a {
  height: 104px;
  background-image: url(../images/common/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
}
main section#sec-story .inner .visual h3 {
  color: #FFF;
  font-family: "EB Garamond", serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 10px #111;
}
main section#sec-story .inner .visual img {
  display: none;
}
main section#sec-story .inner .story {
  width: 100%;
  padding: 80px 40px;
  background-color: #111;
  position: relative;
  overflow: hidden;
}
main section#sec-story .inner .story .inner {
  text-align: left;
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
main section#sec-story .inner .story .inner .title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
main section#sec-story .inner .story .inner .title h3 {
  color: #b60005;
  font-family: "EB Garamond", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main section#sec-story .inner .story .inner .set {
  width: 840px;
  margin: 0 auto;
}
main section#sec-story .inner .story .inner .set:not(:last-child) {
  margin-bottom: 80px;
}
main section#sec-story .inner .story .inner .set h4 {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 5rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
main section#sec-story .inner .story .inner .set h4 span {
  letter-spacing: -0.1em;
}
main section#sec-story .inner .story .inner .set p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
main section#sec-story .inner .story .inner .set p:last-child {
  margin: 0;
}
main section#sec-story .inner .story .inner .set p span {
  letter-spacing: -0.1em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main section#sec-story .inner .visual {
    width: 100%;
    height: 50vh;
    min-height: 50vh;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  main section#sec-story .inner .visual .photo {
    width: 100%;
    height: 60vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  main section#sec-story .inner .visual .photo .swiper-slide {
    width: 100%;
    height: 60vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  main section#sec-story .inner .visual h1 {
    width: 100%;
    margin-bottom: 20px;
  }
  main section#sec-story .inner .visual h1 a {
    height: 80px;
  }
  main section#sec-story .inner .visual h3 {
    color: #FFF;
    font-family: "EB Garamond", serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 10px #111;
  }
  main section#sec-story .inner .visual img {
    display: none;
  }
  main section#sec-story .inner .story {
    padding: 40px 20px;
  }
  main section#sec-story .inner .story .inner {
    text-align: left;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
  }
  main section#sec-story .inner .story .inner .title {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  main section#sec-story .inner .story .inner .title h3 {
    color: #b60005;
    font-family: "EB Garamond", serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section#sec-story .inner .story .inner .set {
    width: 100%;
    margin: 0 auto;
  }
  main section#sec-story .inner .story .inner .set:not(:last-child) {
    margin-bottom: 40px;
  }
  main section#sec-story .inner .story .inner .set h4 {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
  }
  main section#sec-story .inner .story .inner .set h4 span {
    letter-spacing: -0.15em;
  }
  main section#sec-story .inner .story .inner .set p {
    color: #CCCCCC;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
    margin: 0 0 20px 0;
  }
}

/*# sourceMappingURL=style_story.css.map */
