@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : intro.css
Description : イントロページ
===================================================================== */
/* =====================================================================
    movie
======================================================================*/
#intro::after {
  display: none;
}
#intro h2 img {
  height: 11.1rem !important;
}
#intro.subpage .bg_pattern_r {
  height: 58rem;
}
#intro .sec_ttl::before {
  left: -4rem;
  top: -0.5rem;
}
#intro .sec_ttl::after {
  right: -2rem;
}
#intro .sec_ttl_inner::before {
  top: 1rem;
  left: 6.9rem;
}
#intro .sec_ttl_inner::after {
  left: -1rem;
}
#intro .sec_ttl h2::before {
  right: -5rem;
}

.intro_wrap {
  padding-top: 5rem !important;
}
@media screen and (max-width: 767px) {
  .intro_wrap .inner {
    width: 95vw !important;
    margin-left: calc(60 / 750 * 100% * -1);
  }
}
@media screen and (min-width: 1600px) {
  .intro_wrap .inner {
    max-width: 1050px;
  }
}
.intro_wrap.special::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 28rem;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 56.8rem;
  background: url(../images/common/bg_footprints2-sp.png) no-repeat center/contain;
}
.intro_wrap > * {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .intro_wrap {
    padding-bottom: 4rem;
  }
  .intro_wrap.special::before {
    bottom: 28rem;
    height: 38rem;
    background-image: url(../images/common/bg_footprints2-pc.png);
  }
}

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