@charset "UTF-8";
@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=EB+Garamond:wght@400;500&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;
  }
}
.wrapper {
  width: 100%;
  height: 100%;
  min-height: 880px;
  opacity: 0;
  transition: opacity 0.75s ease-in;
}
.wrapper.active {
  opacity: 1;
}

main {
  width: 100%;
  height: 100%;
  min-height: 880px;
  position: relative;
}
main > div.visual {
  width: 100%;
  min-width: 1200px;
  height: calc(100% - 60px);
  min-height: 820px;
  padding: 0px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  position: relative;
}
main > div.visual .left {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main > div.visual .left .photo {
  width: 100%;
  height: 40%;
  min-height: 328px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main > div.visual .left .photo.p1 {
  background-image: url(../images/home/visual1.jpg);
}
main > div.visual .left .photo.p2 {
  background-image: url(../images/home/visual2.jpg);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main > div.visual .left .photo.p2::after {
  content: "";
  width: 100px;
  height: 220px;
  background-image: url(../images/home/catch.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main > div.visual .left .photo img {
  display: none;
}
main > div.visual .left .catch {
  width: 100%;
  height: 20%;
  padding: 0 40px;
  background-color: #898989;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main > div.visual .left .catch h3 {
  width: 540px;
  height: 65px;
  background-image: url(../images/home/lead.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main > div.visual .right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main > div.visual .right h1 {
  width: 23.3333333333vh;
  min-width: 191.3333333333px;
  height: 70%;
  min-height: 574px;
  background-image: url(../images/home/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;
  position: absolute;
  top: 15%;
  left: calc(50% - 11.6666666667vh);
}
main > div.visual .right .photo {
  width: 100%;
  height: 20%;
  background-image: url(../images/home/visual3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main > div.visual .right .photo img {
  display: none;
}
main > div.visual .right .prize {
  width: 100%;
  height: 40%;
  min-height: 328px;
  position: relative;
}
main > div.visual .right .prize h4 {
  width: 400px;
  height: 60px;
  background-image: url(../images/home/img_prize.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;
  left: calc(50% - 200px);
  top: 20px;
}
main > div.visual .right .credit {
  width: 100%;
  height: 40%;
  min-height: 328px;
  padding: 0 0 20px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
main > div.visual .right .credit ul {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
main > div.visual .right .credit ul li {
  color: #737373;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
main > div.visual .right .credit ul li:not(:first-child) {
  margin: 0 0 0 40px;
}
main > div.visual .right .credit p {
  color: #737373;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
main h2 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: 0px 0px 10px #111;
  font-feature-settings: "palt";
  background-color: #b60005;
  width: 100%;
  height: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

article.ticket {
  width: 382px;
  position: fixed;
  left: -342px;
  top: calc(50% - 169px);
  z-index: 30;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s linear;
}
article.ticket .btn {
  width: 40px;
  height: 170px;
  background-color: #FFF;
  background-image: url(../images/home/movticket.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 85px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
article.ticket .btn:hover {
  background-color: #F0F0F0;
}
article.ticket.on {
  left: -6px;
}

footer.roll .inner h2 {
  display: none;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  .wrapper {
    height: auto;
    min-height: auto;
    margin-bottom: 40px;
  }

  main {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
  }
  main > div.visual {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: auto;
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main > div.visual .left {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main > div.visual .left .photo {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  main > div.visual .left .photo.p1 {
    background-image: none;
  }
  main > div.visual .left .photo.p2 {
    background-image: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  main > div.visual .left .photo.p2::after {
    content: "";
    width: 50px;
    height: 110px;
    position: absolute;
    top: calc(50% - 55px);
    left: calc(50% - 25px);
    z-index: 1;
  }
  main > div.visual .left .photo img {
    display: block;
  }
  main > div.visual .left .catch {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  main > div.visual .left .catch h3 {
    width: 100%;
    height: 40px;
  }
  main > div.visual .right {
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
    position: relative;
  }
  main > div.visual .right h1 {
    width: calc(100% - 60px);
    min-width: calc(100% - 60px);
    height: calc((100vw - 60px) * 0.33);
    min-height: calc((100vw - 60px) * 0.33);
    background-image: url(../images/common/logo.svg);
    margin-bottom: 40px;
    position: relative;
    top: auto;
    left: auto;
    order: 2;
    z-index: 1;
  }
  main > div.visual .right .photo {
    width: 100%;
    height: auto;
    background-image: none;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    order: 1;
  }
  main > div.visual .right .photo img {
    width: 100%;
    height: auto;
    position: relative;
    left: 0%;
    display: block;
  }
  main > div.visual .right .prize {
    width: calc(100% - 80px);
    height: auto;
    min-height: auto;
    margin: 0 auto;
    order: 3;
    transform: translateY(-20px);
  }
  main > div.visual .right .prize h4 {
    width: 100%;
    height: calc((100vw - 80px) * 0.15);
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
  }
  main > div.visual .right .credit {
    width: calc(100% - 40px);
    height: auto;
    min-height: auto;
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    order: 4;
  }
  main > div.visual .right .credit ul {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  main > div.visual .right .credit ul li {
    color: #737373;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main > div.visual .right .credit ul li:not(:first-child) {
    margin: 0 0 0 20px;
  }
  main > div.visual .right .credit p {
    color: #737373;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main h2 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.7rem;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 5px #111;
    width: 100%;
    height: auto;
    padding: 10px;
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    box-sizing: border-box;
    z-index: 99;
  }

  article.ticket {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 40px auto;
    position: relative;
    left: auto;
    top: auto;
    z-index: 0;
    display: block;
    transition: all 0.25s ease-in 0s;
    box-sizing: border-box;
  }
  article.ticket .btn {
    display: none;
  }
  article.ticket.on {
    left: auto;
  }
  article.ticket.slide {
    transform: translateX(-60%);
  }

  footer.roll .inner {
    padding: 40px 20px 100px 20px;
  }
  footer.roll .inner h2 {
    display: block;
  }
}

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