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

.l-container #feature {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 75rem 1fr;
  letter-spacing: 0.16em;
  color: rgb(65, 65, 65);
  font-family: "sweet-sans-pro", sans-serif;
  font-feature-settings: "palt";
}
.l-container #feature * {
  color: inherit;
  font-kerning: normal;
  box-sizing: border-box;
  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::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: opacity 0.3s;
  z-index: 10;
}
.l-container #feature .product-image:hover::after {
  opacity: 1;
}
.l-container #feature .credits-container {
  position: absolute;
  z-index: 10;
}
.l-container #feature .credits-container * {
  color: rgb(65, 65, 65);
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
}
.l-container #feature .credits-container .credit {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.8rem;
}
.l-container #feature .credits-container .item {
  display: flex;
}
.l-container #feature .credits-container .item:nth-child(1) * {
  font-family: "fot-cezanne-pron", sans-serif;
  letter-spacing: 0.12em;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.l-container #feature .credits-container .item:nth-child(1) * .price {
  letter-spacing: 0;
}
.l-container #feature .credits-container .item:nth-child(2) * {
  margin-bottom: 0.5rem;
}
.l-container #feature .credits-container li {
  width: max-content;
}
.l-container #feature .credits-container li .link {
  display: flex;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  font-style: normal;
}
.l-container #feature .credits-container li .yen {
  margin-left: 0.5rem;
}
.l-container #feature .credits-container li .price {
  letter-spacing: 0;
}
.l-container #feature .sidebar {
  position: relative;
  height: 100%;
  background-color: rgb(248, 251, 252);
}
.l-container #feature .sidebar__inner-wrapper {
  position: sticky;
  display: flex;
  height: 100vh;
  top: 0;
  justify-content: center;
  align-items: center;
}
.l-container #feature .sidebar .description__title {
  width: 41rem;
}
.l-container #feature .sidebar__links {
  position: relative;
}
.l-container #feature .sidebar__links.active::after {
  opacity: 1;
}
.l-container #feature .sidebar__links.active .sidebar__links__title {
  opacity: 1;
}
.l-container #feature .sidebar__links.active .sidebar__links-wrapper {
  opacity: 1;
}
.l-container #feature .sidebar__links::after {
  content: "";
  position: absolute;
  width: 4.75rem;
  height: 1px;
  top: -9rem;
  left: 15.5rem;
  background-color: #000;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
  transform: rotate(45deg);
  transform-origin: top left;
  opacity: 0;
  transition-delay: 0.3s;
}
.l-container #feature .sidebar__links__title {
  position: absolute;
  top: -14.5rem;
  left: -7.5rem;
  width: 22.4rem;
  opacity: 0;
  transition: 0;
}
.l-container #feature .sidebar__links__links {
  border-top: 1px solid rgb(112, 112, 112);
  border-bottom: 1px solid rgb(112, 112, 112);
}
.l-container #feature .sidebar__links__links .links__link {
  display: flex;
  font-size: 2rem;
  gap: 6rem;
  padding-top: 2.9rem;
  padding-bottom: 2.75rem;
  color: rgb(65, 65, 65);
  cursor: pointer;
}
.l-container #feature .sidebar__links__links .links__link__item {
  width: 11.8rem;
}
.l-container #feature .sidebar__links__links .links__link span {
  font-weight: 400;
  transition: font-weight 0.3s ease;
  line-height: 1;
}
.l-container #feature .sidebar__links__links .links__link__name {
  letter-spacing: 0.15em;
  opacity: 0.9;
  font-weight: bold;
}
.l-container #feature .sidebar__links__links .links__link:hover span {
  font-weight: 700;
  line-height: 1;
}
.l-container #feature .sidebar__links__links .links__link:not(:last-child) {
  border-bottom: 1px solid rgb(112, 112, 112);
}
.l-container #feature .sidebar__links-wrapper {
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0.8s;
}
.l-container #feature .sidebar .check-all-items {
  width: 52.8rem;
  font-size: 3.25rem;
  height: 6rem;
  background-color: #fff;
  margin-top: 6rem;
}
.l-container #feature .sweetsans {
  font-family: "sweet-sans-pro", sans-serif;
}
.l-container #feature .fot-cezanne {
  font-family: "fot-cezanne-pron", sans-serif;
}
.l-container #feature .akzidenz-grotesk {
  font-family: "akzidenz-grotesk-next-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.l-container #feature .mv {
  position: relative;
  cursor: pointer;
}
.l-container #feature .mv .sound-on {
  position: absolute;
  width: 5.5rem;
  height: auto;
  aspect-ratio: 1/1;
  bottom: 2.25rem;
  right: 2rem;
}
.l-container #feature .mv .sound-off {
  position: absolute;
  display: none;
  width: 5.5rem;
  height: auto;
  aspect-ratio: 1/1;
  bottom: 2.25rem;
  right: 2rem;
}
.l-container #feature .content__description {
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 8.5rem;
  padding-bottom: 19.5rem;
}
.l-container #feature .content__description__heading {
  position: absolute;
  top: 11.5rem;
  left: 50%;
  text-align: center;
  font-size: 3.6rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  color: rgb(65, 135, 190);
  background-color: transparent;
  transform: translateX(-50%);
}
.l-container #feature .content__description__description {
  padding-bottom: 0.75rem;
}
.l-container #feature .description__title {
  position: relative;
  width: 41rem;
  margin: 0 auto;
}
.l-container #feature .description__title span {
  position: absolute;
  width: 1px;
  height: 0;
  top: 46.25rem;
  left: 50%;
  background-color: #000;
  transform: translateX(-50%);
  transition: all 2s;
  transition-delay: 0.4s;
}
.l-container #feature .description__title.active span {
  height: 5rem;
}
.l-container #feature .description__descriptions {
  display: flex;
  flex-direction: column;
  gap: 5.25rem;
  font-size: 3rem;
  padding-top: 12.25rem;
}
.l-container #feature .description__descriptions__description {
  text-align: center;
  line-height: 2.04;
  letter-spacing: 0;
}
.l-container #feature .anchor-link-indicator {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #000;
  opacity: 0;
}
.l-container #feature .content {
  width: 100%;
  background-color: rgba(144, 184, 209, 0.2);
}
.l-container #feature .content__description {
  background-color: rgba(255, 255, 255, 0.7);
}
.l-container #feature .content1 {
  background-color: #fff;
  padding-bottom: 35rem;
}
.l-container #feature .content2 {
  position: relative;
  background-color: #fff;
  z-index: 10;
}
.l-container #feature .content2__title {
  color: rgb(65, 135, 190);
  font-size: 4rem;
  letter-spacing: 0.03em;
  text-align: center;
  font-family: "sweet-sans-pro", sans-serif;
  background-color: rgb(233, 241, 246);
  font-weight: 700;
  font-style: normal;
  padding-top: 12.25rem;
  padding-bottom: 11.25rem;
}
.l-container #feature .content2::before, .l-container #feature .content2::after {
  position: absolute;
  content: "";
  background-color: rgb(233, 241, 246);
  width: 9.5rem;
  height: calc(100% - 110rem);
  top: 0;
}
.l-container #feature .content2::before {
  left: 0;
}
.l-container #feature .content2::after {
  right: 0;
  z-index: -1;
}
.l-container #feature .container {
  position: relative;
}
.l-container #feature .container__number {
  position: absolute;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
