@charset "UTF-8";

.block_news_2 li p:nth-of-type(1) {
    display: none;
}
#mv .mv_text {
    align-items: flex-end;
}
#mv .mv_text.t_align_right>div {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 10%;
    text-align: left;
    text-shadow:
0px 0px 15px rgb(226, 125, 0),
0px 0px 15px rgb(226, 125, 0),
0px 0px 75px rgb(226, 125, 0),
2px 2px 2px rgba(206, 89, 55, 0);
}
@media screen and (min-width: 901px) {
#mv .mv_text.t_align_right>div {
    margin-bottom: 5%;
}
}
#mv .mv_text>div {
text-shadow:
0px 0px 15px rgb(226, 125, 0),
0px 0px 15px rgb(226, 125, 0),
0px 0px 75px rgb(226, 125, 0),
2px 2px 2px rgba(206, 89, 55, 0);
    margin-bottom: 30px;
}
#mv .mv_pointer {
width:auto;
}