@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: 998;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 998;
  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: "gotham", 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 video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#feature .page-slide img {
  cursor: pointer;
  transition: 0.3s;
}
#feature .page-slide:hover img {
  opacity: 0.7;
}
#feature .js_anime.is_fadein {
  opacity: 0;
  transform: translateY(calc(60 * var(--vw) * 0.2678571429 / 375));
  transition: opacity 0.7s, transform 0.7s;
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
  transform: translateY(0);
}
#feature .js_animerepeat.is_tfr01 figure {
  transition: 1s;
}
#feature .js_animerepeat.is_tfr02 {
  transition: 1s;
}
#feature .js_animerepeat.is_show.is_tfr01 figure {
  transform: translateX(calc(296 * var(--vw) * 0.2678571429 / 375));
}
#feature .js_animerepeat.is_show.is_tfr02 {
  transform: translateX(calc(-322 * var(--vw) * 0.2678571429 / 375));
}

#feature {
  display: flex;
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .leftarea {
  width: calc(650 * var(--vw) / 1400);
  height: calc(100svh - 80px);
  position: sticky;
  top: 80px;
  left: 0;
}
#feature .leftarea .leftarea__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#feature .leftarea .leftarea__img figure {
  width: 100%;
  height: 100%;
}
#feature .leftarea .leftarea__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#feature .leftarea .leftarea__txt {
  width: calc(358 * var(--vw) / 1400);
  position: absolute;
  bottom: calc(39 * var(--vw) / 1400);
  right: calc(23 * var(--vw) / 1400);
  pointer-events: none;
}
#feature .main {
  width: calc(750 * var(--vw) / 1400);
}
#feature .main .inner {
  width: calc(375 * var(--vw) / 1400);
  margin: 0 auto;
  overflow: clip;
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__movie {
  width: 100%;
  height: calc(670 * var(--vw) * 0.2678571429 / 375);
  overflow: hidden;
}
#feature .hero .hero__movie .hero__moviebtn {
  width: calc(33.94 * var(--vw) * 0.2678571429 / 375);
  height: calc(11.29 * var(--vw) * 0.2678571429 / 375);
  position: absolute;
  bottom: calc(14 * var(--vw) * 0.2678571429 / 375);
  right: calc(10 * var(--vw) * 0.2678571429 / 375);
  background-image: url(../img/sound_off.svg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: opacity 0.3s;
}
#feature .hero .hero__movie .hero__moviebtn:hover {
  opacity: 0.7;
}
#feature .hero .hero__movie .hero__moviebtn.on {
  background-image: url(../img/sound_on.svg);
}
#feature .sec {
  padding-bottom: calc(110 * var(--vw) * 0.2678571429 / 375);
  position: relative;
}
#feature .sec .sec__credit {
  position: absolute;
}
#feature .sec .sec__flex {
  display: flex;
  position: relative;
}
#feature .sec .sec__flex.is_reverse {
  flex-direction: row-reverse;
}
#feature .sec .sec__imgarea {
  width: calc(697 * var(--vw) * 0.2678571429 / 375);
  height: calc(530 * var(--vw) * 0.2678571429 / 375);
  margin: calc(178 * var(--vw) * 0.2678571429 / 375) 0 0 0;
  display: flex;
  justify-content: space-between;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(348 * var(--vw) * 0.2678571429 / 375);
  margin: calc(-7 * var(--vw) * 0.2678571429 / 375) 0 0 calc(17 * var(--vw) * 0.2678571429 / 375);
}
#feature .sec .sec__img.sec__img02 {
  width: calc(358 * var(--vw) * 0.2678571429 / 375);
  height: calc(530 * var(--vw) * 0.2678571429 / 375);
  margin: calc(53 * var(--vw) * 0.2678571429 / 375) 0 0 0;
  overflow: hidden;
}
#feature .sec .sec__img.sec__img02 figure {
  width: calc(654 * var(--vw) * 0.2678571429 / 375);
  height: calc(530 * var(--vw) * 0.2678571429 / 375);
  position: absolute;
  top: 0;
  right: 0;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(365 * var(--vw) * 0.2678571429 / 375);
  margin: 0 0 0 auto;
}
#feature .sec .sec__img.sec__img04 {
  width: 100%;
  margin: calc(64 * var(--vw) * 0.2678571429 / 375) auto 0;
}
#feature .sec .sec__img.sec__img05 {
  width: 100%;
}
#feature .sec .sec__img.sec__img06 {
  width: 100%;
}
#feature .sec .sec__img.sec__img07 {
  width: 100%;
}
#feature .sec .sec__img.sec__img08 {
  width: 100%;
}
#feature .sec .sec__img.sec__img09 {
  width: 100%;
}
#feature .sec .sec__img.sec__img10 {
  width: 100%;
  margin: calc(65 * var(--vw) * 0.2678571429 / 375) auto 0;
}
#feature .sec .sec__img.sec__img11 {
  width: 100%;
}
#feature .sec .sec__img.sec__img12_01 {
  width: calc(346 * var(--vw) * 0.2678571429 / 375);
}
#feature .sec .sec__img.sec__img12_02 {
  width: calc(346 * var(--vw) * 0.2678571429 / 375);
}
#feature .sec .sec__img.sec__img13 {
  width: calc(250 * var(--vw) * 0.2678571429 / 375);
  margin: calc(54 * var(--vw) * 0.2678571429 / 375) 0 0 calc(15 * var(--vw) * 0.2678571429 / 375);
}
#feature .sec .sec__img.sec__img14 {
  width: 100%;
  margin: calc(123 * var(--vw) * 0.2678571429 / 375) auto 0;
}
#feature .sec .sec__img.sec__img15 {
  width: 100%;
}
#feature .sec .sec__img.sec__img16 {
  width: 100%;
}
#feature .sec .sec__img.sec__img17 {
  width: 100%;
}
#feature .sec .sec__img.sec__img18 {
  width: calc(341 * var(--vw) * 0.2678571429 / 375);
}
#feature .sec .sec__img.sec__img19 {
  width: 100%;
  margin: calc(117 * var(--vw) * 0.2678571429 / 375) auto 0;
}
#feature .sec .sec__img.sec__img20 {
  width: calc(346 * var(--vw) * 0.2678571429 / 375);
  margin: calc(110 * var(--vw) * 0.2678571429 / 375) 0 0 auto;
}
#feature .sec .sec__img.sec__img21 {
  width: calc(318 * var(--vw) * 0.2678571429 / 375);
}
#feature .sec .sec__img.sec__img22 {
  width: 100%;
  margin: calc(88 * var(--vw) * 0.2678571429 / 375) auto 0;
}
#feature .sec .sec__sticky .sec__img:nth-child(1) {
  position: sticky;
  top: 80px;
}
#feature .sec .sec__movie {
  margin: 0 auto;
  overflow: hidden;
}
#feature .sec .sec__movie.sec__movie01 {
  width: calc(317 * var(--vw) * 0.2678571429 / 375);
  height: calc(564 * var(--vw) * 0.2678571429 / 375);
  margin: calc(159 * var(--vw) * 0.2678571429 / 375) auto 0;
}
#feature .sec .sec__movie.sec__movie02 {
  width: calc(317 * var(--vw) * 0.2678571429 / 375);
  height: calc(564 * var(--vw) * 0.2678571429 / 375);
  margin: calc(147 * var(--vw) * 0.2678571429 / 375) auto 0;
}
#feature .sec .sec__movie.sec__movie03 {
  width: calc(346 * var(--vw) * 0.2678571429 / 375);
  height: calc(615 * var(--vw) * 0.2678571429 / 375);
  margin: calc(79 * var(--vw) * 0.2678571429 / 375) 0 0 auto;
}
#feature .sec .sec__movie.sec__movie04 {
  width: calc(317 * var(--vw) * 0.2678571429 / 375);
  height: calc(564 * var(--vw) * 0.2678571429 / 375);
  margin: calc(120 * var(--vw) * 0.2678571429 / 375) auto 0;
}
#feature .sec .sec__txt {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "trade-gothic-next-compressed", sans-serif;
  position: relative;
  z-index: 3;
}
#feature .sec .sec__txt p {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__txt.sec__txt01 {
  margin: calc(85 * var(--vw) * 0.2678571429 / 375) 0 0 calc(16 * var(--vw) * 0.2678571429 / 375);
  font-size: calc(18 * var(--vw) * 0.2678571429 / 375);
  line-height: calc(30 * var(--vw) * 0.2678571429 / 375);
  letter-spacing: 0.05em;
}
#feature .sec .sec__txt.sec__txt01 p:nth-child(2) {
  margin: calc(28 * var(--vw) * 0.2678571429 / 375) 0 0 calc(228 * var(--vw) * 0.2678571429 / 375);
  letter-spacing: 0.07em;
}
#feature .sec .sec__txt.sec__txt02 {
  margin: calc(-4 * var(--vw) * 0.2678571429 / 375) 0 0 calc(17 * var(--vw) * 0.2678571429 / 375);
  font-size: calc(12 * var(--vw) * 0.2678571429 / 375);
  line-height: calc(15 * var(--vw) * 0.2678571429 / 375);
  letter-spacing: 0.03em;
  text-align: left;
}
#feature .sec .sec__txt.sec__txt03 {
  margin: calc(16 * var(--vw) * 0.2678571429 / 375) auto 0;
  font-size: calc(13 * var(--vw) * 0.2678571429 / 375);
  line-height: calc(19 * var(--vw) * 0.2678571429 / 375);
  letter-spacing: 0.03em;
}
#feature .sec .sec__btn {
  width: calc(317 * var(--vw) * 0.2678571429 / 375);
  margin: calc(149 * var(--vw) * 0.2678571429 / 375) auto 0;
}
#feature .sec .sec__staff {
  width: calc(317 * var(--vw) * 0.2678571429 / 375);
  margin: calc(60 * var(--vw) * 0.2678571429 / 375) auto 0;
  font-family: "halyard-display", sans-serif;
  font-weight: 200;
  font-size: calc(12 * var(--vw) * 0.2678571429 / 375);
  line-height: calc(17 * var(--vw) * 0.2678571429 / 375);
  letter-spacing: 0.04em;
  text-align: left;
  font-feature-settings: normal;
}
#feature .modal251024SND {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1bdb7;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .modal251024SND .container__swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#feature .modal251024SND .container__swiper .swiper-wrapper {
  align-items: center !important;
}
#feature .modal251024SND .container__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .modal251024SND .container__swiper .modal__img {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
#feature .modal251024SND .container__swiper .imglink {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#feature .modal251024SND .container__swiper .imglink img {
  max-width: calc(460 * var(--vw) / 1366);
  border: calc(1 * var(--vw) / 1366) solid #fff;
}
#feature .modal251024SND .container__swiper .modal__credit {
  width: calc(330 * var(--vw) / 1366);
  margin: calc(20 * var(--vw) / 1366) auto 0;
}
#feature .modal251024SND .container__swiper .modal__credit .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(10 * var(--vw) / 1366);
  justify-content: center;
}
#feature .modal251024SND .container__swiper .modal__credit .credit .item a {
  color: #fff;
  font-family: "acumin-pro", sans-serif;
  font-size: calc(13 * var(--vw) / 1366);
  line-height: calc(21 * var(--vw) / 1366);
  letter-spacing: 0.02em;
}
#feature .modal251024SND .control {
  display: flex;
  justify-content: space-between;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  width: calc(925 * var(--vw) / 1366);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 999;
}
#feature .modal251024SND .control .prev,
#feature .modal251024SND .control .next {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: calc(35 * var(--vw) / 1366);
  height: calc(35 * var(--vw) / 1366);
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 999;
  pointer-events: auto;
  cursor: pointer;
  transition: 0.3s;
}
#feature .modal251024SND .control .prev:hover,
#feature .modal251024SND .control .next:hover {
  opacity: 0.7;
}
#feature .modal251024SND .container__close {
  width: calc(42 * var(--vw) / 1366);
  display: block;
  position: absolute;
  top: calc(45 * var(--vw) / 1366);
  right: calc(49 * var(--vw) / 1366);
  z-index: 999;
  cursor: pointer;
  transition: 0.3s;
}
#feature .modal251024SND .container__close:hover {
  opacity: 0.7;
}
#feature .modal251024SND.is_show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#feature .modal251024SND.is_show .imglink {
  pointer-events: auto;
}
#feature .modal251024SND.is_show .modal__credit {
  pointer-events: auto;
}
#feature .modal251024SND.is_show .control .prev,
#feature .modal251024SND.is_show .control .next {
  pointer-events: auto;
}
#feature .modal251024SND.is_show .container__close {
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */