@charset "UTF-8";
html {
  overflow-x: hidden;
}

@media screen and (min-width: 1401px) {
  html {
    font-size: 6.66px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.4761904762vw;
  }
}
body {
  width: 100%;
}

.area-header {
  width: 100% !important;
}

.feature, #feature {
  position: relative;
  overflow: clip;
  width: 100%;
  min-height: 100vh;
  display: flex;
}
.feature *, #feature * {
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
}
.feature__movie, #feature__movie {
  width: 50vw;
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
  left: 0;
}
.feature__movie video, #feature__movie video {
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
.feature__main, #feature__main {
  width: 50vw;
  overflow: hidden;
}

.hero {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, Helvetica, Arial, sans-serif;
  color: #000;
  font-feature-settings: "palt";
  text-align: center;
}
.hero__text {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 4.8rem;
  display: flex;
  flex-direction: column;
  padding: 9rem 0 12.5rem;
  letter-spacing: 0.05em;
}

#feature__insert {
  width: 90rem;
  margin: 0 auto 30px;
}
#feature__insert .search-result {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.l-container {
  display: none;
}

.pc-footer {
  margin-top: -10px;
}

.l-footer {
  padding-top: 0;
}/*# sourceMappingURL=pc-pic.css.map */