@charset "UTF-8";

@media screen and (max-width: 699px) {
  /*
  ====================
  FOOTER 0px ~ 699px
  ====================
  */
  .footer-contents {
    padding: 30px 10px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .footer-contents .footer-main-btn {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 18px;
  }
  .footer-contents .shoplist ul {
    text-align: center;
  }
  .footer-contents .shoplist ul li {
    font-size: 14px;
    display: inline;
    color: #fff;
  }
  .footer-contents .shoplist ul li a {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #ccc;
  }
  .footer-contents .huglife {
    padding: 20px 0;
  }
  .footer-contents .huglife h3 {
    font-size: 14px;
  }
  .footer-contents .copyright {
    padding: 20px 0;
  }
}

@media screen and (min-width: 700px) {
  /*
  ====================
  FOOTER 700px ~ ∞px
  ====================
  */
  .footer-contents {
    padding: 60px 0 30px;
    width: 550px;
  }
  .footer-contents .footer-main-btn {
    margin-bottom: 30px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
  }
  .footer-contents .shoplist ul {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  .footer-contents .shoplist ul li {
    font-size: 16px;
    display: inline;
    color: #fff;
  }
  .footer-contents .shoplist ul li a {
    display: inline;
    padding: 0 10px;
    width: auto;
    padding-right: 20px;
  }
  .footer-contents .shoplist ul li:last-child a {
    border-right: none;
  }
  .footer-contents .huglife {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
  }
  .footer-contents .copyright {
    padding: 20px 0;
  }
  .footer-contents .shoplist {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}


/*
====================
FOOTER
====================
*/
.footer-color {
  background-color: #9D9D9E;
  color: #fff;
}
.footer-contents {
  text-align: center;
}
.footer-contents a {
  color: #fff;
}
.footer-contents .footer-main-btn {
  color: #000;
  background-color: #fff;
}
.footer-contents .shoplist {
  padding: 20px 0;
}
.footer-contents h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: normal;
}