@charset "UTF-8";
body {
  /* 主要なブラウザ向けの指定 */
  user-select: none;
  /* 古いSafari向けの指定 */
  -webkit-user-select: none;
  /* 古いFirefox向けの指定 */
  -moz-user-select: none;
  /* Microsoft Edge/IE向けの指定 */
  -ms-user-select: none;
}

.l-container {
  width: 100%;
}

.l-container #feature {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  overflow: clip;
  position: relative;
}
.l-container #feature * {
  color: #000000;
  box-sizing: border-box;
}
.l-container #feature *::after {
  box-sizing: border-box;
}
.l-container #feature *::before {
  box-sizing: border-box;
}
.l-container #feature a {
  display: block;
  text-decoration: none;
  position: relative;
}
.l-container #feature a::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
}
.l-container #feature a:hover {
  cursor: pointer;
}
.l-container #feature a:hover::after {
  opacity: 1;
  transition: 0.4s;
}
.l-container #feature .default-img {
  width: 100%;
  display: block;
}
.l-container #feature picture {
  display: block;
}
.l-container #feature .creditContainer {
  margin-top: 1.68vw;
  font-family: "century-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8vw;
  letter-spacing: 0.04em;
  line-height: 1.48vw;
}
.l-container #feature .creditContainer .credit {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 0.8vw;
}
.l-container #feature .creditContainer li a {
  text-decoration: none;
  transition: 0.3s;
}
.l-container #feature .creditContainer li a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
.l-container #feature .creditContainer li a::after {
  display: none;
}
.l-container #feature .creditContainer .item {
  position: relative;
}
.l-container #feature .creditContainer .limited {
  font-size: 0.72vw;
  margin-left: 0.48vw;
  border: #600B0B 1px solid;
  border-radius: 30px;
  padding: 0 5px;
  color: #600B0B;
}
.l-container #feature .container {
  margin: 0 auto 0;
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-container #feature .container__inner {
  width: 140rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.l-container #feature .container__left {
  width: 50%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.l-container #feature .container__left .fixed__wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.l-container #feature .container__left .inner {
  width: 100%;
  position: relative;
  height: 100%;
}
.l-container #feature .container__left--mv {
  width: 100%;
  height: 100%;
}
.l-container #feature .container__left--mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 28% top;
}
.l-container #feature .container__left--title {
  width: 20vw;
  position: absolute;
  top: 3.68vw;
  right: 3.52vw;
}
.l-container #feature .container__right {
  width: 50%;
  margin: 0 auto 0;
  flex-shrink: 0;
}
.l-container #feature .container__right--sec01 {
  position: relative;
  padding-bottom: 5.28vw;
}
.l-container #feature .container__right--sec01 .hero__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.96vw;
  line-height: 1.76vw;
  letter-spacing: 0.012em;
  margin-top: 4.4vw;
}
.l-container #feature .container__right--sec01 .img__wrap {
  position: relative;
}
.l-container #feature .container__right--sec01 .img__wrap .img01 {
  width: 30vw;
  margin-inline: auto;
  margin-top: 5.68vw;
}
.l-container #feature .container__right--sec01 .img__wrap .text__img01 {
  width: 23.08vw;
  position: absolute;
  top: 2vw;
  left: 50%;
  transform: translateX(-50%);
}
.l-container #feature .container__right--sec01 .link__slider {
  margin-top: 3.2vw;
}
.l-container #feature .container__right--sec01 .link__slider .swiper-container {
  overflow: visible !important;
  position: relative;
  width: 21.84vw;
  overflow: hidden;
}
.l-container #feature .container__right--sec01 .link__slider .swiper-container .swiper-wrapper {
  overflow: hidden;
}
.l-container #feature .container__right--sec01 .link__slider .swiper-container .swiper-slide {
  width: 21.84vw !important;
  overflow: hidden;
}
.l-container #feature .container__right--sec01 .link__slider .swiper-container .swiper-slide a {
  overflow: hidden;
}
.l-container #feature .container__right--sec01 .link__slider .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.l-container #feature .container__right--sec01 .link__slider .swiper-container .swiper-pagination {
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  gap: 0;
}
.l-container #feature .container__right--sec01 .link__slider .swiper-container .swiper-pagination-bullet {
  width: 0.4vw !important;
  height: 0.4vw !important;
  border-radius: 50% !important;
  background-color: transparent;
  border: #000000 0.1rem solid;
  opacity: 1;
  margin: 0 0.2vw;
}
.l-container #feature .container__right--sec01 .link__slider .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}
.l-container #feature .container__right--sec01 .link__slider .swiper-container .swiper-pagination-bullets {
  position: absolute;
  bottom: 0.8vw;
  left: 0.6vw;
}
.l-container #feature .container__right--sec01 .credit {
  width: 16vw;
  margin-left: 14vw;
}
.l-container #feature .container__right--sec01 .credit .item:nth-of-type(3) .limited {
  display: none;
}
.l-container #feature .container__right--sec02 {
  padding-top: 4.76vw;
  background-color: #600B0B;
  padding-bottom: 5.2vw;
}
.l-container #feature .container__right--sec02 .link03 {
  width: 24.6vw;
  margin-left: 15.32vw;
}
.l-container #feature .container__right--sec02 .link04 {
  width: 22.2vw;
  margin-left: 10vw;
  margin-top: 1.6vw;
}
.l-container #feature .container__right--sec02 .text__img02 {
  width: 23.36vw;
  margin-inline: auto;
  margin-top: 4.88vw;
}
.l-container #feature .container__right--sec02 .link05 {
  width: 26.4vw;
  margin-inline: auto;
  margin-top: 1.88vw;
}
.l-container #feature .container__right--sec02 .link05 a::after {
  -webkit-mask-image: url("../img/link05.png");
  mask-image: url("../img/link05.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.l-container #feature .container__right--sec02 .credit {
  width: 16vw;
  justify-content: center;
  margin-inline: auto;
}
.l-container #feature .container__right--sec02 .credit .txt,
.l-container #feature .container__right--sec02 .credit .price,
.l-container #feature .container__right--sec02 .credit .limited {
  color: #FFFFFF;
}
.l-container #feature .container__right--sec02 .credit .item:nth-of-type(3)::after {
  content: "/";
  position: absolute;
  top: 0rem;
  right: -0.6vw;
  color: #FFFFFF;
}
.l-container #feature .container__right--sec02 .credit .limited {
  border: #FFFFFF 0.1rem solid;
}
.l-container #feature .container__right--sec02 .credit .item:nth-of-type(3) .limited,
.l-container #feature .container__right--sec02 .credit .item:nth-of-type(4) .limited {
  display: none;
}
.l-container #feature .container__right--sec03 {
  position: relative;
  margin-bottom: 7.2vw;
}
.l-container #feature .container__right--sec03 .link06 {
  width: 30vw;
  margin-top: 4.84vw;
  margin-inline: auto;
}
.l-container #feature .container__right--sec03 .link07 {
  width: 22.2vw;
  margin-top: 3.2vw;
  margin-left: 16.48vw;
}
.l-container #feature .container__right--sec03 .link__wrap {
  position: relative;
}
.l-container #feature .container__right--sec03 .link__wrap .link08 {
  width: 17.4vw;
  margin-left: 9.88vw;
  margin-top: 1.6vw;
}
.l-container #feature .container__right--sec03 .link__wrap .credit {
  width: 16vw;
  position: absolute;
  bottom: 1.12vw;
  right: 10.88vw;
}
.l-container #feature .container__right--sec03 .link__wrap .credit .item:nth-of-type(3)::after {
  content: "/";
  position: absolute;
  top: 0rem;
  right: -0.6vw;
  color: #000000;
}
.l-container #feature .container__right--sec03 .link__wrap .credit .item:nth-of-type(3) .limited,
.l-container #feature .container__right--sec03 .link__wrap .credit .item:nth-of-type(4) .limited {
  display: none;
}
.l-container #feature .container__right--sec03 .linkA {
  width: 12.34vw;
  margin-inline: auto;
  margin-top: 6.88vw;
}
.l-container #feature .container__right--sec03 .staff {
  width: 17.84vw;
  margin-inline: auto;
  margin-top: 3.68vw;
}

.target[data-animation=fadeInUp] {
  opacity: 0;
  transition: opacity 1s 0.8s;
}
.target[data-animation=fadeInUp][data-is-active=true] {
  opacity: 1;
}

.target[data-animation=fadeIn] {
  opacity: 0;
  filter: blur(0.4vw);
  transition: transform 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
}
.target[data-animation=fadeIn][data-is-active=true] {
  transform: scale(1);
  filter: blur(0);
  opacity: 1;
}

.target[data-animation=fadeInLeft] {
  opacity: 0;
  transform: translateX(-2vw);
  filter: blur(0.4vw);
  transition: transform 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
}
.target[data-animation=fadeInLeft][data-is-active=true] {
  transform: scale(1);
  filter: blur(0);
  transform: translateX(0);
  opacity: 1;
}

.target[data-animation=fadeInRight] {
  opacity: 0;
  transform: translateX(2vw);
  filter: blur(0.4vw);
  transition: transform 0.8s ease, opacity 0.8s ease, filter 0.8s ease;
}
.target[data-animation=fadeInRight][data-is-active=true] {
  transform: scale(1);
  filter: blur(0);
  transform: translateX(0);
  opacity: 1;
}

.l-footer,
.pc-footer {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}