@charset "UTF-8";
@import url("https://use.typekit.net/jid5chq.css");
@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:ital,wght@0,400..700;1,400..700");
@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;
  }
}
header {
  opacity: 1;
}

main {
  width: 100%;
}
main:not(:last-child) {
  margin-bottom: 80px;
}
main::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_common.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: covaer;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
main .sec {
  width: 100%;
}
main .sec .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec .inner .visual {
  width: 100%;
  clip-path: inset(0 0 0 0);
  position: relative;
}
main .sec .inner .visual:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .visual > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px 0;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
main .sec .inner .visual > div::before {
  content: "";
  width: 300px;
  height: 119px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .sec .inner .visual > div h3 {
  color: #e60012;
  font-family: "Libre Baskerville", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
main .sec .inner .visual figure {
  width: 100%;
  opacity: 0.8;
}
main .sec .inner .visual figure img {
  width: 100%;
  position: relative;
}
main .sec .inner .intro {
  width: calc(100% - 400px);
  margin-bottom: 80px;
}
main .sec .inner .intro .inner dl:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .intro .inner dl dt span {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .sec .inner .intro .inner dl dd span {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
main .sec .inner .intro .inner .text {
  width: 100%;
}
main .sec .inner .intro .inner .text:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .intro .inner .text p {
  color: #FFF;
  font-family: "Noto Serif TC", serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 2.5;
  letter-spacing: 0em;
  text-align: left;
}
main .sec .inner .intro .inner .text p:not(:last-child) {
  margin-bottom: 24px;
}
main .sec .inner .intro .inner .ph {
  border-radius: 8px;
  overflow: hidden;
}
main .sec .inner .intro .inner .ph:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .intro .inner .myslider {
  width: 100%;
}
main .sec .inner .intro .inner .myslider:not(:last-child) {
  margin-bottom: 80px;
}
main .sec .inner .intro .inner .myslider .swiper-wrapper {
  width: 100%;
}
main .sec .inner .intro .inner .myslider .swiper-wrapper .swiper-slide img {
  border-radius: 5px;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    width: 100%;
  }
  main:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec {
    width: 100%;
  }
  main .sec .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec .inner .visual {
    width: 100%;
    clip-path: inset(0 0 0 0);
    position: relative;
  }
  main .sec .inner .visual:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .inner .visual > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  main .sec .inner .visual > div::before {
    content: "";
    width: 180px;
    height: 72px;
  }
  main .sec .inner .visual > div h3 {
    color: #e60012;
    font-family: "Libre Baskerville", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .inner .visual figure {
    overflow: hidden;
  }
  main .sec .inner .visual figure img {
    width: 150%;
    position: relative;
  }
  main .sec .inner .intro {
    width: calc(100% - 32px);
    margin-bottom: 0px;
  }
  main .sec .inner .intro .inner dl:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .inner .intro .inner dl dt span {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.2em;
  }
  main .sec .inner .intro .inner dl dd span {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  main .sec .inner .intro .inner .text {
    width: 100%;
  }
  main .sec .inner .intro .inner .text:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .inner .intro .inner .text p {
    color: #FFF;
    font-family: "Noto Serif TC", serif;
    font-size: 1.6rem;
    font-weight: 200;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec .inner .intro .inner .text p:not(:last-child) {
    margin-bottom: 16px;
  }
  main .sec .inner .intro .inner .ph {
    border-radius: 80x;
    overflow: hidden;
  }
  main .sec .inner .intro .inner .ph:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .inner .intro .inner .myslider {
    width: 100%;
  }
  main .sec .inner .intro .inner .myslider:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .inner .intro .inner .myslider .swiper-wrapper {
    width: 100%;
  }
  main .sec .inner .intro .inner .myslider .swiper-wrapper .swiper-slide img {
    border-radius: 0px;
  }
}

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