.first_view .grid_wrap .grid:nth-of-type(1) .grid_container:nth-of-type(1) .photo .photo_container {
    background-image: url("../img/fv_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.first_view .grid_wrap .grid:nth-of-type(1) .grid_container:nth-of-type(2) .photo .photo_container {
    background-image: url("../img/fv_4.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.first_view .grid_wrap .grid:nth-of-type(3) .grid_container:nth-of-type(1) .photo .photo_container {
    background-image: url("../img/fv_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.first_view .grid_wrap .grid:nth-of-type(3) .grid_container:nth-of-type(2) .photo .photo_container {
    background-image: url("../img/fv_3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.first_view .photo_wrap_mb .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;
}
.first_view .photo_wrap_mb .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;
}
.first_view .photo_wrap_mb .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;
}
.first_view .photo_wrap_mb .photo:nth-of-type(4) .photo_container {
    background-image: url("../img/fv_4.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.profile .profile_box_hi .photo .photo_container {
    background-image: url("../img/profile_hi.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.profile .profile_box_ma .photo .photo_container {
    background-image: url("../img/profile_ma.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.profile .profile_box_nk .photo .photo_container {
    background-image: url("../img/profile_nk.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.profile .profile_box_st .photo .photo_container {
    background-image: url("../img/profile_st.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.talk .talk_box_hi .person .photo .photo_container {
    background-image: url("../img/icon_hi.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.talk .talk_box_ma .person .photo .photo_container {
    background-image: url("../img/icon_ma.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.talk .talk_box_nk .person .photo .photo_container {
    background-image: url("../img/icon_nk.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.talk .talk_box_st .person .photo .photo_container {
    background-image: url("../img/icon_st.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_1100_1 .photo .photo_container {
    background-image: url("../img/box_single_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_1100_2 .photo .photo_container {
    background-image: url("../img/box_single_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_1100_3 .photo .photo_container {
    background-image: url("../img/box_single_3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_1100_double_1 .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/box_double_11.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.photo_1100_double_1 .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/box_double_12.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_1100_double_2 .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/box_double_21.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.photo_1100_double_2 .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/box_double_22.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_1100_double_3 .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/box_double_31.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.photo_1100_double_3 .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/box_double_32.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_band_single_1 .photo .photo_container {
    background-image: url("../img/band_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

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