@media screen and (max-width: 1500px) {

  html {
    font-size: 15px;
  }

  .nav-icons > a:not(:first-child) {
    margin-top: 11px;
  }

  .nav-icons > a > img {
    width: 24px;
    height: 24px;
  }

  .footer .links > p,
  .footer .tel > p,
  .footer .mail > p,
  .footer .sns > p {
    width: 94px;
  }

  .footer .links > a:not(:first-of-type) {
    margin-left: 22px;
  }
}

/* xl */
@media screen and (max-width: 1399px) { }

/* lg */
@media screen and (max-width: 1199px) {

  .nav-icons > a:not(:first-child) {
    margin-top: 10px;
  }

  .nav-icons > a > img {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 1024px) {

  html {
    font-size: 14px;
  }

  .nav-toggler {
    top: 32px;
    right: 34px; 
  }

  .footer .links > p,
  .footer .tel > p,
  .footer .mail > p,
  .footer .sns > p {
    width: 75px;
  }

  .footer .links > a:not(:first-of-type) {
    margin-left: 20px;
  }
}

/* lg */
@media screen and (max-width: 991px) { }

@media screen and (max-width: 800px) { }

/* sm */
@media screen and (max-width: 767px) { }

/* xs */
@media screen and (max-width: 575px) {
  html {
    font-size: 12px;
  }

  .nav-toggler {
    top: 22px;
    right: 22px; 
    width: 44px;
    height: 44px;
  }

  .hamburger-menu > ul {
    height: 44vh;
  }

  .hamburger-menu > ul > li > a,
  .hamburger-menu > ul > li > p:last-child {
    font-size: 56px;
  }

  .hamburger-menu > ul > li > a > span,
  .hamburger-menu > ul > li > p:last-child > span {
	  margin-left: 26px;
	  font-size: 24.4px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer > .title > h1 {
    margin: 0!important;
    text-align: center;
    font-family: 'Antonio', sans-serif;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0;
  }

  .footer > .content {
    padding: 32px 0 60px 0;
  }

  .footer .links > p,
  .footer .tel > p,
  .footer .mail > p,
  .footer .sns > p {
    width: 64px;
  }

  .footer .links > a:not(:first-of-type) {
    margin-left: 16px;
  }

  .footer .sns > a:not(:first-of-type) {
    margin-left: 12px;
  }
  
  .footer .sns > a > img {
    width: 16px;
    height: 16px;
  }

}

@media screen and (max-width: 500px) {

  .hamburger-menu > ul {
    height: 35vh;
  }

  .hamburger-menu > ul > li > a,
  .hamburger-menu > ul > li > p:last-child {
    font-size: 44px;
  }

  .hamburger-menu > ul > li > a > span,
  .hamburger-menu > ul > li > p:last-child > span {
	  margin-left: 18px;
	  font-size: 19px;
  } 

}

@media screen and (max-width: 450px) { 

}