@import url("https://use.typekit.net/prb8jwu.css");
html {
  font-size: 0.419047619vw;
  overflow-x: hidden;
}

.l-container {
  width: 100%;
}

.l-container #feature {
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.05em;
  overflow: clip;
}
.l-container #feature *,
.l-container #feature *::after,
.l-container #feature *::before {
  box-sizing: border-box;
}
.l-container #feature a {
  display: block;
  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.5);
  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 img {
  width: 100%;
  display: block;
}

/* ------- credit ------- */
.l-container #feature .creditContainer {
  max-width: 100%;
}
.l-container #feature .creditContainer .credit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -moz-column-gap: 1.3rem;
       column-gap: 1.3rem;
}
.l-container #feature .creditContainer li {
  position: relative;
  font-family: "protipo-compact", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 4.07rem;
  letter-spacing: 0.05em;
  color: #fff;
}
.l-container #feature .creditContainer li a {
  color: #fff;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

/* ------- hero ------- */
.l-container #feature .hero {
  position: relative;
  width: 100%;
}
.l-container #feature .hero__block {
  position: relative;
}
.l-container #feature .hero__img {
  width: 100%;
}
.l-container #feature .hero__txt-en {
  top: 39.8rem;
  left: 20rem;
  width: 48rem;
}
.l-container #feature .hero__txt-ja {
  top: 52rem;
  left: 40.4rem;
  width: 32.1rem;
}
.l-container #feature .hero__txt-en, .l-container #feature .hero__txt-ja {
  position: absolute;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.l-container #feature .hero__txt-en.animate-active, .l-container #feature .hero__txt-ja.animate-active {
  clip-path: inset(0 0 0 0);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-container #feature .hero__txt-ja.animate-active {
  transition-delay: 0.8s;
}

/* ------- container ------- */
.l-container #feature .container {
  position: relative;
}
.l-container #feature .container__inner {
  width: 75rem;
  margin: 0 auto;
  background-color: #3A2621;
}
.l-container #feature .container__block {
  position: relative;
}
.l-container #feature .container__img {
  position: relative;
  z-index: 10;
}
.l-container #feature .container .img_txt {
  position: absolute;
  z-index: 20;
}
.l-container #feature .container .slick {
  width: 100%;
}
.l-container #feature .container .slick img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-container #feature .container .slick .dots-class {
  position: relative;
  top: -4.1rem;
  right: 2.2rem;
  z-index: 10;
  display: flex;
  justify-content: end;
}
.l-container #feature .container .slick .dots-class button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.l-container #feature .container .slick .dots-class li {
  width: 1rem;
  height: 1rem;
  border: 1px solid #3A2621;
  border-radius: 50%;
  margin-right: 0.9rem;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.l-container #feature .container .slick .dots-class li.slick-active {
  background-color: #3A2621;
}
.l-container #feature .container .slick .dots-class li:hover {
  background-color: #3A2621;
}
.l-container #feature .container .slick .dots-class li:last-child {
  margin-right: 0;
}

.l-container #feature .pc-flex {
  position: relative;
  display: flex;
  margin: auto;
  width: 100%;
}

.l-container #feature .pc-flex__left {
  position: sticky;
  top: 79px;
  width: 50%;
  height: calc(100vh - 79px);
}
.l-container #feature .pc-flex__left .left_img {
  margin: auto;
  width: 100%;
  height: calc(100vh - 79px);
}
.l-container #feature .pc-flex__left .left_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 30% top;
     object-position: 30% top;
}
.l-container #feature .pc-flex__left .left_block {
  width: 100%;
  position: relative;
  height: 100%;
  display: grid;
  place-items: center;
  overflow: clip;
}
.l-container #feature .pc-flex__left .mv-txt-cont {
  bottom: 51.2dvh;
  right: 64.6%;
  position: absolute;
  z-index: 5;
  transform-origin: bottom center;
  transform: translate(-50%, 0%);
}
.l-container #feature .pc-flex__left .mv-txt-en {
  top: 0;
  left: 0;
  width: 63.2rem;
}
.l-container #feature .pc-flex__left .mv-txt-ja {
  bottom: -31.7rem;
  right: -69.6rem;
  width: 38.7rem;
}
.l-container #feature .pc-flex__left .mv-txt-en,
.l-container #feature .pc-flex__left .mv-txt-ja {
  position: absolute;
  pointer-events: none;
  opacity: 1;
  transform: none;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition-property: clip-path;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0s;
  transition-duration: 1s;
}
.l-container #feature .pc-flex__left .mv-txt-en.animate-active,
.l-container #feature .pc-flex__left .mv-txt-ja.animate-active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.l-container #feature .pc-flex__left .mv-txt-ja.animate-active {
  transition-delay: 0.6s;
}

