.first_view .photo .photo_container {
    background-image: url("../img/fv.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
@media screen and (max-width: 979px) {
    .first_view .photo .photo_container {
        background-image: url("../img/fv_mb.jpg");
        background-repeat: no-repeat;
        background-position: 50% 30%;
        background-size: cover;
    }
}

.profile .profile_box_1 .wrap .photo .photo_container {
    background-image: url("../img/profile_kunii.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.profile .profile_box_2 .wrap .photo .photo_container {
    background-image: url("../img/profile_kawashima.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.page_content .page_content_box .talk .talk_box_kunii .icon .photo .photo_container {
    background-image: url("../img/icon_kunii.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.page_content .page_content_box .talk .talk_box_kawashima .icon .photo .photo_container {
    background-image: url("../img/icon_kawashima.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.photo_layout .photo:nth-of-type(1) .photo_container {
    background-image: url("../img/layout_1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.photo_layout .photo:nth-of-type(2) .photo_container {
    background-image: url("../img/layout_2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.photo_layout .photo:nth-of-type(3) .photo_container {
    background-image: url("../img/layout_3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

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

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

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

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

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