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