@charset "utf-8";

/* MVテキストサイズ調整 */
@media screen and (max-width: 1400px) {
    .largeMv .title>h3>p {
        line-height: 1;
    }

    .largeMv .title>h3>p>span {
        font-size: 3.5vw;
    }
}

/* レポートコンテンツ内 */
@media screen and (min-width: 769px) {
    .reportCommentBox {
        background-image: url(/ja/tournament/local/abc_2025/img/special_01/bg_comment.jpg);
    }

    .reportCommentBox .inner {
        background-color: rgba(255, 255, 255, 0.9);
    }
}

.reportCommentBox .inner .comment:not(:last-child) {
    margin-bottom: 10px;
}

/* MVテキスト左寄せ */
.largeMv .title {
    right: 5%;
    left: auto;
}

@media screen and (max-width: 767px) {
    .largeMv .title {
        right: 2%;
    }
}

.largeMv .title p,
.largeMv .title li {
    white-space: nowrap;
}