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

/*アニメーション
----------------------------*/
@keyframes fadeInSimple {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*共通
----------------------------*/
.efs-system-notification {
  display: none !important;
}

.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: "hiragino-kaku-gothic-pron", 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_fade {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#feature .js_anime .is_fade {
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.25, 0.1, 0.25, 1);
}
#feature .js_anime.is_blur {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s;
}
#feature .js_anime .is_blur {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s;
}
#feature .js_anime.is_show.is_fade {
  opacity: 1;
}
#feature .js_anime.is_show .is_fade {
  opacity: 1;
}
#feature .js_anime.is_show.is_blur {
  opacity: 1;
  filter: blur(0);
}
#feature .js_anime.is_show .is_blur {
  opacity: 1;
  filter: blur(0);
}

#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 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#feature .hero .hero__logo {
  width: calc(297 * var(--vw-pcunit));
  position: absolute;
  bottom: calc(60 * var(--vw-pcunit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .hero .hero__ttl {
  width: calc(42 * var(--vw-pcunit));
  position: absolute;
  top: calc(62 * var(--vw-pcunit));
  right: calc(62 * var(--vw-pcunit));
}
#feature .main {
  width: 50%;
  position: relative;
}
#feature .sec {
  position: relative;
  z-index: 2;
}
#feature .sec .inner {
  width: calc(750 * var(--vw-unit));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__credit {
  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(10 * var(--vw-unit));
}
#feature .sec .sec__credit .credit .item {
  width: 100%;
  position: relative;
}
#feature .sec .sec__credit .credit .item.is_notrelease {
  pointer-events: none;
}
#feature .sec .sec__credit .credit .item .link {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#feature .sec .sec__credit .credit .item .link p {
  width: -moz-fit-content;
  width: fit-content;
  font-family: "cormorant", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
}
#feature .sec .sec__credit .credit .item .link p.txt {
  font-size: calc(48 * var(--vw-unit));
  line-height: calc(57.6 * var(--vw-unit));
  text-align: left;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
