@charset "UTF-8";


html {
  font-size: 10px;
}

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

/*-------------------------
 common
-------------------------*/
.l-footer {
  padding: 0;
}
.pc-footer {
  margin: 0;
}
.l-container {
  width: 100%;
  margin: auto;
}

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

.feature {
  width: 100%;
}

.feature-inner {
  width: 100%;
  margin: auto;
}


.feature img {
  width: 100%;
  height: auto;
  display: block;
}

.feature a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.feature a:link,
.feature a:visited {
  color: #231815;
}

.feature a:hover {
  opacity: 0.6;

}

.feature .section {
  position: relative;
}

.feature .flex {
  display: flex;
}

/*-------------------------
 cursor
-------------------------*/
body {
  cursor: none;
}

.custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #231815;
  pointer-events: none;
  z-index: 10000;
}

/*-------------------------
 slide
-------------------------*/
.slider img,
.slider02 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#feature .slick-dots {
  position: absolute;
  margin: 0;
  top: 90.5rem;
  right: -1.05rem;
  width: 100%;
  text-align: right;
}

#feature .sec22 .slick-dots {
  position: absolute;
  margin: 0;
  top: 91.5rem;
  right: -0.5rem;
  width: 100%;
  text-align: right;
}

#feature .slick-dots li {
  margin: 0 0.6rem;
}

#feature .slick-dots li.slick-active button {
  background: #000;
  content: "";
}

#feature .slick-dots li button {
  width: 1rem;
  height: 1rem;
  background: #B5B5B6;
  border-radius: 50%;
  padding: 0;
}

#feature .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 2.45rem;
  text-align: right;
}

#feature .slick-dots li button:before {
  content: "";
}

/*-------------------------
 fade
-------------------------*/
.fadeIn {
  transform: translate(0px, 50px);
  opacity: 0;
  transition: 1.5s;
}

.fadeIn-txt {
  opacity: 0;
}

.fadeIn-txt.is_show {
  opacity: 1;
}

.fadeIn-hero {
  opacity: 0;
  transition: 1.5s;
  width: 100%;
  margin: auto;
  transform: translate(0px, 50px);
  position: relative;
}

.fadeIn.is_show,
.fadeIn-hero.is_show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn-hero h2 {
  position: absolute;
  top: 6.6rem;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.fadeIn-hero h2 img {
  width: 20.2rem;
  margin: auto;
}

.fadeIn-hero .hero-ttl {
  width: 30.1rem;
  position: absolute;
  bottom: 8.1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 3.6rem;
  letter-spacing: -0.04em;
  color: #fff;
}

.fadeIn-hero .hero-ttl p {
  line-height: 1;
}

.fadeIn-hero .hero-ttl p:first-child {
  margin-bottom: 5rem;
}

/*-------------------------
 animation
-------------------------*/
.appearRandomtext {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

/* 初期状態のスタイル */
.TextRandomAnime span {
  opacity: 0;
}

.feature .TextTyping span {
  display: none;
}

.feature .TextRandomAnime span {
  opacity: 0;
}

.feature .TextRandomAnime.appearRandomtext span {
  /* -webkit-animation: text_randomanime_on 0.5s ease-out forwards; */
  animation: text_randomanime_on 0.5s ease-out forwards;
}

.feature .TextRandomAnime.appearRandomtext span:nth-child(2n) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  /* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}

.feature .TextRandomAnime.appearRandomtext span:nth-child(3n+1) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
  /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

@-webkit-keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*-------------------------
 credit
-------------------------*/
.creditContainer {
  position: fixed;
  top: 13.5rem;
  left: 27.7rem;
  pointer-events: none;
  text-align: center;
  transition: ease-in, opacity 0.8s;
  opacity: 0;
  z-index: 999;
}
.creditContainer.active{
  opacity: 1;
  pointer-events: all;
}

#area06 .credit {
  width: 38rem;
  text-align: left;
  line-height: 2;
  margin-top: -2.5rem;
}
#area06 .item:nth-child(3):before {
  position: absolute;
  content: "";
}
.credit .item {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  letter-spacing: 0;
  position: relative;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
    z-index: 999;
}
.credit .item:before {
  position: absolute;
  right: -0.4rem;
  bottom: 0;
  content: ",";
}
.sec06-credit .item:nth-child(3):before {
  position: absolute;
  content: "";
}
.credit .item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.credit .item:last-child:before {
  display: none;
}
.credit .item.-none:before {
  display: none;
}
.credit .link {
  font-size: 1.4rem;
  line-height: 1;
  transition: 0.3s;
  position: relative;
  color: #000;
}
.credit .link:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.7;
}
.credit .price {
  margin-left: 0.5rem;
  padding-left: 0.6rem;
  position: relative;
}
.credit .price:before {
  position: absolute;
  left: 0;
  bottom: calc(50% - 0.6rem);
  height: 1.2rem;
  width: 0.1rem;
  content: "";
  background: #231815;
  transform: rotate(22deg);
}

