@charset "UTF-8";

#lv p{
    position: relative;
}
#lv p:before {
    position: absolute;
    content: "長崎弁で「おいで」「いらっしゃい」を意味する";
    font-size: 1.6rem;
    color: #fff;
    inset: 5.6rem 0 0 0;
    margin: auto;
}

@media screen and (max-width: 900px) {
#lv p:before {
    content: '長崎弁で「おいで」\A「いらっしゃい」を意味する';
    white-space: pre;
}
}

@media screen and (max-width: 800px) {
#lv p:before {
    inset: 4.2rem 0 0 0;
}
}