@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  font-size: 10px;
  font-size: 0.7142857143vw;
  scroll-behavior: smooth;
}
.l-container {
  width: 100%;
}

.l-container #feature {
  position: relative;
  font-family: "open-sans", sans-serif;
  background-color: #f6f2e3;
  font-weight: 400;
  font-style: normal;
  color: #000;
  margin: 0 auto;
}
.l-container #feature * {
  box-sizing: border-box;
  scroll-behavior: smooth;
  margin: 0;
}
.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 figure,
.l-container #feature picture,
.l-container #feature img,
.l-container #feature video,
.l-container #feature a {
  display: block;
  width: 100%;
}
.l-container #feature img {
  height: 100%;
}
.l-container #feature .product-image {
  position: relative;
}
.l-container #feature .product-image a::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: all 1.1s;
  z-index: 10;
}
.l-container #feature .product-image a:hover::after {
  opacity: 1;
}
.l-container #feature .relative {
  position: relative;
}
.l-container #feature .swiper-wrapper {
  transition-timing-function: linear;
}
.l-container #feature .swiper-pagination {
  display: flex;
  width: auto;
  gap: 0.7rem;
  left: 1rem;
  bottom: 1rem;
}
.l-container #feature .swiper-pagination-bullet {
  width: 0.4rem;
  height: 0.4rem;
  opacity: 1;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
}
.l-container #feature .swiper-pagination-bullet-active {
  background-color: #000;
}
.l-container #feature .credits-container {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.l-container #feature .credits-container .credit {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.6rem;
}
.l-container #feature .credits-container .item {
  display: flex;
}
.l-container #feature .credits-container li {
  width: max-content;
}
.l-container #feature .credits-container li .link {
  display: flex;
  position: relative;
  color: #000;
  font-size: 1.075rem;
  font-family: "open-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 1.1s;
}
.l-container #feature .credits-container li .link:hover {
  opacity: 0.4;
}
.l-container #feature .credits-container li .yen {
  margin-left: 0.5rem;
}
.l-container #feature .max-width-wrapper {
  margin: 0 auto;
}
.l-container #feature .max-width-wrapper.outer {
  display: grid;
  max-width: 140rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.l-container #feature .max-width-wrapper.inner {
  position: relative;
  width: 43rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #fff;
}
.l-container #feature .mv {
  position: relative;
  padding-bottom: 16rem;
}
.l-container #feature .mv__text {
  position: absolute;
  width: 24rem;
  bottom: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.l-container #feature .container {
  position: relative;
  background-color: #fff;
}
.l-container #feature .container__text {
  position: absolute;
  z-index: 10;
}
.l-container #feature .container1 {
  padding-bottom: 12.5rem;
}
.l-container #feature .container1 .container__text {
  width: 32.5rem;
  top: 48.5rem;
  left: 2rem;
}
.l-container #feature .container1__2 {
  width: 29rem;
  margin: 0 auto;
  margin-top: 3.25rem;
}
.l-container #feature .container1 .credits-container {
  width: 15rem;
  right: 5rem;
  bottom: 7rem;
}
.l-container #feature .container1 .credits-container .credit {
  justify-content: flex-end;
}
.l-container #feature .container2 {
  padding-bottom: 13rem;
}
.l-container #feature .container2__1 {
  position: relative;
  width: 27rem;
  z-index: 2;
}
.l-container #feature .container2__2 {
  position: relative;
  padding-left: 4rem;
  margin-top: -3rem;
  z-index: 1;
}
.l-container #feature .container2 .credits-container {
  width: 30rem;
  right: 2rem;
  bottom: 7.2rem;
}
.l-container #feature .container2 .credits-container .credit {
  justify-content: flex-end;
}
.l-container #feature .container3 {
  padding-bottom: 12.5rem;
}
.l-container #feature .container3__1 {
  width: 28rem;
}
.l-container #feature .container3__2 {
  width: 28rem;
}
.l-container #feature .container3 .credits-container {
  width: 30rem;
  left: 2rem;
  bottom: 7rem;
}
.l-container #feature .container4 {
  padding-bottom: 11.5rem;
}
.l-container #feature .container4__1 {
  width: 33.75rem;
  margin: 0 auto;
}
.l-container #feature .container4__2 {
  width: 23.5rem;
  margin: 0 auto;
  margin-top: -4.5rem;
}
.l-container #feature .container4 .credits-container {
  left: 0;
  bottom: 6rem;
}
.l-container #feature .container4 .credits-container .credit {
  width: 24rem;
  justify-content: center;
  margin: 0 auto;
}
.l-container #feature .sticky-container {
  position: sticky;
  background-color: #fff;
}
.l-container #feature .sticky-container1 {
  top: calc(100dvh - var(--container-height1));
}
.l-container #feature .sticky-container2 {
  top: calc(100dvh - var(--container-height2));
}
.l-container #feature .sticky-container3 {
  top: calc(100dvh - var(--container-height3));
}
.l-container #feature .sticky-container4 {
  top: calc(100dvh - var(--container-height4));
}
.l-container #feature .sticky-container5 {
  top: calc(100dvh - var(--container-height5));
}
.l-container #feature .sticky-container6 {
  top: calc(100dvh - var(--container-height6));
}
.l-container #feature .sticky-container7 {
  top: calc(100dvh - var(--container-height7));
}
.l-container #feature .container5 {
  padding-bottom: 13rem;
}
.l-container #feature .container5 .container__text {
  width: 34rem;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.l-container #feature .container5 .credits-container {
  left: 0;
  bottom: 7rem;
}
.l-container #feature .container5 .credits-container .credit {
  width: 24rem;
  justify-content: center;
  margin: 0 auto;
}
.l-container #feature .container6 {
  padding-bottom: 6.5rem;
}
.l-container #feature .container6 .container__text {
  width: 1.35rem;
  top: 31.5rem;
  left: 3.25rem;
}
.l-container #feature .container6__1 {
  padding-left: 7.75rem;
  padding-right: 2.1rem;
}
.l-container #feature .container6__2 {
  position: relative;
  padding-left: 7.75rem;
  padding-right: 2.1rem;
  margin-top: 1.25rem;
  z-index: 2;
}
.l-container #feature .container6__3 {
  position: relative;
  width: 22.5rem;
  margin-top: -2.75rem;
  z-index: 1;
}
.l-container #feature .container6 .credits-container {
  width: 14rem;
  left: 25rem;
  bottom: 6rem;
}
.l-container #feature .container7 {
  padding-bottom: 12.5rem;
}
.l-container #feature .container7 .container__text {
  width: 30rem;
  top: 56rem;
  left: 1.5rem;
}
.l-container #feature .container7 .swiper-container {
  margin-top: 9.25rem;
}
.l-container #feature .container7 .swiper-container .container7__2,
.l-container #feature .container7 .swiper-container .container7__3 {
  width: 26rem;
}
.l-container #feature .container7 .credits-container {
  left: 0;
  bottom: 7rem;
}
.l-container #feature .container7 .credits-container .credit {
  width: 24rem;
  justify-content: center;
  margin: 0 auto;
}
.l-container #feature .container8 {
  padding-bottom: 11.5rem;
}
.l-container #feature .container8__1 {
  width: 33.25rem;
}
.l-container #feature .container8__2 {
  padding-left: 10.75rem;
  margin-top: 3.25rem;
}
.l-container #feature .container8 .credits-container {
  width: 22rem;
  right: 2rem;
  bottom: 6rem;
}
.l-container #feature .container8 .credits-container .credit {
  justify-content: flex-end;
}
.l-container #feature .container9 {
  background-color: #f6f2e3;
  padding-bottom: 7.25rem;
}
.l-container #feature .container9__1 a {
  position: relative;
}
.l-container #feature .container9__1 a .png {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.l-container #feature .container9 .container__text {
  width: 33.5rem;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.l-container #feature .container9__2 {
  padding-left: 12.75rem;
  margin-top: 3rem;
}
.l-container #feature .container9 .credits-container {
  width: 11rem;
  right: 28rem;
  bottom: 7rem;
}
.l-container #feature .container9 .credits-container .credit {
  justify-content: flex-end;
}
.l-container #feature .container10 {
  background-color: #f6f2e3;
  padding-bottom: 12.5rem;
}
.l-container #feature .container10__1 {
  width: 31rem;
  margin: 0 auto;
}
.l-container #feature .container10 .swiper-container {
  width: 26rem;
  margin: 0 auto;
  margin-top: 3.5rem;
}
.l-container #feature .container10 .credits-container {
  left: 0;
  bottom: 7rem;
}
.l-container #feature .container10 .credits-container .credit {
  width: 20rem;
  justify-content: center;
  margin: 0 auto;
}
.l-container #feature .container11 {
  background-color: #f6f2e3;
  padding-bottom: 12.5rem;
}
.l-container #feature .container11 .credits-container {
  width: 20rem;
  right: 2rem;
  bottom: 6.7rem;
}
.l-container #feature .container11 .credits-container .credit {
  justify-content: flex-end;
}
.l-container #feature .container12 {
  background-color: #f6f2e3;
  padding-bottom: 12rem;
}
.l-container #feature .container12 .container__text {
  width: 1.1rem;
  top: 0;
  left: 9rem;
}
.l-container #feature .container12 .container__text svg {
  width: 100%;
  height: 100%;
}
.l-container #feature .container12__1 {
  position: relative;
  padding-left: 12.25rem;
  padding-right: 2.25rem;
  z-index: 1;
}
.l-container #feature .container12__2 {
  position: relative;
  width: 33rem;
  margin-top: -3.5rem;
  z-index: 0;
}
.l-container #feature .container12 .credits-container {
  width: 30rem;
  left: 2rem;
  bottom: 6rem;
}
.l-container #feature .container13 {
  padding-bottom: 7.5rem;
}
.l-container #feature .container13 .container__text {
  width: 20rem;
  top: 61.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.l-container #feature .container13__2 {
  position: relative;
  width: 31rem;
  margin: 0 auto;
  margin-top: 10.5rem;
}
.l-container #feature .container13__3 {
  width: 23.25rem;
  margin-top: 3.5rem;
}
.l-container #feature .container13 .credits-container {
  width: 12rem;
  left: 25.25rem;
  bottom: 7rem;
}
.l-container #feature .container14 {
  padding-bottom: 11.5rem;
}
.l-container #feature .container14 .credits-container {
  left: 0;
  bottom: 6rem;
}
.l-container #feature .container14 .credits-container .credit {
  width: 24rem;
  justify-content: center;
  margin: 0 auto;
}
.l-container #feature .container15 {
  padding-top: 10.75rem;
  padding-bottom: 7.25rem;
}
.l-container #feature .container15 .container__text {
  width: 24rem;
  top: 3.5rem;
  left: 2rem;
}
.l-container #feature .container15__1 {
  width: 32.5rem;
  margin: 0 auto;
}
.l-container #feature .container15__2 {
  padding-left: 16rem;
  margin-top: 3.25rem;
}
.l-container #feature .container15 .credits-container {
  width: 14rem;
  right: 25rem;
  bottom: 7rem;
}
.l-container #feature .container15 .credits-container .credit {
  justify-content: flex-end;
}
.l-container #feature .container16 {
  padding-bottom: 12.5rem;
}
.l-container #feature .container16 .credits-container {
  left: 0;
  bottom: 7rem;
}
.l-container #feature .container16 .credits-container .credit {
  width: 24rem;
  justify-content: center;
  margin: 0 auto;
}
.l-container #feature .container17 {
  padding-bottom: 12.5rem;
}
.l-container #feature .container17 .container__text {
  width: 1.4rem;
  top: 7.5rem;
  right: 4.5rem;
}
.l-container #feature .container17__1 {
  position: relative;
  width: 28.5rem;
  z-index: 1;
}
.l-container #feature .container17__2 {
  padding-left: 7.75rem;
  margin-top: -2rem;
}
.l-container #feature .container17 .credits-container {
  width: 22rem;
  right: 2rem;
  bottom: 6.7rem;
}
.l-container #feature .container17 .credits-container .credit {
  justify-content: flex-end;
}
.l-container #feature .container18 {
  padding-bottom: 11.25rem;
}
.l-container #feature .container18 .container18__1,
.l-container #feature .container18 .container18__2 {
  width: 24.5rem;
}
.l-container #feature .container18__3 {
  width: 33.5rem;
  margin: 0 auto;
  margin-top: 3.25rem;
}
.l-container #feature .container18 .credits-container {
  width: 20rem;
  left: 2.75rem;
  bottom: 6rem;
}
.l-container #feature .container19 {
  background-color: #f6f2e3;
  padding-bottom: 12.5rem;
}
.l-container #feature .container19 .container__text {
  width: 25rem;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.l-container #feature .container19 .credits-container {
  left: 0;
  bottom: 7rem;
}
.l-container #feature .container19 .credits-container .credit {
  width: 26rem;
  justify-content: center;
  margin: 0 auto;
}
.l-container #feature .container20 {
  background-color: #f6f2e3;
  padding-bottom: 12.5rem;
}
.l-container #feature .container20 .container__text {
  width: 1.1rem;
  top: 58rem;
  left: 8.5rem;
}
.l-container #feature .container20__1 {
  width: 32.25rem;
}
.l-container #feature .container20__2 {
  width: 25rem;
  margin-left: 12rem;
  margin-top: -2.25rem;
}
.l-container #feature .container20 .credits-container {
  width: 22rem;
  right: 2rem;
  bottom: 7rem;
}
.l-container #feature .container20 .credits-container .credit {
  justify-content: flex-end;
}
.l-container #feature .container21 {
  background-color: #f6f2e3;
  padding-bottom: 11rem;
}
.l-container #feature .container21 .swiper-container {
  width: 35rem;
  margin: 0 auto;
}
.l-container #feature .container21 .credits-container {
  left: 0;
  bottom: 5.7rem;
}
.l-container #feature .container21 .credits-container .credit {
  width: 26rem;
  justify-content: center;
  margin: 0 auto;
}
.l-container #feature .container22 {
  padding-top: 3.5rem;
  padding-bottom: 12.5rem;
}
.l-container #feature .container22__1 {
  width: 28.5rem;
}
.l-container #feature .container22 .container__text {
  width: 18rem;
  top: 43.25rem;
  right: 1.75rem;
}
.l-container #feature .container22__2 {
  width: 28.5rem;
  margin-top: 1rem;
}
.l-container #feature .container22 .credits-container {
  width: 20rem;
  left: 2rem;
  bottom: 7rem;
}
.l-container #feature .container23 {
  padding-bottom: 12.5rem;
}
.l-container #feature .container23__2 {
  width: 24rem;
  margin: 0 auto;
  margin-top: 3.25rem;
}
.l-container #feature .container23 .credits-container {
  left: 0;
  bottom: 7rem;
}
.l-container #feature .container23 .credits-container .credit {
  width: 24rem;
  justify-content: center;
  margin: 0 auto;
}
.l-container #feature .container24 {
  padding-bottom: 10rem;
}
.l-container #feature .container24 .swiper-container {
  width: 33.25rem;
  margin: 0 auto;
}
.l-container #feature .container24 .credits-container {
  width: 22rem;
  right: 3rem;
  bottom: 4.4rem;
}
.l-container #feature .container24 .credits-container .credit {
  justify-content: flex-end;
}
.l-container #feature .all-items {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background-color: #fff;
}
.l-container #feature .all-items__image {
  width: 17rem;
  margin: 0 auto;
}
.l-container #feature .staffs {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 8rem;
}
.l-container #feature .staffs__image {
  width: 18rem;
  margin: 0 auto;
}
.l-container #feature .sticky-text {
  position: sticky;
  display: grid;
  height: 100vh;
  top: 0;
  place-content: center;
}
.l-container #feature .sticky-text.left .fixed-text__preorder img {
  width: 26.5rem;
  margin: 0 auto;
}
.l-container #feature .sticky-text.right .sticky-text__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
}
.l-container #feature .sticky-text.right .sticky-text__container .sticky-text__checkallitems {
  width: 18.5rem;
  margin-left: auto;
  transition: all 1.1s;
}
.l-container #feature .sticky-text.right .sticky-text__container .sticky-text__checkallitems:hover {
  opacity: 0.4;
}
.l-container #feature .sticky-text.right .sticky-text__container .sticky-text__point {
  width: 26rem;
  margin-left: auto;
  margin-top: 2.4rem;
}
.l-container #feature [fadein] {
  opacity: 0;
  transform: translateY(10rem);
  transition: all 1.1s;
}
.l-container #feature [fadein].active {
  opacity: 1;
  transform: translateY(0);
}
.l-container #feature [fadein-container-text-horizontal] {
  overflow: hidden;
}
.l-container #feature [fadein-container-text-horizontal] img {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1.5s;
}
.l-container #feature [fadein-container-text-horizontal].active img {
  opacity: 1;
  transform: translateX(0);
}
.l-container #feature [fadein-container-text-vertical] {
  overflow: hidden;
}
.l-container #feature [fadein-container-text-vertical] img {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 1.5s;
}
.l-container #feature [fadein-container-text-vertical].active img {
  opacity: 1;
  transform: translateY(0);
}
.l-container #feature [fadein-stagger] path {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.pc-footer {
  margin: 0;
}

.area-header {
  max-width: 100%;
}

.breadcrumbs {
  max-width: 100%;
}

#feature-snslist {
  overflow: hidden;
}

.feature-snslist {
  overflow: hidden;
}

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

.pc-footer {
  margin-top: 0;
}

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

.pc-footer-top {
  position: relative;
  z-index: 100;
}

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