.fs-l-main {
  overflow-x: hidden;
  width: 100%;
}

.fs-c-productList {
  display: none !important;
}

.brandpage_mv {
  margin: 0;
}
.brandpage_mv img {
  width: 100%;
}
.brandpage_inner {
  margin: -13.3333333333vw 4vw 60px;
  position: relative;
  padding-bottom: 60px;
  border-bottom: 1px solid #E1DDDB;
}
.brandpage_lead {
  text-align: center;
  padding-top: min(13.3333333333vw, 50px);
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.brandpage_lead-head {
  font-size: min(8.8vw, 33px);
  margin: 0 0 8vw;
}
.brandpage_lead-ttl {
  font-size: min(4.8vw, 18px);
  margin: 0 0 min(13.3333333333vw, 50px);
  line-height: 2;
}
.brandpage_lead-desc {
  font-size: min(4.2666666667vw, 16px);
  margin: 0 0 min(13.3333333333vw, 50px);
  line-height: 2;
  font-weight: 400;
}
.brandpage_history_mv {
  margin: 0;
}
.brandpage_history_item {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.brandpage_history_item:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E1DDDB;
  position: absolute;
  left: min(26.6666666667vw, 100px);
  top: 0;
  pointer-events: none;
}
.brandpage_history_item dt {
  width: min(26.6666666667vw, 100px);
  padding-top: min(9.3333333333vw, 35px);
  font-size: min(8vw, 30px);
  color: #B6ACA7;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
}
.brandpage_history_item dt::after {
  content: "";
  width: min(2.6666666667vw, 10px);
  height: min(2.6666666667vw, 10px);
  border-radius: 50%;
  background-color: #7C6963;
  position: absolute;
  right: max(-1.3333333333vw, -5px);
  top: min(12vw, 45px);
}
.brandpage_history_item dd {
  width: calc(100% - min(26.6666666667vw, 100px));
  padding: min(9.3333333333vw, 35px) 0 0 min(6.4vw, 24px);
  margin: 0;
  color: #7C6963;
  line-height: 2;
  font-size: min(3.7333333333vw, 14px);
}
@media screen and (min-width: 768px) {
  .brandpage_inner {
    margin: -100px auto 120px;
    padding: 0 50px 120px;
    max-width: 1300px;
  }
  .brandpage_lead {
    padding-top: 100px;
  }
  .brandpage_lead-head {
    font-size: 3.5rem;
    margin: 0 0 40px;
  }
  .brandpage_lead-ttl {
    font-size: 2rem;
    margin: 0 0 100px;
  }
  .brandpage_lead-desc {
    font-size: 1.4rem;
    margin: 0 0 110px;
  }
  .brandpage_history_item {
    max-width: 945px;
    margin: 0 auto;
  }
  .brandpage_history_item:before {
    left: 175px;
  }
  .brandpage_history_item dt {
    width: 175px;
    padding-top: 75px;
    font-size: 3.6rem;
  }
  .brandpage_history_item dt::after {
    width: 10px;
    height: 10px;
    right: -5px;
    top: 86px;
  }
  .brandpage_history_item dd {
    width: calc(100% - 175px);
    padding: 75px 0 0 65px;
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=brand_watosa.css.map */
