@charset "utf-8";
/* CSS Document */

/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓
フッター
〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
footer {
  &#glo_footer {
    overflow: hidden;
    position: relative;
    .footer_inner {
      padding: 10.4rem 0 26.8rem;
      box-sizing: border-box;
      position: relative;
      min-width: 102.4rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
      @media screen and (max-width: 480px) {
        padding: 5rem 0 29rem;
        min-width: 100%;
        position: static;
        transform: none;
      }
      /* 背景画像 */
      .footer_bg {
        position: absolute;
        z-index: -1;
        @media screen and (max-width: 480px) {
          display: none;
        }
        &.bg-01 {
          width: 15.2rem;
          top: 0;
          left: 9%;
        }
        &.bg-02 {
          width: 22.8rem;
          top: 0;
          right: 0;
        }
        &.bg-03 {
          width: 46.4rem;
          bottom: 0;
          left: 0;
        }
        &.bg-04 {
          width: 8.2rem;
          bottom: 5.9rem;
          left: 50%;
          transform: translateX(-14.6%);
        }
        &.bg-05 {
          width: 21.6rem;
          bottom: 4.4rem;
          right: 12%;
        }
      }

      /* キャッチコピー */
      .catchcopy {
        width: 21.6rem;
        margin: auto;
      }
      /* 住所 */
      address {
        text-align: center;
        font-size: 1.6rem;
        line-height: 2;
        font-weight: 700;
        color: var(--color-deep-blue);
        margin: 4.6rem 0;
      }
      /* ロゴ */
      .logo {
        width: 15rem;
        margin: auto;
      }
    }
    /*--------------------*/
    /* 子供達 */
    .footer_children_wrap {
      position: absolute;
      overflow: hidden;
      bottom: 0;
      z-index: 10;
      width: 100%;
      height: 21.5rem;
      min-width: 150rem;
      max-width: 1920px;
      left: 50%;
      transform: translate(-50%);
      @media screen and (max-width: 480px) {
        min-width: 100%;
      }
      .children {
        position: absolute;
        &.children-01 {
          width: 9.6rem;
          top: 8.4rem;
          left: 0.4%;
        }
        &.children-02 {
          width: 11rem;
          top: 2.8rem;
          left: 10.6%;
        }
        &.children-03 {
          width: 7.8rem;
          top: 8.4rem;
          left: 23.7%;
        }
        &.children-04 {
          width: 7.8rem;
          top: 1.6rem;
          left: 36.9%;
          @media screen and (max-width: 480px) {
            left: -0.2rem;
            top: 0;
          }
        }
        &.children-05 {
          width: 12.2rem;
          top: 12.5rem;
          left: 50%;
          transform: translateX(-35.2%);
          @media screen and (max-width: 480px) {
            top: 10.9rem;
          }
        }
        &.children-06 {
          width: 5.6rem;
          top: 0;
          right: 34.3%;
          @media screen and (max-width: 480px) {
            right: 0;
          }
        }
        &.children-07 {
          width: 5.5rem;
          top: 9rem;
          right: 23.3%;
        }
        &.children-08 {
          width: 10rem;
          top: 4.9rem;
          right: 11.3%;
        }
        &.children-09 {
          width: 12.5rem;
          top: 13.8rem;
          right: 0.4%;
        }
      }
    }
  }
}
