/*Ä¾Çä½ê*/
.shopsns{
  margin-top:4rem;
}
.shopsns h4{
    font-size: 1.6rem;
}
.shopsns p{
    position: relative;
    padding-left: 26px;
    letter-spacing: 0;
      display: flex;
    align-items: center;
}
.shopsns p::before{
    content: '';
    background: url(https://img21.shop-pro.jp/PA01486/733/etc/instagram_w%402x.png?cmsp_timestamp=20220930133842) no-repeat 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: 100%;
    left: 0;
    top: 5px;
}
.shopsns a{
    background: linear-gradient(87.1deg, #f2ff00 -10.92%, #ff646c 48.02%, #e838e2 106.81%);
    color: transparent;
    padding: 3px 10px;
    font-size: 1.6rem;
    letter-spacing: 0;
    -webkit-background-clip: text;
}
.footcopyR2{
  display:flex;
  flex-direction:column;
      justify-content: center;
      align-items: center;
}
.h1nav{
  font-size:12px;
  font-weight:bold;
  
}
@media(min-width:1030px){
.footcopyR2{
  flex-direction:row;
    justify-content: center;
}
}
