html {
  font-size: 10px;
}

.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 .underline {
  display: inline-block;
  position: relative;
}

.l-container #feature .underline::after {
  content: '';
  width: 100%;
  height: 0.1rem;
  display: inline-block;
  background-color: #000;
  position: absolute;
  top: 2.1rem;
  opacity: 1;
}

.l-container #feature .up-button {
  width: 4rem;
  height: 4rem;
  background-color: #9E9E9E;
  margin-left: 5rem;
  position: absolute;
  right: 5.1rem;
  bottom: 5rem;
}

.l-container #feature .up-button .up-button-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(80%) rotate(-45deg);
}

.l-container #feature .default-img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.l-container #feature picture {
  display: block;
}

.l-container #feature .creditContainer .credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.l-container #feature .creditContainer li a {
  transition: 0.3s;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  position: relative;
}

.l-container #feature .creditContainer li a .price {
  padding-left: 0.1em;
}

.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--white a {
  color: white;
}

.l-container #feature .creditContainer--white a ::after {
  content: '';
  width: 100%;
  height: 0.1rem;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: 0.1rem;
  right: 0;
}

.l-container #feature .creditContainer--black a, .l-container #feature .creditContainer--top a {
  color: #000;
}

.l-container #feature .creditContainer--black a ::after, .l-container #feature .creditContainer--top a ::after {
  content: '';
  width: 100%;
  height: 0.1rem;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: 0.1rem;
  right: 0;
}

.l-container #feature .creditContainer--under {
  margin-top: 2.82rem;
}

.l-container #feature .creditContainer--above {
  position: absolute;
  bottom: 2.6rem;
  right: 0;
  left: 0;
}

.l-container #feature .creditContainer--top {
  position: absolute;
  top: 2.8rem;
  right: 0;
  left: 0;
}

.l-container #feature .creditContainer__item-06 {
  position: absolute;
  bottom: 32.4rem;
  left: 25rem;
}

.l-container #feature .creditContainer__item-07 {
  position: absolute;
  left: 15.3rem;
  bottom: -4.5rem;
}

.l-container #feature .creditContainer__item-08 {
  position: absolute;
  bottom: 5rem;
  left: 32.8rem;
}

.l-container #feature .creditContainer__item-09 {
  position: absolute;
  bottom: -77.5rem;
  left: 10.5rem;
}

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

.l-container #feature .hero__inner {
  position: relative;
  width: 140rem;
  margin: 0 auto 0;
  height: 90rem;
}

.l-container #feature .hero__img {
  position: absolute;
  overflow: hidden;
}

.l-container #feature .hero__img--wrap {
  background-image: url("../img/hero_bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: relative;
  width: 100%;
  height: 100%;
}

.l-container #feature .hero__img .inner {
  position: absolute;
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: width .8s ease .5s;
}

.l-container #feature .hero__img .inner img {
  transition: transform .8s ease .5s;
  transform: scale(1.13);
}

.l-container #feature .hero__img01 {
  width: 47.5rem;
  top: 23.8rem;
  left: 16rem;
  height: 60rem;
}

.l-container #feature .hero__img01 .inner {
  left: 0;
}

.l-container #feature .hero__img01 img {
  position: absolute;
  left: 0;
  width: 47.5rem;
}

.l-container #feature .hero__img02 {
  width: 56rem;
  height: 60.1rem;
  top: 3.2rem;
  left: 62.5rem;
}

.l-container #feature .hero__img02 .inner {
  right: 0;
}

.l-container #feature .hero__img02 img {
  position: absolute;
  right: 0;
  width: 56rem;
}

.l-container #feature .hero .hero__inner.is-active .inner {
  width: 100%;
}

.l-container #feature .hero .hero__inner.is-active .inner img {
  transform: scale(1);
}

.l-container #feature .hero__txt {
  position: absolute;
  top: 57.2rem;
  right: 15rem;
  width: 63rem;
  transition-delay: 1.3s;
}

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

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

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

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

.l-container #feature .container01__wrap {
  display: flex;
  margin-top: 25rem;
  justify-content: center;
  gap: 8.5rem;
  margin-left: 8rem;
}

.l-container #feature .container01__left {
  width: 40rem;
}

.l-container #feature .container01__right {
  width: 48rem;
  position: relative;
}

.l-container #feature .container01__right h3 {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: .04em;
  color: #000;
  text-align: left;
  position: relative;
}

.l-container #feature .container01__right h3::after {
  content: '';
  width: 0;
  height: 0.1rem;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  transition: width 1s .3s;
}

.l-container #feature .container01__right h3.is-active::after {
  width: 50vw;
}

.l-container #feature .container01__right h2 {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
  color: #000;
  text-align: left;
  margin-top: 1.5rem;
}

.l-container #feature .container01__right h2 span {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 3.3rem;
  letter-spacing: 0.17em;
  color: #000;
  margin-left: 1.4rem;
}

