/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  background: #111;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 8vw;
  }
}
.l-footer a:link, .l-footer a:visited {
  color: #fff;
}
.l-footer-pagetop {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer-pagetop {
    display: none;
  }
}
.l-footer-pagetop a {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: auto;
  right: 4.2rem;
  bottom: 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.l-footer-pagetop a .c-btn-arrow {
  width: 4.2rem;
  height: 4.2rem;
}
@media print, screen and (min-width: 768px) {
  .l-footer-pagetop a:hover .c-btn-arrow {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}
.l-footer-pagetop a.is-on {
  opacity: 1;
  pointer-events: auto;
}
.l-footer-pagetop a.is-foot {
  position: absolute;
  top: -8.5rem;
  bottom: auto;
}
.l-footer-head {
  border-bottom: 1px solid #3e3e3e;
  padding: 4.7rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer-head {
    padding: 16vw 0;
  }
}
.l-footer-head .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer-head .c-inner {
    display: block;
  }
}
.l-footer-head-headline {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-footer-head-headline {
    font-size: 3.7333333333vw;
  }
}
.l-footer-head-nav {
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head-nav {
    margin: 5.3333333333vw 0 0;
  }
}
.l-footer-head-nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head-nav ul {
    display: block;
  }
}
.l-footer-head-nav ul li {
  font-size: 1.3rem;
  line-height: 2;
  color: #fff;
  padding-left: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer-head-nav ul li {
    padding-left: 9.3333333333vw;
    font-size: 3.2vw;
  }
  .l-footer-head-nav ul li + li {
    margin-top: 4vw;
  }
}
.l-footer-head-nav ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer-head-nav ul li a {
  display: inline-block;
}
.l-footer-head-nav ul li.m-mail::before {
  background: url(../img/icn_footer_nav01.png) no-repeat left center/contain;
  width: 2.3rem;
  height: 2.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head-nav ul li.m-mail::before {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.l-footer-head-nav ul li.m-x::before {
  background: url(../img/icn_footer_nav02.png) no-repeat left center/contain;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head-nav ul li.m-x::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.l-footer-head-nav ul li.m-instagram::before {
  background: url(../img/icn_footer_nav03.png) no-repeat left center/contain;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head-nav ul li.m-instagram::before {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.l-footer-body {
  padding: 6rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body {
    padding: 16vw 0 14.6666666667vw;
  }
}
.l-footer-body .c-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 8.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .c-inner {
    display: block;
  }
}
.l-footer-body-column .ttl {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-footer-body-column .ttl {
    font-size: 4vw;
  }
}
.l-footer-body-column .bnrlist {
  margin-top: 2.7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body-column .bnrlist {
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw 8vw;
  }
}
.l-footer-body-column .bnrlist li {
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body-column .bnrlist li {
    width: 100%;
  }
}
.l-footer-body-column .txtlist {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body-column .txtlist {
    margin-top: 3.4666666667vw;
  }
}
.l-footer-body-column .txtlist li {
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.3076923077;
}
@media screen and (max-width: 767px) {
  .l-footer-body-column .txtlist li {
    font-size: 3.2vw;
  }
  .l-footer-body-column .txtlist li + li {
    margin-top: 1.3333333333vw;
  }
}
.l-footer-body-column-sub {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 8.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body-column-sub {
    margin-top: 16vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5.3333333333vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 11.2vw 5.3333333333vw;
  }
  .l-footer-body-column-sub .m-about {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .l-footer-body-column-sub .m-shop {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-footer-body-column-sub .m-learn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-footer-copyright {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    font-size: 2.9333333333vw;
    text-align: left;
    padding: 0 6%;
  }
}