@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.180952381vw;
  font-family: "urw-din-semi-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.7619047619vw;
  letter-spacing: 0.04em;
  line-height: 1.4476190476vw;
}
.l-container #feature .creditContainer .credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.9904761905vw;
}
.l-container #feature .creditContainer .credit .item {
  position: relative;
}
.l-container #feature .creditContainer .credit .item::after {
  position: absolute;
  content: "/";
  top: 0rem;
  right: -0.6476190476vw;
  color: #298359;
}
.l-container #feature .creditContainer .credit .item .txt,
.l-container #feature .creditContainer .credit .item .price {
  color: #298359;
}
.l-container #feature .creditContainer .credit .item:last-child::after {
  display: none;
}
.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 .price {
  margin-left: 0.1523809524vw;
}
.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: center top;
}
.l-container #feature .container__left--title {
  width: 50rem;
  position: absolute;
  bottom: 2.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
.l-container #feature .container__right {
  width: 50%;
  margin: 0 auto 0;
  flex-shrink: 0;
  background-color: #fbf9f1;
}
.l-container #feature .container__right--sec01 {
  width: 40rem;
  margin: 0 auto 0;
  overflow: hidden;
  background-color: #FFFFFF;
}
.l-container #feature .container__right--sec01 .text01 {
  font-size: 1.2952380952vw;
  line-height: 1.980952381vw;
  letter-spacing: 0em;
  margin-top: 4.1142857143vw;
}
.l-container #feature .container__right--sec01 .text02 {
  font-size: 0.9142857143vw;
  line-height: 1.8285714286vw;
  letter-spacing: 0em;
  margin-top: 1.4857142857vw;
}
.l-container #feature .container__right--sec01 .title01 {
  width: 19.6952380952vw;
  margin: 5.7142857143vw auto 0;
}
.l-container #feature .container__right--sec01 .link01 {
  width: 28.5714285714vw;
  overflow: hidden;
  margin-top: 2.2857142857vw;
}
.l-container #feature .container__right--sec01 .link01 picture {
  width: 28.5714285714vw;
}
.l-container #feature .container__right--sec01 .link02 {
  width: 23.4285714286vw;
  overflow: hidden;
  margin: 1.5238095238vw 0 0 4vw;
}
.l-container #feature .container__right--sec01 .link02 picture {
  width: 23.4285714286vw;
}
.l-container #feature .container__right--sec01 .credit {
  margin-left: 4vw;
}
.l-container #feature .container__right--sec02 {
  position: relative;
  width: 40rem;
  margin: 0 auto 0;
  overflow: hidden;
  background-color: #FFFFFF;
  padding-bottom: 7.3142857143vw;
}
.l-container #feature .container__right--sec02 .title02 {
  position: absolute;
  top: 6.8571428571vw;
  right: 1.2952380952vw;
  width: 16.1523809524vw;
  pointer-events: none;
  z-index: 10;
}
.l-container #feature .container__right--sec02 .link03 {
  width: 25.1428571429vw;
  overflow: hidden;
  margin: 12.2666666667vw auto 0 0;
}
.l-container #feature .container__right--sec02 .link03 .swiper-container {
  overflow: visible !important;
  position: relative;
  width: 25.1428571429vw;
  overflow: hidden;
}
.l-container #feature .container__right--sec02 .link03 .swiper-container .swiper-wrapper {
  overflow: hidden;
}
.l-container #feature .container__right--sec02 .link03 .swiper-container .swiper-slide {
  width: 25.1428571429vw !important;
  overflow: hidden;
}
.l-container #feature .container__right--sec02 .link03 .swiper-container .swiper-slide a {
  overflow: hidden;
}
.l-container #feature .container__right--sec02 .link03 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.l-container #feature .container__right--sec02 .link03 .swiper-container .swiper-pagination {
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  margin-left: -0.380952381vw;
}
.l-container #feature .container__right--sec02 .link03 .swiper-container .swiper-pagination-bullet {
  width: 0.380952381vw !important;
  height: 0.380952381vw !important;
  border-radius: 50% !important;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  opacity: 1;
}
.l-container #feature .container__right--sec02 .link03 .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}
.l-container #feature .container__right--sec02 .link03 .swiper-container .swiper-pagination-bullets {
  position: absolute;
  bottom: 0.7619047619vw;
}
.l-container #feature .container__right--sec02 .link04 {
  width: 25.1428571429vw;
  overflow: hidden;
  margin: 0.7619047619vw auto 0 0;
}
.l-container #feature .container__right--sec02 .link04 picture {
  width: 25.1428571429vw;
}
.l-container #feature .container__right--sec02 .credit {
  width: 13.3333333333vw;
  margin-left: 1.1428571429vw;
}
.l-container #feature .container__right--sec02 .credit .item:nth-of-type(2)::after {
  display: none;
}
.l-container #feature .container__right--sec03 {
  position: relative;
  width: 40rem;
  margin: 0 auto 0;
  overflow: hidden;
  background-color: #FFFFEE;
  padding-bottom: 4.1904761905vw;
}
.l-container #feature .container__right--sec03 .link05 {
  width: 28.5714285714vw;
  overflow: hidden;
}
.l-container #feature .container__right--sec03 .link05 picture {
  width: 28.5714285714vw;
}
.l-container #feature .container__right--sec03 .title03 {
  width: 16.7619047619vw;
  margin: 1.7904761905vw auto 0;
}
.l-container #feature .container__right--sec03 .link06 {
  width: 24vw;
  overflow: hidden;
  margin: 2.3238095238vw auto 0;
}
.l-container #feature .container__right--sec03 .link06 picture {
  width: 24vw;
}
.l-container #feature .container__right--sec03 .credit {
  width: 13.3333333333vw;
  justify-content: center;
  margin-inline: auto;
}
.l-container #feature .container__right--sec03 .credit .item:nth-of-type(2)::after {
  display: none;
}
.l-container #feature .container__right--sec04 {
  position: relative;
  width: 40rem;
  margin: 0 auto 0;
  overflow: hidden;
  background-color: #FFFFFF;
  padding-bottom: 5rem;
}
.l-container #feature .container__right--sec04 .title04 {
  position: absolute;
  top: 4.9523809524vw;
  left: 1.180952381vw;
  width: 16vw;
  pointer-events: none;
  z-index: 10;
}
.l-container #feature .container__right--sec04 .link07 {
  width: 25.7142857143vw;
  overflow: hidden;
  margin: 10.4380952381vw 0 0 auto;
}
.l-container #feature .container__right--sec04 .link07 picture {
  width: 25.7142857143vw;
}
.l-container #feature .container__right--sec04 .link08 {
  width: 28.5714285714vw;
  overflow: hidden;
  margin: 1.5238095238vw auto 0;
}
.l-container #feature .container__right--sec04 .link08 picture {
  width: 28.5714285714vw;
}
.l-container #feature .container__right--sec04 .credit {
  width: 13.3333333333vw;
  justify-content: flex-end;
  margin-left: 14.0952380952vw;
}
.l-container #feature .container__right--sec04 .credit .item:nth-of-type(2)::after {
  display: none;
}
.l-container #feature .container__right--sec04 .linkA {
  width: 12.8761904762vw;
  margin: 5.3714285714vw auto 0;
}
.l-container #feature .container__right--sec04 .linkA a::after {
  -webkit-mask-image: url("../img/linkA.png");
  mask-image: url("../img/linkA.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.l-container #feature .container__right--sec04 .staff__wrap {
  position: relative;
}
.l-container #feature .container__right--sec04 .staff__wrap--img {
  width: 25.7142857143vw;
  overflow: hidden;
  margin: 6.8571428571vw auto 0;
}
.l-container #feature .container__right--sec04 .staff__wrap--img picture {
  width: 25.7142857143vw;
}
.l-container #feature .container__right--sec04 .staff__wrap--text {
  position: absolute;
  bottom: 3.0476190476vw;
  left: 50%;
  transform: translateX(-50%);
  width: 15.0476190476vw;
}

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

.target[data-animation=fadeInUp] {
  opacity: 0;
  transform: translateY(10%) scale(1.1);
  transition: all 1s ease-out;
}
.target[data-animation=fadeInUp][data-is-active=true] {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.target[data-animation=fadeInLeft] {
  opacity: 0;
  transform: translateX(-10%) scale(1.1);
  transition: all 1s ease-out;
}
.target[data-animation=fadeInLeft][data-is-active=true] {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.target[data-animation=fadeInRight] {
  opacity: 0;
  transform: translateX(10%) scale(1.1);
  transition: all 1s ease-out;
}
.target[data-animation=fadeInRight][data-is-active=true] {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.js-anime {
  clip-path: inset(0 100% 0 0);
}

.is-active {
  clip-path: inset(0);
  transition: clip-path 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.85s;
}

.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;
  }
}