.l-container #feature .container01__right p {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 2.7rem;
  letter-spacing: 0.07em;
  color: #000;
  margin-top: 2.1rem;
  text-align: justify;
}

.l-container #feature .container01__img_02 {
  margin-top: 14.9rem;
}

.l-container #feature .container02 {
  margin-top: 13.6rem;
}

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

.l-container #feature .container02__left {
  position: absolute;
  width: 40rem;
  left: 25.8rem;
  top: -28.5rem;
  z-index: 1;
}

.l-container #feature .container02__right {
  width: 44rem;
  margin-left: 23.5rem;
}

.l-container #feature .container03 {
  margin-top: 7.8rem;
  margin-bottom: 73.5rem;
}

.l-container #feature .container03__img {
  position: relative;
  width: 48rem;
  margin-left: 34.5rem;
}

.l-container #feature .container03 h2 {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 9rem;
  line-height: 4.62rem;
  letter-spacing: 0.06em;
  color: #E7E7E7;
  position: absolute;
  top: -0.9rem;
  bottom: -2.1rem;
  right: 46.8rem;
}

.l-container #feature .sand-lizard {
  position: relative;
}

.l-container #feature .sand-lizard-background::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 240rem;
  top: 0rem;
  left: 0;
  background-color: #053909;
  z-index: -1;
  clip-path: inset(100% 0 0 0);
  transition: 1.2s 0.3s cubic-bezier(0.33, 1, 0.68, 1) clip-path;
}

.l-container #feature .sand-lizard.is-active .sand-lizard-background::after {
  clip-path: inset(0 0 0 0);
}

.l-container #feature .container04 {
  position: relative;
  height: 77rem;
}

.l-container #feature .container04__inner {
  position: absolute;
  width: 60rem;
  left: -3.2rem;
  right: 0;
  top: -37.3rem;
}

.l-container #feature .container04__img {
  position: relative;
}

.l-container #feature .container04 h4 {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11.6rem;
  line-height: 4.6rem;
  letter-spacing: -0.01em;
  top: -6.2rem;
  left: -0.8rem;
  white-space: nowrap;
  color: #003200;
  position: absolute;
}

.l-container #feature .container04__txt_box h3 {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: .04em;
  color: #fff;
  text-align: left;
  margin-top: 5.4rem;
  position: relative;
}

.l-container #feature .container04__txt_box h3::after {
  content: '';
  width: 0;
  height: 0.1rem;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -0.8rem;
  right: 0;
  transition: width 1s .3s;
}

.l-container #feature .container04__txt_box h3.is-active::after {
  content: '';
  width: 80vw;
  height: 0.1rem;
  display: inline-block;
  background-color: #fff;
  position: absolute;
  bottom: -0.8rem;
  right: 0;
}

.l-container #feature .container04__txt_box h2 {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  line-height: 4.6rem;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: left;
  margin-top: 1.8rem;
}

.l-container #feature .container04__txt_box h2 span {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 3.3rem;
  letter-spacing: 0.17em;
  color: #fff;
  margin-left: 1.4rem;
}

.l-container #feature .container04__txt_box p {
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 2.7rem;
  letter-spacing: 0.09em;
  color: #fff;
  margin-top: 2.1rem;
  text-align: justify;
}

.container05__wrap {
  height: 131.5rem;
  position: relative;
}

.container05__wrap h2 {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 9rem;
  line-height: 4.62rem;
  letter-spacing: 0.065em;
  color: #154C2F;
  position: absolute;
  left: 45.4rem;
  top: 26.3rem;
  white-space: nowrap;
}

.container05__img_01 {
  width: 40rem;
  position: absolute;
  left: 22.5rem;
}

.container05__img_02 {
  width: 40rem;
  position: absolute;
  top: 63rem;
  left: -4.9rem;
}

.container05__right {
  width: 50rem;
  position: absolute;
  right: -65.5rem;
  top: 25.5rem;
}

.container06 {
  height: 31.6rem;
}

.container06__inner {
  position: relative;
}

.container06__inner h2 {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10.5rem;
  line-height: 4.6rem;
  letter-spacing: -0.01em;
  top: 57.3rem;
  left: 42rem;
  color: #003200;
  position: absolute;
}

.container06__img {
  position: absolute;
  width: 55rem;
  left: 42.5rem;
}

.container07 {
  height: 57rem;
  position: relative;
}

.container07__inner {
  position: absolute;
}

.container07__inner a {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.16rem;
  letter-spacing: 0.03em;
  color: #000;
  margin-top: 48.5rem;
}

.anime-fadeUp {
  opacity: 0;
  transition: 1s ease all;
  transform: translateY(10rem);
}

.anime-fadeUp.is-active {
  opacity: 1;
  transform: translateY(0) translateX(0) translateZ(0);
}

.feature-snslist {
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
