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

@media screen and (min-width: 1400px) {
  :root {
    --vw-unit: calc((1400px * (440 / 1400)) / 750);
    --vw-pcunit: calc(1400px / 1400);
  }
}
/*アニメーション
----------------------------*/
@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(calc(20 * var(--vw-unit)));
  }
}
/*共通
----------------------------*/
.efs-system-notification {
  display: none !important;
}

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;
  box-sizing: border-box;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: clip;
  opacity: 0;
  transition: 0.3s;
  background-color: #fff;
}
#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_slidein {
  opacity: 0;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: opacity 1s linear, -webkit-mask-position 1.4s linear;
  transition: mask-position 1.4s linear, opacity 1s linear;
  transition: mask-position 1.4s linear, opacity 1s linear, -webkit-mask-position 1.4s linear;
}
#feature .js_anime .is_slidein {
  opacity: 0;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transition: opacity 1s linear, -webkit-mask-position 1.4s linear;
  transition: mask-position 1.4s linear, opacity 1s linear;
  transition: mask-position 1.4s linear, opacity 1s linear, -webkit-mask-position 1.4s linear;
}
#feature .js_anime.is_fade {
  opacity: 0;
  transition: 1s;
}
#feature .js_anime .is_fade {
  opacity: 0;
  transition: 1s;
}
#feature .js_anime.is_show.is_slidein {
  opacity: 1;
  animation: opa2 1s cubic-bezier(0.51, 0.21, 0.41, 1) forwards;
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
#feature .js_anime.is_show .is_slidein {
  opacity: 1;
  animation: opa2 1s cubic-bezier(0.51, 0.21, 0.41, 1) forwards;
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
#feature .js_anime.is_show.is_fade {
  opacity: 1;
}
#feature .js_anime.is_show .is_fade {
  opacity: 1;
}
#feature .is_sway img {
  animation: 3s ease-in-out 0s infinite normal none running fuwafuwa;
}