.l-container #feature .container__number p {
  position: relative;
}
.l-container #feature .container__number p::after {
  position: absolute;
  content: "";
  bottom: -3.5rem;
  left: -4rem;
  width: 4.25rem;
  height: 0.5px;
  background-color: rgb(122, 122, 122);
  transform: rotate(-45deg);
  transform-origin: 0;
}
.l-container #feature .container__texts {
  padding-left: 3.25rem;
  color: #000;
}
.l-container #feature .container__texts__heading-english {
  font-weight: 700;
  font-style: normal;
  font-size: 7.4rem;
  letter-spacing: 0.005em;
  line-height: 1.075;
}
.l-container #feature .container__texts__heading-japanese {
  position: relative;
  display: inline-block;
  margin-top: 1.75rem;
  letter-spacing: 0.32em;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-container #feature .container__texts__heading-japanese::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.l-container #feature .container__texts__description {
  padding-right: 12rem;
  color: rgb(65, 65, 65);
  font-size: 2.6rem;
  line-height: 1.625;
  letter-spacing: 0.09em;
  padding-top: 5.5rem;
  padding-bottom: 8rem;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.l-container #feature .container .onoff {
  position: absolute;
  width: 17.54rem;
  z-index: 5;
}
.l-container #feature .container1 {
  padding-top: 24.5rem;
  padding-bottom: 20rem;
}
.l-container #feature .container1 .anchor-link-indicator {
  top: 16rem;
}
.l-container #feature .container1 .container__number {
  top: 15.75rem;
  right: 3.25rem;
}
.l-container #feature .container1__1 {
  position: relative;
  padding-left: 3.5rem;
}
.l-container #feature .container1__1 .onoff {
  top: 2.75rem;
  left: -1rem;
}
.l-container #feature .container1__2 {
  padding-right: 5.5rem;
  margin-top: 10.5rem;
}
.l-container #feature .container1__3 {
  position: relative;
  width: 63rem;
  top: -12.5rem;
  margin-left: auto;
}
.l-container #feature .container1__4-5 {
  position: relative;
  margin-top: 22.5rem;
}
.l-container #feature .container1__4-5 .onoff {
  top: -5rem;
  right: 6.5rem;
}
.l-container #feature .container1__6 {
  margin-top: 10rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.l-container #feature .container1 .credit1 {
  width: 62rem;
  left: 12rem;
  top: 400.5rem;
}
.l-container #feature .container1 .credit1 .item:nth-child(4) {
  margin-right: 10rem;
}
.l-container #feature .container1 .credit2 {
  width: 62rem;
  left: 3.5rem;
  top: 653rem;
}
.l-container #feature .container2 {
  padding-top: 27.5rem;
  padding-bottom: 20rem;
}
.l-container #feature .container2 .anchor-link-indicator {
  top: 20rem;
}
.l-container #feature .container2 .container__number {
  top: 20rem;
  right: 3.25rem;
}
.l-container #feature .container2__1-2 {
  position: relative;
  width: calc(100% - 3.5rem);
}
.l-container #feature .container2__1-2 .onoff {
  top: -4.25rem;
  right: 2.25rem;
}
.l-container #feature .container2__3 {
  width: 71.5rem;
  margin-left: auto;
  margin-top: 9.5rem;
}
.l-container #feature .container2__4 {
  position: relative;
  width: 68rem;
  margin: 0 auto;
  margin-top: 37.5rem;
}
.l-container #feature .container2__4 .onoff {
  top: -5rem;
  left: 1.25rem;
}
.l-container #feature .container2__5 {
  margin-top: 7.5rem;
}
.l-container #feature .container2__6 {
  padding-right: 9.25rem;
  margin-top: 4.5rem;
}
.l-container #feature .container2 .credit3 {
  width: 62rem;
  left: 3.5rem;
  top: 330.25rem;
}
.l-container #feature .container2 .credit4 {
  width: 62rem;
  left: 3.5rem;
  top: 692.75rem;
}
.l-container #feature .container2 .credit4 .item:nth-child(5) {
  margin-bottom: 1rem;
}
.l-container #feature .container2 .credit4 .item:nth-child(7) {
  margin-right: 10rem;
}
.l-container #feature .container3 {
  padding-top: 16.5rem;
  background-color: #fff;
}
.l-container #feature .container3 .anchor-link-indicator {
  top: 16.5rem;
}
.l-container #feature .container3 .container__number {
  top: 16.5rem;
  right: 3.5rem;
}
.l-container #feature .container3__1-2 {
  position: relative;
  padding-right: 3.5rem;
}
.l-container #feature .container3__1-2 .onoff {
  top: -5.5rem;
  right: 4.5rem;
}
.l-container #feature .container3__3 {
  padding-left: 9.25rem;
  margin-top: 7.75rem;
}
.l-container #feature .container3__4 {
  position: relative;
  margin-top: 31.75rem;
}
.l-container #feature .container3__4 .onoff {
  top: -4rem;
  left: 3.5rem;
}
.l-container #feature .container3__5 {
  position: relative;
  padding-right: 14.5rem;
  margin-top: 10rem;
  z-index: 1;
}
.l-container #feature .container3__6 {
  width: 63rem;
  margin-top: -13.25rem;
  margin-left: auto;
  margin-bottom: 36rem;
}
.l-container #feature .container3 .credit5 {
  width: 65rem;
  left: 9rem;
  top: 304rem;
}
.l-container #feature .container3 .credit5 .item:nth-child(1) {
  margin-right: 10rem;
}
.l-container #feature .container3 .credit6 {
  width: 58rem;
  left: 12rem;
  top: 641rem;
}
.l-container #feature .container3 .credit6 .item:nth-child(1) {
  margin-right: 10rem;
}
.l-container #feature .container3 .credit6 .item:nth-child(4) {
  margin-right: 10rem;
}
.l-container #feature .container4 {
  padding-top: 17.5rem;
  padding-bottom: 20rem;
}
.l-container #feature .container4 .anchor-link-indicator {
  top: 17rem;
}
.l-container #feature .container4 .container__number {
  top: 17rem;
  right: 3.5rem;
}
.l-container #feature .container4__3 {
  padding-left: 12.25rem;
  margin-top: 9.25rem;
  margin-bottom: 29rem;
}
.l-container #feature .container4 video {
  width: 69rem;
}
.l-container #feature .container4 .credit7 {
  width: 58rem;
  left: 12rem;
  top: 306.5rem;
}
.l-container #feature .container4 .credit7 .item:nth-child(4) {
  margin-bottom: 0.5rem;
}
.l-container #feature .container5 {
  position: relative;
  padding-top: 18rem;
  padding-bottom: 23rem;
}
.l-container #feature .container5::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 140rem;
  bottom: 0;
  left: 0;
  background-color: rgb(233, 241, 246);
  z-index: -1;
}
.l-container #feature .container5 .anchor-link-indicator {
  top: 11.5rem;
}
.l-container #feature .container5 .container__number {
  top: 11.25rem;
  right: 3.75rem;
}
.l-container #feature .container5__1 {
  padding-left: 3.5rem;
}
.l-container #feature .container5__2 {
  padding-right: 9.25rem;
  margin-top: 8rem;
  margin-bottom: 30rem;
}
.l-container #feature .container5__3 {
  background-color: rgb(233, 241, 246);
  padding-top: 23.5rem;
}
.l-container #feature .container5 .credit8 {
  width: 58rem;
  left: 9rem;
  top: 310rem;
}
.l-container #feature .container5 .credit8 .item:nth-child(4) {
  margin-bottom: 0.5rem;
}
.l-container #feature .check-all-items {
  display: flex;
  width: 63.4rem;
  height: 8rem;
  align-items: center;
  justify-content: center;
  font-size: 4.6rem;
  color: rgb(65, 65, 65);
  letter-spacing: 0;
  border: 1px solid rgb(122, 122, 122);
  margin: 0 auto;
  margin-top: 14.5rem;
}
.l-container #feature .staffs {
  color: rgb(80, 80, 80);
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0;
  padding-top: 12.75rem;
  padding-left: 6rem;
  padding-bottom: 12.5rem;
}
.l-container #feature [data-fadein-texts] p {
  opacity: 0;
  transition: 1s;
}
.l-container #feature [data-fadein-texts] p::after {
  opacity: 0;
  transition-delay: 0.4s;
  transition: 1s;
}
.l-container #feature [data-fadein-texts] .container__texts {
  opacity: 0;
  transition-delay: 0.8s;
  transition: 1s;
}
.l-container #feature [data-fadein-texts].active p {
  opacity: 1;
}
.l-container #feature [data-fadein-texts].active p::after {
  opacity: 1;
  transition-delay: 0.4s;
}
.l-container #feature [data-fadein-texts].active .container__texts {
  transition-delay: 0.8s;
  opacity: 1;
}
.l-container #feature [data-fadein-basic] {
  transition: all 1.6s;
  transform: translateY(15rem);
  opacity: 0;
}
.l-container #feature [data-fadein-basic].active {
  transform: translateY(0);
  opacity: 1;
}
.l-container #feature [data-fadein-basic].delay {
  transition-delay: 0.4s;
}
.l-container #feature [data-fadein-onoff] .onoff {
  transition: all 1.6s;
  opacity: 0;
}
.l-container #feature [data-fadein-onoff] > *:not(.onoff) {
  transform: translateY(15rem);
  transition: all 1.6s;
  transition-delay: 0.4s;
  opacity: 0;
}
.l-container #feature [data-fadein-onoff].active .onoff {
  opacity: 1;
}
.l-container #feature [data-fadein-onoff].active > *:not(.onoff) {
  transform: translate(0);
  opacity: 1;
}
.l-container #feature [data-fadein-container] {
  transition-delay: 0;
}

.pc-footer {
  position: relative;
  background-color: #fff;
  margin: 0;
  z-index: 10;
}

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