/* CSS Reset */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  font-family: sans-serif;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.contents__01 {
  position: relative;
}
.contents__01 > img {
  width: 100%;
  display: block;
}

.video__wrapper--01 {
  position: absolute;
  top: 30%;
  left: 10%;
}
.video__wrapper--01 video {
  width: 72%;
}

.video__wrapper--02 {
  position: absolute;
  top: 38%;
  right: 10%;
  width: 66%;
}
.video__wrapper--02 video {
  width: 100%;
}

.cta {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.cta:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.contents__10 {
  position: relative;
}

.contents__14 {
  position: relative;
}

.video__wrapper--03 {
  position: absolute;
  width: 90%;
  top: 17%;
  left: 50%;
  transform: translatex(-50%);
}

.video__wrapper--04 {
  position: absolute;
  width: 90%;
  top: 47%;
  left: 50%;
  transform: translatex(-50%);
}

.contents__19 {
  position: relative;
}

.cta__flow {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translatex(-50%);
  width: 90%;
}

.contents__22 {
  position: relative;
}

.video__wrapper--05 {
  position: absolute;
  top: 34%;
  left: 5%;
  width: 77%;
}

.video__wrapper--06 {
  position: absolute;
  bottom: 9%;
  right: 10%;
  width: 77%;
}

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