@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.w100 {
  width: 100%;
}

.load-anime {
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .load-anime {
    transform: translateX(-120%);
  }
}

.load-anime span {
  display: inline-block;
  transform: translateX(100%);
}

.load-anime.is-loaded {
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  transform: translateX(0);
}

.load-anime.is-loaded span {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

.img-anime {
  animation: img-anime 2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

@keyframes img-anime {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
/*-------------------------------

#top

-------------------------------*/
#top {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #top {
    min-width: 1024px;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .top-pc {
    position: absolute;
    opacity: 0;
  }
}
.top-pc.show {
  animation: eerieRevealNoRotate 3s ease-out forwards;
}

.top-container {
  width: 65%;
  max-width: 500px;
  margin: -60px auto 40px;
  max-width: 400px;
  opacity: 0;
}
.top-container.show {
  animation: eerieRevealNoRotate 2.5s ease-out forwards;
}
@media screen and (min-width: 1024px) {
  .top-container {
    width: 45%;
    max-width: 640px;
    top: 0;
    bottom: 0;
    right: 13vw;
    height: 610px;
    left: auto;
  }
}

@keyframes eerieRevealNoRotate {
  0% {
    opacity: 0;
    filter: blur(30px) brightness(0.3);
    transform: scale(1.2);
  }
  30% {
    opacity: 0.2;
    filter: blur(20px) brightness(0.5);
    transform: scale(1.1);
  }
  70% {
    opacity: 0.8;
    filter: blur(8px) brightness(0.8);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
    transform: scale(1);
  }
}
.top-main {
  position: relative;
  opacity: 0;
}
.top-main img {
  vertical-align: bottom;
}
.top-main.show {
  opacity: 1;
  animation: fadeInBlurRotate 2s ease-out forwards;
}

@keyframes fadeInBlurRotate {
  0% {
    opacity: 0;
    filter: blur(20px) brightness(0.5);
    transform: scale(1.1) rotate(2deg);
  }
  100% {
    opacity: 1;
    filter: blur(0) brightness(1);
    transform: scale(1) rotate(0deg);
  }
}
.lead0 {
  width: 95%;
  margin: 0 auto 17px !important;
}

.lead1 {
  position: absolute;
  bottom: 2vw;
  left: 0;
  right: 0;
  width: 97%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .lead1 {
    width: 55%;
    margin: auto;
    max-width: 1000px;
    bottom: 1vw;
  }
}

.cast-name {
  margin: 0 auto -10px;
}
@media screen and (min-width: 1024px) {
  .cast-name {
    margin: 0 auto -30px;
    width: 90%;
  }
}

.logo {
  position: absolute;
  top: 90%;
  right: 0;
  left: 0;
  width: 87%;
  margin: 0 auto;
  transform: scale(1.1) rotate(10deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.03, 0.88, 0.35, 1.26);
}
@media screen and (min-width: 1024px) {
  .logo {
    width: 40%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.logo.show {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.name {
  position: absolute;
  top: 0.5vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 85%;
}
@media screen and (min-width: 1024px) {
  .name {
    width: 90%;
    max-width: 1000px;
    top: 2vw;
  }
}

.award {
  position: absolute;
  width: 28%;
  max-width: 380px;
  top: 12vw;
  left: 7vw;
}

.lead {
  position: absolute;
  right: 14vw;
  width: 27px;
  top: 20vw;
}
@media screen and (min-width: 1024px) {
  .lead {
    width: 110px;
    top: 16vw;
    right: 18vw;
  }
}

#wb-logo {
  position: absolute;
  top: 1.5vw;
  left: 2vw;
  z-index: 1;
}

.rs {
  width: 35%;
  max-width: 160px;
  padding: 60px 0 0 0;
}

.rs-sp {
  width: 90%;
  margin: 12px auto 0;
}
@media screen and (min-width: 1024px) {
  .rs-sp {
    display: none;
  }
}

.bugs {
  width: 100%;
  max-width: 210px;
  padding: 15px 0 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .bugs {
    display: none;
  }
}

#logo {
  opacity: 0;
}
#logo.show {
  opacity: 1;
  animation: shakeAndShrink 0.3s ease forwards;
}

@keyframes shakeAndShrink {
  0% {
    transform: scale(1.3) translateY(-300px); /* 開始時のサイズを1.3 */
  }
  50% {
    transform: scale(1.1) translateY(20px); /* 縮小しながら揺れ */
  }
  60% {
    transform: scale(1.15) translateY(-10px); /* 逆に揺れ */
  }
  70% {
    transform: scale(1.1) translateY(10px); /* 再度揺れ */
  }
  80% {
    transform: scale(1.05) translateY(-5px); /* 最後の揺れ */
  }
  100% {
    transform: scale(1) translateY(0); /* 最後に通常サイズで着地 */
  }
}
.btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1.5rem 4rem;
  font-weight: bold;
  border: 2px solid #fdf050;
  background: #fdf050;
  font-size: 1.3rem;
  color: #000;
  transition: 0.5s;
}
.btn:hover {
  color: #0860aa;
  background: #fff;
}

.logo,
.rs {
  opacity: 0;
}

.top-fix {
  position: fixed;
  bottom: 1vw;
  right: 1vw;
  width: 90px;
  z-index: 2;
}
.top-fix a {
  display: block;
  margin: 10px 0;
}
.top-fix a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  .top-fix {
    width: 100px;
  }
}

#billing {
  color: #c9caca;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 2.3;
  padding: 40px 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#billing .billing-inner span {
  font-size: xx-small;
  line-height: 2;
  display: block;
  padding: 10px 0 0 0;
}
#billing .billing-inner .cc {
  letter-spacing: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #billing {
    font-size: 1.2rem;
  }
}