.l-container #feature .pc-flex__right {
  margin: auto;
  width: 50%;
}

.l-container #feature .container01 {
  position: relative;
}
.l-container #feature .container01__inner {
  padding: 16rem 0 17rem;
}
.l-container #feature .container01__img_01 {
  width: 60rem;
  margin: 0 0 0 15rem;
}
.l-container #feature .container01__img_02 {
  width: 75rem;
  margin: 8rem auto 0;
}
.l-container #feature .container01 .img_txt-01 {
  width: 26.7rem;
  top: 7rem;
  left: 22.3rem;
}
.l-container #feature .container01 .img_txt-02 {
  width: 25rem;
  top: 6.2rem;
  left: 9.3rem;
}
.l-container #feature .container01 .img_txt-01,
.l-container #feature .container01 .img_txt-02,
.l-container #feature .container01 .img_line {
  pointer-events: none;
  clip-path: inset(0 0 0 100%);
}
.l-container #feature .container01 .img_line {
  width: 96.8rem;
  top: 17.1rem;
  left: -11.1rem;
  position: absolute;
  z-index: 0;
  clip-path: inset(0 0 100% 0);
}
.l-container #feature .container01 .img_txt-01.animate-active,
.l-container #feature .container01 .img_txt-02.animate-active,
.l-container #feature .container01 .img_line.animate-active {
  clip-path: inset(0 0 0 0);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
}
.l-container #feature .container01 .img_txt-02.animate-active {
  transition-delay: 1.9s;
}
.l-container #feature .container01 .img_line.animate-active {
  transition: all 6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s;
}
.l-container #feature .container01 .creditContainer_01 {
  width: 34rem;
  margin: 1.1rem 0 0 37.3rem;
}
.l-container #feature .container01 .creditContainer_01 .credit {
  justify-content: right;
}

.l-container #feature .container02 {
  position: relative;
}
.l-container #feature .container02__inner {
  padding: 0 0 17.2rem;
}
.l-container #feature .container02__img_01 {
  width: 46.8rem;
  margin: 0 0 0 2.5rem;
  z-index: 30;
}
.l-container #feature .container02__img_02 {
  width: 66rem;
  margin: -3rem 0 0 9rem;
}
.l-container #feature .container02 .img_txt-01 {
  width: 22.2rem;
  top: 14.9rem;
  left: 50.9rem;
}
.l-container #feature .container02 .img_txt-01,
.l-container #feature .container02 .img_line {
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}
.l-container #feature .container02 .img_line {
  width: 106.4rem;
  top: 56rem;
  left: -11.1rem;
  position: absolute;
  z-index: 0;
}
.l-container #feature .container02 .img_txt-01.animate-active,
.l-container #feature .container02 .img_line.animate-active {
  clip-path: inset(0 0 0 0);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
}
.l-container #feature .container02 .img_line.animate-active {
  transition: all 5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
}
.l-container #feature .container02 .creditContainer_02 {
  width: 32rem;
  margin: 1.1rem 0 0 9rem;
}
.l-container #feature .container02 .creditContainer_02 .credit {
  justify-content: left;
}

.l-container #feature .container03 {
  position: relative;
}
.l-container #feature .container03__inner {
  padding: 0 0 16.7rem;
}
.l-container #feature .container03__img_01 {
  width: 75rem;
  margin: 0 auto 0;
}
.l-container #feature .container03__img_02 {
  width: 58.5rem;
  margin: 8rem auto 0;
}
.l-container #feature .container03__img_02 a::after {
  content: none;
}
.l-container #feature .container03__img_02 a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.l-container #feature .container03 .img_txt-01 {
  width: 65.4rem;
  top: 167.2rem;
  left: 4.8rem;
}
.l-container #feature .container03 .img_txt-01 {
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.l-container #feature .container03 .img_txt-01.animate-active {
  clip-path: inset(0 0 0 0);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-container #feature .container03 .creditContainer_03 {
  width: 39rem;
  margin: 3.1rem auto 0;
}
.l-container #feature .container03 .creditContainer_03 .credit {
  justify-content: center;
}

