@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 .trailer {
  width: calc(100% - 400px);
  margin-bottom: 80px;
}
main .sec .inner .trailer .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
}
main .sec .inner .trailer .inner p {
  color: #FFF;
  font-family: "Noto Serif TC", serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
main .sec .inner .trailer .inner .tube {
  width: 800px;
  border: solid 1px #e60012;
  border-radius: 8px;
  overflow: hidden;
}

/* ----------------------------------------------- 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 .trailer {
    width: calc(100% - 32px);
    margin-bottom: 40px;
  }
  main .sec .inner .trailer .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
  }
  main .sec .inner .trailer .inner p {
    color: #FFF;
    font-family: "Noto Serif TC", serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
  main .sec .inner .trailer .inner .tube {
    width: 100%;
    border: solid 1px #e60012;
    border-radius: 2px;
    overflow: hidden;
  }
  main .sec .inner .trailer .inner .tube iframe {
    width: 100%;
    height: calc((100vw - 34px) * 0.565);
  }
}

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