.sec01-credit {
  position: absolute;
  top: 5rem;
  left: 27.6rem;
}
.sec02-credit {
  position: absolute;
  top: 2.6rem;
  left: 27.7rem;
}
.sec03-credit {
  position: absolute;
  top: 2.7rem;
  left: 27.7rem;
}
.sec04-credit {
  position: absolute;
  top: 2.2rem;
  left: 27.7rem;
}
.sec05-credit {
  position: absolute;
  top: 3rem;
  left: 27.7rem;
}
.sec06-credit {
  position: absolute;
  top: 1.5rem;
  left: 27.7rem;
  width: 38rem;
  text-align: left;
  line-height: 1.8;
}
.sec07-credit {
  position: absolute;
  top: 2.2rem;
  left: 27.6rem;
}
.sec08-credit {
  position: absolute;
  top: 2.8rem;
  left: 27.7rem;
}
.sec09-credit {
  position: absolute;
  top: 2.5rem;
  left: 27.7rem;
}
.sec10-credit {
  position: absolute;
  top: 2.2rem;
  left: 27.7rem;
}
.sec11-credit {
  position: absolute;
  top: 2.8rem;
  left: 27.7rem;
}
.sec12-credit {
  position: absolute;
  top: 3rem;
  left: 27.6rem;
}
.sec13-credit {
  position: absolute;
  top: 2.5rem;
  left: 27.7rem;
}
.sec14-credit {
  position: absolute;
  top: 1.7rem;
  left: 27.7rem;
}
.sec20 .sec14-credit {
  position: absolute;
  top: 2.6rem;
  left: 27.7rem;
}
.sec15-credit {
  position: absolute;
  top: 2.6rem;
  left: 27.7rem;
}


/*-------------------------
 top
-------------------------*/
#feature .hero img {
  width: 100%;
}

#feature .hero-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#feature .hero-lead h2 {
  font-family: "century-gothic", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-top: 6rem;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #000;
}

#feature .hero-lead h2 span:first-child {
  font-size: 1rem;
  letter-spacing: 0.2em;
}

#feature .hero-lead h2 span:last-child {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-left: 0.5rem;
}

#feature .lead .inner {
  display: flex;
  margin-top: 7.2rem;
  justify-content: space-between;
}

#feature .lead-txt {
  margin-top: 2.9rem;
  margin-left: 6.3rem;
}

#feature .lead .lead-txt h2 {
  width: 61.6rem;
}

#feature .lead .lead-txt p {
  width: 55.8rem;
  font-size: 2.5rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: left;
  color: #868F90;
  margin-top: 2.8rem;
  margin-left: 1.5rem;
}

#feature .lead .lead-txt .space {
  margin-left: 1rem;
}

#feature .lead-img {
  width: 132.8rem;
}

/*-------------------------
  content
-------------------------*/
.main {
  position: relative;
  top: 0;
}

.main .preorder {
  width: 19.9rem;
  position: sticky;
  top: 11rem;
  text-align: left;
  margin-top: 23.8rem;
  margin-left: 5.1rem;
  margin-bottom: 0;
}

#feature .number {
  font-size: 6.8rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #231815;
  -webkit-text-stroke: 0.52px #F5F7F7;
  text-stroke: 0.52px #F5F7F7;
}

/** sec01 **/
#feature .sec01 {
  margin-top: -10.5rem;
}
#feature .sec01 .inner {
  display: flex;
  justify-content: end;
  gap: 5.8rem;
  align-items: end;
  margin:2.2rem 25rem 0 auto;
}

