@charset "UTF-8";
/* DLIGHT */
.dm {}

  .accordion .toggle {
    display: none;
  }
  .accordion .Label {
    padding: 2em 1em;
    display: block;
    font-size: var(--fs21);
    color: #fff;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  .accordion .Label::before {
    content: '';
    display: inline-block;
    width: 51px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
  }
  .accordion .Label::after {
    content: '';
    display: inline-block;
    width: 51px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
  }
  .accordion .toggle:checked + .Label::before {
    opacity: 0;
  }
  .accordion .toggle:checked + .Label::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .accordion .Label,
  .accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .accordion .content {
    height: 0;
    margin-bottom: 10px;
    padding: 0 1em;
    overflow: hidden;
  }
  .accordion .toggle:checked + .Label + .content {
    height: auto;
    padding: 2em 1em;
    transition: all 0.3s;
  }


/* SMARTPHONE
================================================== */
@media (max-width: 768px) {
  
  .artisan--read {
    text-align: center;
    margin-bottom: 120px;
  }

  #artisan-feature {
    margin-bottom: 100px;
  }
  .aaf--item {
    width: 90%;
    margin: auto;
  }
  .aaf--item + .aaf--item {
    margin-top: 80px;
  }
  .aaf--item h3 {
    font-family: var(--font-en-optima);
    font-size: var(--fs30);
    text-align: center;
    line-height: 1;
    margin-bottom: 25px;
  }
  .aaf--item h3 span {
    font-size: var(--fs21);
    line-height: 2;
  }
  .aaf--item-ph {
    margin-bottom: 30px;
  }
  .aaf--item-read {
    width: 90%;
    margin: auto;
  }
  .aaf--item-read p {
    text-align: justify;
  }
  
  
  #artizan-list {
    width: 90%;
    margin: auto;
  }
  .aal--con-ingredients {
    margin-bottom: 60px;
  }
  .aal--con-ingredients li {
    font-size: var(--fs12);
  }
  .aal--con-creator > div + div {
    margin-top: 60px;
  }
  .aal--con-creator h3 {
    font-size: var(--fs14);
    font-weight: normal;
    font-feature-settings: 'palt' 1;
    margin-bottom: 1em;
  }
  .aal--con-creator li {
    font-size: var(--fs12);
  }
  .aal--con-creator li + li {
    margin-top: 10px;
  }
  
  .accordion .toggle {
    display: none;
  }
  .accordion .Label {
    padding: 1em;
    font-size: var(--fs15);
  }
  .accordion .Label::before {
    width: 31px;
    right: 20px;
  }
  .accordion .Label::after {
    width: 31px;
    right: 20px;
  }
  .accordion .content {
    margin-bottom: 10px;
    padding: 0 1em;
  }
  .accordion .toggle:checked + .Label + .content {
    padding: 2em 1em;
  }
  
}

/* DESKTOP
================================================== */
@media (min-width: 769px) {

  .artisan--read {
    text-align: center;
    margin-bottom: 200px;
  }

  #artisan-feature {
    margin-bottom: 200px;
  }
  .aaf--item {
    width: 680px;
    margin: auto;
  }
  .aaf--item + .aaf--item {
    margin-top: 200px;
  }
  .aaf--item h3 {
    font-family: var(--font-en-optima);
    font-size: var(--fs61);
    text-align: center;
    line-height: 0.9;
    margin-bottom: 50px;
  }
  .aaf--item h3 span {
    font-size: var(--fs42);
    line-height: 2;
  }
  .aaf--item-ph {
    margin-bottom: 50px;
  }
  .aaf--item-read {
    width: max-content;
    margin: auto;
  }
  .aaf--item-read p {
    text-align: justify;
  }
  
  
  #artizan-list {
    width: 960px;
    margin: auto;
  }
  .aal--con-ingredients {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-bottom: 80px;
  }
  .aal--con-creator {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    margin-bottom: 80px;
  }
  .aal--con-creator h3 {
    font-weight: normal;
    font-feature-settings: 'palt' 1;
    margin-bottom: 1em;
  }
  .aal--con-creator li + li {
    margin-top: 20px;
  }

}

