/* =====================================================
  FOOTER
  common / quiet / unified
===================================================== */

.icz-footer{
  margin-top:var(--icz-space-89);
  padding-bottom:var(--icz-space-34);
}

.icz-footer__inner{
  display:flex;
  justify-content:flex-start;
}

.icz-footer__brand{
  max-width:34em;
}


/* =====================================================
  COPY
===================================================== */

.icz-footer__copy{
  margin-top:var(--icz-space-13);

  font-family:var(--icz-en);
  font-size:10px;
  line-height:1.6;
  letter-spacing:.08em;
  font-weight:400;

  color:rgba(0,0,0,.24);
}


/* =====================================================
  LINK（必要なら）
===================================================== */

.icz-footer a{
  text-decoration:none;
  color:inherit;
  transition:opacity .28s ease;
}

.icz-footer a:hover{
  opacity:.72;
}


/* =====================================================
  MOBILE
===================================================== */

@media (max-width:768px){

  .icz-footer{
    margin-top:var(--icz-space-55);
    padding-bottom:var(--icz-space-21);
  }

  .icz-footer__brand{
    max-width:100%;
  }

  .icz-footer__copy{
    margin-top:var(--icz-space-8);
    font-size:9px;
  }

}