@charset "UTF-8";
:root {
  --vw: (100vw / 1400) * var(--ratio);
  --ratio: calc(var(--pc-width) / 750);
  --pc-width: 487.5;
}

/*共通
----------------------------*/
html {
  scroll-behavior: smooth;
}

.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;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  background-color: #000;
  box-sizing: border-box;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow: clip;
}
#feature * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#feature a {
  width: 100%;
  height: auto;
  display: block;
  color: #000;
  text-decoration: none;
}
#feature a:hover {
  opacity: 1;
}
#feature img, #feature svg {
  width: 100%;
  height: auto;
  display: block;
}
#feature .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#feature .movie {
  width: calc(750 * var(--vw));
  aspect-ratio: 750/1000;
}
#feature .movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Wrap センターに共通コンテンツの場合
----------------------------*/
#feature .contentsWrap {
  display: grid;
  grid-template-columns: 1fr 34.8214285714vw 1fr;
  width: 100%;
  position: relative;
}
#feature .mainWrap {
  order: 2;
}
#feature .mainWrap .inner {
  margin: 0 auto;
  position: relative;
  overflow: clip;
  z-index: 2;
}
#feature .leftWrap {
  background-color: #000;
  order: 1;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .leftWrap .leftWrap__logo {
  width: 16.6428571429vw;
}
#feature .rightWrap {
  background-color: #000;
  order: 3;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .rightWrap .rightWrap__logo {
  width: 11.0714285714vw;
}

/*アニメーション
----------------------------*/
#feature .js-fadeIn {
  opacity: 0;
  filter: blur(10px);
  transition: filter 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s, opacity 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s;
  will-change: filter, opacity;
}
#feature .js-fadeIn.is-show {
  opacity: 1;
  filter: blur(0);
}
#feature .js-clipRight {
  clip-path: inset(0 99.9% 0 0);
  transition: 0.75s ease-out;
}
#feature .js-clipRight.is-show {
  clip-path: inset(0);
}

/*メインビジュアル（.hero)
----------------------------*/
#feature .hero {
  position: relative;
}
#feature .hero .hero__img {
  width: calc(750 * var(--vw));
  position: relative;
  z-index: 1;
}
#feature .hero .hero__ttl span {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  transition-delay: 1s;
}
#feature .hero .hero__ttl.is-show span {
  transition: 0.8s ease 1.5s;
  transform: none;
  opacity: 1;
}
#feature .hero .hero__ttl--logo {
  width: calc(750 * var(--vw));
  position: absolute;
  top: calc(-4 * var(--vw));
  left: 0;
  z-index: 10;
}
#feature .hero .hero__ttl--txt {
  width: calc(561 * var(--vw));
  position: absolute;
  bottom: calc(-3 * var(--vw));
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#feature .hero .movie {
  width: calc(750 * var(--vw));
  aspect-ratio: 750/657;
}
#feature .hero .hero__bg {
  width: 100%;
  overflow: hidden;
}
#feature .hero .hero__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  z-index: 2;
}
#feature .hero .hero__bg.is-show::before {
  width: 0;
  transition: width 1s ease 0.5s;
}
#feature .hero .hero__bg img, #feature .hero .hero__bg video {
  transform: scale(1.15);
}
#feature .hero .hero__bg.is-show img, #feature .hero .hero__bg.is-show video {
  transition: transform 1s ease 0.5s;
  transform: none;
}
#feature .hero .hero__txt {
  position: relative;
  margin-top: calc(120 * var(--vw));
  padding: calc(46 * var(--vw)) 0 calc(420 * var(--vw));
}
#feature .hero .hero__txt p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-size: calc(25 * var(--vw));
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  transition-delay: 1s;
}
#feature .hero .hero__txt--bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

