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

@media screen and (min-width: 1400px) {
  :root {
    --vw-unit: calc((1400px * (460 / 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: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
  background-color: #ede9e6;
}
#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.is_fade {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .js_anime .is_fade {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#feature .js_anime.is_show.is_fade {
  opacity: 1;
}
#feature .js_anime.is_show .is_fade {
  opacity: 1;
}

#feature {
  display: flex;
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  width: 50%;
  height: calc(100vh - var(--header));
  position: sticky;
  top: var(--header);
}
#feature .hero .hero__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#feature .hero .hero__img figure {
  width: 100%;
  height: 100%;
}
#feature .hero .hero__img figure img {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
#feature .hero .hero__ttl {
  width: 24vw;
  position: absolute;
  bottom: 2.1428571429vw;
  left: 51%;
  transform: translateX(-50%);
  transition-delay: 1s;
}
#feature .main {
  width: 50%;
}
#feature .sec {
  width: calc(750 * var(--vw-unit));
  padding-bottom: calc(160 * var(--vw-unit));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
}
#feature .sec .sec__block:has(.sec__img13) {
  position: relative;
}
#feature .sec .sec__block:has(.sec__img13)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(2 * var(--vw-unit));
  background: #000;
  top: calc(-120 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit {
  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;
  justify-content: center;
  gap: 0 calc(10 * 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: "neue-haas-grotesk-display", sans-serif;
  font-size: calc(22 * var(--vw-unit));
  line-height: calc(44 * var(--vw-unit));
  letter-spacing: 0.02em;
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(600 * var(--vw-unit));
  top: calc(100% + 16 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit02 {
  width: calc(600 * var(--vw-unit));
  top: calc(100% + 20 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit03 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 18 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(540 * var(--vw-unit));
  top: calc(100% + 18 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit04 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit05 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 16 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit06 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 20 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit07 {
  width: calc(540 * var(--vw-unit));
  top: calc(100% + 20 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit07 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit08 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 18 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit09 {
  top: calc(100% + 20 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit10 {
  width: 100%;
  top: calc(100% + 18 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit10 .credit {
  margin: 0 auto;
}
#feature .sec .sec__credit.sec__credit11 {
  width: calc(540 * var(--vw-unit));
  top: calc(100% + 20 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit11 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit12 {
  width: calc(540 * var(--vw-unit));
  top: calc(100% + 20 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit12 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit13 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 20 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit14 {
  width: calc(540 * var(--vw-unit));
  top: calc(100% + 20 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit14 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit15 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 18 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit16 {
  width: calc(500 * var(--vw-unit));
  top: calc(100% + 16 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit17 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 20 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit18 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 18 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit19 {
  width: calc(600 * var(--vw-unit));
  top: calc(100% + 18 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(4) {
  margin-left: calc(50 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit19 .credit .item:nth-child(5) {
  margin-right: calc(50 * var(--vw-unit));
}
#feature .sec .sec__sticky .sec__stickyitem {
  position: sticky;
  top: var(--header);
}
#feature .sec .sec__sticky .sec__stickyitem:nth-child(2) {
  padding-bottom: calc(100 * var(--vw-unit));
}
#feature .sec .splide .splide__pagination {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: calc(20 * var(--vw-unit));
  display: flex;
  justify-content: flex-end;
  gap: 0 calc(34 * var(--vw-unit));
  bottom: calc(20 * var(--vw-unit));
  left: 0;
  pointer-events: none;
}
#feature .sec .splide .splide__pagination li {
  width: calc(14 * var(--vw-unit));
  height: calc(14 * var(--vw-unit));
  position: relative;
  pointer-events: auto;
}
#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: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  opacity: 1;
}
#feature .sec .splide .splide__pagination li .splide__pagination__page.is-active {
  transform: initial;
  background: #000;
}
#feature .sec .sec__ttl {
  position: relative;
}
#feature .sec .sec__ttl.sec__ttl01 {
  width: calc(485 * var(--vw-unit));
  margin: calc(142 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__ttl.sec__ttl02 {
  width: calc(555 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) 0 0 calc(86 * var(--vw-unit));
}
#feature .sec .sec__ttl.sec__ttl03 {
  width: calc(358 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__ttl.sec__ttl04 {
  width: calc(692 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__ttl.sec__ttl05 {
  width: calc(434 * var(--vw-unit));
  position: absolute;
  bottom: calc(38 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__ttl.sec__ttl06 {
  width: calc(697 * var(--vw-unit));
  margin: calc(34 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__ttl.sec__ttl07 {
  width: calc(510 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) 0 0 calc(110 * var(--vw-unit));
}
#feature .sec .sec__ttl.sec__ttl08 {
  width: calc(401 * var(--vw-unit));
  position: absolute;
  bottom: calc(36 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__ttl.sec__ttl09 {
  width: calc(451 * var(--vw-unit));
  position: absolute;
  bottom: calc(38 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__ttl.sec__ttl10 {
  width: calc(572 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__ttl.sec__ttl11 {
  width: calc(51 * var(--vw-unit));
  position: absolute;
  top: calc(22 * var(--vw-unit));
  left: calc(124 * var(--vw-unit));
}
#feature .sec .sec__ttl.sec__ttl12 {
  width: calc(51 * var(--vw-unit));
  position: absolute;
  top: calc(22 * var(--vw-unit));
  right: calc(124 * var(--vw-unit));
}
#feature .sec .sec__ttl.sec__ttl13 {
  width: calc(503 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__ttl.sec__ttl14 {
  width: calc(407 * var(--vw-unit));
  position: absolute;
  bottom: calc(38 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__ttl.sec__ttl15 {
  width: calc(707 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__ttl.sec__ttl16 {
  width: calc(488 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) 0 0 calc(124 * var(--vw-unit));
}
#feature .sec .sec__ttl.sec__ttl17 {
  width: calc(567 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__ttl.sec__ttl18 {
  width: calc(614 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__ttl.sec__ttl19 {
  width: calc(259 * var(--vw-unit));
  margin: calc(32 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: 100%;
  margin-top: calc(30 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img02 {
  width: calc(600 * var(--vw-unit));
  margin: calc(190 * var(--vw-unit)) 0 0 calc(80 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img02 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img03 {
  width: 100%;
  margin-top: calc(32 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img04 {
  width: calc(600 * var(--vw-unit));
  margin: calc(198 * var(--vw-unit)) 0 0 calc(80 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img04 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img05 {
  width: 100%;
  margin-top: calc(30 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img06 {
  width: calc(540 * var(--vw-unit));
  margin: calc(216 * var(--vw-unit)) 0 0 auto;
}
#feature .sec .sec__img.sec__img07 {
  width: calc(540 * var(--vw-unit));
  margin: calc(164 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__img.sec__img08 {
  width: 100%;
  margin-top: calc(30 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img09 {
  width: calc(540 * var(--vw-unit));
  margin: calc(222 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__img.sec__img10 {
  width: 100%;
  margin-top: calc(32 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img11 {
  width: calc(480 * var(--vw-unit));
  margin-top: calc(218 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img12 {
  width: calc(540 * var(--vw-unit));
  margin: calc(158 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__img.sec__img13 {
  width: calc(500 * var(--vw-unit));
  margin: calc(370 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__img.sec__img13 .splide__pagination {
  display: none;
}
#feature .sec .sec__img.sec__img14 {
  width: calc(500 * var(--vw-unit));
  margin: calc(196 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__img.sec__img14 .splide__pagination {
  display: none;
}
#feature .sec .sec__img.sec__img15 {
  width: 100%;
  margin-top: calc(32 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img16 {
  width: calc(540 * var(--vw-unit));
  margin: calc(170 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__img.sec__img17 {
  width: calc(540 * var(--vw-unit));
  margin: calc(118 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__img.sec__img18 {
  width: calc(540 * var(--vw-unit));
  margin: calc(220 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__img.sec__img19 {
  width: 100%;
  margin-top: calc(28 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img20 {
  width: calc(540 * var(--vw-unit));
  margin-top: calc(222 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img21 {
  width: calc(540 * var(--vw-unit));
  margin: calc(120 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__img.sec__img22 {
  width: 100%;
  margin-top: calc(34 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img23 {
  width: calc(600 * var(--vw-unit));
  margin: calc(192 * var(--vw-unit)) 0 0 calc(80 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img23 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img24 {
  width: 100%;
  margin-top: calc(28 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img25 {
  width: calc(600 * var(--vw-unit));
  margin: calc(190 * var(--vw-unit)) 0 0 calc(80 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img25 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img26 {
  width: 100%;
  margin-top: calc(28 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img27 {
  width: calc(600 * var(--vw-unit));
  margin: calc(190 * var(--vw-unit)) 0 0 calc(80 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img27 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img28 {
  width: 100%;
  margin-top: calc(30 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img29 {
  width: calc(600 * var(--vw-unit));
  margin: calc(190 * var(--vw-unit)) 0 0 calc(80 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img29 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img30 {
  width: 100%;
  margin-top: calc(32 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img31 {
  width: calc(600 * var(--vw-unit));
  margin: calc(234 * var(--vw-unit)) 0 0 calc(80 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img31 figure {
  background-color: transparent;
}
#feature .sec .sec__line {
  position: relative;
  background-color: #000;
}
#feature .sec .sec__line.sec__line01 {
  width: calc(2 * var(--vw-unit));
  height: calc(120 * var(--vw-unit));
  margin: calc(50 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__line.sec__line02 {
  width: 100%;
  height: calc(2 * var(--vw-unit));
  margin-top: calc(162 * var(--vw-unit));
}
#feature .sec .sec__line.sec__line03 {
  width: 100%;
  height: calc(2 * var(--vw-unit));
  margin-top: calc(160 * var(--vw-unit));
}
#feature .sec .sec__txt {
  width: calc(627 * var(--vw-unit));
  margin: calc(52 * var(--vw-unit)) auto 0;
}
#feature .sec .sec__style {
  width: 100%;
  padding-bottom: calc(20 * var(--vw-unit));
  border-bottom: calc(2 * var(--vw-unit)) solid #000;
}
#feature .sec .sec__style p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-size: calc(22 * var(--vw-unit));
  line-height: 1;
  letter-spacing: 0.05em;
}
#feature .sec .sec__style.sec__style01 {
  margin-top: calc(200 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style02 {
  margin-top: calc(304 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style03 {
  margin-top: calc(302 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style04 {
  margin-top: calc(252 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style05 {
  margin-top: calc(198 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style06 {
  margin-top: calc(254 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style07 {
  margin-top: calc(296 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style08 {
  margin-top: calc(252 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style09 {
  margin-top: calc(302 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style10 {
  margin-top: calc(302 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style11 {
  margin-top: calc(306 * var(--vw-unit));
}
#feature .sec .sec__style.sec__style12 {
  margin-top: calc(306 * var(--vw-unit));
}
#feature .sec .sec__btn {
  width: calc(420 * var(--vw-unit));
  margin: calc(250 * var(--vw-unit)) auto 0;
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=style.css.map */