@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;
  }
}
/*共通
----------------------------*/
.l-container {
  width: 100%;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

.is_pcnone {
  display: none;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
}
#feature.is_show {
  opacity: 1;
}
#feature * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  transition: 0.3s;
}
#feature a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#feature figure {
  background-color: #fff;
}
#feature img {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}
#feature .js_anime.is_blur {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(10px);
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
}
#feature .js_anime.is_fadeinleft {
  opacity: 0;
  transform: translate(30px, 0px);
  transition: 2s ease;
}
#feature .js_anime.is_fadeinright {
  opacity: 0;
  transform: translate(-30px, 0px);
  transition: 2s ease;
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_anime.is_show.is_blur {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
#feature .js_anime.is_show.is_fadeinleft {
  opacity: 1;
  transform: translate(0px, 0px);
}
#feature .js_anime.is_show.is_fadeinright {
  opacity: 1;
  transform: translate(0px, 0px);
}

#feature {
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .main {
  display: flex;
  background-color: #252a2b;
}
#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__ttl {
  width: calc(398 * var(--vw) / 1920);
}
#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__btn {
  width: calc(280 * var(--vw) / 1920);
}
#feature .main .center {
  width: calc(750 * var(--vw) * 0.27 / 750);
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow-x: clip;
}
#feature .hero {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}
#feature .hero.is_show {
  opacity: 1;
  transform: translateY(0);
}
#feature .hero .hero__logo {
  width: calc(250 * var(--vw) * 0.27 / 750);
  position: absolute;
  top: 52.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#feature .hero .hero__ttl {
  width: calc(514 * var(--vw) * 0.27 / 750);
  position: absolute;
  bottom: calc(76 * var(--vw) * 0.27 / 750);
  left: calc(110 * var(--vw) * 0.27 / 750);
}
#feature .sec {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#feature .sec .sec__credit .credit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  pointer-events: none;
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#feature .sec .sec__credit .credit .item .link p {
  font-size: calc(18 * var(--vw) * 0.27 / 750);
  line-height: calc(26 * var(--vw) * 0.27 / 750);
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #fff;
}
#feature .sec .sec__credit.sec__credit01 {
  padding-bottom: calc(120 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__credit.sec__credit02 {
  padding-bottom: calc(170 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__credit.sec__credit03 {
  padding-bottom: calc(168 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__credit.sec__credit04 {
  padding-bottom: calc(168 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__credit.sec__credit05 {
  padding-bottom: calc(168 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__credit.sec__credit06 {
  padding-bottom: calc(168 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__credit.sec__credit07 {
  padding-bottom: calc(120 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__credit.sec__credit08 {
  padding-bottom: calc(120 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__credit.sec__credit09 {
  padding-bottom: calc(168 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__credit.sec__credit10 {
  padding-bottom: calc(120 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img:hover .sec__credit {
  opacity: 1;
}
#feature .sec .sec__img:hover .sec__credit .credit {
  pointer-events: auto;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(400 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__img.sec__img02 {
  width: 100%;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(650 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__img.sec__img04 {
  width: calc(650 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__img.sec__img05 {
  width: 100%;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(650 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__img.sec__img07 {
  width: calc(650 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__img.sec__img08 {
  width: calc(500 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__img.sec__img09 {
  width: calc(450 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__img.sec__img10 {
  width: calc(650 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__img.sec__img11 {
  width: calc(550 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__img.sec__img12 {
  width: calc(400 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__imgtxt.sec__imgtxt01 {
  width: calc(400 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__imgtxt.sec__imgtxt02 {
  width: calc(396 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__ttl.sec__ttl01 {
  width: calc(520 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__ttl.sec__ttl02 {
  width: calc(638 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__ttl.sec__ttl03 {
  width: calc(406 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__ttl.sec__ttl04 {
  width: calc(400 * var(--vw) * 0.27 / 750);
}
#feature .sec .sec__btn {
  width: calc(150 * var(--vw) * 0.27 / 750);
  position: relative;
  z-index: 2;
}
#feature .sec .sec__staff {
  font-size: calc(19 * var(--vw) * 0.27 / 750);
  line-height: calc(29 * var(--vw) * 0.27 / 750);
  letter-spacing: 0.1em;
  text-align: left;
}
#feature .sec.sec01 {
  padding-top: calc(150 * var(--vw) * 0.27 / 750);
  background-color: #fff;
  position: sticky;
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin-left: calc(50 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin-top: calc(56 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec01 .sec__img.sec__img03 {
  margin: calc(100 * var(--vw) * 0.27 / 750) 0 0 auto;
}
#feature .sec.sec01 .sec__img.sec__img04 {
  margin: calc(56 * var(--vw) * 0.27 / 750) auto 0;
}
#feature .sec.sec01 .sec__img.sec__img05 {
  margin-top: calc(100 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec01 .sec__imgtxt.sec__imgtxt01 {
  margin: calc(22 * var(--vw) * 0.27 / 750) 0 0 calc(52 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec01 .sec__ttl.sec__ttl01 {
  margin: calc(290 * var(--vw) * 0.27 / 750) calc(50 * var(--vw) * 0.27 / 750) 0 auto;
}
#feature .sec.sec01 .sec__ttl.sec__ttl02 {
  margin: calc(168 * var(--vw) * 0.27 / 750) auto 0;
}
#feature .sec.sec02 {
  margin-top: 100vh;
  padding-top: calc(150 * var(--vw) * 0.27 / 750);
  background-color: #c7d7e2;
  position: sticky;
}
#feature .sec.sec02 .sec__img.sec__img06 {
  margin-top: calc(56 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec02 .sec__img.sec__img07 {
  margin: calc(100 * var(--vw) * 0.27 / 750) 0 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img08 {
  margin: calc(150 * var(--vw) * 0.27 / 750) 0 0 calc(50 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec02 .sec__img.sec__img09 {
  margin: calc(-50 * var(--vw) * 0.27 / 750) calc(50 * var(--vw) * 0.27 / 750) 0 auto;
}
#feature .sec.sec02 .sec__ttl.sec__ttl03 {
  margin: calc(18 * var(--vw) * 0.27 / 750) 0 0 calc(100 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec03 {
  margin-top: 100vh;
  padding-top: calc(168 * var(--vw) * 0.27 / 750);
  padding-bottom: calc(56 * var(--vw) * 0.27 / 750);
  background-color: #fff;
}
#feature .sec.sec03 .sec__img.sec__img10 {
  margin: calc(54 * var(--vw) * 0.27 / 750) auto 0;
}
#feature .sec.sec03 .sec__img.sec__img11 {
  margin-top: calc(100 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec03 .sec__img.sec__img12 {
  margin: calc(200 * var(--vw) * 0.27 / 750) 0 0 calc(176 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec03 .sec__imgtxt.sec__imgtxt02 {
  margin: calc(24 * var(--vw) * 0.27 / 750) 0 0 calc(176 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec03 .sec__ttl.sec__ttl04 {
  margin-left: calc(184 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec03 .sec__btn {
  margin: calc(164 * var(--vw) * 0.27 / 750) 0 0 calc(50 * var(--vw) * 0.27 / 750);
}
#feature .sec.sec03 .sec__staff {
  margin: calc(430 * var(--vw) * 0.27 / 750) 0 0 calc(50 * var(--vw) * 0.27 / 750);
}/*# sourceMappingURL=style.css.map */