.bp_feature_cont {
  color: #464646;
  background-color: #fff;
}
.bp_feature_cont .page_lead > h1 {
  color: #aa8066;
}
.bp_feature_cont .ttl01 {
  color: #2a0c19;
}
.bp_feature_cont .ttl01::before {
  background-color: #323232;
}
.bp_feature_cont .ttl02 {
  color: #1e1e1e;
}
.bp_feature_cont .ttl03 {
  color: #2a0c19;
}
.bp_feature_cont .ttl04 {
  color: #aa8066;
}
@media (min-width: 768px) {
  .bp_feature_cont .kv_wrap .logo > figure {
    width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .bp_feature_cont .kv_wrap .logo > figure {
    width: 15rem;
  }
}
.bp_feature_cont .contents02_wrapper,
.bp_feature_cont .contents04_wrapper {
  background-color: #f4e5d6;
}
.bp_feature_cont .commitment_cont {
  border-color: #aa8066;
}
@media screen and (max-width: 767px) {
  .bp_feature_cont .interview_wrapper {
    background-color: #f4e5d6;
  }
}
@media (min-width: 768px) {
  .bp_feature_cont .interview_cont {
    background-color: #f4e5d6;
  }
}
.bp_feature_cont .interview_lead {
  color: #2a0c19;
}


/* -- ↓ common css内の設定を再設定しています！-- */
.bp_feature_cont .interview_person {
  display: flex;
  background-color: #fff;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .bp_feature_cont .interview_person {
    align-items: center;
    gap: 4rem;
    margin-top: 6rem;
    padding: 5.8rem 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .bp_feature_cont .interview_person {
    flex-direction: column;
    gap: 4rem;
    margin-top: 10rem;
    padding: 6rem 7rem 8rem;
  }
}
.bp_feature_cont .interview_person_ttl {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .bp_feature_cont .interview_person_ttl {
/*    width: 12.4rem;
    height: 12.4rem;*/
    width: 32.4rem;
    height: 32.4rem;
    line-height: 173.334%;
    font-size: 1.5rem;
    border-radius: 7rem;
  }
  .bp_feature_cont .interview_person_ttl > p {
    line-height: inherit;
    font: inherit;
  }
  .bp_feature_cont .interview_person_ttl > p:first-of-type {
    margin-top: -0.366em;
  }
  .bp_feature_cont .interview_person_ttl > p:last-of-type {
    margin-bottom: -0.366em;
  }
}
@media screen and (max-width: 767px) {
  .bp_feature_cont .interview_person_ttl {
/*    width: 16rem;
    height: 16rem;*/
    width: 36rem;
    height: 36rem;
    margin: 0 auto;
    line-height: 170%;
    font-size: 2rem;
    border-radius: 8rem;
  }
  .bp_feature_cont .interview_person_ttl > p {
    line-height: inherit;
    font: inherit;
  }
  .bp_feature_cont .interview_person_ttl > p:first-of-type {
    margin-top: -0.35em;
  }
  .bp_feature_cont .interview_person_ttl > p:last-of-type {
    margin-bottom: -0.35em;
  }
}
.bp_feature_cont .interview_person_name {
  font-weight: 700;
}
@media (min-width: 768px) {
  .bp_feature_cont .interview_person_name {
    line-height: 144.445%;
    font-size: 1.8rem;
  }
  .bp_feature_cont .interview_person_name > p {
    line-height: inherit;
    font: inherit;
  }
  .bp_feature_cont .interview_person_name > p:first-of-type {
    margin-top: -0.222em;
  }
  .bp_feature_cont .interview_person_name > p:last-of-type {
    margin-bottom: -0.222em;
  }
}
@media screen and (max-width: 767px) {
  .bp_feature_cont .interview_person_name {
    text-align: center;
    line-height: 134.616%;
    font-size: 2.6rem;
  }
  .bp_feature_cont .interview_person_name > p {
    line-height: inherit;
    font: inherit;
  }
  .bp_feature_cont .interview_person_name > p:first-of-type {
    margin-top: -0.173em;
  }
  .bp_feature_cont .interview_person_name > p:last-of-type {
    margin-bottom: -0.173em;
  }
}
@media (min-width: 768px) {
  .bp_feature_cont .interview_person_prof {
    padding-top: 3rem;
    line-height: 185.715%;
    font-size: 1.4rem;
  }
  .bp_feature_cont .interview_person_prof > p {
    line-height: inherit;
    font: inherit;
  }
  .bp_feature_cont .interview_person_prof > p:first-of-type {
    margin-top: -0.428em;
  }
  .bp_feature_cont .interview_person_prof > p:last-of-type {
    margin-bottom: -0.428em;
  }
}
@media screen and (max-width: 767px) {
  .bp_feature_cont .interview_person_prof {
    padding-top: 5rem;
    line-height: 191.667%;
    font-size: 2.4rem;
  }
  .bp_feature_cont .interview_person_prof > p {
    line-height: inherit;
    font: inherit;
  }
  .bp_feature_cont .interview_person_prof > p:first-of-type {
    margin-top: -0.458em;
  }
  .bp_feature_cont .interview_person_prof > p:last-of-type {
    margin-bottom: -0.458em;
  }
}

@media (min-width: 768px) {
  .bp_feature_cont .interview_faq {
    padding-top: 6rem;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .bp_feature_cont .interview_faq {
    padding-top: 10rem;
    margin-left: 5rem;
    margin-right: 5rem;
    }
}

/* 再設定　ここまで */

.bp_feature_cont .interview_person_ttl {
  background-color: #fff;
}
.bp_feature_cont .interview_person_name {
  color: #aa8066;
}
.bp_feature_cont .interview_faq_item_q {
  color: #aa8066;
}
.bp_feature_cont .interview_faq_item_q > span {
  background-color: #aa8066;
}
.bp_feature_cont .result_wrapper {
  background-color: #aa8066;
}
@media (min-width: 768px) {
  .bp_feature_cont .result_box_product {
    width: 48.2rem;
  }
}
.bp_feature_cont .result_box_ttl {
  color: #f4e5d6;
}
.bp_feature_cont .result_box_btn a {
  background-color: #ab2138;
}
.bp_feature_cont .recipe_lead {
  color: #000;
}
.bp_feature_cont .recipe_lead::before, .bp_feature_cont .recipe_lead::after {
  background-color: #000;
}
.bp_feature_cont .recipe_box {
  border-color: #aa8066;
  background-color: #f4e5d6;
}
.bp_feature_cont .recipe_box::before {
  background: linear-gradient(45deg, #aa8066 0%, #aa8066 55%, #fff 55%, #fff 100%);
}
.bp_feature_cont .recipe_ttl {
  color: #000;
}
.bp_feature_cont .recipe_cont_ttl {
  color: #000;
  border-color: #000;
}
.bp_feature_cont .recipe_ingredients .items::before {
  border-color: #808080;
}
.bp_feature_cont .recipe_ingredients .items .ingredient {
  background-color: #f4e5d6;
}
.bp_feature_cont .recipe_ingredients .items .qty {
  background-color: #f4e5d6;
}
.bp_feature_cont .back_list > a {
  background-color: #5b3427;
}