@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=Libre+Baskerville:wght@700&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;
  }
}
section#sec-intro .inner .visual {
  width: 100%;
  height: 50vh;
  background-image: url(../images/intro/visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: sticky;
  left: 0px;
  top: 0px;
  z-index: -1;
}
section#sec-intro .inner .visual h3 {
  color: #FFF;
  font-family: "Libre Baskerville", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 10px #111;
}
section#sec-intro .inner .visual img {
  display: none;
}
section#sec-intro .inner .intro {
  width: 100%;
  padding: 80px 40px;
  background-color: #111;
}
section#sec-intro .inner .intro .inner {
  text-align: left;
  width: 1100px;
  padding: 0 0 0 100px;
  margin: 0 auto;
  position: relative;
}
section#sec-intro .inner .intro .inner h4 {
  color: #111;
  font-family: "Noto Serif TC", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  background-color: #FFF;
  display: inline-block;
  margin-bottom: 40px;
}
section#sec-intro .inner .intro .inner dl {
  width: 100%;
  margin: 0 auto 40px auto;
}
section#sec-intro .inner .intro .inner dl dt {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: 0em;
}
section#sec-intro .inner .intro .inner dl dd {
  color: #e60012;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
section#sec-intro .inner .intro .inner p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  width: 100%;
  margin: 0 auto 20px auto;
}
section#sec-intro .inner .intro .inner p:last-child {
  margin: 0 auto;
}
section#sec-intro .inner .story {
  width: 100%;
  padding: 80px 40px;
  background-color: #111;
}
section#sec-intro .inner .story .inner {
  text-align: left;
  width: 1100px;
  padding: 0 0 0 100px;
  margin: 0 auto;
  position: relative;
}
section#sec-intro .inner .story .inner h4 {
  color: #111;
  font-family: "Noto Serif TC", serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  background-color: #FFF;
  display: inline-block;
  margin-bottom: 40px;
}
section#sec-intro .inner .story .inner .pset {
  margin-bottom: 40px;
}
section#sec-intro .inner .story .inner p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  width: 100%;
  margin: 0 auto 20px auto;
}
section#sec-intro .inner .story .inner p:last-child {
  margin: 0 auto;
}
section#sec-intro .inner .photo {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
section#sec-intro .inner .photo img {
  opacity: 0;
}
section#sec-intro .inner .photo::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/intro/visual2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  left: 0px;
  top: 0px;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  section#sec-intro .inner .visual {
    width: 100%;
    height: 50vh;
    background-image: url(../images/intro/visual.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: sticky;
    left: 0px;
    top: 0px;
    z-index: -1;
  }
  section#sec-intro .inner .visual h3 {
    color: #FFF;
    font-family: "Libre Baskerville", serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
  }
  section#sec-intro .inner .intro {
    padding: 40px 20px;
  }
  section#sec-intro .inner .intro .inner {
    width: 100%;
    padding: 0px;
  }
  section#sec-intro .inner .intro .inner h4 {
    color: #111;
    font-family: "Noto Serif TC", serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 0em;
    padding: 5px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  section#sec-intro .inner .intro .inner dl {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  section#sec-intro .inner .intro .inner dl dt {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.6rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  section#sec-intro .inner .intro .inner dl dd {
    color: #e60012;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  section#sec-intro .inner .intro .inner p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    margin: 0 auto 10px auto;
  }
  section#sec-intro .inner .story {
    padding: 40px 0px;
  }
  section#sec-intro .inner .story .inner {
    width: 100%;
    padding: 0px;
  }
  section#sec-intro .inner .story .inner h4 {
    color: #111;
    font-family: "Noto Serif TC", serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 2.8rem;
    letter-spacing: 0em;
    padding: 5px;
    margin: 0 0 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
  }
  section#sec-intro .inner .story .inner .pset {
    margin: -20px 0 20px 0;
  }
  section#sec-intro .inner .story .inner p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
  }
  section#sec-intro .inner .story .inner p:last-child {
    margin: 0 auto;
  }
}

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