#feature .sec01 .number {
  margin-bottom: -0.5rem;
}

#feature .sec01-1 {
  width: 60.2rem;
  position: relative;
  z-index: 1;
}

/** sec02 **/
#feature .sec02 .inner {
  display: flex;
  justify-content: end;
  gap: 2rem;
  align-items: end;
  margin: 23.8rem 8rem 0 auto;
}

#feature .sec02 .number {
  margin-bottom: 13.2rem;
  margin-right: 5.5rem;
}

#feature .sec02-1 {
  width: 60.3rem;
  position: relative;
  z-index: 1;
}

#feature .sec02-2 {
  width: 60.3rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/** sec03 **/
#feature .sec03 .inner {
  margin-top: 23.6rem;
}

#feature .sec03-1 {
  width: 132.9rem;
  position: relative;
  z-index: 1;
  margin: auto;
}


#feature .sec03_2 .inner {
  display: flex;
  justify-content: end;
  gap: 2.5rem;
  align-items: start;
  margin: 23.6rem 8rem 0 auto;
}

#feature .sec03_2 .number {
  margin-top: 20.5rem;
  margin-right: 4rem;
}

#feature .sec03-2 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec03-3 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}


/** sec04 **/
#feature .sec04 .inner {
  display: flex;
  justify-content: end;
  gap: 42.5rem;
  align-items: end;
  margin: 25.8rem 12.2rem 0 auto;
}

#feature .sec04-1 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec04-txt {
  margin-bottom: 7rem;
}

#feature .sec04-txt h2 {
  font-size: 2.7rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 100;
  letter-spacing: 0rem;
  line-height: 1;
  text-align: left;
}

#feature .sec04-txt p {
  width: 55.8rem;
  font-size: 1.9rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  letter-spacing: -0.02em;
  line-height: 1.7;
  text-align: justify;
  color: #231815;
  margin-top: 2.3rem;
}

/** sec05 **/
#feature .sec05 .inner {
  /* display: flex; */
  /* justify-content: center; */
  /* gap: 4em; */
  /* align-items: end; */
  margin-top: 28.2rem;
}

#feature .sec05 .number {
  /* margin-bottom: 10.2rem; */
  font-size: 6.8rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 100;
  letter-spacing: 0;
  position: absolute;
  top: 68rem;
  right: 59rem;
}

#feature .sec05-1 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin: auto;
}

#feature .sec05_2 {
  margin-top: -26.3rem;
}

#feature .sec05-2 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  margin: auto;
}

/** sec06 **/
#feature .sec06 .inner {
  display: flex;
  justify-content: end;
  gap: 2.3rem;
  align-items: start;
  margin: 25.8rem 8rem 0 auto;
}

#feature .sec06 .number {
  margin-right: 8.5rem;
  line-height: 1.5;
  text-align: right;
}

#feature .sec06-1 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec06-2 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/** sec07 **/
#feature .sec07 .inner {
  display: flex;
  justify-content: end;
  gap: 42.7rem;
  align-items: end;
  margin: 11.5rem 18rem 0 auto;
}

#feature .sec07-1 {
  width: 59.8rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec07-txt {
  margin-bottom: 7.2rem;
}

#feature .sec07-txt h2 {
  font-size: 2.7rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 100;
  letter-spacing: 0rem;
  line-height: 1;
  text-align: left;
}

#feature .sec07-txt p {
  width: 50rem;
  font-size: 1.9rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  letter-spacing: -0.02em;
  line-height: 1.6;
  text-align: left;
  color: #231815;
  margin-top: 2.3rem;
}

/** sec08 **/
#feature .sec08 .inner {
  display: flex;
  justify-content: end;
  gap: 2.5rem;
  align-items: end;
  margin: 23.8rem 7.5rem 0 auto;
}

#feature .sec08 .number {
  margin-bottom: 10rem;
  margin-right: 3rem;
}

#feature .sec08-1 {
  width: 60.3rem;
  position: relative;
  z-index: 1;
}

#feature .sec08-2 {
  width: 60.3rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/** sec09 **/
#feature .sec09 .inner {
  display: flex;
  justify-content: end;
  gap: 4.6rem;
  align-items: end;
  margin: 23.8rem 26.6rem 0 auto;
}

