html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  list-style: none;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

img {
  display: block;
  border: none;
}


body {
  overflow-y: hidden;
}

.sec {
  overflow: hidden;
}
.sec .container {
  margin: 0 auto;
  position: relative;
}
.sec .container .title {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 30vw;
  width: 100%;
  position: absolute;
  z-index: 12;
}
@media (max-width: 980px) {
  .sec .container .title {
    max-width: unset;
    width: 79vw;
  }
}
.sec .container .title img {
  width: 100%;
}
.sec .video_container {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 37.7%;
}
@media (max-width: 980px) {
  .sec .video_container {
    padding-bottom: 183.6734693878%;
  }
}
.sec .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1.01);
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
  mix-blend-mode: screen;
}
.sec .scroll {
  position: absolute;
  z-index: 10;
  width: 4.5918367347%;
  display: none;
}
@media (max-width: 980px) {
  .sec .scroll {
    display: block;
    bottom: 8vw;
    left: 6vw;
  }
}
.sec .scroll img {
  width: 100%;
}