@charset "UTF-8";
:root {
  --vw-unit: calc((var(--vw) * (450 / 1400)) / 750);
  --vw-pcunit: calc(var(--vw) / 1400);
}

@media screen and (min-width: 1400px) {
  :root {
    --vw-unit: calc((1400px * (450 / 1400)) / 750);
    --vw-pcunit: calc(1400px / 1400);
  }
}
/*アニメーション
----------------------------*/
@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;
}

#feature {
  width: 100%;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 500;
  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 video {
  width: 100%;
  height: auto;
  display: block;
}
#feature .js_anime {
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#feature .js_anime.is_show {
  opacity: 1;
}

#feature {
  background-color: #000;
  display: flex;
}
#feature .left {
  flex: 1;
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
}
#feature .right {
  flex: 1;
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#feature .right .right__txt {
  margin: 0 calc(30 * var(--vw-pcunit)) calc(32 * var(--vw-pcunit)) 0;
}
#feature .right .right__txt p {
  text-align: right;
  color: #fff;
}
#feature .right .right__txt p:nth-child(1) {
  font-family: "kudryashev-d-excontrast-sans", sans-serif;
  font-weight: 300;
  font-size: calc(49 * var(--vw-pcunit));
  line-height: calc(54 * var(--vw-pcunit));
  letter-spacing: -0.01em;
}
#feature .right .right__txt p:nth-child(1) span {
  font-size: calc(43 * var(--vw-pcunit));
}
#feature .right .right__txt p:nth-child(2) {
  margin-top: calc(8 * var(--vw-pcunit));
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-size: calc(15 * var(--vw-pcunit));
  line-height: calc(15 * var(--vw-pcunit));
  white-space: nowrap;
}
#feature .inner {
  width: calc(900 * var(--vw-pcunit));
  margin: 0 auto;
  background-color: #000;
  position: relative;
  display: flex;
}
#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  width: calc(450 * var(--vw-pcunit));
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
}
#feature .hero .hero__movie {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#feature .hero .hero__movie video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#feature .hero .hero__movie .mutebtn {
  width: calc(40 * var(--vw-unit));
  height: calc(40 * var(--vw-unit));
  background-image: url(../img/off.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(20 * var(--vw-unit));
  left: calc(20 * var(--vw-unit));
  cursor: pointer;
}
#feature .hero .hero__movie .mutebtn.on {
  background-image: url(../img/on.svg);
}
#feature .main {
  width: calc(450 * var(--vw-pcunit));
  position: relative;
  z-index: 2;
  background-color: #f0eeea;
  overflow-x: clip;
}
#feature .sec {
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 20;
}
#feature .sec .sec__credit .credit {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(20 * var(--vw-unit));
}
#feature .sec .sec__credit .credit .item {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "pragmatica", sans-serif;
  font-size: calc(22 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.04em;
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(450 * var(--vw-unit));
  top: calc(100% + 30 * var(--vw-unit));
  left: calc(40 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit01 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit02 {
  width: calc(450 * var(--vw-unit));
  top: calc(100% + 32 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit02 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit03 {
  width: calc(440 * var(--vw-unit));
  height: calc(90 * var(--vw-unit));
  background-color: #000;
  top: calc(100% + 30 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit03 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit03 .credit .item .link p {
  color: #fff;
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(505 * var(--vw-unit));
  height: calc(122 * var(--vw-unit));
  background-color: #000;
  top: calc(100% + 31 * var(--vw-unit));
  left: calc(60 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit04 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p {
  color: #fff;
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 30 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit05 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(1) {
  margin-left: calc(100 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit05 .credit .item:nth-child(2) {
  margin-right: calc(100 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit05 .credit .item .link p {
  color: #fff;
}
#feature .sec .sec__credit.sec__credit06 {
  width: calc(450 * var(--vw-unit));
  top: calc(100% + 32 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit06 .credit {
  margin: 0 auto;
  display: block;
}
#feature .sec .sec__credit.sec__credit06 .credit .item {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit07 {
  width: calc(440 * var(--vw-unit));
  height: calc(90 * var(--vw-unit));
  padding-top: calc(12 * var(--vw-unit));
  background-color: #f0eeea;
  top: calc(100% + 30 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit07 .credit {
  justify-content: center;
}
#feature .sec .sec__credit.sec__credit08 {
  width: calc(565 * var(--vw-unit));
  height: calc(114 * var(--vw-unit));
  padding-top: calc(14 * var(--vw-unit));
  padding-left: calc(10 * var(--vw-unit));
  background-color: #f0eeea;
  top: calc(100% + 16 * var(--vw-unit));
  left: calc(66 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit08 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
}
#feature .sec .splide .splide__pagination {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 0 calc(12 * var(--vw-unit));
  left: 0;
}
#feature .sec .splide .splide__pagination li {
  width: calc(12 * var(--vw-unit));
  height: calc(12 * var(--vw-unit));
  position: relative;
}
#feature .sec .splide .splide__pagination li .splide__pagination__page {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border: calc(2 * var(--vw-unit)) solid #000;
  background: transparent;
  transition: 0.3s;
  opacity: 1;
}
#feature .sec .splide .splide__pagination li .splide__pagination__page.is-active {
  transform: initial;
  background: #000;
}
#feature .sec .sec__slider .splide__slide {
  margin-right: calc(20 * var(--vw-unit));
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(690 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img02 {
  width: calc(630 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img03 {
  width: calc(630 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img04 {
  width: calc(630 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img05 {
  width: calc(555 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img06 {
  width: calc(555 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img07 {
  width: calc(690 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img08 {
  width: calc(720 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img09 {
  width: calc(570 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img09::after {
  content: "";
  width: 100%;
  height: 100%;
  border: calc(5 * var(--vw-unit)) solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  box-sizing: border-box;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(540 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img11 {
  width: calc(540 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img12 {
  width: calc(720 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img12::after {
  content: "";
  width: 100%;
  height: 100%;
  border: calc(5 * var(--vw-unit)) solid #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
  box-sizing: border-box;
}
#feature .sec .sec__img.sec__img13 {
  width: calc(675 * var(--vw-unit));
}
#feature .sec .sec__ttl {
  font-family: "kudryashev-d-excontrast-sans", sans-serif;
  font-weight: 300;
  font-size: calc(86 * var(--vw-unit));
  line-height: calc(86 * var(--vw-unit));
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
}
#feature .sec .sec__txt {
  font-family: "pragmatica", "toppan-bunkyu-gothic-pr6n", serif;
  font-size: calc(24 * var(--vw-unit));
  line-height: calc(48 * var(--vw-unit));
  letter-spacing: 0.06em;
  color: #fff;
  position: relative;
}
#feature .sec .sec__btn {
  width: calc(640 * var(--vw-unit));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__staff {
  font-family: "pragmatica", sans-serif;
  font-size: calc(24 * var(--vw-unit));
  line-height: calc(48 * var(--vw-unit));
  letter-spacing: 0.065em;
}
#feature .sec.sec01 {
  padding-top: calc(46 * var(--vw-unit));
  padding-bottom: calc(270 * var(--vw-unit));
  position: sticky;
  top: 0;
  background-color: #f0eeea;
}
#feature .sec.sec01::before {
  content: "";
  width: 100%;
  height: calc(1705 * var(--vw-unit));
  background-image: url(../img/dot01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature .sec.sec01 .sec__img.sec__img01 {
  margin-left: auto;
}
#feature .sec.sec01 .sec__img.sec__img02 {
  margin-top: calc(80 * var(--vw-unit));
}
#feature .sec.sec01 .sec__slider.sec__slider01 {
  margin: calc(266 * var(--vw-unit)) 0 0 calc(-530 * var(--vw-unit));
}
#feature .sec.sec02 {
  padding-top: calc(86 * var(--vw-unit));
  padding-bottom: calc(168 * var(--vw-unit));
  background-color: #f0eeea;
}
#feature .sec.sec02::before {
  content: "";
  width: 100%;
  height: calc(2813 * var(--vw-unit));
  background-image: url(../img/dot02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(818 * var(--vw-unit));
  left: 0;
}
#feature .sec.sec02::after {
  content: "";
  width: 100%;
  height: calc(2214 * var(--vw-unit));
  background-image: url(../img/dot03.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(5686 * var(--vw-unit));
  left: 0;
  z-index: -1;
}
#feature .sec.sec02 .sec__bg {
  width: 100%;
  height: calc(4580 * var(--vw-unit));
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#feature .sec.sec02 .sec__txt {
  margin-top: calc(40 * var(--vw-unit));
}
#feature .sec.sec02 .sec__img.sec__img07 {
  margin: calc(308 * var(--vw-unit)) 0 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img07 .splide__pagination {
  padding-right: calc(20 * var(--vw-unit));
  justify-content: flex-end;
  top: calc(16 * var(--vw-unit));
  left: 0;
}
#feature .sec.sec02 .sec__img.sec__img08 {
  margin: calc(310 * var(--vw-unit)) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img08 .splide__pagination {
  padding-left: calc(20 * var(--vw-unit));
  justify-content: flex-start;
  top: calc(16 * var(--vw-unit));
  left: 0;
}
#feature .sec.sec02 .sec__img.sec__img09 {
  margin: calc(308 * var(--vw-unit)) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img12 {
  margin: calc(208 * var(--vw-unit)) auto 0;
}
#feature .sec.sec02 .sec__img.sec__img13 {
  margin: calc(160 * var(--vw-unit)) 0 0 auto;
}
#feature .sec.sec02 .sec__img.sec__img13 .splide__pagination {
  padding-left: calc(20 * var(--vw-unit));
  justify-content: flex-start;
  bottom: calc(16 * var(--vw-unit));
  left: 0;
}
#feature .sec.sec02 .sec__slider.sec__slider02 {
  margin-top: calc(86 * var(--vw-unit));
}
#feature .sec.sec02 .sec__slider.sec__slider03 {
  margin-top: calc(266 * var(--vw-unit));
}
#feature .sec.sec03 {
  padding-top: calc(100 * var(--vw-unit));
  padding-bottom: calc(150 * var(--vw-unit));
  background-color: #f0eeea;
}
#feature .sec.sec03 .sec__staff {
  margin-top: calc(124 * var(--vw-unit));
}/*# sourceMappingURL=style.css.map */