@charset "UTF-8";


@media screen and (min-width: 1201px) {

.main_visual {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.main_visual .main_visual_movie {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  animation-name: fademovie;
  animation-duration: 0.4s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
@keyframes fademovie {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.main_visual video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1920px;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%,-50%);
}

.main_visual_movie_grad {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.85));
  z-index: 2;
}

.ass_main_top_title {
  display: block;
  position: absolute;
  bottom: 15%;
  z-index: 9996;
  left: 100px;
}

.ass_main_top_title1 {
  content: "";
  display: block;
  background: url(../img/ass2025_toptitle.png) 100% 100% / cover;
  width: 875px;
  height: 47px;
  margin-bottom: 30px;
  opacity: 0;
  animation: fadedowntitle 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes fadedowntitle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ass_main_top_title2 {
  color: #fff;
  font-size: 40px;
  font-family: "Arphic Kaisho Medium JIS", "AR楷書体M", "HGSeikaishotaiPRO", "HG正楷書体-PRO";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  animation: fadedate 1.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes fadedate {
  0% {
    opacity: 0;
  }
   100% {
    opacity: 1;
  }
}

}






@media screen and (min-width: 987px) and (max-width: 1200px) {



.main_visual {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.main_visual .main_visual_movie {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  animation-name: fademovie;
  animation-duration: 0.4s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
@keyframes fademovie {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main_visual video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%,-50%);
}

.main_visual_movie_grad {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 160px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.85));
  z-index: 2;
}

.ass_main_top_title {
  display: block;
  position: absolute;
  bottom: 13%;
  z-index: 9996;
  left: 100px;
}

.ass_main_top_title1 {
  content: "";
  display: block;
  background: url(../img/ass2025_toptitle.png) 100% 100% / cover;
  width: 801px;
  height: 43px;
  margin-bottom: 27px;
  opacity: 0;
  animation: fadedowntitle 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes fadedowntitle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ass_main_top_title2 {
  color: #fff;
  font-size: 37px;
  font-family: "Arphic Kaisho Medium JIS", "AR楷書体M", "HGSeikaishotaiPRO", "HG正楷書体-PRO";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  animation: fadedate 1.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes fadedate {
  0% {
    opacity: 0;
  }
   100% {
    opacity: 1;
  }
}
}





@media screen and (min-width: 769px) and (max-width: 986px) {

.main_visual {
  height: auto;
  position: relative;
}

.main_visual .main_visual_movie {
  height: auto;
}

.main_visual video {
  position: static;
  transform: none;
  width: 100%;
  min-width: 0;
  vertical-align: middle;
  margin-top: 56px;
  opacity: 0;
  animation-name: fademovie;
  animation-duration: 0.4s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
@keyframes fademovie {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main_visual_movie_grad {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
  z-index: 2;
}



/* ASS期間用 START */
.ass_main_top_title {
  display: block;
  position: absolute;
  bottom: 13%;
  z-index: 9996;
  left: 100px;
}

.ass_main_top_title1 {
  content: "";
  display: block;
  background: url(../img/ass2025_toptitle.png) 100% 100% / cover;
  width: 801px;
  height: 43px;
  margin-bottom: 27px;
  opacity: 0;
  animation: fadedowntitle 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes fadedowntitle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ass_main_top_title2 {
  color: #fff;
  font-size: 37px;
  font-family: "Arphic Kaisho Medium JIS", "AR楷書体M", "HGSeikaishotaiPRO", "HG正楷書体-PRO";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  animation: fadedate 1.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes fadedate {
  0% {
    opacity: 0;
  }
   100% {
    opacity: 1;
  }
}

}
/* ASS期間用 END */





@media screen and (max-width: 768px) {
.main_visual {
  height: auto;
  position: relative;
}

.main_visual .main_visual_movie {
  height: auto;
}

.main_visual video {
  position: static;
  transform: none;
  width: 100%;
  min-width: 0;
  vertical-align: middle;
  margin-top: 56px;
  opacity: 0;
  animation-name: fademovie;
  animation-duration: 0.4s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
@keyframes fademovie {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main_visual_movie_grad {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 40px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
  z-index: 2;
}


/* ASS期間用 START */
.ass_main_top_title {
  display: block;
  position: absolute;
  bottom: 8%;
  z-index: 9996;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.ass_main_top_title1 {
  content: "";
  display: block;
  background: url(../img/ass2025_toptitle.png) 100% 100% / cover;
  width: 354px;
  height: 19px;
  margin-bottom: 10px;
  opacity: 0;
  animation: fadedowntitle 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
}

@keyframes fadedowntitle {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ass_main_top_title2 {
  color: #fff;
  font-size: clamp(16px, 3vw, 20px);
  font-family: "Arphic Kaisho Medium JIS", "AR楷書体M", "HGSeikaishotaiPRO", "HG正楷書体-PRO";
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  animation: fadedate 1.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes fadedate {
  0% {
    opacity: 0;
  }
   100% {
    opacity: 1;
  }
}

}

/* ASS期間用 END */

