@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PATH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COLOR
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FONT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LAYOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　EASING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　HEADER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.l-header {
  z-index: 2;
  position: relative;
  height: 6.6rem;
  border-top: .3rem solid #b61018;
  border-bottom: .1rem solid #d5d5d5;
  background: #fff;
}

.l-header_wrapper {
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
}

.l-header_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.l-header_logo img {
  height: 2rem;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FOOTER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.l-footer_link {
  background: #75abc7;
}

.l-footer_link_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 1.8rem;
}

.l-footer_link_item {
  margin: 0 2.8rem 1.8rem 0;
}

.l-footer_link_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 1.8rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .04em;
  -webkit-transition: color 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}

.l-footer_link_item a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-width: .35rem 0 .35rem .6rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}

.l-footer_link_item a:hover {
  color: #aacddf;
}

.l-footer_link_item a img {
  width: 1.4rem;
  margin-left: 1.5rem;
}

.l-footer_copyright {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 3rem 0;
}

.l-footer_copyright_txt {
  color: #333;
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: 1.66667;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UNIQUE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media screen and (max-width: 46.875em) {
  .l-header {
    height: 6.2rem;
  }
  .l-header_wrapper {
    width: 100%;
  }
  .l-header_logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0 10px;
  }
  .l-footer_link_wrapper {
    width: 100%;
  }
  .l-footer_link_wrapper {
    display: block;
    max-width: 37.5rem;
    padding: 2.7rem 1.5rem 2.5rem;
  }
  .l-footer_link_item {
    margin: 0 0 1.6rem 0;
  }
  .l-footer_link_item a {
    display: block;
    padding-left: 1rem;
    line-height: 1.25;
  }
  .l-footer_link_item a::before {
    top: .4rem;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .l-footer_link_item a img {
    width: .7rem;
    margin: 0 0 .1rem 1rem;
  }
  .l-footer_copyright {
    width: 100%;
  }
  .l-footer_copyright {
    max-width: 37.5rem;
    padding: 2.2rem 1.5rem 1.7rem;
  }
}