#feature .sec .sec__credit .credit .item .link p.price {
  margin-bottom: calc(8 * var(--vw-unit));
  font-size: calc(30 * var(--vw-unit));
  line-height: calc(30 * var(--vw-unit));
  letter-spacing: 0.04em;
}
#feature .sec .sec__credit.sec__credit01 {
  width: calc(700 * var(--vw-unit));
  bottom: calc(100% + 6 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit01 .credit .item .link p {
  color: #331f17;
}
#feature .sec .sec__credit.sec__credit02 {
  width: calc(700 * var(--vw-unit));
  bottom: calc(100% + 6 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit02 .credit .item .link p {
  color: #cccbbe;
}
#feature .sec .sec__credit.sec__credit03 {
  width: calc(700 * var(--vw-unit));
  bottom: calc(100% + 6 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit03 .credit .item .link p {
  color: #cccbbe;
}
#feature .sec .sec__credit.sec__credit04 {
  width: calc(700 * var(--vw-unit));
  bottom: calc(100% + 6 * var(--vw-unit));
  left: 50%;
  transform: translateX(-50%);
}
#feature .sec .sec__credit.sec__credit04 .credit .item .link p {
  color: #331f17;
}
#feature .sec .sec__block {
  width: 100%;
  position: relative;
}
#feature .sec .sec__ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 calc(22 * var(--vw-unit));
  font-family: "cormorant", sans-serif;
  font-variant-numeric: lining-nums;
  font-weight: 400;
  font-size: calc(44 * var(--vw-unit));
  line-height: calc(44 * var(--vw-unit));
  letter-spacing: 0.04em;
  color: #cccbbe;
  background-color: #281712;
}
#feature .sec .sec__order {
  width: calc(330 * var(--vw-unit));
  margin: 0 auto;
}
#feature .sec .sec__txt p:nth-child(1) {
  font-size: calc(32 * var(--vw-unit));
  line-height: calc(32 * var(--vw-unit));
  letter-spacing: 0.1em;
  color: #cccbbe;
}
#feature .sec .sec__txt p:nth-child(2) {
  font-size: calc(24 * var(--vw-unit));
  line-height: calc(42 * var(--vw-unit));
  letter-spacing: 0.08em;
  color: #cccbbe;
}
#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(580 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img03 {
  width: calc(700 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img04 {
  width: calc(700 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img05 {
  width: calc(580 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img06 {
  width: calc(600 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img07 {
  width: calc(700 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img08 {
  width: calc(580 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img09 {
  width: calc(750 * var(--vw-unit));
}
#feature .sec .sec__img.sec__img10 {
  width: calc(750 * var(--vw-unit));
}
#feature .sec .splide .splide__pagination {
  width: 100%;
  padding-right: calc(20 * var(--vw-unit));
  display: flex;
  justify-content: flex-end;
  gap: 0 calc(20 * var(--vw-unit));
  bottom: calc(20 * var(--vw-unit));
  left: 0;
}
#feature .sec .splide .splide__pagination li {
  width: calc(10 * var(--vw-unit));
  height: calc(10 * var(--vw-unit));
  position: relative;
}
#feature .sec .splide .splide__pagination li .splide__pagination__page {
  width: 100%;
  height: 100%;
  border: 1px solid #331f17;
  border-radius: 50%;
  transition: 0.3s;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#feature .sec .splide .splide__pagination li .splide__pagination__page.is-active {
  background-color: #331f17;
  transform: initial;
}
#feature .sec .sec__sticky .sec__stickyitem {
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
}
#feature .sec .sec__sticky.sec__sticky01 .sec__stickyitem {
  height: calc(938 * var(--vw-unit));
}
#feature .sec .sec__sticky.sec__sticky02 .sec__stickyitem {
  height: calc(875 * var(--vw-unit));
}
#feature .sec .sec__sticky.sec__sticky03 .sec__stickyitem {
  height: calc(875 * var(--vw-unit));
}
#feature .sec .sec__btn {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#feature .sec .sec__btn.sec__btn01 {
  width: calc(400 * var(--vw-unit));
}
#feature .sec .sec__btn.sec__btn02 {
  width: calc(480 * var(--vw-unit));
}
#feature .sec.sec01 {
  padding-top: calc(134 * var(--vw-unit));
  padding-bottom: calc(140 * var(--vw-unit));
  background-color: #281712;
}
#feature .sec.sec01::after {
  content: "";
  width: 100%;
  height: calc(2 * var(--vw-unit));
  background-color: #cccbbe;
  position: absolute;
  top: calc(156 * var(--vw-unit));
  left: 0;
}
#feature .sec.sec01 .sec__order {
  margin-top: calc(76 * var(--vw-unit));
}
#feature .sec.sec01 .sec__txt {
  margin-top: calc(100 * var(--vw-unit));
}
#feature .sec.sec01 .sec__txt p:nth-child(2) {
  margin-top: calc(50 * var(--vw-unit));
}
#feature .sec.sec01 .sec__btn {
  margin-top: calc(52 * var(--vw-unit));
}
#feature .sec.sec02 {
  padding-top: calc(212 * var(--vw-unit));
  padding-bottom: calc(162 * var(--vw-unit));
  background-color: #fff;
}
#feature .sec.sec03 {
  padding-top: calc(270 * var(--vw-unit));
  padding-bottom: calc(160 * var(--vw-unit));
  background-color: #281712;
}
#feature .sec.sec03 .sec__img.sec__img03 {
  margin: 0 auto;
}
#feature .sec.sec03 .sec__img.sec__img04 {
  margin: 0 auto;
}
#feature .sec.sec03 .sec__sticky.sec__sticky02 {
  margin-top: calc(100 * var(--vw-unit));
}
#feature .sec.sec04 {
  padding-top: calc(160 * var(--vw-unit));
  padding-bottom: calc(160 * var(--vw-unit));
  background-color: #fff;
}
#feature .sec.sec04 .sec__img.sec__img06 {
  margin: 0 auto;
}
#feature .sec.sec05 {
  padding-top: calc(270 * var(--vw-unit));
  padding-bottom: calc(160 * var(--vw-unit));
  background-color: #281712;
}
#feature .sec.sec05 .sec__img.sec__img07 {
  margin: 0 auto;
}
#feature .sec.sec06 {
  padding-top: calc(270 * var(--vw-unit));
  padding-bottom: calc(200 * var(--vw-unit));
  background-color: #fff;
}
#feature .sec.sec06 .sec__img.sec__img10 {
  margin-top: calc(100 * var(--vw-unit));
}
#feature .sec.sec06 .sec__btn {
  margin: calc(200 * var(--vw-unit)) auto 0;
}/*# sourceMappingURL=style.css.map */