#hashtag {
  text-align: center;
  padding: 0 0 25px 0;
  font-size: 17px;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto;
}
#hashtag a {
  display: inline-block !important;
  color: #dc2918;
  line-height: auto;
  letter-spacing: 4px;
  display: block;
  padding: 7px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#hashtag a:hover {
  opacity: 0.7;
}

.top-btn-sp {
  width: 95%;
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.top-btn-sp a {
  background: #be21b8;
  width: 48%;
  max-width: 240px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  position: relative;
  margin: 5px;
  transition: 1s;
  border: 1px solid #be21b8;
}
.top-btn-sp a:hover {
  color: #be21b8;
  background: #fff;
}
.top-btn-pc {
  width: 100%;
  margin: 30px auto;
}
.top-btn-pc a {
  display: block;
  background: #be21b8;
  width: 48%;
  max-width: 240px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  position: relative;
  margin: 10px 0;
  transition: 1s;
  border: 1px solid #be21b8;
}
.top-btn-pc a:hover {
  color: #be21b8;
  background: #fff;
}

.top-btn {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.top-btn a {
  background: #dc2918;
  border: 1px solid #dc2918;
  width: 48%;
  max-width: 240px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  position: relative;
  margin: 5px;
  transition: 1s;
}
.top-btn a:hover {
  color: #dc2918;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .top-btn {
    margin: 30px auto 0;
    padding: 0 0 50px;
  }
}

.theater-link {
  color: #fff !important;
  background: #000 !important;
  border: 1px solid #000 !important;
}
.theater-link:hover {
  color: #dc2918 !important;
  background: #fff !important;
}

#sns-link {
  display: flex;
  justify-content: center;
  padding: 0 0 20px 0;
}
#sns-link .sns-link-icon {
  display: block;
  max-width: 300px;
  background-color: #dc2918;
  font-size: 20px;
  line-height: 12px;
  color: #fff;
  padding: 16px;
  text-align: center;
  transition: 0.4s;
  margin: 8px;
  border-radius: 50%;
  border: 1px solid #dc2918;
}
@media screen and (min-width: 1024px) {
  #sns-link .sns-link-icon {
    font-size: 15px;
    line-height: 15px;
  }
}
#sns-link .sns-link-icon:hover {
  color: #dc2918;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  #sns-link {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  padding: 60px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #trailer {
    padding: 100px 0 0;
  }
}

#trailer .ttl {
  color: #7b7b7a;
}

.pc-modal-movie, .pc {
  display: none;
}

.sp {
  display: block;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  #movie-container {
    width: 90%;
  }
}

.movie-thumb-box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  border: 1px solid #dc2918;
}
.movie-thumb-box img, .movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .movie-thumb-list li {
    max-width: 800px;
    margin: 0 auto;
  }
}

.movie-cap {
  padding: 15px 0;
  text-align: center;
  color: #dc2918;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}
.movie-thumb-list .slider-arrow img {
  width: 100%;
}
.movie-thumb-list #trailer.pc {
  width: 40%;
}
.movie-thumb-list .slider-prev {
  left: 0;
}
.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}
#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}
#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}
.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}
.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  background: #cf1c34;
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #cf1c34;
}

#wb_header {
  display: none;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0 !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px !important;
}

.trailer-prev, .trailer-next {
  position: absolute;
  width: 35px;
  top: 35%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .trailer-prev, .trailer-next {
    display: none;
  }
}

.trailer-prev {
  left: 2px;
}

.trailer-next {
  right: 2px;
}

.trailer-prev.swiper-button-disabled, .trailer-next.swiper-button-disabled {
  opacity: 0.1;
}

#cboxOverlay {
  background: #fee2cd;
}

.trailer-contents {
  position: relative;
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 4% 4% 4% 4%;
}

.trl-main {
  width: 100%;
  max-width: 920px;
}

.play-btn {
  display: block;
  width: 70px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.play-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  .play-btn {
    width: 100px;
    top: 45%;
    left: 50%;
  }
}

.play-btn.playActive {
  display: none;
}

@media screen and (min-width: 1024px) {
  .swiper-pagination {
    display: none;
  }
}

/*-------------------------------

#footer 

-------------------------------*/
#footer {
  padding: 20px 0 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #footer {
    padding: 40px 0 10px;
  }
}

#footer_wrap {
  overflow: inherit;
}

#copyright {
  padding-bottom: 15%;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  #copyright {
    padding-bottom: 5%;
  }
}

#wb_footer_sns {
  display: flex;
  justify-content: center;
}

.right {
  background: #fff;
}

#footer_wrap,
fotter {
  height: 300px !important;
}
@media screen and (min-width: 1024px) {
  #footer_wrap,
  fotter {
    height: auto;
  }
}

.billing {
  background: #f5f5f3;
  padding: 60px 0;
  text-align: center;
}
.billing img {
  width: 80%;
  max-width: 400px;
}

.hashbutton {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 30px;
  outline: none;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow 0.2s, -ms-transform 0.1s, -webkit-transform 0.1s, transform 0.1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}
.hashbutton a {
  color: #000;
  display: block;
  transition: opacity 0.2s ease;
}
.hashbutton a:hover {
  opacity: 0.7;
}

.hash {
  width: 250px;
  margin: 0 auto;
}

.hashbutton:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow 0.2s;
}

.hashbutton:active {
  background-color: #F7F7F7;
  border-color: #000000;
  transform: scale(0.96);
}

.hashbutton:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}

#cboxOverlay {
  background: #000;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
    margin: 0 auto;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 60px 0 0;
    width: 100%;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}/*# sourceMappingURL=style.css.map */