/* l-footer SP */
.l-footer {
  padding: 0;
  width: 100%;
  background-color: #EDEDED;
  margin-top: 40px;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}
.l-footer a{
  text-decoration: none;
}
 a.l-footer__button:link {
    color: #333;
    text-decoration: none;
}
 a.l-footer__button:visited {
    color: #333;
}
.l-footer a:hover {
  text-decoration: none;
}
.c-contents {
    padding: 0 10px;
}
.l-footer__top{
  padding:50px 0 50px;
}
.l-footer__button {
    display: block;
    width: calc(50% - 5px);
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 4px 0 6px;
}
a.l-footer__button:link {
  color: #585657;
}
.l-footer__list li {
    border-bottom: 1px solid #fff;
}
.l-footer__list a {
  width: auto;
  display: block;
  font-size: 13px;
  padding: 20px 5px 20px 25px;
  color: #707070;
  position: relative;
}
.l-footer__list a::before {
  content: '';
  display: block;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 13px;
  transform: rotate(
-45deg
);
  margin-top: -3px;
}
.l-footer__column .l-footer__list .is-blank a:after {
    content: '';
    width: 0;
    height: 13px;
    display: inline-block;
    font-size: 1.3rem;
    padding: 0 17px 0 0;
    background-image: url(/user_data/packages/store/all/img/common/icon_blank.gif);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}
.l-footer__heading{
  font-weight: 500;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  padding: 24px 5px;
  position: relative;
  color: #707070;
}
.l-footer__heading::before, .l-footer__heading::after {
  content: '';
  display: block;
  background-color: #707070;
  position: absolute;
}
.l-footer__heading::before {
  width: 11px;
  height: 1px;
  top: 50%;
  right: 10px;
}
.l-footer__heading::after {
  width: 1px;
  height: 11px;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}
.l-footer__bottom {
  padding: 30px 0px 15px;
}
.l-footer__logo{
  display: block;
  width: 125px;
  height: 45px;
  margin-bottom: 20px;
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer__copy {
  text-align: center;
  color: #707070;
  font-size: 10px;
}

.l-footer__toTopBtn {
  cursor: pointer;
  position: fixed;
  bottom: 4%;
  right: 4vw;
  padding: 6vw;
  z-index: 10;
}
.l-footer__toTopBtn::before {
  content: "";
  display: block;
  position: absolute;
  background: #707070;
  width: 7.5vw;
  height: 2px;
  top: 4vw;
  left: 2.25vw;
}
.l-footer__toTopBtn span::before {
    content: "";
    display: block;
    transform: rotate(
45deg
);
    position: absolute;
    width: 4vw;
    height: 4vw;
    top: 6.5vw;
    left: 4vw;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
}
.l-footer__top {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 30px;
}
.l-footer__contents {
    display: none;
}
/* l-footer pc */
@media (min-width: 1024px){
  .l-footer__toTopBtn {
      display: none;
  }
  .c-contents {
      padding: 0;
      max-width: 1200px;
      margin: 0 auto;
  }
  .l-footer__body--hasBg {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      margin: 0;
      padding-top: 40px;
      padding-bottom: 20px;
  }
  .l-footer__top {
      margin-bottom: 0;
      justify-content: flex-start;
      flex-direction: column;
      padding: 60px 0 0;
  }
  .l-footer__block {
      width: 33.3333%;
      max-width: 310px;
  }
  .l-footer__button {
      width: 100%;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 285px;
      border-radius: 2px;
      padding: 0;
      transition: opacity 0.3s;
  }
  .l-footer__button+.l-footer__button {
      margin-top: 20px;
  }
  .l-footer__sitemap {
      padding: 0;
      margin: 0;
  }
  .l-footer__heading {
      pointer-events: none;
      border: none;
      padding: 0;
      margin-bottom: 20px;
  }
  .l-footer__heading::before, .l-footer__heading::after {
    content: none;
  }
  .l-footer__contents {
      display: block !important;
  }
  .l-footer__column {
      display: flex;
  }
  .l-footer__column .l-footer__list {
      width: 50%;
  }
  .l-footer__list {
      padding: 0 0 0 15px;
  }
  .l-footer__list li {
      border: none;
  }
  .l-footer__list li+li {
      margin-top: 20px;
  }
  .l-footer__list a::before{
   content: none;
  }
  .l-footer__column .l-footer__list .is-blank a:after {
    content: '';
    width: 0;
    height: 13px;
    display: inline-block;
    font-size: 1.3rem;
    padding: 0 17px 0 0;
    background-image: url(/user_data/packages/store/all/img/common/icon_blank.gif);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
     /* content: none; */
}
  .l-footer__list a {
      padding: 0;
  }
  .l-footer__bottom {
      width: 100%;
      padding: 0;
      margin: 70px 0 0;
  }
  .l-footer__logo {
      position: absolute;
      top: 40px;
      left: 0;
      margin-bottom: 0;
      transition: opacity 0.3s;
  }
}

 /* @media screen and (max-width: 640px) {
   .l-footer {
     width: 640px;
   }
} */
