html {
  font-size: 10px;
}

html {
  font-size: calc(10 * (100vw / 2100));
}

body {
  overflow-x: hidden;
}

.pc-header-main.is-fixed {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease;
  transition-delay: 0.8s;
}

.l-container {
  width: 100%;
}

.l-container #feature {
  margin: 0 auto;
  font-feature-settings: "palt";
  width: 100%;
  text-align: center;
  overflow: clip;
}

.l-container #feature * {
  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 {
  position: relative;
  width: fit-content;
  font-family: "apparat-light", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.96rem;
  letter-spacing: .02em;
}

.l-container #feature .creditContainer .credit {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.3rem;
}

.l-container #feature .creditContainer li {
  position: relative;
  width: fit-content;
}

.l-container #feature .creditContainer li a {
  color: #000;
  transition: 0.3s;
  text-decoration: none;
}

.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 li:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -1.5rem;
}

.l-container #feature .creditContainer .price {
  margin-left: 0.75rem;
}

.l-container #feature .hero {
  margin: 0 auto 0;
  width: 100%;
  position: relative;
}

.l-container #feature .hero__inner {
  width: 210rem;
  margin: 0 auto 0;
}

.l-container #feature .hero__img {
  margin: 0 auto 0;
  width: 210rem;
}

.l-container #feature .hero__txt-top {
  margin-top: 12.1rem;
  font-family: "apparat-light", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8.4rem;
  line-height: 8.035rem;
  letter-spacing: -0.015em;
  color: #000;
  opacity: 0;
  transition: 1s ease all;
}

.l-container #feature .hero__txt-top.animate-active {
  opacity: 1;
}

.l-container #feature .hero__txt-bottom {
  position: relative;
  margin-top: 4.8rem;
  font-family: "apparat-light", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.2rem;
  line-height: 3.431rem;
  letter-spacing: .04em;
  color: #000;
  opacity: 0;
  transition: 1s ease all;
}

.l-container #feature .hero__txt-bottom.animate-active {
  opacity: 1;
  transition-delay: 0.5s;
}

.l-container #feature .hero__txt-bottom.animate-active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20rem;
  width: 0;
  border-bottom: solid 1px #000;
  transform: translateX(-50%);
  animation: border_anim 0.4s linear forwards;
  animation-delay: 1s;
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 10rem;
  }
}

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

.l-container #feature .container__inner {
  width: 210rem;
  margin: 0 auto;
}

.l-container #feature .container__num {
  font-family: "apparat-light", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.9rem;
  line-height: 3.65rem;
  letter-spacing: .04em;
  color: #000;
  opacity: 0;
  transition: 1s ease all;
}

.l-container #feature .container__num.animate-active {
  opacity: 1;
  transition-delay: 0.2s;
}

.l-container #feature .container__ttl {
  margin-top: 3rem;
  font-family: "apparat-light", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5.2rem;
  line-height: 7.2rem;
  letter-spacing: .01em;
  color: #000;
  opacity: 0;
  transition: 1s ease all;
}

.l-container #feature .container__ttl.animate-active {
  opacity: 1;
  transition-delay: 0.6s;
}

.l-container #feature .container__wrap {
  position: relative;
  display: flex;
  justify-content: left;
}

.l-container #feature .js-zoom {
  overflow: hidden;
}

.l-container #feature .js-zoom .fadeUp-hidden {
  opacity: 0;
  scale: 1.2;
  transition: 1.5s ease all;
}

.l-container #feature .js-zoom .animate-active {
  opacity: 1;
  scale: 1;
}

.l-container #feature .js-fade.fadeUp-hidden {
  opacity: 0;
  transition: 1s ease all;
}

.l-container #feature .js-fade.animate-active {
  opacity: 1;
}

.l-container #feature .js-slide.fadeUp-hidden {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.l-container #feature .js-slide.animate-active {
  clip-path: inset(0 0 0 0);
}

.l-container #feature .js-top.fadeUp-hidden {
  opacity: 0;
  transition: 1s ease all;
  transform: translateY(-10rem);
}

.l-container #feature .js-top.animate-active {
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0);
}

.l-container #feature .js-bottom.fadeUp-hidden {
  opacity: 0;
  transition: 1s ease all;
  transform: translateY(10rem);
}

.l-container #feature .js-bottom.animate-active {
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0);
}

.l-container #feature .js-left.fadeUp-hidden {
  opacity: 0;
  transition: 1s ease all;
  transform: translateX(-10rem);
}

.l-container #feature .js-left.animate-active {
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0);
}

.l-container #feature .js-right.fadeUp-hidden {
  opacity: 0;
  transition: 1s ease all;
  transform: translateX(10rem);
}