.l-container #feature .container04 {
  position: relative;
}
.l-container #feature .container04__inner {
  padding: 0 0 17.4rem;
}
.l-container #feature .container04__img_01 {
  width: 66rem;
  margin: 0 0 0 9rem;
}
.l-container #feature .container04__img_02 {
  width: 63rem;
  margin: 12.5rem 0 0 0;
}
.l-container #feature .container04 .img_txt-01 {
  width: 37rem;
  top: 93rem;
  left: 36.3rem;
}
.l-container #feature .container04 .img_txt-01,
.l-container #feature .container04 .img_line {
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.l-container #feature .container04 .img_line {
  width: 40.6rem;
  top: 55.8rem;
  left: -5.8rem;
  position: absolute;
  z-index: 0;
  clip-path: inset(0 0 100% 0);
}
.l-container #feature .container04 .img_txt-01.animate-active {
  clip-path: inset(0 0 0 0);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.l-container #feature .container04 .img_line.animate-active {
  clip-path: inset(0 0 0 0);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-container #feature .container04 .creditContainer_04 {
  width: 32rem;
  margin: 3.1rem 0 0 4rem;
}
.l-container #feature .container04 .creditContainer_04 .credit {
  justify-content: left;
}

.l-container #feature .container05 {
  position: relative;
}
.l-container #feature .container05__inner {
  padding: 0 0 17rem;
}
.l-container #feature .container05__img_01 {
  width: 75rem;
  margin: 0 auto 0;
}
.l-container #feature .container05__img_02 {
  width: 60rem;
  margin: 7.9rem 0 0 15rem;
}
.l-container #feature .container05__img_03 {
  width: 48.6rem;
  margin: -5.2rem 0 0 4.1rem;
}
.l-container #feature .container05 .img_txt-01 {
  width: 18.4rem;
  top: 111.6rem;
  left: 1.3rem;
}
.l-container #feature .container05 .img_txt-01,
.l-container #feature .container05 .img_line-01,
.l-container #feature .container05 .img_line-02 {
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}
.l-container #feature .container05 .img_line-01 {
  width: 94.7rem;
  top: -29rem;
  left: -14.4rem;
  position: absolute;
  z-index: 0;
}
.l-container #feature .container05 .img_line-02 {
  width: 63.9rem;
  top: 152rem;
  left: 21.4rem;
  position: absolute;
  z-index: 0;
}
.l-container #feature .container05 .img_txt-01.animate-active,
.l-container #feature .container05 .img_line-01.animate-active,
.l-container #feature .container05 .img_line-02.animate-active {
  clip-path: inset(0 0 0 0);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-container #feature .container05 .img_txt-01.animate-active {
  transition-delay: 1s;
}
.l-container #feature .container05 .img_line-01.animate-active {
  transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.l-container #feature .container05 .img_line-02.animate-active {
  transition: all 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
.l-container #feature .container05 .creditContainer_05 {
  width: 32.5rem;
  margin: 3.1rem 0 0 4rem;
}
.l-container #feature .container05 .creditContainer_05 .credit {
  justify-content: left;
}

.l-container #feature .container06 {
  position: relative;
}
.l-container #feature .container06__inner {
  padding: 0 0 17rem;
}
.l-container #feature .container06__img_A {
  margin: 0 auto 0;
  width: 21.4rem;
}
.l-container #feature .container06__txt {
  margin: 7.2rem auto 0;
  font-family: "protipo-compact", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 4.1rem;
  font-feature-settings: "palt";
  color: #fff;
  text-align: center;
}

.l-container #feature .js-fade_img {
  visibility: hidden;
  opacity: 0;
  transition: transform 1.1s ease, opacity 1.1s ease, visibility 1.1s ease;
  transform: translateY(80px);
}

.l-container #feature .js-fade_img.animate-active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.feature-snslist {
  overflow: hidden;
}

.pc-footer {
  margin: 0;
}

.l-footer {
  padding-top: 0;
}

@media (min-width: 1401px) {
  .pc-flex__right {
    font-size: 7px;
  }
  .l-container #feature .hero {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-container #feature .hero {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .l-container #feature .pc-flex__left .left_img img {
    -o-object-position: 45% top;
       object-position: 45% top;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
  .l-container #feature .pc-flex__left {
    display: none;
  }
  .l-container #feature .pc-flex__right {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */