@charset "UTF-8";

/*------------MV下テキストレイアウト変更_251204-----------*/
#top_text + .contents_box01 .inner_item_txt {
    font-size: 3.8rem;
    line-height: 1.5;
    text-shadow: 0 2px 4px #cdcdcd;
    color: #a6a8ab;
    font-weight: bold;
}
@media screen and (max-width: 800px) {
    #top_text + .contents_box01 .inner_item_txt {
        font-size: 6vw;
    }
}