@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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
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: #abc9ba;
}

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: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px 0;
  position: fixed;
  left: 16px;
  top: 16px;
  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);
}

.brsp {
  display: none;
}

main {
  width: 100%;
  height: 100vh;
  position: relative;
  opacity: 1;
  transition: opacity 1.5s ease-in 0s;
  overflow: hidden;
}
main.on .combo .hero .title h2 {
  clip-path: inset(0 0 0 0);
}
main.on .combo .hero .title h4 {
  opacity: 1;
  filter: blur(0px);
}
main.on .combo .hero .title .set h3 {
  clip-path: inset(0 0 0 0);
}
main.on .combo .hero .title .set .etc > div {
  opacity: 1;
}
main.on .combo .hero figure {
  clip-path: inset(0 0 0 0);
}
main.on .combo .hero figure img {
  bottom: -120px;
}
main.on .combo .info {
  opacity: 1;
}
main .credit {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
}
main .credit.on h3 {
  clip-path: inset(0 0 0 0);
}
main .credit > h3 {
  clip-path: inset(0 0 0 100%);
  transition: all 0.5s ease-in 0s;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main .credit > h3 > span:nth-child(1) {
  color: #e94709;
  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 .credit > h3 > span:nth-child(2) {
  color: #e94709;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .credit > h3 > span:nth-child(3) {
  color: #e94709;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .credit > p {
  color: #e94709;
  font-family: "ofelia-text", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-align: right;
}
main #banner {
  width: 342px;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.35s ease-in 0s;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
}
main #banner:hover figure {
  opacity: 1;
}
main #banner.on {
  bottom: 337px;
}
main #banner #mvtk-widgets-container {
  border-radius: 0px;
}
main #banner figure {
  width: 75%;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
main #banner figure img {
  width: 100%;
  border-radius: 0 8px 0 0;
}
main .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .combo .hero {
  width: 100%;
  background-color: #abc9ba;
  position: relative;
}
main .combo .hero .title {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px 0;
  position: absolute;
  top: 24px;
}
main .combo .hero .title h2 {
  width: calc(100% - 320px);
  height: calc((100vw - 320px) * 0.218);
  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;
  z-index: 1;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0s;
}
main .combo .hero .title h4 {
  width: 160px;
  height: 160px;
  background-image: url(../images/catch2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 0px);
  left: calc(50% - 80px);
  z-index: 3;
  opacity: 0;
  transition: all 0.5s ease-in 1.5s;
  filter: blur(10px);
}
main .combo .hero .title .set {
  width: calc(100% - 320px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .combo .hero .title .set h3 {
  width: calc(60% - 20px);
  height: calc((100vw - 640px) * 0.0815);
  background-image: url(../images/catch1.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;
  clip-path: inset(0 100% 0 0);
  transition: all 0.35s ease-in 0.5s;
}
main .combo .hero .title .set .etc {
  width: calc(40% - 20px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 16px 0;
  z-index: 3;
}
main .combo .hero .title .set .etc > div {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .combo .hero .title .set .etc > div:nth-child(2) {
  transition-delay: 1.25s;
}
main .combo .hero figure {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  clip-path: inset(0 0 0 100%);
  transition: all 1s ease-in 0.25s;
}
main .combo .hero figure img {
  width: 100%;
  position: absolute;
  bottom: -50%;
  transition: all 5s ease-in 0s;
}
main .combo .info {
  width: 35%;
  background-color: #abc9ba;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px 0;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
  display: none;
}
main .combo .info h4 {
  width: 200px;
  height: 199px;
  background-image: url(../images/catch2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .combo .info .btn {
  width: 200px;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #452f16;
  border-radius: 4px;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main .combo .info .btn:hover {
  background-color: #FFF;
  transform: scale(1.05);
}
main .combo .info .btn span {
  color: #abc9ba;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
}

#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: #FFF;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.25s ease-in 0s;
}
#trailer .close:hover {
  background-color: #e94709;
}
#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;
  }

  #banner {
    width: 100%;
    position: absolute;
    top: -338px;
    left: 0px;
    z-index: 5;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.35s ease-in 0s;
  }
  #banner:hover figure {
    opacity: 1;
  }
  #banner.on {
    top: 0px;
  }
  #banner #mvtk-widgets-container {
    border-radius: 0px;
  }
  #banner figure {
    width: 150px;
  }
  #banner figure img {
    width: 100%;
    border-radius: 0 0 0px 0;
  }

  main {
    width: 100%;
    height: auto;
    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 .credit {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
    position: relative;
    left: auto;
    bottom: auto;
  }
  main .credit > h3 {
    position: relative;
  }
  main .credit > h3 span {
    font-feature-settings: "palt";
  }
  main .credit > h3 span:nth-child(1) {
    color: #e94709;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .credit > h3 span:nth-child(2) {
    color: #e94709;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .credit > h3 span:nth-child(3) {
    color: #e94709;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .credit > p {
    color: #e94709;
    font-family: "ofelia-text", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.05em;
    text-align: center;
  }
  main #banner {
    width: 342px;
    z-index: 10;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.35s ease-in 0s;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 5;
  }
  main #banner:hover figure {
    opacity: 1;
  }
  main #banner.on {
    bottom: 337px;
  }
  main #banner #mvtk-widgets-container {
    border-radius: 0px;
  }
  main #banner figure {
    width: 75%;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  main #banner figure img {
    width: 100%;
    border-radius: 0 8px 0 0;
  }
  main .combo {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  main .combo .hero {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
  main .combo .hero .title {
    width: 100%;
    height: calc(100% - 64px);
    top: 64px;
    gap: 16px;
  }
  main .combo .hero .title h2 {
    width: 100%;
    height: 21.8vw;
    position: absolute;
    top: 60%;
  }
  main .combo .hero .title .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
  }
  main .combo .hero .title .set h3 {
    width: 100%;
    height: 8.15vw;
  }
  main .combo .hero .title .set .etc {
    width: calc(100% - 64px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .combo .hero .title .set .etc > div {
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease-in 1s;
  }
  main .combo .hero .title .set .etc > div:nth-child(2) {
    transition-delay: 1.25s;
  }
  main .combo .hero .title h4 {
    width: 60px;
    height: 60px;
    top: calc(50% - 64px);
    left: calc(50% - 30px);
  }
  main .combo .hero figure {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    clip-path: inset(0 0 0 100%);
    transition: all 1s ease-in 0.25s;
  }
  main .combo .hero figure img {
    width: 100%;
    position: relative;
    bottom: -240px;
    transition: all 5s ease-in 0s;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%, #000);
    mask-image: linear-gradient(to bottom, transparent, #000 20%, #000);
  }
  main .combo .info {
    width: 100%;
    padding: 40px 0;
    gap: 40px 0;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 1s;
  }
  main .combo .info h4 {
    display: none;
  }
  main .combo .info .btn {
    width: 200px;
    height: 50px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #452f16;
    border-radius: 4px;
    transition: all 0.25s ease-in 0s;
    cursor: pointer;
  }
  main .combo .info .btn:hover {
    background-color: #FFF;
    transform: scale(1.05);
  }
  main .combo .info .btn span {
    color: #abc9ba;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-size: 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: #FFF;
  }
}

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