/* 
 * header
*/
/* Layout */
@media screen and (max-width: 767px) {
  .l-header-inner {
    padding: 19px 25px 14px 32px;
  }
  .l-header-nav-grid {
    -ms-grid-rows: auto 50px auto 50px auto 28px;
    grid-template-rows: auto 50px auto 50px auto 28px;
  }
  .l-header-link-list {
    padding: 0 25px;
  }
}

/* Module */
@media screen and (max-width: 767px) {
  /* logo */
  .m-header-logo {
    width: 242px;
    height: 61px;
  }

  /* menu button */
  .m-header-btn-wrap {
    height: 24px;
  }
  .m-header-btn-icon {
    width: 34px;
    height: 3px;
  }
  .m-header-btn-txt {
    font-size: 17px;
    margin-top: 8px;
  }

  /* menu item */
  .m-nav {
    padding: 35px 25px;
  }
  .m-header-link,
  .m-nav-txt {
    padding-left: 22px;
  }
  .m-header-link::before,
  .m-nav-txt::before {
    width: 10px;
    height: 15px;
    background-size: 10px 15px;
    top: calc((1em * 1.5 - (20px - 3px)) / 2);
  }
  .m-nav-txt {
    font-size: 24px;
  }
  .m-nav-btn {
    font-size: 24px;
    padding: 34px 25px;
  }
  .m-nav-btn-icon {
    width: 20px;
  }
  .m-header-link-list>li {
    margin: 0 0 43px;
  }
  .m-header-link {
    font-size: 24px;
  }

  .m-nav-link-btn {
    padding: 26px 51px;
  }
  .m-nav-link-btn-txt {
    font-size: 24px;
    padding-left: 22px;
  }
  .m-nav-link-btn-txt::before {
    width: 10px;
    height: 13px;
    background-size: 10px 13px;
    top: calc((1em * 1.5 - 13px) / 2);
  }

  /* search */
  .m-header-search-input {
    font-size: 22px;
    min-height: 85px;
    padding: 0 25px;
  }
  .m-header-search-btn {
    right: 25px;
    top: calc(50% - 5px);
  }
  .m-header-search-btn>img {
    width: 29px;
    height: 29px;
  }

  /* close */
  .m-header-close {
    font-size: 24px;
  }
  .m-header-close::before {
    margin-right: 14px;
    margin-top: 5px;
  }
  .m-header-close::before,
  .m-nav-close::before {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
}


/* 
 * footer
*/
/* Layout */
@media screen and (max-width: 767px) {
  .l-footer-inner {
    padding: 50px 25px 25px;
  }
  .l-footer-grid {
    -ms-grid-rows: auto 50px auto 62px auto 58px auto;
    grid-template-rows: auto 50px auto 62px auto 58px auto;
  }
  .l-socialmedia>li {
    margin: 0 17px;
  }
  .l-footer-sns-link {
    margin: 32px auto 0;
  }
  .l-footer-name {
    margin-bottom: 17px;
  }
}

/* Module */
@media screen and (max-width: 767px) {
  /* sns icon */
  .m-footer-sns-link {
    font-size: 20px;
  }
  .m-socialmedia-fb>img {
    width: 55px;
    height: 55px;
  }
  .m-socialmedia-tw>img {
    width: 55px;
    height: 55px;
  }
  .m-socialmedia-line>img {
    width: 55px;
    height: 55px;
  }
  .m-socialmedia-youtube>img {
    width: 60px;
    height: 42px;
  }
  .m-footer-link {
    font-size: 20px;
  }
  .m-footer-links>li {
    margin: 0 0 20px;
  }
  .m-footer-nav>li {
    margin: 19px 20px 0;
  }
  .m-footer-link-external {
    font-size: 20px;
  }
  .m-footer-name {
    width: 168px;
    height: 24px;
    margin: 0 auto;
  }
  .m-footer-copyright {
    font-size: 17px;
  }
}


/* 
 * util
*/
@media screen and (max-width: 767px) {
  .m-external {
    width: 17px;
    height: 17px;
    margin-left: 11px;
  }
}