.l-container #feature .js-right.animate-active {
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0);
}

.l-container #feature .container01 {
  position: sticky;
  margin: 39.8rem auto 0;
  padding-bottom: 20rem;
}

.l-container #feature .container01__inner {
  position: relative;
  margin: auto;
}

.l-container #feature .container01__img_01 {
  margin: 12rem auto 0;
  width: 104rem;
}

.l-container #feature .container01__img_02 {
  position: absolute;
  width: 62rem;
  top: -8rem;
  left: 24rem;
}

.l-container #feature .container01__img_03 {
  margin: 32.1rem 20rem 0 auto;
  width: 80rem;
}

.l-container #feature .container01 .creditContainer {
  margin: 3.3rem 20rem 0 auto;
}

.l-container #feature .container02 {
  position: sticky;
  margin: 0rem auto 0;
  padding-top: 19.8rem;
  padding-bottom: 20rem;
  background-color: #fff;
}

.l-container #feature .container02__inner {
  position: relative;
  margin: auto;
}

.l-container #feature .container02__img_04 {
  margin: 12.2rem auto 0 21rem;
  width: 84rem;
}

.l-container #feature .container02__img_05 {
  position: absolute;
  width: 58rem;
  top: -18rem;
  right: 18rem;
}

.l-container #feature .container02__img_06 {
  margin: 68.5rem 57rem 0 auto;
  width: 96rem;
}

.l-container #feature .container02 .creditContainer {
  margin: 3.3rem auto 0;
}

.l-container #feature .container03 {
  position: sticky;
  margin: 0rem auto 0;
  padding-top: 19.8rem;
  padding-bottom: 20rem;
  background-color: #fff;
}

.l-container #feature .container03__inner {
  position: relative;
  margin: auto;
}

.l-container #feature .container03__img_07 {
  margin: 12.3rem 4rem 0.6rem 53rem;
  width: 104rem;
}

.l-container #feature .container03__wrap {
  align-items: end;
}

.l-container #feature .container03__img_08 {
  margin: 56.4rem 6rem 0 32rem;
  width: 76rem;
}

.l-container #feature .container03__img_09 {
  margin: 24.4rem 0 0;
  width: 64rem;
}

.l-container #feature .container03 .creditContainer .credit {
  flex-direction: column;
  text-align: left;
}

.l-container #feature .container03 .creditContainer .credit li::after {
  display: none;
}

.l-container #feature .container04 {
  position: sticky;
  margin: 0rem auto 0;
  padding-top: 19.8rem;
  padding-bottom: 80rem;
  background-color: #fff;
}

.l-container #feature .container04__inner {
  position: relative;
  margin: auto;
}

.l-container #feature .container04__img_10 {
  margin: 12.4rem auto 0 20rem;
  width: 58rem;
}

.l-container #feature .container04__img_11 {
  margin: 0 auto 0 20rem;
  width: 58rem;
}

.l-container #feature .container04__img_12 {
  position: absolute;
  width: 92rem;
  top: 122.2rem;
  right: 12rem;
}

.l-container #feature .container04 .creditContainer {
  margin: 3.4rem auto 0 20rem;
}

.l-container #feature .container05 {
  position: relative;
  margin: 0rem auto 0;
  padding-top: 20rem;
  padding-bottom: 16.5rem;
  background-color: #fff;
}

.l-container #feature .container05__inner {
  position: relative;
  margin: auto;
}

.l-container #feature .container05__wrap {
  align-items: end;
}

.l-container #feature .container05__img_13 {
  margin: 12.3rem 38rem 0 auto;
  width: 72rem;
}

.l-container #feature .container05__img_14 {
  margin: 12rem 4rem 0.6rem 27rem;
  width: 108rem;
}

.l-container #feature .container05__btn {
  position: relative;
  width: fit-content;
  margin: 26.3rem auto 0;
  font-family: "apparat-light", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 2.64rem;
  letter-spacing: .04em;
  color: #000;
}

.l-container #feature .container05__btn::after {
  content: '';
  position: absolute;
  bottom: -1.6rem;
  left: 3.5rem;
  width: 13.1rem;
  height: 1px;
  border-bottom: solid 1px #000;
}

.l-container #feature .container05 .creditContainer .credit {
  flex-direction: column;
  text-align: left;
}

.l-container #feature .container05 .creditContainer .credit li::after {
  display: none;
}

.l-container #feature .pc-header-main {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.l-container #feature .pc-header-main.is-fixed {
  opacity: 0;
  visibility: hidden;
  animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

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

.breadcrumbs {
  max-width: 100%;
}

.feature-snslist {
  overflow: hidden;
}

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

.pic__accordion {
  display: none !important;
}

.pc-header {
  overflow: hidden;
}
