@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;
  }
}
html {
  font-size: 0.625vw;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#banner {
  width: 402px;
  position: absolute;
  top: 50%;
  left: -342px;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.35s ease-in 0s;
  opacity: 0;
}
#banner.active {
  opacity: 1;
}
#banner:hover figure {
  opacity: 0.75;
}
#banner.on {
  left: 0px;
}
#banner #mvtk-widgets-container {
  border-radius: 0px;
  background-color: #FFF;
}
#banner #mvtk-widgets-container #mvtk-widgets-wrapper {
  border: none;
}
#banner figure {
  width: 60px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
#banner figure img {
  width: 100%;
  border-radius: 0 8px 8px 0;
}

main {
  width: 100%;
  height: 100vh;
  min-height: 720px;
  background-image: url(../images/bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  opacity: 0;
  transition: opacity 1.5s ease-in 0s;
  overflow: hidden;
}
main.active {
  opacity: 1;
}
main + .credit {
  display: none;
}
main > figure {
  display: none;
}
main > div {
  width: calc(50% - 80px);
  padding: 0px;
  position: relative;
  transform: translateX(-80px);
}
main > div h1 {
  width: 100%;
  height: calc((50vw - 80px) * 0.398);
  background-image: url(../images/logo.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 40px;
}
main > div h3 {
  color: #FFF;
  font-family: "Noto Serif TC", serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}
main > div p {
  color: #FFF;
  font-family: "Noto Serif TC", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main > div p:nth-child(3) {
  margin-bottom: 24px;
}
main > div p:not(:nth-child(4)) {
  color: #FFF;
  font-family: "Noto Serif TC", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main h2 {
  color: #FFF;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  padding: 24px 0;
  background-image: url(../images/obi.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: 0px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main h2 br {
  display: none;
}
main .banner {
  width: 400px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
main .banner a img {
  transition: all 0.25s ease-in 0s;
}
main .banner a:hover img {
  opacity: 0.7;
}

#trailer {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 999;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 1s ease-in;
}
#trailer .inner {
  width: 75%;
}
#trailer .inner iframe {
  width: 100%;
  height: 42.1875vw;
}
#trailer .close {
  width: 60px;
  height: 60px;
  background-image: url(../images/peke.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  background-color: #FFF;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.25s ease-in 0s;
}
#trailer .close:hover {
  background-color: #ada59c;
}
#trailer.active {
  opacity: 1;
  pointer-events: auto;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }

  #banner {
    width: 382px;
    position: absolute;
    top: calc(50% - 168.5px);
    left: -342px;
    z-index: 5;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.35s ease-in 0s;
    opacity: 0;
  }
  #banner.active {
    opacity: 1;
  }
  #banner:hover figure {
    opacity: 0.75;
  }
  #banner.on {
    left: 0px;
  }
  #banner #mvtk-widgets-container {
    border-radius: 0px;
    background-color: #FFF;
  }
  #banner #mvtk-widgets-container #mvtk-widgets-wrapper {
    border: none;
  }
  #banner figure {
    width: 40px;
    position: relative;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  #banner figure img {
    width: 100%;
    border-radius: 0 8px 8px 0;
  }

  main {
    width: 100%;
    height: auto;
    min-height: auto;
    background-image: url(../images/bgsp.webp);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    opacity: 0;
    transition: opacity 1.5s ease-in 0s;
    overflow: visible;
  }
  main + .credit {
    display: block;
  }
  main.active {
    opacity: 1;
  }
  main > figure {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    transform: translateY(-80px);
  }
  main > div {
    width: calc(100% - 32px);
    padding: 0px 0 0 0;
    position: absolute;
    transform: none;
    top: 80px;
    left: 16px;
  }
  main > div h1 {
    width: 200px;
    height: 80px;
    margin: 0 auto 20px auto;
  }
  main > div h3 {
    color: #FFF;
    font-family: "Noto Serif TC", serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 20px;
  }
  main > div p {
    display: none;
  }
  main h2 {
    color: #FFF;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    width: 100%;
    padding: 16px;
    background-image: url(../images/obi.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0px;
    bottom: 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main h2 br {
    display: none;
  }
  main .banner {
    width: 400px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
  }
  main .banner a img {
    transition: all 0.25s ease-in 0s;
  }
  main .banner a:hover img {
    opacity: 0.7;
  }

  .credit {
    width: 100%;
    padding: 32px 16px;
  }
  .credit p {
    color: #FFF;
    font-family: "Noto Serif TC", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
  }
  .credit p:nth-child(3) {
    margin-bottom: 8px;
  }
  .credit p:not(:nth-child(4)) {
    color: #FFF;
    font-family: "Noto Serif TC", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }

  #trailer {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 999;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: opacity 1s ease-in;
  }
  #trailer .inner {
    width: calc(100% - 32px);
  }
  #trailer .inner iframe {
    width: 100%;
    height: calc((100vw - 32px) * 0.5625);
  }
  #trailer .close {
    width: 40px;
    height: 40px;
    background-image: url(../images/peke.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-color: #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.25s ease-in 0s;
  }
  #trailer .close:hover {
    background-color: #ada59c;
  }
  #trailer.active {
    opacity: 1;
    pointer-events: auto;
  }
}

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