.insta-btn{
    background: linear-gradient(to top right, #7d2ace, #d43eaf, #e0525e, #e6a666);
    width: 100%;
    max-width: 230px;
    margin: 0 5px;
    line-height: inherit;
    height: 53px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}
.fs14{
    padding: 2px 5px 2px 32px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}
.insta-btn a{
  display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 120%;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.under-icon {
    position: absolute;
    font-size: 13px;
    bottom: -22px;
    color: #d6429f;
    font-weight: bold;
    right: 25%;
    display: block;
    width: 100%;
    transform: translateX(50%);
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
.insta-btn {
    background: linear-gradient(to top right, #7d2ace, #d43eaf, #e0525e, #e6a666);
    width: 100%;
    max-width: 230px;
    margin: 0 15px;
    line-height: inherit;
    height: 53px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}
}

/* 2025/07/23 */
.insta-btn.ver02{
    max-width: 400px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.insta-btn.ver02 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.insta-btn.ver02 a .txt {
    color: #fff;
    font-size: 20px;
}

.fixed-instabtn{
    position: fixed;
    bottom: 115px;
    right: 20px;
    z-index: 10;
    width: 90px;
    height: 90px;
}

.fixed-instabtn a{
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, #7d2ace, #d43eaf, #e0525e, #e6a666);
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fixed-instabtn a .text{
    color: #fff;
}

.sns-deco{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  color: #d43eaf;
}

.sns-deco::before{
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background: linear-gradient(to top right, #7d2ace, #d43eaf, #e0525e, #e6a666);
  position: absolute;
  left: -30px;
  bottom: 0;
  transform: rotate(-45deg);
  z-index: 1;
}

.sns-deco::after{
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background: linear-gradient(to top right, #7d2ace, #d43eaf, #e0525e, #e6a666);
  position: absolute;
  right: -30px;
  bottom: 0;
  transform: rotate(45deg);
  z-index: 1;
}

@media(max-width:599px) {
.fixed-instabtn{
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 65px;
}

.sns-deco::before{
  left: -15px;
}

.sns-deco::after{
  right: -15px;
}
}
