@charset "UTF-8";

html {
  font-size: 0.714vw;
}

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

/*-------------------------
 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;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #C04E2A;
  overflow: hidden;
  color: #000;
}

.feature-inner {
  width: 82.882vw;
  margin: auto;
  padding-bottom: 12.143vw;
}

.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: #000;
}

.feature a:hover {
  opacity: 0.5;
}

.feature figure a:hover {
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 1);
}

.feature figure:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.feature .section {
  position: relative;
  margin: 7.28vw auto 0;
}

/*-------------------------
 fade
-------------------------*/
#feature .js_first {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s, transform 0.7s;
}
#feature .js_first.is_show {
  opacity: 1;
  transform: translateY(0);
}

#feature .js_anime {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s, transform 0.7s;
}
#feature .js_anime.is_show {
  opacity: 1;
  transform: translateY(0);
}

#feature .js_inview {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s, transform 0.7s;
  overflow: hidden;
}

#feature .js_inview.is_show {
  opacity: 1;
  transform: translateY(0);
}


/*-------------------------
  top
-------------------------*/
#feature .hero {
  display: flex;
  justify-content: space-between;
  object-fit: cover;
  padding-top: 7.143vw;
}

#feature figure {
  width: 39.643vw;
}


/*-------------------------
  font
-------------------------*/
#feature .textarea p:first-child {
  font-size: 1.071vw;
  border-bottom: 1px solid #000;
  display: inline-block;
  width: 20.166vw;
  text-align: center;
}

#feature .textarea p:last-child {
  font-family: "nimbus-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.857vw;
  line-height: 2;
  margin-top: 4.071vw;
}

#feature .hero-txt__flex__txt {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.64vw;
  margin-top: 1.7vw;
    letter-spacing: -0.03em;
    line-height: 1.17;
}

#feature .hero-txt__flex__txt span {
  display: block;
  text-align: left;
}

/*-------------------------
  content
-------------------------*/
#feature .hero-txt {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  overflow: hidden;
}

#feature .flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
  text-align: left;
  margin-top: 12.571vw;
}
#feature .textarea {
    margin-bottom: 0.6vw;
}

#feature .hero-txt {
  overflow: hidden;
}

#feature .hero-txt div:nth-child(1) {
  margin-top: 6.429vw;
  width: 14.3vw;    
}

#feature .hero-txt div:nth-child(2) {
  margin-top: 14vw;
}


#feature .hero-txt__flex p:nth-child(1) {
  width: 11.041vw;
}

#feature .hero-txt__flex p:nth-child(2) {
  width: 21.09vw;
  margin-top: 4rem;
}

#feature .hero-txt__flex p:nth-child(3) {
  width: 52.581vw;
  margin-top: 2.143vw;
}

#feature .hero-txt__flex p span {
  overflow: hidden;
}

#feature .hero-txt figure {
  width: 14.407vw;
}
