#insta-feed-custom {
  padding: 83px 0 90px;
}

@media screen and (max-width: 768px) {
  #insta-feed-custom {
    padding: 50px 0;
  }
}

#insta-feed-custom #insta-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -30px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #insta-feed-custom #insta-feed {
    margin-left: -15px;
    margin-bottom: -15px;
  }
}

#insta-feed-custom #insta-feed h2 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 33px;
  color: #222222;
  position: relative;
  margin-bottom: 38px !important;
  padding-left: 40px;
  text-align: left;
  margin-left: 30px;
  width: 100%;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #insta-feed-custom #insta-feed h2 {
    font-size: 18px;
    line-height: 24px;
    margin-left: 15px;
  }
}

#insta-feed-custom #insta-feed h2:before {
  content: "";
  background: url(/cdn/shop/files/ic-instagram.svg?v=1633917990) no-repeat center;
  background-size: cover;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 10;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  #insta-feed-custom #insta-feed h2:before {
    width: 20px;
    height: 20px;
  }
}

#insta-feed-custom #insta-feed > a {
  width: 25%;
  padding-left: 30px;
  padding-bottom: 30px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  #insta-feed-custom #insta-feed > a {
    width: 50%;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}

#insta-feed-custom #insta-feed > a .instafeed-container {
  width: 100% !important;
  padding-top: 100% !important;
}

#insta-feed-custom #insta-feed > a.insta-feed-link {
  width: auto;
  padding: 0;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
  color: #222222;
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 50;
  border-bottom: none !important;
  padding-bottom: 5px;
  padding-left: 20px;
  letter-spacing: 0.5px;
}

#insta-feed-custom #insta-feed > a.insta-feed-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

@media print, screen and (min-width: 769px) {
  #insta-feed-custom #insta-feed > a.insta-feed-link:hover::after {
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  #insta-feed-custom #insta-feed > a.insta-feed-link {
    font-size: 11px;
    line-height: 15px;
  }
}

#insta-feed-custom #insta-feed > a.insta-feed-link:before {
  content: "";
  background: url(/cdn/shop/files/ic-ins-link.svg?v=1633924439) no-repeat center;
  background-size: cover;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2px;
  z-index: 10;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  #insta-feed-custom #insta-feed > a.insta-feed-link:before {
    width: 9px;
    height: 11px;
  }
}

.Pickup {
  background: #171717;
  padding-top: 85px;
  padding-bottom: 89px;
}

@media screen and (max-width: 768px) {
  .Pickup {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.Pickup__Title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .Pickup__Title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.Pickup__Item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .Pickup__Item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}

.Pickup__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -30px;
}

@media screen and (max-width: 768px) {
  .Pickup__List {
    margin-left: -15px;
    margin-bottom: -15px;
  }
}
/*# sourceMappingURL=custom-theme-tien20211011.css.map */