<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.hero_section {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  max-height: 1000px;
}
.shortDisp .hero_section {
  min-height: 650px;
}
.shortDisp .hero_section_cont {
  min-height: 610px;
}
.hero_section_bg {
  content: '';
  display: block;
  background: #F1F1F1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 78vw;
  height: 70vh;
}
@media(min-width: 961px) {
  .hero_section_bg {
    min-height: 480px;
    max-height: 800px;
  }
}
.hero_movie {
  width: 76vw;
	width: 73vw;
  position: absolute;
  bottom: 60px;
  right: 0;
  overflow: hidden;
  height: 78vh;
  min-height: 480px;
  max-height: 800px;
}
.movie_base {
  width: 76vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.movie_base video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.hero_section .hero_movie_btn, .second_hdr_wrap .hero_movie_btn {
  position: absolute;
  right: 40px;
  bottom: 20px;
  width: 280px;
  height: 80px;
  z-index: 50;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
}
.second_hdr_wrap {
  position: relative;
}
.second_hdr_wrap .hero_movie_btn {
  bottom: -40px;
}
.hero_movie_btn::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 1px solid #1D1D1D;
}
.hero_movie_btn a {
  width: 280px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1b1b1b;
  text-decoration: none;
  position: relative;
}
.hero_movie_btn a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transform-origin: left center;
  transform: scaleX(0);
  background: #fff;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.hero_movie_btn a::before {
  content: '';
  display: block;
  width: 30px;
  height: 22px;
  background: url("../images/hero_movie_icon.png") no-repeat 0 0;
  background-size: 30px;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  z-index: 5;
}
.hero_movie_btn span {
  position: relative;
  z-index: 5;
}
@media (hover: hover) {
  .hero_movie_btn a:hover, .hero_movie_btn:hover a {
    color: #1D1D1D;
  }
  .hero_movie_btn:hover a::after {
    transform: scaleX(1);
  }
  .hero_movie_btn:hover a::before {
    background: url("../images/hero_movie_icon_on.png") no-repeat 0 0;
    background-size: 30px;
  }
}
.hero_movie_btn span {
  display: inline-block;
  transform: translateX(-15px);
}
.hero_section .hero_scroll {
  position: absolute;
  left: 30px;
  bottom: 140px;
  width: 12px;
  background: url("../images/hero_scroll.png") no-repeat 0 0;
  background-size: 100%;
}
.start .hero_scroll {
  opacity: 1;
}
.hero_scroll img {
  width: 12px;
  height: auto;
}
.hero_scroll::before {
  content: '';
  display: block;
  position: absolute;
  top: 110px;
  left: 5px;
  width: 1px;
  height: 100px;
  background: #1D1D1D;
  transform-origin: center top;
  animation: scrollBar 1.4s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  z-index: 10;
}
.hero_scroll::after {
  content: '';
  display: block;
  position: absolute;
  top: 110px;
  left: 1px;
  width: 9px;
  height: 9px;
  background: #C92B2B;
  transform-origin: center top;
  z-index: 11;
  animation: scrollIcon 1.4s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
@keyframes scrollBar {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  80% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}
@keyframes scrollIcon {
  0% {
    top: 110px;
    opacity: 0;
  }
  80% {
    top: 210px;
    opacity: 1;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}
@keyframes scrollBarSP {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  80% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}
@keyframes scrollIconSP {
  0% {
    top: 90px;
    opacity: 0;
  }
  80% {
    top: 140px;
    opacity: 1;
  }
  100% {
    top: 140px;
    opacity: 0;
  }
}
@media(max-width: 1500px) {
  .hero_catch {
    padding-left: 6vw;
  }
  .hero_logo {
    width: 50vw;
  }
  .hero_catch_lead1, .hero_catch_lead2 {
    font-size: 2.5vw;
  }
}
@media(max-width: 1200px) {
  .hero_logo {
    width: 590px;
  }
  .hero_catch_lead1, .hero_catch_lead2 {
    font-size: 36px;
  }
  .hero_catch_lead1 {
    margin-bottom: 30px;
  }
}
@media(min-width: 961px) {
  .videoSP {
    display: none;
  }
}
@media(max-width: 960px) {
  .videoSP {
    display: block;
  }
  .videoPC {
    display: none;
  }
  video {
    width: 100%;
  }
  .hero_section {
    overflow: visible;
  }
  .hero_section, .shortDisp .hero_section, .shortDisp .hero_section_cont, .hero_movie {
    max-height: inherit;
    min-height: inherit;
  }
  .hero_movie {
    width: 100%;
    position: absolute;
    bottom: inherit;
    right: inherit;
    left: 0;
    top: 0;
    height: 100vh;
    min-height: inherit;
    max-height: inherit;
  }
  .movie_base {
    width: 100%;
  }
  .movie_base video {
    position: static;
    top: 0;
    left: 0;
    object-fit: cover;
    transform: translate(0, 0);
    width: 100%;
    height: 100vh;
  }
  .hero_section_bg {
    bottom: -50px;
    left: inherit;
    right: 0;
    width: 88vw;
    height: 500px;
  }
  .hero_section .hero_scroll {
    position: absolute;
    left: 20px;
    bottom: 115px;
    width: 10px;
    background: url("../images/hero_scroll_wht.png") no-repeat 0 0;
    background-size: 100%;
  }
  .hero_scroll::before {
    top: 90px;
    left: 3px;
    width: 1px;
    height: 78px;
    background: #fff;
    animation: scrollBarSP 1.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  }
  .hero_scroll::after {
    top: 110px;
    left: -1px;
    width: 9px;
    height: 9px;
    z-index: 11;
    animation: scrollIconSP 1.2s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  }
  .hero_section .hero_movie_btn, .second_hdr_wrap .hero_movie_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
  }
  .second_hdr_wrap .hero_movie_btn {
    bottom: -35px;
    width: 260px;
    height: 70px;
  }
  .hero_section .hero_movie_btn, .hero_movie_btn a, .second_hdr_wrap .hero_movie_btn a {
    width: 260px;
    height: 70px;
  }
  .hero_movie_btn {
    height: 70px;
  }
}
@media(max-width: 767px) {
  .second_hdr_wrap .hero_movie_btn {
    display: none;
  }
}</pre></body></html>