@charset "UTF-8";
/*アニメーション
----------------------------*/
@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sliderPagination {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/*共通
----------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
}

.area-header {
  width: 100%;
}

.pc-footer {
  margin: 0;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
}
#feature a:hover {
  text-decoration: none;
  opacity: 1;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature video {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  display: block;
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .main {
  display: flex;
  background-color: #e7dded;
}
#feature .main .left {
  padding-bottom: 80px;
  height: calc(100vh - 80px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .left .left__img {
  width: 18vw;
  max-width: 254px;
  margin-left: 1.1vw;
}
#feature .main .right {
  padding-bottom: 80px;
  height: calc(100vh - 80px);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 80px;
  z-index: 3;
}
#feature .main .right .right__img {
  width: 19vw;
  max-width: 266px;
  margin-right: 2.5vw;
}
#feature .main .center {
  width: 24.7rem;
  margin: 0 auto;
  background-color: #fae5ee;
  position: relative;
  overflow-x: clip;
}
#feature .hero {
  position: relative;
}
#feature .sec {
  padding-bottom: 2rem;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__movie {
  width: 100%;
  aspect-ratio: 9/16;
}
#feature .sec .sec__ttl {
  width: 11.6rem;
  margin: 2.8rem auto 0;
  position: relative;
}
#feature .sec .sec__ttl::after {
  content: "";
  width: 18.5rem;
  height: 6rem;
  background-image: url(../img/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.3rem;
  left: -3.7rem;
  z-index: 3;
  pointer-events: none;
}
#feature .sec .sec__txt {
  margin: 2.1rem auto 0;
  font-size: 0.8rem;
  line-height: 1.32rem;
  letter-spacing: 0.04rem;
  color: #767cba;
  position: relative;
}
#feature .sec .sec__txt::after {
  content: "";
  width: 20.6rem;
  height: 21rem;
  background-image: url(../img/icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10.5rem;
  left: 1.7rem;
  z-index: 3;
  pointer-events: none;
}
#feature .sec .sec__img {
  width: 13.2rem;
  margin: 4.9rem auto 0;
  position: relative;
}
#feature .sec .sec__copy {
  width: 10rem;
  margin: 1.75rem auto 0;
  position: relative;
}/*# sourceMappingURL=pc-pic.css.map */