@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 .js_anime.is_fadein {
  opacity: 0;
  transform: translateY(calc(60 * var(--vw) / 1400));
  transition: opacity 0.7s, transform 0.7s;
}
#feature .js_anime.is_show.is_fadein {
  opacity: 1;
  transform: translateY(0);
}
#feature .is_hover img {
  cursor: pointer;
  transition: 0.3s;
}
#feature .is_hover:hover img {
  opacity: 0.7;
}

#feature {
  display: flex;
  /*メインビジュアル（.hero)
  ----------------------------*/
}
#feature .leftarea {
  width: 50%;
  height: calc(100svh - 80px);
  position: sticky;
  top: 80px;
  left: 0;
}
#feature .leftarea .leftarea__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
}
#feature .leftarea .leftarea__img:hover {
  opacity: 0.7;
}
#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: 100%;
  position: absolute;
  pointer-events: none;
}
#feature .leftarea .leftarea__txt.leftarea__txt01 {
  top: calc(24 * var(--vw) / 1400);
}
#feature .leftarea .leftarea__txt.leftarea__txt01 p {
  font-weight: 500;
  font-size: calc(16 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.02em;
}
#feature .leftarea .leftarea__txt.leftarea__txt02 {
  bottom: calc(34 * var(--vw) / 1400);
}
#feature .leftarea .leftarea__txt.leftarea__txt02 p:nth-child(1) {
  font-weight: 500;
  font-size: calc(15 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.02em;
}
#feature .leftarea .leftarea__txt.leftarea__txt02 p:nth-child(2) {
  margin-top: calc(5 * var(--vw) / 1400);
  font-weight: 500;
  font-size: calc(37 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.02em;
}
#feature .leftarea .leftarea__txt.leftarea__txt02 p:nth-child(3) {
  margin-top: calc(10 * var(--vw) / 1400);
  font-size: calc(10 * var(--vw) / 1400);
  line-height: calc(13 * var(--vw) / 1400);
  letter-spacing: 0.02em;
}
#feature .main {
  width: 50%;
  padding-top: calc(100 * var(--vw) / 1400);
}
#feature .hero {
  width: calc(375 * var(--vw) / 1400);
  margin: 0 auto;
  position: relative;
}
#feature .hero .hero__movie {
  width: 100%;
  height: calc(669 * var(--vw) / 1400);
  overflow: hidden;
}
#feature .sec {
  width: calc(375 * var(--vw) / 1400);
  margin: 0 auto;
  padding-bottom: calc(70 * var(--vw) / 1400);
  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__img {
  position: relative;
}
#feature .sec .sec__img.sec__img02 {
  width: calc(317 * var(--vw) / 1400);
  margin: calc(41 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img03 {
  width: 100%;
  margin: calc(40 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img04 {
  width: calc(317 * var(--vw) / 1400);
  margin: calc(80 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img05 {
  width: 100%;
  margin: calc(90 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img06 {
  width: 100%;
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img07 {
  width: 100%;
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img08 {
  width: 100%;
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img09 {
  width: 100%;
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img10 {
  width: calc(341 * var(--vw) / 1400);
  margin: calc(81 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img11 {
  width: 100%;
  margin: calc(101 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img12 {
  width: 100%;
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img13 {
  width: 100%;
  margin: calc(130 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img14 {
  width: 100%;
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img15 {
  width: 100%;
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img16 {
  width: calc(317 * var(--vw) / 1400);
  margin: calc(81 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img17 {
  width: calc(317 * var(--vw) / 1400);
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img18 {
  width: 100%;
  margin: calc(110 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img19 {
  width: 100%;
  margin: calc(89 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img20 {
  width: 100%;
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img21 {
  width: 100%;
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img22 {
  width: calc(341 * var(--vw) / 1400);
  margin: calc(81 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img23 {
  width: 100%;
  margin: calc(100 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img24 {
  width: 100%;
  margin: calc(111 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img25 {
  width: calc(283 * var(--vw) / 1400);
  margin: calc(111 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img26 {
  width: calc(283 * var(--vw) / 1400);
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img27 {
  width: 100%;
  margin: calc(127 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img28 {
  width: 100%;
  margin: calc(3 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__img.sec__img29 {
  width: calc(278 * var(--vw) / 1400);
  margin: calc(131 * var(--vw) / 1400) 0 0 0;
}
#feature .sec .sec__img.sec__img30 {
  width: calc(278 * var(--vw) / 1400);
  margin: 0 0 0 calc(39 * var(--vw) / 1400);
}
#feature .sec .sec__img.sec__img31 {
  width: 100%;
  margin: calc(71 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__movie {
  margin: 0 auto;
  overflow: hidden;
}
#feature .sec .sec__movie.sec__movie01 {
  width: calc(283 * var(--vw) / 1400);
  height: calc(504 * var(--vw) / 1400);
  margin: calc(111 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__movie.sec__movie02 {
  width: calc(283 * var(--vw) / 1400);
  height: calc(505 * var(--vw) / 1400);
  margin: calc(71 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__movie.sec__movie03 {
  width: calc(283 * var(--vw) / 1400);
  height: calc(504 * var(--vw) / 1400);
  margin: calc(70 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__txt {
  margin-top: calc(67 * var(--vw) / 1400);
  font-size: calc(10 * var(--vw) / 1400);
  line-height: calc(16 * var(--vw) / 1400);
  letter-spacing: 0.02em;
}
#feature .sec .sec__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: calc(100 * var(--vw) / 1400) auto 0;
}
#feature .sec .sec__btn a {
  width: calc(317 * var(--vw) / 1400);
  height: calc(39 * var(--vw) / 1400);
  border: calc(1 * var(--vw) / 1400) solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .sec .sec__btn a span {
  font-size: calc(18 * var(--vw) / 1400);
  line-height: 1;
  letter-spacing: 0.03em;
}
#feature .sec .sec__staff {
  width: calc(317 * var(--vw) / 1400);
  margin: calc(24 * var(--vw) / 1400) auto 0;
  font-family: "halyard-display", sans-serif;
  font-weight: 200;
  font-size: calc(12 * var(--vw) / 1400);
  line-height: calc(17 * var(--vw) / 1400);
  letter-spacing: 0.04em;
  text-align: left;
  font-feature-settings: normal;
}
#feature .modal250808AW_SND {
  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 .modal250808AW_SND .container__swiper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#feature .modal250808AW_SND .container__swiper .swiper-wrapper {
  align-items: center !important;
}
#feature .modal250808AW_SND .container__swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#feature .modal250808AW_SND .container__swiper .modal__img {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
#feature .modal250808AW_SND .container__swiper .imglink {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
#feature .modal250808AW_SND .container__swiper .imglink img {
  height: 100%;
  max-width: calc(460 * var(--vw) / 1366);
  max-height: calc(646 * var(--vw) / 1366);
  -o-object-fit: contain;
     object-fit: contain;
  border: calc(1 * var(--vw) / 1366) solid #fff;
}
#feature .modal250808AW_SND .container__swiper .modal__credit {
  width: calc(330 * var(--vw) / 1366);
  margin: calc(20 * var(--vw) / 1366) auto 0;
}
#feature .modal250808AW_SND .container__swiper .modal__credit .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(10 * var(--vw) / 1366);
  justify-content: center;
}
#feature .modal250808AW_SND .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 .modal250808AW_SND .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 .modal250808AW_SND .control .prev,
#feature .modal250808AW_SND .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 .modal250808AW_SND .control .prev:hover,
#feature .modal250808AW_SND .control .next:hover {
  opacity: 0.7;
}
#feature .modal250808AW_SND .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 .modal250808AW_SND .container__close:hover {
  opacity: 0.7;
}
#feature .modal250808AW_SND.is_show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#feature .modal250808AW_SND.is_show .imglink {
  pointer-events: auto;
}
#feature .modal250808AW_SND.is_show .modal__credit {
  pointer-events: auto;
}
#feature .modal250808AW_SND.is_show .control .prev,
#feature .modal250808AW_SND.is_show .control .next {
  pointer-events: auto;
}
#feature .modal250808AW_SND.is_show .container__close {
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */