html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

.feature {
  box-sizing: border-box;
  color: #373737;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  width: 100%;
  font-feature-settings: "palt";
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.feature * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  scroll-margin-top: 50px;
}
.feature a {
  color: #000;
  text-decoration: none;
}
.feature a:hover {
  opacity: 1;
}
.feature img {
  vertical-align: bottom;
  max-width: 100%;
}
.feature .mv {
  margin-bottom: 8rem;
}
.feature .mv__Thum {
  width: 90rem;
  margin: 0 auto 7rem;
}
.feature .mv__Txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}
.feature .mv__List {
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 83rem;
}
.feature .mv__List li {
  width: 20rem;
}
.feature .mv__List li a {
  display: block;
  transition: 0.6s;
}
.feature .mv__List li a:hover {
  background: #f0f0f0;
}
.feature .mv__List li a.-active {
  background: #f0f0f0;
}