/* /wp-content/themes/tuyon/css/custom_minaga.css */
.mask-bicolor-g {
  font-family: "メイリオ", Meiryo, sans-serif;
  color: pink;
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  /* グラデーション 左：Navy　～　右：ピンク　*/
   background: linear-gradient(90deg, #00040c 0%, #076ad9 40%, #ff3bef 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}