@charset "Shift_JIS";
/* --------------------------------------------------------------------
フード・スイーツブランド：ヨックモック トップPC
--------------------------------------------------------------------- */
/* 説明文の画像設置
================================================== */
#brand_wrap .about .about_content .txt.img01,
#brand_wrap .about .about_content .txt.img02 {
  display: flex;
  justify-content: space-between;
}

#brand_wrap .about .about_content .txt.img01 > span,
#brand_wrap .about .about_content .txt.img02 > span {
  width: 100%;
}

#brand_wrap .about .about_content .txt.img01::after,
#brand_wrap .about .about_content .txt.img02::before {
  content: '';
  display: block;
  width: 70%;
  height: auto;
  aspect-ratio: 840 / 600;
}
#brand_wrap .about .about_content .txt.img01::after {
  margin: 0 0 0 10px;
  background: url("/contents/proper/foods/brand/yokumoku/img/about_img01.jpg") 0 0 / contain no-repeat;
}
#brand_wrap .about .about_content .txt.img02::before {
  margin: 0 10px 0 0;
  background: url("/contents/proper/foods/brand/yokumoku/img/about_img02.jpg") 0 0 / contain no-repeat;
}