
.ann-bgline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ann-bannerimg video{width: 100%;}
.ann-bgline img,
.ann-bgline video {
  width: 100%;
}

.ann-banner {
  position: relative;
}
.ann-banner::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -73px;
  bottom: 0;
  height: 344px;
  opacity: 1;
  background: linear-gradient(180deg, rgba(26, 6, 6, 0) 0%, #1C0606 100%);

}
.ann-bannerimg {
  position: relative;
}

.ann-bannerimg img {
  width: 100%;
}
.ann-bannercon {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ann-bannercon .ann-container{width: 100%;}
.ann-bannermttl {
  font-size: 73px;
  font-weight: 900;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 100px 0 0;
  background: linear-gradient(90deg, #FFC771 0%, #FFD38F 44%, #FFC771 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.ann-bannersttl {
  font-size: 73px;
  font-weight: 300;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #FAFBFB;
}
.ann-bannerttx {
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFF;
  margin: 16px auto 147px;
  max-width: 599px;
}
@media only screen and (min-width: 1025px) {
.ann-bannerimg video {min-height:1050px;object-fit:cover;object-position:center;}
}	
@media only screen and (max-width: 1024px) {
.ann-bannerlogo img{max-width:170px !important;}
.ann-bannermttl,
.ann-bannersttl{font-size:40px;}
.ann-bannerttx{font-size:18px;}	
.ann-bannermttl{margin:50px 0 0;}
.ann-bannerimg video{min-height:706px;object-fit:cover;object-position:center;}

}

@media only screen and (max-width: 767px) {
.ann-bannerimg video {min-height:706px;object-fit:cover;object-position:center;}
.ann-bannerlogo{max-width:146px;margin:0 auto;}	
.ann-bannermttl{margin:80px 0 0;}
.ann-bannermttl,
.ann-bannersttl {font-size:28px;}
.ann-bannerttx{display: none;}

}