/* Start custom CSS for html, class: .elementor-element-839621e */.ig-gift{
  max-width: 520px;
  margin: 22px auto;
  padding: 0 14px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;
  color:#111;
}
.ig-gift__card{
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  padding: 18px 16px;
}
.ig-gift__badge{
  display:inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .2px;
  background: linear-gradient(135deg, rgba(240,28,108,.12), rgba(255,138,0,.12));
  border: 1px solid rgba(240,28,108,.22);
}
.ig-gift__title{
  margin: 10px 0 8px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.35;
}
.ig-gift__lead{
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0,0,0,.74);
}
.ig-gift__label{
  display:block;
  text-align:left;
  font-weight: 800;
  font-size: 12px;
  margin: 0 0 6px;
  color: rgba(0,0,0,.75);
}
.ig-gift__input{
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.14);
  padding: 12px 12px;
  font-size: 15px;
  outline: none;
  background: #fff;
}
.ig-gift__input:focus{
  border-color: rgba(240,28,108,.55);
  box-shadow: 0 0 0 4px rgba(240,28,108,.12);
}
.ig-gift__btn{
  width: 100%;
  margin-top: 12px;
  border: none;
  border-radius: 14px;
  padding: 13px 14px;
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(135deg, #F01C6C, #FF8A00);
  box-shadow: 0 14px 26px rgba(240,28,108,.18);
  cursor: pointer;
}
.ig-gift__btn:active{ transform: translateY(1px); }
.ig-gift__note{
  margin: 10px 0 0;
  font-size: 12px;
  color: rgba(0,0,0,.58);
  line-height: 1.6;
}

.ig-gift__alert{
  margin: 12px 0 14px;
  padding: 12px 14px;
  border: 2px solid #F01C6C;
  background: rgba(240, 28, 108, 0.08);
  border-radius: 12px;
  color: #B0003A;
  font-weight: 700;
  line-height: 1.45;
  font-size: 14px;
}

.ig-gift__alert strong{
  display: inline-block;
  font-size: 15px;
}

@media (min-width: 768px){
  .ig-gift__alert{
    font-size: 15px;
  }
}

/* 目線を集める（やりすぎ注意なら消してOK） */
.ig-gift__alert{
  animation: igGiftPulse 1.6s ease-in-out infinite;
}
@keyframes igGiftPulse{
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-1px); }
}

.ig-gift__alert {
  margin: 16px 0 20px;
  padding: 12px 14px;
  background: #fff4f6;
  border: 1px solid #f01c6c;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.ig-gift__alert strong {
  color: #f01c6c;
}/* End custom CSS */