#feature .sec09 .number {
  margin-bottom: 13.5rem;
  font-size: 6.4rem;
}

#feature .sec09-1 {
  width: 60.3rem;
  position: relative;
  z-index: 1;
}

/** sec10 **/
#feature .sec10 .inner {
  margin-top: 22.2rem;
}

#feature .sec10-1 {
  width: 133rem;
  position: relative;
  z-index: 1;
  margin: auto;
}


#feature .sec10_2 .inner {
  display: flex;
  justify-content: end;
  gap: 2.4rem;
  align-items: start;
  margin: 23.8rem 7.5rem 0 auto;
}

#feature .sec10_2 .number {
  margin-top: 25.3rem;
  margin-right: 3rem;
  font-size: 6.5rem;
}

#feature .sec10-2 {
  width: 60.3rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec10-3 {
  width: 60.4rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/** sec11 **/
#feature .sec11 .inner {
  display: flex;
  justify-content: end;
  gap: 42.3rem;
  align-items: end;
  margin: 25.7rem 24.2rem 0 auto;
}

#feature .sec11-1 {
  width: 60.2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec11-txt {
  margin-bottom: 10.3rem;
}

#feature .sec11-txt h2 {
  font-size: 2.7rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
}

#feature .sec11-txt p {
  width: 43.8rem;
  font-size: 1.9rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  letter-spacing: -0.02em;
  line-height: 1.7;
  text-align: justify;
  color: #231815;
  margin-top: 2.3rem;
}

/** sec12 **/
#feature .sec12 .inner {
  margin: 23.9rem 40.2rem 0 auto;
}

#feature .sec12-1 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-left: auto;
}

#feature .sec12_2 .inner {
  margin: 1.8rem 40.2rem 0 auto;
}

#feature .sec12_2 .number {
  margin-top: 13.6rem;
  font-size: 6.4rem;
  position: absolute;
  top: 0;
  right: 27rem;
}

#feature .sec12-2 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-left: auto;
}

#feature .sec12-2 .slick-dots {
  display: none !important;
}

/** sec13 **/
#feature .sec13 .inner {
  display: flex;
  justify-content: end;
  gap: 2.3rem;
  align-items: end;
  margin: 24.7rem 7.9rem 0 auto;
}

#feature .sec13 .number {
  margin-bottom: 14.7rem;
  margin-right: 3rem;
  font-size: 6.5rem;
}

#feature .sec13-1 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec13-2 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/** sec14 **/
#feature .sec14 .inner {
  display: flex;
  justify-content: center;
  gap: 2em;
  align-items: end;
  margin: 23.6rem -79rem 0 auto;
}

#feature .sec14 .number {
  margin-bottom: -2.4rem;
  font-size: 6.3rem;
}

#feature .sec14-1 {
  width: 66.5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec14-1 .slick-dots {
  display: none !important;
}

/** sec15 **/
#feature .sec15 .inner {
  justify-content: center;
  gap: 3em;
  align-items: end;
  margin: 23.6rem auto 0;
}

#feature .sec15-1 {
  width: 74.7rem;
  position: relative;
  z-index: 1;
  margin-left: 67.5rem;
}

#feature .sec15 .sec15-txt {
  font-size: 16.5rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 100;
  letter-spacing: -0.05em;
  line-height: 1;
  position: relative;
  margin-top: -66.6rem;
  margin-bottom: 76.1rem;
  margin-left: -110rem;
  color: #231815;
  -webkit-text-stroke: 1.43px #F5F7F7;
  text-stroke: 1.43px #F5F7F7;
}

#feature .sec15 .sec15-txt-2 {
  font-size: 16.5rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 100;
  letter-spacing: -0.05em;
  line-height: 1;
  position: relative;
  margin-top: -92.8rem;
  margin-bottom: 76.3rem;
  margin-right: -114rem;
  color: #231815;
  -webkit-text-stroke: 1.43px #F5F7F7;
  text-stroke: 1.43px #F5F7F7;
}

/** sec16 **/
#feature .sec16 .inner {
  display: flex;
  justify-content: end;
  gap: 42.7rem;
  align-items: end;
  margin: 0 14rem 0 auto;
}

