.first_view .photo_wrap_triple .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/fv_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .first_view .photo_wrap_triple .photo:nth-of-type(1) .photo_container {
        background-image: url("../img/fv_1_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
.first_view .photo_wrap_triple .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/fv_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .first_view .photo_wrap_triple .photo:nth-of-type(2) .photo_container {
        background-image: url("../img/fv_2_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}
.first_view .photo_wrap_triple .photo:nth-of-type(3) .photo_container {
    background-image: url("../img/fv_3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .first_view .photo_wrap_triple .photo:nth-of-type(3) .photo_container {
        background-image: url("../img/fv_3_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }
}

.profile .profile_box_ne .photo .photo_container {
    background-image: url("../img/profile_ne.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.profile .profile_box_ii .photo .photo_container {
    background-image: url("../img/profile_ii.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.profile .profile_box_sw .photo .photo_container {
    background-image: url("../img/profile_sw.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.talk .talk_box_ne .person .photo .photo_container {
    background-image: url("../img/icon_ne.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.talk .talk_box_ii .person .photo .photo_container {
    background-image: url("../img/icon_ii.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.talk .talk_box_sw .person .photo .photo_container {
    background-image: url("../img/icon_sw.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.topic_1 .photo_band_triple .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/band_triple_11.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_1 .photo_band_triple .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/band_triple_12.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_1 .photo_band_triple .photo:nth-of-type(3) .photo_container {
    background-image: url("../img/band_triple_13.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.topic_2 .photo_band_triple .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/band_triple_21.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_2 .photo_band_triple .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/band_triple_22.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_2 .photo_band_triple .photo:nth-of-type(3) .photo_container {
    background-image: url("../img/band_triple_23.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.topic_3 .photo_band_triple .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/band_triple_31.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_3 .photo_band_triple .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/band_triple_32.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_3 .photo_band_triple .photo:nth-of-type(3) .photo_container {
    background-image: url("../img/band_triple_33.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.topic_4 .photo_band_triple .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/band_triple_41.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_4 .photo_band_triple .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/band_triple_42.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.topic_4 .photo_band_triple .photo:nth-of-type(3) .photo_container {
    background-image: url("../img/band_triple_43.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_1100 .photo .photo_container {
    background-image: url("../img/box_single_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/*# sourceMappingURL=style.css.map */