#feature .main {
  width: 100%;
  display: flex;
  background-color: #2d3d54;
  position: relative;
}
#feature .main .left {
  flex: 1;
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .main .left .left__ttl {
  width: calc(280 * var(--vw-pcunit));
}
#feature .main .left .left__icon {
  width: calc(337 * var(--vw-pcunit));
  position: absolute;
  top: calc(50% + 14 * var(--vw-pcunit));
  left: calc(50% - 6 * var(--vw-pcunit));
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#feature .main .right {
  flex: 1;
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .main .right .right__navlist {
  padding-bottom: calc(3 * var(--vw-pcunit));
  display: flex;
  flex-direction: column;
  gap: calc(12 * var(--vw-pcunit)) 0;
}
#feature .main .right .right__navlist .right__nav a {
  padding-left: calc(40 * var(--vw-pcunit));
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-size: calc(24 * var(--vw-pcunit));
  line-height: calc(34.26 * var(--vw-pcunit));
  letter-spacing: 0.04em;
  color: #b49d73;
  position: relative;
  text-align: left;
}
#feature .main .right .right__navlist .right__nav a::before {
  content: "";
  width: calc(25 * var(--vw-pcunit));
  height: calc(25 * var(--vw-pcunit));
  background-image: url(../img/pc-icon03.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(2 * var(--vw-pcunit));
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
#feature .main .right .right__navlist .right__nav.is_show a::before {
  opacity: 1;
}
#feature .main .right .right__icon {
  width: calc(314 * var(--vw-pcunit));
  position: absolute;
  top: calc(50% + 10 * var(--vw-pcunit));
  left: calc(50% + 15 * var(--vw-pcunit));
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#feature .main .center {
  width: calc(440 * var(--vw-pcunit));
}
#feature {
  /*メインビジュアル（.hero)
    ----------------------------*/
}
#feature .hero {
  position: relative;
}
#feature .hero .hero__movie {
  width: 100%;
  min-height: calc(1333 * var(--vw-unit));
}
#feature .sec {
  position: relative;
  z-index: 2;
  scroll-margin-top: calc(120 * var(--vw-unit) + var(--header));
}
#feature .sec .sec__credit {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 20;
}
#feature .sec .sec__credit .credit {
  width: 100%;
  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.is_notrelease {
  pointer-events: none;
}
#feature .sec .sec__credit .credit .item .link {
  width: -moz-fit-content;
  width: fit-content;
}
#feature .sec .sec__credit .credit .item .link p {
  font-family: "effra", sans-serif;
  font-size: calc(22 * var(--vw-unit));
  line-height: calc(44 * var(--vw-unit));
  letter-spacing: 0.02em;
  color: #b49d73;
}
#feature .sec .sec__credit .credit .item .link p span {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#feature .sec .sec__credit .credit .item .link p span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b49d73;
  position: absolute;
  bottom: calc(12 * var(--vw-unit));
  left: 0;
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(500 * var(--vw-unit));
  top: calc(100% + 32 * var(--vw-unit));
  right: calc(40 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit01 .credit {
  justify-content: flex-end;
}
#feature .sec .sec__credit.sec__credit02 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 32 * var(--vw-unit));
  left: calc(40 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit02 .credit {
  justify-content: flex-start;
}
#feature .sec .sec__credit.sec__credit02 .credit .item:nth-child(2) {
  margin-right: calc(200 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit03 {
  width: calc(650 * var(--vw-unit));
  top: calc(100% + 32 * 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:nth-child(1) {
  margin-left: calc(100 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(2) {
  margin-right: calc(100 * var(--vw-unit));
}
#feature .sec .sec__credit.sec__credit03 .credit .item:nth-child(3) {
  margin: 0 calc(150 * var(--vw-unit));
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
}
#feature .sec .sec__txt p {
  font-size: calc(26 * var(--vw-unit));
  line-height: calc(52 * var(--vw-unit));
  letter-spacing: 0.04em;
  color: #b49d73;
}
#feature .sec .sec__ttl p {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  color: #b49d73;
}
#feature .sec .sec__ttl p:nth-child(1) {
  font-size: calc(82 * var(--vw-unit));
  line-height: calc(96 * var(--vw-unit));
  letter-spacing: 0.04em;
}
#feature .sec .sec__ttl p:nth-child(2) {
  width: 100%;
  height: calc(2 * var(--vw-unit));
  background-color: #b49d73;
}
#feature .sec .sec__ttl p:nth-child(3) {
  font-size: calc(26 * var(--vw-unit));
  line-height: calc(30 * var(--vw-unit));
  letter-spacing: 0.04em;
}
#feature .sec .sec__img {
  position: relative;
}
#feature .sec .sec__img.sec__img01 {
  width: calc(750 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img02 {
  width: calc(538 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img02 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img03 {
  width: calc(675 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img04 {
  width: calc(750 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img05 {
  width: calc(583 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img05 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img06 {
  width: calc(675 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img07 {
  width: calc(750 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img08 {
  width: calc(643 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img08 figure {
  background-color: transparent;
}
#feature .sec .sec__img.sec__img09 {
  width: calc(615 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img10 {
  width: calc(523 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img10 figure {
  background-color: transparent;
}
#feature .sec .sec__icon {
  position: absolute;
  pointer-events: none;
}
#feature .sec .sec__icon.sec__icon01 {
  width: calc(671 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon02 {
  width: calc(90.5 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon03 {
  width: calc(111.5 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon04 {
  width: calc(690 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon05 {
  width: calc(162.5 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon06 {
  width: calc(652.5 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon07 {
  width: calc(210.5 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon08 {
  width: calc(200.5 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon09 {
  width: calc(80.5 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon10 {
  width: calc(90 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon11 {
  width: calc(674 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon12 {
  width: calc(34.5 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon13 {
  width: calc(208.5 * var(--vw-unit));
}
#feature .sec .sec__icon.sec__icon14 {
  width: calc(647 * var(--vw-unit));
}
#feature .sec .sec__ttlimg {
  width: calc(543 * var(--vw-unit));
  position: relative;
  z-index: 2;
}
#feature .sec .sec__txtimg {
  width: calc(666 * var(--vw-unit));
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
#feature .sec .sec__btn {
  width: calc(600 * var(--vw-unit));
  position: relative;
  z-index: 2;
}
#feature .sec.sec01 .sec__ttlimg {
  margin: calc(120 * var(--vw-unit)) auto 0;
}
#feature .sec.sec01 .sec__txt {
  margin-top: calc(86 * var(--vw-unit));
}
#feature .sec.sec01 .sec__txt p:nth-child(2) {
  margin-top: calc(34 * var(--vw-unit));
}
#feature .sec.sec01 .sec__txt p:nth-child(3) {
  margin-top: calc(36 * var(--vw-unit));
}
#feature .sec.sec01 .sec__icon.sec__icon01 {
  top: calc(-46 * var(--vw-unit));
  left: calc(42 * var(--vw-unit));
}
#feature .sec.sec02 {
  margin-top: calc(270 * var(--vw-unit));
}
#feature .sec.sec02 .sec__ttl p:nth-child(1) {
  margin-left: calc(40 * var(--vw-unit));
}
#feature .sec.sec02 .sec__ttl p:nth-child(2) {
  margin-top: calc(12 * var(--vw-unit));
}
#feature .sec.sec02 .sec__ttl p:nth-child(3) {
  margin: calc(28 * var(--vw-unit)) 0 0 calc(40 * var(--vw-unit));
}
#feature .sec.sec02 .sec__img.sec__img01 {
  margin-top: calc(82 * var(--vw-unit));
}
#feature .sec.sec02 .sec__img.sec__img02 {
  margin: calc(250 * var(--vw-unit)) 0 0 calc(28 * var(--vw-unit));
}
#feature .sec.sec02 .sec__img.sec__img03 {
  margin: calc(120 * var(--vw-unit)) 0 0 auto;
}
#feature .sec.sec02 .sec__icon.sec__icon02 {
  top: calc(-72 * var(--vw-unit));
  right: calc(82 * var(--vw-unit));
}
#feature .sec.sec02 .sec__icon.sec__icon03 {
  bottom: calc(94 * var(--vw-unit));
  right: calc(40 * var(--vw-unit));
}
#feature .sec.sec02 .sec__icon.sec__icon04 {
  top: calc(230 * var(--vw-unit));
  left: calc(16 * var(--vw-unit));
}
#feature .sec.sec03 {
  margin-top: calc(314 * var(--vw-unit));
}
#feature .sec.sec03 .sec__ttl p:nth-child(1) {
  margin-left: calc(198 * var(--vw-unit));
}
#feature .sec.sec03 .sec__ttl p:nth-child(2) {
  margin-top: calc(14 * var(--vw-unit));
}
#feature .sec.sec03 .sec__ttl p:nth-child(3) {
  margin: calc(28 * var(--vw-unit)) 0 0 calc(332 * var(--vw-unit));
}
#feature .sec.sec03 .sec__img.sec__img04 {
  margin-top: calc(80 * var(--vw-unit));
}
#feature .sec.sec03 .sec__img.sec__img05 {
  margin: calc(296 * var(--vw-unit)) 0 0 calc(148 * var(--vw-unit));
}
#feature .sec.sec03 .sec__img.sec__img06 {
  margin-top: calc(140 * var(--vw-unit));
}
#feature .sec.sec03 .sec__icon.sec__icon05 {
  top: calc(-74 * var(--vw-unit));
  left: calc(54 * var(--vw-unit));
}
#feature .sec.sec03 .sec__icon.sec__icon06 {
  top: calc(-64 * var(--vw-unit));
  right: calc(56 * var(--vw-unit));
}
#feature .sec.sec03 .sec__icon.sec__icon07 {
  top: calc(448 * var(--vw-unit));
  left: calc(44 * var(--vw-unit));
}
#feature .sec.sec03 .sec__icon.sec__icon08 {
  top: calc(652 * var(--vw-unit));
  left: calc(30 * var(--vw-unit));
}
#feature .sec.sec03 .sec__icon.sec__icon09 {
  bottom: calc(-150 * var(--vw-unit));
  right: calc(42 * var(--vw-unit));
}
#feature .sec.sec04 {
  margin-top: calc(334 * var(--vw-unit));
  padding-bottom: calc(200 * var(--vw-unit));
}
#feature .sec.sec04 .sec__ttl p:nth-child(1) {
  margin: 0 auto;
}
#feature .sec.sec04 .sec__ttl p:nth-child(2) {
  margin-top: calc(14 * var(--vw-unit));
}
#feature .sec.sec04 .sec__ttl p:nth-child(3) {
  margin: calc(28 * var(--vw-unit)) auto 0;
}
#feature .sec.sec04 .sec__img.sec__img07 {
  margin-top: calc(80 * var(--vw-unit));
}
#feature .sec.sec04 .sec__img.sec__img08 {
  margin: calc(296 * var(--vw-unit)) 0 0 calc(14 * var(--vw-unit));
}
#feature .sec.sec04 .sec__img.sec__img09 {
  margin: calc(140 * var(--vw-unit)) 0 0 auto;
}
#feature .sec.sec04 .sec__img.sec__img10 {
  margin: calc(330 * var(--vw-unit)) auto 0;
}
#feature .sec.sec04 .sec__icon.sec__icon10 {
  top: calc(-94 * var(--vw-unit));
  left: calc(330 * var(--vw-unit));
}
#feature .sec.sec04 .sec__icon.sec__icon11 {
  top: calc(-68 * var(--vw-unit));
  left: calc(52 * var(--vw-unit));
}
#feature .sec.sec04 .sec__icon.sec__icon12 {
  top: calc(246 * var(--vw-unit));
  left: calc(44 * var(--vw-unit));
}
#feature .sec.sec04 .sec__icon.sec__icon13 {
  top: calc(460 * var(--vw-unit));
  left: calc(26 * var(--vw-unit));
}
#feature .sec.sec04 .sec__icon.sec__icon14 {
  top: calc(-140 * var(--vw-unit));
  left: calc(56 * var(--vw-unit));
}
#feature .sec.sec04 .sec__txtimg.sec__txtimg01 {
  top: calc(-90 * var(--vw-unit));
  left: calc(42 * var(--vw-unit));
}
#feature .sec.sec04 .sec__btn {
  margin: calc(200 * var(--vw-unit)) auto 0;
}/*# sourceMappingURL=style.css.map */