#feature .sec16-1 {
  width: 59.8rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec16-txt {
  margin-bottom: 10rem;
}

#feature .sec16-txt h2 {
  font-size: 2.7rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 100;
  letter-spacing: 0rem;
  line-height: 1;
  text-align: left;
}

#feature .sec16-txt p {
  width: 54rem;
  font-size: 1.9rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  letter-spacing: -0.02em;
  line-height: 1.7;
  text-align: justify;
  color: #231815;
  margin-top: 2.3rem;
}

/** sec17 **/
#feature .sec17 .inner {
  display: flex;
  justify-content: end;
  gap: 6rem;
  align-items: end;
  margin: 23.6rem 21.5rem 0 auto;
}

#feature .sec17 .number {
  margin-bottom: 27.8rem;
  margin-right: -1rem;
  font-size: 6rem;
}

#feature .sec17-1 {
  width: 74.4rem;
  position: relative;
  z-index: 1;
}

/** sec18 **/
#feature .sec18 .inner {
  display: flex;
  justify-content: end;
  gap: 1.8rem;
  align-items: start;
  margin: 19.2rem 7.8rem 0 auto;
}

#feature .sec18 .number {
  margin-top: 0.7rem;
  margin-right: 6.5rem;
  text-align: right;
  font-size: 6.4rem;
}

#feature .sec18-1 {
  width: 60rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec18-2 {
  width: 60.7rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/** sec19 **/
#feature .sec19 .inner {
  display: flex;
  justify-content: end;
  gap: 6rem;
  align-items: end;
  margin: 13.8rem 21.5rem 0 auto;
}

#feature .sec19 .number {
  margin-bottom: 6.5rem;
  margin-right: -2rem;
  font-size: 6.2rem;
}

#feature .sec19-1 {
  width: 74.5rem;
  position: relative;
  z-index: 1;
}

/** sec20 **/
#feature .sec20 .inner {
  display: flex;
  justify-content: end;
  gap: 2rem;
  align-items: end;
  margin: 21.2rem 7.7rem 0 auto;
}

#feature .sec20 .number {
  margin-top: 0.5rem;
  margin-right: 6.5rem;
  text-align: right;
  font-size: 6.4rem;
}

#feature .sec20-1 {
  width: 59.2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec20-2 {
  width: 61.4rem;
  position: relative;
  z-index: 1;
}

/** sec21 **/
#feature .sec21 .inner {
  display: flex;
  justify-content: end;
  gap: 42.7rem;
  align-items: end;
  margin: 25.9rem 16.2rem 0 auto;
}

#feature .sec21-1 {
  width: 59.8rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

#feature .sec21-txt {
  margin-bottom: 6.6rem;
}

#feature .sec21-txt h2 {
  font-size: 2.7rem;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 100;
  letter-spacing: 0rem;
  line-height: 1;
  text-align: left;
}

#feature .sec21-txt p {
  width: 51.8rem;
  font-size: 1.7rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  letter-spacing: -0.02em;
  line-height: 1.9;
  text-align: justify;
  color: #231815;
  margin-top: 2.3rem;
}

/** sec22 **/
#feature .sec22 .inner {
  display: flex;
  justify-content: end;
  gap: 1.1rem;
  align-items: end;
  margin: 23.9rem 7.8rem 0 auto;
}

#feature .sec22 .number {
  margin-bottom: 11.5rem;
  margin-right: 4.5rem;
  font-size: 6.4rem;
}

#feature .sec22-1 {
  width: 60.5rem;
  position: relative;
  z-index: 1;
}

#feature .sec22-2 {
  width: 61.2rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

/** sec23 **/
#feature .sec23 .inner {
  display: flex;
  justify-content: space-between;
  margin: 22.7rem 8.2rem 0 auto;
  padding-bottom: 9rem;
}

#feature .sec23 h2 {
  width: 67.9rem;
  margin-left: 5rem;
  margin-top: 0.6rem;
}

#feature .sec23-1 {
  width: 60.3rem;
  position: relative;
  z-index: 1;
}

#feature .sec23 .btn {
  width: 18.7rem;
  margin-left: 5rem;
  margin-top: 35.4rem;
}

#feature .sec23 .staff-credit {
  width: 31.5rem;
  margin-left: 5rem;
  margin-top: 9rem;
}