

/* インディゴ */
.gradient-indigo {
    background: linear-gradient(135deg, #3f51b5 0%, #1a237e 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

/* トープ */
.gradient-taupe {
    background: linear-gradient(135deg, #795548 0%, #3e2723 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

/* シアン */
.gradient-cyan {
    background: linear-gradient(135deg, #00bcd4 0%, #006064 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

/* ピンク */
.gradient-pink {
    background: linear-gradient(135deg, #e91e63 0%, #880e4f 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

/* グリーン */
.gradient-green {
    background: linear-gradient(135deg, #4caf50 0%, #1b5e20 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

/* オレンジ */
.gradient-orange {
    background: linear-gradient(135deg, #ff9800 0%, #e65100 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

/* ディープパープル */
.gradient-deeppurple {
    background: linear-gradient(135deg, #673ab7 0%, #311b92 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

/* ティール */
.gradient-teal {
    background: linear-gradient(135deg, #009688 0%, #004d40 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

/* ライム */
.gradient-lime {
    background: linear-gradient(135deg, #cddc39 0%, #827717 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}




/* インディゴ */
.g-indigo {
    background: linear-gradient(135deg, #3f51b5 0%, #1a237e 100%)!important;
}

/* トープ */
.g-taupe {
    background: linear-gradient(135deg, #795548 0%, #3e2723 100%)!important;
}

/* シアン */
.g-cyan {
    background: linear-gradient(135deg, #00bcd4 0%, #006064 100%)!important;
}

/* ピンク */
.g-pink {
    background: linear-gradient(135deg, #e91e63 0%, #880e4f 100%)!important;
}

/* グリーン */
.g-green {
    background: linear-gradient(135deg, #4caf50 0%, #1b5e20 100%)!important;
}

/* オレンジ */
.g-orange {
    background: linear-gradient(135deg, #ff9800 0%, #e65100 100%)!important;
}

/* ディープパープル */
.g-deeppurple {
    background: linear-gradient(135deg, #673ab7 0%, #311b92 100%)!important;
}

/* ティール */
.g-teal {
    background: linear-gradient(135deg, #009688 0%, #004d40 100%)!important;
}

/* ティール */
.g-lime {
    background: linear-gradient(135deg, #cddc39 0%, #827717 100%)!important;
}
