:root {
  --l-content: 100%; }
  @media (min-width: 768px) {
    :root {
      --l-content: calc(768px - 32px); } }
  @media (min-width: 960px) {
    :root {
      --l-content: calc(960px - 32px); } }
  @media (min-width: 1200px) {
    :root {
      --l-content: calc(1212px - 32px); } }
  @media (max-width: 767px) {
    :root {
      --l-content: calc(100% - 32px); } }

section.point .sec_inner:nth-of-type(even) {
  background-color: #baac95; }

#kimono_flow .flow h3.-flow-title span {
  background-color: #fff; }
#kimono_flow .flow .ncRows_image::before {
  background: #baac95; }
