

/* Instagram CTAボタン（soratoumi） */
.cta-instagram a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#FFE65E;
  color:#333;
  font-weight:600;
  letter-spacing:.02em;
  padding:14px 26px;
  border-radius:999px;
  box-shadow:0 10px 22px rgba(0,0,0,.18);
  transition:transform .15s ease, box-shadow .15s ease;
}
.cta-instagram{
  text-align:left;
  margin-left:0;
}
.cta-instagram a{
  margin-left:0;
}



/* hoverで少し浮く */
.cta-instagram a:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.24);
}
.cta-instagram a{
  gap:0;
}
@media(max-width:768px){
  .cta-instagram a{
    padding:12px 20px;
    font-size:15px;
  }
}
.cta-instagram{
  margin-top:18px;
  margin-bottom:14px;
}

.mv-subcopy{
  margin-top:14px;
  font-size:14px;
  color:rgba(255,255,255,.92);
  text-shadow:0 2px 10px rgba(0,0,0,.35);
  letter-spacing:.03em;
}
.mv-catch{
  text-shadow:0 4px 18px rgba(0,0,0,.35);
	margin-bottom:10px;
}

/* キャッチ（主役） */
.mv-catch{
  font-size:42px;
  font-weight:700;
  color:#fff;
  text-shadow:0 4px 18px rgba(0,0,0,.35);
  line-height:1.25;
}

/* サブコピー（控えめだけど読める） */
.mv-lead{
  margin-top:14px;
  font-size:18px;
  color:rgba(255,255,255,.92);
  text-shadow:0 2px 10px rgba(0,0,0,.35);
  letter-spacing:.03em;
	margin-top:0;
}



/* ABOUTの控えめInstagramリンク */
/* Instagramリンク：通常はグレー、hoverで水色 */
.ig-textlink a{
  color:#666;                 /* 普段は落ち着いたグレー */
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color .2s ease;
}

/* 下線もグレーで控えめ */
.ig-textlink a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-2px;
  width:100%;
  height:1px;
  background:#ccc;            /* 通常は薄グレー */
  transition: background .2s ease;
}

/* hoverした時だけ水色 */
.ig-textlink a:hover{
  color:#F4D84A;
}
.ig-textlink a:hover::after{
  background:#F4D84A;
　text-shadow: 0 0 2px rgba(0,0,0,0.25);
}

.about-quote{
  font-family: "Yomogi", cursive;
  font-size: 1.15em;
  color: #333;
  letter-spacing: 0.04em;

   margin: 1.4em 0 1.6em;
  padding-left: 1em;
}

.about-quote{
  border-left: 4px solid #FFE65E;
  border-radius: 2px;
  box-shadow: -1px 0 0 rgba(0,0,0,0.03);
}
.about-quote{
  color:#444;
}
.about-quote span{
  opacity:0.9;
}


