/* .concept {
  .caption {
    margin: 80px auto;
    padding-block: 0;
  }
} */

.concept-bg {
  background-color: #33411c;
  padding: 145px 0 205px;

  @media (max-width:767px) {
    padding: 72px 0 100px;
  }
}

.concept-head {
  margin-bottom: 74px;
}

.concept-head-english {
  font-size: 4.2rem;
  line-height: 56px;
  font-family: "Baskervville";
  font-weight: 400;
  letter-spacing: 0.022em;
  color: #cad3c5;
  text-align: center;

}

.concept-head-jp {
  font-size: 6.2rem;
  letter-spacing: 0.055em;
  margin-top: 22px;
  line-height: 91px;
  font-family: "Shippori Mincho", serif;
  color: #b3a47c;
  text-align: center;

  @media (max-width:1199px) {
    font-size: 5.6rem;
  }

  @media (max-width:991px) {
    font-size: 4.2rem;
  }

  @media (max-width:767px) {
    font-size: 3.6rem;
    line-height: 60px;
  }

  .xs {
    font-size: 4.8rem;

    @media (max-width:991px) {
      font-size: 3.8rem;
    }

    @media (max-width:767px) {
      font-size: 3.0rem;
    }
  }
}

.concept-content {
  text-align: center;
}

.concept-content-txt {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 42.5px;
  color: #cad3c5;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;

  @media (max-width:991px) {
    font-size: 2rem;
  }

  @media (max-width:767px) {
    font-size: 1.5rem;
    line-height: 32px;
  }

  &.mt {
    margin-top: 86px;

    @media (max-width:767px) {
      margin-top: 43px;
    }
  }
}

.concept-content-txt sup {
  vertical-align: super;
  font-size: 1.2rem;
}


.concept-mv-img {
  line-height: 0;
}

.footer-description.concept{
  background-color: #fff;
  padding-block: 80px;
}