.intro_box {
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 9999999;
  transition: opacity 1s ease;
  overflow: hidden; }
  .intro_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: translateZ(0);
    backface-visibility: hidden; }
    @media screen and (max-width: 768px) {
      .intro_box video.video_pc {
        display: none; } }
    .intro_box video.video_sp {
      display: none; }
      @media screen and (max-width: 768px) {
        .intro_box video.video_sp {
          display: block; } }
  .intro_box.end {
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s ease; }
  .intro_box .intro_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    border: 1px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 12; }
    .intro_box .intro_btn p {
      width: 100px;
      height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      letter-spacing: 0.1em;
      cursor: pointer; }

.sp_slide_nav {
  position: fixed;
  top: 45px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 980;
  padding: 5px 10px;
  display: none;
  height: 95px; }
  @media screen and (max-width: 600px) {
    .sp_slide_nav {
      display: block; } }
  .sp_slide_nav .swiper-slide {
    width: 60px;
    flex: 0 0 auto; }
    .sp_slide_nav .swiper-slide a {
      display: block; }
    .sp_slide_nav .swiper-slide figure {
      aspect-ratio: 1 / 1;
      border-radius: 50%;
      overflow: hidden;
      padding: 2px;
      background: conic-gradient(#feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5, #8134af, #dd2a7b, #f58529, #feda75);
      position: relative; }
      .sp_slide_nav .swiper-slide figure::before {
        content: "";
        position: absolute;
        inset: 2px;
        margin: auto;
        aspect-ratio: 1 / 1;
        border: 2px solid #fff;
        border-radius: 50%;
        z-index: 10;
        pointer-events: none; }
      .sp_slide_nav .swiper-slide figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        background: #fff; }
    .sp_slide_nav .swiper-slide p {
      padding-top: 3px;
      font-size: 8px;
      line-height: 1.2;
      font-weight: bold;
      text-align: center; }

.mv_wrapp.sp {
  margin-top: 101px; }

.movie_gal {
  padding: 0 20px; }
  .movie_gal .inn {
    padding: 60px 0 100px;
    max-width: 1200px;
    width: calc(100% - 19px);
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      .movie_gal .inn {
        padding: 30px 0 30px; } }
  .movie_gal .sec_ttl {
    font-size: clamp(14px, calc(72vw / 10.6), 72px) !important;
    color: #435764;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 768px) {
      .movie_gal .sec_ttl {
        line-height: 0.8; } }
    @media screen and (max-width: 480px) {
      .movie_gal .sec_ttl {
        font-size: calc(30vw / 3.9) !important;
        margin-bottom: 0.8em; } }
    .movie_gal .sec_ttl .en {
      font-weight: 600;
      font-size: clamp(14px, calc(72vw / 10.6), 72px) !important; }
      @media screen and (max-width: 480px) {
        .movie_gal .sec_ttl .en {
          font-size: calc(30vw / 3.9) !important; } }
    .movie_gal .sec_ttl .sr {
      font-size: 50% !important; }
      @media screen and (max-width: 768px) {
        .movie_gal .sec_ttl .sr {
          display: none; } }
    .movie_gal .sec_ttl .s3 {
      font-size: clamp(14px, calc(72vw / 10.6), 72px) !important; }
      @media screen and (max-width: 768px) {
        .movie_gal .sec_ttl .s3 {
          display: block;
          font-size: calc(30vw / 3.9) !important; } }
    .movie_gal .sec_ttl .s1 {
      font-size: 34% !important; }
      @media screen and (max-width: 480px) {
        .movie_gal .sec_ttl .s1 {
          font-size: 50% !important; } }
    .movie_gal .sec_ttl .s2 {
      display: block;
      font-size: clamp(12px, calc(20vw / 10.6), 20px) !important;
      color: #231815;
      letter-spacing: 0.05em;
      line-height: 1;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        .movie_gal .sec_ttl .s2 {
          display: inline-block; } }
      @media screen and (max-width: 480px) {
        .movie_gal .sec_ttl .s2 {
          font-size: calc(14vw / 3.9) !important; } }

.banner_tower {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #610409;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 480px) {
    .banner_tower {
      width: calc(100% - 40px);
      margin-bottom: 0; } }

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