html {
  font-size: 10px;
}

html {
  font-size: 0.419047619vw;
  overflow-x: hidden;
}

.l-container {
  width: 100%;
}

.l-container #feature {
  margin: 0 auto;
  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 .credit {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  column-gap: 2.5rem;
}
.l-container #feature .creditContainer li {
  width: fit-content;
  position: relative;
  font-family: "century-gothic", sans-serif;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.06em;
  color: #595757;
}
.l-container #feature .creditContainer li a {
  color: #595757;
  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 .price {
  margin-left: 0.5rem;
}
.l-container #feature .hero {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 0;
}
.l-container #feature .hero__block {
  position: relative;
}
.l-container #feature .hero__img_txt-01 {
  position: relative;
  margin: 12.4rem auto 0;
  width: 57rem;
}
.l-container #feature .hero__img_txt-01::before {
  content: "";
  position: absolute;
  top: 16.1rem;
  left: 28.4rem;
  width: 2px;
  height: 0;
  background-color: #7c4340;
  transition-delay: 1.5s;
  transition: height 1s ease;
}
.l-container #feature .hero__img_txt-01.animate-active::before {
  transition-delay: 0.5s;
  height: 7rem;
}
.l-container #feature .hero__txt {
  margin: 15.8rem auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 4.6rem;
  letter-spacing: 0.14em;
  color: #595757;
  font-feature-settings: "palt";
}
.l-container #feature .hero__txt.animate-active {
  transition-delay: 1.5s;
}
.l-container #feature .container {
  position: relative;
}
.l-container #feature .container__inner {
  width: 75rem;
  margin: 0 auto 0;
}
.l-container #feature .container__block {
  position: relative;
}
.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%;
  object-fit: cover;
  object-position: right top;
}
.l-container #feature .pc-flex__left .left_img_txt {
  position: absolute;
  top: 7.7rem;
  left: 3.5714285714vw;
  width: 42rem;
}
.l-container #feature .pc-flex__left .left_img_txt.animate-active {
  transition-delay: 1s;
}
.l-container #feature .pc-flex__right {
  margin: auto;
  width: 50%;
}
.l-container #feature .container01__img_01 {
  margin: 13.8rem auto 0;
  width: 75rem;
}
.l-container #feature .container01 .img_txt-02 {
  position: absolute;
  top: 69.7rem;
  left: 54.8rem;
  width: 7.1rem;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}
.l-container #feature .container01 .img_txt-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 .container01 .creditContainer_01 {
  margin: 4.1rem auto 0;
  width: 45rem;
}
.l-container #feature .container01 .creditContainer_01 li:nth-child(2)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: -1.8rem;
  color: #595757;
}
.l-container #feature .container02 {
  position: relative;
}
.l-container #feature .container02__img_02 {
  position: relative;
  margin: 19.1rem 0 0 auto;
  width: 66rem;
  z-index: 5;
}
.l-container #feature .container02__img_03 {
  position: relative;
  margin: -0.3rem auto 0 0.3rem;
  width: 62.1rem;
  z-index: 10;
  opacity: 0;
  transform: rotate(0deg);
  transition: all 1s ease;
}
.l-container #feature .container02__img_03.animate-active {
  opacity: 1;
  transform: rotate(-9.1deg);
}
.l-container #feature .container02__img_03 a::after {
  -webkit-mask-image: url("../img/img_03.png");
  mask-image: url("../img/img_03.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.l-container #feature .container02 .img_txt-03 {
  position: absolute;
  top: 9rem;
  left: 38.9rem;
  width: 22.1rem;
  z-index: 15;
  pointer-events: none;
  clip-path: inset(0 0 100% 0);
}
.l-container #feature .container02 .img_txt-03.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 .container02 .creditContainer_02 {
  margin: 6.8rem auto 0;
  width: 60rem;
}
.l-container #feature .container03 {
  position: relative;
}
.l-container #feature .container03__img_04 {
  margin: 19.2rem auto 0;
  width: 75rem;
}
.l-container #feature .container03 .img_txt-04 {
  position: absolute;
  top: 36.8rem;
  left: 4.4rem;
  width: 29.4rem;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.l-container #feature .container03 .img_txt-04.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__bottom {
  position: relative;
  padding-bottom: 14rem;
  background-color: #d8b59e;
}
.l-container #feature .container03__bottom--inner {
  padding-top: 16rem;
  opacity: 0;
  transform: translateY(10rem);
  transition: 1s ease all;
}
.l-container #feature .container03__bottom--inner.animate-active {
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0);
}
.l-container #feature .container03__img_credit-01 {
  position: absolute;
  top: 12.5rem;
  right: 16.7rem;
  width: 27.8rem;
  z-index: 10;
}
.l-container #feature .container03__img_credit-01 a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
.l-container #feature .container03__img_credit-01 a::after {
  display: none;
}
.l-container #feature .container03__img_credit-02 {
  position: absolute;
  top: 22.9rem;
  right: 7.5rem;
  width: 9.5rem;
  z-index: 10;
}
.l-container #feature .container03__img_credit-02 a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
.l-container #feature .container03__img_credit-02 a::after {
  display: none;
}
.l-container #feature .container03__img_credit-03 {
  position: absolute;
  top: 37.1rem;
  right: 2.9rem;
  width: 5.4rem;
  z-index: 10;
}
.l-container #feature .container03__img_credit-03 a:hover {
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}
.l-container #feature .container03__img_credit-03 a::after {
  display: none;
}
.l-container #feature .container03__img_05 {
  margin: 0 auto 0;
  width: 64rem;
}
.l-container #feature .container03__img_05 a::after {
  -webkit-mask-image: url("../img/img_05.png");
  mask-image: url("../img/img_05.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.l-container #feature .container03__img_txt-05 {
  margin: 8.9rem auto 0;
  width: 63.4rem;
  pointer-events: none;
}
.l-container #feature .container04 {
  position: relative;
}
.l-container #feature .container04__img_06 {
  margin: 16rem auto 0 0;
  width: 66rem;
}
.l-container #feature .container04__img_07 {
  margin: -0.3rem -0.3rem 0 auto;
  width: 62.1rem;
  opacity: 0;
  transform: rotate(0deg);
  transition: all 1s ease;
}
.l-container #feature .container04__img_07.animate-active {
  opacity: 1;
  transform: rotate(9.8deg);
}
.l-container #feature .container04__img_07 a::after {
  -webkit-mask-image: url("../img/img_07.png");
  mask-image: url("../img/img_07.png");
  -webkit-mask-size: cover;
  mask-size: cover;
}
.l-container #feature .container04 .img_txt-06 {
  position: absolute;
  top: 17.6rem;
  right: 4.2rem;
  width: 21.4rem;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
}
.l-container #feature .container04 .img_txt-06.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_03 {
  margin: 7.1rem auto 0;
  width: 45rem;
}
.l-container #feature .container05 {
  position: relative;
  padding-bottom: 10rem;
}
.l-container #feature .container05__img_A {
  margin: 19.1rem auto 0;
  width: 56rem;
}
.l-container #feature .container05__txt {
  margin: 15.2rem auto 0;
  font-family: "century-gothic", sans-serif;
  font-size: 2rem;
  line-height: 3.6rem;
  letter-spacing: 0.06em;
  color: #595757;
  font-feature-settings: "palt";
}
.l-container #feature .js-fade_img {
  opacity: 0;
  transition: 1s ease all;
}
.l-container #feature .js-fade_img.animate-active {
  opacity: 1;
}

.feature-snslist {
  overflow: hidden;
}

.pc-footer {
  margin: 0;
}

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