@charset "UTF-8";
.feature-hero {
  background: url(../img/feature-fv.png);
  background-repeat: no-repeat; /* ← リピートを止める */
  background-size: cover; /* ← 領域いっぱいに拡大(object-fit: cover の背景版) */
  background-position: center; /* ← 中央基準で表示 */
}

.feature-page {
  overflow: hidden;
}

.feature-title_tex {
  color: var(--color-text-light);
}

.feature-hero_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
  width: 100%;
  max-width: 1122px;
  margin: 0 auto;
  padding-top: 100px;
}

.feature-hero .title-ja {
  color: var(--color-text-light);
}

.feature-hero_img {
  width: 100%;
  max-width: 379px;
}

.feature-section {
  position: relative;
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.feature-section.is-shown {
  opacity: 1;
  transform: translateY(0);
}

.feature-section + .feature-section .feature-section__inner {
  border-top: 1px solid rgba(197, 139, 33, 0.75);
  padding-top: 120px;
}

.feature-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 120px 20px 100px;
}
.sp-none {
  display: block;
}

.feature-section__bgtext {
  position: absolute;
  z-index: 0;
  right: max(20px, calc((100% - 1180px) / 2));
  top: 0px;
  margin: 0;
  color: rgba(25, 6, 6, 0.045);
  font-family: var(--font-en, cursive);
  font-size: clamp(6rem, 13vw, 18rem);
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.feature-section__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 80px;
}

.feature-section__num {
  color: var(--color-accent, #c58b21);
  font-family: var(--font-ja, serif);
  font-size: clamp(3.2rem, 4vw, 5.5rem);
  line-height: 1;
}

.feature-section__title {
  color: var(--color-text, #190606);
  font-size: clamp(2.1rem, 2.4vw, 3.2rem);
  font-weight: 400;
  margin: 0;
}

.feature-section__title span {
  margin-left: 10px;
  font-family: var(--font-ja, serif);
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
}
.section__catch {
  line-height: 1.8;
}
.sp-none {
  display: block;
}
.feature-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 377px) minmax(0, 686px);
  gap: 117px;
  align-items: start;
}

.feature-section__body h3 {
  font-family: var(--font-ja);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-accent);
  margin: 0 0 40px;
  font-size: clamp(1.8rem, 2vw, 2.1rem);
  font-style: normal;
  font-weight: 400;
}
.feature-section_padding {
  padding-top: 60px;
}
.feature-section__accent,
.bo-color {
  color: var(--color-accent, #c58b21);
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0;
}
.mov-inst {
  color: var(--color-accent, #c58b21);
  font-weight: bold;
}

.feature-section__image {
  width: min(100%, 560px);
  margin: 56px 0 0;
}

.feature-section__image--right {
  margin-left: auto;
}

.feature-section__image img {
  width: 100%;
  aspect-ratio: 560 / 320;
  object-fit: cover;
}
.mov-img {
  padding-top: 40px;
}
/* Responsive */
@media (max-width: 1180px) {
  .feature-hero_tex {
    text-align: left;
  }
}

@media (max-width: 980px) {
  .sp-none {
    display: none;
  }
  .feature-section__image {
    width: 100%;
  }
  .feature-hero_tex {
    text-align: center;
  }
  .feature-section + .feature-section .feature-section__inner {
    padding-top: 60px;
    border: none;
    margin-top: 0px;
    padding: 60px 20px 20px;
  }

  .feature-section__head {
    margin-bottom: 50px;
  }

  .feature-section__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .section__catch {
    max-width: 100%;
    text-align: left;
  }
  .sp-none {
    display: none;
  }
  .feature-detail {
    padding-top: 0px;
  }
  .feature-section__inner {
    padding: 60px 20px 40px;
    margin-top: 40px;
  }
  .feature-tex_bottom {
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .feature-hero_bottom {
    display: block;
    padding-top: 80px;
  }
  .feature-section__accent,
  .bo-colo {
    font-size: 1.6rem;
  }
  .title-ja,
  .feature-title_tex {
    padding-bottom: 40px;
  }

  .feature-hero_img {
    margin: 0 auto;
  }
}

@media (max-width: 613px) {
  .feature-section__bgtext {
    top: 16px;
  }
}
@media (max-width: 510px) {
  .feature-hero_bottom {
    padding-top: 40px;
  }
}
@media (max-width: 429px) {
  .hero__deco {
    top: 189px;
  }
}