/*.sec
----------------------------*/
#feature .sec {
  position: relative;
  z-index: 10;
  background-color: #dcdcdc;
}
#feature .sec .sec__img, #feature .sec .sec__box {
  position: relative;
}
#feature .sec .sec__deco {
  position: absolute;
  z-index: -1;
}
#feature .sec .movie {
  width: calc(650 * var(--vw));
  aspect-ratio: 650/650;
}
#feature .sec__txt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
}
#feature .sec__txt.txt01 {
  text-align: center;
  font-size: calc(25 * var(--vw));
  letter-spacing: 0.05em;
  line-height: 1.8;
}
#feature .sec__txt.txt02 {
  width: calc(650 * var(--vw));
  text-align: justify;
  font-size: calc(23 * var(--vw));
  letter-spacing: 0.075em;
  line-height: 1.872;
}
#feature .sec__ttl {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 600;
  font-size: calc(100 * var(--vw));
  letter-spacing: 0.015em;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
}
#feature .sec__credit {
  text-align: center;
}
#feature .sec__credit .item {
  display: inline-block;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 500;
  font-size: calc(19.7 * var(--vw));
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 calc(4 * var(--vw)) calc(12 * var(--vw)) 0;
  color: #000;
  border-bottom: 1px solid currentColor;
}
#feature .sec__credit .item.-mr0, #feature .sec__credit .item:last-of-type {
  margin-right: 0;
}
#feature .sec01 {
  padding: calc(78 * var(--vw)) 0 calc(80 * var(--vw));
  margin-top: calc(120 * var(--vw));
}
#feature .sec01 .txt01 {
  margin: calc(22 * var(--vw)) auto 0;
}
#feature .sec01 .img01 {
  width: calc(650 * var(--vw));
  margin: calc(70 * var(--vw)) auto 0;
}
#feature .sec01 .txt02 {
  margin: calc(70 * var(--vw)) auto 0;
}
#feature .sec01 .box01 {
  width: calc(753 * var(--vw));
  margin: calc(74 * var(--vw)) auto 0;
  display: flex;
}
#feature .sec01 .box01 .img02, #feature .sec01 .box01 .img03 {
  width: 50%;
  flex: 0 0 50%;
  margin-left: calc(-1 * var(--vw));
}
#feature .sec01 .box02 {
  margin: calc(90 * var(--vw)) auto 0;
  display: flex;
  justify-content: center;
  gap: calc(8 * var(--vw));
}
#feature .sec01 .box02 .img04, #feature .sec01 .box02 .img05, #feature .sec01 .box02 .img06 {
  width: calc(236 * var(--vw));
}
#feature .sec01 .credit01 {
  margin: calc(43 * var(--vw)) auto;
}
#feature .sec01 .movie {
  margin: calc(66 * var(--vw)) auto 0;
}
#feature .sec02 {
  padding: calc(72 * var(--vw)) 0 calc(80 * var(--vw));
  margin-top: calc(120 * var(--vw));
}
#feature .sec02 .txt01 {
  margin: calc(22 * var(--vw)) auto 0;
}
#feature .sec02 .img01 {
  width: calc(650 * var(--vw));
  margin: calc(70 * var(--vw)) auto 0;
}
#feature .sec02 .txt02 {
  margin: calc(68 * var(--vw)) auto 0;
}
#feature .sec02 .box01 {
  width: calc(753 * var(--vw));
  margin: calc(70 * var(--vw)) auto 0;
  display: flex;
}
#feature .sec02 .box01 .img02, #feature .sec02 .box01 .img03 {
  width: 50%;
  flex: 0 0 50%;
  margin-left: calc(-1 * var(--vw));
}
#feature .sec02 .box02 {
  margin: calc(90 * var(--vw)) auto 0;
  display: flex;
  justify-content: center;
  gap: calc(8 * var(--vw));
}
#feature .sec02 .box02 .img04, #feature .sec02 .box02 .img05, #feature .sec02 .box02 .img06 {
  width: calc(236 * var(--vw));
}
#feature .sec02 .credit02 {
  margin: calc(43 * var(--vw)) auto;
}
#feature .sec02 .movie {
  margin: calc(66 * var(--vw)) auto 0;
}
#feature .sec03 {
  padding: calc(78 * var(--vw)) 0 calc(80 * var(--vw));
  margin-top: calc(120 * var(--vw));
}
#feature .sec03 .txt01 {
  margin: calc(40 * var(--vw)) auto 0;
}
#feature .sec03 .img01 {
  width: calc(650 * var(--vw));
  margin: calc(70 * var(--vw)) auto 0;
}
#feature .sec03 .txt02 {
  margin: calc(70 * var(--vw)) auto 0;
}
#feature .sec03 .box01 {
  width: calc(753 * var(--vw));
  margin: calc(66 * var(--vw)) auto 0;
  display: flex;
}
#feature .sec03 .box01 .img02, #feature .sec03 .box01 .img03 {
  width: 50%;
  flex: 0 0 50%;
  margin-left: calc(-1 * var(--vw));
}
#feature .sec03 .box02 {
  margin: calc(90 * var(--vw)) auto 0;
  display: flex;
  justify-content: center;
  gap: calc(8 * var(--vw));
}
#feature .sec03 .box02 .img04, #feature .sec03 .box02 .img05, #feature .sec03 .box02 .img06 {
  width: calc(236 * var(--vw));
}
#feature .sec03 .credit03 {
  margin: calc(41 * var(--vw)) auto;
}
#feature .sec03 .movie {
  margin: calc(66 * var(--vw)) auto 0;
}
#feature .sec__all {
  text-align: center;
}
#feature .sec__all-btn {
  margin: calc(196 * var(--vw)) auto calc(206 * var(--vw));
  position: relative;
  display: inline-block;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-size: calc(30 * var(--vw));
  letter-spacing: 0.057em;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
#feature .sec__all-btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: calc(0 * var(--vw));
  bottom: calc(-4 * var(--vw));
}

/*1400px以上 
----------------------------*/
@media screen and (min-width: 1401px) {
  :root {
    --vw: 1px * var(--ratio);
  }
  #feature .contentsWrap {
    grid-template-columns: 1fr 487.5px 1fr;
  }
  #feature .leftWrap .leftWrap__logo {
    width: 233px;
  }
  #feature .rightWrap .rightWrap__logo {
    width: 155px;
  }
}/*# sourceMappingURL=style.css.map */