@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　HEADER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 120rem;
  margin: 0 auto;
  padding: 1rem 0 0;
}

.l-header_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header_share_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header_share_txt {
  margin-right: 10px;
  color: #5a5a5a;
  font-size: 14px;
}

.l-header_share_item {
  margin: 0 .4rem;
}

.l-header_share_item img {
  width: 3rem;
  height: 3rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FOOTER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.l-footer {
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 0 3rem;
}

.l-footer_banner {
  max-width: 120rem;
  margin: 0 auto 13rem;
}

.l-footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer_share_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-footer_share_txt {
  margin-right: 10px;
  color: #5a5a5a;
  font-size: 14px;
}

.l-footer_share_item {
  margin: 1rem;
}

.l-footer_share_item img {
  width: 5rem;
  height: 5rem;
}

.l-footer_copyright {
  font-size: 1.2rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UNIQUE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (max-width: 48em) {
  .l-header {
    display: none;
  }
  .l-footer {
    padding: 4rem 0 3rem;
  }
  .l-footer_banner {
    margin-bottom: 10rem;
    padding: 0 2rem;
  }
  .l-footer_wrapper {
    display: block;
  }
  .l-footer_share {
    display: block;
    margin-bottom: 10rem;
  }
  .l-footer_share_txt {
    margin: 0;
    font-size: 1.6rem;
  }
}
