: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); } }

@media (min-width: 768px) {
  .article-header-full-width__inner .article-title__sub {
    font-size: 600%; } }
@media (max-width: 767px) {
  .article-header-full-width__inner .article-title__sub {
    font-size: 300%; } }

.sale-panel {
  background-color: #baac95; }

.point .sec_inner:nth-of-type(odd) {
  background-color: #E2DCD2; }
.point .sec_inner:nth-of-type(even) {
  background-color: transparent; }
