* {
  padding: 0;
  margin: 0; }

img, video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

footer {
  background: #7a8d5c;
  color: #fff;
  padding: 5% 0 1%;
  height: auto;
  margin-top: auto;
  font-size: 16px; }
  @media screen and (max-width: 600px) {
    footer {
      padding-top: 10%; } }
  footer .copy {
    font-size: 0.6em;
    color: #fff;
    text-align: center;
    background: #7a8d5c; }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:visited, footer a:hover {
      color: inherit; }
  footer .footer_box {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1200px) {
      footer .footer_box {
        flex-direction: column; } }
    footer .footer_box .brand_box {
      width: 30%;
      order: 0; }
      @media screen and (max-width: 1200px) {
        footer .footer_box .brand_box {
          width: 100%;
          margin: 7% auto; } }
      footer .footer_box .brand_box .footer__logo {
        text-align: center; }
        footer .footer_box .brand_box .footer__logo .brand {
          max-width: 100px;
          margin-top: 0.7em; }
          @media screen and (max-width: 600px) {
            footer .footer_box .brand_box .footer__logo .brand {
              max-width: 75px; } }
        footer .footer_box .brand_box .footer__logo p {
          font-size: 1.5em;
          letter-spacing: 1px; }
          @media screen and (max-width: 600px) {
            footer .footer_box .brand_box .footer__logo p {
              font-size: 4.5vw; } }
      footer .footer_box .brand_box .sns_box .sns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 150px;
        margin: 2.0em auto 0; }
        @media screen and (max-width: 600px) {
          footer .footer_box .brand_box .sns_box .sns {
            max-width: 110px; } }
        footer .footer_box .brand_box .sns_box .sns div {
          width: calc(100%/3 - 1em); }
          footer .footer_box .brand_box .sns_box .sns div a {
            display: block;
            text-align: center; }
            footer .footer_box .brand_box .sns_box .sns div a img {
              max-height: 20px;
              vertical-align: middle; }
              @media screen and (max-width: 600px) {
                footer .footer_box .brand_box .sns_box .sns div a img {
                  max-height: 15px; } }
    footer .footer_box .menu_box {
      order: 1;
      display: flex;
      align-items: flex-start;
      justify-content: space-around;
      margin-bottom: 5%;
      width: 70%; }
      @media screen and (max-width: 1200px) {
        footer .footer_box .menu_box {
          flex-wrap: wrap;
          justify-content: space-between;
          width: 80%;
          margin: 0 auto 10%;
          max-width: 500px; } }
      footer .footer_box .menu_box .menu__block {
        width: calc(100%/3 - 5%); }
        @media screen and (max-width: 1200px) {
          footer .footer_box .menu_box .menu__block {
            width: fit-content;
            margin-bottom: 5%; }
            footer .footer_box .menu_box .menu__block:last-child {
              margin-top: 12%;
              display: flex;
              flex-wrap: wrap;
              justify-content: flex-start;
              width: 100%; }
              footer .footer_box .menu_box .menu__block:last-child a {
                width: fit-content;
                font-size: 73%;
                margin: 0 .5em;
                text-decoration: underline; } }
        footer .footer_box .menu_box .menu__block h3 {
          letter-spacing: 1px;
          font-weight: normal;
          font-size: 1.2em;
          margin-bottom: 1.0em;
          text-align: left; }
          @media screen and (max-width: 600px) {
            footer .footer_box .menu_box .menu__block h3 {
              font-size: 3.5vw; } }
        footer .footer_box .menu_box .menu__block a {
          font-size: 0.8em;
          display: block;
          text-align: left;
          line-height: 2.2;
          margin-left: 0.5em; }
          @media screen and (max-width: 600px) {
            footer .footer_box .menu_box .menu__block a {
              font-size: 2.9vw; } }
          footer .footer_box .menu_box .menu__block a.child {
            font-size: 75%;
            padding-left: 1.5em;
            line-height: 2.0;
            position: relative; }
            footer .footer_box .menu_box .menu__block a.child::before {
              content: "";
              left: 0.2em;
              top: 50%;
              width: 8px;
              height: 1px;
              background: #fff;
              transform: translateY(-50%);
              position: absolute; }
