/******************/
/* 占術紹介枠で使用 */
/****************/
.telling-introduction-background-center {
    background: url('https://web-img.rensa.jp.net/rensa/images/web/RRK/pc/telling/telling_introduction_background.jpg') repeat-y;
    background-position: center;
}
.telling-introduction-text {
    padding: 0 80px;
    text-align: left;
}

/****************************/
/* サンプルアニメーションで使用 */
/**************************/
/* シンクロにティー霊視 */
#telling_introduction_word_animation_parent {
    position: relative;
    min-height: 400px; /* 画像の高さに合わせて記述 */
}
#telling_introduction_word_animation_parent img {
    position: absolute;
    top: 0;
    left:0;
    z-index: 8;
    opacity: 0.0;
}
#telling_introduction_word_animation_parent img.active {
    z-index: 10;
    opacity: 1.0;
}
#telling_introduction_word_animation_parent img.last-active {
    z-index: 9;
}
/* シンクロにティータロット */
#telling_introduction_tarot_animation_parent {
    position: relative;
}
#telling_introduction_tarot_animation_parent img {
    position: absolute;
    top: 0;
    left:0;
    z-index: 8;
    opacity: 0.0;
}
#telling_introduction_tarot_animation_parent img.active {
    z-index: 10;
    opacity: 1.0;
}
#telling_introduction_tarot_animation_parent img.last-active {
    z-index: 9;
}