#brand-story {
  color: #000000;
}

.brand-story__story {
  display: block;
  padding: 115px 0 0 0;
}

.brand-story__story h3 p {
  font-size: 20px;
  font-weight: 500;
}

.brand-story__story h3 img {
  margin-left: -20px;
}

.brand-story__top-title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 50px 0 0 0;
}

.brand-story__top-text {
  font-size: 16px;
  line-height: 2.5;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  padding: 20px 0 0 0;
}

.brand-story__image {
  display: block;
  padding: 100px 0;
}

.brand-story__wrap {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 0 0 100px 0;
}

.brand-story__title {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  padding-bottom: 3px;
}

.brand-story__desc {
  padding: 0 0 43px 0;
}

.brand-story__desc:last-of-type {
  padding: 0;
}

.brand-story__text {
  line-height: 2;
  letter-spacing: -.2px;
}

.reverse {
  flex-direction: row-reverse;
}

.massage .brand-story__text {
  padding: 42px 0 0 0;
}

.massage h3 {
  font-size: 20px;
}

.brand-story__text span {
  font-weight: 500;
}

.brand-story__name {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: right;
  padding: 35px 0 0 0;
  margin-bottom: 95px;

}

.brand-story__name img {
  width: 70px;
}

.brand-story__name p {
  font-family: 'fgutsukushiweb', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif !important;
  font-size: 15px;
}

.brand-story__name p span {
  font-size: 25px;
  display: inline-block;
  padding-top: 5px;
}

.brand-story_comment {
  background: url(https://www.aromaforia-onlineshop.com/images/brand-story/massage_img_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 45px;
  margin-bottom: 50px;
}

.brand-story_comment__text {
  font-family: 'fgutsukushiweb', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif !important;
  font-size: 35px;
}

.brand-story_comment__item {
  font-size: 15px;
  line-height: 2;
  padding-top: 45px;
}

.brand-story_comment__item p:last-of-type {
  font-size: 20px;
  line-height: 1.75;
  padding: 45px 0 0 0;
}

@media screen and (max-width: 768px) {
  #main-column {
    padding: 16vw 3% 0 3%;
  }

  .brand-story__story {
    padding: 50px 0 0 0;
  }

  .brand-story__story h3 img {
    margin-left: -5px;
    width: 100%;
    max-width: 215px;
  }

  .brand-story__story h3 p {
    font-size: 12px;
  }

  .brand-story__top-title {
    font-size: 16px;
    padding: 15px 0 0 0;
    line-height: 1.8;
  }

  .brand-story__top-text {
    font-size: 14px;
    padding: 10px 0 0 0;
    line-height: 2;
  }

  .brand-story__image {
    display: block;
    padding: 50px 0;
  }

  .brand-story__wrap {
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    padding: 0 0 50px 0;
  }

  .brand-story__title {
    font-size: 16px;
    padding-bottom: 0px;
  }

  .brand-story__text {
    font-size: 14px;
  }

  .brand-story__desc {
    padding: 0 0 37px 0;
  }

  .massage h3 img {
    width: 132px;
  }

  .massage h3 p {
    font-size: 12px;
  }

  .massage .brand-story__text {
    padding: 17.5px 0 0 0;
  }

  .brand-story__name {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: right;
    padding: 15px 0 0 0;
    margin-bottom: 55px;
    font-size: 12px;
  }

  brand-story__name p span {
    font-size: 19px;
    padding-top: 5px;
  }

  .brand-story_comment {
    background: url(https://www.aromaforia-onlineshop.com/images/brand-story/massage_img_sp.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0;
    margin-bottom: 50px;
    background-position: top;
  }

  .brand-story_comment__text {
    display: none;
  }

  .brand-story_comment__item {
    padding-top: 60vw;
  }

  .brand-story_comment__item p:first-of-type{
    font-size: 14px;
  }

.brand-story_comment__item p:last-of-type {
    font-size: 16px;
    line-height: 2.1;
    padding: 35px 0 0 0;
}
}