@charset "utf-8";

.largeMv .place li span {
    display: inline-block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    background-color: rgba(0, 0, 0, 0.4);
    text-shadow: 0px 0px 3px #000000;
    font-weight: bold;
}

/* MVテキストサイズ調整 */
@media screen and (max-width: 1400px) {
    .largeMv .title>h3>p {
        line-height: 1;
    }

    .largeMv .title>h3>p>span {
        font-size: 3.5vw;
    }
}

.spReportPhotoGallery {
    text-align: center;
    margin: 0 auto 100px;
}

.spLargeReportPhotoList {
    text-align: center;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .reportPhotoList {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {

    .reportPhotoList,
    .spReportPhotoGallery {
        margin-bottom: 30px;
    }

    .spLargeReportPhotoList>p {
        padding: 0 15px;
    }
}