@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@400;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, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 0.625vw;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #452f16;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #eeece8;
}

a {
  color: #452f16;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #de9f52;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
ol {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 16px;
  position: fixed;
  left: 40px;
  top: 40px;
  z-index: 5;
}
ol li {
  width: 24px;
}
ol li a {
  width: 100%;
  height: 24px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in 0s;
}
ol li a:hover {
  opacity: 0.7;
}
ol li:nth-child(1) a {
  background-image: url(../images/logo_x.svg);
}
ol li:nth-child(2) a {
  background-image: url(../images/logo_insta.svg);
}
ol li:nth-child(3) a {
  background-image: url(../images/logo_fb.svg);
}
ol li:nth-child(4) a {
  background-image: url(../images/logo_note.svg);
}

.brsp {
  display: none;
}

main {
  width: 100%;
  position: relative;
  opacity: 1;
  overflow: hidden;
}
main #banner {
  width: 342px;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.35s ease-in 0s;
  position: absolute;
  top: 50%;
  left: -342px;
  z-index: 5;
}
main #banner:hover figure {
  opacity: 1;
}
main #banner.on {
  left: 0px;
}
main #banner #mvtk-widgets-container {
  order: 1;
  border-radius: 0px;
}
main #banner figure {
  width: 50px;
  position: absolute;
  top: calc(50% - 77px);
  right: -50px;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
main #banner figure img {
  width: 100%;
  border-radius: 0 8px 8px 0;
}
main .combo {
  width: 100%;
}
main .combo .hero {
  width: 100%;
  height: auto;
  padding: 64px 0 160px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main .combo .hero.on .title h2, main .combo .hero.on .title h5 {
  clip-path: inset(0 0 0 0);
}
main .combo .hero.on .catch {
  clip-path: inset(0 0 0 0);
}
main .combo .hero.on figure {
  clip-path: inset(0 0 0 0);
}
main .combo .hero.on .credit {
  clip-path: inset(0 0 0 0);
}
main .combo .hero .title {
  width: 100%;
  margin-bottom: 64px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px 0;
}
main .combo .hero .title h2 {
  width: 99.34vh;
  height: 20vh;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 1s;
}
main .combo .hero .title h5 {
  width: 112.5vh;
  max-width: calc(100% - 120px);
  height: 4vh;
  max-height: calc((100vw - 120px) * 0.03555);
  background-image: url(../images/lead.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 1.5s;
}
main .combo .hero .catch {
  width: 15%;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 2s;
}
main .combo .hero .catch h3 {
  width: 100%;
  height: 26.0175vw;
  background-image: url(../images/catch.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  z-index: 1;
}
main .combo .hero figure {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0s;
}
main .combo .hero figure img {
  width: auto;
  height: 30vh;
}
main .combo .hero .credit {
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 2.5s;
}
main .combo .hero .credit > h5 {
  color: #a59c96;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .combo .hero .credit > h6 {
  width: 50%;
}
main .combo .hero .credit > p {
  color: #d0000d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}
main .combo .hero .date {
  width: 100%;
  padding: 16px 0;
  background-color: #d0000d;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10;
}
main .combo .hero .date > h4 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 8px;
}
main .combo .hero .date > h4 > span:nth-child(1) {
  color: #eeece8;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .combo .hero .date > h4 > span:nth-child(2) {
  color: #eeece8;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .combo .hero .date > h4 > span:nth-child(3) {
  color: #eeece8;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .theater {
  width: 200px;
  position: absolute;
  right: 20px;
  bottom: 60px;
  z-index: 5;
}
main .theater a {
  color: #eeece8;
  font-family: "ofelia-text", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 50px;
  background-color: #452f16;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .theater a:hover {
  background-color: #a59c96;
}

#trailer {
  width: 100%;
  height: 100vh;
  background-color: rgba(50, 50, 50, 0.5);
  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 0.5s 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: #eeece8;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.25s ease-in 0s;
}
#trailer .close:hover {
  background-color: #a59c96;
}
#trailer.active {
  opacity: 1;
  pointer-events: auto;
}

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

  body {
    font-size: 1rem;
    line-height: 1.75;
  }

  ol {
    flex-direction: row;
    gap: 0 8px;
    left: 8px;
    top: 8px;
  }
  ol li {
    width: 24px;
  }
  ol li a {
    width: 100%;
    height: 24px;
  }
  ol li a:hover {
    opacity: 1;
  }

  .brsp {
    display: block;
  }

  main {
    width: 100%;
    height: 100vh;
    position: relative;
    opacity: 1;
    transition: opacity 1.5s ease-in 0s;
    overflow: hidden;
  }
  main.on .combo .hero figure {
    clip-path: inset(0 0 0 0);
  }
  main.on .combo .hero figure img {
    bottom: 0px;
  }
  main .combo {
    width: 100%;
    height: 100%;
  }
  main .combo .hero {
    width: 100%;
    height: 100%;
    padding: 80px 0 80px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  main .combo .hero.on .title h2, main .combo .hero.on .title h5 {
    clip-path: inset(0 0 0 0);
  }
  main .combo .hero.on .catch {
    clip-path: inset(0 0 0 0);
  }
  main .combo .hero.on figure {
    clip-path: inset(0 0 0 0);
  }
  main .combo .hero.on .credit {
    clip-path: inset(0 0 0 0);
  }
  main .combo .hero .title {
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 0;
  }
  main .combo .hero .title h2 {
    width: 102%;
    height: 20.4vw;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 1s;
  }
  main .combo .hero .title h5 {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    height: calc((100vw - 32px) * 0.03555);
    max-height: calc((100vw - 32px) * 0.03555);
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 1.5s;
  }
  main .combo .hero .catch {
    width: 27.5%;
    top: 8px;
    right: 8px;
  }
  main .combo .hero .catch h3 {
    height: 47.69875vw;
  }
  main .combo .hero figure {
    width: calc(100% - 32px);
  }
  main .combo .hero figure img {
    width: 100%;
    height: auto;
  }
  main .combo .hero .credit {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 0;
    clip-path: inset(0 100% 0 0);
    transition: all 0.35s ease-in 2.5s;
  }
  main .combo .hero .credit > h5 {
    color: #a59c96;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .combo .hero .credit > h6 {
    width: calc(100% - 32px);
  }
  main .combo .hero .credit > p {
    color: #d0000d;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
  main .combo .hero .date {
    width: 100%;
    padding: 16px 0;
    background-color: #d0000d;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    left: 0px;
    z-index: 10;
  }
  main .combo .hero .date > h4 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 8px;
  }
  main .combo .hero .date > h4 > span:nth-child(1) {
    color: #eeece8;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .combo .hero .date > h4 > span:nth-child(2) {
    color: #eeece8;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .combo .hero .date > h4 > span:nth-child(3) {
    color: #eeece8;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
  }

  #trailer .inner {
    width: calc(100% - 20px);
  }
  #trailer .inner iframe {
    width: 100%;
    height: calc((100vw - 20px) * 0.5625);
  }
  #trailer .close {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
  }
  #trailer .close:hover {
    background-color: #eeece8;
  }
}

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